/*MV*/
.main_image {
	position: relative;
	height: 130vw;
}
.main_image_scroll {
	width: 0.078125vw;
	height: 10.15625vw;
	background-color: #000300;
	position: absolute;
	top: 57.265625vw;
	right: 3.125vw;
}
.main_image_scroll:before {
	content: "";
	width: 0.625vw;
	height: 0.625vw;
	border-radius: 50%;
	background-color: #000300;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	animation: scrollDown 2s ease-in-out infinite;
}
@keyframes scrollDown {
    0% {
        top: 0;
        opacity: 1;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}
.main_image_logo {
	width: 78.84375vw;
    	top: 7.375vw;
	    left: 8.078125vw;
	position: absolute;
	z-index: 10;
}
.main_image_catch {
	    width: 43.40625vw;
        top: 36.046875vw;
	    left: 8.078125vw;
	position: absolute;
	z-index: 10;
}
.main_image_text {
	font-size: 1.328125vw;
	   top: 43.328125vw;
	    left: 8.078125vw;
	line-height: 1.7;
	position: absolute;
	z-index: 10;
}
.main_image_text_en {
	font-family: archivo, sans-serif;
	font-weight: 400;
	font-size: 1.171875vw;
	position: absolute;
	z-index: 10;
	   top: 20vw;
    left: 53.03125vw;
}
.main_image_img1 {
	position: absolute;
	top: 5.625vw;
	left: -2.578125vw;
	width: 26.328125000000004vw;
	z-index: 1;
}
.main_image_img2 {
	position: absolute;
	top: 18.203125vw;
	left: -3.515625vw;
	width: 15.78125vw;
	z-index: 2;
}
.main_image_img3 {
	position: absolute;
	top: 5.078125vw;
	right: 0;
	width: 10.546875vw;
	overflow: hidden;
	z-index: 3;
}
.main_image_img3 img {
	width: 13.593749999999998vw;
	height: 100%;
	object-fit: cover;
	object-position: center left;
}
.main_image_img4 {
	position: absolute;
    top: 41.125vw;
    left: 51.24999999999999vw;
    width: 24.78125vw;
    z-index: 4;
}
.main_image_img5 {
	position: sticky;
	top: 10.390625vw;
	width: 89.609375vw;
	height: 42.734375vw;
	z-index: 5;
	margin: auto;
}
.main_image_img5 img {
	width: 30.15625vw;
	height: 42.734375vw;
	margin-left: auto;
	object-fit: cover;
	object-position: 19% 50%;
}
.main_image_outside {
	transform: translateY(0);
	transition: .8s;
	opacity: 1;
}
.main_image_outside.active {
	transform: translateY(-65vw);
	transition: all .8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	opacity: 0;
}
.main_image_opacity {
	transition: .8s;
	opacity: 1;
}
.main_image_opacity.active {
	opacity: 0;
}
@media (max-width: 767px) {
	.main_image {
		height: 433.587786259542vw;
	}
	.main_image_logo {
		width: 32.3rem;
                  top: 7.5rem;
    	left: 1.5rem;
	}
	.main_image_catch {
    	width: 31.5rem;
        top: 58rem;
    	left: 2.2rem;
	}
	.main_image_text {
    	font-size: 1.3rem;
        top: 63rem;
    	left: 2.4rem;
	}
	.main_image_text_en {
		font-size: 1.1rem;
		     top: 13.5rem;
        left: 24.8rem;
	}
	.main_image_img1 {
	top: 1.8rem;
	left: 3.7rem;
	width: 20.5rem;
	}
	.main_image_img2 {
		top: 16.4rem;
		left: -3.5rem;
		width: 13.7rem;
	}
	.main_image_img3 {
		top: 29.4rem;
		right: 0;
		width: 9.4rem;
	}
	.main_image_img3 img {
		width: 13rem;
	}
	.main_image_img4 {
		top: 48.9rem;
		left: -1rem;
		width: 16.3rem;
	}
	.main_image_img5 {
		width: 100%;
/*		height: 151.6030534351145vw;*/
        	height: 144.603053vw;
		top: 52.613232vw;
	}
	.main_image_img5 img {
		width: 64.63104325699746vw;
/*		height: 91.6030534351145vw;*/
height: 88.6030534351145vw;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		margin-left: 0;
	}
	.main_image_scroll {
		width: 0.2544529262086514vw;
		height: 27.989821882951656vw;
		top: 78.2rem;
		right: 1.4rem;
	}
	.main_image_scroll:before {
		width: .6rem;
		height: .6rem;
	}
}


/* concept */
.section_concept {
	position: relative;
	z-index: 3;
	    margin-top: 120px;
}
.section_concept .h2_en {
	position: absolute;
	top: 0;
	left: 0;
	writing-mode: vertical-rl;
}
.concept_box {
	width: 89.5%;
	margin-left: auto;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}
.concept_textbox {
	width: 55%;
}
.concept_title {
	font-weight: 600;
	font-size: 42px;
	line-height: 1.4;
}
.concept_text {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.4;
	margin-top: 9.8%;
}
.concept_text span {
	font-size: 12px;
}
.concept_more {
	display: none;
}
.concept_btn {
	margin-top: 13%;
	display: flex;
	align-items: center;
	gap: 15px;
	padding-bottom: 10px;
	padding-right: 35px;
	position: relative;
	overflow: hidden;
}
.concept_btn:before {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000300;
	transition: all 0.5s;
}
.concept_btn:after {
	content: "";
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: -100%;
	width: 100%;
	height: 1px;
	background-color: #B1883A;
}
.concept_btn:hover:after {
	animation: slideThrough 0.5s ease-out;
}
@keyframes slideThrough {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
.concept_btn_plus {
	width: 50px;
	height: 28px;
	border-radius: 100vmax;
	background-color: #B1883A;
	display: grid;
	place-items: center;
}
.concept_btn_plus:before {
	content: "+";
	color: #fff;
	font-size: 19px;
}
.concept_btn_text {
	font-family: 'CabinetGrotesk';
	    font-size: 19px;
	line-height: 1;
}
.concept_image {
	width: 42.8%;
	height: 600px;
	margin-top: 7.5%;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
.concept_image img {
	width: 150%;
	height: 150%;
	object-fit: cover;
	object-position: top left;
	position: absolute;
	top: 100px;
	left: 0;
}
.concept_catch {
	margin: -2.5% auto 4%;
}
@media (max-width: 767px) {
	.section_concept {
	margin-top: 0rem;
	}
	.section_concept .h2_en {
		position: static;
		writing-mode: inherit;
	}
	.concept_box {
		margin-top: 4.8rem;
		margin-left: 0;
		flex-direction: column;
		width: 100%;
	}
	.concept_textbox {
		width: 100%;
	}
	.concept_title {
		font-size: 3.6rem;
		line-height: 1.1;
	}
	.concept_text {
		font-size: 1.6rem;
	}
	.concept_text span {
		font-size: 1rem;
	}

	.concept_btn {
		margin-top: 4.4rem;
		gap: 1rem;
		padding-bottom: 1rem;
    padding-right: .5rem;
	}
	.concept_btn_plus {
		width: 4rem;
		height: 2.3rem;
	}
	.concept_btn_plus:before {
		font-size: 1.6rem;
	}
	.concept_btn_text {
		 font-size: 1.6rem;
	}
	.concept_image {
		margin-left: auto;
		margin-top: -16rem;
		width: 23.2rem;
        	height: 78.050891vw;
	}
	.concept_image img {
    top: 60px;
    }
	.concept_catch {
    	margin: -6.5% auto 4%;
	}
}


/* features */
.section_features {
	position: relative;
	z-index: 2;
}
.features_bg {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.features_bg img {
	width: 197px;
	transform: rotate(-12deg);
}
.section_features .h2_en {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	writing-mode: vertical-rl;
}
.features_container {
	max-width: 950px;
	margin: auto;
	padding: 0 35px;
	box-sizing: content-box;
	position: relative;
}
.features_title {
	font-weight: 600;
	font-size: 34px;
	line-height: 1.1;
	letter-spacing: 0.03em;
	margin-bottom: 135px;
}
.features_box_container {
	position: relative;
}
.features_scroll_wrapper {
	position: absolute;
	top: 0;
	right: -24px;
	height: 100%;
}
.features_scroll {
	position: sticky;
	top: 60px;
	width: 3px;
	height: 464px;
	background-color: rgb(0 0 0 / 0.3);
}
.features_scroll.active {
	position: fixed;
}
.features_scroll:before {
	content: "";
	width: 3px;
	height: 0;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #000300;
	transition: .3s;
}
.features_scroll.active1:before {
	height: 35%;
}
.features_scroll.active2:before {
	height: 50%;
}
.features_scroll.active3:before {
	height: 65%;
}
.features_scroll.active4:before {
	height: 100%;
}
.features_scroll_circle {
	position: absolute;
	z-index: 3;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	background-color: #B1883A;
	border-radius: 50%;
}
.features_scroll_circle:before {
	font-family: 'CabinetGrotesk';
	font-size: 12px;
	position: absolute;
	top: 0;
	right: -30px;
}
.features_scroll_circle1 {
	top: 35%;
}
.features_scroll_circle1:before {
	content: "(01)";
}
.features_scroll_circle2 {
	top: 50%;
}
.features_scroll_circle2:before {
	content: "(02)";
}
.features_scroll_circle3 {
	top: 65%;
}
.features_scroll_circle3:before {
	content: "(03)";
}
.features_box {  
	display: flex;
	flex-direction: column;
	border-radius: 11px;
	border: 1px solid rgb(0 0 0 / 0.25);
	padding: 40px 60px 70px 45px;
	background-color: rgba(255, 255, 255, 0.5);
	position: relative;
	z-index: 2;
}
.features_box + .features_box {
	margin-top: 60px;
}
.features_box_number {
	font-family: 'CabinetGrotesk';
	font-size: 18px;
	color: #B1883A;
}
.features_box_title {
	font-weight: 600;
	font-size: 32px;
	line-height: 1.4;
	margin-bottom: 30px;
}
.features_box_title small {
	font-size: 12px;
}
.features_box_text {
	font-size: 15px;
	line-height: 1.8;
}
.features_box1 .features_box_img {
	position: absolute;
	z-index: -1;
	top: 14%;
	right: 60px;
	width: 37.5%;
}
.features_box1 .features_textbox {
	margin-top: 193px;
}
.features_box1 .features_box_text {
	width: 50%;
}
.features_box2 .features_textbox {
	margin-top: 25px;
}
.features_box2 .features_box_image {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
}
.features_box2 .features_box_image_title {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3;
	margin: 17px 0 9px;
}
.features_box2 .features_box_image_title span {
	font-size: 12px;
}
.features_box2 .features_box_image_text {
	font-size: 13px;
	line-height: 1.8;
}
.features_box3 .features_textbox {
	margin-top: 25px;
}
.features_box3 .features_box_image {
	max-width: 689px;
	margin-left: auto;
	margin-top: 55px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 50px;
	    row-gap: 30px;
}
.features_box3 .features_box_image_top {
	display: flex;
	align-items: center;
	gap: 20px;
	padding-bottom: 11px;
	border-bottom: 1px solid #000;
	width: 100%;
	margin-bottom: 36px;
}
.features_box3 .features_box_image_top_en {
	font-family: archivo, sans-serif;
	font-weight: 700;
	font-size: 22px;
}
.features_box3 .features_box_image_top_ja {
	font-weight: 600;
	font-size: 13px;
}
.features_box_image_item {
	width: calc((100% - 50px) / 2);
	background-color: #000300;
	border-radius: 11px;
	padding: 18px 14px 12px 95px;
	position: relative;
	cursor: pointer;
	transition: .3s;
}
.features_box_image_item:hover {
	background-color: rgb(0 3 0 / .5);
}
.features_box_image_item_img {
	position: absolute;
	left: 14px;
	bottom: 16px;
	width: 55px;
}
.features_box_image_item_img.two_pro {
	    width: 75px;
    left: 5px;
    bottom: 15px;
}
.features_box_image_item_en {
	font-family: archivo, sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 1;
}
.features_box_image_item_ja {
	font-weight: 600;
	font-size: 13px;
	color: #fff;
	margin: 6px 0 12px;
}
.features_box_image_item_bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
}
.features_box_image_item_bottom_text {
	font-weight: 600;
	font-size: 14.5px;
	color: #fff;
	padding-bottom: 5px;
}
.features_box_image_item_bottom_icon {
	width: 45px;
}
.features_box_image_item_en_blue {
	color: #D4F2F2;
}
.features_box_image_item_en_green {
	color: #E4FFA9;
}
.features_box_image_item_en_orange {
	color: #F9D7B0;
}
.features_text {
	font-size: 11px;
	line-height: 1.3;
	margin-top: 55px;
}
@media (max-width: 767px) {
	.features_bg {
		top: -6rem;
    left: 33%;
	}
	.features_bg img {
		width: 12rem;
	}
	.section_features .h2_en {
		position: static;
		writing-mode: inherit;
	}
	.features_container {
		max-width: inherit;
		padding: 0;
	}
	.features_title {
		font-size: 2.8rem;
		margin-top: 4.3rem;
		margin-bottom: 5.1rem;
	}
	.features_scroll_wrapper {
    position: sticky;
    top: 10rem;
    right: 5.9rem;
		z-index: 99;
	}
	.features_scroll {
		position: relative;
		top: 0;
		width: 27.5rem;
		height: 3px;
		margin: auto;
	}
	.features_scroll:before {
    width: 0;
    height: 3px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
	}
	.features_scroll.active1:before {
    width: 25%;
	}
	.features_scroll.active2:before {
    width: 50%;
	}
	.features_scroll.active3:before {
    width: 75%;
	}
	.features_scroll.active4:before {
    width: 100%;
	}
	.features_scroll_circle {
		width: .8rem;
		height: .8rem;
	}
	.features_scroll_circle:before {
		font-size: 1.2rem;
		top: -2rem;
    right: inherit;
		left: 50%;
		transform: translateX(-50%);
	}
	.features_scroll_circle1 {
		left: 25%;
		top: 50%;
		transform: translateY(-50%);
	}
	.features_scroll_circle2 {
		left: 50%;
		transform: translateX(-50%);
		top: 50%;
		transform: translateY(-50%);
	}
	.features_scroll_circle3 {
		left: 75%;
		top: 50%;
		transform: translateY(-50%);
	}
	.features_box {
		border-radius: 1.1rem;
		padding: 3rem 2.5rem 3.5rem 2.5rem;
	}
	.features_box + .features_box {
    margin-top: 4rem;
	}
	.features_box1 {
		margin-top: 5rem;
	}
	.features_box_number {
		font-size: 1.6rem;
	}
	.features_box1 .features_box_img {
		width: 19.4rem;
		top: 11.3rem;
		right: 2.5rem;
	}
	.features_box1 .features_textbox {
		/* margin-top: 27rem; */
		margin-top: 32rem;
	}
	.features_box_title {
		font-size: 2.2rem;
		margin-bottom: 3.3rem;
	}
	.features_box_text {
		font-size: 1.4rem;
	}
	.features_box1 .features_box_text {
		width: 100%;
	}
	.features_box2 .features_box_image {
		grid-template-columns: 1fr;
	}
	.features_box2 .features_box_image_title {
		font-size: 1.6rem;
		margin: .8rem 0 .4rem;
	}
	.features_box2 .features_box_image_title span {
		font-size: 1rem;
	}
	.features_box2 .features_box_image_text {
		font-size: 1.2rem;
	}
	.features_box3 .features_box_image_top {
		flex-direction: column;
		align-items: flex-start;
		gap: .3rem;
		padding-bottom: 1.1rem;
		margin-bottom: 3rem;
	}
	.features_box3 .features_box_image {
		max-width: inherit;
		margin-top: 4.3rem;
		row-gap: 1.6rem;
	}
	.features_box_image_item {
		width: 100%;
		padding: 1.5rem 2rem 1.5rem 8rem;
	}
	.features_box_image_item_img {
		width: 3.8rem;
	}
	.features_box_image_item_img.two_pro  {
		    width: 5.8rem;
	}
	.features_box_image_item_en {
		font-size: 1.8rem;
	}
	.features_box_image_item_ja {
		font-size: 1.1rem;
		margin: .6rem 0 0;
	}
	.features_box_image_item_bottom {
		gap: 1rem;
		justify-content: flex-end;
	}
	.features_box_image_item_bottom_text {
		font-size: 1.1rem;
		padding-bottom: 0;
	}
	.features_box_image_item_bottom_icon {
		width: 3.5rem;
	}
	.features_text {
		font-size: 1rem;
		line-height: 2;
	}
}


/* products */
.section_products {
	background-color: #ECECEC;
	padding-top: 90px;
	padding-bottom: 120px;
	position: relative;
	z-index: 2;
}
.products_bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.products_link {
	position: absolute;
	z-index: 99;
	top: 84px;
	right: 65px;
	border: 1px solid rgb(0 0 0 / 0.25);
	border-radius: 100vmax;
	display: flex;
	padding: 6px 10px;
}
.products_link.active {
	position: fixed;
}
.products_link_item {
	font-family: archivo, sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: rgb(0 0 0 / 0.25);
	border-radius: 100vmax;
	padding: 4px 12px;
}
.products_link_item.active {
	color: #fff;
	background-color: #000300;
}
.products_bg.active {
	position: fixed;
}
.products_bg img {
	width: 56.5%;
}
.section_products .h2_en {
	text-align: center;
	margin-bottom: 190px;
}
.products_box {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.products_box + .products_box {
	margin-top: 135px;
}
.products_left {
	width: 43.5%;
}
.products_image {
	position: sticky;
	top: 90px;
}
.products_image_box {
	position: relative;
}
.products_react_img {
	position: relative;
	z-index: 4;
	    width: 33.8%;
	left: 50%;
	transform: translateX(-50%);
	padding-bottom: 13%;
}
.products_react_img1 {
	position: absolute;
	z-index: 1;
	top: 2.5%;
	right: 0;
	width: 61.4%;
}
.products_react_img2 {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 42.6%;
	width: 37%;
}
.products_react_img3 {
	position: absolute;
	z-index: 3;
	    top: 26%;
    left: 0;
    width: 49.5%;
}
.products_reboot_img {
	position: relative;
	z-index: 4;
	width: 38%;
	left: 50%;
	transform: translateX(-50%);
	padding-bottom: 21%;
}
.products_reboot_img1 {
	position: absolute;
	z-index: 1;
	   top: 15%;
    left: 3%;
        width: 61.4%;
}
.products_reboot_img2 {
	position: absolute;
	z-index: 2;
	    top: 4.5%;
	left: 50%;
	width: 49%;
}
.products_reboot_img3 {
	position: absolute;
	z-index: 3;
	bottom: 63px;
    left: 57.5%;
    width: 32%;
}
.products_info {
	width: 50%;
	min-width: 480px;
}
.products_info_number {
	font-family: 'CabinetGrotesk';
	font-size: 22px;
	color: #B1883A;
	margin-bottom: 76px;
}
.products_info_title {
	font-weight: 600;
	font-size: 28px;
	line-height: 1.4;
	border-bottom: 1px solid #000300;
	padding-bottom: 14px;
	margin-bottom: 14px;
}
.products_info_title small {
	font-weight: 500;
	font-size: 14px;
}
.products_info_en {
	font-family: archivo, sans-serif;
	font-weight: 700;
	font-size: 38px;
	color: #B1883A;
}
.products_info_ja {
	font-size: 18px;
}
.products_info_price {
	display: flex;
	align-items: flex-end;
	margin: 20px 0 50px;
}
.products_info_price1 {
	font-family: archivo, sans-serif;
	font-weight: 500;
	font-size: 24px;
	margin-right: 10px;
}
.products_info_price2 {
	font-family: archivo, sans-serif;
	font-weight: 500;
	font-size: 36px;
	line-height: 1;
	margin-right: 13px;
}
.products_info_price3 {
	font-weight: 600;
	margin-right: 40px;
	padding-bottom: 5px;
}
.products_info_price4 {
	font-family: archivo, sans-serif;
	font-weight: 500;
	font-size: 24px;
}
.products_info_text {
	line-height: 1.8;
}
.products_info_text span {
	font-size: 12px;
}
.products_info_text_small {
	font-size: 14px;
	line-height: 1.8;
	padding-top: 15px;
}
.products_info_text_circle {
	font-weight: 600;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.products_info_text_circle:first-child {
	margin-top: 0;
}
.products_info_text_circle:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #000300;
	display: block;
}
.products_info_text_circle span {
	font-weight: normal;
	font-size: 12px;
}
.products_info_item {
	margin-top: 50px;
}
.products_info_list {
	display: grid;
	grid-template-columns: repeat(6,1fr);
	gap: 15px 10px;
	margin-top: 35px;
}
.products_info_list_title {
	font-size: 11px;
	text-align: center;
	margin-top: 10px;
}
.products_info_list_title span {
    font-size: 8px;
        margin-left: 3px;
}
.products_info_list2 {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 15px 10px;
	margin-top: 35px;
}
.products_info_list3 {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 15px 10px;
	margin-top: 15px;
}
.products_info_movie {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-top: 30px;
	cursor: pointer;
}
.products_info_movie_image {
	width: 268px;
	position: relative;
	border-radius: 11px;
	overflow: hidden;
}
.products_info_movie_image_img {
	transition: .3s;
}
.products_info_movie:hover .products_info_movie_image_img {
	transform: scale(1.1);
}
.products_info_movie_image_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 160px;
}
.products_info_movie_textbox {
	width: 182px;
}
.products_info_movie_en {
	font-family: archivo, sans-serif;
	font-weight: 700;
	font-size: 22px;
}
.products_info_movie_ja {
	font-weight: 600;
	font-size: 13px;
}
.products_info_movie_btn {
	margin-top: 17px;
	background-color: #000300;
	border-radius: 11px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
	box-sizing: border-box;
	transition: .3s;
}
.products_info_movie:hover .products_info_movie_btn {
	background-color: rgb(0 3 0 / .5);
}
.products_info_movie_btn_text {
	font-weight: 600;
	font-size: 12px;
}
.products_info_movie_btn_text_blue {
	color: #D4F2F2;
}
.products_info_movie_btn_text_green {
	color: #E4FFA9;
}
.products_info_movie_btn_text_orange {
	color: #F9D7B0;
}
.products_info_movie_btn_icon {
	width: 20px;
}
.products_info_item_top {
	display: flex;
	align-items: flex-end;
	gap: 20px;
	padding-bottom: 16px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}
.products_info_item_top:before {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000300;
}
.products_info_item_top:after {
	content: "";
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: -100%;
	width: 100%;
	height: 1px;
	background-color: #B1883A;
}
.products_info_item_top_en {
	font-family: archivo, sans-serif;
	font-weight: 700;
	font-size: 22px;
}
.products_info_item_top_ja {
	font-weight: 600;
	font-size: 13px;
	padding-bottom: 3px;
}
.products_info_item_top_plus {
	width: 50px;
	height: 28px;
	border-radius: 100vmax;
	background-color: #000300;
	display: grid;
	place-items: center;
	position: absolute;
	top: 0;
	right: 0;
}
.products_info_item_top_plus:before {
	content: "+";
	color: #fff;
	font-size: 19px;
}
.products_info_item_top.active .products_info_item_top_plus:before {
	content: "-";
	padding-bottom: 3px;
}
.products_info_item_accordion_pc {
	pointer-events: none;
}
.products_info_item_accordion_pc .products_info_item_top_plus {
	display: none;
}
.products_info_item_accordion {
	cursor: pointer;
}
.products_info_item_accordion:hover:after {
	animation: slideThrough 0.8s ease-out;
}
.products_info_item_accordion_content {
	display: none;
}
.products_info_item_accordion_content_pc {
	display: block;
}
.products_text {
	font-size: 11px;
	line-height: 1.3;
	max-width: 950px;
	margin: 80px auto 0;
}
@media (max-width: 767px) {
	.products_react_img {
	width: 40.8%;
	}
	.products_reboot_img {
	width: 40.8%;
	    padding-bottom: 13%;
	}
	.products_reboot_img3 {
    		bottom: 3px;
    	}
	.products_info_movie {
        margin-top: 3rem;
    	}
	.products_info_item_accordion_pc {
		pointer-events: all;
	}
	.products_info_item_accordion_pc .products_info_item_top_plus {
		display: grid;
	}
	.products_info_item_accordion_content_pc {
		display: none;
	}
	.products_link {
		top: 12.5rem;
		right: inherit;
		left: 50%;
		transform: translateX(-50%);
		transition: .1s;
		padding: .6rem 1rem;
	}
	.products_link.active {
		top: 8rem;
		padding: .6rem 2rem;
	}
	.products_link_item {
		font-size: 1.2rem;
		padding: .5rem .8rem;
	}
	.section_products {
		padding-top: 8.6rem;
		padding-bottom: 10rem;
	}
	.section_products .h2_en {
		margin-bottom: 11rem;
	}
	.products_box {
		flex-direction: column;
		gap: 6.4rem;
	}
	.products_info_number {
		font-size: 1.8rem;
		text-align: center;
		margin-bottom: 1.8rem;
	}
	.products_left {
		width: 32rem;
		margin: auto;
	}
	.products_info {
		width: 100%;
		min-width: inherit;
	}
	.products_info_title {
		font-size: 2.2rem;
		padding-bottom: 1.6rem;
		margin-bottom: 1.6rem;
		white-space: nowrap;
	}
	.products_info_title small {
		font-size: 1.2rem;
	}
	.products_info_en {
		font-size: 3.2rem;
	}
	.products_info_ja {
		font-size: 1.4rem;
		line-height: 1.4;
		margin-top: .4rem;
	}
	.products_info_price {
		margin: 1.6rem 0 3.8rem;
	}
	.products_info_price1 {
		font-size: 1.8rem;
		margin-right: 1.2rem;
	}
	.products_info_price2 {
		font-size: 3.2rem;
		margin-right: .5rem;
	}
	.products_info_price3 {
		font-size: 1.3rem;
		margin-right: 2rem;
	}
	.products_info_price4 {
		font-size: 2rem;
	}
	.products_info_text {
		font-size: 1.4rem;
	}
	.products_info_text span {
		font-size: 1.2rem;
	}
	.products_info_text_circle {
		font-size: 1.6rem;
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
		gap: 1rem;
	}
	.products_info_text_circle:before {
		width: 0.8rem;
		height: 0.8rem;
	}
	.products_info_text_circle span {
		font-size: 1rem;
	}
	.products_info_item {
		margin-top: 4rem;
	}
	.products_info_item_top {
		flex-direction: column;
		align-items: flex-start;
		gap: .2rem;
		padding-bottom: 1.4rem;
		margin-bottom: 1.5rem;
	}
	.products_info_item_top_en {
		font-size: 2rem;
	}
	.products_info_item_top_ja {
		font-size: 1.2rem;
		padding-bottom: 0;
	}
	.products_info_list {
		grid-template-columns: repeat(4,1fr);
		gap: 1.05rem .45rem;
		margin-top: 4rem;
	}
	.products_info_list_title {
		font-size: .8rem;
		margin-top: .6rem;
	}
	.products_info_movie {
		flex-direction: column;
		gap: 1.3rem;
        	margin-top: 4rem;
	}
	.products_info_movie_image {
		width: 100%;
		border-radius: 1.1rem;
	}
	.products_info_movie_image_icon {
		width: 16rem;
	}
	.products_info_movie_textbox {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.products_info_movie_en {
		font-size: 2.2rem;
	}
	.products_info_movie_ja {
		font-size: 1.3rem;
		margin-top: .4rem;
	}
	.products_info_movie_btn {
		margin-top: 0;
		width: 13.8rem;
		height: 6.1rem;
		justify-content: center;
		gap: 1rem;
	}
	.products_info_movie_btn_text {
		font-size: 1.2rem;
		line-height: 1.2;
	}
	.products_info_movie_btn_icon {
		width: 2.9rem;
	}
	.products_info_list2 {
		margin-top: 4rem;
		gap: .5rem;
	}
	.products_info_list3 {
		margin-top: 1.5rem;
		gap: 1rem .5rem;
	}
	.products_text {
		font-size: 1.1rem;
		margin-top: 5rem;
		max-width: inherit;
		line-height: 2;
	}
}


/* faq */
.section_faq {
	position: relative;
	z-index: 3;
}
.section_faq .h2_en {
	width: 100px;
}
.faq_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}
.faq_list {
	flex: 1;
	max-width: 910px;
	border-top: 1px solid #000300;
}
.faq_item {
	position: relative;
	position: relative;
	overflow: hidden;
}
.faq_item:before {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000300;
	transition: all 0.5s;
}
.faq_item:after {
	content: "";
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: -100%;
	width: 100%;
	height: 1px;
	background-color: #B1883A;
}
.faq_item:hover:after {
	animation: slideThrough 0.8s ease-out;
}
.faq_item_q {
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px;
	position: relative;
	padding: 25px 0;
	padding-right: 70px;
}
.faq_item_q_title {
	font-size: 18px;
}
.faq_item_q_tag {
	display: flex;
	align-items: center;
	gap: 10px;
}
.faq_item_q_tag_item {
	font-family: archivo, sans-serif;
	font-weight: 700;
	font-size: 16px;
	border-radius: 100vmax;
	border: 1px solid #000300;
	padding: 4px 12px;
}
.faq_item_q_plus {
	width: 50px;
	height: 28px;
	border-radius: 100vmax;
	background-color: #000300;
	display: grid;
	place-items: center;
	position: absolute;
	top: 23px;
	right: 0;
}
.faq_item_q_plus:before {
	content: "+";
	color: #fff;
	font-size: 19px;
}
.faq_item_q.active .faq_item_q_plus:before {
	content: "-";
	padding-bottom: 3px;
}
.faq_item_a {
	margin: 25px 0;
	display: none;
}
.faq_item_a_text {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.8;
}
.faq_item_a_text + .faq_item_a_text {
	margin-top: 40px;
}
@media (max-width: 767px) {
	.faq_box {
		gap: 6rem;
	}
	.faq_list {
		width: 100%;
		flex: auto;
		max-width: inherit;
	}
	.faq_item_q {
		padding: 2rem 0;
		padding-right: 5rem;
		flex-direction: column;
		gap: .7rem;
	}
	.faq_item_q_title {
    font-size: 1.6rem;
	}
	.faq_item_q_tag {
		gap: .5rem;
	}
	.faq_item_q_tag_item {
		font-size: 1.3rem;
	}
	.faq_item_q_plus {
		width: 4rem;
		height: 2.3rem;
		top: 2.5rem;
	}
	.faq_item_q_plus:before {
    font-size: 1.6rem;
	}
	.faq_item_a {
		margin: 0 0 2.5rem;
	}
	.faq_item_a_text {
		font-size: 1.2rem;
	}
	.faq_item_a_text + .faq_item_a_text {
    margin-top: 2.5rem;
	}
}


/* contact */
.section_contact {
	padding-bottom: 130px;
}
.contact_container {
	max-width: 1280px;
	margin: auto;
	position: relative;
	z-index: 2;
}
.contact_img {
	position: absolute;
	z-index: -1;
	top: 32px;
	right: 62px;
	width: 225px;
	transform: rotate(15deg);
}
.contact_box {
	max-width: 950px;
	margin: auto;
	height: 463px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 11px;
	border: 1px solid rgb(0 0 0 / 0.25);
	background-color: rgba(255, 255, 255, 0.5);
	text-align: center;
}
.section_contact .h2_en {
	font-size: 42px;
	text-align: center;
}
.contact_box_ja {
	font-size: 18px;
	margin-top: 10px;
}
.contact_box_text {
	font-size: 15px;
	line-height: 1.8;
	margin: 40px 0 30px;
}
.contact_btn {
	display: flex;
	align-items: center;
	gap: 15px;
	padding-bottom: 7px;
	position: relative;
	overflow: hidden;
	padding-right: 30px;
}
.contact_btn:before {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000300;
	transition: all 0.5s;
}
.contact_btn:after {
	content: "";
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: -100%;
	width: 100%;
	height: 1px;
	background-color: #B1883A;
}
.contact_btn:hover:after {
	animation: slideThrough 0.5s ease-out;
}
.contact_btn_icon {
	width: 50px;
	height: 28px;
	border-radius: 100vmax;
	background-color: #000300;
	display: grid;
	place-items: center;
}
.contact_btn_icon img {
	width: 10px;
}
.contact_btn_text {
	font-family: 'CabinetGrotesk';
	font-size: 22px;
	color: #000300;
}
@media (max-width: 767px) {
	.section_contact {
		padding-bottom: 10rem;
	}
	.contact_img {
		top: 60%;
		right: -3rem;
		width: 13rem;
	}
	.contact_box {
		height: 54.4rem;
	}
	.section_contact .h2_en {
		font-size: 3.6rem;
	}
	.contact_box_ja {
		font-size: 1.6rem;
		margin-top: .7rem;
	}
	.contact_box_text {
		font-size: 1.5rem;
		margin: 4.3rem 0 5rem;
	}
	.contact_btn {
		padding-right: 1.7rem;
		padding-bottom: 1rem;
		gap: 1rem;
	}
	.contact_btn_icon {
		width: 4rem;
		height: 2.3rem;
	}
	.contact_btn_icon img {
		width: .8rem;
	}
	.contact_btn_text {
		font-size: 1.7rem;
	}
}