@charset "shift_jis";


@font-face {
    font-family: 'ShipporiMincho';
	font-display: block;
    font-style: normal;
    font-weight: 700;
	src: url('./fonts/ShipporiMincho/ShipporiMincho-Bold_limited.woff') format('woff'),
		 /*url('./fonts/ShipporiMincho/ShipporiMincho-Bold_limited.woff2') format('woff2'),*/
		 url('./fonts/ShipporiMincho/ShipporiMincho-Bold_limited.ttf') format('truetype');
}

@font-face {
    font-family: 'SourceHanSans';
	font-display: block;
    font-style: normal;
    font-weight: 400;
	src: url('./fonts/SourceHanSans/SourceHanSansJP-Regular.woff') format('woff'),
		 /*url('./fonts/SourceHanSans/SourceHanSansJP-Regular.woff2') format('woff2'),*/
		 url('./fonts/SourceHanSans/SourceHanSansJP-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'SourceHanSans';
	font-display: block;
    font-style: normal;
    font-weight: 700;
	src: url('./fonts/SourceHanSans/SourceHanSansJP-Bold.woff') format('woff'),
		 /*url('./fonts/SourceHanSans/SourceHanSansJP-Bold.woff2') format('woff2'),*/
		 url('./fonts/SourceHanSans/SourceHanSansJP-Bold.otf') format('opentype');
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +base & parts   */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */

#landing ol,#landing li { list-style: none!important; margin-left: 0!important;}

/* --- リンク画像の透過--- */
a:hover {
opacity: .65;
-webkit-opacity: .65;
-moz-opacity: .65;
}

a {
transition: opacity .2s ease-out;
}

/* --- parts --- */
.marker { background-color: #ffff00;}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +landing  */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* ▼コンテンツ用スタイル 編集可能領域ここから▼ --------------------------------------------------------------------------------------------*/

/********************

   common

*********************/
#kaguya_lp {
	--font-base: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "SourceHanSans", sans-serif, "メイリオ", Meiryo,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	--font-SourceHanSans: "SourceHanSans" ,sans-serif;
	--font-ShipporiMincho: "ShipporiMincho" ,sans-serif;

	--color-black: #000;
	--color-gray01: #aaa;
	--color-gray02: #808080;

	position: relative;
	background-color: var(--color-black);
	font-size: 16px;
	font-weight: 400;
	overflow: hidden;
	text-align: center;
	font-family: var(--font-base);
	color: #fff;
	letter-spacing: 0.15em;
}

#kaguya_lp * {
	box-sizing: border-box;
}

#kaguya_lp h1 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
}
#kaguya_lp h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.73;
	margin-bottom: 32px;
}

#kaguya_lp h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.73;
	margin-bottom: 32px;
}

#kaguya_lp p {
	font-size: 15px;
	line-height: 2.2;
	font-weight: 400;
}

#kaguya_lp img {
	max-width: 100%;
	height: auto;
}

#kaguya_lp figure {
	margin: 0;
}



/********************
   parts
*********************/
#kaguya_lp .contents_wrapper {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#kaguya_lp .flex_base {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#kaguya_lp .flex_base.flex_wrap {
	flex-wrap: wrap;
	justify-content: center;
}

#kaguya_lp .attention_text {
	color: var(--color-gray01);
	font-size: 13px;
	text-align: left;
	font-weight: 500;
	line-height: 1.7;
}

#kaguya_lp .emphasis_text01 {
	--color: rgba(255, 255, 0, 0.4);
	position: relative;
	display: inline;
	padding: 0 0 0.1rem;
	font-size: 1.0em;
	background: linear-gradient( transparent 0%, transparent calc(100% - 2px), var(--color) calc(100% - 2px),var(--color) 100%,transparent 100%);
}



#kaguya_lp .heading,
#kaguya_lp .text {
	color: #aaa;
}
#kaguya_lp .heading {
	font-size: 15px;
	font-weight: 400;
}
#kaguya_lp .heading .sub {
	display: block;
	color: #fff;
	font-size: 20px;
	margin-bottom: 2.7px;
}

#kaguya_lp .bg_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#kaguya_lp .bg_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}


#kaguya_lp .bg_visual,
#kaguya_lp .bg_visual img {
	position: relative;
	width: 100%;
	height: auto;
	object-fit: cover;
}
#kaguya_lp .bg_visual[data-bg_visual="01"] img {
	height: clamp(347px,27vw,1000px);
}
#kaguya_lp .bg_visual[data-bg_visual="02"] img {
	height: clamp(256px,20vw,800px);
}


/********************
    animation
*********************/
/***** fade_anime *****/
#kaguya_lp .fade_anime,
#kaguya_lp .fade_anime_list .fade_anime_list_item {
	opacity: 0;
	pointer-events: none;
	transition: opacity 1.14s ease-in-out, transform 1.14s ease-in-out;
}

#kaguya_lp .fade_anime.fade_in,
#kaguya_lp .fade_anime_list.fade_in .fade_anime_list_item {
	opacity: 1;
	pointer-events: all;
}


