@charset "utf-8";
*{
	margin:0;
	padding:0;
	border:none;
	color:#000;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	line-height:1.0;
}
html,body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,ul,ol,li,dl,dt,dd,
table,th,td,form,fieldset{
	margin:0;
	padding:0;
}
*{box-sizing: border-box;}
.clear{clear:both;}
.red{color:#FF3300;}
.bold{font-weight:bold;}
.large{font-size:130%;}
/***************************************************
PC用および共通設定 974px～
***************************************************/
.pc{display:block;}
.sp{display:none;}
.clear-pc{clear:both;}

body{
	text-align:center;
}
#wrp_contents{
	width:100%;
	overflow:hidden;
}
#box_contents{
	width:1200px;
	margin:auto;
}
ul#menu{
	width:1024px;
	margin:auto;
}
ul#menu li{
	list-style-type: none;
	float:left;
	margin-bottom:20px;
	margin-right:20px;
}
ul#menu li a:hover img{
	opacity:0.6;
}

ul#menu li:nth-child(4n){
	margin-right:0;
}

.section_logo{
	max-width:1200px;
	width:100%;
	margin:auto;
}
.section_logo img{
	float:left;
}


.section_main{
	max-width:1200px;
	width:100%;
	margin:auto;
}
.section{
	max-width:1400px;
	width:100%;
	margin:auto auto auto -25px;
}

#section02{
	position:relative;
}
#section02 a#btn01 img{
	position:absolute; 
	top:1099px;
	left:500px;
}
#section02 a#btn02 img{
	position:absolute;
	top:1643px;
	left:289px;
}
#section03{
	position:relative;
}
#section03 a#btn03 img{
	position:absolute; 
	top:1646px;
	left:500px;
}
#section07{
	position:relative;
}
#section07 a#btn04 img{
	position:absolute; 
	top:180px;
	left:31%;
}
#section08{
	text-align:center;
}
#section08 ul {
	width:1400px;
	padding:0 150px;
}
#section08 ul li {
	height:250px;
	width:157px;
	float:left;
	list-style-type: none;
}

#section08 ul li img{
	width:100%;
}
#section08 ul li a:hover img {
	opacity:0.6;
}
#section08 ul li a:hover div{
	text-decoration:underline;
}
	

#section08 ul li div{
	line-height:1.4;
}


#section08{
	position:relative;
	text-align:center;
	margin:60px auto 80px;
}
#section08 p img{
	margin:auto;
}
#section08 p img{
	margin:0 auto 40px;
}


#text{
	background-color: #EDEDED;
	margin: 0px 0px 18px 0px;
	padding: 10px 17px;
	font-size: 18px;
}


.modal{
	top:0;
	left:0;
	z-index:1000;
	width:100%;
	height: 100vh;
	position: fixed;
	background:rgba(241,238,254,0.9);
	text-align:center;
	display:none;
	overflow:auto;
 
}
.modal .modal_cnt{
	position: relative;
	width:800px;
	margin:60px auto 50px;
	background:#FFF;
}
.modal > .modal_cnt > img{
	position: relative;
	margin:auto;
	background:#FFF;

}
.modal a{
	position:absolute;
	top:-40px;
	right:0;
}

#bt_gotop{
	position:fixed;
	bottom:20px;
	right:20px;
	display:none;
	z-index: 999;
}
footer{
	padding:20px 0;
}	

/***************************************************
スマートフォン用 
***************************************************/
@media only screen and (max-width: 949px){

.br-pc{display:none;}

.pc{display:none;}
.sp{display:block;}
.clear-sp{clear:both;}
.clear-pc{clear:none;}


img{
	width:100%;
}
#box_contents{
	width:100%;
	margin:auto;
}
ul#menu{
	width:96%;
	margin:auto;
}
ul#menu li{
	list-style-type: none;
	float:none;
	margin-bottom:4%;
	margin-right:0;
}
ul#menu li a:hover img{
	opacity:1;
}


.section_main{
	width:100%;
	margin:auto;
}
.section{
	width:100%;
	margin:auto;
}


#section02{
	position:relative;
}
#section02 a#btn01 img{
	position:absolute; 
	top:62%;
	left:5%;
	width:90%;
}
#section02 a#btn02 img{
	position:absolute;
	top:94%;
	left:5%;
	width:90%;
}
#section03{
	position:relative;
}
#section03 a#btn03 img{
	position:absolute; 
	top:92%;
	left:5%;
	width:90%;
}
#section07{
	position:relative;
}
#section07 a#btn04 img{
	position:absolute; 
	/* top:90%; */
	left:5%;
	width:90%;
}
#section08{
	text-align:center;
}
#section08 ul {
	width:100%;
	padding:0 2%;
}
#section08 ul li {
	height:100%;
	width:50%;
	float:left;
	list-style-type: none;

}
#section08 ul li div{
	height:4.5em;
}


