@charset "UTF-8";
/*
Theme Name: wiz-hairinfo
Author: Airily
Version: 1.0
*/
footer {
  vertical-align: revert;
  margin: unset;
  padding: revert-layer;
}
footer div, footer span, footer p, footer a, footer table, footer tbody, footer tr, footer th, footer td, footer dl, footer dt, footer dd, footer img {
  vertical-align: revert;
  margin: unset;
  padding: revert-layer;
}
footer img {
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

div, pre, p, blockquote, h1, h2, h3, h4, h5, h6, form, fieldset, figure, figcaption, ul, ol, li {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}
@media (max-width: 1680px) {
  html {
    font-size: 54.6%;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 52%;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 45.5%;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 41.6%;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 33.3%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

* {
  box-sizing: border-box;
  word-break: break-all;
}

p {
  margin-bottom: 1.2em;
}
p.mb0 {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
}

a {
  color: #000;
}
a[href^="tel:"] {
  text-decoration: none;
}
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a img:hover {
  opacity: 0.6;
}

.slick-gstyle {
  width: 100%;
}

#slick-gstyle_wrap {
  margin-bottom: 45px;
  overflow: hidden;
}
#slick-gstyle_wrap .gstyle-slide {
  width: 20rem;
  margin: 0 1rem;
}

.slick-gstyle_arrow_box {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: flex-end;
  margin: 0 auto;
  position: relative;
  margin-bottom: 4.211em;
}
@media (max-width: 767px) {
  .slick-gstyle_arrow_box {
    width: 100%;
    margin-bottom: 6rem;
  }
}
.slick-gstyle_arrow_box .prev-arrow,
.slick-gstyle_arrow_box .next-arrow {
  display: block;
  height: 15px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.slick-gstyle_arrow_box .prev-arrow::before,
.slick-gstyle_arrow_box .next-arrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.slick-gstyle_arrow_box .prev-arrow {
  width: 216px;
}
@media (max-width: 767px) {
  .slick-gstyle_arrow_box .prev-arrow {
    width: 116px;
  }
}
.slick-gstyle_arrow_box .prev-arrow::before {
  width: 216px;
  background-image: url(common/img/staff-slide_arrow-l.png);
}
@media (max-width: 767px) {
  .slick-gstyle_arrow_box .prev-arrow::before {
    width: 116px;
    background-image: url(common/img/staff-slide_arrow-l_sp.png);
  }
}
.slick-gstyle_arrow_box .next-arrow {
  width: 185px;
}
@media (max-width: 767px) {
  .slick-gstyle_arrow_box .next-arrow {
    width: 84px;
  }
}
.slick-gstyle_arrow_box .next-arrow::before {
  width: 185px;
  background-image: url(common/img/staff-slide_arrow-r.png);
  left: -185px;
}
@media (max-width: 767px) {
  .slick-gstyle_arrow_box .next-arrow::before {
    width: 84px;
    background-image: url(common/img/staff-slide_arrow-r_sp.png);
    left: -84px;
  }
}

body {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 1.9rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
body.nav-open {
  overflow: hidden;
  touch-action: none;
  /*
    position: fixed;
    width: 100%;
    overflow: hidden;
    touch-action: none;
  */
}
body.nav-open #header.hide {
  transform: translateY(0) !important;
}

#main {
  margin-top: 3rem;
}

/*
//gnaviコンテナ
#nav-container {
	width: 100%;
	@include mq(gn-pc) {
		//position: absolute;
		//bottom: 8px;
	}
	@include mq(gn) {
		position: fixed;
		height: 100vh;
		pointer-events: none;
	}
}

@include mq(gn) {
	//後ろの黒
	#nav-container .bg {
  		position: absolute;
  		//top: v.$hd-height_sp;//黒開始位置（header高さ）
		top: calc(60px - 1px);//黒開始位置（header高さ）
  		left: 0;
 	 	width: 100%;
		height: calc(100% - 60px - 1px);//top分引いてる
  		visibility: hidden;
  		opacity: 0;
  		transition: .3s;
  		background: #000;
	}
	#nav-container:focus-within .bg {
  		visibility: visible;
  		opacity: .6;
	}
}
#nav-container * {
  	visibility: visible;
}

@include mq(gn-pc) {
	.icon-txt {
		display: none;
	}
}
@include mq(gn) {
	//トグルメニュー
	.button {
  		position: relative;
		top: 20px;
  		display: flex;
  		flex-direction: column;
		align-items: center;
  		//justify-content: center;
  		z-index: 11;
		appearance: none;
  		-webkit-appearance: none;
  		border: 0;
  		background: transparent;
  		border-radius: 0;
  		//height: v.$hd-height_sp;//headerの高さと同じにすると、上下センター
  		//width: 30px;
		width: 40px;//v.$hd-height_sp;
		height: 43px;//v.$hd-height_sp;
  		cursor: pointer;
  		pointer-events: auto;
  		margin-left: auto;
		margin-right: 10px;
  		touch-action: manipulation;
  		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	.icon-bar {
  		display: block;
  		//width: 100%;
  		//height: 3px;
		width: 40px;
		height: 1px;
  		background: #000;
  		transition: .3s;
	}
	.icon-bar + .icon-bar {
  		//margin-top: 8px;
		margin-top: 12px;
	}
	.icon-bar + .icon-txt {
	  margin-top: 5px;
	  display: block;
	  text-align: center;
	  font-size: 12px;
	  font-weight: 500;
	  //padding-left: .2rem;
	  //letter-spacing: .2rem;
	  line-height: 1;
	}

#nav-container:focus-within .button {
  pointer-events: none;
}
#nav-container:focus-within .icon-bar:nth-of-type(1) {
  //transform: translate3d(0,11px,0) rotate(45deg);
  transform: translate3d(0,7px,0) rotate(20deg);
}
#nav-container:focus-within .icon-bar:nth-of-type(2) {
	transform: translate3d(0,-7px,0) rotate(-20deg);
  //opacity: 0;
}
//#nav-container:focus-within .icon-bar:nth-of-type(3) {
//  transform: translate3d(0,-11px,0) rotate(-45deg);
//}
}

//gnavボックス
// ⇒ _gnavi
@include mq(gn) {
	#nav-container:focus-within #nav-content {
  		transform: none;
	}
}
*/
section {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  padding: 3em 20px;
  /*
     &.in-menu_box {
  	@include wid-max-pc;
  	padding-top: 2em;//追加
  	@include pad-rl;
  	@include mq(pc) {
  		padding-bottom: 13rem;
  	}
         .home_hair-info_inner {
             padding-bottom: 0 !important;
         }
     }
  */
}
@media (min-width: 769px) {
  section {
    padding-top: 3em;
    padding-bottom: 3em;
    padding-right: 20px;
    padding-left: 20px;
  }
}
section.full {
  max-width: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
section.full.charge-post {
  padding-bottom: 0;
}
section.full .inner-max {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
}
section.full .inner-max.menu_wrapp {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  section.full .inner-max.menu_wrapp {
    margin-top: 4rem;
  }
}
section > p:last-child {
  margin-bottom: 0;
}

main {
  width: 100%;
}
main.sub-box {
  margin-top: 2em;
}
@media (max-width: 767px) {
  main.sub-box {
    margin-top: 90px;
  }
}
main.sub-box section {
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
}
main.sub-box section:nth-last-of-type(1) {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  main.sub-box section:nth-last-of-type(1) {
    margin-bottom: 6rem;
  }
}

.path-bg {
  display: flex;
  width: 100%;
  height: 30px;
  background: #000D26;
  margin-top: 12rem;
}
@media (min-width: 1200px) {
  .path-bg {
    margin-top: 12rem;
  }
}
@media (max-width: 1199px) {
  .path-bg {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .path-bg {
    display: none;
  }
}
.path-bg .path-wrap {
  width: 100%;
  max-width: 1680px;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

ol.topic-path {
  display: flex;
  list-style: none;
  color: #fff;
  line-height: 1;
  position: relative;
}
ol.topic-path li {
  display: inline;
  margin-left: 15px;
  font-size: 1.6rem;
}
ol.topic-path li:first-child {
  margin-left: 0;
  margin-right: 0;
}
ol.topic-path li a {
  padding-right: 20px;
  background: url(img/topicpath-arrow.svg) no-repeat right center;
  text-decoration: none;
  color: #fff;
}
ol.topic-path li a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  ol.topic-path li a {
    margin-right: 5px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  ol.topic-path li {
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    line-height: 1.5;
  }
}
ol.topic-path li:nth-last-of-type(1) a {
  background: none;
  padding-right: 0;
}
@media (max-width: 767px) {
  ol.topic-path {
    display: none;
  }
}

/*
.h1_header {
	display: inline-flex;
	flex-direction: column;
	font-size: 1.5rem;
	font-weight: 400;
	white-space: nowrap;
	//background: aqua;
	@include mq(sp) {
		font-size: 12px;
	}
	span {
		display: inline-block;
		&.before {
			font-size: 1.9rem;
			padding-right: 1rem;
			@include mq(sp) {
				font-size: 14px;
			}
		}
		&.wiz {
			font-size: 2.7rem;
			@include mq(sp) {
				font-size: 2.0rem;
			}
		}
	}
}
*/
.sec_title_wrapp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2rem;
}
.sec_title_wrapp::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #D9D9D9;
}

h3.sec_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
h3.sec_title::before {
  content: "";
  background: url(img/common/bullet_icon02.png) center no-repeat;
  mix-blend-mode: multiply;
}
h3.sec_title .ttl {
  flex: 1;
}
h3.sec_title.v1 {
  flex-wrap: nowrap;
  padding-right: 5rem;
  font-size: 3.2rem;
  position: relative;
}
@media (max-width: 767px) {
  h3.sec_title.v1 {
    font-size: 2rem;
    line-height: 1.3;
  }
}
h3.sec_title.v1::before {
  width: 6rem;
  height: 6rem;
}
@media (min-width: 769px) {
  h3.sec_title.v1::before {
    background-size: 2.3rem;
  }
}
@media (max-width: 767px) {
  h3.sec_title.v1::before {
    width: 4rem;
  }
}
h3.sec_title.v1::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #002060;
  position: absolute;
  bottom: -2px;
}
h3.sec_title.v2 {
  gap: 0 1rem;
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
  margin-bottom: 2rem;
}
h3.sec_title.v2::before {
  width: 4rem;
  height: 6rem;
}
@media (min-width: 769px) {
  h3.sec_title.v2::before {
    background-size: 57.5%;
  }
}
h3.sec_title.v2 .ttl {
  font-size: 2.7rem;
}
@media (max-width: 767px) {
  h3.sec_title.v2 .ttl {
    font-size: 2rem;
  }
}

.bg_h3-lt-gry {
  width: 100%;
  height: 24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EAEAEA;
  /*h2.h3_home, */
}
@media (max-width: 767px) {
  .bg_h3-lt-gry {
    height: 14rem;
  }
}
.bg_h3-lt-gry h2.h2_01 {
  margin-bottom: 0;
}

.txt-c {
  text-align: center;
}

.clr-red {
  color: #C00000;
}

a.u-line {
  text-decoration: underline;
}
a.u-line:hover {
  text-decoration: none;
}

.pc_on {
  display: block;
}
@media (max-width: 767px) {
  .pc_on {
    display: none;
  }
}

.sp_on {
  display: block;
}
@media (min-width: 769px) {
  .sp_on {
    display: none;
  }
}

.pc_br {
  display: block;
}
@media (max-width: 767px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media (max-width: 767px) {
  .sp_br {
    display: block;
  }
}
@media (min-width: 769px) {
  .sp_br.non-br {
    white-space: nowrap;
  }
}
.sp_br.pad-r {
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .sp_br.pad-r {
    padding-right: 0;
  }
}
.sp_br.pad-l {
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .sp_br.pad-l {
    padding-left: 0;
  }
}

.s2v {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
@media (max-width: 767px) {
  .s2v {
    bottom: 0;
    right: 0;
  }
}
.s2v img {
  width: 50px;
  height: 50px;
}

.wp-pagenavi {
  text-align: center;
	line-height: 2.5;
}

.wp-pagenavi a, .wp-pagenavi span {
  padding: 1px 8px 3px;
}

/*
.pageNum {
	text-align: center;
	font-size: 16px;
	@include mq(sp) {
		font-size: 14px;
	}
	a {
		text-decoration: none;
		&.numb2 {
			padding: 0 2em;
		}
	}
}
*/
.pagination {
  width: 100%;
  overflow: hidden;
  text-align: center;
  clear: both;
  background-color: transparent;
  padding-top: 4em;
}
.pagination li {
  display: inline-block;
  margin: 0 5px;
}
.pagination a {
  padding: 5px 10px;
  display: inline-block;
  border: solid 1px #cccccc;
  color: #000000;
  background-color: #ffffff;
  font-size: 15px;
  text-decoration: none;
}
.pagination a:hover {
  background-color: #e8e8e8;
}
.pagination span {
  padding: 5px 10px;
  display: inline-block;
}
.pagination span.current {
  padding: 5px 10px;
  display: inline-block;
  border: solid 1px #cccccc;
  color: #000000;
  background-color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
}

.fadeIn {
  opacity: 0;
  transition-duration: 1.3s;
  transition-property: opacity, transform;
}

.fadeIn-up {
  transform: translate(0, 50px);
}

.scrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

#slick-gstyle_wrap {
  display: none;
}

#slick-gstyle_wrap.slick-initialized {
  display: block;
}

h2.h2_01 {
  width: 100%;
  margin-bottom: 2.5em;
  text-align: center;
  color: #7F7F7F;
  font-weight: 400;
  position: relative;
}
@media (min-width: 769px) {
  h2.h2_01 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  h2.h2_01 {
    font-size: 1.6rem;
  }
}
h2.h2_01 .txt-eng {
  display: block;
  font-size: 2.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
@media (min-width: 769px) {
  h2.h2_01 .txt-eng {
    font-size: 3.7rem;
  }
}
h2.h2_01.hairinfo {
  margin-bottom: 0;
}

h3.h3_mark {
  width: 100%;
  margin-bottom: 4rem;
  padding-left: 20px;
  font-size: 2.4rem;
  font-weight: 400;
  position: relative;
}
h3.h3_mark::before {
  content: url("img/h4_icon.png");
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  h3.h3_mark {
    font-size: 2rem;
  }
}

.btn_01 {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  border: solid 1px #002060;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  z-index: 0;
}
.btn_01.center {
  margin: 0 auto;
}
.btn_01.right {
  margin: 0 0 0 auto;
}
.btn_01.left {
  margin: 0 auto 0 0;
}
.btn_01::after {
  content: "";
  display: block;
  -webkit-mask-image: url(img/common/angle-right-solid.svg);
          mask-image: url(img/common/angle-right-solid.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  left: 2rem;
  transition: 0.2s ease-in-out;
}
.btn_01.w240 {
  max-width: 240px;
  padding: 12px 10px;
}
.btn_01.w240::after {
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
  width: 8px;
  height: 13px;
  top: calc(50% - 6px);
}
.btn_01.w240-v2 {
  max-width: 240px;
  height: 4rem;
  padding-left: 4rem;
  display: flex;
  align-items: center;
  text-align: left;
}
.btn_01.w240-v2::after {
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
  width: 8px;
  height: 13px;
  top: calc(50% - 6px);
}
.btn_01.w320 {
  max-width: 320px;
  padding: 12px 10px;
}
.btn_01.w320::after {
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
  width: 8px;
  height: 13px;
  top: calc(50% - 6px);
}
.btn_01.w360 {
  max-width: 360px;
  padding: 12px 10px;
}
.btn_01.w360::after {
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
  width: 8px;
  height: 13px;
  top: calc(50% - 6px);
}
.btn_01.h50 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn_01::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  transform: translateX(-102%);
  z-index: -1;
}
.btn_01:hover::before {
  left: 0;
  transform: translateX(0);
}
.btn_01.fill {
  background-color: #002060;
  color: #fff;
}
.btn_01.fill::after {
  background-color: #fff;
}
.btn_01.fill::before {
  background-color: #fff;
}
.btn_01.fill:hover {
  color: #002060;
}
.btn_01.fill:hover::after {
  background-color: #002060;
}

/*
.h4_wrapp {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    //@include mq(sp) {
        //flex-wrap: wrap;
        //gap: 1rem;
    //}
    //スペシャルコンテンツ用
    &.h4_special {
        margin-bottom: 3rem;
    }
    //
    h3.h4-01 {
        width: calc(100% - 130px);
        //display: flex;
        //align-items: center;
        font-size: 2.7rem;
        font-family: v.$f-mincho;
        font-weight: 400;
        position: relative;
        @include mq(sp) {
            width: 100%;
            font-size: 2.3rem;
        }
        &::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 10px;
            z-index: -1;
            width: calc(100% - 10px);
            height: 1px;
            background: #BFBFBF;
        }
        .h4_txt {
            display: inline-block;
            padding-right: 20px;
            background: #fff;
        }
        .h4_icon {
            display: inline-block;
            padding-right: 8px;
            background: #fff;
        }
        //
        &.full {
            width: 100%;
            display: flex;
            align-items: center;
        }
    }
    //
    .btn_box {
        width: 130px;
        padding-left: 10px;
        background: #fff;
        @include mq(sp) {
            padding-left: 0;
            margin-right: 0;
            margin-left: auto;
        }
    }
    //BA新20250327の下
    &.v2 {
        h3.h4-01 {
            width: calc(100% - 30rem);
        }
        //
        .btn_box {
            width: 30rem;
        }
    }
}
*/
/*
.btn-more {
    width: 120px;
    height: 30px;
    display: flex;
    align-items: center;
    background: #A6A6A6;//#BFBFBF;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 13px;
    letter-spacing: .1rem;
    //くの字
	&::before {
		content: "";
		display: block;
		mask-image: url(../img/common/angle-right-solid.svg);
		mask-repeat: no-repeat;
        mask-size: 5px 10px;
        background-color: #fff;
        width: 5px;
        height: 10px;
        margin-right: 8px;
        margin-left: 8px;
        //top: calc(50% - 5px);
    }
}
*/
.h4_wrapp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  /*
  &.h4_special {
      margin-bottom: 3rem;
  }
  */
  /*
  &.v2 {
      h3.h4-01 {
          width: calc(100% - 30rem);
      }
      //
      .btn_box {
          width: 30rem;
      }
  }
  */
}
.h4_wrapp h3.h4-01 {
  width: calc(100% - 130px);
  font-size: 2.7rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  position: relative;
}
@media (max-width: 767px) {
  .h4_wrapp h3.h4-01 {
    width: 100%;
    font-size: 2.3rem;
  }
}
.h4_wrapp h3.h4-01::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: -1;
  width: calc(100% - 10px);
  height: 1px;
  background: #BFBFBF;
}
.h4_wrapp h3.h4-01 .h4_txt {
  display: inline-block;
  padding-right: 20px;
  background: #fff;
}
.h4_wrapp h3.h4-01 .h4_icon {
  display: inline-block;
  padding-right: 8px;
  background: #fff;
}
.h4_wrapp h3.h4-01.full {
  width: 100%;
  display: flex;
  align-items: center;
}
.h4_wrapp .btn_box {
  width: 130px;
  padding-left: 10px;
  background: #fff;
}
@media (max-width: 767px) {
  .h4_wrapp .btn_box {
    padding-left: 0;
    margin-right: 0;
    margin-left: auto;
  }
}
.h4_wrapp.v2 {
  margin-bottom: 4rem;
}
.h4_wrapp.v2 h3.h4-01 {
  width: calc(100% - 30rem);
  font-size: 2.1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  .h4_wrapp.v2 h3.h4-01 {
    display: flex;
    align-items: center;
    width: calc(100% - 14rem);
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .h4_wrapp.v2 h3.h4-01 .h4_txt {
    padding-right: 10px;
  }
}
.h4_wrapp.v2 .btn_box {
  width: 30rem;
}
@media (max-width: 767px) {
  .h4_wrapp.v2 .btn_box {
    width: 13rem;
  }
}
.h4_wrapp.v2 .btn_box .btn-more {
  width: 120px;
  height: 30px;
  display: flex;
  align-items: center;
  background: #A6A6A6;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1rem;
  width: 100%;
  height: 4rem;
  font-size: 1.9rem;
}
.h4_wrapp.v2 .btn_box .btn-more::before {
  content: "";
  display: block;
  -webkit-mask-image: url(img/common/angle-right-solid.svg);
          mask-image: url(img/common/angle-right-solid.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 5px 10px;
          mask-size: 5px 10px;
  background-color: #fff;
  width: 5px;
  height: 10px;
  margin-right: 8px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .h4_wrapp.v2 .btn_box .btn-more {
    text-align: left;
    font-size: 13px;
    line-height: 1.2;
  }
}
.h4_wrapp.v2 .btn_box .btn-more::before {
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
  width: 8px;
  height: 13px;
  margin-top: 0.2rem;
  margin-right: 0.8rem;
  margin-left: 1.5rem;
}
@media (max-width: 767px) {
  .h4_wrapp.v2 .btn_box .btn-more::before {
    width: 12px;
    margin-right: 0.5rem;
    margin-left: 0.8rem;
  }
}

/*
.col4 {
    @include col4;
}
*/
/*
.home_hair-info_inner {
    @include wid-max-pc;
    padding: 3em 20px 13rem;
	@include mq(pc) {
		padding-top: 4.5em;
	}
    @include mq(sp) {
        padding-bottom: 11rem;//6rem;
    }
    //
    > img {
        display: block;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 82 / 39;
        @include mq(pc) {
            display: none;
        }
    }
    //
    .box_h3 {
        width: 100%;
        position: absolute;
        top: 50px;
        left: 0;
    }
    //
    .box_txt {
        width: 100%;
        position: unset;
        padding-right: 10px;
        padding-left: 10px;
        //top: 110px;
        @include mq(pc) {
            max-width: 1680px;
            padding-top: 3%;
            padding-right: 20px;
            padding-left: 20px;
            margin: auto;
            //position: absolute;
            //top: 8%;
            //left: 50%;
            //transform: translateX(-50%);
        }
    }
}

p.h4_txt-explanation {
    margin-bottom: 1.875em;
    color: #7F7F7F;
    font-size: 1.6rem;
}
*/
/*
.home_gstyle_box {
    width: 100%;//200px
    //display: flex;
    //flex-direction: column;
    a {
        display: flex;
        flex-direction: column;
        text-decoration: none;
        &:hover {
            text-decoration: underline;
        }
    }
    figure {
        width: 100%;
        margin-bottom: 20px;
    }
    .txt_box {
        width: 100%;
        margin-top: auto;
        margin-bottom: 0;
        //text-decoration: none;
        //font-size: 1.7rem;
        font-weight: 700;
    }
}
*/
/*
.hair-info_col {
    display: flex;
    gap: 0 6.09756%;
    margin-bottom: 12rem;
    @include mq(gn) {
        flex-wrap: wrap;
        gap: 4rem;
        margin-bottom: 6rem;
    }
    //
    .col-box-01 {
        width: 34.14634%;//560
        @include mq(gn) {
            width: 100%;
        }
        .col-box-inner {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            gap: 1.053em 0;
            //
            .col2_hair-info {
                width: 100%;
                display: flex;
                //gap: 1.053em 0;
                figure {
                    width: 20.17857%;
                }
                .txt_box {
                    width: calc(100% - 20.17857%);
                    //flex: 1;
                    padding-top: 1rem;
                    padding-left: 15px;
                    @include mq(gn) {
                        padding-top: 0;
                    }
                    .title {
                        display: block;
                        margin-bottom: .8em;
                        font-weight: 700;
                        @include mq(gn) {
                            margin-bottom: 0;
                        }
                        a {
                            text-decoration: none;
                            &:hover {
                                text-decoration: underline;
                            }
                        }
                    }
                    p {
                        margin-bottom: 0
                    }
                    a {
                        text-decoration: none;
                        &:hover {
                            text-decoration: underline;
                        }
                    }
                }
            }
        }
    }
    //
    .col-box-02 {
        width: 19.512195%;//320
        @include mq(gn) {
            width: 100%;
        }
        .col-box-inner {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            .qa_box, .model_box {
                .col2_hair-info {
                    display: flex;
                    figure {
                        width: 35.3125%;
                        @include mq(gn) {
                            width: 20.17857%;
                        }
                    }
                    .txt_box {
                        width: calc(100% - 35.3125%);
                        padding-top: 1rem;
                        padding-left: 15px;
                        @include mq(gn) {
                            width: calc(100% - 20.17857%);
                        }
                    }
                }
            }
            .model_box {
                margin-top: auto;
                margin-bottom: 0;
                @include mq(gn) {
                    display: none;
                }
            }
        }
    }
}
*/
/*
.btn-more_wt {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12rem;
    height: 12rem;
    background: rgba($color: #fff, $alpha: .7);
    border: solid 1px #002060;
    border-radius: 50%;
    color: #002060;
    cursor: pointer;
    position: relative;
    @include mq(sp) {
        width: 80px;
        height: 80px;
    }
    &::after {
        content: "";
        display: block;
        width: 22px;
        height: 11px;
        background-image: url(../img/arrow-down_blu.webp);
        background-size: contain;
        position: absolute;
        top: 70%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    &:hover {
        opacity: .6;
    }
}
*/
/*
.more.grad {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26rem;//
    background-image: linear-gradient( 180deg, rgba(255,255,255,0), rgba(255,255,255,0.1), rgba(255,255,255,0.6), white );   // 上から下へ：[白色半透明]から[白色]へグラデーション
    margin-top: -26rem;//
    position: relative;
    @include mq(sp) {
        height: 16rem;
        margin-top: -16rem;
    }
    p {
        cursor: pointer;
    }
}
*/
/*
.contents_open {
    transition: transform 0.4s ease;
    .col4 {
        padding-top: 2.1em;
        @include mq(sp) {
            padding-top: 10px;
        }
    }
}
*/
.section_gallery_menu {
  margin-bottom: 16rem;
}
.section_gallery_menu.v1 {
  margin-bottom: 12rem;
}
.section_gallery_menu .section_gallery_menu_group {
  width: 100%;
  max-width: 1000px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}
.section_gallery_menu .section_gallery_menu_group.v1 {
  max-width: 1680px;
}
.section_gallery_menu .sec_inner {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
}
.section_gallery_menu .sec_inner.v1 {
  width: 86.5854%;
  max-width: 1420px;
  padding-bottom: 5rem;
}
@media (min-width: 1680px) {
  .section_gallery_menu .sec_inner.v1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section_gallery_menu .sec_inner.v1 {
    width: 100%;
    padding-bottom: 2rem;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.section_gallery_menu .sec_inner.v1 .menu-name {
  width: 50%;
}
@media (max-width: 767px) {
  .section_gallery_menu .sec_inner.v1 .menu-name {
    width: 100%;
  }
}
.section_gallery_menu .sec_inner.v2 {
  padding-bottom: 3rem;
  border-bottom: solid 1px #BFBFBF;
  margin-bottom: 4rem;
}
@media (min-width: 769px) {
  .section_gallery_menu .sec_inner.v2 {
    padding-right: 4.5rem;
    padding-left: 4.5rem;
  }
}
@media (max-width: 767px) {
  .section_gallery_menu .sec_inner.v2 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.section_gallery_menu .sec_inner.v2 .menu-name {
  width: 100%;
}

.bg-out-wrapp {
  width: 100%;
  max-width: 1000px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}

.section_detail_banner {
  width: 100%;
}
.section_detail_banner.n1 {
  display: flex;
  gap: 0 2rem;
  background-color: #eceaeb;
  margin: 6rem auto 4rem;
}
@media (max-width: 767px) {
  .section_detail_banner.n1 {
    flex-wrap: wrap;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .section_detail_banner.n2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.section_detail_banner .main_key {
  width: calc((100% - 2rem) / 2);
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .section_detail_banner .main_key {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section_detail_banner .desc {
    padding-top: 10px;
  }
}

.section_detail_main {
  width: 100%;
  max-width: 1000px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}
.section_detail_main .sec_header {
  border-top: solid 1px #BFBFBF;
  text-align: center;
}
.section_detail_main .sec_header .ttl {
  display: block;
  padding: 1rem 0;
  font-size: 2.7rem;
}
@media (max-width: 767px) {
  .section_detail_main .sec_header .ttl {
    font-size: 2rem;
  }
}
.section_detail_main .sec_header .lbl {
  display: block;
  padding: 5px;
  background: #BFBFBF;
  color: #FFF;
  font-size: 2.1rem;
  line-height: 1em;
}
@media (max-width: 767px) {
  .section_detail_main .sec_header .lbl {
    font-size: 1.6rem;
  }
}
.section_detail_main .sec_desc {
  line-height: 1.6;
}
@media (min-width: 769px) {
  .section_detail_main .sec_desc {
    padding: 4rem 0 5rem;
  }
}
@media (max-width: 767px) {
  .section_detail_main .sec_desc {
    padding: 2rem 0;
  }
}
.section_detail_main .ls_step {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 9.8%;
  margin-bottom: 9rem;
}
.section_detail_main .ls_step li {
  width: 26.8%;
  position: relative;
}
.section_detail_main .ls_step li .image {
  position: relative;
}
.section_detail_main .ls_step li .image::before {
  content: "";
  display: block;
  width: 36.54%;
  height: 100%;
  background: url(img/contents/eyelash/icon_img04.png) 50% 50% no-repeat;
  background-size: 1.2rem 2rem;
  position: absolute;
  top: 0;
  left: -36.54%;
}
.section_detail_main .ls_step li .desc {
  padding-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
.section_detail_main .ls_step li:nth-child(3n+1) .image:before {
  display: none;
}

.section_content_l {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 2rem;
  padding-right: 20px;
  padding-left: 20px;
}
.section_content_l.first {
  padding-bottom: 12rem;
}
.section_content_l .inner-row {
  padding-right: 1rem;
  padding-left: 1rem;
}
.section_content_l .inner-details {
  width: 48.7805%;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 1680px) {
  .section_content_l .inner-details {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section_content_l .inner-details {
    width: 100%;
  }
}

.title-search {
  padding: 1rem;
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
  text-align: center;
  font-size: 2.7rem;
  font-weight: normal;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .title-search {
    font-size: 2rem;
  }
}
.title-search.v2 {
  margin-bottom: 3.5rem;
}
.title-search.v3 {
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .title-search.v3 {
    margin-bottom: 2rem;
  }
}
.title-search.v4 {
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .title-search.v4 {
    margin-bottom: 2rem;
  }
}

.search-step {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .search-step {
    flex-direction: column;
  }
}
.search-step .icon-step {
  width: 9rem;
  height: 3rem;
  padding-bottom: 0.2rem;
  border: solid 1px #7F7F7F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 767px) {
  .search-step .icon-step {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .search-step .txt-step {
    width: 100%;
  }
}
.search-step .txt-step.w-specify {
  width: 32rem;
}
@media (max-width: 767px) {
  .search-step .txt-step.w-specify {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .search-step .key-step {
    width: 100%;
  }
}
.search-step .max-step {
  width: 100%;
}
@media (min-width: 769px) {
  .search-step .max-step {
    padding-left: 16rem;
  }
}
.search-step.v2 {
  padding-top: 1rem;
  margin-bottom: 6rem;
}

.block_tag {
  padding-left: 17rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
  margin-bottom: 4rem;
}
@media (min-width: 769px) {
  .block_tag.faq .checkbox_parts {
    width: 29rem;
  }
}
@media (max-width: 767px) {
  .block_tag {
    padding-left: 0;
  }
}

/*
.form-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 0;
    margin-bottom: 4rem;
    &.faq {
        .checkbox_parts {
            width: 29rem;
        }
    }
}
*/
button[type=submit].button_submit-new {
  -webkit-appearance: none;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 7rem;
  height: 5rem;
  background-color: #002060;
  border: solid 1px #002060;
  text-align: center;
  color: #fff;
  font-size: 1.9rem;
  transition: 0.2s ease-in-out;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
@media (min-width: 769px) {
  button[type=submit].button_submit-new {
    width: 36rem;
  }
}
@media (max-width: 767px) {
  button[type=submit].button_submit-new {
    width: 100%;
    max-width: 360px;
    padding: 1rem 3rem;
    font-size: 1.4rem;
  }
}
button[type=submit].button_submit-new::after {
  content: "";
  display: block;
  background-color: #fff;
  -webkit-mask-image: url(img/common/angle-right-solid.svg);
          mask-image: url(img/common/angle-right-solid.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
  width: 8px;
  height: 13px;
  position: absolute;
  top: calc(50% - 6px);
  left: 2rem;
  transition: 0.2s ease-in-out;
}
button[type=submit].button_submit-new::before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  transform: translateX(-102%);
  z-index: -1;
}
button[type=submit].button_submit-new:hover {
  color: #002060;
}
button[type=submit].button_submit-new:hover::after {
  background-color: #002060;
}
button[type=submit].button_submit-new:hover::before {
  left: 0;
  transform: translateX(0);
}

.ls_pd {
  display: flex;
  flex-direction: column;
  gap: 7rem 0;
}
@media (min-width: 769px) {
  .ls_pd {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .ls_pd {
    gap: 6rem 0;
  }
}
.ls_pd .content {
  display: flex;
  flex-wrap: wrap;
}
.ls_pd .content p {
  color: #404040;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .ls_pd .content p {
    line-height: 1.7;
  }
}
.ls_pd time {
  color: #7F7F7F;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
@media (max-width: 767px) {
  .ls_pd time {
    display: none;
  }
}
.ls_pd .ttl {
  margin: 1.5rem 0;
  font-size: 2.7rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  .ls_pd .ttl {
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .ls_pd .image {
    width: 24.0741%;
    max-width: 390px;
  }
}
@media (max-width: 767px) {
  .ls_pd .image {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .ls_pd .text {
    flex: 1;
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .ls_pd .text {
    width: 100%;
  }
}

.post_content time {
  display: block;
  text-align: right;
  color: #7F7F7F;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
@media (max-width: 767px) {
  .post_content time {
    display: none;
  }
}
.post_content.-ba time {
  color: #BFBFBF;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .post_content.-ba time {
    display: block;
  }
}

.blog_post .font-title-h3 {
  padding-left: 0.8rem;
  border-left: 0.7rem solid #786958;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 7rem;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .blog_post .font-title-h3 {
    font-size: 20px;
  }
}
.blog_post .font-title-h5 {
  font-size: 2.1rem;
  font-weight: bold;
  padding-bottom: 0.8rem;
  border-bottom: 3px solid #444;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .blog_post .font-title-h5 {
    font-size: 16px;
  }
}
.blog_post img {
  margin: 3.5rem 0;
}

.ls_faq {
  width: 82.9269%;
  max-width: 1360px;
  margin: 0 auto;
}
@media (min-width: 1680px) {
  .ls_faq {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ls_faq {
    width: 100%;
  }
}
.ls_faq .ttl {
  position: relative;
  display: flex;
  gap: 0 1rem;
  cursor: pointer;
  padding-right: 3rem;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .ls_faq .ttl {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .ls_faq .content {
    padding: 2rem 1rem;
  }
}
.ls_faq .content:nth-last-of-type(1) {
  border-bottom: solid 1px #BFBFBF;
  margin-bottom: 8rem;
}
.ls_faq .answer {
  padding: 2rem 0;
}

.tag_sex {
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px) {
  .tag_sex {
    gap: 1rem;
  }
}
.tag_sex .form_item {
  font-size: 1.9rem;
}
@media (max-width: 767px) {
  .tag_sex .form_item {
    font-size: 14px;
  }
}
.tag_sex .checkbox_parts {
  width: 24rem;
  height: 3rem;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .tag_sex .checkbox_parts {
    width: 100%;
  }
}
.tag_sex .checkbox_parts span {
  position: relative;
  z-index: 1;
}
.tag_sex .checkbox_parts::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #D9D9D9;
}
.tag_sex .checkbox:checked + .checkbox_parts::before {
  /*
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  */
  background-color: #D9D9D9;
}

.style-wrapp {
  width: 100%;
  padding: 1rem;
  border-bottom: solid 1px #D9D9D9;
  display: flex;
}
@media (max-width: 767px) {
  .style-wrapp {
    flex-wrap: wrap;
  }
}
.style-wrapp .style-category {
  width: 26rem;
}
@media (max-width: 767px) {
  .style-wrapp .style-category {
    width: 100%;
    padding-bottom: 1rem;
    font-weight: bold;
  }
}
@media (min-width: 769px) {
  .style-wrapp .tag_other {
    gap: 1rem 0;
    flex: 1;
  }
  .style-wrapp .tag_other label {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .style-wrapp .tag_other label {
    width: 50%;
  }
}
.style-wrapp:first-child {
  border-top: solid 1px #D9D9D9;
}

.tag_other {
  display: flex;
  flex-wrap: wrap;
}

.view-more {
  width: 100%;
}

.btn-view-more {
  width: 13rem;
  height: 2.5rem;
  padding-bottom: 0.2rem;
  background-color: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  cursor: pointer;
}

.contents_view {
  width: 100%;
  transition: transform 0.4s ease;
}
.contents_view.style-tag {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
	.contents_view.style-tag {
		gap: 1rem 0;
	}
}

.contents_view.style-tag.is-open {
  display: flex;
}
.contents_view.style-tag label {
  width: 25%;
}
@media (max-width: 767px) {
	.contents_view.style-tag label {
	  width: 50%;
	}
	.contents_view.style-tag label:nth-of-type(odd) {
		padding-right: 10px;
	}
	.contents_view.style-tag label:nth-of-type(even) {
		padding-left: 10px;
	}
}

.gstyle_wrapp {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .gstyle_wrapp {
    padding-right: 0;
    padding-left: 0;
  }
}
.gstyle_wrapp.v2 {
  padding-bottom: 0;
}
.gstyle_wrapp .col4_gstyle {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 3.7037037%;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .gstyle_wrapp .col4_gstyle {
    gap: 4rem;
  }
}
.gstyle_wrapp .col4_gstyle a.gstyle_box {
  width: 22.2222225%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  /*> */
}
@media (max-width: 767px) {
  .gstyle_wrapp .col4_gstyle a.gstyle_box {
    width: 100%;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
  }
}
.gstyle_wrapp .col4_gstyle a.gstyle_box .gstyle_inner {
  width: 100%;
  display: flex;
}
.gstyle_wrapp .col4_gstyle a.gstyle_box figure {
  width: 50%;
  background: #F2F2F2;
  text-align: center;
}
.gstyle_wrapp .col4_gstyle a.gstyle_box figure.fig_01 {
  position: relative;
}
.gstyle_wrapp .col4_gstyle a.gstyle_box figure.fig_01::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.gstyle_wrapp .col4_gstyle a.gstyle_box figure.ba-type {
  position: relative;
  aspect-ratio: 18/24;
}
.gstyle_wrapp .col4_gstyle a.gstyle_box figure.ba-type .ba-title {
  width: 100%;
  padding: 3px 5px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
}
.gstyle_wrapp .col4_gstyle a.gstyle_box figure img {
  aspect-ratio: 18/24;
  -o-object-fit: contain;
     object-fit: contain;
}
.gstyle_wrapp .col4_gstyle a.gstyle_box .record_box {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.gstyle_wrapp .col4_gstyle a.gstyle_box .record_box .record-day {
  display: block;
  color: #BFBFBF;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.gstyle_wrapp .col4_gstyle a.gstyle_box .record_box p {
  margin-bottom: 0;
}
.gstyle_wrapp .col4_gstyle a.gstyle_box img:hover {
  opacity: 1;
}
.gstyle_wrapp .col4_gstyle a.gstyle_box:hover {
  opacity: 0.6;
}

.btn-charge-post {
  margin-bottom: 3em;
}

.ttl_gray {
  font-size: 2.4rem;
  line-height: 1;
  padding: 1rem;
  text-align: center;
  background-color: #F2F2F2;
  color: #7F7F7F;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .ttl_gray {
    font-size: 2rem;
  }
}
.ttl_gray.after {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .ttl_gray.after {
    margin-top: 4rem;
  }
}

.post_content.-ba {
  width: 70.7317%;
  max-width: 1160px;
  margin: 0 auto;
}
@media (min-width: 1680px) {
  .post_content.-ba {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .post_content.-ba {
    width: 100%;
  }
}
.post_content.-ba .image {
  width: 100%;
  display: flex;
  gap: 1.5rem 4rem;
}
@media (max-width: 767px) {
  .post_content.-ba .image {
    flex-direction: column;
  }
}
.post_content.-ba .image .img-box {
  width: 100%;
}
@media (min-width: 769px) {
  .post_content.-ba .image .img-box {
    width: calc((100% - 8rem) / 3);
  }
}

.row.-ba {
  display: flex;
  gap: 0 4rem;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .row.-ba {
    gap: 0 1.5rem;
    margin-top: 40px;
  }
}
.row.-ba .col6 {
  width: calc(100% - 2rem);
  /*
  .ttl_gray {
      height: 6rem;
      padding: 0;
      background-color: #002060;
      border-right: solid 1px #002060;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      margin-bottom: 1rem;
      @include mq(sp) {
          height: 40px;
          font-size: 16px;
      }
      &::before, &::after {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          //right: 0;
          //left: 0;
          width: 0;
          height: 0;
          border-top: 3rem solid transparent;
          border-bottom: 3rem solid transparent;
          @include mq(sp) {
              border-top-width: 20px;
              border-bottom-width: 20px;
          }
      }
      &::before {
          left: 0;
          //border-top: 3rem solid transparent;
          //border-bottom: 3rem solid transparent;
          border-left: 3rem solid #fff;
          @include mq(sp) {
              border-left-width: 20px;
          }
      }
      &::after {
          right: 0;
          border-left: 3rem solid #002060;
          transform: translateX(3rem);
          @include mq(sp) {
              border-left-width: 20px;
              transform: translateX(20px);
          }
      }
  }
  */
}
@media (max-width: 767px) {
  .row.-ba .col6 {
    width: calc(100% - 0.75rem);
  }
}
.row.-ba .col6.col-l {
  /*
  .ttl_gray {
      z-index: 2;
      //&::after {
          //right: 2px;
      //}
  }
  */
}
.row.-ba .col6.col-l .img-box {
  position: relative;
}
.row.-ba .col6.col-l .img-box .band {
  width: 100%;
  display: block;
  padding: 0.5rem 1rem;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.row.-ba .col6.col-r {
  /*
  .ttl_gray {
      width: calc(100% - 3rem);
      border-left: solid 3px #fff;
      z-index: 1;
      @include mq(sp) {
          width: calc(100% - 20px);
      }
      //&::before {
          //left: 2px;
      //}
  }
  */
}
.row.-ba .col6.col-r .img-box {
  position: relative;
}
.row.-ba .col6.col-r .img-box .band {
  width: 100%;
  display: block;
  padding: 0.5rem 1rem;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.row.-ba.v2 {
  margin-top: 0;
  /*
  .ba-title {
      width: 100%;
      padding: 3px 5px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      background: rgba($color: #000000, $alpha: .4);
      text-align: center;
      color: #fff;
      //font-size: 1.6rem;
      //font-weight: 400;
      letter-spacing: .2rem;
  }
  */
}
@media (max-width: 767px) {
  .row.-ba.v2 {
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .row.-ba.v2 .col6 {
    width: 100%;
  }
}

p.ba-new2-comment {
  padding-top: 1rem;
  margin-top: 0 !important;
  margin-bottom: 7rem !important;
}

.ba-shop-link {
  display: flex;
  justify-content: flex-end;
  gap: 1rem 4rem;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .ba-shop-link {
    flex-direction: column;
    align-items: flex-end;
  }
}
.ba-shop-link a {
  padding-left: 2rem;
  text-decoration: none;
  position: relative;
}
.ba-shop-link a::after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  -webkit-mask-image: url(img/common/angle-right-solid.svg);
          mask-image: url(img/common/angle-right-solid.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
  background-color: #000;
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  transition: 0.2s ease-in-out;
}
.ba-shop-link a:hover {
  text-decoration: underline;
}
.ba-shop-link.left {
  justify-content: unset;
}

.staff-post-data {
  width: 100%;
  display: flex;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .staff-post-data {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 60px;
  }
}
.staff-post-data > figure, .staff-post-data > a {
  width: 17.0732%;
  padding-top: 10px;
  padding-left: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .staff-post-data > figure, .staff-post-data > a {
    width: 100%;
    max-width: 270px;
    padding-right: 10px;
  }
}
.staff-post-data > figure .staff-icon, .staff-post-data > a .staff-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.staff-post-data > figure .staff-icon img, .staff-post-data > a .staff-icon img {
  width: 12.8rem;
  height: 6.8rem;
}
.staff-post-data > figure a, .staff-post-data > a a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s ease-in-out;
}
.staff-post-data > figure a:hover, .staff-post-data > a a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.staff-post-data .txt_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 6rem;
  padding-right: 10px;
  padding-left: 6rem;
}
@media (max-width: 767px) {
  .staff-post-data .txt_box {
    flex: auto;
    width: 100%;
    padding-top: 0;
    padding-left: 10px;
  }
}
.staff-post-data .txt_box > span {
  display: block;
}
.staff-post-data .txt_box > span.job-position {
  color: #404040;
  font-size: 2.1rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .staff-post-data .txt_box > span.job-position {
    text-align: center;
    font-size: 1.7rem;
    margin-bottom: 0;
  }
}
.staff-post-data .txt_box > span.staff-name {
  font-size: 3.7rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .staff-post-data .txt_box > span.staff-name {
    text-align: center;
    font-size: 3rem;
  }
}
.staff-post-data .txt_box p.staff-comment {
  color: #404040;
  line-height: 1.7;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .staff-post-data .txt_box p.staff-comment {
    font-size: 1.6rem;
  }
}
.staff-post-data.v2 {
  align-items: center;
}
.staff-post-data.v2 .txt_box {
  padding-top: 0;
  padding-right: 12rem;
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .staff-post-data.v2 .txt_box {
    padding: 0;
  }
  .staff-post-data.v2 .txt_box .btn_01 {
    margin-right: auto;
    margin-left: auto;
  }
}
.staff-post-data.v2 .link_box {
  width: 43rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 767px) {
  .staff-post-data.v2 .link_box {
    width: 100%;
  }
}
.staff-post-data.v2 .link_box .link-banner {
  width: 100%;
  min-height: 9rem;
  padding: 1rem 0.5rem 1rem 5.5rem;
  border: solid 1px #BFBFBF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  position: relative;
}
@media (max-width: 767px) {
  .staff-post-data.v2 .link_box .link-banner {
    max-width: 430px;
    margin-right: auto;
    margin-left: auto;
  }
}
.staff-post-data.v2 .link_box .link-banner::after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  -webkit-mask-image: url(img/common/angle-right-solid.svg);
          mask-image: url(img/common/angle-right-solid.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
  background-color: #000;
  position: absolute;
  top: calc(50% - 6px);
  left: 2rem;
  transition: 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .staff-post-data.v2 .link_box .link-banner span:first-child {
    width: calc(100% - 100px);
  }
  .staff-post-data.v2 .link_box .link-banner span + span img {
    width: 95px;
  }
}

/*
.h4_wrapp {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    @include mq(sp) {
        //flex-wrap: wrap;
        //gap: 1rem;
    }
    //
    &.h4_special {
        margin-bottom: 3rem;
    }
    //
    h3.h4-01 {
        width: calc(100% - 30rem);
        //display: flex;
        //align-items: center;
        font-size: 2.7rem;
        font-family: v.$f-mincho;
        font-weight: 400;
        position: relative;
        @include mq(sp) {
            width: 100%;
            font-size: 2.3rem;
        }
        &::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 10px;
            z-index: -1;
            width: calc(100% - 10px);
            height: 1px;
            background: #BFBFBF;
        }
        .h4_txt {
            display: inline-block;
            padding-right: 20px;
            background: #fff;
        }
        .h4_icon {
            display: inline-block;
            padding-right: 8px;
            background: #fff;
        }
        //
        &.full {
            width: 100%;
            display: flex;
            align-items: center;
        }
    }
    //
    .btn_box {
        width: 30rem;
        padding-left: 10px;
        background: #fff;
        @include mq(sp) {
            padding-left: 0;
            margin-right: 0;
            margin-left: auto;
        }
        //read more
        .btn-more {
            width: 100%;//290px;
            height: 4rem;
            display: flex;
            align-items: center;
            background: #A6A6A6;//#BFBFBF;
            text-decoration: none;
            text-align: center;
            color: #fff;
            font-size: 1.9rem;
            //font-size: 13px;
            //letter-spacing: .1rem;
            //くの字
            &::before {
                content: "";
                display: block;
                mask-image: url(../img/common/angle-right-solid.svg);
                mask-repeat: no-repeat;
                mask-size: 8px 13px;
                background-color: #fff;
                width: 8px;
                height: 13px;
                margin-top: .2rem;
                margin-right: .8rem;
                //margin-left: 8px;
                //font-size: 14px;
                //top: calc(50% - 5px);
            }
        }
    }
}
*/
.btn_wrapp {
  padding-top: 4rem;
}/*# sourceMappingURL=style2.css.map */

/*メニューガイドのYouTube*/

.section_detail_video .sec_desc {
  margin-bottom: 4rem;
}

/* 基本は画面幅に応じて100% */
.video-frame,.detail_video.example_video {
  width: 100%;
  max-width: 960px;
  aspect-ratio: 16 / 9; 
  margin: 0 auto 2rem;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
}

/*スペシャルコンテンツ店舗一覧2カラム*/

ul.special-beautysalon-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style-type: none;
    max-width: 800px;
}

ul.special-beautysalon-list li {
    width: 47.5%;
}

ul.special-beautysalon-list li:nth-of-type(2n) {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
  ul.special-beautysalon-list li .blog_post .font-title-h5 {
    font-size: 14px;
  }
  ul.special-beautysalon-list li .font-small {
    font-size: 12px;
  }
}