#kaguya_lp .fade_anime_list {
	--fade-delay: 0.56s;
}
#kaguya_lp .fade_anime_list.fade_in .fade_anime_list_item[data-fade_item="01"] {
	transition-delay: 0.1s;
}
#kaguya_lp .fade_anime_list.fade_in .fade_anime_list_item[data-fade_item="02"] {
	transition-delay: calc(var(--fade-delay) * 1 + 0.2s);
}
#kaguya_lp .fade_anime_list.fade_in .fade_anime_list_item[data-fade_item="03"] {
	transition-delay: calc(var(--fade-delay) * 2 + 0.2s);
}
#kaguya_lp .fade_anime_list.fade_in .fade_anime_list_item[data-fade_item="04"] {
	transition-delay: calc(var(--fade-delay) * 3 + 0.2s);
}
#kaguya_lp .fade_anime_list.fade_in .fade_anime_list_item[data-fade_item="05"] {
	transition-delay: calc(var(--fade-delay) * 4 + 0.2s);
}
#kaguya_lp .fade_anime_list.fade_in .fade_anime_list_item[data-fade_item="06"] {
	transition-delay: calc(var(--fade-delay) * 5 + 0.2s);
}
#kaguya_lp .fade_anime_list.fade_in .fade_anime_list_item[data-fade_item="07"] {
	transition-delay: calc(var(--fade-delay) * 6 + 0.1s);
}


#kaguya_lp .fade_anime[data-fade="up"],
#kaguya_lp .fade_anime_list .fade_anime_list_item[data-fade="up"] {
	transform: translate3d(0 , 22px , 0);
}

#kaguya_lp .fade_anime[data-fade="rtl"],
#kaguya_lp .fade_anime_list .fade_anime_list_item[data-fade="rtl"] {
	transform: translate3d(27px , 0 , 0);
}
#kaguya_lp .fade_anime[data-fade="ltr"],
#kaguya_lp .fade_anime_list .fade_anime_list_item[data-fade="ltr"] {
	transform: translate3d(-27px , 0 , 0);
}
#kaguya_lp .fade_anime[data-fade="zoom_in"],
#kaguya_lp .fade_anime_list .fade_anime_list_item[data-fade="zoom_in"] {
	transform: scale(0.969);
}
#kaguya_lp .fade_anime.fade_in[data-fade="up"],
#kaguya_lp .fade_anime.fade_in[data-fade="rtl"],
#kaguya_lp .fade_anime.fade_in[data-fade="ltr"],
#kaguya_lp .fade_anime.fade_in[data-fade="zoom_in"],
#kaguya_lp .fade_anime_list.fade_in .fade_anime_list_item[data-fade="up"],
#kaguya_lp .fade_anime_list.fade_in .fade_anime_list_item[data-fade="rtl"],
#kaguya_lp .fade_anime_list.fade_in .fade_anime_list_item[data-fade="ltr"],
#kaguya_lp .fade_anime_list.fade_in .fade_anime_list_item[data-fade="zoom_in"] {
	transform: translate3d(0 , 0 , 0);
}



/***** slide_in_img_anime *****/
#kaguya_lp .slide_in_img_anime {
	overflow: hidden;
}

#kaguya_lp .slide_in_img_anime[data-slide="ltr"] img {
	--position: top;
	transform: scale(1.14);
	transform-origin: right var(--position);
	animation: slide_in_img_anime_side 17s ease-in-out 0s infinite alternate;
	object-position: var(--postion);
}
#kaguya_lp .slide_in_img_anime[data-slide_position="bottom"] img {
	--position: bottom;
}
#kaguya_lp .slide_in_img_anime[data-slide_position="top"] img {
	--position: top;
}


@keyframes slide_in_img_anime_side {
	0.1% {
		transform-origin: right var(--position);
	}
	100% {
		transform-origin: left var(--position);
	}
}

#kaguya_lp .slide_in_img_anime[data-slide="whole"] img {
	--origin: left;
	--to: right;
	--anime_scale1: scale(1.14);
	--anime_scale2: scale(1.19);
	transform: var(--anime_scale1);
	transform-origin: var(--origin) bottom;
}
#kaguya_lp .fade_in.slide_in_img_anime[data-slide="whole"] img {
	animation: slide_in_img_anime_whole 62s linear 0s infinite;
	animation-delay: 1.1s;
}
#kaguya_lp .fade_in.slide_in_img_anime[data-slide_direction="reverse"] img {
	--origin: right;
	--to: left;
}

@keyframes slide_in_img_anime_whole {
	0.02% {
		transform-origin: var(--origin) bottom;
		transform: var(--anime_scale1);
	}

	12% {
		transform-origin: center center;
		transform: var(--anime_scale2);
	}

	25% {
		transform-origin: var(--to) center;
		transform: var(--anime_scale1);
	}

	37.5% {
		transform-origin: center top;
		transform: var(--anime_scale2);
	}

	50% {
		transform-origin: var(--origin) top;
		transform: var(--anime_scale1);
	}

	62.5% {
		transform-origin: center center;
		transform: var(--anime_scale2);
	}

	75% {
		transform-origin: var(--to) bottom;
		transform: var(--anime_scale1);
	}


	100% {
		transform-origin: var(--origin) bottom;
	}
}


/***** cloud *****/
#kaguya_lp .deco_block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}



/********************

   main

*********************/

/********************
   fv
*********************/
#kaguya_lp #fv {
	padding: 0 0 32px;
}

#kaguya_lp #fv .slider {
	margin-bottom: 38.4px;
	opacity: 0;
	line-height: 0;
	transition: opacity 0.8s ease-in-out;
	overflow: hidden;
}
#kaguya_lp #fv .slider.slick-initialized {
	opacity: 1;
}

