@charset "utf-8";
/* CSS Document */

/* base
-----------------------------------------------*/
/* ========== universal reset ========== */
/* ========== base style ========== */

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* ========== border ========== */
/* ========== float ========== */
/* ========== display ========== */
/* ========== position ========== */
/* ========== overflow ========== */
/* ========== width ========== */
/* ========== margin ========== */
/* ========== background ========== */
/* ========== modal ========== */
/* ========== device displaying ========== */
/* ========== animation for ScrollTrigger.min.js  ========== */

/* other style
-----------------------------------------------*/


/* ========== base style ========== */
* { box-sizing: border-box; }

footer a:link,
footer a:visited {
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;
}

footer a:hover,
footer a:hover img,
footer button:hover img {
opacity: 0.70;
filter: alpha(opacity=80);
-webkit-transform: scale(1.03);
-moz-transform: scale(1.03);
-o-transform: scale(1.03);
-ms-transform: scale(1.03);
transform: scale(1.03);
}
.lnav li a:hover img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

footer img, footer video {
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 */
.fs9 { font-size: 2.4vw; }
.fs10 { font-size: 2.66666vw; }
.fs11 { font-size: 2.93333vw; }
.fs12 { font-size: 3.2vw; }
.fs13 { font-size: 3.46666vw; }
.fs14 { font-size: 3.73333vw; }
.fs15 { font-size: 4vw; }
.fs16 { font-size: 4.26666vw; }
.fs17 { font-size: 4.53333vw; }
.fs18 { font-size: 4.8vw; }
.fs19 { font-size: 5.06666vw; }
.fs20 { font-size: 5.33333vw; }
@media (min-width:768px){
	.fs9 { font-size: 9px; }
	.fs10 { font-size: 10px; }
	.fs11 { font-size: 11px; }
	.fs12 { font-size: 12px; }
	.fs13 { font-size: 13px; }
	.fs14 { font-size: 14px; }
	.fs15 { font-size: 15px; }
	.fs16 { font-size: 16px; }
	.fs17 { font-size: 17px; }
	.fs18 { font-size: 18px; }
	.fs19 { font-size: 19px; }
	.fs20 { font-size: 20px; }
}

/* weight */
.fw400 { font-weight: 400 !important; }
.fw500 { font-weight: 500 !important; }
.fw600 { font-weight: 600 !important; }
.fw700 { font-weight: 700 !important; }

/* line height */
.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; }
@media (min-width:768px){.sp_none{display: block;} .tab_none { display: none; }}
.sp_only{ display: block; }
@media (min-width:768px){.sp_only{display: none;}}
.spc_none{ display: block; }
@media (min-width:991px){.s-pc_none{display: none;}}
.spc_above{ display: block; }
@media (max-width:992px){.s-pc_above{ display:none;}}
.pc_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
-----------------------------------------------*/

.about {
margin-top: 21.3vw;
}
.about h2 {
font-size: 28px;
}
.about .textbox {
width: 77.8vw;
margin-top: 8vw;
}
.about .textbox p {
font-family: kozuka-gothic-pr6n, sans-serif;
font-style: normal;
font-weight: 500;
color: #0c0c0c;
}
@media (min-width:768px){
	.about {
	margin-top: 160px;
	}
	.about h2 {
	font-size: 35px;
	}
	.about .textbox {
	width: 580px;
	margin-top: 27px;
	}
	.about .textbox p {
	font-size: 13px;
	}
}

.outro_link {
width: 90px;
margin: 150px auto 90px;
}
@media (min-width:768px){
	.outro_link {
	width: 110px;
	}
}


