@charset "shift_jis";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +base & parts   */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#nekurisu ol, #nekurisu li {
	list-style: none !important;
	margin-left: 0 !important;
}

@font-face {
	font-family: 'SourceHanSans';
	font-display: block;
	font-style: normal;
	font-weight: 400;
	src: url('../../fonts/SourceHanSansJP/SourceHanSansJP-Regular__limited.woff2') format('woff2'),
		url('../../fonts/SourceHanSansJP/SourceHanSansJP-Regular__limited.woff') format('woff'),
		url('../../fonts/SourceHanSansJP/SourceHanSansJP-Regular__limited.otf') format('opentype');
}

@font-face {
	font-family: 'SourceHanSans';
	font-display: block;
	font-style: normal;
	font-weight: 500;
	src: url('../../fonts/SourceHanSansJP/SourceHanSansJP-Medium__limited.woff2') format('woff2'),
		url('../../fonts/SourceHanSansJP/SourceHanSansJP-Medium__limited.woff') format('woff'),
		url('../../fonts/SourceHanSansJP/SourceHanSansJP-Medium__limited.otf') format('opentype');
}

@font-face {
	font-family: 'SourceHanSans';
	font-display: block;
	font-style: normal;
	font-weight: 700;
	src: url('../../fonts/SourceHanSansJP/SourceHanSansJP-Bold__limited.woff2') format('woff2'),
		url('../../fonts/SourceHanSansJP/SourceHanSansJP-Bold__limited.woff') format('woff'),
		url('../../fonts/SourceHanSansJP/SourceHanSansJP-Bold__limited.otf') format('opentype');
}

/********************

   common

*********************/
#nekurisu {
	--font-base: "SourceHanSans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", 'メイリオ', Meiryo, sans-serif;
	--font-yu_gothic: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	--font-shippori_mincho: "Shippori Mincho", serif;

	--color-black01: #000;
	--color-gray01: #666;
	--color-pale_green01: rgba( 222, 241, 222, 0.80 );
	--color-green01: #69ac55;
	--color-deep_green01: #2a6200;
	--wrapper01: 980px;

	position: relative;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--font-base);
	color: var(--color-black01);
	letter-spacing: 0.1em;
}

#nekurisu *,
#nekurisu *::before,
#nekurisu *::after {
	box-sizing: border-box;
}

#nekurisu h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.44;
}

#nekurisu h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 50px;
	letter-spacing: 0.02em;
}

#nekurisu h3 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.55;
	margin-bottom: 29px;
	letter-spacing: 0.04em;
}

#nekurisu p {
	font-size: 16px;
	font-weight: 500;
	line-height: 2.1;
	letter-spacing: 0.1em;
}

#nekurisu img {
	max-width: 100%;
	height: auto;
}

#nekurisu figure {
	margin: 0;
}

/********************
   parts
*********************/
#nekurisu .contents_wrapper {
	position: relative;
	width: 100%;
	max-width: var(--wrapper01);
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}

#nekurisu .attention_text {
	font-size: 13.4px;
	text-align: left;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.15em;
}

/***   heading_block01   ***/
#nekurisu .heading_block01 {
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto 32px;
	color: var(--color-gray01);
	font-family: var(--font-shippori_mincho);
}
#nekurisu .heading_block01 > img {
}
#nekurisu .heading_block01__heading {
	position: relative;
	width: fit-content;
	padding: 25px 51px;
	margin: 0 auto;
	line-height: 1.1;
}
#nekurisu .heading_block01__heading::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 44px;
	background-image: url(../img/design/heading_border01.png);
	background-size: 100% 100%;
}

/* --- リンク画像の透過--- */
#nekurisu a:hover {
	opacity: .65;
	-webkit-opacity: .65;
	-moz-opacity: .65;
}

#nekurisu a {
	transition: opacity .2s ease-out;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +landing  */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/********************

   main

*********************/
#nekurisu main {
	overflow: hidden;
}

#nekurisu .main_section {
	position: relative;
	padding: 118px 0 130px;
	z-index: 10;
	width: var(--wrapper01);
}