#kaguya_lp #fv .slider .slider_item {
	height: 56vw;
	min-height: 745px;
	max-height: 1500px;
}
#kaguya_lp #fv .slider .slider_item .bg {
	position: absolute;
	bottom: 0;
	width: 100%;
	overflow: hidden;
}
#kaguya_lp #fv .slider .slider_item .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#kaguya_lp #fv .slider .slick-dots {
	margin-top: 10px;
	margin-bottom: 20.6px;
	padding: 4px 170px;
	text-align: right;
}

#kaguya_lp #fv .slider .slick-dots li {
	position: relative;
    display: inline-block;
    width: 37px;
    height: 3.2px;
    margin: 0 9.2px;
    padding: 0;
    cursor: pointer;
}

#kaguya_lp #fv .slider .slick-dots li button {
	font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 0;
    outline: none;
    background: #fff;
	opacity: 0.5;
	padding: 0;
    margin: 0;
}
#kaguya_lp #fv .slider .slick-dots li.slick-active button {
	opacity: 1;
}
#kaguya_lp #fv .slider .slick-dots li button:hover {
	opacity: 0.8;
}


#kaguya_lp #fv .slider .slick-prev,
#kaguya_lp #fv .slider .slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
	display: none;
	opacity: 0;
}

#kaguya_lp #fv .slider .add-animation .bg img {
	animation: zoomDown 7.4s linear 0s normal both;
}
@keyframes zoomDown {
	0% {
	  transform: scale(1.14);
	}
	100% {
	  transform: scale(1); 
	}
}

#kaguya_lp #fv .fv_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#kaguya_lp #fv .fv_inner .fv_tit[data-fv_tit="01"] {
	margin-top: 4.71%;
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1;
}
#kaguya_lp #fv .fv_inner .fv_tit[data-fv_tit="01"] img {
	width: 100%;
}


#kaguya_lp #fv .logo {
	line-height: 1;
}


/********************
   cp_ofr
*********************/
#kaguya_lp .cp_ofr {
	position: relative;
	z-index: 90;
	padding: 130px 0 138px;
	margin-top: -2px;
	background: var(--color-black);
}

#kaguya_lp .cp_ofr .cp_box {
	--border: 1.1px solid var(--color-gray02);
	position: relative;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	padding: 27px 37px 32px;
	border-top: var(--border);
	border-bottom: var(--border);
}

#kaguya_lp .cp_ofr .contents_block {
	position: relative;
	align-items: center;
	justify-content: center;
}

#kaguya_lp .cp_ofr .img_block {
	margin-right: 50px;
	text-align: right;
	margin-top: -41px;
}

#kaguya_lp .cp_ofr .text_block {
	text-align: left;
	flex: 1;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-family: var(--font-ShipporiMincho);
}
#kaguya_lp .cp_ofr .text_block p,
#kaguya_lp .cp_ofr .text_block h2 {
	font-weight: 700;
	line-height: 1.1;
	white-space: nowrap;
}

#kaguya_lp .cp_ofr .name {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 28px;
	margin-top: 0.2em;
	margin-bottom: 16px;
	color: #fff;
}

#kaguya_lp .cp_ofr .name > span {
	position: relative;
}
#kaguya_lp .cp_ofr .name span.huri {
	position: absolute;
	bottom: calc(100% + 2px);
	left: 50%;
	transform: translateX(-50%);
	font-size: 10px;
	letter-spacing: 0.11em;
}


#kaguya_lp .cp_ofr .origin_price {
	font-size: 18.6px;
	letter-spacing: 0.01em;
	margin-bottom: 0.73em;
	color: var(--color-gray01);
}

#kaguya_lp .cp_ofr .price_block {
	--text-gradient: linear-gradient(180deg, rgba(255, 228, 79, 1) 28.6%, rgba(240, 211, 65, 1) 39.15%, rgba(200, 166, 30, 1) 49.93%, rgba(179, 143, 12, 1) 56.55%, rgba(211, 189, 104, 1) 66.68%, rgba(219, 201, 128, 1) 100%);
	--color: rgba(255, 228, 79, 1);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 16px;
}
#kaguya_lp .cp_ofr .price_block .price_tit {
	display: block;
	border: 0.92px solid rgba(227, 183, 0, 1) ;
	border-image: linear-gradient(90deg, rgba(227, 183, 0, 1) 0.56%, rgba(255, 228, 185, 1) 25.28%, rgba(247, 218, 168, 1) 30.07%, rgba(228, 193, 123, 1) 39.58%, rgba(196, 153, 51, 1) 52.79%, rgba(179, 131, 12, 1) 59.55%, rgba(211, 186, 104, 1) 81.42%, rgba(219, 201, 128, 1) 87.08%, rgba(255, 228, 185, 1) 100%);
	border-image-slice: 1;
	border-left: none;
	border-right: none;
	font-size: 24.4px;
	font-weight: 700;
	line-height: 1.14;
	letter-spacing: 0.02em;
	padding: 0.244em 0.4em;
	margin-right: 13px;
	background: var(--text-gradient);
	color: var(--color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#kaguya_lp .cp_ofr .price_block .price {
	position: relative;
	top: -0.044em;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 77px;
	letter-spacing: -0.038em;
	line-height: 1.18;
	background: var(--text-gradient);
	color: var(--color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#kaguya_lp .cp_ofr .price_block .unit {
	position: relative;
	top: 0.19em;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 18.2px;
	letter-spacing: 0;
	margin-left: 4px;
	background: var(--text-gradient);
	color: var(--color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#kaguya_lp .cp_ofr .price_block .unit .tax {
	display: inline-block;
	font-size: 1em;
	line-height: 1;
	margin-bottom: -0.082em;
}
#kaguya_lp .cp_ofr .price_block .unit .yen {
	display: inline-block;
	font-size: 2.2em;
	line-height: 1.1;
}



#kaguya_lp .cp_ofr .cp_ofr_btn  {
	width: 440px;
	height: 50px;
	margin-left: -10px;
	margin-right: auto;
	box-shadow: none;
}
#kaguya_lp .cp_ofr .cp_ofr_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
#kaguya_lp .cp_ofr_btn .btn_arrow_ {
	margin-top: 0.082em;
	margin-right: 0.7em;
}


