@charset "utf-8";
h1,
h2 {
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 3px;
  text-align: center;
  color: #333;
}
.flex{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inner{
  max-width: 1200px;
  margin: 0 auto;
}
.center{
  text-align: center;
}

/* ===========================
index.html
============================*/
/*=======共通部分======*/
.more_btn {
  display: block;
  margin: auto;
  width: 110px;
  height: auto;
}
.more_btn img {
  display: block;
  width: 100%;
}
/*.mv
====================*/
.mvBox {
  width: 100%;
  height: auto;
  margin: 0 auto 150px;
}
.mvBox .mv {
/*
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: -60px;
*/
	width: 100%; 
  height: auto;
  object-fit: cover;
  margin: auto;
}
.mvbox .mv .slick-slide img {
  width: 100%;
  height: auto;
  position: absolute;
}
.mvBox .overTxt {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    top: 360px;
}
.mvBox .overTxt img {
    filter: drop-shadow(-80px 30px 20px rgba(0, 0, 0, 0.65)) drop-shadow(-40px 15px 10px rgba(0, 0, 0, 0.6)) drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.4));
}
.info_box{
	margin-bottom: 60px;
}

.inner_info_box{
	padding-top: 20px;
    position: relative;
    width: 80%;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 40px;
}
	
.inner_info_box::before,
.inner_info_box::after {
    position: absolute;
    width: 30px;
    height: 30px;
    content: '';
}

.inner_info_box::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 70px;
  background: url( "../img/top/line_01.png") no-repeat;
  background-size: contain;
  margin: -40px auto 0;

	}
