@charset "UTF-8";
/*
Theme Name: wiz-store
Author: Airily
Version: 1.0
*/
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;
}

#footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /*
  .footer_ban_recruit {
  	@include mq(sp) {
  		background: url(../img/footer_bg_recruit_sp.webp) no-repeat left top;
  		background-size: cover;
  		padding-top: 40%;//55%;
  		img {
  			display: none;
  		}
  	}
  }

  .footer_ban_contact {
  	@include mq(sp) {
  		background: url(../img/footer_bg_contact.webp) no-repeat center top;
  		background-size: cover;
  		padding-top: 40%;//55%;
  		img {
  			display: none;
  		}
  	}
  }
  */
}
@media (min-width: 769px) {
  #footer {
    gap: 0;
  }
}
#footer .footer_ban_recruit, #footer .footer_ban_contact {
  width: 100%;
  position: relative;
  /*
  .txt_box {
  	//width: 60%;
  	position: absolute;
  	//right: 5%;
  	//top: 55%;
  	width: 62.5%;//600
  	padding: 3rem;
  	//top: 50%;
  	//left: 50%;
  	//transform: translate(-50%,-50%);
  	background: rgba($color: #fff, $alpha: .85);
  	text-align: center;
  	//transform: translateY(-50%);
  	//text-align: right;
  	@include mq(pc) {
  		top: 50%;
  		left: 50%;
  		transform: translate(-50%,-50%);
  		//width: 55%;
  		//top: 45%;
  		//left: 50%;
  		//transform: translate(-50%,-50%);
  		//text-align: left;
  		//margin-bottom: 2em;
  	}
  	@include mq(sp) {
  		height: 100%;
  		top: 0;
  		right: 0;
  		padding: 1rem;//3rem 2rem;

  		display: flex;
  		flex-direction: column;
  		justify-content: center;
  		text-align: left;
  		font-size: 12px;
  	}
  	p {
  		margin-bottom: 0;
  		//font-weight: 500;
  		&.txt-01 {
  			font-size: 15px;
  			margin-bottom: 1rem;
  			//font-family: v.$f-mincho;
  			@include mq(pc) {
  				font-size: 2.4rem;
  				//font-weight: 400;
  				//letter-spacing: .2rem;
  			}
  		}
  		&.txt-03 {
  			margin-bottom: 1em;
  			//font-size: 14px;
  			@include mq(pc) {
  				//font-size: 2.2rem;
  				text-align: center;
  			}
  		}
  	}
  	a {
  		display: flex;
  		justify-content: center;
  		padding-top: 5px;
  		padding-bottom: 5px;
  		//align-items: center;
  		@include mq(sp) {
  			width: 70%;
  			margin: 0 auto;
  		}
  	}
  }
  */
}
@media (min-width: 769px) {
  #footer .footer_ban_recruit, #footer .footer_ban_contact {
    width: 50%;
  }
}
#footer .footer_ban_recruit img, #footer .footer_ban_contact img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 960/380;
}
@media (max-width: 767px) {
  #footer .btn_box_footer_ban a.btn_01 {
    max-width: 160px;
    padding: 5px;
    font-size: 15px;
  }
}
#footer .btn_box_footer_ban.sp_center a.btn_01 {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 769px) {
  #footer .btn_box_footer_ban.sp_center a.btn_01 {
    margin-right: auto;
  }
}
#footer .footer_bg {
  width: 100%;
  background: #000D26;
}
#footer .footer_bg .footer_logo_wrapp {
  text-align: center;
}
#footer .footer_bg a {
  text-decoration: none;
  color: #D9D9D9;
}
#footer .footer_bg a:hover {
  opacity: 0.7;
}
#footer .footer_bg a.logo_box {
  width: auto;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding-left: 0;
  margin-bottom: 4.5em;
}
@media (max-width: 1199px) {
  #footer .footer_bg a.logo_box {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5rem;
  }
}
@media (max-width: 1199px) {
  #footer .footer_bg a.logo_box figure {
    margin-bottom: 1em;
  }
}
@media (min-width: 1200px) {
  #footer .footer_bg a.logo_box figure {
    width: auto;
  }
}
#footer .footer_bg a.logo_box figure img {
  width: 104px;
}
@media (min-width: 1200px) {
  #footer .footer_bg a.logo_box .logo_txt {
    padding-left: 3rem;
  }
}
#footer .footer_bg a.logo_box .logo_txt p {
  margin-bottom: 0;
}
#footer .footer_bg a.logo_box .logo_txt p.txt_hair-salon {
  font-size: 1.5rem;
}
#footer .footer_bg a.logo_box .logo_txt p.txt_group {
  font-size: 2.4rem;
}
@media (min-width: 1200px) {
  #footer .footer_bg a.logo_box .logo_txt p.txt_group {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  #footer .footer_bg a.logo_box .logo_txt {
    width: auto;
  }
}
#footer .footer_inner {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 4em 0 0;
}
@media (min-width: 1200px) {
  #footer .footer_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  #footer .footer_inner {
    text-align: center;
  }
}

dl.footer_shop-info {
  margin: 0;
  padding: 0;
  margin-bottom: 5rem;
}
dl.footer_shop-info dt, dl.footer_shop-info dd {
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  dl.footer_shop-info {
    display: none;
  }
}
@media (max-width: 1199px) {
  dl.footer_shop-info {
    text-align: center;
  }
  dl.footer_shop-info dt {
    color: #D9D9D9;
    font-size: 2rem;
    font-family: "Zen Old Mincho", serif;
    margin-bottom: 5px;
  }
  dl.footer_shop-info dd {
    font-size: 1.8rem;
  }
  dl.footer_shop-info dd.dd-phone {
    margin-bottom: 2rem;
  }
  dl.footer_shop-info dd.dd-web a {
    display: block;
    width: 50%;
    padding: 1rem;
    border: solid 1px #D9D9D9;
    margin: 0 auto;
  }
}

ul.footer_nav_sp {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #fff;
}
ul.footer_nav_sp a {
  display: block;
  padding: 1em 1rem;
  font-size: 1.8rem;
  font-weight: 500;
}
ul.footer_nav_sp li {
  width: 50%;
  text-align: center;
  border-bottom: solid 1px #fff;
}
ul.footer_nav_sp li:first-child {
  width: 100%;
}
ul.footer_nav_sp li:nth-child(even) {
  border-right: solid 1px #fff;
}
@media (min-width: 1200px) {
  ul.footer_nav_sp {
    display: none;
  }
}

.footer_nav_pc {
  display: none;
}
@media (min-width: 1200px) {
  .footer_nav_pc {
    width: 100%;
    display: flex;
    gap: 2.439%;
    margin-bottom: 3em;
  }
  .footer_nav_pc dl {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
  }
  .footer_nav_pc dl dt, .footer_nav_pc dl dd {
    margin: 0;
    padding: 0;
  }
  .footer_nav_pc dl.dl-01 {
    width: 16%;
    max-width: 170px;
  }
  .footer_nav_pc dl.dl-01 dt, .footer_nav_pc dl.dl-01 dd {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 1rem;
    position: relative;
  }
  .footer_nav_pc dl.dl-01 dt::before, .footer_nav_pc dl.dl-01 dd::before {
    content: "-";
    color: #D9D9D9;
  }
  .footer_nav_pc dl.dl-02 {
    width: 19%;
    max-width: 200px;
  }
  .footer_nav_pc dl.dl-02 dt, .footer_nav_pc dl.dl-02 dd {
    margin-bottom: 1rem;
  }
  .footer_nav_pc dl.dl-02 dt {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
  }
  .footer_nav_pc dl.dl-02 dt::before {
    content: "-";
    color: #D9D9D9;
  }
  .footer_nav_pc dl.dl-02 dd {
    width: 100%;
    padding-left: 1rem;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
  }
  .footer_nav_pc dl.dl-02 dd::before {
    content: "・";
    color: #D9D9D9;
  }
  .footer_nav_pc dl.dl-02.shop-list {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #D9D9D9;
  }
  .footer_nav_pc dl.dl-02.shop-list dt span {
    display: inline-block;
    padding-left: 2rem;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd {
    display: flex;
    justify-content: space-between;
    gap: 0;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd::before, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd::before {
    display: none;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd table, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd table {
    border-collapse: collapse;
    width: 100%;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd table tr th, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd table tr th {
    padding-right: 3rem;
    text-align: left;
    font-weight: normal;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd table tr td, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd table tr td {
    padding: 0 0 1rem;
    color: #D9D9D9;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd table tr td.web, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd table tr td.web {
    padding-left: 1rem;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd a.shop, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd a.shop {
    position: relative;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd a.shop::before, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd a.shop::before {
    content: "・";
    color: #D9D9D9;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd a.phone, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd a.phone {
    letter-spacing: 0.2rem;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd > div, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd > div {
    padding-left: 1rem;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 {
    padding-right: 5rem;
  }
}

.footer_sns_wrapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  line-height: 1;
  margin-bottom: 2rem;
}
@media (max-width: 1199px) {
  .footer_sns_wrapp {
    margin-top: 3rem;
  }
}

.copyright {
  padding: 50px 20px 10px;
  color: #D9D9D9;
  font-size: 10px;
}
@media (min-width: 1200px) {
  .copyright {
    padding: 1em 20px;
    text-align: center;
    font-size: 1.3rem;
  }
}

.slider {
  opacity: 0;
  transition: 0.4s;
}

.slider.slick-initialized {
  opacity: 1;
}

.slick_wrap {
  width: 100%;
  position: relative;
  background: #F8F8F8;
}
@media (max-width: 767px) {
  .slick_wrap {
    background: none;
    margin-top: 60px;
  }
}

.main-slide {
  position: relative;
}
@media (max-width: 767px) {
  .main-slide .slick-list {
    margin-bottom: 2rem;
  }
}

.main-img {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}
.main-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.main-img img.sl_sp_on {
  display: block;
}
@media (min-width: 501px) {
  .main-img img.sl_sp_on {
    display: none !important;
  }
}
.main-img img.sl_md_on {
  display: none;
}
@media screen and (min-width: 501px) and (max-width: 1400px) {
  .main-img img.sl_md_on {
    display: block;
  }
}
.main-img img.sl_pc_on {
  display: block;
}
@media (max-width: 500px) {
  .main-img img.sl_pc_on {
    display: none !important;
  }
}

.slide-txt-wrapp {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 15rem;
  left: 0;
  padding-right: 10rem;
}
@media (max-width: 767px) {
  .slide-txt-wrapp {
    bottom: 2rem;
    padding-right: 20px;
  }
}
.slide-txt-wrapp .slide-txt {
  text-align: right;
}
.slide-txt-wrapp .slide-txt .dec-txt {
  display: inline-block;
  padding: 0.8rem 2rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: #fff;
}
@media (max-width: 767px) {
  .slide-txt-wrapp .slide-txt .dec-txt {
    padding: 0.5em 1rem;
  }
}

#thumbnail {
  max-width: 1780px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  #thumbnail {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  #thumbnail {
    display: none;
  }
}
#thumbnail .slick-track {
  transform: unset !important;
}
#thumbnail .thumbnail-img {
  background: #000;
  margin-right: 10px;
  cursor: pointer;
  width: 10%;
}
#thumbnail .thumbnail-img img {
  opacity: 0.5;
  transition: opacity 0.3s linear;
}
#thumbnail .slick-current img {
  opacity: 1;
}

.arrow_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .arrow_box {
    width: 100%;
  }
}
.arrow_box .prev-arrow,
.arrow_box .next-arrow {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .arrow_box .prev-arrow,
  .arrow_box .next-arrow {
    width: 20px;
    height: 20px;
  }
}
.arrow_box .prev-arrow::before,
.arrow_box .next-arrow::before {
  position: absolute;
  top: -160px;
  left: 20px;
  content: "";
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .arrow_box .prev-arrow::before,
  .arrow_box .next-arrow::before {
    top: 0;
    left: 10px;
    width: 20px;
    height: 20px;
  }
}
.arrow_box .prev-arrow::before {
  background-image: url(common/img/slide-arrow-l.png);
}
.arrow_box .next-arrow::before {
  background-image: url(common/img/slide-arrow-r.png);
  left: -60px;
}
@media (max-width: 767px) {
  .arrow_box .next-arrow::before {
    left: -30px;
  }
}

.dots-wrap {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.dots-wrap li {
  width: 10px;
  height: 10px;
  background: #BFBFBF;
  border-radius: 50%;
  cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #002060;
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.add-animation {
  animation: zoomUp 7s linear 0s normal both;
}

.slick-staff {
  width: 100%;
}
.slick-staff .staff-slide img {
  width: 100%;
}

#slick-staff_wrap {
  margin-bottom: 45px;
  overflow: hidden;
}
#slick-staff_wrap .staff-slide {
  margin: 0 3.5rem;
}
@media (min-width: 769px) {
  #slick-staff_wrap .staff-slide {
    width: 55rem;
  }
}
@media (max-width: 767px) {
  #slick-staff_wrap .staff-slide {
    width: 37rem;
    margin: 0 auto;
  }
}