#kaguya_lp .cp_ofr .huki img {
	position: absolute;
}
#kaguya_lp .cp_ofr .huki:nth-of-type(1) img {
	top: -76px;
	right: -86px;
}
#kaguya_lp .cp_ofr .huki:nth-of-type(2) img {
	bottom: -56px;
	left: -62px;
}



/********************
    movie
*********************/
#kaguya_lp #movie {
	position: relative;
	z-index: 80;
	padding: 7px 0 280px;
}

#kaguya_lp #movie::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 119%;
	background-image: url(../img/deco/bg_design01@2x.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 30%;
}

#kaguya_lp #movie::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 34.2%, rgba(0, 0, 0, 0) 86.84%);
}

#kaguya_lp #movie .contents_wrapper {
	position: relative;
}

#kaguya_lp #movie .heading {
	margin-bottom: 56px;
}
#kaguya_lp #movie .heading::before {
	content: "";
	position: relative;
	top: 2px;
	display: inline-block;
	/*
	background-image: url(../img/deco/check_mark@2x.png);
	background-repeat: no-repeat;
	background-size: contain;
	*/
	width: 25px;
	height: 25px;
	margin-right: 14px;
}
#movie .youtube_box {
	width: 66%;
	height: auto;
	aspect-ratio: 1080/1080;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 140px;
}

#kaguya_lp #movie iframe {
	width: 100%;
	height: 100%;
	background: #b3b3b3;
}




/********************
    introduction
*********************/
#kaguya_lp .introduction {
	position: relative;
	padding: 44px 0 73px;
	padding-bottom: clamp(73px,5.6vw,300px);
}
#kaguya_lp .introduction .bg_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#kaguya_lp .introduction .bg_img img {
	object-fit: cover;
	object-position: bottom;
}
#kaguya_lp .introduction .bg_img::after {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 200px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 13.16%, rgba(0, 0, 0, 0.97) 85.8%);
}

#kaguya_lp .introduction .heading,
#kaguya_lp .introduction .text {
	color: #fff;
	text-shadow: 0 0 5.6px rgba(0, 0, 0, 0.82);
}
#kaguya_lp .introduction .heading {
	font-size: 17.6px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 38px;
}

#kaguya_lp .introduction .text {
	font-size: 13.7px;
	line-height: 2.6;
}



/********************
    color
*********************/
#kaguya_lp .color {
	position: relative;
	z-index: 110;
	padding: 10px 0 160px;
}

#kaguya_lp .color .color_top {
	position: static;
	margin-bottom: 100px;
}
#kaguya_lp .color .color_top::before {
	content: "";
	position: absolute;
	top: -39px;
	left: 0;
	width: 104%;
	height: 390px;
	background-image: url(../img/deco/deco_bg01.png);
	background-repeat: repeat-x;
	background-size: contain;
}
#kaguya_lp .color .img_block {
	position: relative;
}
#kaguya_lp .color .img_block:nth-of-type(1) {
	text-align: right;
	margin-left: auto;
	margin-right: -150px;
}
#kaguya_lp .color .img_block:nth-of-type(2) {
	text-align: left;
	margin-top: -190px;
	margin-left: -150px;
	margin-right: auto;
}

#kaguya_lp .color .deco_block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#kaguya_lp .color .deco_block .deco {
	position: absolute;
	z-index: 10;
}
#kaguya_lp .color .deco_block .cloud01 {
	top: 10px;
	right: -10px
}
#kaguya_lp .color .deco_block .cloud02 {
	top: 544px;
	left: 69px;
}
#kaguya_lp .color .deco_block .cloud03 {
	top: -25px;
	left: -17px;
}
#kaguya_lp .color .deco_block .bamboo {
	top: 200px;
	right: -32px;
}

#kaguya_lp .color .heading {
	margin-bottom: 62px;
}
#kaguya_lp .color .contents_block {
	position: relative;
	justify-content: center;
	align-items: flex-start;
	column-gap: 40px;
}
#kaguya_lp .color .contents_block::before {
	content: "";
	position: absolute;
	top: -32px;
	left: 0;
	width: 100%;
	height: 315px;
	background-size: 70px 70px; /* repeating-conic-gradientが適用されるサイズ */
	background-image: repeating-conic-gradient(from 0deg, 
					  #fff 0deg 90deg, #000 90deg 180deg); /* 90度ずつ色変更を360度まで繰返し（2回） */
	background-repeat: repeat;
	opacity: 0.072;
}