.inner_info_box::after {
	content: "";
  display: inline-block;
	width: 100%;
  height: 70px;
  background: url( "../img/top/line_02.png") no-repeat;
  background-size: contain;
  margin: 0 auto -40px;
}
.info_box h2{
	font-size: 58px;
	margin-bottom: 60px;
}
.info_box .info_ttl{
	font-size: 16px;
	text-align: center;
	margin-bottom: 50px;
}
.info_box .info_text_box{
	width: 400px;
	margin: auto;
}
.info_box .info_text{
	display: inline-block;
	font-size: 14px;
	border-bottom: 1px solid;
}
/*　追加ここから */
.content{
	display: flex;
	justify-content: center;
	margin-bottom: 120px;
	min-height: 500px;
}
.topics{
	width: 50%;
	padding: 60px 80px;
	background-image: url("../img/top/bg_01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
p.topics_comimgsoon {
    font-size: 18px;
    height: 300px;
    margin-top: 160px;
}
.greeting{
	width: 50%;
	padding: 60px 80px;
	background-image: url("../img/top/bg_09.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;	
}
/*　追加ここまで */
.topics dl{
	border-bottom: 1px solid #ababab;
	padding-bottom: 25px;
	margin-bottom: 24px;
}
.topics_text{
	font-size: 15px;
	display: block;
	border-bottom: 1px solid;
	width: 500px;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.greeting h2,.topics h2{
	font-size: 48px;
}
.greeting h2 span,.topics h2 span{
	display: inline-block;
	font-size: 14px;
	margin-bottom: 30px;
	margin-top: 15px;
}
.greeting_text{
	margin-bottom: 40px;
}
.greeting_line{
	margin-bottom: 40px;
}
.btn_01{
	width: 200px;
	margin: 68px auto 0;
}
.btn_00{
	width: 200px;
	margin: 70px auto 0;
}

.ranking{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 130px;
	justify-content: space-between;
}
.ranking_left{
	width: 40%;
}
.ranking_right{
	width: 50%;
	position: relative;
	margin-right: 30px;
}
.ranking h2{
	font-size: 58px;
	margin-bottom: 70px;
	text-align: left;
}
.ranking_title{
	font-size: 24px;
	margin-bottom: 50px;
	line-height: 1.5;
}
.ranking_text{
	font-size: 15px;
}
.ranking_btn{
	position: absolute;
	bottom: 0;
	right: -2%;
	display: flex;
	width: 180px;
}
.btn_02 a{
    width: 180px;
	color: #fff;
    display: inline-block;
    margin-bottom: 10px;
}

.contest{
	width: 100%;
	max-width: 1200px;
	margin:  auto;
}
.contest_left{
	background: url("../img/top/bg_06.jpg")no-repeat center center/cover;
	/* padding: 45px 65px; */
	width: 50%;
  box-sizing: border-box;
}
.contest_left div{
  padding: 9% 0 0 8%;
}
.contest_left h2 span,.extention_left h2 span{
	font-size: 18px;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	display: block;
	text-align: left;	
	margin-bottom: 10px;
}
.contest_left h2,.extention_left h2{
	font-size: 24px;
	text-align: left;	
	margin-bottom: 30px;
	letter-spacing: 0.5px;
}
.contest_right,.extention_right{
	width: 50%;
}
.extention{
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
    max-width: 1200px;
    margin: 0 auto 170px;
}
.extention_left{
	background: url("../img/top/bg_07.jpg")no-repeat center center/cover;
	/* padding: 45px 65px; */
	width: 50%;
    box-sizing: border-box;
}
.extention_left div{
  padding: 9% 0 0 8%;
}
.contest_text,.extention_text{
	margin-bottom: 40px;
}
.btn_03{
	width: 200px;
}
.youtube{
	background: url("../img/top/bg_03.jpg")no-repeat center center /cover;
	padding: 180px 100px 90px;
	margin-bottom: 100px;
}
.youtube h2{
	font-size: 50px;
	margin-bottom: 50px;
}
.youtube p{
	width: 780px;
	margin: auto;
}
.top_salon{
	margin-bottom: 100px;
}
.top_salon h2{
	font-size: 50px;
	margin-bottom: 70px;
}
.top_salon h2 span{
	font-size: 16px;
	display: inline-block;
	margin-top: 20px;
}
.top_salon_area{
	display: flex;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.inner_top_attention{
	background: rgb(255 255 255 / 60%);
    width: 80%;
    height:auto;
    margin: auto;
    position: relative;
	padding-top: 50px;
    padding-bottom: 50px;
}
.inner_top_attention:before,
.inner_top_attention:after{
		width: calc(100% - 25px);
		height: 0;
		display: block;
		position: absolute;
		left: 0;
		content: "";
	}
.inner_top_attention:before{
		border-bottom: solid 25px  rgb(255 255 255 / 60%);
		border-left: solid 25px transparent;
		bottom: 100%;
	}
.inner_top_attention:after{
		border-top: solid 25px  rgb(255 255 255 / 60%);
		border-right: solid 25px transparent;
		top: 100%;
	}
.top_attention{
	background: url("../img/top/bg_04.jpg")no-repeat center center/cover;
	padding: 70px 0;
	margin-bottom: 100px;
}
.top_attention h2{
	font-size: 24px;
	margin-bottom:20px; 
}
.top_attention_title{
	text-align: center;
	font-size: 16px;
	margin-bottom:40px; 	
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.top_attention_text{
	text-align: center;
	font-size: 14px;
}
.feature{
	margin-bottom: 70px;
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 70px;;
}
.feature h2{
	font-size: 50px;	
}
.feature h2 span{
	font-size: 16px;
    display: inline-block;
    margin-top: 20px;
	margin-bottom:70px; 
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.feature ul.feature_box{
  display: flex;
  flex-wrap: wrap;
	/* display: grid;
    grid-template-columns: 350px 350px 350px; */
    gap: 80px 40px;
    justify-content: space-between;
    margin: auto;
    max-width: 1200px;
	
}
.feature ul.feature_box li{
	 width: 30%;
	border: 1px solid #cecece;
	border-radius: 17px;
	position: relative;
}
/*
.feature ul.feature_box li::before{

	content: '1';
  position: absolute;
  left: 50%;
  bottom: -15px; 
  display: inline-block;
  width: 15px; 
  height: 2px;
	background: blue;
*/
	
.feature_circle01{
	position: relative;
}
.feature_circle01::before{
   content: '#01';
   position: absolute;
    display: block;
    left: -50px;
    bottom: -40px;
    padding: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 45px;
    background-color: #aacfc7;
    font-family: p22-sweepy-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.feature_circle02{
	position: relative;
}
.feature_circle02::before{
   content: '#02';
    position: absolute;
    display: block;
    left: -50px;
    bottom: -40px;
    padding: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 45px;
    background-color: #aacfc7;
    font-family: p22-sweepy-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.feature_circle03{
	position: relative;
}
.feature_circle03::before{
    content: '#03';
    position: absolute;
    display: block;
    left: -50px;
    bottom: -40px;
    padding: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
   font-size: 45px;
    background-color: #aacfc7;
    font-family: p22-sweepy-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.feature_circle04{
	position: relative;
}
.feature_circle04::before{
   content: '#04';
    position: absolute;
    display: block;
    left: -50px;
    bottom: -40px;
    padding: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 45px;
    background-color: #aacfc7;
    font-family: p22-sweepy-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.feature_circle05{
	position: relative;
}
.feature_circle05::before{
   content: '#05';
    position: absolute;
    display: block;
    left: -50px;
    bottom: -40px;
    padding: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 45px;
    background-color: #aacfc7;
    font-family: p22-sweepy-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.feature_circle06{
	position: relative;
}
.feature_circle06::before{
   content: '#06';
    position: absolute;
    display: block;
    left: -50px;
    bottom: -40px;
    padding: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 45px;
    background-color: #aacfc7;
    font-family: p22-sweepy-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.feature_circle07{
	position: relative;
}
.feature_circle07::before{
   content: '#07';
   position: absolute;
    display: block;
    left: -50px;
    bottom: -40px;
    padding: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 45px;
    background-color: #aacfc7;
    font-family: p22-sweepy-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.feature_circle08{
	position: relative;
}
.feature_circle08::before{
   content: '#08';
    position: absolute;
    display: block;
    left: -50px;
    bottom: -40px;
    padding: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 45px;
    background-color: #aacfc7;
    font-family: p22-sweepy-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.feature_circle09{
	position: relative;
}
.feature_circle09::before{
   content: '#09';
    position: absolute;
    display: block;
    left: -50px;
    bottom: -40px;
    padding: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 45px;
    background-color: #aacfc7;
    font-family: p22-sweepy-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.feature_circle010{
	position: relative;
}
.feature_circle010::before{
   content: '#10';
    position: absolute;
    display: block;
    left: -50px;
    bottom: -40px;
    padding: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 45px;
    background-color: #aacfc7;
    font-family: p22-sweepy-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.feature .feature_contents{
	padding: 25px 20px;
	text-align: center;
}
.feature .feature_title{
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	position: relative;
	margin-bottom: 30px;
}
.feature .feature_title::after{
content: '';
  position: absolute;
  left: 50%;
  bottom: -15px; 
  display: inline-block;
  width: 15px; 
  height: 2px; 
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); 
  background-color: #666666;
}
.feature .feature_text{
	font-size: 15px;
	color: #898989;
}
.feature_btn{
	position: absolute;
	text-align: center;
	right: 0;
	bottom: 0;
	width: 345px;
}
/*
.feature_btn a{
	background-color: #000;
	color: #fff;
}
*/
.point{
	background-color: #e0eadf;
	padding: 70px;
	margin-bottom: 100px;
}
.point_box{
	display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 80px 6%;
    max-width: 1200px;
    margin: 0 auto 60px;
    box-sizing: border-box;
}
.point_box2{
	display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 80px 6%;
    max-width: 1200px;
    margin: 0 auto 60px;
    box-sizing: border-box;
}
.point .point_title{
	font-size: 22px;
	position: relative;
	margin-bottom: 70px;
}
.point .point_title::after{
	content: '';
    position: absolute;
    left: 40px;
    bottom: -25px;
    display: inline-block;
    width: 80px;
    height: 2px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #000000;
}
.point .point_text{
	font-size: 15px;
	margin-bottom: 60px;
}
.point_left{
	width: 40%;
	position: relative;
}

.point_left::before {
    position: relative;
    top: -30px;
    left: -18px;
    content: 'Eyelash';
    color: #ccd8cb;
    display: block;
    font-family: gautreaux, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 60px;
    transform: rotate( -12deg );
}

.point_nail{
	position: relative;	
}
.point_nail::before {
    position: absolute;
    top: -30px;
    left: 70%;
    content: 'Nail';
    color: #ccd8cb;
    display: block;
    font-family: gautreaux, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 60px;
    transform: rotate( -12deg );
}

.point_right{
	width: 50%;
}
/*
.point .code a{
	background-color: #f1f1f1;
	padding: 5px 15px;
}
*/
.point p.code {
	background-color: #f1f1f1;
	padding: 5px 15px;
	width: 70px;
}
.coupon{
	background: url("../img/top/bg_08.jpg");
	padding: 60px;
}
.coupon h2{
	width: 470px;
	margin: 0 auto 40px;
}
span.plus{
	position: relative;
	display: inline-block;
}
span.plus:after{
	content: '＋';
    position: absolute;
    display: block;
    left: 40%;
	
}
.coupon .coupon_box{
	max-width: 1200px;
    background-color: #fff;
    padding: 45px 40px;
    margin: 0 auto 35px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.coupon .coupon_pic{
	width: 35%;
}
.coupon .coupon_right{
	width: 60%;
}
.coupon_menu_box{
	display: flex;
    justify-content: space-between;
    width: 94%;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #ba8f2a 0%, #f8dd93 60%,#eccc7b 0%, #f8dd93 100%);
    border-image-slice: 1;
    padding-bottom: 10px;
	margin-bottom: 10px;
}
.coupon .coupon_title{
	font-size: 24px;
	font-style: normal;
	
}
.coupon p.coupon_price{
	text-align: right;
	color: #c19736;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 26px;
}
.coupon .coupon_text{
	font-size: 18px;
	line-height: 1.7;
}
.coupon_btn {
	width: 290px;
	margin: 0 auto 20px;
	
}
.care_option,.bridal{
	background-color: #e0eadf;
	padding: 100px;	
}
.inner_care_option,.inner_bridal{
	width: 100%;
	max-width: 1100px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.care_option_img,.bridal_img,.flow_img,.matanity_img{
	width: 35%;
}
.care_option_right,.bridal_right{
	width: 60%;
}
.flow,.matanity{
	display: flex;
    flex-direction: row-reverse;
	justify-content: space-between;
    max-width: 1100px;
	width: 100%;
    margin: auto;
    padding: 100px 0;
}
.flow_left,.matanity_left{
	width: 640px;
}
.care_option_title{
	font-size: 24px;
    position: relative;
    border-bottom: 4px solid #fff;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.care_option_title::before{
	position: relative;
    top: -30px;
    left: -18px;
    content: 'Care';
    color: #fff;
    display: block;
    font-family: gautreaux, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 46px;
    transform: rotate( -12deg );
}
.bridal_title{
	font-size: 24px;
    position: relative;
    border-bottom: 4px solid #fff;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.bridal_title::before{
	position: relative;
    top: -18px;
    left: -18px;
    content: 'Bridal';
    color: #fff;
    display: block;
    font-family: gautreaux, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 46px;
    transform: rotate( -12deg );
}
.flow_title{
	font-size: 24px;
    position: relative;
    border-bottom: 4px solid #ccd8cb;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.flow_title::before{
	position: relative;
    top: -30px;
    left: -18px;
    content: 'Flow';
    color: #ccd8cb;
    display: block;
    font-family: gautreaux, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 46px;
    transform: rotate( -12deg );
}
.matanity_title{
	font-size: 24px;
    position: relative;
    border-bottom: 4px solid #ccd8cb;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.matanity_title::before{
	position: relative;
    top: -15px;
    left: -18px;
    content: 'Matanity';
    color: #ccd8cb;
    display: block;
    font-family: gautreaux, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 46px;
    transform: rotate( -12deg );
}
.care_option_text,.bridal_text{
	font-size: 14px;
}
.bridal_text span{
	font-weight: bold;
}
.top_recruit{
	background:url("../img/top/bg_05.png")no-repeat center center/cover;
	padding: 80px;
	margin-bottom: 80px;
}
.top_recruit  h2{
	font-size: 50px;	
}
.top_recruit  h2 span{
	font-size: 16px;
    display: inline-block;
    margin-top: 20px;
	margin-bottom:70px; 
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.top_recruit .top_recruit_inner{
	width: 800px;
    margin: auto;
	padding: 0;
	background: none;
}
.top_recruit_innner_white{
	background-color: rgba(255,255,255,0.9);
	padding: 30px 5%;
	position: relative;
}	
.top_recruit_innner_white:before,
.top_recruit_innner_white:after{
	width: calc(100% - 40px);
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	content: "";
	border-right: solid 20px transparent;
	border-left: solid 20px transparent;
}
.top_recruit_innner_white:before{
	border-bottom: solid 20px rgba(255,255,255,0.9);
	bottom: 100%;
}
.top_recruit_innner_white:after{
	border-top: solid 20px rgba(255,255,255,0.9);
	top: 100%;
}	
.top_recruit_text{
	font-size:18px; 
	margin-bottom: 40px;
}
.top_recruit .btn_04{
	width: 180px;
	margin: auto;
}
.top_insta{
	width: 270px;
	margin: auto;
}
/*.下層共通
====================*/
.mvBox02 .sub_mv{
	width: 100%; 
  height: auto;
  object-fit: cover;
  margin: 0 auto 200px;
  position: relative;
}

.mvBox02 .ttl.area01{
  position: absolute;
  top: 45%;
  right: 12%;
}
.mvBox02 .ttl h2{
  font-size: 85px;
  margin-bottom: 45px;
  color: rgb(126, 139, 154, .65);
}
.mvBox02 .ttl h3{
  font-size: 60px;
}
.mvBox02 .ttl p{
  display: inline-block;
  font-size: 15px;
  letter-spacing: 2px;
  color: #7e8b9a;
  padding: 5px 25px;
  text-align: center;
  position: relative;
}
.mvBox02 .ttl p::before{
  content: "";
  position: absolute;
  width: 100px;
  border-top: 1px solid #7e8b9a;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mvBox02 .ttl p::after,.mvBox02 .ttl p::after{
  content: "";
  position: absolute;
  width: 100px;
  border-bottom: 1px solid #7e8b9a;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.about02{
  position: relative;
}
.about02::before{
  content: "";
  position: absolute;
  background: url("../commons/img/item01.png") no-repeat center center / contain;
  width: 368px;
  height: 48px;
  top: -120px;
  left: 0;
  right: 0;
  margin: auto;
}
.about02 h3{
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 2;
  margin-bottom: 40px;
}
.about02 .txt_area p{
  font-size: 16px;
  line-height: 2.4;
}
.ttl03{
margin-bottom: 70px;
}
.ttl03 h3{
  font-size: 60px;
  margin-bottom: 40px;
}
.ttl03 p{
  display: inline-block;
  color: #333;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 0 20px;
}
/*greeting
====================*/
#greeting.wrapper{
  padding-bottom: 120px;
}
#greeting .about02 .txt_area {
  margin-bottom: 80px;
}
#greeting .about02 .txt_area p {
  margin-bottom: 60px;
}
#greeting .about02 .txt_area .last{
  margin-bottom: 0;
}
#greeting .owner{
  margin-bottom: 150px;
}
#greeting .owner.inner{
  max-width: 925px;
}
#greeting .owner .owner_bg{
  background: #cad9de;
  padding: 40px 8%;
}
#greeting .owner ul{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#greeting .owner ul .owner_ttl{
  width: 20%;
  padding: 8% 0px;
  position: relative;
}
#greeting .owner ul .owner_ttl::after{
  content: "";
  position: absolute;
  border-right: 1px solid #86969c;
  height: 100%;
  top: 0;
  right: 15px;
}
#greeting .owner ul li h4{
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 2px;
  font-family: futura-pt, sans-serif;
  color: #86969c;
}
#greeting .owner ul .owner_txt{
  width: 55%;
  line-height: 2.4;
  font-size: 16px;
}
#greeting .owner ul .owner_img{
  width: 20%;
}
#mission.inner{
  max-width: 1100px;
}
#mission .mission_bg{
  background: url("../img/greeting/bg01.jpg") no-repeat center center / cover;
  padding: 80px 0 50px;
  margin-bottom: 150px;
}
#mission .txt01,
#mission .txt02{
  font-size: 16px;
  line-height: 2.8;
}
#mission .txt01{
  margin-bottom: 80px;
}
#company{
  background: url("../img/greeting/bg02.jpg");
  padding: 60px 0;
}
.company_bg{
  background: #fff;
  padding: 60px 0;
}
.company_contents{
  padding: 0 8% 40px;
}
.company_contents dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 2;
  padding: 20px 0;
  border-bottom: 1px dotted #adadad;
}
.company_contents dl dt{
  width: 20%;
  padding-left: 30px;
}
.company_contents dl dd{
  width: 80%;
}
/*ranking
====================*/
#ranking h2{
  color: rgb(245, 236, 239, .9);
}
#ranking .mvBox02 .ttl p{
  color: #f5ecef;
}
#ranking .mvBox02 .ttl p::before{
  border-top: 1px solid #f5ecef;
}
#ranking .mvBox02 .ttl p::after{
  border-bottom: 1px solid #f5ecef;
}
#ranking .about02 .txt_area{
  margin-bottom: 130px;
}
#ranking .about02 .txt_area p{
  line-height: 3;
}
#ranking .rank_contents h4{
  font-size: 24px;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  margin-bottom: 70px;
}
#ranking .rank_contents ul{
  max-width: 1100px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ranking .rank_contents ul li{
  width: 30%;
  background: #e5d8e2;
  border-radius: 35px;
}
#ranking .rank_contents ul li div{
  padding: 30px;
}