/********************
   fv
*********************/
#nekurisu .fv {
	position: relative;
	width: 100%;
	height: auto;
	background: var(--color-black02);
	color: #fff;
	margin: 0 auto;
	z-index: 5;
}
#nekurisu .fv::before {
	content: "";
	position: absolute;
	background-image: url(../img/design/deco01.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: auto;
	aspect-ratio: 1/1;
	z-index: -1;
	opacity: 0.76;
	width: 455px;
	top: 0;
	right: calc(50% + 222px);
}

#nekurisu .fv__bg {
	position: relative;
	z-index: -5;
}

#nekurisu .fv__bg img {
	width: var(--wrapper01);
	height: auto;
	min-height: 500px;
	max-height: 100vh;
	object-fit: cover;
	object-position: 50% 76%;
}


#nekurisu .fv__wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	text-align: left;
}

#nekurisu .fv__inner {
	position: relative;
	line-height: 1;
	width: fit-content;
	margin-left: 0;
	margin-right: auto;
	margin-top: 3.47%;
	font-weight: 700;
}

#nekurisu .fv__lead {
	position: relative;
	transform: translateX(-4.4%);
	width: 50%;
}
#nekurisu .fv__lead::after {
	content: "";
	position: absolute;
	bottom: 20px;
	right: -32px;
	width: 100vw;
	max-width: 1000px;
	background-image: url(../img/design/fv__lead_border.png);
	background-size: 100% 100%;
	height: 47px;
}

#nekurisu .fv__tit {
	position: relative;
	transform: translateX(-4.4%);
	width: 50%;
}


#nekurisu .fv__logo {
	position: absolute;
	bottom: 100px;
	left: 15px;
	z-index: 100;
	width: 15%;
}



/********************
 sec_group01
*********************/
#nekurisu .sec_group01 {
	position: relative;
	z-index: 10;
	width: var(--wrapper01);
	padding: 0 0 100px;
	margin-top: -50px;
	margin-bottom: -82px;
	background-image: url(../img/design/bg_design01.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#nekurisu .sec_group01::before,
#nekurisu .sec_group01::after {
	content: "";
	position: absolute;
	background-image: url(../img/design/deco01.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: auto;
	aspect-ratio: 1/1;
	z-index: -1;
	opacity: 0.92;
}
#nekurisu .sec_group01::before {
		width: 450px;
	top: -220px;
	left: calc(50% + 350px);
		opacity: 0.51;
}
#nekurisu .sec_group01::after {
	width: 590px;
	bottom: -100px;
	right: calc(50% + 340px);
	opacity: 0.51;
}



/********************
 sec_group02
*********************/
#nekurisu .sec_group02 {
	position: relative;
	padding: 100px 0;
	z-index: 1;
	width: var(--wrapper01);
	background-image: url(../img/design/bg_design02.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: bottom;
}


/********************
  recommend
*********************/
#nekurisu .recommend {
	position: relative;
	padding: 32px 0 54px;
}

#nekurisu .recommend__heading {
	position: relative;
	width: fit-content;
	margin: 0 auto 17.3px;
	color: #fff;
	vertical-align: middle;
	font-family: var(--font-shippori_mincho);
	font-weight: normal;
	line-height: 1.32;
	letter-spacing: 0.16em;
}
#nekurisu .recommend__heading::before,
#nekurisu .recommend__heading::after {
	content: "(";
	position: relative;
	left: -0.47em;
	top: 0.02em;
	font-size: 1.76em;
	vertical-align: sub;
	font-weight: 300;
	font-family: var(--font-yu_gothic);
}
#nekurisu .recommend__heading::after {
	content: ")";
	left: auto;
	right: -0.55em;
}
#nekurisu .recommend__heading > span {
	letter-spacing: -0.11em;
}

#nekurisu .recommend__list {
	width: fit-content;
	padding: 47px;
	margin: 0 auto;
	border-radius: 11px;
	box-shadow: 5.5px 5.5px 10.8px rgba(0, 0, 0, 0.62);
	background: rgba(255, 255, 255, 0.80);
}

