@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;
padding-bottom: 13vw;
overflow: hidden;
color: #000;
font-family: gill-sans-nova, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 2.93333vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.1em;
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: gill-sans-nova, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 2.93333vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.1em;
}
@media (min-width:768px){
	.allwrapper {
	width: 100vw;
	padding-bottom: 50px;
	font-size: 16px;
	}
}

/* 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_yugo {
font-family: yu-gothic-pr6n, sans-serif;
}

.mv {
min-height: 66.6vw;
animation-delay: 0.75s;
}
.pagetitle {
width: 47.33vw;
margin-top: 4.8vw;
}
.intro_text {
width: 29.73vw;
margin: 1.73vw auto 0 38.26vw;
}
.intro {
width: 100%;
height: 116.4vw;
margin-top: 8.26vw;
}
.intro_img01 { top: 4vw; left: 19.33vw; width: 38.66vw; animation-delay: 1.5s; }
.intro_img02 { top: 0; left: 25.6vw; width: 40vw; animation-delay: 1.75s; }
.intro_img03 { top: 5.06vw; left: 17.06vw; width: 40.53vw; animation-delay: 1.8s; }
.intro_img04 { top: 30.13vw; left: 42.26vw; width: 40.53vw; animation-delay: 2s; }
.intro_img05 { top: 1.2vw; left: 62vw; width: 24.8vw; animation-delay: 2.15s; }
.intro_img06 { top: 8vw; left: 40vw; width: 36vw; animation-delay: 2.3s; }
.intro_img07 { top: 18.13vw; left: 28.4vw; width: 44.26vw; animation-delay: 2.75s; }
.intro_img08 { bottom: 0; left: 30vw; width: 40vw; }
@media (min-width:768px){
	.mv {
	height: 66.6vw;
	}
	.pagetitle {
	width: 326px;
	margin-top: 45px;
	}
	.intro_text {
	width: 213px;
	margin: 9px auto 0 calc(50% - 80px);
	}
	.intro {
	width: 537px;
	height: 895px;
	margin-top: 64px;
	}
	.intro_img01 { top: 32px; left: 20px; width: 302px; }
	.intro_img02 { left: 68px; width: 310px; }
	.intro_img03 { top: 40px; left: 0; width: 312px; }
	.intro_img04 { top: 233px; left: 195px; width: 312px; }
	.intro_img05 { top: 10px; left: auto; right: 0; width: 192px; }
	.intro_img06 { top: 62px; left: 175px; width: 275px; }
	.intro_img07 { top: 140px; left: 88px; width: 338px; }
	.intro_img08 { left: 100px; width: 305px; }
}
@media (min-width:1000px){
	.intro {
	width: 700px;
	height: 1164px;
	margin-top: 85px;
	}
	.pagetitle {
	width: 425px;
	}
	.intro_text {
	width: 276px;
	margin: 20px auto 0 calc(50% - 105px);
	}
	.intro_img01 { top: 42px; left: 25px; width: 395px; animation-delay: 0; }
	.intro_img02 { left: 90px; width: 400px; animation-delay: 0.25s; }
	.intro_img03 { top: 51px; left: 0; width: 405px; animation-delay: 0.3s; }
	.intro_img04 { top: 303px; left: 252px; width: 405px; animation-delay: 0.5s; }
	.intro_img05 { top: 13px; width: 250px; animation-delay: 0.65s; }
	.intro_img06 { top: 80px; left: 230px; width: 358px; animation-delay: 0.8s; }
	.intro_img07 { top: 181px; left: 112px; width: 441px; animation-delay: 1.25s; }
	.intro_img08 { left: 130px; width: 398px; }
	.intro_text { top: -13px; left: 192px; width: 278px; animation-delay: 1.75s; }
}

.secbox {
margin-top: 26.6vw;
}
.price_wrapper {
width: 62.66vw;
margin-top: 4vw;
}
.acordion_btn {
cursor: pointer;
}
.acordion_btn::after {
content: " ＋";
}
.acordion_btn.open::after {
content: " ー";
}
.price_detail {
padding-top: 5vw;
}
.price_wrapper li {
margin-top: 2.3vw;
}
.price_wrapper li:first-child {
margin-top: 0;
}
.price_wrapper li .disp_flex {
align-items: center;
}
.side {
margin-bottom: 2.3vw;
}
.side::after {
content: "";
position: absolute;
top: 1.5vw;
left: 8vw;
display: block;
width: calc(100% - 8vw);
height: 1px;
background: #000;
}
.itemname {
width: 26vw;
}
.price {
width: 12vw;
}
.buy {
width: 16vw;
background: #c3afd2;
color: #fff;
letter-spacing: 0.2em;
line-height: 4.5vw;
}
.price_wrapper02 .buy {
width: 100%;
margin-top: 1.5vw;
}
.notice {
margin-top: 2.3vw;
}
.sec01_img01 { width: 63.46vw; }
.sec02_imgbox picture { width: 50%; }
.sec03_img01 { width: 39.2vw; margin: 0 10vw 0 auto; z-index: 2; }
.sec03_img02 { width: 46.66vw; margin: -21.33vw auto 0 10vw; }
.sec03_price01 { top: 59vw; left: 58.66vw; width: 28.5vw; }
.sec03_price01 .itemname { width: 60%; }
.sec03_price01 .price { width: 40%; }
.sec03_price01 .notice { width: 17em; }
.sec03_price02 { width: 25vw; margin-left: 20vw; }
.sec03_price02 .itemname { width: 55%; }
.sec03_price02 .price { width: 45%; }
.sec03_price02 .notice { width: 17em; }
.interval01_img01 { width: 34.66vw; margin-top: 19.3vw; z-index: 2; }
.interval01_img02 { width: 24.53vw; margin: -28.66vw auto 0 64.6vw; }
.sec04_img01 { width: 31.2vw; margin-left: 13.33vw; }
.sec04_img02 { width: 63.73vw; margin-top: -3.33vw; }
.sec05_img01 { width: 39.73vw; z-index: 2; }
.sec05_img02 { margin-top: -13.7vw; }
.sec05_img03 { width: 47.73vw; margin: -1.6vw auto 0 20.66vw; }
.sec06_img01 { width: 40vw; }
.sec07_img01 { width: 74.93vw; margin: 0 auto 0 0; z-index: 2; }
.sec07_img02 { width: 25.6vw; margin: -31.33vw 1.33vw 0 auto; }
.sec07 .price_wrapper { margin-top: -4vw; }
.sec08_img01 { width: 39.73vw; }
.sec08_img02 { width: 34.66vw; margin: -1.3vw auto 0 14.4vw; }
.sec08_img03 { width: 34.66vw; margin: -47.2vw 14.4vw 0 auto; }
@media (min-width:768px){
	.secbox {
	margin-top: 120px;
	}
	.price_wrapper {
	width: 370px;
	margin-top: 25px;
	}
	.acordion_btn {
	font-size: 18px;
	}
	.price_detail {
	padding-top: 30px;
	}
	.price_wrapper li {
	margin-top: 15px;
	}
	.side {
	margin-bottom: 15px;
	font-size: 15px;
	}
	.side::after {
	top: 10px;
	left: 45px;
	width: calc(100% - 45px);
	}
	.itemname {
	width: 120px;
	}
	.price {
	width: 80px;
	}
	.buy {
	width: 110px;
	line-height: 25px;
	}
	.price_wrapper02 .buy {
	width: 100%;
	margin-top: 1.5vw;
	}
	.notice {
	margin-top: 15px;
	font-size: 12px;
	}
	.sec01_img01 { width: 490px; }
	.sec03_img01 { width: 300px; margin: 0 auto 0 50%; }
	.sec03_img02 { width: 360px; margin: -160px auto 0 calc(50% - 305px); }
	.sec03_price01 { top: 450px; left: calc(50% + 75px); width: 180px; }
	.sec03_price02 { width: 175px; margin-left: calc(50% - 215px); }
	.interval01_img01 { width: 267px; margin-top: 110px; }
	.interval01_img02 { width: 190px; margin: -215px auto 0 calc(50% + 110px); }
	.sec04_img01 { width: 240px; margin-left: calc(50% - 285px); }
	.sec04_img02 { width: 490px; margin-top: -27px; }
	.sec05_img01 { width: 308px; }
	.sec05_img03 { width: 290px; margin: -15px auto 0 calc(50% - 155px); }
	.sec06_img01 { width: 307px; }
	.sec07_img01 { width: 575px; margin: 0 auto 0 calc(50% - 384px); }
	.sec07_img02 { width: 195px; margin: -240px auto 0 calc(50% + 177px); }
	.sec07 .price_wrapper { margin-top: -20px; }
	.sec08_img01 { width: 305px; }
	.sec08_img02 { width: 270px; margin: -10px auto 0 calc(50% - 275px); }
	.sec08_img03 { width: 270px; margin: -368px calc(50% - 275px) 0 auto; }
}
@media (min-width:1000px){
	.secbox {
	margin-top: 200px;
	}
	.price_wrapper {
	width: 370px;
	margin-top: 25px;
	}
	.acordion_btn {
	font-size: 18px;
	}
	.price_detail {
	padding-top: 30px;
	}
	.price_wrapper li {
	margin-top: 15px;
	}
	.side {
	margin-bottom: 15px;
	font-size: 15px;
	}
	.side::after {
	top: 10px;
	left: 45px;
	width: calc(100% - 45px);
	}
	.itemname {
	width: 120px;
	}
	.price {
	width: 80px;
	}
	.buy {
	width: 110px;
	line-height: 25px;
	}
	.price_wrapper02 .buy {
	width: 100%;
	margin-top: 1.5vw;
	}
	.notice {
	margin-top: 15px;
	font-size: 12px;
	}
	.sec01_img01 { width: 635px; }
	.sec02_imgbox { width: 1000px; }
	.sec03_img01 { width: 396px; }
	.sec03_img02 { width: 466px; margin: -215px auto 0 calc(50% - 400px); }
	.sec03_price01 { top: 595px; left: calc(50% + 88px); width: 180px; }
	.sec03_price02 { width: 175px; margin-left: calc(50% - 215px); }
	.interval01_img01 { width: 346px; margin-top: 150px; }
	.interval01_img02 { width: 245px; margin: -280px auto 0 calc(50% + 145px); }
	.sec04_img01 { width: 313px; margin-left: calc(50% - 368px); }
	.sec04_img02 { width: 636px; margin-top: -35px; }
	.sec05_img01 { width: 399px; }
	.sec05_img02 { width: 1000px; margin: -135px auto 0; }
	.sec05_img03 { width: 376px; margin: -15px auto 0 calc(50% - 210px); }
	.sec06_img01 { width: 400px; }
	.sec07_img01 { width: 750px; margin: 0 auto 0 calc(50% - 500px); }
	.sec07_img02 { width: 255px; margin: -312px auto 0 calc(50% + 230px); }
	.sec07 .price_wrapper { margin-top: -30px; }
	.sec08_img01 { width: 399px; }
	.sec08_img02 { width: 346px; margin: -14px auto 0 calc(50% - 359px); }
	.sec08_img03 { width: 346px; margin: -472px calc(50% - 359px) 0 auto; }
}

.credit {
margin-top: 25.33vw;
}
.bottomnotice {
margin-top: 8vw;
}
.outro_logo {
width: 26.6vw;
margin-top: 18.6vw;
}
.copyright {
margin-top: 8vw;
}
@media (min-width:768px){
	.credit {
	font-size: 12px;
	margin-top: 125px;
	}
	.bottomnotice {
	font-size: 11px;
	margin-top: 50px;
	}
	.outro_logo {
	width: 150px;
	margin-top: 50px;
	}
	.copyright {
	margin-top: 50px;
	}
}
