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

#header {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.3);
  border-top: solid 1px #BFBFBF;
  position: fixed;
  top: 0;
  height: 60px;
  transition: 1s;
  z-index: 10;
}
@media (min-width: 1200px) {
  #header {
    height: 120px;
  }
}
#header.hide {
  transform: translateY(calc(-120px + 1px));
}
#header .header_in {
  width: 100%;
  max-width: 1920px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-top: 10px;
  position: relative;
}

header a.logo_box {
  padding-left: 5px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}
@media (min-width: 1200px) {
  header a.logo_box {
    gap: 2.5rem;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1755px) {
  header a.logo_box {
    padding-left: 4rem;
  }
}
header a.logo_box h1 {
  width: 50px;
}
@media (min-width: 1200px) {
  header a.logo_box h1 {
    width: 5.42vw;
    max-width: 104px;
  }
}
@media (min-width: 1200px) {
  header a.logo_box h1 img {
    width: 5.42vw;
    max-width: 104px;
  }
}
header a.logo_box .logo_txt {
  font-size: 2rem;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 769px) {
  header a.logo_box .logo_txt {
    font-size: 2.7rem;
  }
}

#header a.logo_box .logo_txt p.txt_hair-salon {
  display: none;
}
@media (min-width: 1200px) {
  #header a.logo_box .logo_txt p.txt_hair-salon {
    display: block;
    margin-bottom: 0;
    font-size: 1.3rem;
  }
}

.header_nav {
  width: calc(100% - 26%);
}
@media (max-width: 1199px) {
  .header_nav {
    width: auto;
  }
}
.header_nav .in_header_nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.header_nav nav {
  display: none;
}
@media (min-width: 1200px) {
  .header_nav nav {
    display: flex;
  }
  .header_nav nav ul {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
  }
  .header_nav nav ul li {
    min-width: 8rem;
  }
  .header_nav nav ul li a {
    text-decoration: none;
  }
  .header_nav nav ul li a .current {
    position: relative;
  }
  .header_nav nav ul li a .current::after {
    content: "";
    width: 8rem;
    border-bottom: 1px solid #000;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -12px;
    margin: 0 auto;
  }
  .header_nav nav ul li .nav_menu {
    display: block;
    text-align: center;
    font-size: 1.9rem;
    font-weight: 500;
    position: relative;
  }
  .header_nav nav ul li .nav_menu.top {
    letter-spacing: 0;
  }
}
.header_nav .nav_button {
  width: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header_nav .nav_button {
    display: none;
  }
}
.header_nav .nav_button a {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 1200px) {
  .header_nav .nav_button a {
    font-size: 1.9rem;
  }
}
.header_nav .nav_button a.nav_phone {
  padding: 0 1rem;
  border: solid 1px #000;
  color: #000;
  font-weight: 500;
}
.header_nav .nav_button a.nav_rsv {
  padding: 0 3rem 0 2rem;
  background: #002060;
  color: #fff;
}
.header_nav .nav_button a.nav_rsv img {
  margin-right: 2rem;
}
@media (min-width: 1200px) {
  .header_nav .nav_button {
    gap: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .header_nav .nav_button a {
    height: 40px;
  }
}
.header_nav .nav_tggle_box {
  width: 140px;
}
.header_nav .nav_toggle {
  position: absolute;
  top: 0;
  left: 0;
}

#nav-container {
  width: 100%;
  position: fixed;
  height: 100vh;
  pointer-events: none;
}

#nav-container .bg {
  position: absolute;
  top: calc(60px - 0px - 1px);
  left: 0;
  width: 100%;
  height: calc(100% - 60px + 0px + 1px);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  background: #000;
}
@media (min-width: 1200px) {
  #nav-container .bg {
    top: calc(120px - 0px - 1px);
    height: calc(100% - 120px + 0px + 1px);
  }
}

#nav-container:focus-within .bg {
  visibility: visible;
  opacity: 0.6;
}

#nav-container * {
  visibility: visible;
}