#nekurisu .recommend__list_item {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0;
	font-size: 20px;
	font-weight: 700;
}
#nekurisu .recommend__list_item::before {
	content: "";
	position: relative;
	top: 1.5px;
	display: block;
	width: fit-content;
	background-image: url(../img/design/check_mark01@2x.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 35px;
	height: auto;
	aspect-ratio: 35/34;
	margin: 0;
	margin-right: 17px;
	filter: drop-shadow(1px 2px 2px rgba( 0, 0, 0, 0.80 ));
}
#nekurisu .recommend__list_item:nth-of-type(n+2) {
	margin-top: 16px;
}

#nekurisu .recommend__list_item strong {
	position: relative;
	border-bottom: 2px dashed var(--color-deep_green01);
	color: var(--color-deep_green01);
}



/********************
    good
*********************/
#nekurisu .good {
	position: relative;
	padding-top: 15px;
	padding-bottom: 82px;
}

#nekurisu .good__block {
	max-width: 596px;
	margin: 0 auto;
	text-align: center;
}



/********************
    points
*********************/
#nekurisu .points {
	padding: 118px 0 187px;
	z-index: 1;
}

#nekurisu .points__wrapper {
	position: relative;
}



#nekurisu .point {
	position: relative;
	margin-top: 62px;
}
#nekurisu .point::before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}

#nekurisu .point:nth-of-type(n+2) {
	margin-top: 86px;
}

#nekurisu .point__block {
	display: flex;
	align-content: flex-start;
	justify-content: space-between;
	align-items: flex-end;
	column-gap: 54px;
}
#nekurisu .point:nth-of-type(2n) .point__block  {
	flex-direction: row-reverse;
}

#nekurisu .point__text_block {
	flex: 1;
}
#nekurisu .point__img_block {

}

#nekurisu .point__tit_block {
	text-align: center;
}
#nekurisu .point__num {
	position: relative;
	margin: 0 0 16.2px;
	z-index: 10;
}

#nekurisu .point__tit {
	margin: 0 0 28.2px;
	color: var(--color-green01);
	font-size: 35.6px;
	font-family: var(--font-shippori_mincho);
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.4;
}

#nekurisu .point__text {
	margin: 0 0 15px;
	font-size: 16px;
	font-weight: 400;
	line-height: 2.1;
	letter-spacing: 0.055em;
}

#nekurisu .point__list {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	column-gap: 35px;
	margin: 39px auto 32px;
}
#nekurisu .point__list_item {

}
#nekurisu .point__list_item_tit {
	display: block;
	width: fit-content;
	margin: 0 auto 18px;
	padding: 0.80em 1.1em 0.82em;
	border-radius: 20px;
	background: #7eb06b;
	color: #fff;
	text-align: center;
	font-size: 24.4px;
	font-weight: 500;
	line-height: 1.32;
	letter-spacing: 0;
}
#nekurisu .point__list_item:nth-of-type(2) .point__list_item_tit {
	background: #649494;
}
#nekurisu .point__list_item:nth-of-type(3) .point__list_item_tit {
	background: #44829e;
}

#nekurisu .point__list_item_text {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.54;
}


/*****   1   *****/
#nekurisu .point[data-num="01"]::before {
	background-image: url(../img/design/points__deco01.png);
	width: 390px;
	aspect-ratio: 387/292;
	top: -255px;
	left: calc(50% + 290px);
}

/*****   2   *****/
#nekurisu .point[data-num="02"]::before {
	background-image: url(../img/design/points__deco02.png);
	width: 359px;
	aspect-ratio: 359/244;
	top: 296px;
	right: calc(50% + 350px);
}
#nekurisu .point[data-num="02"] .point__block {
	align-items: center;
}

/*****   3   *****/
#nekurisu .point[data-num="03"]::before {
	background-image: url(../img/design/points__deco03.png);
	width: 290px;
	aspect-ratio: 290/347;
	top: -170px;
	left: calc(50% + 390px);
}


/*****   4   *****/
#nekurisu .point[data-num="04"]::before {
	background-image: url(../img/design/points__deco04.png);
	width: 244px;
	aspect-ratio: 244/304;
	top: 222px;
	right: calc(50% + 392px);
}


