@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: 100vw;
min-height: 100vh;
color: #000;
font-family: "Oswald", serif;
font-style: normal;
font-weight: 500;
font-size: 3.7333333333vw;
line-height: 100%;
letter-spacing: 0em;
background: #fff;
animation-delay: 0.75s;
}
@media (min-width:768px){
	.allwrapper {
	font-size: 16px;
	}
}
@media (min-width:1220px){
	.allwrapper {
	font-size: 20px;
	}
}
.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;
}

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* align */
.al_left { text-align: left; }
.al_center { text-align: center; }
.al_right { text-align: right; }

/* size */
.fs8 { font-size: 2.1333333333vw; }
.fs9 { font-size: 2.4vw; }
.fs10 { font-size: 2.6666666666vw; }
.fs11 { font-size: 2.9333333333vw; }
.fs11_5 { font-size: 3.0666666666vw; }
.fs12 { font-size: 3.2vw; }
.fs12_5 { font-size: 3.3333333333vw; }
.fs13 { font-size: 3.4666666666vw; }
.fs13_5 { font-size: 3.6vw; }
.fs14 { font-size: 3.7333333333vw; }
.fs15 { font-size: 4vw; }
.fs16 { font-size: 4.2666666666vw; }
.fs17 { font-size: 4.5333333333vw; }
.fs18 { font-size: 4.8vw; }
.fs19 { font-size: 5.0666666666vw; }
.fs20 { font-size: 5.3333333333vw; }

/* 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 */
.lh100 { line-height: 100%; }
.lh110 { line-height: 110%; }
.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:1199px){.pc_none{display: block;}}
.pc_only{ display: none; }
@media (min-width:1200px){.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
-----------------------------------------------*/
.allwrapper {
padding-bottom: 70px;
}
body.static .wrapper {
margin-top: 0;
}
.footer {
position: relative;
background: #fff;
z-index: 2;
}
.help-area,
.sns-area,
.group-area {
background: #fff;
border-top: 1px solid #ddd;
}
#ch-plugin {
display: none !important;
}
@media (min-width:768px){
	.allwrapper {
	padding-bottom: 10.4vw;
	}
	.footer-inner {
	background: #fff;
	border-top: 1px solid #C9C9C9;
	}
	.footer-group {
	border-bottom: 1px solid #C9C9C9;
	background: #fff;
	}
	.help-area,
	.sns-area {
	border: none;
	}
}

.scrolllock { overflow: hidden; }
.ff_notosans { font-family: "Noto Sans JP", serif; }

.mv {
width: 100%; min-height: 149.8666666666vw;
background: url("../images/mv-img_sp.jpg") repeat-x;
background-size: 400vw auto;
animation: mv_bgLoop_sp 16s linear infinite;
}
@keyframes mv_bgLoop_sp {
	0% { background-position: 0 0;}
	100% { background-position: -400vw 0;}
}
.mv_title { top: 50.66666vw; left: 26%; width: 48%; animation-delay: 1.5s; }
.mv img.pc_only { display: none; }
img.mv_logo { top: 105.6vw; left: 45.3333333333%; width: 9.6%; animation-delay: 1.5s; }
.intro { padding: 9.33vw 0 10.66vw; }
.intro p { line-height: 1.75; }
.intro p + p { margin-top: 1.75em; }
@media (min-width:768px){
    .mv {
    min-height: 74.9333333333vw;
    background-size: 200vw auto;
    animation: mv_bgLoop_tab 16s linear infinite;
    }
    .mv_title { top: 21vw; left: 35%; width: 30%; }
    img.mv_logo { top: 56vw; left: 47.4%; width: 5.2%; }
	.intro { padding: 55px 0 20px; }
	.intro p { font-size: 12.5px; line-height: 1.85; }
	.intro p + p { margin-top: 1.85em; }
}
@keyframes mv_bgLoop_tab {
	0% { background-position: 0 0;}
	100% { background-position: -200vw 0;}
}
@media (min-width:1200px){
    .mv { background: none; min-height: 37vw; }
    .mv_title { top: 9.7vw; left: 41.11111111115%; width: 17.7777777777%; }
    img.mv_logo { top: 30.8vw; left: 48.3333333333%; width: 3.4722222222%; }
    .mv img.pc_only { display: block; }
	.intro { padding: 55px 0 0; }
	.intro p { font-size: 14px; }
}