#kaguya_lp .color .contents_block .inner {
	position: relative;
	z-index: 10;
}
#kaguya_lp .color .contents_block .inner img {
	transform-origin: center center;
	transform: scale(1);
	cursor: pointer;
	transition: transform 0.54s ease-in-out;
}
#kaguya_lp .color .contents_block .inner img:hover {
	transform: scale(1.17);
}
#kaguya_lp .color .contents_block .type {
	margin-top: 44px;
	font-size: 15px;
	color: var(--color-gray01);
}


/********************
    interview
*********************/
#kaguya_lp .interview {
	position: relative;
	z-index: 90;
	padding: 10px 0 0px;
	margin-top: -56px;
	overflow: hidden;
}

#kaguya_lp .interview .bg_img {
	height: auto;
	min-height: 100%;
	max-height: 100%;
}
#kaguya_lp .interview .bg_img img {
	width: 104%;
	max-width: 100000px;
}

#kaguya_lp .interview .heading {
	margin-bottom: 92px;
}

#kaguya_lp .interview .text_block {
	flex: 1;
	text-align: left;
}

#kaguya_lp .interview .text {
	text-align: left;
	color: #fff;
}

#kaguya_lp .interview .lead_block {
	width: 951px;
	position: relative;
	left: 39px;
	column-gap: 39px;
	margin: 0 auto 56px;
}

#kaguya_lp .interview .lead_block .tit {
	margin-bottom: 22px;
}

#kaguya_lp .interview .lead_block .img_block {
	margin-top: 39px;
}


#kaguya_lp .interview .profile_block {
	justify-content: flex-start;
	align-items: flex-end;
	column-gap: 31px;
	margin-bottom: 44px;
}

#kaguya_lp .interview .profile_block .profile {
	text-align: left;
	font-size: 14px;
}
#kaguya_lp .interview .profile_block .profile .position {
	display: block;
	line-height: 1.8;
}
#kaguya_lp .interview .profile_block .profile .name span {
	font-size: 22px;
}


#kaguya_lp .interview .contents_block {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
	column-gap: 70px;
	margin-bottom: 82px;
	padding-top: 25px;
}
#kaguya_lp .interview .contents_block:last-of-type {
	margin-bottom: 140px;
}

#kaguya_lp .interview .acc_wrapper {
	display: block;
	height: auto;
}

#kaguya_lp .interview .acc_wrapper .acc_switch {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: fit-content;
	height: auto;
	padding: 20px;
	margin: 22px auto 92px;
	cursor: pointer;
}
#kaguya_lp .interview .acc_wrapper .acc_switch > span {
	display: block;
	margin-top: 10px;
}

#kaguya_lp .interview .acc_wrapper .acc_block  {
	display: none;
	opacity: 0;
	transition: opacity 0.44s ease-in-out;
}
#kaguya_lp .interview .acc_wrapper.active .acc_block  {
	opacity: 1;
}


/********************
    fusion
*********************/
#kaguya_lp .fusion {
	--fade-delay: 0.96s;
	position: relative;
	z-index: 90;
}
#kaguya_lp .fusion .bg img {
	width: 100%;
	height: auto;
}

#kaguya_lp .fusion .text {
	position: absolute;
	top: 20%;
	left: -1px;
}



/********************
    point
*********************/
#kaguya_lp .point {
	position: relative;
	z-index: 20;
	padding: 244px 0 100px;
}

#kaguya_lp .point::before {
	content: "";
	position: absolute;
	top: -82px;
	left: 0;
	background-image: url(../img/deco/bg_design02@2x.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 600px;
}

#kaguya_lp .point .contents_wrapper {
	max-width: 1300px;
}

#kaguya_lp .point .heading {
	margin-bottom: 110px;
}

#kaguya_lp .point .contents_block {
	align-items: center;
	justify-content: flex-start;
	column-gap: 82px;
}
#kaguya_lp .point .img_block {
	width: 610px;
}
#kaguya_lp .point .img_block > img {
	width: 100%;
}
#kaguya_lp .point .text_block {
	width: 429px;
	text-align: left;
}

#kaguya_lp .point .contents_block:nth-of-type(2n) {
	justify-content: flex-end;
	column-gap: 56px;
}
/* 2 */
#kaguya_lp .point .contents_block[data-num="02"] .img_block {
	position: relative;
	width: 690px;
}
#kaguya_lp .point .contents_block[data-num="02"] .img_block::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 70px 70px; /* repeating-conic-gradientが適用されるサイズ */
	background-image: repeating-conic-gradient(from 0deg, 
					  #fff 0deg 90deg, #000 90deg 180deg); /* 90度ずつ色変更を360度まで繰返し（2回） */
	background-repeat: repeat;
	opacity: 0.072;
}

#kaguya_lp .point .contents_block[data-num="02"] .img_block img {
	width: 490px;
}
#kaguya_lp .point .contents_block[data-num="02"] .img_block .inner {
	position: relative;
	width: fit-content;
}
#kaguya_lp .point .contents_block[data-num="02"] .img_block .inner:nth-of-type(1){
	margin-left: auto;
	margin-right: 0;
}
#kaguya_lp .point .contents_block[data-num="02"] .img_block .inner:nth-of-type(2){
	margin-left: 0;
	margin-right: auto;
}
#kaguya_lp .point .contents_block[data-num="02"] .img_block .inner span {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #80803f;
	color: #fff;
	padding: 0.25em 0.87em;
	font-size: 15px;
	font-weight: 300;
}