.slick-staff_arrow_box {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: flex-end;
  margin: 0 auto;
  position: relative;
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  .slick-staff_arrow_box {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.slick-staff_arrow_box .prev-arrow,
.slick-staff_arrow_box .next-arrow {
  display: block;
  height: 15px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.slick-staff_arrow_box .prev-arrow::before,
.slick-staff_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-staff_arrow_box .prev-arrow {
  width: 216px;
}
@media (max-width: 767px) {
  .slick-staff_arrow_box .prev-arrow {
    width: 116px;
  }
}
.slick-staff_arrow_box .prev-arrow::before {
  width: 216px;
  background-image: url(common/img/staff-slide_arrow-l.png);
}
@media (max-width: 767px) {
  .slick-staff_arrow_box .prev-arrow::before {
    width: 116px;
    background-image: url(common/img/staff-slide_arrow-l_sp.png);
  }
}
.slick-staff_arrow_box .next-arrow {
  width: 185px;
}
@media (max-width: 767px) {
  .slick-staff_arrow_box .next-arrow {
    width: 84px;
  }
}
.slick-staff_arrow_box .next-arrow::before {
  width: 185px;
  background-image: url(common/img/staff-slide_arrow-r.png);
  left: -185px;
}
@media (max-width: 767px) {
  .slick-staff_arrow_box .next-arrow::before {
    width: 84px;
    background-image: url(common/img/staff-slide_arrow-r_sp.png);
    left: -84px;
  }
}

.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;
}
body.nav-open #header.hide {
  transform: translateY(0) !important;
}

section,
.section-box {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  padding: 3em 20px;
}
@media (min-width: 769px) {
  section,
  .section-box {
    padding-top: 3em;
    padding-bottom: 3em;
    padding-right: 20px;
    padding-left: 20px;
  }
}
section.full,
.section-box.full {
  max-width: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
section.full.in-menu_box,
.section-box.full.in-menu_box {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
section.full .inner-max,
.section-box.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,
.section-box.full .inner-max.menu_wrapp {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  section.full .inner-max.menu_wrapp,
  .section-box.full .inner-max.menu_wrapp {
    margin-top: 4rem;
  }
}
section > p:last-child,
.section-box > 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: v.$hd-height_pc;
	//padding: 10px 20px;
	//position: absolute;
	//bottom: 0;
	@include mq(gn-pc) {
		margin-top: v.$hd-height_pc;
	}
	@include mq(gn) {
		margin-top: v.$hd-height_sp;
	}
	@include mq(sp) {
		display: none;
	}
	.path-wrap {
		width: 100%;//85.417%;
		max-width: 1680px;
		@include pad-rl;
		@include flex;
		align-items: center;
		margin: 0 auto;
		//@include wid-max-pc;
	}
}

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

.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;
}

.pageNum {
  text-align: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  .pageNum {
    font-size: 14px;
  }
}
.pageNum a {
  text-decoration: none;
}
.pageNum a.numb2 {
  padding: 0 2em;
}

.pagination {
  width: 100%;
  overflow: hidden;
  text-align: center;
  clear: both;
  background-color: transparent;
  padding-top: 4em;
}
.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;
}

a .img-ov {
  display: block;
  overflow: hidden;
  position: relative;
}
a .img-ov img {
  transition: ease 0.35s;
}
a .img-ov::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
a .img-ov:hover::before {
  animation: ring 0.8s;
}
a:hover .img-ov img {
  transform: scale(1.1, 1.1);
}

@keyframes ring {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.tbl-aco.aco-wrapper {
  border-bottom: solid 1px #BFBFBF;
}

@media (max-width: 767px) {
  .col-l .tbl-aco.aco-wrapper {
    border-bottom: none;
  }
}
.aco-wrapper {
  width: 100%;
  border-spacing: 0;
  margin: 0 auto;
}
.aco-wrapper.first tr:first-of-type .aco-text {
  display: block;
}
.aco-wrapper.first tr:first-of-type .aco-btn::after {
  transform: rotate(0);
}
.aco-wrapper.first tr:first-of-type .aco-btn.active::after {
  transform: rotate(90deg);
}

.aco-content {
  padding: 0;
}
@media (max-width: 767px) {
  .aco-content {
    display: block;
  }
}
.aco-content .in_aco-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.aco-btn.aco-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  position: relative;
  cursor: pointer;
}

h3.box_question {
  width: 100%;
  display: flex;
  font-weight: 400;
  line-height: 1;
  position: relative;
}
h3.box_question .in_question {
  width: 100%;
  display: flex;
  align-items: center;
  height: auto;
  position: relative;
  padding: 2rem 1rem;
  border-top: solid 1px #BFBFBF;
  color: #000;
  line-height: 1.4;
  cursor: pointer;
}
@media (min-width: 769px) {
  h3.box_question .in_question {
    height: 100px;
    padding: 3.5rem 1rem;
  }
}
h3.box_question .in_question p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 2.7rem;
  padding-right: 45px;
}
@media (max-width: 767px) {
  h3.box_question .in_question p {
    font-size: 2rem;
  }
}
h3.box_question .in_question .number {
  min-width: 20px;
  color: #4285F4;
  font-size: 2.8rem;
  margin-right: 20px;
  white-space: nowrap;
  line-height: 1;
}
@media (min-width: 769px) {
  h3.box_question .in_question .number {
    font-size: 4.3rem;
  }
}
h3.box_question .in_question .txt {
  padding-top: 3px;
}

.aco-btn::before, .aco-btn::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background-color: #000;
  transition: all 0.4s;
  position: absolute;
  right: 20px;
  bottom: 46%;
}
.aco-btn::after {
  transform: rotate(90deg);
}

.aco-btn.active::after {
  transform: rotate(0);
}