/*花バージョンの場合のCSS


#ranking .rank_contents ul li div img{
  display: block;
  width: 65%;
  margin: 0 auto 10px;
}

#ranking .rank_contents ul li div .ttl{
  color: #926989;
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 1.6;
  font-family: futura-pt, sans-serif;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
#ranking .rank_contents ul li div img{
  display: block;
  width: 65%;
  margin: 0 auto 0px;
}
*/

/*▼メダルバージョンの場合のCSS*/

#ranking .rank_contents ul li div .ttl {
    color: #926989;
    font-size: 32px;
    letter-spacing: 1px;
    /* line-height: 1.6; */
    font-family: futura-pt, sans-serif;
    text-align: center;
    margin-bottom: 66px;
    position: relative;
}

#ranking .rank_contents ul li div .ttl::after{
  content: "";
  position: absolute;
  background: url("../img/ranking/item01.png") no-repeat center center / contain;
  width: 55px;
  height: 19px;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#ranking .rank_contents ul li div img{
  display: block;
  width: 55%;
  margin: 0 auto 0px;
}
/*▲メダルバージョンの場合のCSS*/
#ranking .rank_contents ul li div .ttl span{
  display: block;
  font-size: 13px;
}
#ranking .rank_contents ul li div .txt{
  font-size: 14px;
  line-height: 1.8;
}
/*salon
====================*/
#salon .mvBox02 .ttl h2{
  color: rgb(0, 0, 0, .5);
}
#salon .mvBox02 .ttl p{
  color: rgb(0, 0, 0, .5);
}
#salon .mvBox02 .ttl p::before{
  border-top: 1px solid rgb(0, 0, 0, .5);
}
#salon .mvBox02 .ttl p::after{
  border-bottom: 1px solid rgb(0, 0, 0, .5);
}
#salon .about02 h3{
  margin-bottom: 120px;
}
#salon .link_list ul{
  max-width: 1050px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}
#salon .link_list ul li{
  position: relative;
}
#salon .link_list ul li:first-child::before{
  content: "";
  position: absolute;
  height: 100%;
  border-right: 1px dotted #000;
  left: -40px;
}
#salon .link_list ul li::after{
  content: "";
  position: absolute;
  height: 100%;
  border-right: 1px dotted #000;
  right: -40px;
}
#salon .link_list a{
  font-size: 16px;
  letter-spacing: 1px;
}
#salon .link_list a span{
  font-size: 14px;
  color: #93acb5;
  padding-left: 10px;
}
#salon .salon_box{
  padding-top: 50px;
  margin-top: -50px;
}
#salon .btn_list{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}
#salon .btn_list li:first-child{
  width: 26%;
margin-right: 20%;
}
#salon .btn_list li:nth-child(n+2){
  width: 22%;
}
#salon .btn_list li h4{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 8px 0;
  text-align: center;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
}
#salon .btn_list li a{
  display: block;
  font-size: 18px;
  letter-spacing: 2px;
  font-family: futura-pt, sans-serif;
  color: #fff;
  background: #8c8e8f;
  padding: 8px 0;
  text-align: center;
}
#salon .btn_list .hpb_btn a{
  background: #8eb2c0;
  position: relative;
}
#salon .btn_list .web_btn a{
  background: #879da6;
  position: relative;
}
#salon .btn_list .hpb_btn a::after,
#salon .btn_list .web_btn a::after{
  content: "";
  position: absolute;
  background: url("../img/salon/arrow01.png") no-repeat center center / contain;
  width: 17px;
  height: 12px;
  top: 15px;
  right: 20px;
}
#salon .salon_info{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 120px;
  margin-bottom: 100px;
  border-bottom: 1px solid #000;
}
#salon .salon_info li{
  width: 33%;
}
#salon .salon_info li:first-child{
  width: 25%;
}
#salon .salon_info li iframe{
  width: 100%;
}
#salon .salon_info li p{
  font-size: 15px;
  margin-bottom: 40px;
}
#salon .salon_info li .last{
  margin-bottom: 0;
}
/*feature
====================*/
#feature section .icon{
  position: relative;
}
#sanitation, #price, #training, #examination, #products, #care, #sofa, #time, #kids_space, #parking{
  padding-top: 100px;
  margin-top: -100px;
  margin-bottom: 120px;
}
#feature section .icon::before{
  content: '#01';
  position: absolute;
  display: block;
  left: 0;
  top: -52px;
  padding: 20px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 60px;
  background-color: #9bbbc8;
  font-family: p22-sweepy-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#feature #price .icon::before{
  content: '#02';
  background-color: #aacfc7;
}
#feature #training .icon::before{
  content: '#03';
  background-color: #d1afc9;
}
#feature #examination .icon::before{
  content: '#04';
  background-color: #aacfc7;
}
#feature #products .icon::before{
  content: '#05';
  background-color: #9bbbc8;
}
#feature #care .icon::before{
  content: '#06';
  background-color: #d1afc9;
}
#feature #sofa .icon::before{
  content: '#07';
  background-color: #aacfc7;
}
#feature #time .icon::before{
  content: '#08';
  background-color: #9bbbc8;
}
#feature #kids_space .icon::before{
  content: '#09';
  background-color: #d1afc9;
}
#feature #parking .icon::before{
  content: '#10';
  background-color: #aacfc7;
}
#feature .check_bg{
  background: url("../img/feature/bg.jpg");
  padding-bottom: 60px;
}
#feature .check_bg .ttl_box{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 0 40px;
}
#feature .check_bg .ttl_box li:first-child{
  width: 25%;
  margin: 0 auto;
}
#feature .check_bg .ttl_box li:last-child{
  width: 68%;
}
#feature .check_bg .ttl01{
  margin-bottom: 20px;
}
#feature .check_bg .txt01{
  line-height: 2.4;
}
#feature .link_list ul{
  max-width: 1050px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
#feature .link_list ul li{
  width: 19%;
  text-align: center;
  position: relative;
  border-right: 1px dotted #000;
  margin-bottom: 30px;
}
#feature .link_list ul .border{
  border-left: 1px dotted #000;
}
#feature .link_list a{
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
}
#feature .link_list a span{
  font-size: 14px;
  color: #93acb5;
  padding-left: 10px;
}
#feature h4{
  font-size: 22px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 3px;
}
#feature h4 span{
  display: block;
  font-size: 20px;
  font-family: futura-pt, sans-serif;
  letter-spacing: 1px;
}
.blue_bg{
  background: #e3eaed;
  padding: 25px 0 50px;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}
.pink_bg{
  background: #e5d8e2;
  padding: 25px 0 50px;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}
.blue_bg::after,
.pink_bg::after{
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #fff;
  bottom: 15px;
  left: 0;
}
#feature h5{
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
  width: 30%;
  color: #fff;
  background: #9bbbc8;
  border-radius: 30px;
  margin: 0 auto 50px;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
