/* ================================
  pg_advancedhair
================================ */

#description {
	background: #222909 url("description_bg.jpg")no-repeat;
	background-position: top right;
	background-size: cover;
}
#description .fBox .leadBox h2{
	font-size: clamp(20px, 4vw, 32px);
	margin-bottom: 1rem;
}
.explanation .textBox h3 {
    font-size: clamp(18px, 2vw, 26px);
    margin-bottom: 2rem;
    padding-left: 6%;
	  color: #488118;
	position: relative;
}
.explanation .textBox h3 .numBox {
    position: absolute;
    top: 50%;
    left: 20%;
	 transform: translateY(-50%);
    font-size: 180px;
    font-weight: normal;
    line-height: 1;
    opacity: 0.15;
}

#sec01 h2,#sec02 h2 {
    text-align: center;
    font-size: clamp(20px, 4vw, 32px);
	 margin: 0 5% 6rem;
}
.explanation .fBox{
	margin-bottom: 2rem;
	justify-content: space-between;
}
.explanation .textBox {
  width: auto;
	flex: 1;
}
.explanation .fBox:last-child{
	margin-bottom: 0;
}
#sec01.explanation .fBox img {
  display: block;
  width: 30%;
  max-width: 680px;
}
@media screen and (max-width: 1300px),{
	#description {
	background-position: top right 20%;
}
}
@media screen and (max-width: 960px),{
#description {
	background: #222909 url("description_bg_mb.jpg")no-repeat;
	background-position: top center;
	background-size: contain;
}
}

@media screen and (max-width: 767px),{
#sec01 h2,#sec02 h2 {
  font-size: clamp(20px, 4vw, 32px);
	margin: 0 5% 2rem;
	text-align: left;
}
.explanation .textBox h3 {
	margin-bottom: 1rem;
	padding-left: 0%;
}
.explanation .textBox h3 .numBox {
  left: 30%;
  font-size: 100px;
	
}
.explanation .fBox {
  margin-bottom: 3rem;
  justify-content: space-between;
}
#sec01.explanation .fBox img {
  display: block;
  width: 100%;
  max-width: 680px;
}

}

#sec01 .box {
	  max-width: 1400px;
    margin: auto;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
}

#sec01 .box h4 {
    font-size: 20px;
    text-align: center;
}
#sec01 .box h4 .text {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
}

#sec01 .box::before {
    position: absolute;
    content: "";
    top: 16px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px dotted #333;
    z-index: -1;
}

#sec01 .subBox {
    display: flex;
    align-items: center;
}

#sec01 .subBox ul {
    flex: 1;
    margin-bottom: 0;
	padding: 20px 0 0 1.2em;
}
ul.checkList {
		list-style: none;
}
ul.checkList li {
    position: relative;
    padding-left: 1.5em;
}
ul.checkList li::before {
    content: "";
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 0.75em;
    height: 0.75em;
    border: 1px solid #9c9c9c;
    border-radius: 2px;
}
ul.checkList li::after {
    content: "";
    position: absolute;
    width: 0.4em;
    height: 0.8em;
    top: 0.15em;
    left: 0.25em;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    border-right: 2px solid #c00;
    border-bottom: 2px solid #c00;
}
#sec01 .subBox ul .checkList {
    margin: 1.5rem 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.7;
    list-style-type: none;
}
@media screen and (max-width: 1480px),{
	#sec01 .box {
    margin: 5%;
}
}
	@media screen and (max-width: 760px),{
		#sec01 .subBox {
  display: flex;
  flex-direction: column;
}
	#sec01 .subBox ul {
    flex: 1;
    margin-bottom: 0;
	padding: 20px 0 0 0;
}
}

#sec02.explanation .fBox {
  margin-bottom: 2rem;
  justify-content: space-between;
	align-items: center
}
#sec02.explanation ul.checkList {
	margin-left: 5%;
}
#sec02.explanation ul.checkList li{
	font-size: clamp(14px, 4vw, 18px);
	color: #488118;
}
#sec02 .imgRight {
	flex-direction: row-reverse;
}
#sec02.explanation .imgRight ul.checkList {
	margin-left: 0%;
	margin-right: 5%;
}
@media screen and (max-width: 760px),{

	#sec02 ul.checkList {
  padding: 10px 0 0 0;
}
#sec02 .imgleft {
	
	flex-direction: column!important;
	margin-bottom: 0!important;
}
#sec02 .imgleft .textBox {
	margin: 1rem 0 0;
}	
	
#sec02 .imgRight {
	flex-direction: column-reverse;
}
#sec02.explanation ul.checkList {
	margin-left: 0;
}
#sec02.explanation .imgRight ul.checkList {
	margin-right: 0;
	
}
#sec02.explanation .imgRight .textBox{
	margin-bottom: 0!important;
}
}


#fda {
	display: flex;
	max-width: 1200px;
	margin: auto;
	justify-content: space-between
}
#fda figure {
	width: 32%;
	max-width: 400px;
}
#fda figure figcaption {
	font-size: 16px;
}
#fda figure figcaption .extxst {
	display: block;
	margin-top: 0.5rem;
	ont-size: 16px; 
}
#fda figure figcaption span{
	display: inline-block;
	font-size: 14px !important;
}

@media screen and (max-width: 1280px),{
	#fda {
	margin: 0 5%;
}
}
	
@media screen and (max-width: 760px),{
#fda {
	flex-wrap: wrap;
}
#fda figure {
	width: 48%;
	max-width: 400px;
	margin-bottom: 2rem;
}
#fda figure figcaption {
	font-size: 14px;
}
#fda figure figcaption span{
	display: inline-block;
	font-size: 12px ;
}

}


#topBox {
	background: url("top_bg.jpg")no-repeat;
	background-position:center top;
	background-size:cover;
}
#topBox picture{
	display: block;
	max-width: 1920px;
	margin:auto;
	height: auto;
}

@media screen and (min-width: 1780px), print {
#topBox {
		overflow:hidden;
	}
#topBox picture{
	display: block;
	width: 1920px;
	margin:auto;
	height: auto;
}
}
