.l-hero-wrap {
  width: 100%;
  position: relative;
}
.l-hero-wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-hero-image {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-hero-image {
    height: auto;
  }
}
.p-hero-image img {
  width: 100%;
  height: 867px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media only screen and (max-width: 767px) {
  .p-hero-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    -o-object-fit: initial;
       object-fit: initial;
    -o-object-position: bottom;
       object-position: bottom;
  }
}

.l-hero-text-wrap {
  padding: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .l-hero-text-wrap {
    width: 100%;
    padding: 25.641025641vw 0 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-hero-text-wrap .l-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .l-hero-text-wrap .l-content-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-hero-content-box {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-hero-content-box.is-center {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-hero-headline {
  width: 100%;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-hero-headline {
    font-size: 4.1025641026vw;
  }
}

.p-hero-en {
  width: 100%;
  padding: 20px 0 0;
  font-size: 54px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .p-hero-en {
    padding: 2.0512820513vw 0 0;
    font-size: 8.2051282051vw;
  }
}

@media only screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
}

.l-block-wrap {
  width: 100%;
  padding: 100px 0 0;
}
@media only screen and (max-width: 767px) {
  .l-block-wrap {
    padding: 15.3846153846vw 0 0;
  }
}

.l-page-lead-wrap {
  width: 100%;
  padding: 70px 0;
}
@media only screen and (max-width: 767px) {
  .l-page-lead-wrap {
    padding: 12.8205128205vw 0;
  }
}
.l-page-lead-wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-page-lead-wrap .is-text {
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .l-page-lead-wrap .is-text {
    font-size: 3.3333333333vw;
  }
}
.l-page-lead-wrap .is-text + .is-text {
  margin-top: 1em;
}
.l-page-lead-wrap + .l-block-wrap {
  padding-top: 0;
}

.p-page-headline {
  width: 100%;
  position: relative;
  padding: 0 0 35px;
  font-size: 15px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-page-headline {
    padding: 0 0 5.1282051282vw;
    font-size: 3.3333333333vw;
  }
}
.p-page-headline .lt-en {
  display: block;
  margin-bottom: 12px;
  font-size: 48px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-page-headline .lt-en {
    margin-bottom: 3.8461538462vw;
    font-size: 7.1794871795vw;
  }
}
.p-page-headline:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  height: 0;
  border-top: 1px solid #000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .p-page-headline:after {
    width: 14.1025641026vw;
  }
}

.p-breadcrumbs-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
@media only screen and (max-width: 767px) {
  .p-breadcrumbs-list {
    gap: 0 5.1282051282vw;
  }
}

.p-breadcrumbs-item {
  font-size: 11px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-breadcrumbs-item {
    font-size: 2.8205128205vw;
  }
}
.p-breadcrumbs-item:after {
  content: "/";
  display: block;
  position: absolute;
  right: -12px;
  top: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-breadcrumbs-item:after {
    right: -3.0769230769vw;
  }
}
.p-breadcrumbs-item:nth-last-of-type(1):after {
  display: none;
}
.p-breadcrumbs-item a {
  color: rgba(255, 255, 255, 0.7);
}
.p-breadcrumbs-item span {
  font-weight: 700;
  color: rgb(255, 255, 255);
}

.l-inter-conversion-wrap {
  width: 100%;
  padding: 60px 0 0;
}
@media only screen and (max-width: 767px) {
  .l-inter-conversion-wrap {
    padding: 9.2307692308vw 0 0;
    text-align: center;
  }
}

.l-last-conversion-wrap {
  width: 100%;
  padding: 0 0 100px;
}
.l-phone-wrap {
  padding: 0 0 28px;
  color: #48322A;
}
@media only screen and (max-width: 767px) {
  .l-phone-wrap {
    padding: 0 0 6.1538461538vw;
  }
}
.l-phone-wrap .is-catch {
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .l-phone-wrap .is-catch {
    font-size: 3.0769230769vw;
  }
}
.l-phone-wrap .is-catch + .is-phone {
  padding-top: 16px;
}
@media only screen and (max-width: 767px) {
  .l-phone-wrap .is-catch + .is-phone {
    padding-top: 3.0769230769vw;
  }
}
.l-phone-wrap .is-phone {
  font-size: 36px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .l-phone-wrap .is-phone {
    font-size: 8.2051282051vw;
  }
}

.l-btn-wrap {
  margin: 0 auto;
}
.l-btn-wrap.w443 {
  width: 443px;
}
@media only screen and (max-width: 767px) {
  .l-btn-wrap.w443 {
    width: 80%;
  }
}
.l-btn-wrap.w344 {
  width: 344px;
}
@media only screen and (max-width: 767px) {
  .l-btn-wrap.w344 {
    width: 61.5384615385vw;
  }
}
.l-btn-wrap .is-catch {
  padding: 0 0 32px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .l-btn-wrap .is-catch {
    padding: 0 0 6.1538461538vw;
    font-size: 4.1025641026vw;
  }
}
.l-btn-wrap .is-catch span {
  display: inline-block;
  position: relative;
  padding: 0 28px;
}
@media only screen and (max-width: 767px) {
  .l-btn-wrap .is-catch span {
    padding: 0 6.1538461538vw;
  }
}
.l-btn-wrap .is-catch span:before, .l-btn-wrap .is-catch span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 25px;
  height: 0;
  border-top: 1px solid #333;
}
@media only screen and (max-width: 767px) {
  .l-btn-wrap .is-catch span:before, .l-btn-wrap .is-catch span:after {
    width: 6.1538461538vw;
  }
}
.l-btn-wrap .is-catch span:before {
  left: 0;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.l-btn-wrap .is-catch span:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.btn-color-brown {
  width: 100%;
  display: block;
  background: #48322A;
  border: 1px solid #48322A;
  position: relative;
  padding: 4px 0 20px;
  border-radius: 2px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff !important;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
@media only screen and (max-width: 767px) {
  .btn-color-brown {
    padding: 2.0512820513vw 0 4.1025641026vw;
    border-radius: 0.5128205128vw;
    font-size: 3.8461538462vw;
  }
}
.btn-color-brown:hover {
  opacity: 0.7;
}
.btn-color-brown.is-marker:before, .btn-color-brown.is-marker:after {
  content: "";
  display: block;
  position: absolute;
}
.btn-color-brown.is-marker:before {
  top: calc(50% - 7px);
  right: 16px;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .btn-color-brown.is-marker:before {
    top: calc(50% - 1.5384615385vw);
    right: 3.0769230769vw;
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
}
.btn-color-brown.is-marker:after {
  top: 50%;
  right: 18px;
  margin-top: -2px;
  border: 3px solid transparent;
  border-left: 4px solid #fff;
  width: 0;
  height: 0;
}
@media only screen and (max-width: 767px) {
  .btn-color-brown.is-marker:after {
    right: 3.3333333333vw;
    margin-top: -0.7692307692vw;
    border: 1.0256410256vw solid transparent;
    border-left: 1.2820512821vw solid #fff;
  }
}
.btn-color-brown.is-no-catch {
  padding: 12px 0 12px;
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .btn-color-brown.is-no-catch {
    font-size: 3.3333333333vw;
    padding: 3.0769230769vw 0;
  }
}

.btn-add-catch {
  position: absolute;
  left: 50%;
  top: -13px;
  display: inline-block;
  background: #fff;
  border: 1px solid #333;
  border-radius: 15px;
  padding: 0 1em;
  height: 26px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
  color: #47382A;
  line-height: 26px;
  white-space: nowrap;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .btn-add-catch {
    top: -2.5641025641vw;
    border-radius: 2.5641025641vw;
    height: 5.1282051282vw;
    font-size: 2.8205128205vw;
    line-height: 5.1282051282vw;
  }
}

.p-area-headline {
  font-size: 18px;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-area-headline {
    font-size: 4.1025641026vw;
  }
}
.p-area-headline span {
  display: inline-block;
  position: relative;
  padding: 0 32px;
}
@media only screen and (max-width: 767px) {
  .p-area-headline span {
    padding: 0 8.9743589744vw;
  }
}
.p-area-headline span:before, .p-area-headline span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 25px;
  height: 0;
  border-top: 1px solid #333;
}
@media only screen and (max-width: 767px) {
  .p-area-headline span:before, .p-area-headline span:after {
    width: 6.4102564103vw;
  }
}
.p-area-headline span:before {
  left: 0;
}
.p-area-headline span:after {
  right: 0;
}

.p-link-list {
  width: 100%;
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .p-link-list {
    padding: 5.1282051282vw 5.1282051282vw 0;
  }
}
.p-link-list.col2 {
  gap: 20px 2.8%;
}
.p-link-list.col2 .p-link-item {
  width: 48.6%;
}
.p-link-list.col2 .p-link-item.is-full {
  width: 100%;
}
.p-link-list.col4 {
  gap: 20px 1.2%;
}
@media only screen and (max-width: 767px) {
  .p-link-list.col4 {
    gap: 3.0769230769vw 3%;
  }
}
.p-link-list.col4 .p-link-item {
  width: 24.1%;
}
@media only screen and (max-width: 767px) {
  .p-link-list.col4 .p-link-item {
    width: 48.5%;
  }
}
.p-link-list.col4 .p-link-item.is-full {
  width: 100%;
}
.p-link-list + .p-area-headline {
  padding-top: 40px;
}
.p-link-item.is-full {
  width: 100%;
}
.p-link-item > a {
  display: block;
  width: 100%;
}
.p-link-item > a:hover .p-link-item-inner .is-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media only screen and (max-width: 767px) {
  .p-link-item > a:hover .p-link-item-inner .is-image img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.p-link-item-inner {
  width: 100%;
  position: relative;
}
.p-link-item-inner .is-image {
  width: 100%;
  overflow: hidden;
}
.p-link-item-inner .is-image img {
  max-width: 100%;
  -webkit-transition: -webkit-transform ease 0.6s;
  transition: -webkit-transform ease 0.6s;
  transition: transform ease 0.6s;
  transition: transform ease 0.6s, -webkit-transform ease 0.6s;
}
.p-link-item-inner .is-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-link-item-inner .is-info .is-headline {
  position: relative;
  padding-bottom: 40px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-link-item-inner .is-info .is-headline {
    padding-bottom: 8.2051282051vw;
    font-size: 5.1282051282vw;
  }
}
.p-link-item-inner .is-info .is-headline .lt-en {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-link-item-inner .is-info .is-headline .lt-en {
    margin-bottom: 2.0512820513vw;
    font-size: 4.1025641026vw;
  }
}
.p-link-item-inner .is-info .is-headline:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 22px;
  height: 22px;
  background: url(/photowedding/common/img/icon_arrow.svg) no-repeat center center;
  background-size: auto 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .p-link-item-inner .is-info .is-headline:after {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
  }
}

.l-slide-swiper-wrap.is-report {
  width: 100%;
  padding: 60px 0 0;
}
@media only screen and (max-width: 767px) {
  .l-slide-swiper-wrap.is-report {
    padding: 9.2307692308vw 0;
  }
}
.l-slide-swiper-wrap.is-report .swiper-button-prev,
.l-slide-swiper-wrap.is-report .swiper-button-next {
  top: 47%;
}
@media only screen and (max-width: 767px) {
  .l-slide-swiper-wrap.is-report .swiper-button-prev,
  .l-slide-swiper-wrap.is-report .swiper-button-next {
    top: 40%;
  }
}
.l-slide-swiper-wrap.is-report .swiper-button-prev {
  left: 11.8%;
}
@media only screen and (max-width: 767px) {
  .l-slide-swiper-wrap.is-report .swiper-button-prev {
    left: 4%;
  }
}
.l-slide-swiper-wrap.is-report .swiper-button-next {
  right: 11.8%;
}
@media only screen and (max-width: 767px) {
  .l-slide-swiper-wrap.is-report .swiper-button-next {
    right: 4%;
  }
}
.l-slide-swiper-wrap.is-report .swiper-slide.swiper-slide-active .p-slide-inner-content img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media only screen and (max-width: 767px) {
  .l-slide-swiper-wrap.is-report .swiper-slide.swiper-slide-active .p-slide-inner-image {
    opacity: 1;
  }
}
.l-slide-swiper-wrap.is-report .swiper-slide img {
  max-width: inherit;
  width: 100%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media only screen and (max-width: 767px) {
  .l-slide-swiper-wrap.is-report .swiper-slide .p-slide-inner-image {
    opacity: 0.3;
  }
}
.l-slide-swiper-wrap.is-top-contents, .l-slide-swiper-wrap.is-fair, .l-slide-swiper-wrap.is-dress {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-slide-swiper-wrap.is-top-contents, .l-slide-swiper-wrap.is-fair, .l-slide-swiper-wrap.is-dress {
    padding: 9.2307692308vw 0;
    max-width: 100%;
  }
}
.l-slide-swiper-wrap.is-top-contents .swiper-button-prev,
.l-slide-swiper-wrap.is-top-contents .swiper-button-next, .l-slide-swiper-wrap.is-fair .swiper-button-prev,
.l-slide-swiper-wrap.is-fair .swiper-button-next, .l-slide-swiper-wrap.is-dress .swiper-button-prev,
.l-slide-swiper-wrap.is-dress .swiper-button-next {
  top: 50%;
  z-index: 2;
}
.l-slide-swiper-wrap.is-top-contents .swiper-button-prev, .l-slide-swiper-wrap.is-fair .swiper-button-prev, .l-slide-swiper-wrap.is-dress .swiper-button-prev {
  left: -20px;
}
@media only screen and (max-width: 767px) {
  .l-slide-swiper-wrap.is-top-contents .swiper-button-prev, .l-slide-swiper-wrap.is-fair .swiper-button-prev, .l-slide-swiper-wrap.is-dress .swiper-button-prev {
    left: 7.1794871795vw;
  }
}
.l-slide-swiper-wrap.is-top-contents .swiper-button-prev:after, .l-slide-swiper-wrap.is-fair .swiper-button-prev:after, .l-slide-swiper-wrap.is-dress .swiper-button-prev:after {
  border-top: solid 2px #333;
  border-right: solid 2px #333;
}
.l-slide-swiper-wrap.is-top-contents .swiper-button-next, .l-slide-swiper-wrap.is-fair .swiper-button-next, .l-slide-swiper-wrap.is-dress .swiper-button-next {
  right: -20px;
}
@media only screen and (max-width: 767px) {
  .l-slide-swiper-wrap.is-top-contents .swiper-button-next, .l-slide-swiper-wrap.is-fair .swiper-button-next, .l-slide-swiper-wrap.is-dress .swiper-button-next {
    right: 7.1794871795vw;
  }
}
.l-slide-swiper-wrap.is-top-contents .swiper-button-next:after, .l-slide-swiper-wrap.is-fair .swiper-button-next:after, .l-slide-swiper-wrap.is-dress .swiper-button-next:after {
  border-top: solid 2px #333;
  border-right: solid 2px #333;
}
.l-slide-swiper-wrap.is-top-contents .swiper-slide img, .l-slide-swiper-wrap.is-fair .swiper-slide img, .l-slide-swiper-wrap.is-dress .swiper-slide img {
  width: 370px;
}
@media only screen and (max-width: 767px) {
  .l-slide-swiper-wrap.is-top-contents .swiper-slide img, .l-slide-swiper-wrap.is-fair .swiper-slide img, .l-slide-swiper-wrap.is-dress .swiper-slide img {
    width: 100%;
  }
}
.l-slide-swiper-wrap.is-top-contents {
  padding: 40px 0 0;
}
.l-slide-swiper-wrap.is-top-contents .swiper-slide img {
  width: 100%;
}
.l-slide-swiper-wrap .swiper-button-prev:before {
  border-bottom: 20px solid transparent;
  border-right: 30px solid #000;
  border-top: 20px solid transparent;
}
.l-slide-swiper-wrap .swiper-button-prev:after {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.l-slide-swiper-wrap .swiper-button-next:before {
  border-bottom: 20px solid transparent;
  border-left: 1px solid #000;
  border-top: 20px solid transparent;
}
.l-slide-swiper-wrap .swiper-button-next:after {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-slide-inner-content {
  width: 100%;
}

.p-slide-inner-image {
  text-align: center;
}
.p-slide-inner-image img {
  max-width: 100%;
}

.p-slide-inner-caption {
  padding-top: 12px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-slide-inner-caption {
    padding-top: 3.0769230769vw;
    font-size: 3.0769230769vw;
  }
}

.p-slide-inner-text {
  padding-top: 12px;
  font-size: 13px;
  text-align: left;
  line-height: 1.4;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-slide-inner-text {
    padding-top: 3.0769230769vw;
    font-size: 3.3333333333vw;
    line-height: 1.6;
  }
}

.l-shop-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .l-shop-wrap {
    max-width: 100%;
    padding: 0 6.1538461538vw 15.3846153846vw;
  }
}
.l-shop-wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-shop-wrap .box_inner + .box_inner {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .l-shop-wrap .box_inner + .box_inner {
    margin-top: 15.3846153846vw;
  }
}
.l-shop-wrap .box_inner .salonArea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 1.387%;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .l-shop-wrap .box_inner .salonArea {
    gap: 2.5641025641vw 2%;
    padding-top: 10.2564102564vw;
  }
}
.l-shop-wrap .box_inner .salonArea_item {
  width: 18.88%;
}
@media only screen and (max-width: 767px) {
  .l-shop-wrap .box_inner .salonArea_item {
    width: 32%;
  }
}
.l-shop-wrap .box_inner .salonArea_item span,
.l-shop-wrap .box_inner .salonArea_item a {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 66px;
  background: #F7F5EE;
  border: 4px solid #F7F5EE;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  font-size: 14px;
  text-align: center;
  color: #333;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .l-shop-wrap .box_inner .salonArea_item span,
  .l-shop-wrap .box_inner .salonArea_item a {
    height: 16.9230769231vw;
    border: 1.0256410256vw solid #F7F5EE;
    font-size: 3.3333333333vw;
  }
}
.l-shop-wrap .box_inner .salonArea_item span.active,
.l-shop-wrap .box_inner .salonArea_item a.active {
  background: #48322A;
  border: 4px solid #48322A;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .l-shop-wrap .box_inner .salonArea_item span.active,
  .l-shop-wrap .box_inner .salonArea_item a.active {
    border: 1.0256410256vw solid #48322A;
  }
}
.l-shop-wrap .box_inner .salonArea_item span:hover,
.l-shop-wrap .box_inner .salonArea_item a:hover {
  background: #fff;
}
.l-shop-wrap .box_inner .salonArea_item span:hover.active,
.l-shop-wrap .box_inner .salonArea_item a:hover.active {
  background: #48322A;
}
.l-shop-wrap .counter_contents {
  width: 100%;
  display: none;
}
.l-shop-wrap .counter_contents.show {
  display: block;
}
.l-shop-wrap .counter_contents .counter_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-shop-wrap .counter_contents .counter_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .l-shop-wrap .counter_contents .counter_item {
    width: 100%;
    margin-bottom: 6.1538461538vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-shop-wrap .counter_contents .counter_item .counter_img_block {
  width: 30.5%;
}
.l-shop-wrap .counter_contents .counter_item .counter_img_block img {
  max-width: 100%;
}
.l-shop-wrap .counter_contents .counter_item .counter_tx_block {
  width: 69.5%;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .l-shop-wrap .counter_contents .counter_item .counter_tx_block {
    padding-left: vw(16);
  }
}
.l-shop-wrap .counter_contents .counter_item .counter_tx_block .counter_name {
  font-size: 18px;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: 700;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .l-shop-wrap .counter_contents .counter_item .counter_tx_block .counter_name {
    font-size: 4.1025641026vw;
  }
}
.l-shop-wrap .counter_contents .counter_item .counter_tx_block .counter_address {
  padding-top: 16px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #444;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .l-shop-wrap .counter_contents .counter_item .counter_tx_block .counter_address {
    padding-top: 3.5897435897vw;
    font-size: 3.3333333333vw;
  }
}
.l-shop-wrap .counter_contents .counter_item .counter_tx_block .counter_memo {
  padding-top: 18px;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #444;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .l-shop-wrap .counter_contents .counter_item .counter_tx_block .counter_memo {
    padding-top: 3.0769230769vw;
    font-size: 3.3333333333vw;
  }
}
.l-shop-wrap .counter_contents .counter_item.online {
  width: 100%;
}
.l-shop-wrap .counter_contents .counter_item.online .counter_img_block {
  width: 56%;
}
@media only screen and (max-width: 767px) {
  .l-shop-wrap .counter_contents .counter_item.online .counter_img_block {
    width: 100%;
  }
}
.l-shop-wrap .counter_contents .counter_item.online .counter_tx_block {
  width: 44%;
}
@media only screen and (max-width: 767px) {
  .l-shop-wrap .counter_contents .counter_item.online .counter_tx_block {
    width: 100%;
    padding-left: 0;
    padding-top: 3.0769230769vw;
  }
}

nav .navbar_toggle_icon {
  background: #3e2f29;
}

.l-hero-breadcrumbs-wrap {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 90px;
  width: 100%;
  height: 100%;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .l-hero-breadcrumbs-wrap {
    top: 16.4102564103vw;
    padding: 0 5.1282051282vw;
  }
}
.l-hero-breadcrumbs-wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-campaign-wrap {
  width: 100%;
  background: #ECEAE9;
  padding: 65px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-campaign-wrap {
    padding: 11.5384615385vw 0;
  }
}
.l-campaign-wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*
.l-campaign-wrap:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 5px;
  top: 5px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px solid #fff;
}
  */

.p-campaign-image {
  padding: 40px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-campaign-image {
    padding: 9.2307692308vw 6.4102564103vw 0;
  }
}
.p-campaign-image img {
  width: 512px;
}
@media only screen and (max-width: 767px) {
  .p-campaign-image img {
    max-width: 100%;
  }
}
.p-campaign-image .is-text {
  padding: 1em 0 0;
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-campaign-image .is-text {
    padding: 1em 0 0;
    font-size: 3.3333333333vw;
  }
}

.p-top-about-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 50px;
  padding: 40px 0 0;
}
@media only screen and (max-width: 767px) {
  .p-top-about-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    padding: 8.2051282051vw 0 0;
  }
}