#kaguya_lp .point .contents_block[data-num="02"] .img_block .huki {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
}


/* 3 */
#kaguya_lp .point .contents_block[data-num="03"] .img_block {
	column-gap: 8%;
}
#kaguya_lp .point .contents_block[data-num="03"] .img_block .inner {
	width: 46%;
	margin-bottom: 5.4%;
}

#kaguya_lp .point .contents_block[data-num="03"] .img_block span {
	display: block;
	text-align: right;
	color: var(--color-gray01);
	margin-top: 5.6px;
}



/********************
    course
*********************/
#kaguya_lp .course {
	padding: 96px 0 119px;
}

#kaguya_lp .course .heading {
	text-align: center;
	color: #fff;
	font-size: 19.6px;
	font-weight: 700;
	margin-bottom: 39px;
}

#kaguya_lp .course .contents_wrapper {
	max-width: 1300px;
	width: 98%;
}
#kaguya_lp .course .contents_block {
	width: 100%;
	padding-left: 5px;
	padding-right: 7px;
	padding-bottom: 44px;
	column-gap: 41px;
	overflow-x: scroll;
}

#kaguya_lp .course .contents_block::-webkit-scrollbar {
	height: 6.2px;
}
#kaguya_lp .course .contents_block::-webkit-scrollbar-track{
   background-color: #000;
}
#kaguya_lp .course .contents_block::-webkit-scrollbar-thumb{
   background-color: rgba(170, 170, 170, 0.4);
   border-radius: 10px;
}


#kaguya_lp .course .contents_block .item > .flex_base {
	column-gap: 41px;
}

#kaguya_lp .course .inner {
	width: 251px;
}

#kaguya_lp .course .img_block {
	width: 100%;
	height: 140px;
}
#kaguya_lp .course .img_block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#kaguya_lp .course .type {
	text-align: left;
	font-size: 19.2px;
	color: var(--color-gray01);
	margin-bottom: 5.6px;
}

#kaguya_lp .course .text {
	text-align: left;
	margin-top: 10px;
	font-size: 15.1px;
}


/********************
    features
*********************/
#kaguya_lp .features {
	position: relative;
	padding: 140px 0 60px;
	z-index: 80;
}

#kaguya_lp .features .contents_block {
	justify-content: center;
	column-gap: 38px;
}

#kaguya_lp .features .item {
	cursor: pointer;
	width: 190px
}

#kaguya_lp .features .item .img {
	width: 100%;
	height: 176px;
}
#kaguya_lp .features .item .text {
	position: relative;
	text-align: left;
	padding-top: 17px;
	padding-bottom: 8.2px;
	padding-left: 34.4px;
	border-bottom: 0.5px solid var(--color-gray02);
	font-size: 15px;
	line-height: 1.4;
	white-space: nowrap;
}

#kaguya_lp .features .item .text::before {
	--size: 9.6px;
	content: "";
	position: absolute;
	top: 50%;
	left: 4px;
	width: var(--size);
	height: var(--size);
	border: 0.5px solid var(--color-gray02);
	border-left: 0;
	border-top: 0;
	transform-origin: right bottom;
	transform: translateY(-50%) rotate(-45deg);
}


/********************
    voice
*********************/
#kaguya_lp .voice {
	position: relative;
	z-index: 90;
	padding: 280px 0 110px;
}
#kaguya_lp .voice::before {
	content: "";
	position: absolute;
	top: -1vw;
	left: 0;
	width: 100%;
	height: 96%;
	background-image: url(../img/deco/bg_design03@2x.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}
#kaguya_lp .voice::after {
	content: "";
	position: absolute;
	top: -1vw;
	left: 0;
	width: 100%;
	height: 320px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 13.16%, rgba(0, 0, 0, 0.97) 85.8%);
}

#kaguya_lp .voice .voice_top {
	position: relative;
	z-index: 10;
	margin-bottom: 20px;
	padding-top: 56px;
    margin-top: -56px;
}
#kaguya_lp .voice .voice_top .img_block {
	width: fit-content;
}
#kaguya_lp .voice .voice_top .img_block img {
	width: 100%;
}

#kaguya_lp .voice .voice_top .img_block:nth-of-type(1) {
	width: 73%;
	margin-left: -1px;
	margin-right: auto;
}
#kaguya_lp .voice .voice_top .img_block:nth-of-type(2) {
	width: 57%;
	margin-top: -56%;
	margin-left: auto;
	margin-right: -4%;
}


#kaguya_lp .voice .deco_block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#kaguya_lp .voice .deco_block .deco {
	position: absolute;
	z-index: 10;
}
#kaguya_lp .voice .deco_block .cloud01 {
	top: 310px;
	left: -29px;
}
#kaguya_lp .voice .deco_block .cloud02 {
	top: 860px;
	right: 25px;
}
#kaguya_lp .voice .deco_block .cloud03 {
	top: 321px;
	right: -44px;
}
#kaguya_lp .voice .deco_block .bamboo {
	top: 590px;
	left: -44px;
}



#kaguya_lp .voice .heading {
	margin-bottom: 44px;
}

#kaguya_lp .voice .img_block {
	position: relative;
	text-align: center;
	width: fit-content;
	margin: 10px auto 56px;
}
#kaguya_lp .voice .img_block .name {
	position: absolute;
	bottom: 0.4%;
	left: 89.1%;
	white-space: nowrap;
	font-size: 15px;
	color: var(--color-gray01);
}