.button {
  position: relative;
  top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 11;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  width: 50px;
  height: 43px;
  cursor: pointer;
  pointer-events: auto;
  margin-left: auto;
  margin-right: 10px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1199px) {
  .button {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .button {
    width: 100px;
    margin-top: 30px;
    margin-right: 40px;
  }
}
@media screen and (min-width: 1921px) {
  .button {
    margin-right: 40px;
  }
}

.icon-bar {
  display: block;
  width: 100px;
  height: 1px;
  background: #000;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .icon-bar {
    width: 50px;
    height: 1px;
  }
}

.icon-bar + .icon-bar {
  margin-top: 12px;
}
.icon-bar + .icon-txt {
  margin-top: 6px;
  display: block;
  font-size: 1.9rem;
  font-weight: 500;
  padding-left: 0.2rem;
  letter-spacing: 0.2rem;
  line-height: 1;
}
@media (max-width: 1199px) {
  .icon-bar + .icon-txt {
    padding-left: 0;
    margin-top: 5px;
    text-align: center;
    letter-spacing: 0;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .icon-bar + .icon-txt {
    font-size: 12px;
  }
}

#nav-container:focus-within .button {
  pointer-events: none;
}

#nav-container:focus-within .icon-bar:nth-of-type(1) {
  transform: translate3d(0, 7px, 0) rotate(20deg);
}
#nav-container:focus-within .icon-bar:nth-of-type(2) {
  transform: translate3d(0, -7px, 0) rotate(-20deg);
}
#nav-content {
  max-height: calc(100vh - 60px - 1px);
  max-height: calc(100dvh - 60px - 1px);
  contain: paint;
  margin-top: calc(60px - 0px - 1px);
  width: 60%;
  max-width: 300px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #fff;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateX(100%);
  transition: transform 0.3s;
  will-change: transform;
  overflow-y: auto;
}
@media (min-width: 1200px) {
  #nav-content {
    max-height: calc(100vh - 120px - 1px);
    margin-top: calc(120px - 0px - 1px);
  }
}
#nav-content ul.gnavi {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  flex-direction: column;
}
#nav-content ul.gnavi li {
  line-height: 1;
}
#nav-content ul.gnavi li.gn-title {
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  padding-left: 10px;
  color: #A6A6A6;
  font-size: 1.8rem;
}
#nav-content ul.gnavi li.gn-title.group {
  padding-top: 4rem;
}
#nav-content ul.gnavi li a {
  display: block;
  text-decoration: none;
  padding: 1rem 5px 1rem 25px;
  text-transform: uppercase;
  font-size: 1.6rem;
  transition: color 0.1s;
}
#nav-content ul.gnavi li a:hover {
  text-decoration: underline;
}
#nav-content ul.gnavi li.gn-sub-link {
  border-bottom: none;
  padding-left: 3rem;
}
#nav-content ul.gnavi li.gn-sub-link a {
  padding-left: 15px;
  padding-bottom: 1.5rem;
}
#nav-content ul.gnavi li.gn-sub-link.last a {
  border-bottom: none;
}

#nav-container:focus-within #nav-content, #nav-container.open #nav-content {
  transform: none;
}

#footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 769px) {
  #footer {
    gap: 0;
  }
}
#footer .footer_ban_recruit, #footer .footer_ban_contact {
  width: 100%;
  position: relative;
}
@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: 41/16;
}
@media (min-width: 769px) {
  #footer .footer_ban_recruit img, #footer .footer_ban_contact img {
    aspect-ratio: 960/380;
  }
}
#footer .footer_ban_recruit .txt_box, #footer .footer_ban_contact .txt_box {
  position: absolute;
  width: 62.5%;
  padding: 3rem;
  /*
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  */
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
}
@media (min-width: 769px) {
  #footer .footer_ban_recruit .txt_box, #footer .footer_ban_contact .txt_box {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  #footer .footer_ban_recruit .txt_box, #footer .footer_ban_contact .txt_box {
    height: 100%;
    top: 0;
    right: 0;
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }
}
#footer .footer_ban_recruit .txt_box p, #footer .footer_ban_contact .txt_box p {
  margin-bottom: 0;
}
#footer .footer_ban_recruit .txt_box p.txt-01, #footer .footer_ban_contact .txt_box p.txt-01 {
  font-size: 15px;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  #footer .footer_ban_recruit .txt_box p.txt-01, #footer .footer_ban_contact .txt_box p.txt-01 {
    font-size: 2.4rem;
  }
}
#footer .footer_ban_recruit .txt_box p.txt-03, #footer .footer_ban_contact .txt_box p.txt-03 {
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  #footer .footer_ban_recruit .txt_box p.txt-03, #footer .footer_ban_contact .txt_box p.txt-03 {
    text-align: center;
  }
}
#footer .footer_ban_recruit .txt_box a, #footer .footer_ban_contact .txt_box a {
  display: flex;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