.aco-text.aco-wrapper {
  padding: 0 1rem 4rem;
  position: relative;
  display: none;
}
@media (max-width: 767px) {
  .aco-text.aco-wrapper {
    padding: 0;
    font-size: 1.6rem;
  }
}
.aco-text.aco-wrapper .box_answer .in_answer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem 2rem;
  padding: 0;
  margin-bottom: 3rem;
  color: #000;
}
@media (min-width: 769px) {
  .aco-text.aco-wrapper .box_answer .in_answer {
    flex-direction: row;
    padding: 0;
    margin-bottom: 4rem;
  }
}
.aco-text.aco-wrapper .box_answer .in_answer figure {
  width: 100%;
  max-width: none;
  text-align: center;
}
@media (min-width: 769px) {
  .aco-text.aco-wrapper .box_answer .in_answer figure {
    width: 34.6154%;
    max-width: 270px;
    text-align: left;
  }
}
.aco-text.aco-wrapper .box_answer .in_answer p.txt_answer {
  margin-bottom: 0;
  text-align: justify;
}
@media (min-width: 769px) {
  .aco-text.aco-wrapper .box_answer .in_answer p.txt_answer {
    flex: 1;
    letter-spacing: 0.1rem;
    margin-top: -0.5rem;
    line-height: 1.65;
  }
}
@media (max-width: 767px) {
  .aco-text.aco-wrapper .box_answer .in_answer p.txt_answer {
    flex: auto;
    width: 100%;
    line-height: 1.7;
  }
}
.aco-text.aco-wrapper .box_answer p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.rank > tbody > tr {
  display: block;
}
.rank .aco-btn::before, .rank .aco-btn::after {
  right: 4rem;
}
@media (max-width: 767px) {
  .rank .aco-btn::before, .rank .aco-btn::after {
    right: 15px;
  }
}
.rank .aco-btn.aco-wrapper {
  height: 11rem;
  padding-left: 2.5rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .rank .aco-btn.aco-wrapper {
    padding-left: 10px;
    margin-bottom: 20px;
  }
}
.rank .aco-btn.aco-wrapper h3.h4_icon-left.h4_rank {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .rank .aco-btn.aco-wrapper h3.h4_icon-left.h4_rank {
    width: calc(100% - 5rem);
    text-align: left;
    line-height: 1.1;
  }
}
.rank .aco-text.aco-wrapper {
  padding: 4rem 0 0;
}
@media (max-width: 767px) {
  .rank .aco-text.aco-wrapper {
    padding: 2rem 0 0;
  }
}

.tbl-aco_menu {
  border-collapse: collapse;
  width: 100%;
  width: 100%;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .tbl-aco_menu {
    display: block;
    width: 100%;
  }
  .tbl-aco_menu tbody {
    display: block;
  }
  .tbl-aco_menu tbody tr {
    display: block;
  }
}
.tbl-aco_menu th, .tbl-aco_menu td {
  padding: 0;
}

.aco-wrapper-02 {
  width: 100%;
  margin: 0 auto;
}
.aco-wrapper-02.first tr:first-of-type .aco-text {
  display: block;
}
.aco-wrapper-02.first tr:first-of-type .aco-btn::after {
  transform: rotate(0);
}
.aco-wrapper-02.first tr:first-of-type .aco-btn.active::after {
  transform: rotate(90deg);
}

.aco-btn-02.aco-wrapper-02 {
  width: 100%;
  padding-top: 2rem;
  display: flex;
  position: relative;
  cursor: pointer;
  border-bottom: 2px solid #002060;
}
@media (max-width: 767px) {
  .aco-btn-02.aco-wrapper-02 {
    padding-bottom: 1rem;
  }
}
.aco-btn-02.aco-wrapper-02 p {
  margin-bottom: 0;
}