#feature h5::after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 15px solid #9bbbc8;
}
#feature .ttl01{
  font-size: 20px;
}
#feature .ttl02{
  font-size: 18px;
}
#sanitation {
  margin-bottom: 120px;
}
#sanitation .sanitation_list{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#sanitation .sanitation_list li{
  width: 24%;
  background: #fff;
  border: 1px solid #9bbbc8;
}
#sanitation .sanitation_list li div{
  padding: 20px;
}
#sanitation .sanitation_list li div .list_ttl{
  font-size: 18px;
  margin-bottom: 15px;
}
#sanitation .sanitation_list li div .list_ttl span{
  display: block;
  font-size: 20px;
  color: #9bbbc8;
  font-family: futura-pt, sans-serif;
  letter-spacing: 2px;
}
#sanitation .sanitation_list li div img{
  display: block;
  width: 15%;
  margin: 0 auto 15px;
}
#price .price_txt01{
  margin-bottom: 20px;
}
#price .price_box{
  border: 5px solid #e3eaed;
}
#price .price_box .price_border{
  border: 2px solid #e3eaed;
  margin: 5px;
  padding: 20px 0 30px;
}
#price .price_box h5{
  color: #333;
  background: #e3eaed;
  margin-bottom: 40px;
}
#price .price_box h5::after{
  display: none;
}
#price .price_box dl {
  max-width: 800px;
  margin: 0 auto 25px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px dotted #000;
}
#price .price_box dl:last-of-type{
  margin-bottom: 0;
}
#price .price_box dl dt{
  width: 55%;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#price .price_box dl dt p:first-child{
  width: 20%;
  letter-spacing: 2px;
}
#price .price_box dl dt p:last-child{
  width: 72%;
}
#price .price_box dl dt p .number{
  font-size: 34px;
  font-family: p22-sweepy-pro, sans-serif;
  padding: 0 10px;
}
#price .price_box dl dd{
  width: 45%;
  font-size: 18px;
  letter-spacing: 2px;
  color: #ec6f95;
}
#price .price_box dl dd span{
  font-size: 26px;
}
#training{
  margin-bottom: 200px;
}
#training .pink_bg{
  margin-bottom: 80px;
}
#training .training_box01,
#training .training_box02{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}
#training .training_box02{
  -webkit-box-orient: horizontal;  -webkit-box-direction: reverse;  -ms-flex-direction: row-reverse;  flex-direction: row-reverse;
}
#training .training_box01 .training_list,
#training .training_box02 .training_list{
  width: 48%;
}
#training .training_box01 .training_list:first-child div{
  border: 20px solid #e5d8e2;
  padding: 25px 0;
}
#training .training_box01 .training_list:first-child p{
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  position: relative;
}
#training .training_box01 .training_list:first-child p::before{
  content: "";
  position: absolute;
  background: url("../img/feature/traning_item01.png") no-repeat center center / contain;
  width: 63px;
  height: 13px;
  left: 100px;
}
#training .training_box01 .training_list:first-child p::after{
  content: "";
  position: absolute;
  background: url("../img/feature/traning_item02.png") no-repeat center center / contain;
  width: 63px;
  height: 13px;
  right: 100px;
}
#training .training_box01 .training_list:first-child ul{
  padding: 0 40px;
}
#training .training_box01 .training_list:first-child ul li{
  font-size: 16px;
  margin-bottom: 10px;
}
#training .training_box01 .training_list:first-child ul li:last-child{
  margin-bottom: 0;
}
#training .training_list .txt01{
  font-size: 15px;
  line-height: 2;
}
#training .training_box01 p span{
  font-weight: bold;
}
#training .training_box02 div{
  border: 1px solid #b485a9;
  padding: 20px;
}
#training .training_box02 div .ttl_pink{
  font-size: 18px;
  color: #b485a9;
  margin-bottom: 5px;
}
#training .training_box02 .training_list .txt02{
  font-size: 15px;
  line-height: 2;
  margin-bottom: 30px;
}
#training .training_box02 .training_list div .txt03{
  font-size: 15px;
  line-height: 2;
}
#examination{
  margin-bottom: 140px;
}
#examination .examination_txt01{
  line-height: 3;
  margin-bottom: 60px;
}
#examination ul{
  max-width: 700px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#examination ul li{
  width: 46%;
}
#products .products_list{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#products .products_list li{
  width: 42%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #9bbbc8;
}
#products .products_list li .list_inner{
  padding: 20px;
}
#products .products_list li .ttl02{
  font-size: 24px;
  color: #9bbbc8;
  font-family: futura-pt, sans-serif;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
#products .products_list li .txt02{
  letter-spacing: 1px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dotted #000;
}
#products .products_list li .list_inner div{
  margin-bottom: 20px;
}
#products .products_list li .txt03{
  line-height: 2;
}
#care {
  margin-bottom: 140px;
}
#care .care_txt01{
  line-height: 3;
  margin-bottom: 40px;
}
#care .care_txt01 span{
  font-weight: bold;
}
#care ul{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#care ul li{
  width: 32%;
}
#sofa .sofa_txt01{
  line-height: 3;
  margin-bottom: 40px;
}
#sofa ul{
  max-width: 700px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#sofa ul li{
  width: 48%;
}
#time .check_bg .ttl_box{
  padding: 60px 0 20px;
}
#time .check_bg .txt01{
  line-height: 2.6;
}
#kids_space .kids_txt01{
  line-height: 3;
  margin-bottom: 60px;
}
#kids_space ul{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #d1afc9;
  padding: 30px;
  margin-bottom: 60px;
}
#kids_space ul li:first-child{
  width: 60%;
}
#kids_space ul li:last-child{
  width: 30%;
  margin: 0 auto;
}
#kids_space ul li h5{
  width: 40%;
  color: #d1afc9;
  background: #fff;
  margin: 0 0 40px;
}
#kids_space h5::after {
  border-top: 15px solid #fff;
}
#parking{
  margin-bottom: 0;
}
#parking .parking_txt01{
  line-height: 3;
  margin-bottom: 40px;
}
#parking .parking_tel a{
  display: block;
  width: 30%;
  font-size: 20px;
  font-family: futura-pt, sans-serif;
  background: #e3eaed;
  padding: 10px 0;
  margin: 0 auto;
}
/*recruit
====================*/
#recruit .about02{
  margin-bottom: 110px;
}
#recruit .about02 p{
  font-size: 16px;
  line-height: 2.4;
}
#recruit .list_bg{
  position: relative;
    max-width: 100%;
    height: 100%;
    padding-bottom: 40px;
    margin-bottom: 100px;
}
#recruit .list_bg:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 120px;
  bottom: 0;
  right: 0;
  background-color: #e1eee0;
  z-index: -1;
}
#recruit .recruit_list .list_bg:nth-of-type(odd) ul{
  -webkit-box-orient: horizontal;  -webkit-box-direction: reverse;  -ms-flex-direction: row-reverse;  flex-direction: row-reverse;
}
#recruit .recruit_list .list_bg ul{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#recruit .recruit_list .list_bg ul li{
  width: 40%;
  margin: 0 auto;
}
#recruit .recruit_list .list_bg ul li h4{
  font-size: 18px;
  font-weight: normal;
  margin-top: 50px;
  margin-bottom: 80px;
  position: relative;
}
#recruit .recruit_list .list_bg ul li h4::before{
  content: "Pay";
  position: absolute;
  font-size: 80px;
  font-family: p22-sweepy-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgb(56, 56, 56, .1);
  top: -26px;
}
#recruit .recruit_list .list_bg:nth-of-type(2) ul li h4::before{
  content: "Training";
}
#recruit .recruit_list .list_bg:nth-of-type(3) ul li h4::before{
  content: "Working hours";
}
#recruit .recruit_list .list_bg ul li p{
  line-height: 2;
}
#recruit .recruit_list .list_bg .flex li:first-child{
  position: relative;
}
#recruit .recruit_list .list_bg .flex li:first-child::after{
  content: '1';
  position: absolute;
  display: block;
  right: -30px;
  bottom: 10px;
  padding: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 50px;
  background-color: #cad4c4;
  font-family: p22-sweepy-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#recruit .recruit_list .list_bg:nth-of-type(2) .flex li:first-child::after{
  content: '2';
  right: auto;
  left: -30px;
  bottom: -40px;
}
#recruit .recruit_list .list_bg:nth-of-type(3) .flex li:first-child::after{
  content: '3';
  bottom: 40px;
}
#recruit .recruit_list .recruit_training {
  max-width: 900px;
  margin: 60px auto 0;
  padding: 30px 0;
  background: #fff;
  border: 20px solid #bcd3dc;
}
#recruit .recruit_list .recruit_training h4{
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: normal;
  margin-bottom: 30px;
  position: relative;
}
#recruit .recruit_list .recruit_training h4::before{
  content: "";
  position: absolute;
  background: url("../img/feature/traning_item01.png") no-repeat center center / contain;
  width: 63px;
  height: 13px;
  left: 280px;
}
#recruit .recruit_list .recruit_training h4::after{
  content: "";
  position: absolute;
  background: url("../img/feature/traning_item02.png") no-repeat center center / contain;
  width: 63px;
  height: 13px;
  right: 280px;
}
#recruit .recruit_list .recruit_training ul li{
  font-size: 16px;
  width: 46%;
  margin: 0 auto 10px;
}
#recruit .mission{
  background: url("../img/recruit/bg01.jpg") no-repeat center center / cover;
  padding: 80px 0 140px;
  margin-bottom: 60px;
}
#recruit .mission .txt01{
  line-height: 3;
}
#recruit .system{
  background: url("../img/recruit/bg_02.jpg") no-repeat center center / cover;
  padding: 40px 0 80px;
  margin-bottom: 120px;
}
#recruit .system h4{
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 30px;
}
#recruit .system .system_box{
  max-width: 900px;
  margin: 0 auto;
}
#recruit .system .system_box p{
  line-height: 2;
  margin-bottom: 15px;
}
#recruit .message{
  margin-bottom: 120px;
}
#recruit .message ul{
  max-width: 900px;
  margin: 0 auto 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#recruit .message ul li:first-child{
  width: 28%;
  margin: 0 auto 60px;
}
#recruit .message ul li:last-child{
  width: 60%;
  margin-top: 20px;
}
#recruit .message_name{
  margin-bottom: 20px;
	font-weight: 600;
}
#recruit .description{
  background: url("../img/recruit/bg_03.jpg") no-repeat center center / cover;
  padding: 60px 0 180px;
}
#recruit .description .inner{
  max-width: 800px;
  margin: 0 auto;
}
#recruit .description .list_box{
margin-bottom: 60px;
}
#recruit .description dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 2;
  padding: 20px 0;
  border-bottom: 1px solid #333;
}
#recruit .description dl:first-child{
  border-top: 1px solid #333;
}
#recruit .description dl dt{
  width: 25%;
}
#recruit .description dl dd{
  width: 75%;
}
#recruit .description dl dd p{
  margin-bottom: 20px;
}
#recruit .contact ul{
  margin-top: -140px;
}
#recruit .contact li{
  width: 50%;
}
#recruit .contact li:first-child img{
  width: 100%;
  height: 290px;
  object-fit: cover;
}
#recruit .contact li:last-child{
  background: url("../img/recruit/bg_02.jpg") no-repeat center center / cover;
}
#recruit .contact li:last-child h3{
  padding-top: 40px;
  margin-bottom: 15px;
}
#recruit .contact li:last-child p{
  border: none;
  margin-bottom: 30px;
}
#recruit .contact li:last-child .tel_btn a{
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 15px 0;
  color: #fff;
  background: #9bbbc8;
  font-size: 20px;
  font-family: futura-pt, sans-serif;
  letter-spacing: 2px;
  border-radius: 10px;
}
#recruit .contact li:last-child .tel_btn a span{
  display: block;
  font-size: 13px;
}
/*about
====================*/
#about .mvBox02 .ttl h2{
  color: rgb(255, 255, 255, .65);
}
#about .ttl p{
  color: rgb(255, 255, 255, .65);
}
#about .mvBox02 .ttl p::before {
  border-top: 1px solid rgb(255, 255, 255, .65);
}
#about .mvBox02 .ttl p::after {
  border-bottom: 1px solid rgb(255, 255, 255, .65);
}
#about .txt_area{
  line-height: 3;
  margin-bottom: 40px;
  text-align: center;
}
#about h4{
  font-size: 22px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 3px;
}
#about h4 span{
  display: block;
  font-size: 20px;
  font-family: futura-pt, sans-serif;
  letter-spacing: 1px;
}
#about .pink_bg{
  margin-bottom: 110px;
}
#about h5{
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
  width: 30%;
  color: #fff;
  background: #9bbbc8;
  border-radius: 30px;
  margin: 0 auto 100px;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