#footer .footer_ban_recruit {
  /*
  .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) {
  		//width: 55%;
  		//top: 45%;
  		//left: 50%;
  		//transform: translate(-50%,-50%);
  		//text-align: left;
  		//margin-bottom: 2em;
  	}
  	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-02 {
  			margin-bottom: 1em;
  			font-size: 15px;
  			font-family: v.$f-mincho;
  			font-weight: 400;
  			@include mq(pc) {
  				margin-bottom: 1.2em;
  				font-size: 2.4rem;
  			}
  		}

  		&.txt-03 {
  			margin-bottom: 1em;
  			//font-size: 14px;
  			@include mq(pc) {
  				//font-size: 2.2rem;
  				text-align: center;
  			}
  		}
  	}

  }
  */
}
@media (max-width: 767px) {
  #footer .footer_ban_recruit {
    background: url(img/footer_bg_recruit_sp.webp) no-repeat left top;
    background-size: cover;
    padding-top: 55%;
  }
  #footer .footer_ban_recruit img {
    display: none;
  }
}
#footer .footer_ban_contact {
  /*
  .txt_box {
  	width: 85.42%;
  	padding: 1em 5px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%,-50%);
  	background: rgba($color: #D9D9D9, $alpha: .8);
  	text-align: center;
  	font-size: 1.1rem;
  	font-weight: 500;
  	@include mq(pc) {
  		padding: 3em 1em 2em;
  		font-size: 1.9rem;
  	}
  	ul {
  		list-style: none;
  		display: flex;
  		justify-content: center;;
  		gap: 10px;
  		font-size: 14px;
  		margin-bottom: .8em;
  		@include mq(pc) {
  			gap: 20px;
  			font-size: 2.2rem;
  		}
  	}
  	p {
  		&.txt {
  			font-size: 14px;
  			@include mq(pc) {
  				margin-bottom: .8em;
  				font-size: 2.2rem;
  			}
  		}
  	}
  }
  	*/
}
@media (max-width: 767px) {
  #footer .footer_ban_contact {
    background: url(img/footer_bg_contact.webp) no-repeat center top;
    background-size: cover;
    padding-top: 55%;
  }
  #footer .footer_ban_contact img {
    display: none;
  }
}
@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;
  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;
  }
}
@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 {
    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;
  }
}

ul.footer_nav_sp {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
ul.footer_nav_sp a {
  display: block;
  padding: 1em 20px;
  font-size: 15px;
  font-weight: 500;
}
ul.footer_nav_sp li {
  width: 50%;
  text-align: center;
}
ul.footer_nav_sp li:first-child {
  width: 100%;
}
@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 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:first-child, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd table tr td:first-child {
    padding-right: 3rem;
  }
  .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%;
  height: 280px;
  position: relative;
  background: #F8F8F8;
}
@media screen and (max-width: 390px) {
  .slick_wrap {
    height: auto;
  }
}
@media (min-width: 501px) {
  .slick_wrap {
    height: auto;
  }
}
@media (max-width: 767px) {
  .slick_wrap {
    background: none;
  }
}
@media (min-width: 1401px) {
  .slick_wrap {
    height: auto;
  }
}

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