.p-top-about-flex-info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 520px;
}
@media only screen and (max-width: 767px) {
  .p-top-about-flex-info {
    max-width: 100%;
    width: 100%;
  }
}

.p-top-about-flex-headline {
  font-size: 20px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .p-top-about-flex-headline {
    font-size: 4.1025641026vw;
    text-align: center;
  }
}

.p-top-about-flex-lead {
  padding: 24px 0 0;
}
@media only screen and (max-width: 767px) {
  .p-top-about-flex-lead {
    padding: 3.0769230769vw 0 0;
  }
}
.p-top-about-flex-lead .is-text {
  font-size: 15px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .p-top-about-flex-lead .is-text {
    font-size: 3.3333333333vw;
    text-align: center;
  }
}

.p-top-about-flex-image {
  max-width: 515px;
}
@media only screen and (max-width: 767px) {
  .p-top-about-flex-image {
    max-width: 100%;
    width: 100%;
    padding-top: 4.1025641026vw;
    text-align: center;
  }
}
.p-top-about-flex-image img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-top-about-flex-image img {
    max-width: 90%;
  }
}

.p-top-about-image {
  padding: 80px 0 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-top-about-image {
    padding: 5.1282051282vw 0 0;
  }
}
.p-top-about-image img {
  max-width: 100%;
}

.l-top-area-wrap {
  max-width: 1064px;
  margin: 0 auto;
  padding: 40px 0 0;
}
@media only screen and (max-width: 767px) {
  .l-top-area-wrap {
    max-width: 100%;
    padding: 7.1794871795vw 0 0;
  }
}
.l-top-area-wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-top-theme-wrap {
  max-width: 1064px;
  margin: 0 auto;
  padding: 40px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .l-top-theme-wrap {
    max-width: 100%;
    padding: 7.1794871795vw 0 0;
  }
}
.l-top-theme-wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-top-contents-wrap {
  max-width: 1294px;
  margin: 0 auto;
  padding: 40px 0 0;
}
@media only screen and (max-width: 767px) {
  .l-top-contents-wrap {
    max-width: 100%;
    padding: 7.1794871795vw 0 0;
  }
}
.l-top-contents-wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.swiper-single-slide .swiper-slide.swiper-slide-active{
  margin: 0 !important;
  margin-left: 8px !important;
}

@media only screen and (max-width: 767px) {
  .swiper-single-slide .swiper-slide.swiper-slide-active{
    margin: 0 !important;
  }
}