#about h5::after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 15px solid #9bbbc8;
}
#about #contest,
#about #jla{
  padding-top: 100px;
  margin-top: -100px;
}
#about .ttl{
  font-size: 20px;
}
#about .jla_logo{
  width: 117px;
  margin: 0 auto 60px;
}
#about .about_contest{
  background: url("../img/about/bg.jpg") repeat center center / cover;
  padding: 60px 0;
  margin-bottom: 80px;
}
#about .about_contest .price_txt01{
  font-size: 16px;
  line-height: 3;
  text-align: center;
  margin-bottom: 60px;
}
about .about_contest .price_txt02{
  font-size: 16px;
  line-height: 3;
  text-align: left;
  margin-bottom: 60px;
}
#about .about_contest ul{
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#about .about_contest ul li{
  width: 45%;
}
#about .about_instructor .instructor_box{
  max-width: 700px;
  margin: 0 auto 80PX;
  border: 20px solid #e5d8e2;
}
#about .about_instructor .instructor_box .instructor_inner{
  padding: 40px;
}
#about .about_instructor .instructor_box .ttl{
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: normal;
  margin-bottom: 30px;
  position: relative;
}
#about .about_instructor .instructor_box .ttl::before{
  content: "";
  position: absolute;
  background: url("../img/feature/traning_item01.png") no-repeat center center / contain;
  width: 63px;
  height: 13px;
  left: 150px;
}
#about .about_instructor .instructor_box .ttl::after{
  content: "";
  position: absolute;
  background: url("../img/feature/traning_item02.png") no-repeat center center / contain;
  width: 63px;
  height: 13px;
  right: 150px;
}
#about .about_instructor .instructor_box .txt{
  font-size: 16px;
  line-height: 2.4;
}
#about .about_activity {
  background: #e5e9ea;
  padding: 60px 0;
  margin-bottom: 80px;
}
#about .about_activity ul{
  max-width: 1000px;
  margin: 0 auto;
}
#about .about_activity .activity_list01{
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-bottom: 70px;
}
#about .about_activity .activity_list02{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#about .about_activity ul li{
  width: 28%;
  border: 1px solid #9bbbc8;
  background: #fff;
  text-align: center;
  position: relative;
}
#about .about_activity ul li .list_inner{
  padding: 40px 2%;
}
#about .about_activity .activity_list01 li::before{
  content: '#01';
  position: absolute;
  display: block;
  left: -40px;
  top: -40px;
  padding: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  background-color: #aacfc7;
  font-family: p22-sweepy-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#about .about_activity .activity_list01 li:nth-child(2)::before{
  content: '#02';
}
#about .about_activity .activity_list02 li::before{
  content: '#03';
  position: absolute;
  display: block;
  left: -40px;
  top: -40px;
  padding: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  background-color: #aacfc7;
  font-family: p22-sweepy-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#about .about_activity .activity_list02 li:nth-child(2)::before{
  content: '#04';
}
#about .about_activity .activity_list02 li:nth-child(3)::before{
  content: '#05';
}
#about .about_activity .activity_list01 li .ttl,
#about .about_activity .activity_list02 li .ttl{
  font-size: 20px;
  font-family: futura-pt, sans-serif;
  letter-spacing: 1px;
  color: #8eb2c0;
}
#about .about_activity .activity_list01 li .txt,
#about .about_activity .activity_list02 li .txt{
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
#about .about_activity .list_inner .icon01{
  width: 10%;
  margin: 0 auto;
}
#about .about_activity .list_inner .icon02{
  width: 13%;
  margin: 0 auto;
}
#about .about_instructor .txt_area02.inner{
  max-width: 800px;
  border-top: 2px solid #aacfc7;
  border-bottom: 2px solid #aacfc7;
  padding: 40px 0;
  margin-bottom: 80px;
  text-align: center;
}
#about .about_instructor .txt_area02 p{
  font-size: 16px;
  line-height: 2.4;
  margin-bottom: 20px;
}
#about .about_instructor .txt_area02 p:last-child{
  margin-bottom: 0;
}
#about .about_instructor .jla_img{
  max-width: 580px;
  margin: 0 auto;
}

/*coupon.html*/

#coupon .about02 .txt_area {
    margin-bottom: 130px;
}
#coupon .about02 .txt_area p {
    line-height: 3;
	font-size: 16px;
}
#coupon .mvBox02 .ttl h2 {
    font-size: 85px;
    margin-bottom: 45px;
    color: rgb(250 255 255 / 40%);
}

#coupon .mvBox02 .ttl p {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 2px;
  	color: rgb(250 255 255 / 40%);
    padding: 5px 25px;
    text-align: center;
    position: relative;
}

#coupon .mvBox02 .ttl p::before {
    content: "";
    position: absolute;
    width: 100px;
    border-top: 1px solid #ffffff4d;;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#coupon .mvBox02 .ttl p::after {
    content: "";
    position: absolute;
    width: 100px;
    border-bottom: 1px solid #ffffff4d;;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#coupon .coupon .coupon_title {
    font-size: 20px;
    font-style: normal;
}
#coupon .coupon .coupon_text {
    font-size: 16px;
    line-height: 1.7;
}
#coupon .pointcoupon {
  margin-bottom: 120px;
}


@media screen and (max-width: 480px) {
    h1,
    h2 {
        font-size: 24px;
    }
    .inner{
      width: 90%;
      margin: 0 auto;
    }
    /* ==========================
    index.html
	============================*/
    section .innerWrap {
        width: 94%;
        margin: 0 auto 40px;
    }
    .mvBox {
        width: 100%;
        height: auto;
		    margin: 0 auto 40px;
    position: relative;
    }
    .mvBox .mv {
        position: static;
    }
    .mvBox .overTxt {
    position: absolute;
    top: 150px;
		width: 90%;
		left: 5%;
    }
	
	/*.mv
====================*/
/*
.mvBox {
    width: 100%;
    height: 350px;
    margin: 0 auto 60px;
    position: relative;
}
*/
/*
.mvBox .mv {
    width: 100%;
    height: 130vh;
    overflow: hidden;
    position: absolute;
    top: -60px;
}
*/
.mvbox .mv .slick-slide img {
    width: 100%;
    height: auto;
    position: absolute;
}
.mvBox .overTxt {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    top: 360px;
}
.mvBox .overTxt img {
    filter: drop-shadow(-80px 30px 20px rgba(0, 0, 0, 0.65)) drop-shadow(-40px 15px 10px rgba(0, 0, 0, 0.6)) drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.4));
}
.info_box{
	margin-bottom: 60px;
	margin-top: 40px;
}

.inner_info_box{
	padding-top: 30px;
    position: relative;
    width: 80%;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 30px;
}

.inner_info_box::before {
	content: "";
  display: inline-block;
	width: 100%;
  height: 70px;
  background: url( "../img/top/line_sp_02.png") no-repeat;
  background-size: contain;
  margin: -30px auto 0px;

	}
.inner_info_box::after {
	content: "";
  display: inline-block;
  width: 100%;
  height: 70px;
  background: url( "../img/top/line_sp_01.png") no-repeat;
  background-size: contain;
  margin: 30px auto 0px;
}	