.main-img {
  width: 100%;
  height: 260px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}
.main-img img {
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 501px) {
  .main-img {
    height: 800;
  }
  .main-img img {
    height: 800px;
  }
}
@media (min-width: 1401px) {
  .main-img {
    height: auto;
  }
  .main-img img {
    height: auto;
  }
}
.main-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 500px) {
  .main-img img {
    max-height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.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: 20rem;
  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.5rem 1rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: #fff;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .slide-txt-wrapp .slide-txt .dec-txt {
    padding: 0.5em 1rem;
  }
}

#thumbnail {
  max-width: 1250px;
  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: 14.2857142857%;
}
#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: -20px;
    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 {
  width: 55rem;
  margin: 0 3.5rem;
}
@media (max-width: 767px) {
  #slick-staff_wrap .staff-slide {
    width: 30rem;
    margin: 0 3rem;
  }
}

.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;
  /*
    position: fixed;
    width: 100%;
    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 .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: 120px;
}
@media (min-width: 1200px) {
  .path-bg {
    margin-top: 120px;
  }
}
@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;
  /*
  mask-image: url(../img/angle-right-solid.svg);
  mask-repeat: no-repeat;
  mask-size: 7px 10px;
  */
  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;
  }
}

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

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

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

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

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: 3.5rem 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;
  }
}
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: #002060;
  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: 2rem 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: 4rem;
  color: #000;
}
@media (min-width: 769px) {
  .aco-text.aco-wrapper .box_answer .in_answer {
    flex-direction: row;
    padding: 0;
  }
}
.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;
  color: #404040;
}
@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;
}

.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-content {
	@include mq(sp) {
		display: block;
	}
}
*/
.aco-btn-02.aco-wrapper-02 {
  width: 100%;
  padding-top: 4rem;
  display: flex;
  position: relative;
  cursor: pointer;
  border-bottom: 2px solid #002060;
  /*
  &.first {
  	padding-top: 0;
  }
  */
  /*
  &.irregular-01 {
  	padding-top: .2rem;
  }
  */
}
@media (max-width: 767px) {
  .aco-btn-02.aco-wrapper-02 {
    padding-bottom: 1rem;
  }
}
.aco-btn-02.aco-wrapper-02 p {
  margin-bottom: 0;
}

/*
.box_question-02 {
	width: 100%;
	display: flex;
	border-bottom: 2px solid #002060;
	line-height: 1;
	position: relative;
	p {
		margin-bottom: 0;
	}
		*/