/*****   5   *****/
#nekurisu .point[data-num="05"]::before {
	background-image: url(../img/design/points__deco05.png);
	width: 373px;
	aspect-ratio: 373/276;
	top: 310px;
	left: calc(50% + 382px);
}


/********************
    color_sec
*********************/
#nekurisu .color_sec {
	position: relative;
	padding-top: 139px;
	padding-bottom: 144px;
	margin-top: -54px;
	margin-bottom: -55px;
	text-align: center;
	background-image: url(../img/design/bg_desgin03.png);
	background-size: 100% 100%;
	background-position: center;
	z-index: 10;
}

#nekurisu .color_sec::before {
	content: "";
	position: absolute;
	background-image: url(../img/design/deco01.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: auto;
	aspect-ratio: 1/1;
	z-index: -1;
	opacity: 0.92;
	width: 450px;
	top: 100px;
	right: calc(50% + 390px);
	opacity: 0.82;
	filter: blur(1px);
}

#nekurisu .color_sec__img_block {
	margin: 25px auto 15px;
}


/********************
    good_effect
*********************/
#nekurisu .good_effect {
	position: relative;
	z-index: 1;
	padding-top: 150px;
	padding-bottom: 80px;
	margin-bottom: 50px;
	background: var(--color-pale_green01);
}

#nekurisu .good_effect::before,
#nekurisu .good_effect::after {
	content: "";
	position: absolute;
	background-image: url(../img/design/deco01.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: auto;
	aspect-ratio: 1/1;
	z-index: -1;
	opacity: 0.92;
}
#nekurisu .good_effect::before {
	top: 82px;
	left: calc(50% + 350px);
	width: 450px;
}
#nekurisu .good_effect::after {
	bottom: -40px;
	right: calc(50% + 280px);
	width: 590px;
	opacity: 0.62;
}

#nekurisu .good_effect__heading {
	text-align: center;
	font-size: 26.2px;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.82;
}
#nekurisu .good_effect__heading > span {
	color: var(--color-green01);
	font-size: 39px;
	font-weight: 700;
}
#nekurisu .good_effect__list {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 32px;
	row-gap: 20px;
	flex-wrap: wrap;
	width: 690px;
	margin: 0 auto 54px;
}
#nekurisu .good_effect__list_item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 200px;
	height: auto;
	aspect-ratio: 1/1;
	padding-bottom: 0.62%;
	margin-bottom: -15px;
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	font-family: var(--font-base);
	line-height: 1.56;
	letter-spacing: 0.15em;
}
#nekurisu .good_effect__list_item::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 110%;
	height: 110%;
	background: #fa9974;
	background: url(../img/design/list_item_bg01.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}

#nekurisu .good_effect__text {
	margin: 32px auto 40px;
	text-align: center;
	font-size: 25px;
}



/********************
    products_specification
*********************/
#products_specification {
	position: relative;
	padding-top: 96px;
	padding-bottom: 140px;
	margin-top: 73px;
	background: transparent;
	background: var(--color-pale_green01);
	z-index: 1000;
}


#products_specification table {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
}

#products_specification caption {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: auto;
	padding: 10px 36px 11.5px;
	margin-bottom: 22px;
	background: #fff;
	color: var(--color-black01);
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	box-sizing: border-box;
}

#products_specification td,
#products_specification th {
	height: auto;
	padding: 11px 10px 13px 20px;
	color: var(--color-black01);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.4;
	font-family: var(--font-base);
	border: 1px solid var(--color-black01);
	vertical-align: text-top;
	text-align: left;
}

#products_specification th {
	width: 25%;
	background: #69ac55;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -0.02em;
}

#products_specification td {
	background: #fff;
}


#products_specification .attention_text {
	margin-top: 1.4em;
	font-size: 14px;
	letter-spacing: 0.2em;
	text-align: left;
	color: #fff;
}




/* ▲コンテンツ用スタイル 編集可能領域ここまで▲ --------------------------------------------------------------------------------------------*/