.footer {
margin-top: 55px;
padding-bottom: 35px;
background: #fff;
}
.footer * {
color: #5a5a5a !important;
letter-spacing: 0;
font-family: ryo-gothic-plusn, sans-serif;
}
.lifeandbeauty {
display: none;
}
.help {
background: #f6f6f6;
padding: 40px 0 45px;
}
.help h4 {
font-size: 22px;
}
.help h4 span {
display: block;
margin-top: 10px;
}
.help ul {
justify-content: center;
width: 285px;
margin-top: 30px;
}
.help li {
width: 50%;
font-size: 17px;
text-align: center;
}
.help li:nth-of-type(n + 3) {
margin-top: 25px;
}
.sns {
margin-top: 10px;
padding: 40px 0;
background: #f6f6f6;
}
.sns h4 {
font-size: 18px;
}
.sns ul {
width: 170px;
margin-top: 25px;
}
.sns li {
width: 30px;
}
.onlinestore {
margin-top: 10px;
padding: 35px 0 50px;
background: #f6f6f6;
}
.onlinestore * {
letter-spacing: 0.05em;
}
.onlinestore h4 {
font-size: 18px;
}
.onlinestore ul {
margin-top: 30px;
}
.onlinestore li {
margin-top: 15px;
text-align: center;
font-size: 14px;
}
.onlinestore li:first-child {
margin-top: 0;
}
.onlinestore li a {
letter-spacing: 0 !important;
}
.footerlink {
justify-content: center;
padding-top: 15px;
}
.footerlink li {
margin-bottom: 10px;
padding: 0 12px;
font-size: 10px;
border-right: 1px solid #333;;
}
.footerlink li a {
letter-spacing: 0;
}
.footer_logo {
width: 160px;
margin-top: 40px;
}
.copy {
margin-top: 20px;
}
@media (min-width:1200px){
	.footer {
	width: 100%;
	margin-top: 70px;
	padding-bottom: 70px;
	border-top: 1px solid #c9c9c9;
	}
	.lifeandbeauty {
	display: block;
	width: 735px;
	padding: 25px 0;
	}
	.footer * {
	color: #5a5a5a !important;
	letter-spacing: 0;
	}
	.footer_sec01 {
	background: #ececec;
	}
	.footer_sec01 .inner {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	width: 1200px;
	padding: 30px 0;
	}
	.help {
	width: 50%;
	padding: 60px 0 60px 80px;
	background: none;
	border-left: 1px solid #ccc;
	}
	.help h4 {
	font-size: 27px;
	text-align: left;
	}
	.help h4 br {
	display: none;
	}
	.help h4 span {
	display: inline;
	margin: 0 0 0 30px;
	font-size: 14px;
	}
	.help ul {
	justify-content: flex-start;
	width: 100%;
	margin: 30px 0 0 0;
	}
	.help li {
	width: auto;
	margin-right: 20px;
	padding-right: 20px;
	text-align: left;
	border-right: 1px solid #000;
	font-size: 16px;
	}
	.help li:nth-of-type(n + 3) {
	margin: 0;
	border-right: none;
	}
	.sns {
	display: flex;
	align-items: center;
	width: 50%;
	margin-top: 0;
	padding: 0 60px 0 80px;
	background: none;
	}
	.sns h4 {
	width: 160px;
	font-size: 15px;
	text-align: left;
	}
	.sns ul {
	width: auto;
	margin: 0;
	}
	.sns li {
	width: 50px;
	margin-right: 22px;
	}
	.onlinestore {
	margin-top: 0;
	padding: 40px 0;
	background: #ececec;
	border-top: 1px solid #ddd;
	}
	.onlinestore .inner {
	display: flex;
	justify-content: center;
	width: 1200px;
	}
	.onlinestore h4 {
	margin-right: 30px;
	font-size: 16px;
	font-weight: 700;
	}
	.onlinestore ul {
	display: flex;
	margin-top: 0;
	}
	.onlinestore li {
	margin: 0 15px 0 0;
	padding-right: 15px;
	text-align: left;
	font-size: 12px;
	border-right: 1px solid #000;
	}
	.onlinestore li:last-child {
	margin: 0;
	padding: 0;
	border-right: none;
	}
	.footerlink {
	padding-top: 50px;
	}
	.footerlink li {
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	font-size: 12px;
	border-right: 1px solid #333;;
	}
	.footer_logo {
	width: 220px;
	margin-top: 55px;
	}
	.copy {
	margin-top: 40px;
	font-size: 12px;
	}
}

img[src^="https://jun.click.zetacx.net"],
img[src^="https://zetaclick.junonline.jp"],
img[src^="https://dev.tag.zetacx.net"] {
  position: absolute;
  width: 0;
  height: 0;
}