@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
-----------------------------------------------*/
/* ========== base style ========== */
.allwrapper {
width: 100%;
min-height: 100vh;
overflow: hidden;
color: #444;
font-family: yu-gothic-pr6n, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 3.75vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.05em;
background: #fff;
}
.allwrapper * {
box-sizing: border-box;
}
.allwrapper a:link,
.allwrapper a:visited,
.allwrapper .acordion_btn {
color: #444;
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,
.allwrapper .acordion_btn {
cursor: pointer;
}
@media (min-width:768px){
	.allwrapper {
	width: 100vw;
	font-size: 11.5px;
	}
}

/* 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; }

/* 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_shueigo {
font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
.ff_aktiv {
font-family: aktiv-grotesk, sans-serif;
font-weight: 300;
}


.mv {
width: 100%;
height: 160vw;
}
.mv01 {
top: 0;
left: 0;
animation-delay: 0.75s;
}
.mv02 {
bottom: 0;
left: 0;
animation-delay: 0.75s;
}
.mv_title {
left: 0;
top: 74.6vw;
animation-delay: 1.5s;
}
.intro {
padding-top: 6.6vw;
}
.intro_title {
margin-bottom: 5.5vw;
font-size: 7.46vw;
}
@media (min-width:768px){
	.mv {
	height: 60vw;
	}
	img.mv01 {
	width: 48.4vw;
	}
	img.mv02 {
	bottom: auto;
	left: auto;
	width: 48.4vw;
	top: 0;
	right: 0;
	}
	.mv_title {
	width: 5.44vw;
	left: 47.84vw;
	top: 4.44vw;
	}
	.intro {
	padding-top: 45px;
	}
	.intro_title {
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 100%;
	}
	.intro p {
	font-size: 12.5px;
	}
}
@media (min-width:1000px){
	.intro_title {
	font-size: 35px;
	}
}

.point {
margin-top: 20vw;
padding: 0 6.6vw;
}
.point_box01 {
margin-bottom: 11.33vw;
}
.point_detail {
margin-top: 6.6vw;
}
.point_detail h3 {
margin-bottom: 6.6vw;
color: #9a6464;
font-size: 5.86vw;
}
.point_box01 h3 {
height: 10.94vw;
padding: 3.8vw 0 0 40vw;
background: url("../images/point01-title-bg_sp.jpg") 0 0 / 100% auto no-repeat;
}
.point_box02 h3 {
height: 20.54vw;
padding: 3vw 0 0 33vw;
background: url("../images/point02-title-bg_sp.jpg") 0 0 / 100% auto no-repeat;
}
@media (min-width:768px){
	.point {
	margin-top: 80px;
	padding: 0;
	}
	.point_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 665px;
	}
	.point_box figure {
	width: 356px;
	}
	.point_detail {
	width: 270px;
	margin-top: 0;
	}
	.point_box01 {
	margin-bottom: 53px;
	flex-direction: row-reverse;
	}
	.point_detail h3 {
	margin-bottom: 23px;
	font-size: 22.5px;
	}
	.point_box01 h3 {
	height: 107px;
	padding: 77px 0 0 42px;
	background: url("../images/point01-title-bg_pc.jpg") 0 0 / 183px auto no-repeat;
	}
	.point_box02 h3 {
	height: 132px;
	padding: 68px 0 0 60px;
	background: url("../images/point02-title-bg_pc.jpg") 0 0 / 271px auto no-repeat;
	}
}
@media (min-width:1000px){
	.point_box02 {
	margin-left:  calc(50% - 420px);
	}
}

.itemintro {
width: 86.6vw;
margin: 6.6vw auto 0;
z-index: 2;
}
.itemtitle {
z-index: 2;
}
.itemcolor img {
width: auto;
height: 4.8vw;
margin: 6.26vw auto 0 6.6vw;
}
.price_wrapper {
width: 86.6vw;
margin: 8vw auto 0;
}
.price_box {
margin-bottom: 2.6vw;
}
.price_box .disp_flex {
align-items: center;
}
.price_itemname {
width: 47vw;
font-size: 3.2vw;
}
.price_price {
width: 24vw;
font-size: 3.2vw;
}
.price_check {
width: 14.6666vw;
}
.slick-dots {
bottom: 3.5vw;
left: 0;
height: 16px;
}
.slick-dots li {
width: auto;
height: auto;
margin: 0 7px;
}
.slick-dots li button {
width: 8px;
height: 8px;
padding: 0;
margin: 0;
border-radius: 50%;
border: 1px solid #444;
}
.slick-dots li.slick-active button {
background: #444;
}
.slick-dots li button:before {
content: none;
}
.price_notice {
font-size: 3.2vw;
}
.item01 { margin-top: 40vw; }
.item01 .itemtitle { width: 80.53vw; margin-left: 7.73vw; }
img.item01_img01 { width: 55.46vw; margin: 12.6vw 0 0 auto; }
img.item01_img02 { width: 30.93vw; margin: -58.6vw auto 0 0; }
img.item01_img03 { width: 31vw; margin: 4vw auto 0 8vw; }
.item01_img04 { width: 60vw; margin: 13.3vw 6.6vw 0 auto; }
.item01_img05 { width: 76vw; margin: 10.6vw auto 0 0; }
.item01_img06 { width: 49.3vw; margin: 10.6vw 16vw 0 auto; }
.item02 { margin-top: 37vw; }
.item02 .itemtitle { width: 81.33vw; margin-left: 7.73vw; }
img.item02_img01 { width: 55.3vw; margin: 12.6vw auto 0 0; }
img.item02_img02 { width: 31vw; margin: -58.6vw 0 0 auto; }
img.item02_img03 { width: 31vw; margin: 3.73vw 9.5vw 0 auto; }
.item02_img04 { width: 60vw; margin: 13.3vw auto 0 6.26vw; }
.item02_img05 { width: 76vw; margin: 10vw 0 0 auto; }
.item02_img06 { width: 49.3vw; margin: 10.6vw auto 0 14.6vw; }
@media (min-width:768px){
	.secbox {
	width: 750px;
	margin-top: 255px;
	}
	.itemintro {
	width: auto;
	margin-top: 27px;
	}
	.itemcolor img {
	height: 19px;
	margin: 20px auto 0 0;
	}
	.price_wrapper {
	margin-top: 25px;
	}
	.price_box {
	margin-bottom: 8px;
	}
	.price_itemname {
	font-size: 11.5px;
	}
	.price_price {
	width: 85px;
	font-size: 11.5px;
	}
	.price_check {
	width: 55px;
	}
	.price_notice {
	font-size: 11.5px;
	}
	.slick-dots {
	bottom: 10px;
	}
	.item01 .itemtitle { width: 473px; margin-left: 34px; }
	.item01 .itemintro { margin-left: 34px; }
	.item01 .itemcolor { margin-left: 34px; }
	img.item01_img01 { width: 412px; margin: -125px 0 0 auto; }
	img.item01_img02 { width: 231px; margin: -437px auto 0 0; }
	img.item01_img03 { width: 231px; margin: 30px auto 0 62px; }
	.item01_price01 { width: 292px; margin: -236px 120px 0 auto; }
	.item01_price01 .price_itemname { width: 152px; }
	.item01_img04 { width: 281px; margin: 117px 63px 0 auto; }
	.item01_price02 { width: 310px; margin-right: 35px; }
	.item01_price02 .price_itemname { width: 170px; }
	.item01_img05 { width: 356px; margin: -362px auto 0 0; }
	.item01_price03 { width: 295px; margin-left: 0; }
	.item01_price03 .price_itemname { width: 155px; }
	.item01_img06 { width: 231px; margin: -250px 0 0 auto; }
	.item01_price04 { width: 300px; margin-right: 0; }
	.item01_price04 .price_itemname { width: 160px; }
	.item02 .itemtitle { width: 478px; margin-left: auto; margin-right: 0; }
	.item02 .itemintro { width: 405px; margin-left: auto; margin-right: 0; }
	.item02 .itemcolor img { margin-left: auto; margin-right: 0; }
	img.item02_img01 { width: 412px; margin: -125px auto 0 0; }
	img.item02_img02 { width: 231px; margin: -437px 0 0 auto; }
	img.item02_img03 { width: 231px; margin: 28px 70px 0 auto; }
	.item02_price01 { width: 310px; margin: -235px auto 0 0; }
	.item02_price01 .price_itemname { width: 170px; }
	.item02_img04 { width: 281px; margin: 130px auto 0 50px; }
	.item02_price02 { width: 310px; margin-left: 50px; }
	.item02_price02 .price_itemname { width: 170px; }
	.item02_img05 { width: 356px; margin: -360px 0 0 auto; }
	.item02_price03 { width: 295px; margin-right: 60px; }
	.item02_price03 .price_itemname { width: 155px; }
	.item02_img06 { width: 231px; margin: -225px auto 0 0; }
	.item02_price04 { width: 295px; margin-left: 0; }
	.item02_price04 .price_itemname { width: 155px; }
}
@media (min-width:1000px){
	.item01_price04 { margin-right: -70px; }
}

.banner{
    margin-top: 15vw;
}
.credit {
margin-top: 15vw;
}
.staff {
margin-bottom: 2vw;
}
.outro_logo {
width: 32vw;
max-width: 120px;
margin-top: 12vw;
padding-bottom: 10vw;
}
@media (min-width:768px){
    .banner{
    padding-top: 95px;
        width:600px;
        margin: 0 auto;
}
	.credit {
	margin-top: 75px;
	font-size: 12.5px;
	}
	.staff {
	margin-bottom: 15px;
	font-size: 15px;
	}
	.outro_logo {
	max-width: 150px;
	margin-top: 80px;
	padding-bottom: 90px;
	}
}