.tbl_in_question-02 {
  border-collapse: collapse;
  width: 100%;
  min-height: 9rem;
  color: #000;
  cursor: pointer;
}
@media (min-width: 769px) {
  .tbl_in_question-02 {
    height: 9rem;
  }
}
.tbl_in_question-02 th.quest-title {
  width: 21.34146%;
  padding-left: 2.5rem;
  text-align: left;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .tbl_in_question-02 th.quest-title {
    display: block;
    width: 100%;
    padding-left: 10px;
    margin-bottom: 20px;
  }
}
.tbl_in_question-02 th.quest-title h3.h3_quest {
  font-size: 3.2rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .tbl_in_question-02 th.quest-title h3.h3_quest {
    font-size: 2rem;
  }
}
.tbl_in_question-02 td.quest-time {
  width: 78.65854%;
  padding-right: 40px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .tbl_in_question-02 td.quest-time {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 10px;
  }
}
.tbl_in_question-02 .tbl_menu-time {
  border-collapse: collapse;
  width: auto;
}
@media screen and (min-width: 830px) {
  .tbl_in_question-02 .tbl_menu-time {
    float: left;
  }
}
.tbl_in_question-02 .tbl_menu-time th, .tbl_in_question-02 .tbl_menu-time td {
  padding: 0;
}
@media (max-width: 767px) {
  .tbl_in_question-02 .tbl_menu-time th, .tbl_in_question-02 .tbl_menu-time td {
    display: block;
    font-size: 16px;
  }
}
.tbl_in_question-02 .tbl_menu-time th {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .tbl_in_question-02 .tbl_menu-time th {
    padding-bottom: 5px;
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .tbl_in_question-02 .tbl_menu-time th.spc-b {
    padding-bottom: 8px;
  }
}
.tbl_in_question-02 .tbl_menu-time th span {
  display: inline-block;
  padding: 1px 5px 2px;
  border: 1px solid #002060;
  line-height: 1;
}
.tbl_in_question-02 .tbl_menu-time th span.final {
  background-color: #002060;
  color: #fff;
}
.tbl_in_question-02 .tbl_menu-time td {
  padding-left: 1.5rem;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .tbl_in_question-02 .tbl_menu-time td {
    padding-left: 0;
    font-size: 16px;
  }
}
.tbl_in_question-02 .tbl_menu-time td.spc-b {
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .tbl_in_question-02 .tbl_menu-time td.spc-b {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 830px) {
  .tbl_in_question-02 .tbl_menu-time + .tbl_menu-time {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 829px) {
  .tbl_in_question-02 .tbl_menu-time + .tbl_menu-time {
    margin-top: 2rem;
  }
}
.tbl_in_question-02 p {
  margin-bottom: 0;
}

.aco-btn-02 {
  /*
  	&.first {
  		&::before, &::after {
  			@include mq(sp) {
  				top: 35px;
  			}
  		}
  	}
  */
}
.aco-btn-02::before, .aco-btn-02::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background-color: #000;
  transition: all 0.4s;
  position: absolute;
  right: 15px;
}
@media (min-width: 1200px) {
  .aco-btn-02::before, .aco-btn-02::after {
    right: 4rem;
  }
}
@media (min-width: 769px) {
  .aco-btn-02::before, .aco-btn-02::after {
    bottom: 46%;
  }
}
@media (max-width: 767px) {
  .aco-btn-02::before, .aco-btn-02::after {
    top: 33px;
  }
}
.aco-btn-02::after {
  transform: rotate(90deg);
}

.aco-btn-02.active::after {
  transform: rotate(0);
}

.aco-text-02.aco-wrapper-02 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 8px solid #002060;
  position: relative;
  display: none;
  /*
  &.irregular-01 {
  	padding-bottom: 8rem;
  }
  	*/
}
.aco-text-02.aco-wrapper-02:last-child {
  padding-bottom: 0;
}
.aco-text-02.aco-wrapper-02 .box_answer-02 {
  width: 82.9269%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .aco-text-02.aco-wrapper-02 .box_answer-02 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.aco-text-02.aco-wrapper-02 .box_answer-02 .in_answer-02 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  color: #000;
}
@media (min-width: 769px) {
  .aco-text-02.aco-wrapper-02 .box_answer-02 .in_answer-02 {
    flex-direction: row;
    padding: 1em 10px;
  }
}
.aco-text-02.aco-wrapper-02 .box_answer-02 .in_answer-02 span.txt_answer {
  flex: 1;
  font-size: 15px;
}
@media (min-width: 769px) {
  .aco-text-02.aco-wrapper-02 .box_answer-02 .in_answer-02 span.txt_answer {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .aco-text-02.aco-wrapper-02 .box_answer-02 .in_answer-02 span.txt_answer {
    line-height: 1.7;
  }
}
.aco-text-02.aco-wrapper-02 .box_answer-02 p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.tbl_menu-01 {
  border-collapse: collapse;
  width: 100%;
  border-top: solid 1px #BFBFBF;
}
@media (max-width: 767px) {
  .tbl_menu-01 {
    width: 100%;
  }
}
.tbl_menu-01 th, .tbl_menu-01 td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .tbl_menu-01 th, .tbl_menu-01 td {
    display: block;
    font-size: 16px;
  }
}
.tbl_menu-01 th {
  width: 17.6471%;
  padding-left: 1rem;
  background-color: #F8F8F8;
  border-bottom: solid 1px #BFBFBF;
  text-align: left;
  color: #434343;
}
@media (max-width: 767px) {
  .tbl_menu-01 th {
    width: 100%;
    padding: 0.8rem;
    background-color: #f5f5f5;
  }
}
.tbl_menu-01 td {
  width: 82.3529%;
  padding-right: 10px;
  padding-left: 20px;
  border-bottom: solid 1px #BFBFBF;
}
@media (max-width: 767px) {
  .tbl_menu-01 td {
    width: 100%;
    padding: 0.8rem;
  }
}
.tbl_menu-01 td .td-inner-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tbl_menu-01 td .td-inner-01 .txt_explanation {
  width: 88.0734%;
}
@media (max-width: 767px) {
  .tbl_menu-01 td .td-inner-01 .txt_explanation {
    width: 100%;
  }
}
.tbl_menu-01 td .td-inner-01 .txt_fee {
  flex: 1;
  text-align: right;
}
@media (max-width: 767px) {
  .tbl_menu-01 td .td-inner-01 .txt_fee {
    flex: auto;
    width: 100%;
    margin-top: 2rem;
    font-size: 1.9rem;
  }
}
.tbl_menu-01 td .td-inner-02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .tbl_menu-01 td .td-inner-02 {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 5px;
  }
}
.tbl_menu-01 td .td-inner-02 .txt_explanation {
  width: 78.8991%;
}
@media (max-width: 767px) {
  .tbl_menu-01 td .td-inner-02 .txt_explanation {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .tbl_menu-01 td .td-inner-02 .txt_explanation.pad-r {
    padding-right: 4rem;
  }
}
.tbl_menu-01 td .td-inner-02 .txt_fee {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 0;
}
@media (min-width: 769px) {
  .tbl_menu-01 td .td-inner-02 .txt_fee {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .tbl_menu-01 td .td-inner-02 .txt_fee {
    width: 23rem;
    justify-content: end;
    margin-left: auto;
  }
}
.tbl_menu-01 td .td-inner-02 .txt_fee .length {
  width: 53.8462%;
  font-size: 2.1rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  .tbl_menu-01 td .td-inner-02 .txt_fee .length {
    width: 12rem;
  }
}
.tbl_menu-01 td .td-inner-02 .txt_fee .fee {
  text-align: right;
}
@media (min-width: 769px) {
  .tbl_menu-01 td .td-inner-02 .txt_fee .fee {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .tbl_menu-01 td .td-inner-02 .txt_fee .fee {
    width: 11rem;
  }
}
.tbl_menu-01 td .td-inner-03 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .tbl_menu-01 td .td-inner-03 {
    gap: 2rem;
  }
}
.tbl_menu-01 td .td-inner-03 .txt_explanation {
  width: 85.3211%;
}
@media (max-width: 767px) {
  .tbl_menu-01 td .td-inner-03 .txt_explanation {
    width: 100%;
  }
}
.tbl_menu-01 td .td-inner-03 .txt_fee {
  text-align: right;
}
@media (min-width: 769px) {
  .tbl_menu-01 td .td-inner-03 .txt_fee {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .tbl_menu-01 td .td-inner-03 .txt_fee {
    width: 100%;
  }
}
.tbl_menu-01 td .txt_fee {
  color: #C00000;
  font-size: 2.4rem;
  font-weight: bold;
}
.tbl_menu-01 tr td.td_inside {
  border-bottom: 1px solid #F2F2F2;
}
@media (max-width: 767px) {
  .tbl_menu-01 tr td.td_inside {
    border-bottom: 1px solid #ccc;
  }
}

.compare_wrapp {
  padding-top: 6rem;
}
.compare_wrapp .compare_title {
  text-align: center;
  font-size: 2.7rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .compare_wrapp .compare_title {
    font-size: 1.8rem;
  }
}

.compare_box {
  width: 100%;
}
.compare_box p {
  margin-bottom: 0;
}

.fs-s {
  font-size: 1.6rem;
}

.fig-right {
  float: right;
  padding-right: 4rem;
  padding-left: 3rem;
}
.fig-right.illumina {
  width: 20%;
  max-width: 164px;
}

.fig-sml {
  width: 16.5%;
  max-width: 224px;
}
@media (max-width: 767px) {
  .fig-sml {
    width: 100%;
  }
}

.spc.tb-25 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.spc p {
  margin-bottom: 0;
}
.spc p.p_b-25 {
  line-height: 1.7;
  margin-bottom: 2.5rem;
}
.spc p.p_b-10 {
  line-height: 1.7;
  margin-bottom: 1rem !important;
}
.spc h4 {
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.7;
}

.m_t-40 {
  margin-top: 4rem;
}

.banner_01 {
  width: 41.91176%;
  padding: 10px;
  background: #F7F7F7;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .banner_01 {
    width: 100%;
  }
}
.banner_01 .banner_inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.banner_01 .banner_inner figure {
  width: 32.80702%;
}
.banner_01 .banner_inner .txt_box {
  flex: 1;
  padding-left: 2.5rem;
}

@media (max-width: 767px) {
  .js_scroll {
    width: 100%;
    overflow-y: hidden !important;
  }
  .scroll-hint-icon {
    top: 100px;
  }
}
.aco-after-rsv_wrapp {
  margin-top: 8rem;
}

h2.h2_01,
h2.h3_home {
  width: 100%;
  margin-bottom: 2.5em;
  text-align: center;
  color: #7F7F7F;
  font-weight: 400;
  position: relative;
}
@media (min-width: 769px) {
  h2.h2_01,
  h2.h3_home {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  h2.h2_01,
  h2.h3_home {
    font-size: 1.6rem;
  }
}
h2.h2_01 .txt-eng,
h2.h3_home .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,
  h2.h3_home .txt-eng {
    font-size: 3.7rem;
  }
}
h2.h2_01.v2,
h2.h3_home.v2 {
  color: #D9D9D9;
}
@media (max-width: 767px) {
  h2.h2_01.v3,
  h2.h3_home.v3 {
    margin-bottom: 20px;
  }
}

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: 6px;
  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/angle-right-solid.svg);
          mask-image: url(img/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.w140 {
  max-width: 140px;
  padding: 0.4rem 1rem 0.4rem 2.5rem;
  text-align: left;
  font-size: 1.5rem;
}
.btn_01.w140::after {
  -webkit-mask-size: 7px 10px;
          mask-size: 7px 10px;
  width: 7px;
  height: 10px;
  top: calc(50% - 5px);
}
.btn_01.w160 {
  max-width: 160px;
  padding: 0.4rem 1rem 0.4rem 2.5rem;
  text-align: left;
  font-size: 1.5rem;
}
.btn_01.w160::after {
  -webkit-mask-size: 7px 10px;
          mask-size: 7px 10px;
  width: 7px;
  height: 10px;
  top: calc(50% - 5px);
}
.btn_01.w180 {
  max-width: 180px;
  padding: 12px 10px;
}
.btn_01.w180::after {
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
  width: 8px;
  height: 13px;
  top: calc(50% - 6px);
}
.btn_01.w210 {
  max-width: 210px;
  padding: 4px 10px 4px 25px;
  text-align: left;
  font-size: 1.4rem;
}
.btn_01.w210::after {
  -webkit-mask-size: 7px 10px;
          mask-size: 7px 10px;
  width: 7px;
  height: 10px;
  top: calc(50% - 5px);
}
.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.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.w600 {
  max-width: 600px;
  padding: 12px 10px;
}
@media (max-width: 767px) {
  .btn_01.w600 {
    padding-left: 40px;
    padding-right: 30px;
  }
}
.btn_01.w600::after {
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
  width: 8px;
  height: 13px;
  top: calc(50% - 6px);
}
.btn_01.w680 {
  max-width: 680px;
  padding: 12px 10px;
}
@media (max-width: 767px) {
  .btn_01.w680 {
    padding-left: 40px;
    padding-right: 30px;
  }
}
.btn_01.w680::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;
}
.btn_01.line {
  background-color: #fff;
  color: #002060;
}
.btn_01.line::after {
  background-color: #002060;
}
.btn_01.line::before {
  background-color: #002060;
}
.btn_01.line:hover {
  color: #fff;
}
.btn_01.line:hover::after {
  background-color: #fff;
}
.btn_01.btn_slide-staff {
  max-width: 14rem;
  padding: 4px 10px 4px 25px;
  text-align: left;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .btn_01.btn_slide-staff {
    font-size: 1.5rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.btn_01.btn_slide-staff::after {
  -webkit-mask-size: 7px 10px;
          mask-size: 7px 10px;
  width: 7px;
  height: 10px;
  top: calc(50% - 5px);
  left: 10px;
}
.btn_01.btn_staff-list {
  padding-left: 25px;
}
@media (max-width: 767px) {
  .btn_01.btn_staff-list {
    margin-right: auto;
    margin-left: auto;
  }
}
.btn_01.btn_staff-list::after {
  left: 10px;
}

.tbl_info {
  border-collapse: collapse;
  width: 100%;
}
.tbl_info th, .tbl_info td {
  display: block;
  text-align: left;
  color: #D9D9D9;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media (min-width: 769px) {
  .tbl_info th, .tbl_info td {
    display: table-cell;
    vertical-align: top;
  }
}
@media (max-width: 767px) {
  .tbl_info th, .tbl_info td {
    font-size: 18px;
    line-height: 1.7;
  }
}
.tbl_info th p, .tbl_info td p {
  margin-bottom: 0;
}
.tbl_info th {
  width: 100%;
  padding: 15px 5px 0;
}
@media (min-width: 769px) {
  .tbl_info th {
    width: 15%;
    padding-bottom: 5px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .tbl_info th {
    padding-top: 1rem;
    font-weight: 700;
  }
}
.tbl_info td {
  width: 100%;
  padding: 0 5px 8px;
}
@media (min-width: 769px) {
  .tbl_info td {
    width: 85%;
    padding-top: 15px;
    padding-right: 5%;
    padding-left: 3%;
  }
}
.tbl_info td a {
  color: #D9D9D9;
}
.tbl_info tbody tr:first-child th, .tbl_info tbody tr:first-child td {
  padding-top: 0;
}

.bg_lt-gry {
  background: #F8F8F8;
}

.bg_dk-blu {
  background: #000D26;
}

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

.col2_half {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 2.1em 2.439%;
}
.col2_half > div, .col2_half > figure {
  width: 48.7805%;
}
@media (max-width: 767px) {
  .col2_half > div, .col2_half > figure {
    width: 100%;
  }
}
.col2_half > details, .col2_half > article {
  width: 48.7805%;
}
@media (max-width: 767px) {
  .col2_half > details, .col2_half > article {
    width: 100%;
  }
}

.col2_salon-list {
  width: 100%;
  padding-top: 2em;
  padding-right: 10px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 3.7037%;
}
@media (max-width: 767px) {
  .col2_salon-list {
    justify-content: center;
  }
}
.col2_salon-list > div {
  width: 48.14815%;
  max-width: 780px;
  display: flex;
}
@media (max-width: 767px) {
  .col2_salon-list > div {
    width: 100%;
    flex-wrap: wrap;
  }
}
.col2_salon-list > div figure {
  width: 48.8462%;
}
@media (max-width: 767px) {
  .col2_salon-list > div figure {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.col2_salon-list > div .txt_box {
  flex: 1;
  padding-left: 5%;
}
@media (max-width: 767px) {
  .col2_salon-list > div .txt_box {
    flex: auto;
    width: 100%;
    max-width: 380px;
    padding-left: 0;
    margin: 0 auto;
  }
}
.col2_salon-list > div .txt_box span {
  display: block;
}
.col2_salon-list > div .txt_box span.salon-name {
  font-size: 3.2rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .col2_salon-list > div .txt_box span.salon-name {
    font-size: 2rem;
  }
}
.col2_salon-list > div .txt_box span.salon-add {
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .col2_salon-list > div .txt_box span.salon-add {
    font-size: 1.6rem;
  }
}
.col2_salon-list > div .txt_box .link_box {
  display: flex;
  align-items: center;
  gap: 0.5rem 1rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .col2_salon-list > div .txt_box .link_box {
    flex-wrap: wrap;
  }
}
.col2_salon-list > div .txt_box .link_box a {
  min-height: 3rem;
}
@media (max-width: 767px) {
  .col2_salon-list > div .txt_box .link_box a {
    height: 4rem;
    justify-content: center;
  }
}
.col2_salon-list > div .txt_box a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.col2_salon-list > div .txt_box a.btn_web {
  width: 16rem;
  padding: 2px 10px 3px 25px;
  font-size: 1.6rem;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .col2_salon-list > div .txt_box a.btn_web {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .col2_salon-list > div .txt_box a.btn_web {
    width: 100%;
    max-width: none;
    padding-right: 25px;
    font-size: 1.4rem;
  }
}
.col2_salon-list > div .txt_box a.btn_salon-phone {
  width: 19rem;
  padding: 0 0.7rem 2px;
  border: solid 1px #002060;
  text-align: center;
  color: #002060;
  letter-spacing: 0.15rem;
}
@media (max-width: 767px) {
  .col2_salon-list > div .txt_box a.btn_salon-phone {
    width: 100%;
    max-width: none;
  }
}
.col2_salon-list > div .txt_box .link-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 10px 1.5rem;
}
@media (max-width: 767px) {
  .col2_salon-list > div .txt_box .link-list li:nth-child(odd) {
    width: 40%;
  }
  .col2_salon-list > div .txt_box .link-list li:nth-child(even) {
    width: calc(60% - 1.5rem);
  }
}
.col2_salon-list > div .txt_box .link-list li a {
  height: 2.5rem;
  display: flex;
  align-items: center;
  padding-left: 25px;
  background: #F2F2F2;
  text-decoration: none;
  font-size: 1.6rem;
  position: relative;
}
@media (max-width: 767px) {
  .col2_salon-list > div .txt_box .link-list li a {
    font-size: 1.4rem;
  }
}
.col2_salon-list > div .txt_box .link-list li a.size-s {
  width: 11.5rem;
}
@media (max-width: 767px) {
  .col2_salon-list > div .txt_box .link-list li a.size-s {
    width: 100%;
  }
}
.col2_salon-list > div .txt_box .link-list li a.size-l {
  width: 20rem;
}
@media (max-width: 767px) {
  .col2_salon-list > div .txt_box .link-list li a.size-l {
    width: 100%;
  }
}
.col2_salon-list > div .txt_box .link-list li a::after {
  content: "";
  display: block;
  -webkit-mask-image: url(img/angle-right-solid.svg);
          mask-image: url(img/angle-right-solid.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 7px 10px;
          mask-size: 7px 10px;
  background-color: #000;
  width: 7px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  left: 10px;
}

section.home-01 {
  padding: 3.6em 20px 1em;
  text-align: center;
}
@media (max-width: 767px) {
  section.home-01 {
    padding-top: 5rem;
    padding-bottom: 0;
  }
}
section.home-01 p {
  font-size: 16px;
}
@media (min-width: 769px) {
  section.home-01 p {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  section.home-01 p {
    display: inline-block;
    text-align: left;
    line-height: 1.7;
    letter-spacing: 1px;
  }
}
section#prejudice {
  padding-bottom: 13rem;
}
@media (max-width: 767px) {
  section#prejudice {
    padding-bottom: 6rem;
  }
}
section.home_staff {
  max-width: 1840px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 769px) {
  section.home_staff {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 769px) {
  section.home_voice {
    padding-top: 4em;
    padding-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  section.home_news {
    background: rgba(219, 211, 195, 0.2);
  }
}
section#home_salon-info {
  padding-top: 3.5em;
  padding-bottom: 4em;
}
section.home_topics_box {
  padding-top: 0;
  padding-bottom: 8em;
}
@media (max-width: 767px) {
  section.home_topics_box {
    padding-bottom: 3em;
  }
}

main.sub-box h3.h3-01 {
  margin-bottom: 2em;
}

.home-banner-section {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  padding: 3em 20px;
}
@media (max-width: 767px) {
  .home-banner-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.home-banner-wrapp {
  width: 100%;
  max-width: 1220px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 2rem 2.4%;
  margin: 2.5rem auto 0;
}
.home-banner-wrapp li {
  width: 48.8%;
}
.home-banner-wrapp li a {
  display: block;
}

.tbl_hair-info {
  border-collapse: collapse;
  width: 100%;
  width: 100%;
  max-width: 1080px;
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
  margin: auto;
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .tbl_hair-info {
    width: 65.854%;
    margin-bottom: 3.5em;
  }
}
.tbl_hair-info a {
  text-decoration: none;
}
.tbl_hair-info th {
  display: block;
  width: 100%;
  padding: 0.5em 10px;
  text-align: left;
  font-weight: normal;
  font-family: "Zen Old Mincho", serif;
}
@media (min-width: 769px) {
  .tbl_hair-info th {
    display: table-cell;
    width: 15%;
    padding: 1em 1em 0;
    text-align: right;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .tbl_hair-info th {
    font-size: 15px;
  }
}
.tbl_hair-info th .bg_lbrw {
  padding: 3px 10px;
  background: rgba(219, 211, 195, 0.5);
}
@media (min-width: 769px) {
  .tbl_hair-info th .bg_lbrw {
    padding: 0;
    background: none;
  }
}
.tbl_hair-info td {
  display: block;
  width: 100%;
  padding-bottom: 0.5em;
  padding-left: 2em;
}
@media (min-width: 769px) {
  .tbl_hair-info td {
    display: table-cell;
    width: 85%;
    padding: 1em 1em 0;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .tbl_hair-info td {
    font-size: 15px;
  }
}
.tbl_hair-info tr:first-child th {
  padding-top: 1em;
}
@media (min-width: 769px) {
  .tbl_hair-info tr:last-child th, .tbl_hair-info tr:last-child td {
    padding-bottom: 1em;
  }
}
@media (max-width: 767px) {
  .tbl_hair-info tr:last-child td {
    padding-bottom: 1em;
  }
}

.col6 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  gap: 0.8em 2.439%;
}
@media (min-width: 769px) {
  .col6 {
    gap: 2.1em 2.439%;
    padding-right: 0;
    padding-left: 0;
  }
}
.col6 > a {
  width: 48.7805%;
  max-width: none;
  text-decoration: none;
}
@media (min-width: 769px) {
  .col6 > a {
    width: 14.6341666667%;
    max-width: 240px;
  }
}
.col6 > a figure {
  position: relative;
}
.col6 > a figure img {
  width: 100%;
}
.col6 > a figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2px 5px;
  background: rgba(120, 104, 88, 0.5);
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
}
@media (min-width: 769px) {
  .col6 > a figure figcaption {
    font-size: 2.2rem;
  }
}
.col6 > a p {
  padding-top: 8px;
  margin-bottom: 0;
  font-size: 14px;
}
@media (min-width: 769px) {
  .col6 > a p {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
  }
}

.col2_acc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.439%;
}
@media (min-width: 769px) {
  .col2_acc {
    gap: 2.1em 2.439%;
  }
}
.col2_acc > div {
  width: 100%;
}
@media (min-width: 769px) {
  .col2_acc > div {
    width: 48.7805%;
  }
}

h2.h2_home {
  margin-bottom: 1.4em;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
}
@media (min-width: 769px) {
  h2.h2_home {
    font-size: 4.3rem;
  }
}

h3.h4_icon-left, h3.h4_news {
  margin-bottom: 1.429em;
  font-size: 2.1rem;
  font-weight: 700;
}
h3.h4_icon-left img, h3.h4_news img {
  margin-right: 10px;
  vertical-align: middle;
}
h3.h4_icon-left.h4_rank, h3.h4_news.h4_rank {
  display: flex;
  gap: 0 10px;
  margin-bottom: 0.8em;
}
@media (min-width: 769px) {
  h3.h4_icon-left.h4_rank, h3.h4_news.h4_rank {
    align-items: center;
  }
}
h3.h4_ig {
  margin-bottom: 0.6em;
  font-weight: 500;
}
@media (max-width: 767px) {
  h3.h4_ig {
    font-size: 15px;
  }
}
h3.h4_ig img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

h3.h4_staff {
  color: #BB977B;
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 1.094em;
}
@media (max-width: 767px) {
  h3.h4_staff {
    font-size: 2.1rem;
  }
}
h3.h4_staff img {
  margin-right: 10px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  h3.h4_staff img {
    width: 55px;
  }
}
h3.h4_staff.l-1 {
  padding-left: 1rem;
}

.btn {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.btn.left {
  justify-content: left;
}
@media (max-width: 767px) {
  .btn.left {
    justify-content: center;
  }
}
.btn.v-row {
  flex-direction: column;
  align-items: center;
  gap: 2em;
}
@media (min-width: 769px) {
  .btn.v-row {
    flex-direction: row;
    gap: 70px;
  }
}
@media (max-width: 767px) {
  .btn.v-row .btn_01.right, .btn.v-row .btn_01.left {
    margin: 0 auto;
  }
}
.btn.v-colm {
  flex-direction: column;
  align-items: center;
  gap: 2em;
}
.btn.v-colm-2 {
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.btn.sp_on {
  display: flex;
}
@media (min-width: 769px) {
  .btn.sp_on {
    display: none;
  }
}

.col2_news {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.1em 5.49%;
}
.col2_news > article {
  width: 100%;
}
@media (min-width: 769px) {
  .col2_news > article {
    width: 45.732%;
  }
}
@media (max-width: 767px) {
  .col2_news > article {
    margin-bottom: 3em;
  }
}
.col2_news > article .topics_box {
  margin-bottom: 1em;
}
.col2_news > div {
  width: 100%;
}
@media (min-width: 769px) {
  .col2_news > div {
    width: 48.778%;
  }
}
.col2_news > div .scroll {
  width: 100%;
  overflow: scroll;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-bottom: 1.5em;
}
@media (min-width: 769px) {
  .col2_news > div .scroll:nth-of-type(3) {
    margin-bottom: 0;
  }
}
.col2_news > div .scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #F8F8F8;
}
.col2_news > div .scroll::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #D9D9D9;
}

#sb_instagram {
  width: 1590px !important;
  padding-bottom: 1rem !important;
}

#sb_instagram #sbi_images {
  gap: 1rem !important;
  padding: 0 !important;
}

@media screen and (max-width: 800px) {
  #sb_instagram.sbi_tab_col_5 #sbi_images {
    grid-template-columns: repeat(10, 1fr) !important;
  }
}
@media screen and (max-width: 640px) {
  #sb_instagram #sbi_images {
    gap: 1rem !important;
    padding: 0 !important;
  }
  #sb_instagram.sbi_width_resp {
    width: 1300px !important;
  }
  #sb_instagram.sbi_tab_col_10 #sbi_images {
    grid-template-columns: repeat(10, 1fr) !important;
  }
}
.tbl_news {
  border-collapse: collapse;
  width: 100%;
}
.tbl_news td {
  padding-bottom: 2.1em;
}
.tbl_news td.box_img {
  width: 30%;
}
@media (min-width: 769px) {
  .tbl_news td.box_img {
    width: 19.7368%;
  }
  .tbl_news td.box_img img {
    max-width: 150px;
  }
}
.tbl_news td.box_txt {
  width: 70%;
  padding-left: 1.053em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .tbl_news td.box_txt {
    width: 80.2632%;
  }
}
.tbl_news td p {
  margin-bottom: 0;
}
.tbl_news td p.entry-day {
  color: #7F7F7F;
}
.tbl_news td a {
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 767px) {
  .tbl_news td a {
    font-size: 16px;
  }
}

.home_staff_box {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .home_staff_box {
    width: 94%;
    justify-content: center;
    margin: 0 auto;
  }
}
.home_staff_box figure {
  width: 50.9091%;
  position: relative;
}
@media (max-width: 767px) {
  .home_staff_box figure {
    width: 14rem;
    margin-top: 4rem;
  }
}
.home_staff_box figure a {
  display: block;
  padding-top: 10px;
  padding-left: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .home_staff_box figure a {
    padding-top: 5px;
    padding-left: 5px;
  }
}
.home_staff_box figure a img:hover {
  opacity: 1;
}
.home_staff_box figure a:hover {
  opacity: 0.6;
}
.home_staff_box figure .staff-icon {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 769px) {
  .home_staff_box figure .staff-icon img {
    width: 13.4rem;
    height: 6.2rem;
  }
}
@media (max-width: 767px) {
  .home_staff_box figure .staff-icon img {
    width: 50%;
  }
}
.home_staff_box .txt_box {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 2rem;
}
@media (min-width: 769px) {
  .home_staff_box .txt_box {
    width: 49.0909%;
  }
}
@media (max-width: 767px) {
  .home_staff_box .txt_box {
    flex: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
  }
}
.home_staff_box .txt_box span {
  display: block;
}
.home_staff_box .txt_box span.official-position {
  min-height: 2.7rem;
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .home_staff_box .txt_box span.official-position {
    min-height: 1em;
    display: flex;
    align-items: end;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.home_staff_box .txt_box span.job-position {
  color: #404040;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .home_staff_box .txt_box span.job-position {
    font-size: 13px;
    margin-bottom: 0;
  }
}
.home_staff_box .txt_box span.staff-name {
  min-height: 5.5rem;
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.5rem;
}
@media (max-width: 767px) {
  .home_staff_box .txt_box span.staff-name {
    min-height: 4rem;
    font-size: 2rem;
  }
}
.home_staff_box .txt_box span.nomination-fee {
  min-height: 2.1rem;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .home_staff_box .txt_box span.nomination-fee {
    margin-bottom: 0;
  }
}
.home_staff_box .txt_box dl.staff-technic {
  margin: 0;
  padding: 0;
  color: #404040;
  font-size: 1.6rem;
}
.home_staff_box .txt_box dl.staff-technic dt, .home_staff_box .txt_box dl.staff-technic dd {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .home_staff_box .txt_box dl.staff-technic dt {
    font-size: 1.3rem;
  }
  .home_staff_box .txt_box dl.staff-technic dd {
    font-size: 1.26rem;
  }
}
.home_staff_box .txt_box p.staff-comment {
  color: #404040;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .home_staff_box .txt_box p.staff-comment {
    font-size: 1.3rem;
  }
}
.home_staff_box .txt_box .box_below {
  margin-top: auto;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .home_staff_box .txt_box .box_below {
    margin-top: 0;
  }
}
.home_staff_box.staff-list_box figure {
  width: 51.854%;
}
.home_staff_box.staff-list_box .txt_box {
  width: 48.146%;
}

.dec_job-poition {
  display: inline-block !important;
  padding-bottom: 5px;
}
.dec_job-poition.stylist-01 {
  border-bottom: solid 1px #E9DACB;
}
.dec_job-poition.stylist-02 {
  border-bottom: solid 1px #C1976D;
}
.dec_job-poition.stylist-03 {
  border-bottom: solid 1px #996D41;
}
.dec_job-poition.stylist-04 {
  border-bottom: solid 1px #725130;
}
.dec_job-poition.director {
  border-bottom: solid 1px #49341F;
}

.salon-info_wrapp {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4.211em 4.211em;
}
@media (max-width: 767px) {
  .salon-info_wrapp {
    gap: 4rem;
  }
}
.salon-info_wrapp > figure, .salon-info_wrapp > div {
  width: calc((100% - 4.211em) / 2);
}
@media (max-width: 767px) {
  .salon-info_wrapp > figure, .salon-info_wrapp > div {
    width: 100%;
  }
}

ul.voice_wrapp {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.439024%;
  counter-reset: voice-num;
}
ul.voice_wrapp li.voice_box {
  width: 48.780488%;
  padding: 1rem 10px 2.5rem;
  border-bottom: solid 1px #BFBFBF;
  opacity: 1;
  counter-increment: voice-num;
}
@media (max-width: 767px) {
  ul.voice_wrapp li.voice_box {
    width: 100%;
  }
}
ul.voice_wrapp li.voice_box h3.voice_title {
  display: flex;
  align-items: center;
  font-size: 2.7rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  ul.voice_wrapp li.voice_box h3.voice_title {
    font-size: 2rem;
  }
}
ul.voice_wrapp li.voice_box h3.voice_title::before {
  width: 7rem;
  content: counter(voice-num, decimal-leading-zero);
  display: block;
  color: #4285F4;
  font-size: 4.3rem;
}
@media (max-width: 767px) {
  ul.voice_wrapp li.voice_box h3.voice_title::before {
    width: 3.5rem;
    font-size: 2.5rem;
  }
}
ul.voice_wrapp li.voice_box h3.voice_title .voice_title_inner {
  flex: 1;
}
ul.voice_wrapp li.voice_box .voice_txt {
  padding-top: 1rem;
  padding-left: 7rem;
}
@media (max-width: 767px) {
  ul.voice_wrapp li.voice_box .voice_txt {
    padding-left: 3.5rem;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  ul.voice_wrapp li.voice_box .voice_txt p {
    margin-bottom: 0;
  }
}
ul.voice_wrapp li.voice_box.first {
  border-top: solid 1px #BFBFBF;
}
@media (min-width: 769px) {
  ul.voice_wrapp > li.voice_box:nth-child(2) {
    border-top: solid 1px #BFBFBF;
  }
}

.list-btn {
  margin-top: 20px;
}
.list-btn.is-btn-hidden {
  display: none;
}
.list-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background-color: #002060;
  color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

#map iframe, .map iframe {
  display: none;
}
#map.map-active iframe, .map.map-active iframe {
  display: block;
  height: 245px;
}
@media (min-width: 769px) {
  #map.map-active iframe, .map.map-active iframe {
    height: 500px;
  }
}