#kaguya_lp .voice .text {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


/********************
    comparison
*********************/
#kaguya_lp .comparison {
	padding: 160px 0 176px;
	text-align: center;
}




/********************
    certification
*********************/
#kaguya_lp .certification {
	padding: 100px 0 110px;
	background-image: url(../img/certification_bg@2x.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#kaguya_lp .certification .contents_block {
	--fade-delay: 0.5s;
	padding: 66px 62px 69px;
	width: 739px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(128,128,45,0.8);
	border-radius: 2px;
}

#kaguya_lp .certification h2,
#kaguya_lp .certification p {
	color: #fff;
	letter-spacing: 0.2em;
}
#kaguya_lp .certification .heading {
	text-align: center;
	font-size: 26.6px;
	font-weight: 700;
	margin-bottom: 19px;
}
#kaguya_lp .certification .heading .sub {
	display: block;
	font-size: 17px;
	margin-bottom: 2px;
}

#kaguya_lp .certification .certification_list {
	column-gap: 15px;
	margin-bottom: 10px;
}

#kaguya_lp .certification .certification_list .item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 186px;
	height: 44px;
	width: auto;
	padding: 12px;
	background: #fff;
	color: #80803f;
	font-size: 17.6px;
	font-weight: 700;
	font-family: var(--font-SourceHanSans);
	letter-spacing: 0.11em;
}

#kaguya_lp .certification .certification_list .item:nth-of-type(n+4) {
	width: 244px;
	margin-top: 11.9px;
}

#kaguya_lp .certification .text {
	text-align: center;
	font-size: 17.6px;
	font-weight: 700;
	line-height: 1.82;
	letter-spacing: 0.2em;
	margin-bottom: 29px;
}

#kaguya_lp .certification .attention_text {
	text-align: center;
	font-size: 12.5px;
	font-family: var(--font-base);
	margin-bottom: 7px;
}


/********************
    awards
*********************/
#kaguya_lp .awards {
	padding: 130px 0 138px;
	background-image: url(../img/deco/awards_bg@2x.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
}

#kaguya_lp .awards .contents_block {
	--border: 1.1px solid rgba(128,128,63,0.85);
	padding: 77px 0 76px;
	border-top: var(--border);
	border-bottom: var(--border);
}

#kaguya_lp .awards .logo {
	margin-bottom: 44px;
}

#kaguya_lp .awards .img_block {
	margin-bottom: 19px;
}

#kaguya_lp .awards .text_block {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #fff;
}
#kaguya_lp .awards .heading {
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

#kaguya_lp .awards .text {
	color: #fff;
	margin-bottom: 29px;
}

#kaguya_lp .awards .attention_text {
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.2em;
	line-height: 1.96;
}




/********************
    modal
*********************/
#kaguya_lp .modal {

}

#kaguya_lp .modal .modal_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.16);
	z-index: 999999;
	opacity: 0;
	transition: opacity 0.6s ease-in-out;
	pointer-events: none;
}
#kaguya_lp .modal .modal_wrapper.active {
	opacity: 1;
	pointer-events: all;
}

#kaguya_lp .modal .modal_contents {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	overflow: auto;
}

#kaguya_lp .modal .modal_contents::-webkit-scrollbar {
	width: 11px;
}
#kaguya_lp .modal .modal_contents::-webkit-scrollbar-track{
   background-color: #fff;
}
#kaguya_lp .modal .modal_contents::-webkit-scrollbar-thumb{
   background-color: #d5d5d5;
   border-radius: 50px;
}



#kaguya_lp .modal #modal_features .modal_contents {
	background: #fff;
    width: 860px;
    height: auto;
	padding: 82px 69px 44px;
	border-right: 7px solid #fff;
	max-width: 97.6%;
    max-height: 92vh;
    border-radius: 4px;
	box-shadow : 0px 0px 7px rgba(0, 0, 0, 0.2);
	opacity: 0;
	pointer-events: none;
}
#kaguya_lp .modal #modal_features .modal_contents.current {
	opacity: 1;
	pointer-events: all;
}

#kaguya_lp .modal #modal_features .contents_block {
	column-gap: 50px;
	align-items: stretch;
}
#kaguya_lp .modal #modal_features .contents_block:nth-of-type(n+2) {
	margin-top: 50px;
	align-items: center;
}
#kaguya_lp .modal #modal_features .img_block {
	width: 40%;
	max-width: 300px;
	height: 240px;
}
#kaguya_lp .modal #modal_features .img_block img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#kaguya_lp .modal #modal_features .text_block {
	flex: 1;
}

#kaguya_lp .modal #modal_features .heading {
	text-align: left;
	font-size: 18.4px;
	font-weight: 700;
	margin-bottom: 25px;
}
#kaguya_lp .modal #modal_features .heading .strong {
	color: #80803f;
}
#kaguya_lp .modal #modal_features .text {
	text-align: left;
	font-size: 15px;
}

#kaguya_lp .modal #modal_features .modal_cancel_btn {
	position: relative;
	width: 250px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #80803f;
	color: #fff;
	margin: 62px auto 10px;
	text-align: center;
	cursor: pointer;
}
#kaguya_lp .modal #modal_features .modal_cancel_btn::before,
#kaguya_lp .modal #modal_features .modal_cancel_btn::after {
	--size: 9.6px;
	content: "";
	position: absolute;
	display: block;
	width: var(--size);
	height: var(--size);
	background: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 0%);
}

