@charset "utf-8";
/* CSS Document */

/* base
-----------------------------------------------*/
/* ========== base style ========== */

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* ========== border ========== */
/* ========== float ========== */
/* ========== display ========== */
/* ========== position ========== */
/* ========== overflow ========== */
/* ========== width ========== */
/* ========== margin ========== */
/* ========== background ========== */
/* ========== device displaying ========== */
/* ========== animation for ScrollTrigger.min.js  ========== */

/* other style
-----------------------------------------------*/



/* base
-----------------------------------------------*/
picture {
display: block;
}

/* ========== base style ========== */
.allwrapper {
width: 100%;
min-height: 100vh;
overflow: hidden;
color: #000;
font-family: 'Inter', yu-gothic-pr6n, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 3.73333vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.05em;
background: #fff;
animation-delay: 0.75s;
}
.allwrapper * {
box-sizing: border-box;
}
.allwrapper a:link,
.allwrapper a:visited,
.allwrapper .acordion_btn {
color: #000;
text-decoration: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
.allwrapper a:hover,
.allwrapper a:hover img,
.allwrapper button:hover img {
opacity: 0.80;
filter: alpha(opacity=80);
}
.allwrapper ol,
.allwrapper ul {
list-style:none;
}
.allwrapper img, 
.allwrapper video,
.allwrapper button {
width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
.allwrapper button {
cursor: pointer;
color: #000;
font-family: yu-gothic-pr6n, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 3.73333vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.05em;
}
@media (min-width:768px){
	.allwrapper {
	width: 100vw;
	font-size: 14px;
	}
}
@media (min-width:1000px){
	.allwrapper {
	font-size: 15px;	
	}
}

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* align */
.al_left { text-align: left; }
.al_center { text-align: center; }
.al_right { text-align: right; }

/* size */
.fs8 { font-size: 2.13vw; }
.fs9 { font-size: 2.4vw; }
.fs10 { font-size: 2.67vw; }
.fs11 { font-size: 2.93vw; }
.fs12 { font-size: 3.2vw; }
.fs13 { font-size: 3.47vw; }
.fs14 { font-size: 3.73vw; }
.fs15 { font-size: 4vw; }
.fs16 { font-size: 4.27vw; }
.fs17 { font-size: 4.53vw; }
.fs18 { font-size: 4.8vw; }
@media (min-width:768px){
	.fs10 { font-size: 10px; }
	.fs18 { font-size: 18px; }
}

/* weight */
.fw200 { font-weight: 200 !important; }
.fw300 { font-weight: 300 !important; }
.fw400 { font-weight: 400 !important; }
.fw500 { font-weight: 500 !important; }
.fw600 { font-weight: 600 !important; }
.fw700 { font-weight: 700 !important; }

/* line height */
.lh120 { line-height: 120%; }
.lh130 { line-height: 130%; }
.lh140 { line-height: 140%; }
.lh150 { line-height: 150%; }
.lh160 { line-height: 160%; }
.lh170 { line-height: 170%; }
.lh180 { line-height: 180%; }
.lh190 { line-height: 190%; }
.lh200 { line-height: 200%; }
.lh210 { line-height: 210%; }

/* letter space */
.ltrspace0 { letter-spacing: 0; }
.ltrspace0025 { letter-spacing: 0.025em; }
.ltrspace005 { letter-spacing: 0.05em; }
.ltrspace0075 { letter-spacing: 0.075em; }
.ltrspace01 { letter-spacing: 0.1em; }
.ltrspace0125 { letter-spacing: 0.125em; }
.ltrspace015 { letter-spacing: 0.15em; }


/* ========== float ========== */
/* clearfix */
.clearfix:before,
.clearfix:after {
display: table;
content: " ";
}
.clearfix:after { clear: both; }

/* float */
.float_left { float: left; }
.float_right { float: right; }


/* ========== display ========== */
.disp_block { display: block !important; }
.disp_iblock { display: inline-block !important; }
.disp_inline { display: inline !important; }
.disp_none { display: none; }
.disp_flex { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }


/* ========== position ========== */
.posi_relative { position: relative !important; }
.posi_absolute { position: absolute !important; }
.posi_fixed { position: fixed !important; }


/* ========== overflow ========== */
.overflow_hidden { overflow: hidden !important; }


/* ========== margin ========== */
/* margin-auto */
.mx_auto { margin-left: auto; margin-right: auto; }


/* ========== device displaying ========== */
.sp_none{ display: none; }
img.sp_none{ display: none; }
.sp_only{ display: block; }
img.sp_only{ display: block; }
@media (min-width:768px){
	.sp_none{display: block;}
	img.sp_none{display: block;}
	.tab_none { display: none; }
	img.tab_none { display: none; }
	.sp_only{display: none;}
	img.sp_only{display: none;}
	.sp_only{display: none;}
	img.sp_only{display: none;}
}
.spc_none{ display: block; }
@media (min-width:999px){.pc_none{display: block;}}
.pc_only{ display: none; }
@media (min-width:1000px){.pc_none{display: none;}
.pc_only{display: block;}
.tab_none{ display: block; }
}


/* ========== animation for ScrollTrigger.min.js  ========== */
.invisible {
transition: opacity 1s ease;
opacity: 0.0;
}
.visible {
transition: opacity 1s ease;
opacity: 1.0;
}



/* other style
-----------------------------------------------*/
.ff_aktivgrotesk {
font-family: aktiv-grotesk, sans-serif;
}
.ff_pd {
font-family: playfair-display, serif;
}

.mv {
width: 100%;
height: 149.6vw;
padding-top: 32vw;
}
.mv_title {
top: 0;
left: 0;
width: 100%;
z-index: 3;
animation-delay: 1.5s;
}
.mv_slide {
width: 76.8vw;
animation-delay: 1s;
}
.mv_copy {
top: 37.33vw;
right: 4vw;
width: 4.266666vw;
animation-delay: 2s;
}
@media (min-width:768px){
	.mv {
	height: 468px;
	padding-top: 25px;
	}
	.mv_title {
	top: 190px;
	left: calc(50% - 325px);
	width: 347px;
	}
	.mv_slide {
	width: 288px;
	margin-left: calc(50% + 8px);
	}
	.mv_copy {
	top: 45px;
	right: calc(50% - 325px);
	width: 15px;
	}
}
@media (min-width:1000px){
	.mv {
	height: 625px;
	padding-top: 35px;
	}
	.mv_title {
	top: 252px;
	left: calc(50% - 435px);
	width: 461px;
	}
	.mv_slide {
	width: 382px;
	margin-left: calc(50% + 8px);
	}
	.mv_copy {
	top: 60px;
	right: calc(50% - 435px);
	width: 22px;
	}
}

.intro {
padding-top: 6.6vw;
}
.intro_head {
width: 80vw;
}
.intro p {
margin-top: 6.6vw;
}
.intro_nav {
width: 89.6vw;
margin-top: 18.6vw;
}
.intro_nav li {
width: 28vw;
}
.intro_nav li:nth-child(2) {
animation-delay: 0.3s;
}
.intro_nav li:nth-child(3) {
animation-delay: 0.6s;
}
.intro_nav li picture {
margin-bottom: 2vw;
}
.intro_movie {
width: 100%;
margin-top: 14.6vw;
}
@media (min-width:768px){
	.intro {
	padding-top: 60px;
	}
	.intro_head {
	width: 300px;
	}
	.intro p {
	margin-top: 30px;
	}
	.intro_nav {
	width: 470px;
	margin-top: 90px;
	}
	.intro_nav li {
	width: 150px;
	}
	.intro_nav li div {
	font-size: 16px;	
	}
	.intro_nav li picture {
	margin-bottom: 15px;
	}
	.intro_movie {
	width: 270px !important;
	margin-top: 85px;
	}
}
@media (min-width:1000px){
	.intro {
	padding-top: 80px;
	}
	.intro_head {
	width: 396px;
	}
	.intro p {
	margin-top: 40px;
	font-size: 17px;
	}
	.intro_nav {
	width: 625px;
	margin-top: 120px;
	}
	.intro_nav li {
	width: 195px;
	}
	.intro_movie {
	width: 360px !important;
	margin-top: 120px;
	}
}

.secbox {
padding-top: 37.3vw;
}
.secbox_mainbox {
width: 92vw;
}
.secbox_title {
left: 7.2vw;
width: 28.2666vw;
animation-delay: 0.5s;
}
.secbox_mainbox p {
margin-top: 8vw;
}
.secbox_check {
z-index: 3;
}
.secitems_wrapper {
width: 92vw;
margin-top: 9.3vw;
}
.secitem_title {
width: 52.53vw;
margin-bottom: 4vw;
}
.secitem_box {
width: 44vw;
margin-top: 4vw;
}
.secitem_box .disp_flex {
align-items: stretch;
}
.secitem_img {
width: 16vw;
border: 1px solid #aaa;
}
.secitem_text {
width: 25.3vw;
}
.secitem_price {
width: 100%;
bottom: 0;
left: 0;
padding-left: 5.33vw;
}
.secitem_price::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 3.2vw;
height: 1px;
background: #aaa;
}
@media (min-width:768px){
	.secbox_mainbox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 720px;
	}
	.secbox_mainimg {
	width: 345px;	
	}
	.secbox_title {
	left: 25px;
	width: 105px;
	}
	.secbox_mainbox p {
	width: 345px;
	margin-top: 0;
	}
	.secitems_wrapper {
	width: 520px;
	margin-top: 50px;
	}
	.secitem_title {
	width: 200px;
	margin-bottom: 12px;
	}
	.secitem_box {
	width: 160px;
	margin-top: 14px;
	}
	.secitems_wrapper ul {
	justify-content: flex-start;
	}
	.secitems_wrapper ul li {
	margin-right: 20px;
	}
	.secitems_wrapper ul li:nth-child(3n) {
	margin-right: 0;
	}
	.secitem_img {
	width: 60px;
	}
	.secitem_text {
	width: 90px;
	}
	.secitem_text div {
	font-size: 11.5px;
	line-height: 140%;
	}
	.secitem_price {
	padding-left: 20px;
	}
	.secitem_price::after {
	width: 13px;
	}
}
@media (min-width:1000px){
	.secbox_mainbox {
	width: 960px;
	}
	.secbox_mainimg {
	width: 460px;	
	}
	.secbox_title {
	left: 50px;
	width: 141px;
	}
	.secbox_mainbox p {
	width: 350px;
	margin-left: 100px;
	}
	.secitems_wrapper {
	width: 685px;
	margin-top: 68px;
	}
	.secitem_title {
	width: 260px;
	margin-bottom: 18px;
	}
	.secitem_box {
	width: 215px;
	margin-top: 20px;
	}
	.secitems_wrapper ul li {
	margin-right: 20px;
	}
	.secitem_img {
	width: 81px;
	}
	.secitem_text {
	width: 117px;
	}
	.secitem_text div {
	font-size: 13px;
	}
	.secitem_price {
	padding-left: 25px;
	}
	.secitem_price::after {
	width: 17px;
	}
}

