@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: 2.8vw;
line-height: 100%;
letter-spacing: 0.02em;
background: #fff;
animation-delay: 0.75s;
}
@media (min-width:768px){
	.allwrapper {
	font-size: 12.6px;
	}
}
@media (min-width:1200px){
	.allwrapper {
	font-size: 18px;
	}
}
.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;
	}
}

.ff_notosans { font-family: "Noto Sans JP", serif; }

.mv {
width: 100%;
min-height: 100vw;
}
.mv_title {
width: 42.6666666666%;
top: 25.238095238%;
left: 53.6%;
animation-delay: 1.5s;
}
@media (min-width:768px){
	.mv {
	width: 83.3333333333%;
	min-height: 48vw;
	}
	.mv_title {
	top: 25.2777777777%;
	left: 38.6666666666%;
	width: 22.6666666666%;
	}
}

.main {
width: 89.3333333333%;
}
.intro {
margin-top: 8.8vw;
}
.intro p {
line-height: 1.75;
letter-spacing: 0;
}
.intro p + p {
margin-top: 1.75em;
}
@media (min-width:768px){
	.main {
	width: 710px;
	}
	.intro {
	width: 480px;
	margin-top: 45px;
	}
	.intro p {
	font-size: 11.5px;
	line-height: 2.14;
	}
}
@media (min-width:1200px){
	.main {
	width: 1140px;
	}
	.intro {
	width: 750px;
	margin-top: 75px;
	}
	.intro p {
	font-size: 14px;
	}
}

.index {
margin-top: 13.33vw;
}
.linkcard {
width: 100%;
}
.linkcard + .linkcard {
margin-top: 6.66vw;
}
.linkcard_inner {
align-items: center;
}
.linkcard_img {
width: calc(42.1333333333vw + 2px);
border: 1px solid #dbdbdb;
}
.linkcard_details {
width: 43.4666666666vw;
}
.linkcard_name {
margin-top: 1.66vw;
}
.linkcard_spec {
margin-top: 3.46vw;
}
img.linkcard_check {
width: 30.6666666666vw;
margin: 1.6vw auto 0 0;
}
@media (min-width:768px){
	.index {
	display: flex;
	justify-content: space-between;
	width: 590px;
	margin-top: 55px;
	}
	.linkcard {
	width: 170px;
	}
	.linkcard + .linkcard {
	margin-top: 0;
	}
	.linkcard_img {
	width: 170px;
	margin-bottom: 18px;
	}
	.linkcard_details {
	width: 100%;
	}
	.linkcard_name {
	margin-top: 6px;
	font-size: 19px;
	}
	.linkcard_spec {
	margin-top: 15px;
	}
	img.linkcard_check {
	width: 120px;
	margin-top: 6px;
	}
}
@media (min-width:1200px){
	.index {
	width: 960px;
	margin-top: 90px;
	}
	.linkcard {
	width: 272px;
	}
	.linkcard_img {
	width: 272px;
	margin-bottom: 30px;
	}
	.linkcard_name {
	margin-top: 10px;
	font-size: 30px;
	}
	.linkcard_spec {
	margin-top: 24px;
	}
	img.linkcard_check {
	width: 196px;
	margin-top: 12px;
	}
}

.sec {
margin-top: 21.866666vw;
}
.sec_title img {
width: auto;
height: 45.3333333333vw;
}
.sec_mainimg {
margin-top: 8vw;
}
.sec_despriction {
margin-top: 6.66vw;
}
.sec_despriction p + p {
margin-top: 1.9em;
}
.sec_linkcard {
margin: 7.46vw auto 0;
}
@media (min-width:768px){
	.sec {
	margin-top: 100px;
	}
	.sec_title img {
	height: 180px;
	}
	.sec_mainimg.sp_none {
	display: flex;
	margin-top: 30px;
	}
	.sec_mainimg picture + picture {
	animation-delay: 0.2s;
	}
	.sec_mainimg02 {
	margin-top: 40px;
	}
	.sec_mainimg picture {
	width: 50%;
	}
	.sec_despriction {
	width: 440px;
	margin: 25px auto 0;
	}
	.sec_despriction p {
	font-size: 11.5px;
	line-height: 2.14;
	}
	.sec_despriction p + p {
	margin-top: 1.9em;
	}
	.sec_linkcard {
	width: 365px;
	margin-top: 40px;
	}
	.sec_linkcard .linkcard_img {
	margin-bottom: 0;
	}
	.sec_linkcard .linkcard_details {
	width: 180px;
	}
}
@media (min-width:1200px){
	.sec {
	margin-top: 160px;
	}
	.sec_title img {
	height: 290px;
	}
	.sec_mainimg.sp_none {
	margin-top: 50px;
	}
	.sec_mainimg02 {
	margin-top: 60px;
	}
	.sec_despriction {
	width: 570px;
	margin-top: 40px;
	}
	.sec_despriction p {
	font-size: 14px;
	}
	.sec_despriction p + p {
	margin-top: 1.9em;
	}
	.sec_linkcard {
	width: 580px;
	margin-top: 60px;
	}
	.sec_linkcard .linkcard_details {
	width: 290px;
	}
}

.brandinfo {
margin-top: 22.6666666666vw;
padding: 12vw 0;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}
.brandinfo_box + .brandinfo_box {
margin-top: 14.6666666666vw;
}
.brandinfo_logo.lee {
width: 22.6666666666vw;
}
.brandinfo_logo.belper {
width: 31.4666666666vw;
}
.brandinfo_brandname {
margin-top: 8vw;
}
.brandinfo_box p {
margin-top: 5.6vw;
line-height: 218%;
}
@media (min-width:768px){
	.brandinfo {
	width: 390px;
	margin-top: 100px;
	padding: 55px 0;
	}
	.brandinfo_box + .brandinfo_box {
	margin-top: 60px;
	}
	.brandinfo_logo.lee {
	width: 75px;
	}
	.brandinfo_logo.belper {
	width: 105px;
	}
	.brandinfo_brandname {
	margin-top: 25px;
	font-size: 11.5px;
	}
	.brandinfo_box p {
	margin-top: 17px;
	font-size: 11.5px;
	}
}
@media (min-width:1200px){
	.brandinfo {
	width: 620px;
	margin-top: 160px;
	padding: 65px 0;
	}
	.brandinfo_box + .brandinfo_box {
	margin-top: 100px;
	}
	.brandinfo_logo.lee {
	width: 120px;
	}
	.brandinfo_logo.belper {
	width: 170px;
	}
	.brandinfo_brandname {
	margin-top: 40px;
	font-size: 14px;
	}
	.brandinfo_box p {
	margin-top: 30px;
	font-size: 14px;
	}
}

.footerlogo {
width: 16vw;
margin-top: 14.6666666666vw;
}
@media (min-width:768px){
	.footerlogo {
	width: 55px;
	margin-top: 65px;
	}
}
@media (min-width:1200px){
	.footerlogo {
	width: 85px;
	margin-top: 100px;
	}
}

