@charset "utf-8";
.pcOnly {
    display: block !important;
}

.spOnly {
    display: none !important;
}

@media screen and (max-width: 640px) {

    .pcOnly {
        display: none !important;
    }

    .spOnly {
        display: block !important;
    }

}


/* anchor ----------------------- */
.anchor {
	margin-top: -40px!important;
	padding-top: 40px!important;
	}

/* ex_clearfix
-----------------------------------------*/ 
.ex_clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* mod_ex_wide_section
-----------------------------------------*/
.mod_ex_wide_section {
  margin: 0 auto;
  width: 100%;
  line-height: 1.6;
  font-size: 1.13em;
  font-family: "Noto Sans JP", sans-serif;
}
.mod_ex_wide_section img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .mod_ex_wide_section {
    width: 1024px;
  }
}
@media screen and (max-width: 640px) {
  .mod_ex_wide_section {
    width: auto;
  }
}

/* mod_wide_section
-----------------------------------------*/ 
.mod_wide_section{
  margin: 0 auto;
  width: 1200px;
  line-height: 1.6;
  font-size: 1.13em;
  font-family: "Noto Sans JP", sans-serif;
}

.mod_wide_section img {
	max-width: 100%;
	height: auto;
}
	
@media screen and (max-width: 1024px) { 
  .mod_wide_section{
    width:1024px;
  }
}

@media screen and (max-width: 640px) {
  .mod_wide_section{
    width:auto;
  }
}

/* mod_section
-----------------------------------------*/ 
.mod_section{
  margin: 0 auto;
  width: 967px;
  line-height: 1.6;
  font-size: 1.13em;
  font-family: "Noto Sans JP", sans-serif;
}

.mod_section img {
	max-width: 100%;
	height: auto;
	}

@media screen and (max-width: 640px) {
  .mod_section{
    width:auto;
  }
.section-inner {
	width: auto;
	margin: 0 2.60416%;
	}
}

.mod_section .font-sizeup {
	font-size: 1.14em;
	}
.mod_section .font-sizeup-l {
	font-size: 1.5em;
	}
.mod_section .font-sizedown {
	font-size: .78em;
	}
.mod_section strong {
	font-weight: bold;
	}
.mod_section .text-center {
	text-align: center;
	}
.mod_section .text-right {
	text-align: right;
	}
.mod_section .text-left {
	text-align: left;
	}
.text-indent-1 {
	text-indent: -1em;
	padding-left: 1em;
	}
.text-indent-2 {
	text-indent: -2em;
	padding-left: 2em;
	}
.text-indent-2-5 {
	text-indent: -2.5em;
	padding-left: 2.5em;
	}
.text-indent-3 {
	text-indent: -3em;
	padding-left: 3em;
	}

/* ex_clearfix
-----------------------------------------*/ 
#sections .ex_marginB0{
 margin-bottom:0px!important;
}
#sections .ex_marginBS{
 margin-bottom:10px!important;
}
#sections .ex_marginBM{
 margin-bottom:20px!important;
}
#sections .ex_marginT0{
 margin-top:0px!important;
}
#sections .ex_marginTSS{
 margin-top:5px!important;
}
#sections .ex_marginTS{
 margin-top:10px!important;
}
#sections .ex_marginTM{
 margin-top:20px!important;
}
#sections .ex_marginTL{
 margin-top:30px!important;
}
#sections .ex_marginTLL{
 margin-top:50px!important;
}

.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}

.js-fadeUp {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}
.js-fadeUp.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 0.5s; 
}

.js-fadeUp-01 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}

.js-fadeUp-01.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 0.5s; 
}

.js-fadeUp-02 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}

.js-fadeUp-02.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay:1s; 
}

.js-fadeUp-03 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}

.js-fadeUp-03.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 1.5s; 
}

.js-fadeUp-04 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}

.js-fadeUp-04.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 2s; 
}

@media screen and (max-width: 640px) {
    .js-fadeUp.is-inview,
    .js-fadeUp-01.is-inview,
    .js-fadeUp-02.is-inview,
    .js-fadeUp-03.is-inview,
    .js-fadeUp-04.is-inview {
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0.5s;
    }
}
.mod_billboard img {
	max-width: 100%;
	height: auto;
	}