.sec01.secbox { padding-top: 44vw; }
.sec01 .secbox_title { top: -26.6vw; }
.sec01 .secbox_check { width: 60vw; margin: 6vw auto 0 33.33vw; }
.sec01_subimg01 { width: 41.33vw; margin: -40vw auto 0 3.46vw; z-index: 2; }
.sec01_subimg02 { width: 61.33vw; margin: -33.86vw 0 0 auto; z-index: 1; }
@media (min-width:768px){
	.sec01.secbox { padding-top: 200px; }
	.sec01 .secbox_mainbox { flex-direction: row-reverse; }
	.sec01 .secbox_title { top: -115px; }
	.sec01 .secbox_check { width: 350px; margin: 80px auto 0 calc(50% + 10px); }
	.sec01_subimg01 { width: 157px; margin: -410px auto 0 calc(50% - 275px); }
	.sec01_subimg02 { width: 232px; margin: -165px 0 0 calc(50% - 145px); }
}
@media (min-width:1000px){
	.sec01.secbox { padding-top: 265px; }
	.sec01 .secbox_title { top: -152px; }
	.sec01 .secbox_check { width: 460px; margin: 110px auto 0 calc(50% + 15px); }
	.sec01_subimg01 { width: 207px; margin: -540px auto 0 calc(50% - 370px); }
	.sec01_subimg02 { width: 308px; margin: -220px 0 0 calc(50% - 200px); }
}