/*
	.in_question-02 {
		width: 100%;
		display: flex;
		//justify-content: space-between;
		align-items: center;
		height: auto;
		position: relative;
		padding: 2rem 2.5rem;
		//border-top: solid 1px #BFBFBF;
		//background-color: #f1ede7;
		color: #000;
		//font-size: 2.1rem;
		//font-weight: 400;
		line-height: 1.4;
		cursor: pointer;
		//background-color: palegoldenrod;
		@include mq(pc) {
			//height: 100px;
			//padding: .3em 1em;
		}
		@include mq(sp) {
			flex-wrap: wrap;
			padding: 2rem 0 2rem 10px;
		}
		//
		&.under {
			align-items: flex-end;
		}
		.quest-title {
			width: 21.34146%;//350
			font-size: 3.2rem;
			@include mq(sp) {
				width: 100%;
				font-size: 2rem;
				margin-bottom: 20px;
			}
		}
		.tbl_menu-time {
			@include tbl(auto);
			th, td {
				padding: 0;
				@include mq(sp) {
					display: block;
				}
			}
			th {
				text-align: left;
				font-size: 1.6rem;
				font-weight: 400;
				@include mq(sp) {
					padding-bottom: 5px;
					font-size: 14px;
				}
				@include mq(pc) {
					&.spc-b {
						padding-bottom: 4px;
					}
				}
				span {
					display: inline-block;
					padding: 1px 5px 2px;
					border: 1px solid #002060;
					line-height: 1;
					&.final {
						background-color: #002060;
						color: #fff;
					}
					//&.time {}
				}
			}
			td {
				padding-left: 1.5rem;
				font-size: 1.7rem;
				@include mq(sp) {
					padding-left: 0;
					font-size: 14px;
				}
				&.spc-b {
					padding-bottom: 4px;
					@include mq(sp) {
						padding-bottom: 10px;
					}
				}
			}
			//
			& + .tbl_menu-time {
				@include mq(pc) {
					margin-left: 2rem;
				}
				@include mq(sp) {
					margin-top: 2rem;
				}
			}
		}
		p {
			margin-bottom: 0;
			//font-size: 3.2rem;
			//font-weight: 500;
			//padding-right: 45px;
			@include mq(sp) {
				//font-size: 15px;
			}
		}
	}
*/
.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: 769px) {
  .aco-btn-02::before, .aco-btn-02::after {
    bottom: 46%;
  }
}
@media (max-width: 767px) {
  .aco-btn-02::before, .aco-btn-02::after {
    top: 55px;
  }
}
.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: 10px;
    padding-left: 10px;
  }
}
.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 {
    table-layout: fixed;
    width: 1120px;
  }
  .tbl_menu-01 tr {
    display: table-row !important;
  }
}
.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 {
    font-size: 16px;
  }
}
.tbl_menu-01 th {
  width: 17.647058%;
  padding-left: 1rem;
  background-color: #F8F8F8;
  border-bottom: solid 1px #BFBFBF;
  text-align: left;
  font-weight: 400;
}
@media (max-width: 767px) {
  .tbl_menu-01 th {
    width: 140px;
    padding-right: 10px;
  }
}
.tbl_menu-01 td {
  width: 82.352942%;
  padding-right: 10px;
  padding-left: 20px;
  border-bottom: solid 1px #BFBFBF;
  color: #404040;
}
@media (max-width: 767px) {
  .tbl_menu-01 td {
    width: 980px;
  }
}
.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.07339%;
}
.tbl_menu-01 td .td-inner-01 .txt_fee {
  flex: 1;
  text-align: right;
  color: #C00000;
}
.tbl_menu-01 td .td-inner-02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tbl_menu-01 td .td-inner-02 .txt_explanation {
  width: 78.8991%;
}
.tbl_menu-01 td .td-inner-02 .txt_explanation.pad-r {
  padding-right: 4rem;
}
.tbl_menu-01 td .td-inner-02 .txt_fee {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 0;
  color: #C00000;
}
@media (max-width: 767px) {
  .tbl_menu-01 td .td-inner-02 .txt_fee {
    width: 21.1009%;
    justify-content: end;
  }
}
.tbl_menu-01 td .td-inner-02 .txt_fee .length {
  width: 53.84615%;
}
.tbl_menu-01 td .td-inner-02 .txt_fee .fee {
  flex: 1;
  text-align: right;
}
.tbl_menu-01 td .td-inner-03 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tbl_menu-01 td .td-inner-03 .txt_explanation {
  width: 85.3211%;
}
.tbl_menu-01 td .td-inner-03 .txt_fee {
  flex: 1;
  text-align: right;
  color: #C00000;
}
.tbl_menu-01 tr td.td_inside {
  border-bottom: 1px solid #F2F2F2;
}

.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%;
  padding: 10px 9px;
  border: solid 1px #DBD3C3;
}
.compare_box .p_kome {
  padding-right: 9px;
  padding-left: 9px;
  text-align: center;
  color: #7F7F7F;
}