#kaguya_lp .modal #modal_features .modal_cancel_btn::before {
	clip-path: polygon(0 0, 0% 100%, 100% 0%);
	top: -1px;
	left: -1px;
}
#kaguya_lp .modal #modal_features .modal_cancel_btn::after {
	clip-path: polygon(0 100%, 100% 100%, 100% 0%);
	bottom: -1px;
	right: -1px;
}


/********************
    delivery
*********************/
#kaguya_lp .delivery {
    position: relative;
    width: 100%;
	height: auto;
    box-sizing: border-box;
    background: url(../img/deco/delivery_bg@2x.jpg) no-repeat;
	background-size: cover;
    font-family: sans-serif;
    color: #fff;
    padding: 80px 0 60px;
    margin: 0 auto;
}
#kaguya_lp .delivery .contents_wrapper {
    width: 980px;
	/*max-width: 1300px;*/
}
#kaguya_lp .delivery h2 {
    font-size: 24px;
    font-weight: bold;
    font-family: sans-serif;
    padding: 0;
    margin: 0 auto 20px;
    text-align: center;
}
#kaguya_lp .delivery .text_block {
    font-size: 18px;
    font-weight: lighter;
    line-height: 140%;
    padding: 0;
    margin: 0 auto 40px;
    text-align: left;
}
#kaguya_lp .delivery table {
    width: 100%;
    border-collapse: collapse;
    border: 1px #dbd0a5 solid;
    background: #333;
    padding: 0;
    margin: 0 auto 40px;
    text-align: center;
}
#kaguya_lp .delivery th {
    border-top: 1px #dbd0a5 solid;
    border-right: 1px #dbd0a5 solid;
    background: #222;
    font-weight: bold;
    padding: 10px 20px;
    text-align: left;
    vertical-align: top;
}
#kaguya_lp .delivery td {
    border-top: 1px #dbd0a5 solid;
    border-right: 1px #dbd0a5 solid;
    font-weight: normal;
    padding: 10px 20px;
    text-align: left;
    vertical-align: top;
}
#kaguya_lp .delivery thead tr th {
    border-top: none;
    text-align: center;
    vertical-align: middle;
}
#kaguya_lp .delivery thead tr th:last-child {
    border-right: none;
}
#kaguya_lp .delivery tr td:last-child {
    border-right: none;
}
#kaguya_lp .delivery tr:last-child td {
    text-align: center;
}

#kaguya_lp .delivery td img {
   margin: 10px auto;
}

/********************
    spec
*********************/
#kaguya_lp .spec {
    position: relative;
    width: 100%;
	height: auto;
    box-sizing: border-box;
    background: url(../img/deco/spec_bg@2x.jpg) no-repeat;
	background-size: cover;
    font-family: serif;
    color: #fff;
    padding: 80px 0 30px;
    margin: 0 auto;
}
#kaguya_lp .spec > .contents_wrapper {
    width: 100%;
	max-width: 100%;
}

#kaguya_lp .spec table {
    width: 980px;
    border-collapse: collapse;
    border: 1px #926e00 solid;
    background: #fff;
    padding: 0;
    margin: 0 auto 40px;
    text-align: center;
}
#kaguya_lp .spec caption {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #926e00;
    font-family: serif;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
}
#kaguya_lp .spec th {
    width: 30%;
    border-top: 1px #fff solid;
    background: #926e00;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
}
#kaguya_lp .spec td {
    border-top: 1px #926e00 solid;
    color: #333;
    font-weight: normal;
    padding: 10px 20px;
    text-align: left;
    vertical-align: top;
}
#kaguya_lp .spec tr:first-child td {
    border-top: 1px #fff solid;
}

/****** テーブル隠し ******/
#product_table_box {
	position: relative;
	width: 100%;
	height: auto;
	overflow-y: hidden;
	transition: all 1.1s ease-out;
}
#product_table_box.show_close::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0) 30%, rgba(255,255,255,1) 100%);
}
.toggle_button_bg {
	position: absolute;
	width: 100%;
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
	padding: 60px 0;
	bottom: -40px;
}

#table_toggle_button {
	position: relative;
	display: block;
	padding: 20px 40px 20px 20px;
	width: 72%;
	height: auto;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #dbd0a5;
	margin-top: 0px;
	background-color: #000;
	border-radius: 10px;
}
#table_toggle_button>span {
	position: relative;
}

#table_toggle_button::before {
	position: absolute;
	content: "";
	top: 35%;
	left: 30%;
	padding: 1.6%;
	border-top: 2px solid #dbd0a5;
	border-right: 2px solid #dbd0a5;
	transform-origin: 65% 35%;
    transform: rotate(-45deg);
	transition: 0.8s all ease-in-out;
}
.show_close ~ #table_toggle_button::before {
 	transform: rotate(-225deg);
}
.show_close ~ .toggle_button_bg {
	bottom: -60px;
}
/****** その他 ******/
#kaguya_lp .w20per {
    width: 20%;
}
#kaguya_lp .w40per {
    width: 40%;
}
#kaguya_lp .txt_b {
    font-weight: bold;
}
#kaguya_lp .c01 {
    color: #cc2029;
}


/* ▲コンテンツ用スタイル 編集可能領域ここまで▲ --------------------------------------------------------------------------------------------*/