.info_box h2{
	font-size: 36px;
	margin-bottom: 20px;
}
.info_box .info_ttl{
	font-size: 14px;
	text-align: center;
	margin-bottom: 50px;
}
.info_box .info_text_box{
	width: 90%;
	margin: auto;
}
.info_box .info_text{
	display: inline-block;
	font-size: 14px;
	border-bottom: 1px solid;
}
/*　追加ここから */
.content{
	display: block;
	justify-content: center;
	margin-bottom: 40px;
	min-height: 500px;
}
.topics{
	width: 100%;
    padding: 40px 40px;
    background-image: url(../img/top/bg_01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
}
.topics_text {
    font-size: 14px;
    display: block;
    border-bottom: 1px solid;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
}	
p.topics_comimgsoon {
        font-size: 16px;
    height: 0;
    margin-top: 8px;
    margin-bottom: 40px;
	}
.greeting{
	width: 100%;
    padding: 40px 40px;
    background-image: url(../img/top/bg_09.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
}
/*　追加ここまで */
.topics dl{
	border-bottom: 1px solid #ababab;
	padding-bottom: 25px;
	margin-bottom: 24px;
}
.greeting h2,.topics h2{
	font-size: 36px;
}
.greeting h2 span,.topics h2 span{
	display: inline-block;
	font-size: 12px;
	margin-bottom: 30px;
	margin-top: 15px;
}
.greeting_text{
	margin-bottom: 40px;
}
.greeting_line{
	margin-bottom: 40px;
}
.btn_01{
    width: 200px;
    margin: 20px auto 0;
}
.btn_00{
	width: 200px;
	margin: 70px auto 0;
}

.ranking{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 50px;
	justify-content: space-between;
	display: block;
}
.ranking_left{
	width: 90%;
    margin: auto;
}
.ranking_right{
	width: 80%;
	position: relative;
	margin-right: 30px;
}
.ranking h2{
	font-size: 36px;
	margin-bottom: 40px;
	text-align: left;
}
.ranking_title{
	font-size: 18px;
    margin-bottom: 20px;
}
.ranking_text{
	    font-size: 14px;
    margin-bottom: 10px;
}
.ranking_btn{
	position: absolute;
	bottom: 0;
	right: -40px;
	display: flex;
	width: 180px;
}
.btn_02 a{
    width: 180px;
	color: #fff;
    display: inline-block;
    margin-bottom: 10px;
}

.contest{
	width: 100%;
	max-width: 1200px;
	margin:  auto;
	display: block;
}
.contest_left{
	background: url("../img/top/bg_06.jpg")no-repeat center center/cover;
	padding: 40px 20px;
	width: 100%;
    box-sizing: border-box;
}
.contest_left h2 span,.extention_left h2 span{
	font-size: 16px;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    display: block;
    text-align: left;
    margin-bottom: 5px;
    line-height: 1;
}
.contest_left h2,.extention_left h2{
	font-size: 18px;
	text-align: left;	
	margin-bottom: 50px;
	letter-spacing: 0.5px;
}
.contest_right,.extention_right{
	width: 100%;
}
.extention{
	display: flex;
	flex-direction: column;
	width: 100%;
    max-width: 1200px;
    margin: 0 auto 70px;
}
.extention_left{
	    background: url(../img/top/bg_07.jpg)no-repeat center center/cover;
    padding: 40px 20px;
    width: 100%;
    box-sizing: border-box;
}
.contest_text,.extention_text{
	margin-bottom: 40px;
}
.btn_03{
	width: 160px;
}
.youtube{
	background: url("../img/top/bg_03.jpg")no-repeat center center /cover;
	padding: 50px 30px 50px;
	margin-bottom: 40px;
}
.youtube h2{
	font-size: 36px;
	margin-bottom: 50px;
}
.youtube p{
	width: 80%;
	margin: auto;
}
.top_salon{
	margin-bottom: 40px;
}
.top_salon h2{
	font-size: 36px;
	margin-bottom: 40px;
}
.top_salon h2 span{
	font-size: 12px;
	display: inline-block;
	margin-top: 20px;
}
.top_salon_area{
	display: flex;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
}
	.top_salon_area li{
	width: 46%;
    margin: 2%;
	}	
.inner_top_attention{
	background: rgb(255 255 255 / 60%);
    width: 85%;
    height: auto;
    margin: auto;
    position: relative;
    padding: 40px 15px 20px;
    box-sizing: border-box;
}
.inner_top_attention:before,
.inner_top_attention:after{
		width: calc(100% - 25px);
		height: 0;
		display: block;
		position: absolute;
		left: 0;
		content: "";
	}
.inner_top_attention:before{
		border-bottom: solid 25px  rgb(255 255 255 / 60%);
		border-left: solid 25px transparent;
		bottom: 100%;
	}
.inner_top_attention:after{
		border-top: solid 25px  rgb(255 255 255 / 60%);
		border-right: solid 25px transparent;
		top: 100%;
	}
.top_attention{
	background: url("../img/top/bg_04.jpg")no-repeat center center/cover;
	padding: 70px 0;
	margin-bottom: 40px;
}
.top_attention h2{
	font-size: 20px;
	margin-bottom:20px; 
}
.top_attention_title{
	text-align: center;
	font-size: 15px;
	margin-bottom:40px; 	
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.top_attention_text{
	text-align:left;
	font-size: 13px;
}
.feature{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 100px;
}
.feature h2{
	font-size: 36px;	
}
.feature h2 span{
	font-size: 12px;
    display: inline-block;
    margin-top: 20px;
	margin-bottom:70px; 
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.feature ul.feature_box{
	display: block;
  grid-template-columns: 350px 350px 350px;
  gap: 80px 40px;
  justify-content: space-around;
  margin: auto;
  width: 100%;
}
.feature ul.feature_box li{
	width: 68%;
    border: 1px solid #cecece;
    border-radius: 17px;
    position: relative;
    margin: 0 auto 78px;
}
/*
.feature ul.feature_box li::before{

	content: '1';
  position: absolute;
  left: 50%;
  bottom: -15px; 
  display: inline-block;
  width: 15px; 
  height: 2px;
	background: blue;
*/
	
.feature_circle01{
	position: relative;
}
.feature_circle01::before{
    content: '#01';
    position: absolute;
    display: block;
    left: -50px;
    bottom: -40px;
    padding: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    background-color: #aacfc7;
    font-family: p22-sweepy-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.feature_circle02{
	position: relative;
}
.feature_circle02::before{
   content: '#02';
    position: absolute;
    display: block;
    left: -50px;
    bottom: -40px;
    padding: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    background-color: #aacfc7;
    font-family: p22-sweepy-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.feature_circle03{
	position: relative;
}
.feature_circle03::before{
    content: '#03';
    position: absolute;
    display: block;
    left: -50px;
    bottom: -40px;
    padding: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
   font-size: 36px;
    background-color: #aacfc7;
    font-family: p22-sweepy-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.feature_circle04{
	position: relative;
}
.feature_circle04::before{
   content: '#04';
    position: absolute;
    display: block;
    left: -50px;
    bottom: -40px;
    padding: 20px;
    width: 40px;
    height:40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    background-color: #aacfc7;
    font-family: p22-sweepy-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.feature_circle05{
	position: relative;
}
.feature_circle05::before{
   content: '#05';
    position: absolute;
    display: block;
    left: -50px;
    bottom: -40px;
    padding: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    background-color: #aacfc7;
    font-family: p22-sweepy-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.feature_circle06{
	position: relative;
}
.feature_circle06::before{
   content: '#06';
    position: absolute;
    display: block;
    left: -50px;
    bottom: -40px;
    padding: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    background-color: #aacfc7;
    font-family: p22-sweepy-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.feature_circle07{
	position: relative;
}
.feature_circle07::before{
   content: '#07';
   position: absolute;
    display: block;
    left: -50px;
    bottom: -40px;
    padding: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    background-color: #aacfc7;
    font-family: p22-sweepy-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.feature_circle08{
	position: relative;
}
.feature_circle08::before{
   content: '#08';
    position: absolute;
    display: block;
    left: -50px;
    bottom: -40px;
    padding: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    background-color: #aacfc7;
    font-family: p22-sweepy-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.feature_circle09{
	position: relative;
}
.feature_circle09::before{
   content: '#09';
    position: absolute;
    display: block;
    left: -50px;
    bottom: -40px;
    padding: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    background-color: #aacfc7;
    font-family: p22-sweepy-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.feature_circle010{
	position: relative;
}
.feature_circle010::before{
   content: '#10';
    position: absolute;
    display: block;
    left: -50px;
    bottom: -40px;
    padding: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size:36px;
    background-color: #aacfc7;
    font-family: p22-sweepy-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.feature .feature_contents{
	padding: 25px 20px;
	text-align: center;
}
.feature .feature_title{
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	position: relative;
	margin-bottom: 30px;
}
.feature .feature_title::after{
content: '';
  position: absolute;
  left: 50%;
  bottom: -15px; 
  display: inline-block;
  width: 15px; 
  height: 2px; 
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); 
  background-color: #666666;
}
.feature .feature_text{
	font-size: 14px;
	color: #898989;
}
.feature_btn{
position: absolute;
    text-align: center;
    right: 0;
    bottom: -80px;
    left: 0;
    width: 250px;
    margin: auto;
}

/*
.feature_btn a{
	background-color: #000;
	color: #fff;
}
*/
.point{
	background-color: #e0eadf;
    padding: 30px;
    margin-bottom: 100px;
}
.point_box{
	display: block;
    justify-content: space-between;
    background-color: #fff;
    padding: 25px 25px;
    width: 90%;
    margin: 0 auto 60px;
	}
.point_box2{
    display: block;
    flex-direction: row-reverse;
    justify-content: space-between;
    background-color: #fff;
    padding: 25px;
    width: 90%;
    margin: 0 auto 60px;
}
.point .point_title{
	font-size: 16px;
	position: relative;
	margin-bottom:35px;
	margin-top: 20px;
}
.point .point_title::after{
	content: '';
    position: absolute;
    left: 30px;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 2px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #000000;
}
.point .point_text{
	font-size: 13px;
	margin-bottom: 60px;
}
.point_left{
	width: 100%;
}
.point_left::before {
    position: relative;
    top: -5px;
    left: -25px;
    content: 'Eyelash';
    color: #ccd8cb;
    display: block;
    font-family: gautreaux, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 40px;
    transform: rotate( -12deg );
}

.point_nail{
	position: relative;	
}
.point_nail::before {
    position: relative;
    top: -5px;
    left: -25px;
    content: 'Nail';
    color: #ccd8cb;
    display: block;
    font-family: gautreaux, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 40px;
    transform: rotate( -12deg );
}	
.point_right{
	width: 100%;
}
.point .code a{
	background-color: #f1f1f1;
	padding: 5px 15px;
}
.point p.code {
    background-color: #f1f1f1;
    padding: 5px 15px;
    width: 66px;
}	
.coupon{
	background: url("../img/top/bg_08.jpg");
	padding: 30px;
}
.coupon h2{
	width: 80%;
	margin: 0 auto 40px;
}
.coupon .coupon_box{
    width: 92%;
    background-color: #fff;
    padding: 0 0px 25px;
    margin: 0 auto 35px;
    display: block;
    justify-content: space-between;
}
.coupon .coupon_pic{
	width: 100%;
}
.coupon .coupon_right{
	width: 85%;
	margin: auto;
}
.coupon_menu_box{
	display: block;
    justify-content: space-between;
    width: 100%;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #ba8f2a 0%, #f8dd93 60%,#eccc7b 0%, #f8dd93 100%);
    border-image-slice: 1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.coupon .coupon_title{
	font-size: 16px;
	font-style: normal;
	padding-top: 20px;
	margin-bottom: 20px;
	
}
.coupon p.coupon_price{
	text-align: right;
	color: #c19736;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 26px;
  margin-left: 3%;
}
.coupon .coupon_text{
	font-size: 13px;
	line-height: 1.7;
}
.coupon_btn {
	width: 250px;
	margin: auto;

}
.care_option,.bridal{
	background-color: #e0eadf;
	padding: 30px;	
}
.inner_care_option,.inner_bridal{
	width: 100%;
	max-width: 1100px;
	margin: auto;
	display: block;
	justify-content: space-between;
}
.care_option_img,.bridal_img,.flow_img,.matanity_img{
	width: 100%;
	margin-bottom: 20px;
}
.care_option_right,.bridal_right{
	width: 100%;
}
.flow,.matanity{
	display: block;
    flex-direction: row-reverse;
	justify-content: space-between;
    max-width: 1100px;
	width: 100%;
    margin: auto;
    padding: 30px;
	box-sizing: border-box;
}
.flow_left,.matanity_left{
	width: 100%;
}
.care_option_title{
	font-size:18px;
    position: relative;
    border-bottom: 4px solid #fff;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.care_option_title::before{
	position: relative;
    top: -30px;
    left: -18px;
    content: 'Care';
    color: #fff;
    display: block;
    font-family: gautreaux, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 46px;
    transform: rotate( -12deg );
}
.bridal_title{
	font-size: 18px;
    position: relative;
    border-bottom: 4px solid #fff;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.bridal_title::before{
	position: relative;
    top: -18px;
    left: -18px;
    content: 'Bridal';
    color: #fff;
    display: block;
    font-family: gautreaux, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 46px;
    transform: rotate( -12deg );
}
.flow_title{
	font-size: 18px;
    position: relative;
    border-bottom: 4px solid #ccd8cb;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.flow_title::before{
	position: relative;
    top: -30px;
    left: -18px;
    content: 'Flow';
    color: #ccd8cb;
    display: block;
    font-family: gautreaux, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 46px;
    transform: rotate( -12deg );
}
.matanity_title{
	font-size: 18px;
    position: relative;
    border-bottom: 4px solid #ccd8cb;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.matanity_title::before{
	position: relative;
    top: -15px;
    left: -18px;
    content: 'Matanity';
    color: #ccd8cb;
    display: block;
    font-family: gautreaux, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 46px;
    transform: rotate( -12deg );
}
.care_option_text,.bridal_text{
	font-size: 13px;
}
.bridal_text span{
	font-weight: bold;
}
.top_recruit{
	background: url(../img/top/bg_05.png)no-repeat center center/cover;
    padding: 40px 20px;
    margin-bottom: 40px;
}
.top_recruit  h2{
	font-size: 50px;	
}
.top_recruit  h2 span{
	font-size: 16px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom:70px; 
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.top_recruit .top_recruit_inner{
	width: 100%;
  margin: auto;
	padding: 0;
	background: none;
}
.top_recruit_innner_white{
	background-color: rgba(255,255,255,0.9);
	padding: 30px 5%;
	position: relative;
}	
.top_recruit_innner_white:before,
.top_recruit_innner_white:after{
	width: calc(100% - 40px);
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	content: "";
	border-right: solid 20px transparent;
	border-left: solid 20px transparent;
}
.top_recruit_innner_white:before{
	border-bottom: solid 20px rgba(255,255,255,0.9);
	bottom: 100%;
}
.top_recruit_innner_white:after{
	border-top: solid 20px rgba(255,255,255,0.9);
	top: 100%;
}	
.top_recruit_text{
	font-size:15px; 
	margin-bottom: 40px;
}
.top_recruit .btn_04{
	width: 180px;
	margin: auto;
}
.top_insta{
	width: 270px;
	margin: auto;
}
/*.下層共通
====================*/
.mvBox02 {
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
  position: relative;
}
.mvBox02 .sub_mv{
  margin: 0 auto 120px;
}
.sub_mv_topics {
    margin: 0 auto 0px;
}	

.ttl.area01 h2{
  font-size: 34px;
  margin-bottom: 15px;
}
.mvBox02 .ttl.area01{
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 6%;
}
.mvBox02 .ttl p{
  font-size: 13px;
  padding: 2px 15px;
}
.mvBox02 .ttl p::before,
.mvBox02 .ttl p::after{
  width: 70px;
}
.about02::before{
  width: 60%;
  height: 30px;
  top: -60px;
}
.mvBox02 .sub_mv_topics {
    margin: 0 auto 0px;
}	
.about02 h3{
  font-size: 18px;
  margin-bottom: 30px;
}
.about02 .txt_area p {
  font-size: 13px;
  line-height: 2;
}
.ttl03 h3 {
  font-size: 54px;
  margin-bottom: 30px;
}
.ttl03 {
  margin-bottom: 30px;
}
.txt02 {
  font-size: 14px;
  line-height: 2;
  padding: 0 2%;
}
/*.greeting
====================*/
#greeting.wrapper{
  margin-bottom: 0;
  padding-bottom: 60px;
}
#greeting .about02 h3{
  margin-bottom: 40px;
}
#greeting .about02 .txt_area p {
  text-align: left;
  margin-bottom: 30px;
}
#greeting .owner{
  margin-bottom: 60px;
}
#greeting .owner .flex{
  display: block;
}
#greeting .owner .flex li{
  width: 100%;
}
#greeting .owner .flex .owner_img{
  width: 80%;
  margin: 0 auto;
}
#greeting .owner ul .owner_ttl::after{
  display: none;
}
#greeting .owner ul .owner_ttl{
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #86969c;
}
#greeting .owner ul .owner_txt{
  font-size: 14px;
  line-height: 2;
  margin-bottom: 30px;
}
#greeting .owner.inner{
  width: 100%;
}
#mission.inner{
  width: 100%;
}
#mission .mission_bg {
  width: 100%;
  margin: 0 auto 60px;
  padding: 60px 0 40px;
}
#mission .txt01,
#mission .txt02 {
  font-size: 14px;
}
#mission .txt01 {
  margin-bottom: 40px;
  padding: 0 20px;
  text-align: left;
}
#mission .txt02 {
  text-align: right;
  margin-right: 4%;
}
#company{
  padding: 40px 0;
}
.company_bg.inner{
  width: 94%;
}
.company_contents {
  padding: 0 4%;
}
.company_contents dl{
  font-size: 13px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.company_contents dl dt {
  width: 25%;
  padding-left: 10px;
}
.company_contents dl dd {
  width: 70%;
}
/*.ranking
====================*/
#ranking .about02 .txt_area {
  margin-bottom: 80px;
}
#ranking .about02 .txt_area p {
  line-height: 2.6;
}
#ranking .rank_contents ul{
  display: block;
}
#ranking .rank_contents ul li{
  width: 90%;
  margin: 0px auto 40px;
}
#ranking .rank_contents h4{
  font-size: 18px;
  line-height: 2;
  margin-bottom: 30px;
}
#ranking .rank_contents ul li div {
  padding: 30px 20px;
}
/*.salon
====================*/
#salon .about02 h3 {
  margin-bottom: 60px;
}
#salon .link_list ul{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    margin-bottom: 50px;	
}
#salon .link_list ul li{
  width: 50%;
  margin: -1px;
  border-bottom: 1px dotted #000;
}
#salon .link_list ul li:last-child{
  border-bottom: none;
}
#salon .link_list ul li:nth-child(odd){
  border-right: 1px dotted #000;
}
#salon .link_list ul li a{
  display: block;
  width: 100%;
  padding: 15px 0;
  text-align: center;
}
#salon .link_list a {
    font-size: 14px;
    letter-spacing: 1px;
}
#salon .link_list ul li::before,
#salon .link_list ul li::after{
  display: none;
}
#salon .btn_list{
  display: block;
  margin-bottom: 40px;
}
#salon .btn_list li:first-child{
  width: 100%;
  margin-bottom: 40px;
}
#salon .btn_list li:nth-child(n+2){
  width: 100%;
  margin-bottom: 15px;
}
#salon .salon_info{
  display: block;
  padding-bottom: 0;
  margin-bottom: 100px;
  border-bottom: none;
}
#salon .salon_info li{
  width: 100%;
}
#salon .salon_info li:first-child{
  width: 75%;
  margin: 0 auto 30px;
}
#salon .salon_info li  {
  font-size: 15px;
  margin-bottom: 15px;
}
#salon .salon_info li .last {
  margin-bottom: 30px;
}
#sanitation, #price, #training, #examination, #products, #care, #sofa, #time, #kids_space, #parking{
  padding-top: 80px;
  margin-top: -80px;
  margin-bottom: 90px;
}
#feature .link_list ul{
  margin-bottom: 100px;
}
#feature .link_list ul li{
  width: 50%;
  margin: -1px;
  padding: 15px 0;
  border-bottom: 1px dotted #000;
}
#feature .link_list ul li:nth-child(even){
  border-right: none;
}
#feature .link_list ul li:nth-child(n+9){
  border-bottom: none;
}
#feature .link_list ul .border{
  border-left: none;
}
#feature .check_bg{
  padding-bottom: 40px;
}
#feature .check_bg .ttl_box{
  display: block;
  text-align: center;
  padding: 40px 0;
}
#feature .check_bg .ttl01 {
  margin-bottom: 10px;
}
#feature .check_bg .ttl_box li:first-child{
  width: 100%;
  margin-bottom: 30px;
}
#feature .check_bg .ttl_box li:last-child{
  width: 100%;
}
#feature .ttl01 {
  font-size: 16px;
}
#feature h4 {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 2px;
}
#feature h5{
  width: 90%;
  font-size: 16px;
  margin-bottom: 30px;
}
#feature section .icon::before{
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 50px;
}
#feature .blue_bg{
  padding: 20px 0 35px;
  margin-bottom: 25px;
}
#feature .pink_bg{
  padding: 20px 0 35px;
  margin-bottom: 25px;
}
#sanitation h4{
  text-align: center;
}
#sanitation .check_bg .ttl_box li:last-child{
  text-align: left;
}
#sanitation .sanitation_list{
  display: block;
}
#sanitation .sanitation_list li{
  width: 80%;
  margin: 0 auto 30px;
}
#sanitation .sanitation_list li:nth-child(even){
  padding-bottom: 30px;
}
#sanitation .sanitation_list li div .list_ttl {
  font-size: 16px;
}
#price .price_box h5{
  margin-bottom: 30px;
}
#price .price_box dl{
  display: block;
  width: 96%;
  margin: 0 auto 20px;
}
#price .price_box dl dt,
#price .price_box dl dd{
  width: 100%;
  text-align: center;
}
#price .price_box dl dt{
  margin-bottom: 20px;
}
#price .price_box dl dd{
  margin-bottom: 10px;
}
#price .price_box dl dt p:first-child {
  width: 23%;
  font-size: 14px;
  letter-spacing: 1px;
}
#price .price_box dl dt p:last-child {
  width: 77%;
  font-size: 15px;
  text-align: left;
}
#price .price_box dl dt p .number {
  font-size: 24px;
  padding: 0 0 0 4px;
}
#price .price_box dl dt p .small{
  font-size: 10px;
}
#price .price_box dl dd{
  font-size: 15px;
  letter-spacing: 1px;
}
#price .price_box dl dd span {
  font-size: 20px;
}
#training .training_box01, #training .training_box02{
  display: block;
  margin-bottom: 30px;
}
#training .training_box01 .training_list, #training .training_box02 .training_list{
  width: 100%;
}
#training .training_box01 .training_list:first-child div {
  border: 15px solid #e5d8e2;
  margin-bottom: 20px;
}
#training .training_box01 .training_list:first-child p{
  font-size: 16px;
  margin-bottom: 20px;
}
#training .training_box01 .training_list:first-child p::before{
  width: 48px;
  height: 100%;
  left: 7%;
}
#training .training_box01 .training_list:first-child p::after{
  width: 48px;
  height: 100%;
  right: 7%;
}
#training .training_box01 .training_list:first-child ul li{
  font-size: 14px;
}
#training .training_box01 .training_list:first-child ul {
  padding: 0 2%;
}
#training .training_list .txt01 {
  font-size: 14px;
}
#training .training_box02 .training_list:first-child{
  margin-bottom: 20px;
}
#training .training_box02 .training_list .txt02 {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 15px;
  padding: 0;
}
#training .training_box02 div .ttl_pink {
  font-size: 16px;
}
#training .training_box02 .training_list div .txt03 {
  font-size: 14px;
  line-height: 1.8;
}
#examination .examination_txt01 {
  line-height: 2.4;
  margin-bottom: 30px;
  text-align: left;
}
#examination ul{
  display: block;
}
#examination ul li{
  width: 80%;
  margin: 0 auto 20px;
}
#products .products_list{
  display: block;
}
#products .products_list li{
  width: 90%;
  margin: 0 auto 30px;
}
#products .products_list li .ttl02{
  margin-bottom: 5px;
}
#products .products_list li .txt02{
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#products .products_list li .list_inner div {
  margin-bottom: 15px;
}
#care .care_txt01{
  line-height: 2.4;
  margin-bottom: 40px;
  text-align: left;
}
#care ul{
  display: block;
}
#care ul li{
  width: 80%;
  margin: 0 auto 20px;
}
#sofa .sofa_txt01{
  line-height: 2.4;
  margin-bottom: 40px;
  text-align: left;
}
#sofa ul{
  display: block;
}
#sofa ul li{
  width: 80%;
  margin: 0 auto 20px;
}
#time .check_bg .txt01{
  line-height: 2.4;
  text-align: left;
}
#kids_space .kids_txt01{
  line-height: 2.4;
  text-align: left;
  margin-bottom: 30px;
}
#kids_space ul{
  display: block;
  margin-bottom: 30px;
  padding: 30px 20px;
}
#kids_space ul li:first-child {
  width: 100%;
}
#kids_space ul li:last-child {
  width: 100%;
  margin: 20px auto 0;
}
#kids_space ul li h5 {
  width: 50%;
  margin: 0 0 35px;
}
#parking .parking_tel a{
  width: 80%;
}
#parking .parking_txt01.center{
  text-align: left;
}
/*.recruit
====================*/
#recruit .about02 {
  margin-bottom: 60px;
}
#recruit .about02 p{
  font-size: 13px;
}
#recruit .recruit_list .list_bg ul{
  display: block;
}
#recruit .recruit_list .list_bg ul li{
  width: 100%;
}
#recruit .recruit_list .list_bg .flex li:first-child{
  width: 90%;
  margin: 0 auto;
}
#recruit .recruit_list .list_bg .flex li:first-child::after{
  width: 30px;
  height: 30px;
  line-height: 30px;
  bottom: -20px;
}
#recruit .recruit_list .list_bg:nth-of-type(2) .flex li:first-child::after{
  right: -30px;
  left: auto;
  bottom: -30px;
}
#recruit .recruit_list .list_bg:nth-of-type(3) .flex li:first-child::after{
  bottom: -30px;
}
#recruit .recruit_list .list_bg ul li h4::before{
  font-size: 50px;
  top: -20px;
}
#recruit .recruit_list .list_bg ul li h4{
  font-size: 17px;
  margin-top: 55px;
  margin-bottom: 20px;
}
#recruit .list_bg{
  margin-bottom: 80px;
}
#recruit .recruit_list .recruit_training{
  margin: 30px auto 0;
  padding: 20px 0;
  border: 15px solid #bcd3dc;
}
#recruit .recruit_list .recruit_training h4{
  font-size: 16px;
  margin-bottom: 20px;
}
#recruit .recruit_list .recruit_training h4::before{
  width: 48px;
  left: 7%;
}
#recruit .recruit_list .recruit_training h4::after{
  width: 48px;
  right: 7%;
}
#recruit .recruit_list .recruit_training ul li{
  font-size: 13px;
  width: 96%;
  margin-bottom: 10px;
}
#recruit .mission.inner{
  width: 100%;
  background: url("../img/recruit/bg01.jpg") no-repeat left center / cover;
  padding: 60px 0;
  margin-bottom: 40px;
}
#recruit .mission_box{
  width: 90%;
  margin: 0 auto;
}
#recruit .mission .txt01.center{
  text-align: left;
}
#recruit .system{
  padding-bottom: 60px;
  margin-bottom: 60px;
}
#recruit .system h4{
  line-height: 2;
}
#recruit .system .system_box p {
  margin-bottom: 30px;
}
#recruit .message {
  margin-bottom: 80px;
}
#recruit .message .ttl03{
  margin-bottom: 50px;
}
#recruit .message_name{
  margin-bottom: 10px;
}
#recruit .message ul{
  display: block;
  margin-bottom: 40px;
}
#recruit .message ul:last-of-type{
  margin-bottom: 0;
}
#recruit .message ul li:first-child {
  width: 80%;
  margin: 0 auto 10px;
}
#recruit .message ul li:last-child{
  width: 80%;
  margin: 0 auto;
}
#recruit .description{
  padding-bottom: 120px;
}
#recruit .description dl{
  display: block;
  padding: 15px 0;
}
#recruit .description dl dt {
  width: 100%;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