.secbox { padding: 10.66vw 0; }
.sec_title { font-size: 8vw; }
.sec_inner { width: 81.3333333333%; }
.sec_mainimg { width: 100vw; margin: 5.33vw -9.33333333335vw 0; }
.sec_mainimg .slick-slide { padding: 0 9.3333333333vw; }
.slideimg img.slick-arrow { position: absolute; top: 36vw; width: 3.6vw !important; z-index: 2; cursor: pointer; }
.slideimg img.slick-arrow.prev { left: 3vw; }
.slideimg img.slick-arrow.next { right: 3vw; }
.sec_text { margin-top: 3.2vw; }
.sec_spec { margin-top: 5.33vw; }
.sec_spec dt,
.sec_spec dd { line-height: 9.33vw; border-bottom: 1px solid #000; }
.sec_price { border: none !important; }
.sec_spec dt { width: 20vw; }
.sec_spec dd { width: calc(100% - 20vw); }
img.sec_spec_color { width: 4.8vw; margin: -0.7vw 2.66666666vw 0 0; vertical-align: middle; }
.sec_btn { width: 100%; margin-top: 5.33vw; }
.sec_stylesample_warpper { width: 100%; margin: 12vw auto 0; }
.sec_stylesample_title { font-size: 6.4vw; }
.sec_stylesample { justify-content: flex-start; row-gap: 0.8vw; column-gap: 0.8%; margin-top: 10.66vw; }
.sec_stylesample li { position: relative; width: 32.8%; }
img.sec_stylesample_open { left: 2.1333333333vw; bottom: 2.1333333333vw; width: 4vw; }
.modalopen { cursor: pointer; transition: all  0.2s ease; }
.modalopen:hover { opacity: 0.65; }
@media (min-width:768px){
	.secbox { padding: 70px 0; }
	.sec_title { font-size: 36px; }
	.sec_inner { width: 405px; }
	.sec_mainimg { width: 100%; margin: 30px 0 0; }
	.sec_mainimg .slick-slide { padding: 0; }
	.slideimg img.slick-arrow { top: 175px; width: 16px !important; }
	.slideimg img.slick-arrow.prev { left: -36px; }
	.slideimg img.slick-arrow.next { right: -36px; }
	.sec_text { margin-top: 25px; font-size: 12.5px; }
	.sec_spec { margin-top: 25px; }
	.sec_spec dt,
	.sec_spec dd { line-height: 40px; }
	.sec_spec dt { width: 80px; }
	.sec_spec dd { width: calc(100% - 80px); }
	img.sec_spec_color { width: 18px; margin: -3.2px 8px 0 0; }
	.sec_btn { margin-top: 25px; }
	.sec_stylesample_warpper { margin-top: 70px; }
	.sec_stylesample_title { font-size: 27px; }
	.sec_stylesample { width: 83.3333333333%; row-gap: 0.6944444444vw; column-gap: 0.875%; margin-top: 40px; }
	.sec_stylesample li { width: 32.75%; }
	img.sec_stylesample_open { left: 1.5277777777vw; bottom: 1.5277777777vw; width: 3.3333333333vw; }
}
@media (min-width:1200px){
	.secbox { padding: 110px 0; }
	.sec_title { font-size: 54px; }
	.sec_inner { width: 610px; }
	.sec_mainimg { margin-top: 40px; }
	.slideimg img.slick-arrow { top: 255px; width: 25px !important; }
	.slideimg img.slick-arrow.prev { left: -36px; }
	.slideimg img.slick-arrow.next { right: -36px; }
	.sec_text { margin-top: 40px; font-size: 14px; }
	.sec_spec { margin-top: 25px; }
	.sec_spec dt,
	.sec_spec dd { line-height: 50px; }
	.sec_spec dt { width: 110px; }
	.sec_spec dd { width: calc(100% - 110px); }
	img.sec_spec_color { width: 26px; margin: -4px 10px 0 0; }
	.sec_btn { margin-top: 35px; }
	.sec_stylesample_warpper { margin-top: 100px; }
	.sec_stylesample_title { font-size: 40px; }
	.sec_stylesample { margin-top: 65px; }
}