.tbl_compare {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  empty-cells: hide;
}
@media (max-width: 767px) {
  .tbl_compare {
    width: 1360px;
  }
}
.tbl_compare th, .tbl_compare td {
  padding: 2px 5px;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 767px) {
  .tbl_compare th, .tbl_compare td {
    font-size: 16px;
  }
}
.tbl_compare th p, .tbl_compare td p {
  margin-bottom: 0;
}
.tbl_compare td.txt-left {
  text-align: left;
}
.tbl_compare tr th:first-child {
  width: 25.582%;
  background-color: #F8F8F8;
}
@media (max-width: 767px) {
  .tbl_compare tr th:first-child {
    width: 330px;
  }
}
@media (max-width: 767px) {
  .tbl_compare tr td {
    width: 320px;
  }
}
.tbl_compare tr td:nth-of-type(1) {
  background-color: #F8F4E5;
}
.tbl_compare tr td:nth-of-type(2) {
  background-color: #F8F6F3;
}
.tbl_compare tr td:nth-of-type(3) {
  background-color: #E4E1DE;
}
.tbl_compare .th_01 {
  width: 24.807%;
  padding-top: 6px;
  padding-bottom: 7px;
  background-color: #DFC77F;
}
@media (max-width: 767px) {
  .tbl_compare .th_01 {
    width: 320px;
  }
}
.tbl_compare .th_02 {
  width: 24.807%;
  background-color: #EDE9E1;
}
@media (max-width: 767px) {
  .tbl_compare .th_02 {
    width: 320px;
  }
}
.tbl_compare .th_03 {
  background-color: #BBB3AB;
}
@media (max-width: 767px) {
  .tbl_compare .th_03 {
    width: 320px;
  }
}

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

.fig-right {
  float: right;
  padding-right: 4rem;
  padding-left: 3rem;
}

.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: #BFBFBF;
  font-weight: 400;
  position: relative;
  /*
  &::before {
  	content: attr(data-eng);
  	display: block;
  	font-weight: normal;
  	font-family: v.$f-mincho;
  	@include mq(pc) {
  		font-size: 4.7rem;
  	}
  	@include mq(sp) {
  		font-size: 2.5rem;
  		letter-spacing: 1px;
  	}
  }
  */
}
@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;
  }
}

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;
  /*
  &.w200 {
  	max-width: 200px;
  	padding: 4px 10px 4px 25px;
  	text-align: left;
  	font-size: 1.4rem;
  	&::after {
  		mask-size: 7px 10px;
  		width: 7px;
  		height: 10px;
  		top: calc(50% - 5px);
  	}
  }
  	*/
  /*a.a_txt {
  	display: block;
  	width: 100%;
  	//border: solid 1px #002060;
  	//padding: 7px 10px;
  	//color: #fff;
  	//text-align: center;
  	//text-decoration: none;
  	//font-size: 2.2rem;
  	position: relative;
  	word-wrap: break-word;
  	overflow-wrap: break-word;
  	transition: .2s;
  	&::before {
  		content: "";
  		background: url(../img/arrow-ku_right.svg);
  		width: 6px;
  		height: 10px;
  		position: absolute;
  		left: 20px;
  	}
  	//&:hover {
  	//	color: #002060;
  	//}
  	@include mq(sp) {
  		//font-size: 1.6rem;
  	}
  }
  	*/
}
.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.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: 25px;
  }
}
.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: 25px;
  }
}
.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(-100%);
  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: 200px;
  padding: 4px 10px 4px 25px;
  text-align: left;
  font-size: 1.3rem;
}
.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: 16px;
    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: #F8F8F8;
}
@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 {
  background: #F2F2F2;
  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%;
  }
}

section.home-01 {
  padding: 3.6em 20px 1em;
  text-align: center;
}
@media screen and (max-width: 430px) {
  section.home-01 {
    padding-top: 2em;
  }
}
section.home-01 p {
  color: #404040;
  font-size: 18px;
}
@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: 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;
  }
}
section.in-menu_box .home_hair-info_inner {
  padding-bottom: 0 !important;
}

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

.home_hair-info_inner {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  padding: 3em 20px 13rem;
}
@media (min-width: 769px) {
  .home_hair-info_inner {
    padding-top: 4.5em;
  }
}
@media (max-width: 767px) {
  .home_hair-info_inner {
    padding-bottom: 11rem;
  }
}
.home_hair-info_inner > img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 82/39;
}
@media (min-width: 769px) {
  .home_hair-info_inner > img {
    display: none;
  }
}
.home_hair-info_inner .box_h3 {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
}
.home_hair-info_inner .box_txt {
  width: 100%;
  position: unset;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 769px) {
  .home_hair-info_inner .box_txt {
    max-width: 1680px;
    padding-top: 3%;
    padding-right: 20px;
    padding-left: 20px;
    margin: auto;
  }
}