#section08{
	text-align: left;
	margin:0 auto 20%;
	padding:5% 5% 20% 5%;
}
#section08 p.img img{
	width:100%;
	margin:auto auto 5%;
}
#section08 p span{
	line-height:1.6;
}


#text{
	background-color: #EDEDED;
	padding: 3px 5px;
	font-size: 16px;
}
	
.modal{
	top:0;
	left:0;
	z-index:1000;
	width:100%;
	position: fixed;
	text-align:center;
	display:none;
	overflow:auto;

	
}

.modal .modal_cnt{
	position: relative;
	max-width:100%;
	width:auto;
	margin:6.5rem 1.25rem;
-webkit-box-sizing: border-box; 
     box-sizing: border-box;

}
.modal > .modal_cnt > img{
	position: relative;
	margin:auto;
}
.modal a{
	position:absolute;
	right:0;
}
#bt_gotop{
	position:fixed;
	bottom:1%;
	right:1%;
	width:10%;
}
footer{
	padding:4% 12%;
	line-height:1.4;
	font-size:90%;
}
}




/* 2306追記 */
#wrp_contents{
	-webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}
.img_main02{
	margin: 0 auto;
}

.fcl_menu {
	margin: 0 50px;
}
.fcl_menu nav {
    position: relative;
}
.fcl_menu nav .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.fcl_menu nav .list li {
    padding: 40px 0;
    position: relative;
	list-style: none;
}
.fcl_menu nav .list a {
    color: #000;
    text-decoration: none !important;
    display: block;
    position: relative;
}
.fcl_menu nav .list a::before, .fcl_menu nav .list a::after {
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
}
.fcl_menu nav .list a::before {
    background-color: #fff;
    right: 2px;
    bottom: 2px;
    z-index: 1;
}
.fcl_menu nav .list a::after {
    right: 0;
    bottom: 0;
    opacity: 0.3;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.fcl_menu nav .list li.purple a::after {
    background: #cfa5e3;
    background: -webkit-linear-gradient(60deg, #5077c7 0%, #cfa5e3 100%);
    background: -o-linear-gradient(60deg, #5077c7 0%, #cfa5e3 100%);
    background: linear-gradient(30deg, #5077c7 0%, #cfa5e3 100%);
}
.fcl_menu nav .list li.orange a::after {
    background: #fca950;
    background: -webkit-linear-gradient(60deg, #fca950 0%, #fabbad 100%);
    background: -o-linear-gradient(60deg, #fca950 0%, #fabbad 100%);
    background: linear-gradient(30deg, #fca950 0%, #fabbad 100%);
}
.fcl_menu nav .list li.green a::after {
    background: #61e2e6;
    background: -webkit-linear-gradient(60deg, #50bfc7 0%, #61dde6 100%);
    background: -o-linear-gradient(60deg, #50bfc7 0%, #61dde6 100%);
    background: linear-gradient(30deg, #50bfc7 0%, #61dde6 100%);
}
.fcl_menu nav .list li.blue a::after {
    background: #61bfe6;
    background: -webkit-linear-gradient(60deg, #5077c7 0%, #61bfe6 100%);
    background: -o-linear-gradient(60deg, #5077c7 0%, #61bfe6 100%);
    background: linear-gradient(30deg, #5077c7 0%, #61bfe6 100%);
}
.fcl_menu nav .list .img {
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.fcl_menu nav .list .txt {
    text-align: left;
    letter-spacing: 0.15em;
    padding-top: 24px;
    position: relative;
    z-index: 1;
}
.fcl_menu nav .list .txt .num {
    font-size: 11px;
    line-height: 1;
    display: block;
}
.fcl_menu nav .list .txt .title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
    min-height: 4.2em;
}
.ff_lato {
    font-family: "Lato", sans-serif;
}
.ff_serif {
    font-family: Century, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, "メイリオ", Meiryo, serif;
}
.fcl_menu nav .list .txt .num + .title {
    margin-top: 12px;
}
.fcl_menu nav .list .txt .arrow {
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/www.fancl.co.jp/beauty/kodawari/img/arrow_bottom.png) 50% 50% no-repeat;
    background-size: contain;
    width: 10px;
    height: 6px;
    position: absolute;
    right: 15px;
    bottom: 20px;
}
.fcl_menu nav.bottom::before{
	content: "";
    background-color: #f6f6f6;
    width: calc(100% + 100px);
    height: 100%;
    position: absolute;
    left: -50px;
    top: 0;
}
.fcl_menu nav.bottom .list li a::before {
    background-color: #f6f6f6;
}

.sec01_block01,.sec01_block02,.sec02_block01{
	position: relative;
}
.sec01_btn01,.sec01_btn02,.sec02_btn01,.sec02_bn{
	position: absolute;
	bottom: 0;
	left: 37%;
	z-index: 3;
}
.sec01_btn01{
	bottom: -150px;
	
}
.sec01_btn02{
	left: 20%;
	top:559px;
}
.sec02_btn01{
	bottom: 90px;
}
.sec02_bn{
	bottom: -280px;
    left: 34%;
}
#section03{
	margin-top: 100px;
}
#section05{
	margin-top: 50px;
}

@media only screen and (max-width: 949px){



}


@media only screen and (max-width: 949px){
	#contents h1, #contents h2, #contents h3, #contents h4, #contents p, #contents span, #contents i, #contents a, #contents th, #contents td {
		max-height: 100%;
	}

	.fcl_menu {
		background-color: #fff;
		margin: 0;
		margin-top: -40px;
		padding: 3rem 0 0;
	}
	.fcl_menu nav {
		margin: 0;
	}
	.fcl_menu nav .list {
		display: block;
	}
	.fcl_menu nav .list li {
		padding: 0 !important;
	}
	.fcl_menu nav .list a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.fcl_menu nav .list a::before, .fcl_menu nav .list a::after {
		width: 80px; height: 80px;
	}
	.fcl_menu nav .list a::before {
		right: 2px;
		top: -2px;
		bottom: auto;
	}
	.fcl_menu nav .list a::after {
		top: -4px;
		bottom: auto;
		background-color: #F00;
	}
	.fcl_menu nav .list .img {
		margin-right: 20px;
		width: 35%;
	}
	.fcl_menu nav .list .txt .num {
		/* font-size: 10px; */
		font-size: 3vw;
	}
	.fcl_menu nav .list .txt {
		padding-top: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.fcl_menu nav .list .txt .title {
		/* font-size: 14px; */
		font-size: 4vw;
	}
	.fcl_menu nav .list .txt .num + .title {
		margin-top: 0.5rem;
	}
	.fcl_menu nav .list .txt .arrow {
		background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/www.fancl.co.jp/beauty/kodawari/img.sp/arrow_bottom.png);
		width: 10px;
		height: 6px;
		margin-top: -25px;
		right: 15px;
		bottom: 50%;
	}
	.fcl_menu nav .list li + li {
		padding-top: 25px !important;
	}
	.fcl_menu nav.bottom {
		margin-top: 25px;
		padding: 25px 0;
	}
	.sec01_btn01, .sec01_btn02, .sec02_btn01, .sec02_bn {
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		max-width: 550px;
		padding: 0 35px;
	}
	.sec01_block02{
		margin-top: 150px;
	}
	.sec01_btn01{
		bottom: -120px;
	}
	.sec01_btn02{
		top: 18%;
	}
	#section02{
		margin-top: 30px;
	}
	.sec02_btn01{
		bottom: 60px;
	}
	.sec02_bn {
		bottom: -250px;
	}
	#section04{
		margin-top: 70px;
	}
	#section05{
		margin-top: 0;
	}
}
@media only screen and (max-width: 450px){
	.sec02_bn {
		bottom: -180px;
	}
	#section03{
		margin-top: 50px;
	}
}


/* 2404追記 */

#btn00.js-modal-open{
display: block;
    width: 400px;
    margin: auto;
}

#fc_check_b{
    margin: auto;
    display: block;
    width: fit-content;
    }

#section2404_2 ul{
margin-top:30px;
margin-right: -20px;
}

#section2404_2 li{
   display: inline-block;
   margin-right:20px;
}


@media only screen and (max-width: 949px){

#btn00.js-modal-open{
    width: 80%;
}

#section2404_2 li{
width:25%;
   display: inline-block;
   margin-right:5px;
}

}

/*2502追記*/
.section_main .txt {
  width: 100%;
  max-width: 948px;
  margin: -28px auto 70px;
  text-align: center;
  padding: 42px;
  position: relative;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: linear-gradient(131deg, rgba(94, 205, 255, 0.06) 0%, rgba(51, 143, 244, 0.06) 100%);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(115, 153, 167, 0.35);
  box-shadow: 0px 0px 10px 0px rgba(115, 153, 167, 0.35);
  font-size: 20px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-width: 10px;
  border-color: rgba(255, 255, 255, 0.5);
  border-style: solid;
  color: rgb(8, 40, 68);
  line-height: 2;
  z-index: 3;
}
.section_main .title {
  font-size: 36px;
  font-family: Century, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, "メイリオ", Meiryo, serif;
  color: rgb(24, 76, 163);
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto 40px;
}
.sp_disp {
  display: none;
}
@media screen and (max-width: 768px) {
  .section_main .txt {
    width: 88vw;
    font-size: 4.2vw;
    padding: 6vw 5.9vw;
    margin: -7vw auto 10vw;
    border-width: 0.5rem;
  }
  .section_main .title {
    font-size: 6.8vw;
  }
  .sp_disp {
    display: block;
  }
}