@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: #6f5c52;
font-family: fot-cezanne-pron, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 3.47vw;
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: #6f5c52;
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;
color: #fff;
font-family: fot-cezanne-pron, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 2.93vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.1em;
}
@media (min-width:768px){
	.allwrapper {
	width: 100vw;
	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; }

/* 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
-----------------------------------------------*/
.fc_white {
color: #fff !important;
}
.fc_green {
color: #31a839 !important;
}
.ff_aktivgrotesk {
font-family: aktiv-grotesk, sans-serif;
font-weight: 400;
}
.ff_keplerstd {
font-family: kepler-std-semicondensed-sub, serif;
}
.bg_green {
background: #69ae42;
}
.deco_line {
text-decoration: underline !important;
}

.mv {
width: 100%;
height: 161.3333333vw;
}
.mv_logo {
top: 4vw;
left: 4vw;
width: 32vw;
animation-delay: 1.5s;
}
.mv_title {
top: 15.6vw;
left: 4vw;
width: 49.06666vw;
animation-delay: 1.5s;
}
.mv_img {
right: 0;
bottom: 0;
width: 78.66666vw;
animation-delay: 0.75s;
}
.mv_linktext {
top: 55.3vw;
left: 64vw;
width: 32vw;
animation-delay: 1.5s;
}
@media (min-width:768px){
	.mv {
	height: 600px;
	z-index: 2;
	}
	.mv_logo {
	top: 122px;
	left: calc(50% - 350px);
	width: 140px;
	}
	.mv_title {
	top: 165px;
	left: calc(50% - 350px);
	width: 220px;
	}
	.mv_img {
	right: calc(50% - 384px);
	width: 460px;
	}
	.mv_linktext {
	top: 345px;
	left: calc(50% - 350px);
	width: 150px;
	}
}
@media (min-width:1050px){
	.mv {
	height: 975px;
	}
	.mv_logo {
	top: 197px;
	left: calc(50% - 525px);
	width: 185px;
	}
	.mv_title {
	top: 265px;
	left: calc(50% - 525px);
	width: 285px;
	}
	.mv_img {
	width: 745px;
	right: auto;
	left: calc(50% - 120px);
	}
	.mv_linktext {
	top: 500px;
	left: calc(50% - 525px);
	width: 150px;
	}
}

.intro {
padding: 11.3vw 6.6vw;
}
.intro p {
margin-top: 5.5vw;
}
.intro_link {
margin-top: 5vw;
z-index: 3;
}
.intro_inner {
z-index: 3;
}
@media (min-width:768px){
	.intro {
	margin-top: -40px;
	padding: 70px 0 45px;
	}
	.intro_inner {
	width: 650px;
	margin: 0 auto;
	}
	.intro h2 {
	font-size: 18px;
	}
	.intro p {
	margin-top: 25px;
	font-size: 14px;
	line-height: 207%;
	}
	.intro_link {
	margin-top: 35px;
	line-height: 150% !important;
	}
	.intro_link a {
	font-size: 13px;	
	}
}
@media (min-width:1050px){
	.intro {
	margin-top: -375px;
	padding: 50px 0;
	}
	.intro_inner {
	width: 360px;
	margin: 0 auto 0 calc(50% - 525px);
	}

}

.arrowicon {
width: 2.66vw !important;
margin-left: 1.33vw !important;
vertical-align: middle;
}
.price {
z-index: 2;
}
.price li {
padding: 2.25vw 0;
border-top: 1px solid #6f5c52;
letter-spacing: 0.02em;
}
@media (min-width:768px){
	.arrowicon {
	width: 12px !important;
	margin-left: 10px !important;
	}
	.price li {
	padding: 8px 0;
	}
	.price li span {
	font-size: 10.5px;
	}
}

.sec01 {
padding: 12.5vw 0 6.6vw;
}
.sec01_title {
margin-left: 6.6vw;
font-size: 13.33333vw;
}
.sec01_img01 { width: 84vw; margin: 12vw 0 0 auto; }
.sec01_text01 { width: 86.6vw; margin-top: 9.33vw; }
.sec01_text01 p { margin: 5vw 0; }
.sec01_img02 { width: 61.33vw; margin: 10vw 0 0 auto; }
.sec01_price01 { width: 34vw; margin: -62vw auto 0 2.7vw; }
.sec01_img03 { width: 81.06vw; margin: 1.3vw auto 0 0; }
.sec01_img03 a { width: 100%; }
.sec01_img04 { width: 100%; border-top: 1px solid #31a839; }
.sec01_img04 a { width: 70.6666vw; margin: 0 0 0 auto; }
.sec01_price02 { width: 34vw; margin: -67vw auto 0 4vw; }
.sec01_img05 { width: 100%; border-top: 1px solid #31a839; margin-top: 1.7vw; }
.sec01_img05 img { width: 72vw; margin: 0 auto; }
.sec01_img06 { width: 70.6vw; margin: 0 0 0 auto; }
.sec01_price03 { width: 34vw; margin: -67vw auto 0 4vw; }
.sec01_img07 { margin-top: 8vw; border-top: 1px solid #31a839; border-bottom: 1px solid #31a839; }
.sec01_img07 picture, .sec01_img07 img { width: auto; height: 48vw; }
.sec01_img07 picture:nth-child(2) { animation-delay: 0.2s; }
.sec01_img07 picture:nth-child(3) { animation-delay: 0.4s; }
@media (min-width:768px){
	.sec01 {
	padding: 100px 0 65px;
	}
	.sec01_title {
	margin-left: 0;
	font-size: 62.5px;
	text-align: center;
	}
	.sec01_img01 { width: 90vw; max-width: 800px; margin: 105px auto 0; }
	.sec01_text01 { width: 520px; margin-top: 80px; }
	.sec01_text01 h3 { font-size: 18px; text-align: center;}
	.sec01_text01 p { margin: 20px 0; font-size: 14px; line-height: 207%; }
	.sec01_text01 div { font-size: 13px; }
	.sec01_img02 { width: 380px; margin: 65px auto 0 calc(50% - 384px); }
	.sec01_price01 { width: 150px; margin: -530px auto 0 calc(50% + 40px); }
	.sec01_img03 { width: 380px; margin: 55px calc(50% - 384px) 0 auto; }
	.sec01_img04 { margin-top: 75px; border-width: 2px; }
	.sec01_img04 a { width: 380px; margin: 0 auto 0 calc(50% - 384px); }
	.sec01_price02 { width: 160px; margin: 52px auto 0 calc(50% - 200px); }
	.sec01_img05 { width: 380px; border:none; margin: -550px calc(50% - 384px) 0 auto; }
	.sec01_img05 img { width: 100%; margin: 0; }
	.sec01_img06 { width: 100%; margin: 50px 0 0; border-top: 2px solid #31a839; }
	.sec01_img06 a { width: 380px; margin: 0 auto 0 calc(50% - 384px); }
	.sec01_price03 { width: 160px; margin: -515px auto 0 calc(50% + 50px); }
	.sec01_img07 { width: 768px; margin-top: 320px; border-top: 2px solid #31a839; border-bottom: none; }
	.sec01_img07 picture, .sec01_img07 img { width: 256px; height: auto; }
}
@media (min-width:1050px){
	.sec01_img02 { width: 500px; margin-left: calc(50% - 500px); }
	.sec01_price01 { width: 150px; margin: -712px auto 0 calc(50% + 45px); }
	.sec01_img03 { width: 500px; margin-right: auto; margin-left: calc(50% + 5px); }
	.sec01_img04 a { width: 500px; margin-left: calc(50% - 500px); }
	.sec01_img05 { width: 500px; margin: -720px auto 0 calc(50% + 5px);; }
	.sec01_img06 { width: 100%; margin: 50px 0 0; border-top: 2px solid #31a839; }
	.sec01_img06 a { width: 500px; margin: 0 auto 0 calc(50% - 500px); }
	.sec01_price03 { width: 160px; margin-top: -700px; }
	.sec01_img07 { width: 945px; margin-top: 510px; }
	.sec01_img07 picture, .sec01_img07 img { width: 315px; }

}

.sec02 {
padding: 13.3vw 0 8vw;
}
.slideimg .slick-slide {
padding: 0 15.2vw calc(5vw + 8px);
}
.slick-dotted.slick-slider {
margin-bottom: 0;
z-index: 3;
}
.slick-arrow {
position: absolute;
top: 44vw;
width: 3.4666vw !important;
z-index: 2;
cursor: pointer;
}
.slick-arrow.prev {
left: 7.46vw;
}
.slick-arrow.next {
right: 7.46vw;
}
.slick-dots {
bottom: 0 !important;
left: 0;
height: 8px;
}
.slick-dots li {
width: auto;
height: auto;
margin: 0 4px;
}
.slick-dots li button {
width: 8px;
height: 8px;
padding: 0;
border-radius: 50%;
background: #b5d8a0;
}
.slick-dots li.slick-active button {
background: #fff;
}
.slick-dots li button:before {
content: none;
}
.slide_price {
margin-top: 3.73vw;
}
.onlinestore {
width: 30.13vw;
margin: 3.73vw 0 0 auto;
}
@media (min-width:768px){
	.sec02 {
	padding: 65px 0 70px;
	}
	.slideimg .slick-slide {
	padding: 0 10px;
	}
	.slide_price {
	margin-top: 18px;
	}
	.slide_price span {
	font-size: 13px;
	}
	.onlinestore {
	width: 142px;
	margin: 17px 0 0 auto;
	}
}
@media (min-width:1050px){
	.sec02 .slideimg {
	width: 1050px;
	}
	.slideimg .slick-slide {
	width: 325px !important;
	padding: 0;
	}
	.slideimg .slick-slide:first-child,
	.slideimg .slick-slide:nth-child(2) {
	margin-right: 37px;
	}
}

.credit {
align-items: center;
margin-top: 6.6vw;
border-top: 2px solid #31a839;
}
.credit_img {
width: 54.93vw;
}
.credit_detail {
width: 45.07vw;
padding-left: 3.6vw;
}
.credit_detail h2 {
width: 31.6vw;
}
.credit_detail ul {
margin-top: 8.6vw;
}
.credit_detail li {
letter-spacing: 0.02em;
}
.credit_detail li:last-child {
margin-top: 5vw;
}
@media (min-width:768px){
	.credit {
	width: 630px;
	margin-top: 60px;
	}
	.credit_detail {
	width: 316px;
	padding-left: 60px;
	}
	.credit_detail h2 {
	width: 148px;
	}
	.credit_detail ul {
	margin-top: 45px;
	}
	.credit_detail li {
	font-size: 17.5px;
	}
	.credit_detail li span {
	font-size: 13.75px;
	}
	.credit_detail li:last-child {
	margin-top: 27px;
	}
	.credit_img {
	width: 314px;
	}
}

.outro_logo {
width: 26.6vw;
margin-top: 18.6vw;
}
@media (min-width:768px){
	.outro_logo {
	width: 125px;
	margin-top: 100px;
	padding-bottom: 50px;
	}
}