.more.voice {
  width: 100%;
  margin-top: 2em;
}

.btn-more_blu {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 12rem;
  background: #002060;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .btn-more_blu {
    width: 80px;
    height: 80px;
  }
}
.btn-more_blu::after {
  content: "";
  display: block;
  width: 22px;
  height: 11px;
  background-image: url(img/arrow-down_wt.webp);
  background-size: contain;
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.btn-more_blu:hover {
  opacity: 0.6;
}

.contents_open {
  transition: transform 0.4s ease;
}
.contents_open.voice {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.439024%;
}

main.sub-box section.staff-list_wrapp, main.sub-box section.staff-details_wrapp {
  max-width: 1700px;
}
main.sub-box section.staff-list_wrapp .staff-list_wrapp-02, main.sub-box section.staff-list_wrapp .staff-details_wrapp-02, main.sub-box section.staff-details_wrapp .staff-list_wrapp-02, main.sub-box section.staff-details_wrapp .staff-details_wrapp-02 {
  width: 100%;
  max-width: 1660px;
  margin: 0 auto;
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 769px) {
  main.sub-box section.staff-list_wrapp .staff-list_wrapp-02 .staff-list_wrapp-02_inner, main.sub-box section.staff-list_wrapp .staff-details_wrapp-02 .staff-list_wrapp-02_inner, main.sub-box section.staff-details_wrapp .staff-list_wrapp-02 .staff-list_wrapp-02_inner, main.sub-box section.staff-details_wrapp .staff-details_wrapp-02 .staff-list_wrapp-02_inner {
    padding-left: 10px;
  }
}
main.sub-box section.staff-list_wrapp .staff-list_wrapp-02, main.sub-box section.staff-details_wrapp .staff-list_wrapp-02 {
  padding-bottom: 8em;
}
@media (max-width: 767px) {
  main.sub-box section.staff-list_wrapp .staff-list_wrapp-02, main.sub-box section.staff-details_wrapp .staff-list_wrapp-02 {
    padding-bottom: 10em;
  }
}
main.sub-box section.staff-list_wrapp .staff-list_wrapp-02.v2, main.sub-box section.staff-details_wrapp .staff-list_wrapp-02.v2 {
  padding-bottom: 1.737em;
}
@media (max-width: 767px) {
  main.sub-box section.staff-list_wrapp .staff-list_wrapp-02.v2, main.sub-box section.staff-details_wrapp .staff-list_wrapp-02.v2 {
    padding-bottom: 2em;
  }
}

p.p-description {
  text-align: center;
  margin-bottom: 5rem;
}
p.p_common {
  text-align: center;
}

.col3_staff-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8rem 1.204819%;
  margin-bottom: 8rem;
}
.col3_staff-list .staff_box {
  width: 32.5301206667%;
}
@media (max-width: 767px) {
  .col3_staff-list .staff_box {
    width: 100%;
  }
  .col3_staff-list .staff_box .home_staff_box {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .col3_staff-list .staff_box .home_staff_box {
    width: 100% !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .col3_staff-list .staff_box .home_staff_box figure {
    width: 36% !important;
    margin-top: 2rem;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .col3_staff-list .staff_box .home_staff_box figure img {
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .col3_staff-list .staff_box .home_staff_box figure .staff-icon img {
    width: 5rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .col3_staff-list .staff_box .home_staff_box .txt_box {
    width: 64%;
    padding-right: 10px;
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .col3_staff-list .staff_box .home_staff_box .txt_box span.official-position {
    min-height: auto;
  }
  .col3_staff-list .staff_box .home_staff_box .txt_box span.nomination-fee {
    min-height: auto;
  }
  .col3_staff-list .staff_box .home_staff_box .txt_box .btn_01.btn_staff-list {
    margin-left: 0;
  }
}

.col6_assistant-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2.439024%;
}
.col6_assistant-list .assistant_box {
  width: 14.6341466667%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 767px) {
  .col6_assistant-list .assistant_box {
    width: 48.780488%;
  }
  .col6_assistant-list .assistant_box figure {
    text-align: center;
  }
}
.col6_assistant-list .assistant_box .name-box {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  margin-top: auto;
  margin-bottom: 0;
}

.staff-icon_wrapp {
  width: 100%;
  padding: 1rem;
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4rem 5rem;
}
.staff-icon_wrapp .staff-icon_box {
  width: calc((100% - 5rem) / 2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem 0;
}
@media (max-width: 767px) {
  .staff-icon_wrapp .staff-icon_box {
    width: 100%;
    align-items: flex-start;
  }
}
.staff-icon_wrapp .staff-icon_box figure {
  width: 13.4rem;
}
@media (max-width: 767px) {
  .staff-icon_wrapp .staff-icon_box figure {
    width: 80px;
  }
}
.staff-icon_wrapp .staff-icon_box .txt_box {
  flex: 1;
  padding-left: 2rem;
  line-height: 1.7;
}
.staff-icon_wrapp .staff-icon_box .txt_box p {
  margin-bottom: 0;
}

.stylist-rank_wrapp {
  margin-bottom: 8rem;
}
.stylist-rank_wrapp .col2_stylist-rank {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l {
  width: 48.46626%;
  padding-left: 4.294478%;
}
@media (max-width: 767px) {
  .stylist-rank_wrapp .col2_stylist-rank .col-l {
    width: 100%;
    padding-left: 0;
    margin-bottom: 3rem;
  }
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame {
  width: 100%;
  height: 100%;
  border: solid 1px #636363;
  border-image-source: linear-gradient(135deg, #DBDBDB, #636363);
  border-image-slice: 1;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre {
  padding: 2rem 11%;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2rem;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table th {
  background-color: #D9D9D9;
  font-weight: 400;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table th.rank {
  width: 65%;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table th.fee {
  width: 35%;
  border-left: 10px solid #fff;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table td {
  padding-top: 2rem;
  padding-bottom: 0.8rem;
}
@media (min-width: 769px) {
  .stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table td.rank {
    padding-left: 2.5rem;
  }
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table td.fee {
  text-align: right;
}
@media (min-width: 769px) {
  .stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table td.fee {
    padding-right: 4.5rem;
  }
}
@media (max-width: 767px) {
  .stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table td.fee {
    padding-right: 1.5rem;
  }
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table td.stylist-01 {
  border-bottom: solid 1px #E9DACB;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table td.stylist-02 {
  border-bottom: solid 1px #C1976D;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table td.stylist-03 {
  border-bottom: solid 1px #996D41;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table td.stylist-04 {
  border-bottom: solid 1px #725130;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table td.director {
  border-bottom: solid 1px #49341F;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table td .higher {
  position: relative;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table td .higher::after {
  content: "～";
  position: absolute;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre .txt_rank {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.05rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre .txt_rank {
    font-size: 16px;
  }
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .deco-top {
  position: relative;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .deco-top::before, .stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .deco-top::after {
  content: "";
  display: block;
  width: 47px;
  height: 47px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 1px;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .deco-top::before {
  background-image: url(img/stylist-rank_deco.webp);
  left: 1px;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .deco-top::after {
  background-image: url(img/stylist-rank_deco.webp);
  right: 1px;
  rotate: 90deg;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .deco-bottom {
  height: 100%;
  position: relative;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .deco-bottom::before, .stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .deco-bottom::after {
  content: "";
  display: block;
  width: 47px;
  height: 47px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 1px;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .deco-bottom::before {
  background-image: url(img/stylist-rank_deco.webp);
  left: 1px;
  rotate: -90deg;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .deco-bottom::after {
  background-image: url(img/stylist-rank_deco.webp);
  right: 1px;
  rotate: 180deg;
}
.stylist-rank_wrapp .col2_stylist-rank .col-r {
  flex: 1;
  padding-left: 5rem;
}
@media (max-width: 767px) {
  .stylist-rank_wrapp .col2_stylist-rank .col-r {
    padding-left: 0;
  }
}
.stylist-rank_wrapp .col2_stylist-rank .col-r > p {
  line-height: 1.7;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .stylist-rank_wrapp .col2_stylist-rank .col-r > p {
    margin-bottom: 0;
  }
}

.shift_wrapp {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
}

.shift-calendar_box {
  width: 100%;
  max-width: 960px;
  padding: 0 20px;
  margin: 0 auto 8rem;
}

.title_reservation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
  font-size: 2.1rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .title_reservation {
    text-align: center;
    font-size: 1.8rem;
  }
}
.title_reservation::before, .title_reservation::after {
  content: "―";
  display: block;
}

.col2_reservation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 4rem;
}
.col2_reservation .btn_wrapp {
  width: 21.951219%;
  max-width: 360px;
}
@media (max-width: 767px) {
  .col2_reservation .btn_wrapp {
    width: 100%;
  }
}
.col2_reservation .btn_wrapp a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  height: 100%;
  padding: 5px;
  border: 2px solid #002060;
  text-decoration: none;
  font-size: 2.7rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .col2_reservation .btn_wrapp a {
    font-size: 2rem;
  }
}
.col2_reservation .btn_wrapp a span {
  display: block;
  position: relative;
  z-index: 1;
}
.col2_reservation .btn_wrapp a span.txt_time {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
}
.col2_reservation .btn_wrapp a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  transform: translateX(-100%);
  z-index: 0;
}
.col2_reservation .btn_wrapp a:hover::before {
  left: 0;
  transform: translateX(0);
}
.col2_reservation .btn_wrapp a.btn_phone {
  color: #002060;
}
.col2_reservation .btn_wrapp a.btn_phone .txt_btn {
  letter-spacing: 0.2rem;
}
.col2_reservation .btn_wrapp a.btn_phone:hover {
  color: #fff;
}
.col2_reservation .btn_wrapp a.btn_phone:hover::before {
  background-color: #002060;
}
.col2_reservation .btn_wrapp a.btn_phone:hover::after {
  background-color: #fff;
}
.col2_reservation .btn_wrapp a.btn_web {
  background-color: #002060;
  color: #fff;
  position: relative;
}
.col2_reservation .btn_wrapp a.btn_web::after {
  content: "";
  display: block;
  -webkit-mask-image: url(img/angle-right-solid.svg);
          mask-image: url(img/angle-right-solid.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
  background-color: #fff;
  width: 8px;
  height: 13px;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.col2_reservation .btn_wrapp a.btn_web:hover {
  color: #002060;
}
.col2_reservation .btn_wrapp a.btn_web:hover::before {
  background-color: #fff;
}
.col2_reservation .btn_wrapp a.btn_web:hover::after {
  background-color: #002060;
}

ul.icon-kome {
  list-style: none;
}
ul.icon-kome li {
  padding-left: 2rem;
  line-height: 1.7;
  position: relative;
}
ul.icon-kome li::before {
  content: "※";
  position: absolute;
  left: 0;
}

.staff-data_box {
  width: 100%;
  display: flex;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .staff-data_box {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
  }
}
.staff-data_box > figure {
  width: 25.90362%;
  padding-top: 10px;
  padding-left: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .staff-data_box > figure {
    width: 100%;
    max-width: 420px;
    padding-right: 10px;
  }
}
.staff-data_box > figure .staff-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.staff-data_box > figure .staff-icon img {
  width: 12.8rem;
  height: 6.8rem;
}
.staff-data_box .txt_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 4rem;
  padding-right: 10px;
  padding-left: 6rem;
}
@media (max-width: 767px) {
  .staff-data_box .txt_box {
    flex: auto;
    width: 100%;
    padding-top: 0;
    padding-left: 10px;
  }
}
.staff-data_box .txt_box > span {
  display: block;
}
.staff-data_box .txt_box > span.official-position {
  min-height: 3rem;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .staff-data_box .txt_box > span.official-position {
    font-size: 1.4rem;
  }
}
.staff-data_box .txt_box > span.official-position.none {
  display: none;
}
.staff-data_box .txt_box > span.job-position {
  color: #000;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .staff-data_box .txt_box > span.job-position {
    text-align: center;
    font-size: 1.7rem;
    margin-bottom: 0;
  }
}
.staff-data_box .txt_box > span.job-position .dec_job-poition {
  padding-bottom: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .staff-data_box .txt_box > span.job-position .nomination-fee {
    display: block;
  }
}
.staff-data_box .txt_box > span.staff-name {
  font-size: 4.8rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 1rem;
}
@media (max-width: 767px) {
  .staff-data_box .txt_box > span.staff-name {
    text-align: center;
    font-size: 3rem;
  }
}
.staff-data_box .txt_box > span.staff-eng {
  color: #BFBFBF;
  font-size: 2.1rem;
  letter-spacing: 0.2rem;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .staff-data_box .txt_box > span.staff-eng {
    text-align: center;
    font-size: 1.8rem;
  }
}
.staff-data_box .txt_box p.staff-comment {
  font-size: 2.1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .staff-data_box .txt_box p.staff-comment {
    font-size: 1.6rem;
  }
}
.staff-data_box .txt_box .bg_film {
  background: #F8F8F8;
  position: relative;
}
@media (max-width: 767px) {
  .staff-data_box .txt_box .bg_film {
    padding-bottom: 2rem;
  }
}
.staff-data_box .txt_box .bg_film::before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: url(img/bg_film-top.png) repeat-x;
}
.staff-data_box .txt_box .bg_film .col6_staff-data {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2rem;
}
@media (max-width: 767px) {
  .staff-data_box .txt_box .bg_film .col6_staff-data {
    justify-content: center;
  }
}
.staff-data_box .txt_box .bg_film .col6_staff-data figure {
  width: calc((100% - 10rem) / 6);
  max-width: 170px;
}
@media (max-width: 767px) {
  .staff-data_box .txt_box .bg_film .col6_staff-data figure {
    width: calc((100% - 2rem) / 2);
    max-width: none;
  }
}
.staff-data_box .txt_box .bg_film .col6_staff-data figure figcaption {
  padding: 10px 8px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .staff-data_box .txt_box .bg_film .col6_staff-data figure figcaption {
    padding: 10px 0;
    font-size: 12px;
  }
}
.staff-data_box .txt_box .bg_film .gallery {
  width: 100%;
  list-style: none;
  display: flex;
  align-content: space-between;
  gap: 2rem;
}
@media (max-width: 767px) {
  .staff-data_box .txt_box .bg_film .gallery {
    flex-wrap: wrap;
  }
}
.staff-data_box .txt_box .bg_film .gallery dl.gallery-item {
  float: none !important;
  margin-top: 0 !important;
  margin-bottom: 0;
  width: calc((100% - 10rem) / 6);
  max-width: 170px;
  /*
  @include mq(sp) {
      width: 100% !important;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 30px;
  }
  &:nth-of-type(3n) {
      margin-right: 0;
      @include mq(sp) {
          margin-right: auto;
      }
  }
  */
}
@media (max-width: 767px) {
  .staff-data_box .txt_box .bg_film .gallery dl.gallery-item {
    width: calc((100% - 2rem) / 2) !important;
    max-width: none;
  }
}
.staff-data_box .txt_box .bg_film .gallery dl.gallery-item dt img {
  width: 100%;
  height: auto;
  border: 0 !important;
}
.staff-data_box .txt_box .bg_film .gallery dl.gallery-item dd {
  padding: 1rem 0.8rem;
  text-align: left !important;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .staff-data_box .txt_box .bg_film .gallery dl.gallery-item dd {
    padding: 10px 0;
    font-size: 12px;
  }
}
.staff-data_box .txt_box .bg_film .gallery br {
  display: none;
}

.tbl_staff-data {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
  margin-bottom: 8rem;
}
.tbl_staff-data th, .tbl_staff-data td {
  padding: 10px;
  border-top: solid 1px #BFBFBF;
  vertical-align: top;
  text-align: left;
  font-weight: 400;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .tbl_staff-data th, .tbl_staff-data td {
    display: block;
    padding-right: 0;
  }
}
.tbl_staff-data th p, .tbl_staff-data td p {
  margin-bottom: 0;
}
.tbl_staff-data th {
  width: 18.90244%;
  background: #F8F8F8;
}
@media (max-width: 767px) {
  .tbl_staff-data th {
    width: 100%;
    padding: 0.5em;
    font-weight: 700;
  }
}
.tbl_staff-data td {
  width: 81.09756%;
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .tbl_staff-data td {
    width: 100%;
    padding: 0.5em;
    border-top: none;
  }
}

@media (min-width: 769px) {
  #readmore-wrap input {
    display: none;
  }
  #readmore-wrap input ~ .btn-readmore {
    display: none;
  }
}
@media (max-width: 767px) {
  #readmore-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  #readmore-wrap p.first {
    display: inline-block;
    padding-right: 10px;
  }
  #readmore-wrap input {
    display: none;
  }
  #readmore-wrap input ~ .btn-readmore {
    display: inline-block;
    padding: 4px 8px;
    background: #002060;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    margin-left: auto;
  }
  #readmore-wrap input ~ .more-contents {
    display: none;
  }
  #readmore-wrap input:checked ~ .btn-readmore {
    display: none;
  }
  #readmore-wrap input:checked ~ .more-contents {
    display: block;
    margin-top: 1.5rem;
  }
  #readmore-wrap label {
    cursor: pointer;
  }
}

.gstyle_wrapp {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .gstyle_wrapp {
    padding-right: 0;
    padding-left: 0;
  }
}
.gstyle_wrapp .col4_gstyle {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 3.7037037%;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .gstyle_wrapp .col4_gstyle {
    gap: 4rem;
  }
}
.gstyle_wrapp .col4_gstyle .gstyle_box {
  width: 22.2222225%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .gstyle_wrapp .col4_gstyle .gstyle_box {
    width: 100%;
  }
}
.gstyle_wrapp .col4_gstyle .gstyle_box > figure {
  width: 50%;
}
.gstyle_wrapp .col4_gstyle .gstyle_box > figure.fig_01 {
  display: flex;
  position: relative;
}
.gstyle_wrapp .col4_gstyle .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 .gstyle_box > figure.ba-type {
  position: relative;
}
.gstyle_wrapp .col4_gstyle .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 .gstyle_box .record_box {
  width: 100%;
  padding: 10px;
}
.gstyle_wrapp .col4_gstyle .gstyle_box .record_box .record-day {
  display: block;
  color: #BFBFBF;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.gstyle_wrapp .col4_gstyle .gstyle_box .record_box p {
  margin-bottom: 0;
}

.col3_coupon_wrapp {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 3.658537%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1100px) {
  .col3_coupon_wrapp {
    flex-direction: column;
  }
}
.col3_coupon_wrapp .coupon_box {
  width: 23.90244%;
}
@media screen and (max-width: 1100px) {
  .col3_coupon_wrapp .coupon_box {
    width: 100%;
    max-width: 392px;
    margin: auto;
  }
}
.col3_coupon_wrapp .coupon_box .coupon_bg {
  width: 100%;
  padding-top: 46.43%;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
}
.col3_coupon_wrapp .coupon_box .coupon_bg.weekday {
  background-image: url(img/bg_coupon-weekday.png);
}
.col3_coupon_wrapp .coupon_box .coupon_bg.holiday {
  background-image: url(img/bg_coupon-holiday.png);
}
.col3_coupon_wrapp .coupon_box .txt_box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  padding: 3rem 10px 2rem;
  text-align: center;
}
.col3_coupon_wrapp .coupon_box .txt_weekday {
  color: #C00000;
}
.col3_coupon_wrapp .coupon_box .txt_holiday {
  color: #007A02;
}
.col3_coupon_wrapp .coupon_box p {
  margin-bottom: 0;
}
.col3_coupon_wrapp .coupon_box p.title_coupon {
  font-size: 2.1rem;
}
@media (max-width: 767px) {
  .col3_coupon_wrapp .coupon_box p.title_coupon {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.col3_coupon_wrapp .coupon_box p.txt_off {
  font-size: 2.7rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .col3_coupon_wrapp .coupon_box p.txt_off {
    font-size: 2rem;
  }
}
.col3_coupon_wrapp .coupon_box p.txt_off .txt_percent {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .col3_coupon_wrapp .coupon_box p.txt_off .txt_percent {
    font-size: 2.3rem;
  }
}
.col3_coupon_wrapp .coupon_box p.txt_attention {
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .col3_coupon_wrapp .coupon_box p.txt_attention {
    font-size: 12px;
  }
}
.col3_coupon_wrapp .coupon_tbl_box {
  flex: 1;
}
.col3_coupon_wrapp .coupon_tbl_box .tbl_coupon {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
}
.col3_coupon_wrapp .coupon_tbl_box .tbl_coupon th, .col3_coupon_wrapp .coupon_tbl_box .tbl_coupon td {
  padding: 2px 10px;
  border-top: solid 1px #BFBFBF;
  vertical-align: top;
  text-align: left;
  font-weight: 400;
  line-height: 1.7;
}
.col3_coupon_wrapp .coupon_tbl_box .tbl_coupon th p, .col3_coupon_wrapp .coupon_tbl_box .tbl_coupon td p {
  margin-bottom: 0;
}
.col3_coupon_wrapp .coupon_tbl_box .tbl_coupon th {
  background: #F8F8F8;
}
.col3_coupon_wrapp .coupon_tbl_box .tbl_coupon td {
  padding-left: 2rem;
}

.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 .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 {
  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;
}
.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;
}/*# sourceMappingURL=style.css.map */