.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: 2.5rem;
  font-weight: 500;
}
@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%;
  height: 160px;
  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: 2740px !important;
}

#sb_instagram #sbi_images {
  gap: 4rem !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: 2440px !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 {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.home_staff_box figure {
  width: 50.9091%;
  position: relative;
}
@media (max-width: 767px) {
  .home_staff_box figure {
    width: 100%;
  }
}
.home_staff_box figure a {
  display: block;
  padding-top: 10px;
  padding-left: 10px;
  position: relative;
}
.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;
}
.home_staff_box figure .staff-icon img {
  width: 7rem;
  height: 7rem;
}
.home_staff_box .txt_box {
  display: flex;
  flex-direction: column;
  width: 49.0909%;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .home_staff_box .txt_box {
    width: 100%;
    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 {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}
.home_staff_box .txt_box span.job-position {
  color: #404040;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.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;
}
.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;
}
.home_staff_box .txt_box p.staff-comment {
  color: #404040;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.home_staff_box .txt_box .box_below {
  margin-top: auto;
  margin-bottom: 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: #002060;
  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 .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;
  }
}
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;
}

.h4_wrapp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.h4_wrapp.h4_special {
  margin-bottom: 3rem;
}
.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;
  }
}

.btn-more {
  width: 120px;
  height: 30px;
  display: flex;
  align-items: center;
  background: #BFBFBF;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1rem;
}
.btn-more::before {
  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: 5px 10px;
          mask-size: 5px 10px;
  background-color: #fff;
  width: 5px;
  height: 10px;
  margin-right: 8px;
  margin-left: 8px;
}

p.h4_txt-explanation {
  margin-bottom: 1.875em;
  color: #7F7F7F;
  font-size: 1.6rem;
}

.home_gstyle_box {
  width: 100%;
}
.home_gstyle_box a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.home_gstyle_box a:hover {
  text-decoration: underline;
}
.home_gstyle_box figure {
  width: 100%;
  margin-bottom: 20px;
}
.home_gstyle_box .txt_box {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
  font-weight: 700;
}