/*-------------------------
   .billboard_block
-------------------------*/
.billboard_block {
	background: #d8d6c9;
	position: relative;
	text-align: center;
}
.billboard_block h2 {
	position: absolute;
	top: 150px;
 	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.billboard_block h2 img {
	width: 500px;
}
@media screen and (max-width: 640px) {
  .billboard_block h2 {
    width: 100%;
    top: 48vw;
  }
.billboard_block h2 img {
	width: 100%;
}
}

/*-------------------------
   beauty-care_h2
-------------------------*/
.beauty-care_h2{
	font-size: 200%;
	font-optical-sizing: auto;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin: 1em 0 1em;
}

.beauty-care_h2 span{
	display: block;
	font-size: 50%;
	color:  #477D85
}
@media screen and (max-width: 640px) {
.beauty-care_h2{
	text-align: center;
	font-size: 7vw;
	margin: 0 0 1em;
}
}

/*-------------------------
   introduction_wrapper
-------------------------*/
.introduction_wrapper{
	padding: 4em 0 0;
}
.introduction_wrapper h2{
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 2em;
}
.introduction_wrapper h2 span{
	letter-spacing: 0.1em;
	font-size: 118%;
	margin-bottom: 1em;
	display: inline-block;
}
.introduction_wrapper h2 img{
	width: 460px;
	padding-top: 1em;
}
@media screen and (max-width: 640px) {
.introduction_wrapper h2 span{
	font-size: 4vw;
}
.introduction_wrapper h2 img{
	width: 70vw;
}
}
/*-------------------------
   concept_wrapper
-------------------------*/
.concept_wrapper{
	padding: 4em 0 0;
	background: url("../img/bg_concept.webp") no-repeat top center;
}
.concept_wrapper h2{
	font-size: 200%;
	font-optical-sizing: auto;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 1em;
	color: #477D85;
}
.concept_wrapper h3{
	text-align: center;
	margin: 8em auto 0;
	width: 312px;
}
.concept_01_block,
.concept_02_block{
	position: relative;
	height: 350px;
}

.concept_01_block_text,
.concept_02_block_text{
	position: absolute;
	top: 240px;
	right: 0;
	left: 0;
	margin: 0 auto;
	font-size: 118%;
	line-height: 2.0;
	width: 400px;
	background-color: rgb(255 255 255 / 0.75);
	padding: 1.4em;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px #f4f4f4;
	border: 1px solid #FFF;
}

.movie_block{
	padding: 0 0 4em;
	background: url("../img/bg_movie.webp") no-repeat top center;
}

.concept_movie{
	width: 644px;
	margin: -10px auto 0;
	overflow: hidden;
}

.concept_btn{
	text-align: center;
	margin-top: 2em;
}
@media screen and (max-width: 640px) {
.concept_wrapper{
	background: url("../img/bg_concept_sp.webp") no-repeat top center;
}
.concept_wrapper h2{
	font-size: 7vw;
}
.concept_wrapper h3{
	width: 50vw;
}	
.concept_01_block,
.concept_02_block{
	height: 70vw;
}
.concept_01_block_photo{
	position: absolute;
	top: 0;
	left: 0;
	width: 60vw;
}
.concept_02_block_photo{
	position: absolute;
	top: 0;
	right: 0;
	width: 60vw;
}
.concept_01_block_text{
	position: absolute;
	top: 24vw;
	right: 5vw;
	margin: 0 0 0 auto;
	font-size: 3.8vw;
	line-height: 2.0;
	width: 80vw;
	text-align: left;
}
.concept_02_block_text{
	position: absolute;
	top: 24vw;
	left: 5vw;
	margin: 0 auto 0 0;
	font-size: 3.8vw;
	line-height: 2.0;
	width: 70vw;
	text-align: left;
}
	
.movie_block{
	background: url("../img/bg_movie_sp.webp") no-repeat top center;
}
	
.concept_movie{
	width: 90vw;
}
}
/*-------------------------
   showroom_wrapper
-------------------------*/
.showroom_wrapper{
	padding: 4em 0 4em;
	background: #f0f4f3;
}

.showroom_block{
    display : flex;
    flex-wrap : wrap;
	align-items: flex-start;
	justify-content: center;
}

.showroom_block_photo{
    width: 54%;
	padding-right: 4%;
	box-sizing: border-box;
}

.showroom_block_text{
    width: 46%;
}

.showroom_block_text h3 span{
	background: #FFF;
	border-radius: 4px;
	padding: 2px 10px;
	margin-bottom: 0.4em;
	display: inline-block;
	font-size: 88%;
	color: #666666;
}
.showroom_block_text h4{
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.showroom_block_text p{
	font-size: 88%;
	margin-bottom: 2em;
}

@media screen and (max-width: 640px) {
.showroom_wrapper{
	padding: 2em 0 2em;
}
.showroom_block{
	align-items: center;
	margin:0 1em 2em;
}
.showroom_block_photo{
    width: 46%;
}

.showroom_block_text{
    width: 54%;
	text-align: center;
}
}

/*-------------------------
   .plan_wrapper
-------------------------*/
.plan_wrapper{
	padding: 6em 0 0;
}

.plan_wrapper h2{
	font-size: 200%;
	font-optical-sizing: auto;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.0;
	text-align: center;
	margin: 0 0 1em;
}
.plan_wrapper img{
	width: 132px;
}
@media screen and (max-width: 640px) {
.plan_wrapper h2{
	font-size: 7vw;
	line-height: 1.4;
}
}
/*-------------------------
   beautycare_routine_wrapper
-------------------------*/
.beautycare_routine_wrapper{
	padding: 6em 0 4em;
}
.beautycare_routine_wrapper h3{
	font-size: 175%;
	font-optical-sizing: auto;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: center;
	margin: 0 0 1em;
}
.beautycare_routine_wrapper h3 span{
	font-size: 68%;
	color: #477D85;
	display: block;
}
@media screen and (max-width: 640px) {
.beautycare_routine_wrapper h3{
	font-size: 5vw;
	letter-spacing: 0;
}
.beautycare_routine_wrapper h3 span{
	font-size: 4vw;
}
}
/*-------------------------
   gray_box
-------------------------*/
.gray_box{
	padding: 2em;
	background: #f2f2f2;
}

h3.gray_box_top{
	padding: 0.2em 0 0.4em;
	background: #000;
	text-align: center;
	color: #fff;
}
@media screen and (max-width: 640px) {
.gray_box{
	padding: 8vw 4vw;
}
}
/*-------------------------
   before_after_column
-------------------------*/
.before_after_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.before_after_column::after{
    content:"";
    display: block;
    width: 49.4%;
}

.before_after_column .column{
    width: 49.4%;
}
@media screen and (max-width: 640px) {
.before_after_column::after{
    content:"";
    display: block;
    width: 100%;
}

.before_after_column .column{
    width: 100%;
}
.before_after_column .column:nth-child(n+2){
	margin-top: 0.4em;
}
}
/*-------------------------
   during_after_block
-------------------------*/
.during_after_block{
    display : flex;
    flex-wrap : wrap;
	justify-content: center;
}

.during_after_block_ttl{
    width: 100%;
}
.during_after_block_ttl h4{
	font-size: 108%;
	text-align: center;
	padding: 0.2em;
}
.during_after_block_ttl h4.during{
	background: #477D85;
	color: #fff;
}
.during_after_block_ttl h4.after{
	background: #fff;
	color: #477D85;
}
.during_after_block_text{
    width: 100%;
	position: relative;
}
.during_after_block_text h5{
	font-size: 108%;
}
.during_after_block_text p{
	margin-top: 0.4em;
}
.during_after_block_text_inner{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	right: 0;
	text-align: center;
	width: 240px;
}
@media screen and (max-width: 640px) {
.during_after_block{
    display : flex;
}
.during_after_block_ttl{
    width: 8%;
}
.during_after_block_ttl.during{
	background: #477D85;
}
.during_after_block_ttl.after{
	background: #fff;
}
.during_after_block_text{
    width: 92%;
}
.during_after_block_ttl h4{
	font-size: 3vw;
	padding-top: 10vw;
}
.during_after_block_ttl.short h4{
	padding-top: 7vw;
}
.during_after_block_text h5{
	font-size: 3.8vw;
}
.during_after_block_text p{
	font-size: 3vw;
}
}

/*-------------------------
   .ankerlink_block
-------------------------*/
.ankerlink_block{
	margin: 2em auto 0;
	width: 760px;
}
.ankerlink_block h3{
	font-size: 138%;
	font-optical-sizing: auto;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: center;
	margin: 0 0 1em;
}
.ankerlink_column{
    display : flex;
    flex-wrap : wrap;
	align-items: flex-start;
    justify-content:space-between;
}

.ankerlink_column .column{
    width: calc( ( 100% - 52px ) / 2 );
}
.ankerlink_column .column:nth-of-type(2){
	padding: 0 0 0 25px;
	border-left: 2px solid #cccccc;
}
.ankerlink_column a{
	text-decoration: none;
	color: #333333;
	position: relative;
	transition-duration: 0.5s;
}

.ankerlink_column a:after {
	display: block;
	position: absolute;
	right: 12px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	content: "";
	background: url("../img/img_ankerlink_arrow.webp");
	width: 28px;
	height: 28px;
}

.ankerlink_column a:hover {
  opacity: 0.7; 
}

@media screen and (max-width: 640px) {
.ankerlink_block{
	width: auto;
}
.ankerlink_block h3{
	font-size: 4.4vw;
}
.ankerlink_column a:after {
	display: block;
	position: absolute;
	top: auto;
	bottom: -0w;
	left: 16vw;
}
}
/*-------------------------
   ankerlink_btn
-------------------------*/
.ankerlink_btn{
    display : flex;
    flex-wrap : wrap;
	align-items: center;
	justify-content: center;
}

.ankerlink_btn_img{
    width: 32%;
	padding: 0 4% 0 0;
	box-sizing: border-box;
}

.ankerlink_btn_text{
    width: 68%;
}


@media screen and (max-width: 640px) {
.ankerlink_btn{
	padding: 0 0 2em;
}
.ankerlink_btn_img{
    width: 100%;
	padding: 0 0;
    margin: 0 0 0.4em;
	box-sizing: border-box;
	text-align: center;
}
.ankerlink_btn_img img{
    width: 50%;
	margin: 0 auto;
}
.ankerlink_btn_text{
    width: 100%;
	text-align: center;
}
}

/*-------------------------
   oilveil_wrapper
-------------------------*/
.oilveil_wrapper{
	padding: 4em 0 4em;
	background: url("../img/bg_oilveil.webp") no-repeat top center;
}
@media screen and (max-width: 640px) {
.oilveil_wrapper{
	padding: 4em 0 4em;
	background: url("../img/bg_oilveil_sp.webp") no-repeat top center;
}
}
/*-------------------------
   fineveil_wrapper
-------------------------*/
.fineveil_wrapper{
	padding: 4em 0 4em;
	background: url("../img/bg_fineveil.webp") no-repeat top center;
}
@media screen and (max-width: 640px) {
.fineveil_wrapper{
	padding: 4em 0 4em;
	background: url("../img/bg_fineveil_sp.webp") no-repeat top center;
}
}
/*-------------------------
   features_title_column
-------------------------*/
.features_title_column{
    display : flex;
    flex-wrap : wrap;
	align-items:center;
    justify-content:space-between;
	margin: 0 0 2em;
}

.features_title_column .column{
    width: 48%;
	text-align: center;
}
.features_title_column h2{
	font-size: 175%;
	font-optical-sizing: auto;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: center;
	margin: 1em 0 1em;
}
.features_title_column h2 span{
	font-size: 50%;
	color: #477D85;
	display: block;
}

.features_title_column .logo{
	width: 300px;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
.features_title_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
    margin: 0 0 0em;
}
.features_title_column .column{
    width: 100%;
	margin-bottom: 0.8em;
}
.features_title_column h2{
	font-size: 6.6vw;
}
.features_title_column .logo{
	width: 70vw;
}
}
/*-------------------------
   features_column
-------------------------*/

h3.features_column_top{
	font-size: 150%;
	font-optical-sizing: auto;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: center;
	margin: 2em 0 0.4em;
}
.features_column{
    display : flex;
    flex-wrap : wrap;
	align-items: flex-start;
    justify-content:space-between;
	margin: 2em 0 0;
}

.features_column .column{
    width: calc( ( 100% - 106px ) / 3 );
}
.features_column .column:nth-of-type(2){
	padding: 0 26px;
	border-left: 1px solid #DEEBED;
	border-right: 1px solid #DEEBED;
}
@media screen and (max-width: 640px) {
h3.features_column_top{
	font-size: 5vw;
}
.features_column .column{
    width: 100%;
}
.features_column .column:nth-of-type(1){
	padding: 0 0 1em;
}
.features_column .column:nth-of-type(2){
	padding: 0 0 1em;
	border-left: none;
	border-right: none;
	border-top: 1px solid #DEEBED;
	border-bottom: 1px solid #DEEBED;
}
}
/*-------------------------
   features_no_block
-------------------------*/
.features_no_block{
    display : flex;
    flex-wrap : wrap;
	align-items: center;
}

.features_no_block_img{
    width: 100%;
}

.features_no_block_text{
    width: 100%;
	margin: 1em 0 0;
}
.features_no_block_text h4{
	font-size: 125%;
	font-optical-sizing: auto;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: center;
	margin: 0 0 0.4em;
	color: #477D85;
}
.features_no_block_text p{
	font-size: 88%;
}
@media screen and (max-width: 640px) {
.features_no_block_img{
    width: 36%;
}

.features_no_block_text{
    width: 64%;
}
.features_no_block_text h4{
	font-size: 4vw;
	text-align: left;
}
.features_no_block_text p{
	font-size: 3vw;
}
}

/*-------------------------
   oil_block
-------------------------*/
.oil_block{
    display : flex;
    flex-wrap : wrap;
	align-items: flex-start;
	justify-content: center;
	margin: 6em auto 2em;
	width: 578px;
	background: #F2F2F2;
}

.oil_block_img{
    width: 34%;
	position: relative;
}

.oil_block_img img{
    width: 104px;
	position: absolute;
	top: -20px;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.oil_block_text{
    width: 66%;
	padding: 1.4em 2em 1.4em 0;
	box-sizing: border-box;
}
.oil_block_text h5{
	font-size: 125%;
	font-optical-sizing: auto;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin: 0 0 0.4em;
}
.oil_block_text p{
	font-size: 88%;
}
@media screen and (max-width: 640px) {
.oil_block{
	width: auto;
}
.oil_block_img{
    width: 26%;
		top: -20px;
}
.oil_block_img img{
    width: 20vw;
}
.oil_block_text{
    width: 74%;
	padding: 1.4em 2em 1.8em 0;
}
.oil_block_text p{
	font-size: 3vw;
}
}


/*-------------------------
   .mode_block
-------------------------*/
.mode_block{
	width: 644px;
	margin: 4em auto 0;
}
.mode_block h3{
	font-size: 138%;
	font-optical-sizing: auto;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: center;
	margin: 0 0 1em;
	color: #477D85;
	padding: 0 0 0.6em;
	background-image : linear-gradient(to right, #deebed 2px, transparent 2px);
	background-size: 10px 2px;
	background-repeat: repeat-x;
	background-position: bottom;
}
.mode_column{
    display : flex;
    flex-wrap : wrap;
	align-items: flex-start;
    justify-content:space-between;
}

.mode_column .column{
    width: 18%;
}

.mode_block p{
	font-size: 88%;
	text-align: center;
	margin: 0.4em 0 0 0;
}
@media screen and (max-width: 640px) {
.mode_block{
	width: auto;
	margin: 4em auto 0;
}
.mode_column .column{
    width: 31%;
}
.mode_column .column:nth-of-type(4){
	padding: 4vw 0 0 16vw;
}
.mode_column .column:nth-of-type(5){
	padding: 4vw 16vw 0 0;
}
}
/*-------------------------
   interview_wrapper
-------------------------*/
.interview_wrapper{
	padding: 6em 0 4em;
	background: url("../img/bg_interview.webp") no-repeat top center;
}

.interview_block{
	margin: 0 0 4em;
}
.interview_block:after {
	content: "";
	clear: both;
	display: block;
}

.interview_block_text{
	float: left;
	width: 458px;
}
.interview_block_text p{
	font-size: 88%;
	margin-bottom: 1em;
}
.interview_block_photo{
	float: right;
	width: 478px;
}
@media screen and (max-width: 640px) {
.interview_wrapper{
	padding: 3em 0 3em;
	background: url("../img/bg_interview_sp.webp") no-repeat;
}
.interview_block{
	margin: 0 1em 4em;
}
.interview_block_text{
	float: none;
	width: auto;
	text-align: center;
}
.interview_block_text p{
	text-align: left;
}

.interview_block_photo{
	float: none;
	width: auto;
	margin-bottom: 1em;
}
}

/*-------------------------
   products_block
-------------------------*/
.products_block{
}
.products_block:after {
	content: "";
	clear: both;
	display: block;
}

.products_block_text{
	float: right;
	width: 458px;
}
.products_block_text h3{
	font-size: 125%;
	margin-bottom: 0.4em;
}
.products_block_text p{
	font-size: 88%;
	margin-bottom: 1em;
}
.products_block_photo{
	float: left;
	width: 478px;
}

@media screen and (max-width: 640px) {
.products_block{
	margin: 0 1em;
}
.products_block_text{
	float: none;
	width: auto;
	text-align: center;
}

.products_block_photo{
	float: none;
	width: auto;
	margin-bottom: 1em;
}
}

/*-------------------------
   a.link_line
-------------------------*/
a.link_line{
	color:  #477D85;
	text-decoration: none;
	padding-bottom: 10px;
	position: relative;
	padding-right: 1.8em;
}
a.link_line::after {
  background: #477D85;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
a.link_line:hover::after {
  background: none;
}
a.link_line::before {
  background: #477D85;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
a.link_line:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

a.link_line_blunk span::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 12px;
	position: absolute;
	background-image: url("../img/arrow_blunk.svg");
	background-repeat: no-repeat;
	background-position: center right;
	top: 25%;
	right: 0px;
	transition: all 0.4s ease;
}
a.link_line_arrow span::after {
	content: "";
	display: inline-block;
	width: 21px;
	height: 7px;
	position: absolute;
	background-image: url("../img/arrow_green_right.svg");
	background-repeat: no-repeat;
	background-position: center right;
	top: 25%;
	right: 0px;
	transition: all 0.4s ease;
}


/*-------------------------
   two_one_column
-------------------------*/
.two_one_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.two_one_column::after{
    content:"";
    display: block;
    width: 48%;
}

.two_one_column .column{
    width: 48%;
}
@media screen and (max-width: 640px) {
.two_one_column::after{
    content:"";
    display: block;
    width: 100%;
}

.two_one_column .column{
    width: 100%;
}
.two_one_column .column:nth-child(n+2){
	margin-top: 1em;
}
}
/* ------------------------

.btn_

------------------------ */

/* ----- .btn_onlineconsult -----*/

.bg_lightblue {
	background: #DEE8ED;
	border-bottom: #ccc solid 1px;
	border-top: #ccc solid 1px;
	width: 100%;
}

.btn_onlineconsult_wrap_top,
.btn_onlineconsult_wrap {
	background: #DEE8ED;
	border-bottom: #ccc solid 1px;
	border-top: #ccc solid 1px;
	box-sizing: border-box;
	padding: 29px 20px;
	width: 100%;
}
.btn_onlineconsult_wrap {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
.btn_onlineconsult_inner {
	box-sizing: border-box;
	margin: 0 auto;
	width: 976px;
	text-align: center;
}
.btn_onlineconsult_two {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	margin: auto;
}
.btn_onlineconsult_wrap .btn_onlineconsult_two {
	align-items: center;
}
.btn_onlineconsult_two .btn_onlineconsult_block {
	margin-right: 20px;
	text-align: center;
	width: 335px;
}

.btn_onlineconsult_two .btn_onlineconsult_block:last-child {
	margin-right: 0;
}
.btn_onlineconsult a {
	background: #477D85;
	border: #477D85 solid 1px;
	border-radius: 4px;
	box-sizing: border-box;
	color: #FFF;
	display: block;
	padding: 20px 0;
	position: relative;
	transition: 0.2s ease-in-out;
	text-align: center;
	width: 400px;
	text-decoration: none;
	margin: 0 auto;
}
.btn_onlineconsult a:hover {
	background: #fff;
	border: #477D85 solid 1px;
	border-radius: 4px;
	box-sizing: border-box;
	color: #477D85;
	display: block;
	padding: 20px 0;
	position: relative;
	transition: 0.2s ease-in-out;
}

.btn_onlineconsult.btn_wide_standard {
	text-align: center;
	width: 335px;
}

.ico_free {
	color: #222;
	display: inline-block;
	font-size: 75%;
	margin: 0 1.5em;
	position: relative;
	text-align: center;
	transition: 0.2s ease-in-out;
	z-index: 1;
}
.ico_free::after {
	background: #fff;
	border-radius: 50%;
	content: "";
	display: inline-block;
	font-size: 75%;
	height: 36px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform : translate(-50%,-50%);
	transition: 0.2s ease-in-out;
	width: 36px;
	z-index: -1;
}
.btn_onlineconsult a:hover .ico_free {
	color: #fff;
	transition: 0.2s ease-in-out;
}
.btn_onlineconsult a:hover .ico_free::after {
	background: #222;
	transition: 0.2s ease-in-out;
}
.arrow-right{
	display: block;
	position: absolute;
	right: 10px;
	padding-bottom: 5px;
	top: 50%;
    transition: 0.2s ease-in-out;
	transform : translateY(-50%);
    width: 20px;
}
.arrow-right::before{
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #FFF;
}
.arrow-right::after{
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 0px;
    width: 6px;
    height: 1px;
    border-top: 1px solid #FFF;
    transform: rotate(-135deg);
}
a:hover .arrow-right {
		right: -10px;
		transition: 0.2s ease-in-out;
}
.btn_black a .arrow-right::before {
	background: #FFF;
}
.btn_black a .arrow-right::after {
	border-top: 1px solid #FFF;
}
.btn_black a:hover .arrow-right::before {
	background: #477D85;
}
.btn_black a:hover .arrow-right::after {
	border-top: 1px solid #477D85;
}

.onlineconsult_list {
	display: inline-block;
	margin: 20px auto 0;
}
.onlineconsult_list li {
	margin-right: 1em;
	padding-left: 19px;
	text-align: left;
	text-indent: -19px;
	white-space: nowrap;
}
.onlineconsult_list li:before {
	background-image: url(../img/ico_check.png);
	background-size: contain;
	content: '';
	display: inline-block;
	height: 14px;
	margin-right: 5px;
	vertical-align: middle;
	width: 14px;
}
.onlineconsult_ico_list {
	
}
.onlineconsult_ico_list li {
	background: #fff;
	border-radius: 30px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 12px;
	margin: 2px;
	padding: 3px 10px;
	white-space: nowrap;
}
.onlineconsult_ico_list li::before {
	background-size: contain;
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	height: 16px;
	margin-right: 5px;
	vertical-align: middle;
	width: 16px;
}
.onlineconsult_ico_list li.ico_mobile::before {
	background-image: url(../img/icon_mobile.png);
}
.onlineconsult_ico_list li.ico_chat::before {
	background-image: url(../img/icon_chat.png);
}
.onlineconsult_ico_list li.ico_time::before {
	background-image: url(../img/icon_time.png);
}


@media screen and (max-width: 640px) {
	.btn_onlineconsult_wrap {
		margin: 0 calc(50% - 50vw);
		padding: 1em 1em .5em;
		width: 100vw;
	}
	.btn_onlineconsult_inner {
		width: 100%;
	}
	.btn_onlineconsult_two {
		display: block;
		padding: 0 15px;
	}
	.btn_onlineconsult_two .btn_onlineconsult_block {
		margin: 1em 0 0;
		width: 100%;
	}
	.btn_onlineconsult_wrap_top .btn_onlineconsult_two .btn_onlineconsult_block:first-child {
		margin: 2em 0 0;
	}
	.btn_onlineconsult_two .btn_onlineconsult_block:first-child {
		margin: 1em 0 0;
	}
	.btn_onlineconsult {
		margin-bottom: 0;
	}
	.onlineconsult_list {
		display: inline-block;
		margin: 0 auto 0;
	}
	.onlineconsult_list li {
		font-size: 14px;
		margin-right: 0;
		white-space: wrap;
	}
}
/* ------------------------

.footerBanner

------------------------ */

.footerBanner {
  padding: 15px;
  box-shadow: 0px -12px 25px rgba(0, 0, 0, 0.0784313725);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.5s ease;
  opacity: 0;
  	background: #F0F5F4;
	border-bottom: #ccc solid 1px;
	border-top: #ccc solid 1px;
}


.footerBanner.active {
  opacity: 1;
}
.footerBanner__inner {
  width: 976px;
  margin: 0 auto;

}
.footerBanner__inner .button {
  max-width: 49%;
  font-size: 20px;
  padding: 15px 0;
}
.footerBanner__inner .button + .button {
  margin-top: 0;
}
.holdings-footer {
  margin-bottom: 84px;
}

.footerBanner .btn_onlineconsult_two {
	align-items: center;
}
@media screen and (max-width: 640px) {
  .footerBanner {
	padding: 10px 10px;
  }
  .footerBanner__inner {
    width: 100%;
  }
  .footerBanner__inner .button {
    max-width: 100%;
    width: 100%;
    font-size: 18px;
  }
  .footerBanner__inner .button::after,
  .footerBanner__inner .button + .button {
    display: none;
  }
  .holdings-footer {
    margin-bottom: 52px;
  }
}


.mod_section .btn_onlineconsult a {
	padding: 14px 0;
}

.mod_section .showroom_block .btn_onlineconsult a {
	margin: 0 auto 0 0;
}


.swiper-slide {
	opacity: .3; /* 左右のスライドを薄くする */
	transform: scale(.8); /* 左右のスライドを小さくする */
	transition: .7s; /* ゆっくり小さくさせる */
	padding-bottom: 80px;
}
.swiper-slide img {
	height: auto;
	width: 100%;
	transition: 0.3s;
}
.swiper-slide img:hover{
    opacity: 0.7;
}
.swiper-slide p {
	text-align: center;
	font-size: 88%;
	margin-top: 0.4em;
}
.swiper-slide-active {
	opacity: 1; /* 中央のスライドは薄くしない */
	transform: scale(1); /* 中央のスライドは小さくしない */
	z-index: 1; /* 中央のスライドを一番上にする */
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 968px;
  position: relative;
		z-index: 0;
}

/* -------------------------------------------------------------------- */
/* スライド矢印のカスタマイズ */
/* -------------------------------------------------------------------- */
/* 矢印画像の高さと幅 */
.swiper-button-prev,
.swiper-button-next {
  height: 60px;
  width: 60px;
	transition: 0.3s;
}
/* 矢印を消して画像に変更する */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
  margin: auto;
	top: 240px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover{
    opacity: 0.7;
}
/* 前に戻る矢印の画像パスと表示位置 */
.swiper-button-prev::after {
  background-image: url("../img/icon_arrow_prev.webp");
  left: 300px;
}
/* 次に進む矢印の画像パスと表示位置 */
.swiper-button-next::after {
  background-image: url("../img/icon_arrow_next.webp");
  right: 300px;
}

/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px 10px;
}

/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: #477D85;
}

@media screen and (max-width: 640px) {
.swiper-container {
	width: 160vw;
	margin: 0 0 0 -30vw;
}
.swiper-slide {
	padding-bottom: 12vw;
}
	
.swiper-slide p {
	font-size: 3vw;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	top: 40vw;
}
.swiper-button-prev::after {
  left: 40vw;
}
.swiper-button-next::after {
  right: 40vw;
}
}

/*-------------------------
  featherlight_inner_box
-------------------------*/

.featherlight_box{
	display: none;
}
.featherlight_inner_box{
	width: 644px;
	background: #FFF;
	padding: 0 0 40px;
	box-sizing: border-box;
	line-height: 1.6;
	margin: 0 auto;
}

.featherlight_inner_box img {
	max-width: 100%;
	height: auto;
}

.featherlight_inner_box h3 {
	font-size: 138%;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.featherlight_inner_box h4 {
	font-size: 125%;
	font-weight: bold;
	margin: 1em 0 0.4em;
	color: #477D85;
}
.featherlight_inner_box p {
	font-size: 88%;
	margin-bottom: 0.8em;
}
.featherlight_inner_box p.name {
	margin-bottom: 0.2em;
}
.featherlight_inner_box p.department {
	font-size: 75%;
	margin-bottom: 0em;
}
.featherlight_inner_box img+p {
	margin-top: 0.8em;
}

.featherlight_inner_box .ploﬁle{
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 0.4em;
	color: #477D85;
	border-bottom: 1px solid #477D85;
}
@media screen and (max-width: 640px) {
.featherlight_inner_box{
	margin: 2em auto 0;
	width: 94vw;
	padding: 10px 20px 20px;
}
.featherlight_inner_box h3 {
	font-size: 5.2vw;
}
.featherlight_inner_box h4 {
	font-size: 4vw;
}
.featherlight_inner_box p {
	font-size: 3.4vw;
}
.featherlight_inner_box p.name {
	font-size: 3.4vw;
}
.featherlight_inner_box p.department {
	font-size: 2.4vw;
}
.featherlight_inner_box .ploﬁle{
	font-size: 3.6vw;
}
}