.sec02 .secbox_title { top: -17.33vw; }
.sec02_subimg01 { width: 61.33vw; margin: 5.3vw auto 0 26.6vw; z-index: 1; }
.sec02 .secbox_check { width: 56.26vw; margin: -8.66vw auto 0 8vw; }
@media (min-width:768px){
	.sec02.secbox { padding-top: 142px; }
	.sec02 .secbox_title { top: -65px; }
	.sec02_subimg01 { width: 230px; margin: 50px auto 0 calc(50% + 30px); }
	.sec02 .secbox_check { width: 395px; margin: -265px auto 0 calc(50% - 255px); }
	.sec02 .secitems_wrapper { margin-top: 140px; }
}
@media (min-width:1000px){
	.sec02.secbox { padding-top: 190px; }
	.sec02 .secbox_title { top: -92px; }
	.sec02 .secbox_mainbox p { margin-left: 0; margin-right: 100px; }
	.sec02_subimg01 { width: 307px; margin: 67px auto 0 calc(50% + 68px); }
	.sec02 .secbox_check { width: 526px; margin: -355px auto 0 calc(50% - 342px); }
	.sec02 .secitems_wrapper { margin-top: 180px; }
}

.sec03.secbox { padding-top: 45.3vw; }
.sec03 .secbox_title { top: -26.6vw; left: 60.8vw; }
.sec03 .secbox_check { width: 62.66vw; margin: 12vw auto 0 9.3vw; }
.sec03_subimg01 { width: 41.86vw; margin: -57.86vw auto 0 52vw; z-index: 2; }
.sec03_subimg02 { width: 66.4vw; margin: -20.8vw auto 0 0; z-index: 1; }
@media (min-width:768px){
	.sec03.secbox { padding-top: 185px; }
	.sec03 .secbox_title { top: -115px; left: 230px; }
	.sec03 .secbox_mainbox { flex-direction: row-reverse; }
	.sec03 .secbox_check { width: 310px; margin: 215px auto 0 calc(50% - 36px); }
	.sec03_subimg01 { width: 158px; margin: -387px auto 0 calc(50% - 105px); }
	.sec03_subimg02 { width: 250px; margin: -175px auto 0 calc(50% - 295px); }
}
@media (min-width:1000px){
	.sec03.secbox { padding-top: 245px; }
	.sec03 .secbox_title { top: -152px; left: 305px; }
	.sec03 .secbox_check { width: 411px; margin: 285px auto 0 calc(50% - 50px); }
	.sec03_subimg01 { width: 210px; margin: -515px auto 0 calc(50% - 140px); }
	.sec03_subimg02 { width: 332px; margin: -222px auto 0 calc(50% - 393px); }
}