.hair-info_col {
  display: flex;
  gap: 0 6.09756%;
  margin-bottom: 12rem;
}
@media (max-width: 1199px) {
  .hair-info_col {
    flex-wrap: wrap;
    gap: 4rem;
    margin-bottom: 6rem;
  }
}
.hair-info_col .col-box-01 {
  width: 34.14634%;
}
@media (max-width: 1199px) {
  .hair-info_col .col-box-01 {
    width: 100%;
  }
}
.hair-info_col .col-box-01 .col-box-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.053em 0;
}
.hair-info_col .col-box-01 .col-box-inner .col2_hair-info {
  width: 100%;
  display: flex;
}
.hair-info_col .col-box-01 .col-box-inner .col2_hair-info figure {
  width: 20.17857%;
}
.hair-info_col .col-box-01 .col-box-inner .col2_hair-info .txt_box {
  width: 79.82143%;
  padding-top: 1rem;
  padding-left: 15px;
}
@media (max-width: 1199px) {
  .hair-info_col .col-box-01 .col-box-inner .col2_hair-info .txt_box {
    padding-top: 0;
  }
}
.hair-info_col .col-box-01 .col-box-inner .col2_hair-info .txt_box .title {
  display: block;
  margin-bottom: 0.8em;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .hair-info_col .col-box-01 .col-box-inner .col2_hair-info .txt_box .title {
    margin-bottom: 0;
  }
}
.hair-info_col .col-box-01 .col-box-inner .col2_hair-info .txt_box .title a {
  text-decoration: none;
}
.hair-info_col .col-box-01 .col-box-inner .col2_hair-info .txt_box .title a:hover {
  text-decoration: underline;
}
.hair-info_col .col-box-01 .col-box-inner .col2_hair-info .txt_box p {
  margin-bottom: 0;
}
.hair-info_col .col-box-01 .col-box-inner .col2_hair-info .txt_box a {
  text-decoration: none;
}
.hair-info_col .col-box-01 .col-box-inner .col2_hair-info .txt_box a:hover {
  text-decoration: underline;
}
.hair-info_col .col-box-02 {
  width: 19.512195%;
}
@media (max-width: 1199px) {
  .hair-info_col .col-box-02 {
    width: 100%;
  }
}
.hair-info_col .col-box-02 .col-box-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.hair-info_col .col-box-02 .col-box-inner .qa_box .col2_hair-info, .hair-info_col .col-box-02 .col-box-inner .model_box .col2_hair-info {
  display: flex;
}
.hair-info_col .col-box-02 .col-box-inner .qa_box .col2_hair-info figure, .hair-info_col .col-box-02 .col-box-inner .model_box .col2_hair-info figure {
  width: 35.3125%;
}
@media (max-width: 1199px) {
  .hair-info_col .col-box-02 .col-box-inner .qa_box .col2_hair-info figure, .hair-info_col .col-box-02 .col-box-inner .model_box .col2_hair-info figure {
    width: 20.17857%;
  }
}
.hair-info_col .col-box-02 .col-box-inner .qa_box .col2_hair-info .txt_box, .hair-info_col .col-box-02 .col-box-inner .model_box .col2_hair-info .txt_box {
  width: 64.6875%;
  padding-top: 1rem;
  padding-left: 15px;
}
@media (max-width: 1199px) {
  .hair-info_col .col-box-02 .col-box-inner .qa_box .col2_hair-info .txt_box, .hair-info_col .col-box-02 .col-box-inner .model_box .col2_hair-info .txt_box {
    width: 79.82143%;
  }
}
.hair-info_col .col-box-02 .col-box-inner .model_box {
  margin-top: auto;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .hair-info_col .col-box-02 .col-box-inner .model_box {
    margin-top: 4rem;
  }
}

.col4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 769px) {
  .col4 {
    gap: 2.1em 2.439%;
  }
}
.col4 > a {
  width: calc((100% - 10px) / 2);
  text-align: center;
}
@media (min-width: 769px) {
  .col4 > a {
    width: 23.17075%;
  }
}

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

.btn-more_wt {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 12rem;
  background: rgba(255, 255, 255, 0.7);
  border: solid 1px #002060;
  border-radius: 50%;
  color: #002060;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .btn-more_wt {
    width: 80px;
    height: 80px;
  }
}
.btn-more_wt::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;
}
.btn-more_wt:hover {
  opacity: 0.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;
}
@media (max-width: 767px) {
  .more.grad {
    height: 16rem;
    margin-top: -16rem;
  }
}
.more.grad p {
  cursor: pointer;
}

.contents_open {
  transition: transform 0.4s ease;
}
.contents_open .col4 {
  padding-top: 2.1em;
}
@media (max-width: 767px) {
  .contents_open .col4 {
    padding-top: 10px;
  }
}
.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: 2em;
}

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

.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 figure {
    width: 100% !important;
    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 .txt_box {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@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;
  }
}

.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;
  margin-bottom: 3rem;
}
.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: 7.594936%;
}
@media (max-width: 767px) {
  .staff-icon_wrapp .staff-icon_box figure {
    width: 60px;
  }
}
.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: 3rem;
  }
}

.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: 8rem;
  height: 8rem;
}
.staff-data_box .txt_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 6rem;
}
@media (max-width: 767px) {
  .staff-data_box .txt_box {
    flex: auto;
    width: 100%;
    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.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.6rem;
  }
}
.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;
}
.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;
}

.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%;
}
@media (max-width: 767px) {
  .tbl_staff-data th {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    font-weight: 700;
  }
}
.tbl_staff-data td {
  width: 81.09756%;
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .tbl_staff-data td {
    width: 100%;
    padding-left: 0;
    border-top: none;
  }
}

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