#recruit .description dl dd {
  width: 100%;
}
#recruit .description dl dd p{
  margin-bottom: 15px;
}
#recruit .description .list_box {
  margin-bottom: 30px;
}
#recruit .contact ul{
  display: block;
  margin-top: -80px;
}
#recruit .contact li{
  width: 90%;
  margin: 0 auto;
}
#recruit .contact li:first-child img {
  height: 20vh;
}
#recruit .contact li:last-child{
  padding-bottom: 30px;
}
#recruit .contact li:last-child .ttl03 {
  margin-bottom: 0;
}
#recruit .contact li:last-child h3{
  font-size: 40px;
  padding-top: 30px;
  margin-bottom: 6px;
}
#recruit .contact li:last-child p {
  border: none;
  margin-bottom: 20px;
}
#recruit .contact li:last-child .tel_btn a {
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 18px;
}
/*about 
====================*/
#about h4{
  font-size: 16px;
  letter-spacing: 2px;
}
#about .about_contest{
  padding: 40px 0 60px;
    margin-bottom: 50px;
}
#about .about_contest .price_txt01{
  font-size: 14px;
}
#about .about_contest ul{
  display: block;
}
#about .about_contest ul li{
  width: 80%;
  margin: 0 auto;
}
#about .about_contest ul li:first-child{
  margin-bottom: 30px;
}
#about #contest,
#about #jla {
  padding-top: 60px;
  margin-top: -60px;
}
#about .pink_bg {
  margin-bottom: 60px;
}
#about .jla_logo {
  width: 100px;
}
#about .about_instructor .instructor_box .instructor_inner{
  padding: 30px 20px;
}
#about .about_instructor .instructor_box .ttl{
  font-size: 16px;
  margin-bottom: 20px;
}
#about .about_instructor .instructor_box .ttl::before{
  width: 48px;
  height: 100%;
  left: 0;
}
#about .about_instructor .instructor_box .ttl::after{
  width: 48px;
  height: 100%;
  right: 0;
}
#about .about_instructor .instructor_box .txt {
  font-size: 14px;
  line-height: 2.2;
}
#about h5 {
  font-size: 18px;
  width: 80%;
  margin: 0 auto 80px;
}
#about .about_activity.inner{
  width: 100%;
}
#about .about_activity ul{
  display: block;
  width: 90%;
  margin: 0 auto;
}
#about .about_activity ul li {
  width: 70%;
  margin: 0 auto 60px;
}
#about .about_activity ul li:last-child{
  margin-bottom: 0;
}
#about .about_activity .activity_list01 li .txt, #about .about_activity .activity_list02 li .txt{
  font-size: 15px;
}
#about .about_instructor .txt_area02 p {
  font-size: 14px;
  line-height: 2.4;
  width: 90%;
  margin: 0 auto 30px;
  text-align: left;
}
#about .about_instructor .txt_area02.inner{
  margin-bottom: 60px;
}
#about .about_instructor .jla_img{
  width: 80%;
  margin: 0 auto;
}

#about .about_contest .price_txt01{
  font-size: 13px;
  line-height: 3;
  text-align: left;
  margin-bottom: 60px;
}





/*coupon.html*/

#coupon .about02 .txt_area {
    margin-bottom: 80px;
}


#coupon .about02 .txt_area p {
    line-height: 3;
	font-size: 13px;
}
#coupon .mvBox02 .ttl h2 {
    font-size: 34px;
    margin-bottom: 15px;
    color: rgb(250 255 255 / 40%);
}
#coupon .mvBox02 .ttl p {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
  	color: rgb(250 255 255 / 40%);
    padding: 2px 15px;
    text-align: center;
    position: relative;
}

#coupon .mvBox02 .ttl p::before {
    content: "";
    position: absolute;
    width: 100px;
    border-top: 1px solid #ffffff4d;;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#coupon .mvBox02 .ttl p::after {
    content: "";
    position: absolute;
    width: 100px;
    border-bottom: 1px solid #ffffff4d;;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#coupon .about02 h3 {
    font-size: 18px;
    margin-bottom: 30px;
}

#coupon .coupon .coupon_title {
    font-size: 16px;
    font-style: normal;
}
#coupon .coupon .coupon_text {
    font-size: 13px;
    line-height: 1.7;
}

}