.bottomarea {
margin-top: 13vw;
padding: 10.6vw 0 15vw;
background: #00a3e1;
}
.commentary {
width: 80vw;
padding: 1.33vw;
background: #fff;
}
.commentary_inner {
padding: 3.5vw 7.2vw 10vw;
border: 1px solid #666;
}
.commentary h3 {
width: 19.3vw;
border-right: 1px solid #000;
}
.commentary dl {
margin-top: 8vw;
}
.commentary dt {
text-decoration: underline;
}
.commentary dd {
margin-top: 6vw;
}
.bottomarea .secitems_wrapper {
margin-top: 19vw;
}
.bottomarea .secitems_wrapper * {
color: #fff;
}
.bottomarea .secitems_wrapper ul {
margin-top: 5vw;
}
.bottomarea .secitem_img {
border: none;
}
.bottomarea .secitem_price::after {
background: #fff;
}
.bottomarea_btn {
width: 255px;
margin-top: 7.3vw;
background: #fff;
line-height: 30px;
border-radius: 15px;
border: 1px solid #000;
font-size: 13px;
}
.bottomarea_btn:hover {
transform: scale(1.05);
}
.profile {
width: 92vw;
margin-top: 20vw;
}
.profile dd {
margin-top: 6vw;
}
.credit {
width: 92vw;
margin-top: 13vw;
}
@media (min-width:768px){
	.bottomarea {
	margin-top: 75px;
	padding: 45px 0 75px;
	}
	.commentary {
	width: 600px;
	padding: 5px;
	}
	.commentary_inner {
	padding: 38px 45px 38px;
	}
	.commentary h3 {
	width: 70px;
	}
	.commentary dl {
	margin-top: 25px;
	}
	.commentary dt {
	font-size: 16px;
	}
	.commentary dd {
	margin-top: 40px;
	}
	.bottomarea .secitems_wrapper {
	margin-top: 75px;
	}
	.bottomarea .secitems_wrapper .ff_aktivgrotesk {
	font-size: 21px;
	}
	.bottomarea .secitems_wrapper ul {
	margin-top: 25px;
	}
	.bottomarea_btn {
	margin-top: 30px;
	}
	.profile {
	width: 340px;
	margin-top: 75px;
	}
	.profile dt {
	font-size: 14px;
	}
	.profile dd {
	margin-top: 20px;
	font-size: 11px;
	}
	.credit {
	width: auto;
	text-align: center;
	margin-top: 40px;
	font-size: 11px;
	}
}
