@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  -webkit-font-smoothing: antialiased;
}

img, picture, figure, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

* {
  letter-spacing: 0.05em;
}

html, body {
  width: 100%;
  font-size: 14px;
  font-family: "hiragino-kaku-gothic-pron", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.6;
}
@media (max-width: 960px) {
  html, body {
    font-size: 1.4583333333vw;
  }
}
@media (max-width: 640px) {
  html, body {
    font-size: 2.9166666667vw;
  }
}

::-moz-selection {
  color: #ffffff;
  background-color: #A1938A;
}

::selection {
  color: #ffffff;
  background-color: #A1938A;
}

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

img, picture, figure, video, canvas, svg {
  line-height: 0;
}

figcaption {
  line-height: 1.4;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
}
a:hover {
  opacity: 0.7;
}

p {
  line-height: 1.8;
}

mark {
  padding: 0 0.2em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #a9c3b2));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #a9c3b2 40%);
}

#js-loader {
  width: 0%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000000;
}

#js-time {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  font-size: 60px;
  font-weight: bold;
  font-family: "urw-din", "hiragino-kaku-gothic-pron", sans-serif;
  color: #000000;
}

#js-countdown > p {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 24px;
}
#js-countdown > p .time {
  font-size: 12px;
}

.js-fadeIn {
  -webkit-transition-property: opacity transform;
  transition-property: opacity transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}
.js-fadeIn.--t {
  opacity: 0.2;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
@media (max-width: 960px) {
  .js-fadeIn.--t {
    -webkit-transform: translateY(-10.4166666667vw);
            transform: translateY(-10.4166666667vw);
  }
}
.js-fadeIn.--b {
  opacity: 0.2;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
@media (max-width: 960px) {
  .js-fadeIn.--b {
    -webkit-transform: translateY(10.4166666667vw);
            transform: translateY(10.4166666667vw);
  }
}
.js-fadeIn.--r {
  opacity: 0.2;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
@media (max-width: 960px) {
  .js-fadeIn.--r {
    -webkit-transform: translateX(10.4166666667vw);
            transform: translateX(10.4166666667vw);
  }
}
.js-fadeIn.--l {
  opacity: 0.2;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
@media (max-width: 960px) {
  .js-fadeIn.--l {
    -webkit-transform: translateX(-10.4166666667vw);
            transform: translateX(-10.4166666667vw);
  }
}
.js-fadeIn.active {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
.js-fadeIn.--delay-0 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.js-fadeIn.--delay-1 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-fadeIn.--delay-2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js-fadeIn.--delay-3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.js-fadeIn.--delay-4 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.js-fadeIn.--delay-5 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.js-fadeIn.--delay-6 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.js-fadeIn.--delay-7 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.js-fadeIn.--delay-8 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.js-fadeIn.--delay-9 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.js-fadeIn.--delay-10 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.js-modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.js-modal__close {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 960px) {
  .js-modal__close {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    top: 4.1666666667vw;
    right: 4.1666666667vw;
  }
}
@media (max-width: 640px) {
  .js-modal__close {
    width: 6.25vw;
    height: 6.25vw;
    top: 6.25vw;
    right: 6.25vw;
  }
}

.js-modal-box {
  position: absolute;
  width: 90%;
  max-width: 960px;
  max-height: 100%;
  top: 50%;
  left: 50%;
  margin: auto;
  overflow: scroll;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.js-modal-btn {
  cursor: pointer;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow, .slick-hidden {
  display: none;
}
.slick-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  padding: 0;
  z-index: 1;
}
.slick-arrow svg {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 960px) {
  .slick-arrow {
    width: 2.0833333333vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 640px) {
  .slick-arrow {
    width: 3.125vw;
    height: 6.25vw;
  }
}
.slick-prev, .slick-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slick-prev {
  left: 20px;
}
@media (max-width: 960px) {
  .slick-prev {
    left: 2vw;
  }
}
.slick-next {
  right: 20px;
}
@media (max-width: 960px) {
  .slick-next {
    right: 2vw;
  }
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 24px;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  text-indent: -9999px;
}
@media (max-width: 960px) {
  .slick-dots {
    bottom: 2.0833333333vw;
    gap: 1.0416666667vw;
  }
}
@media (max-width: 640px) {
  .slick-dots {
    bottom: 3.125vw;
    gap: 1.5625vw;
  }
}
.slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #333333;
}
@media (max-width: 960px) {
  .slick-dots li {
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media (max-width: 640px) {
  .slick-dots li {
    width: 1.875vw;
    height: 1.875vw;
  }
}
.slick-dots .slick-active {
  background-color: #333333;
}

[dir=rtl] .slick-slide {
  float: right;
}

.l-header .u-lead {
  text-align: center;
  margin-top: 5em;
  margin-bottom: 5em;
}

.l-footer {
  padding-bottom: 200px;
  font-family: "urw-din", "hiragino-kaku-gothic-pron", sans-serif;
  text-align: center;
}
@media (max-width: 960px) {
  .l-footer {
    padding-bottom: 20.8333333333vw;
  }
}
@media (max-width: 640px) {
  .l-footer {
    padding-bottom: 31.25vw;
  }
}
.l-footer__banner {
  width: 80%;
  max-width: 600px;
  margin-inline: auto;
}
.l-footer__link {
  width: 300px;
  margin-inline: auto;
  margin-top: 100px;
}
@media (max-width: 960px) {
  .l-footer__link {
    width: 31.25vw;
    margin-top: 10.4166666667vw;
  }
}
@media (max-width: 640px) {
  .l-footer__link {
    width: 46.875vw;
    margin-top: 15.625vw;
  }
}

.p-links__feature {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.p-links__feature a {
  font-size: 24px;
  border: 2px solid #000000;
  padding: 0.5em 2em;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
@media (max-width: 960px) {
  .p-links__feature a {
    font-size: 2.5vw;
    border-width: 0.2083333333vw;
  }
}
@media (max-width: 640px) {
  .p-links__feature a {
    font-size: 3.75vw;
    border-width: 0.3125vw;
  }
}
.p-links__feature a:before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  content: "";
  display: inline-block;
  position: relative;
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #000000;
  border-right-width: 9px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: 3px;
}
@media (max-width: 960px) {
  .p-links__feature a:before {
    border-width: 0.625vw;
    border-right-width: 0.9375vw;
  }
}
@media (max-width: 640px) {
  .p-links__feature a:before {
    border-width: 0.9375vw;
    border-right-width: 1.40625vw;
  }
}

.l-fixed {
  position: fixed;
}
.l-fixed.c-title {
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.l-container {
  margin-inline: auto;
  width: 100%;
}
.l-container.--hg {
  max-width: 1920px;
}
.l-container.--xl {
  max-width: 1280px;
}
.l-container.--lg {
  max-width: 1080px;
}
.l-container.--md {
  max-width: 960px;
}
.l-container.--sm {
  max-width: 640px;
}
.l-container.--xs {
  max-width: 480px;
}

.a-line {
  height: 70px;
  width: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  bottom: 0;
  z-index: 10;
  -webkit-transition: opacity 0.3s 2s;
  transition: opacity 0.3s 2s;
}
@media (max-width: 960px) {
  .a-line {
    display: block;
    height: 7.2916666667vw;
  }
}
.a-line span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000000;
  -webkit-animation-name: lineAnimTop;
          animation-name: lineAnimTop;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
@-webkit-keyframes lineAnimTop {
  0% {
    bottom: auto;
    top: 0;
    height: 0;
  }
  1% {
    bottom: auto;
    top: 0;
    height: 0;
  }
  19% {
    top: 0;
  }
  20% {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  80% {
    height: 100%;
    bottom: 0;
  }
  100% {
    height: 0;
    bottom: 0;
  }
}
@keyframes lineAnimTop {
  0% {
    bottom: auto;
    top: 0;
    height: 0;
  }
  1% {
    bottom: auto;
    top: 0;
    height: 0;
  }
  19% {
    top: 0;
  }
  20% {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  80% {
    height: 100%;
    bottom: 0;
  }
  100% {
    height: 0;
    bottom: 0;
  }
}
.a-line + .a-line {
  bottom: -70px;
}
@media (max-width: 960px) {
  .a-line + .a-line {
    bottom: -7.2916666667vw;
  }
}
.a-line + .a-line span {
  background-color: #000000;
  -webkit-animation-name: lineAnimBottom;
          animation-name: lineAnimBottom;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
@-webkit-keyframes lineAnimBottom {
  0% {
    bottom: auto;
    top: 0;
    height: 0;
  }
  1% {
    bottom: auto;
    top: 0;
    height: 0;
  }
  19% {
    top: 0;
  }
  20% {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  80% {
    height: 100%;
    bottom: 0;
  }
  100% {
    height: 0;
    bottom: 0;
  }
}
@keyframes lineAnimBottom {
  0% {
    bottom: auto;
    top: 0;
    height: 0;
  }
  1% {
    bottom: auto;
    top: 0;
    height: 0;
  }
  19% {
    top: 0;
  }
  20% {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  80% {
    height: 100%;
    bottom: 0;
  }
  100% {
    height: 0;
    bottom: 0;
  }
}

.c-btn, .c-btn-outline, .c-label {
  border: 1px solid;
  text-align: center;
  font-weight: 600;
}

.c-btn, .c-btn-outline {
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.4em 0.75em;
  white-space: nowrap;
  line-height: 1;
  cursor: pointer;
}
.c-label {
  vertical-align: baseline;
  padding: 0.25em 0.4em;
  font-size: 75%;
  white-space: nowrap;
  line-height: 1;
}

.c-btn.--AHI, .--AHI.c-btn-outline, .c-label.--AHI {
  background-color: #A1938A;
  color: #ffffff;
}

.c-btn-outline.--AHI, .c-label-outline.--AHI {
  color: #A1938A;
  border-color: #A1938A;
  background-color: transparent;
}

.c-btn.--main, .--main.c-btn-outline, .c-label.--main {
  background-color: #a9c3b2;
  color: #ffffff;
}

.c-btn-outline.--main, .c-label-outline.--main {
  color: #a9c3b2;
  border-color: #a9c3b2;
  background-color: transparent;
}

.c-btn.--white, .--white.c-btn-outline, .c-label.--white {
  background-color: #ffffff;
  color: #ffffff;
  color: #000000;
}

.c-btn-outline.--white, .c-label-outline.--white {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}

.c-btn.--red, .--red.c-btn-outline, .c-label.--red {
  background-color: #FF0000;
  color: #ffffff;
}

.c-btn-outline.--red, .c-label-outline.--red {
  color: #FF0000;
  border-color: #FF0000;
  background-color: transparent;
}

.c-btn.--gray-5, .--gray-5.c-btn-outline, .c-label.--gray-5 {
  background-color: #F2F2F2;
  color: #ffffff;
}

.c-btn-outline.--gray-5, .c-label-outline.--gray-5 {
  color: #F2F2F2;
  border-color: #F2F2F2;
  background-color: transparent;
}

.c-btn.--gray-10, .--gray-10.c-btn-outline, .c-label.--gray-10 {
  background-color: #e5e5e5;
  color: #ffffff;
  color: #000000;
}

.c-btn-outline.--gray-10, .c-label-outline.--gray-10 {
  color: #e5e5e5;
  border-color: #e5e5e5;
  background-color: transparent;
}

.c-btn.--gray-20, .--gray-20.c-btn-outline, .c-label.--gray-20 {
  background-color: #cccccc;
  color: #ffffff;
}

.c-btn-outline.--gray-20, .c-label-outline.--gray-20 {
  color: #cccccc;
  border-color: #cccccc;
  background-color: transparent;
}

.c-btn.--gray-30, .--gray-30.c-btn-outline, .c-label.--gray-30 {
  background-color: #b3b3b3;
  color: #ffffff;
}

.c-btn-outline.--gray-30, .c-label-outline.--gray-30 {
  color: #b3b3b3;
  border-color: #b3b3b3;
  background-color: transparent;
}

.c-btn.--gray-40, .--gray-40.c-btn-outline, .c-label.--gray-40 {
  background-color: #999999;
  color: #ffffff;
}

.c-btn-outline.--gray-40, .c-label-outline.--gray-40 {
  color: #999999;
  border-color: #999999;
  background-color: transparent;
}

.c-btn.--gray-50, .--gray-50.c-btn-outline, .c-label.--gray-50 {
  background-color: #808080;
  color: #ffffff;
}

.c-btn-outline.--gray-50, .c-label-outline.--gray-50 {
  color: #808080;
  border-color: #808080;
  background-color: transparent;
}

.c-btn.--gray-60, .--gray-60.c-btn-outline, .c-label.--gray-60 {
  background-color: #666666;
  color: #ffffff;
}

.c-btn-outline.--gray-60, .c-label-outline.--gray-60 {
  color: #666666;
  border-color: #666666;
  background-color: transparent;
}

.c-btn.--gray-70, .--gray-70.c-btn-outline, .c-label.--gray-70 {
  background-color: #4d4d4d;
  color: #ffffff;
}

.c-btn-outline.--gray-70, .c-label-outline.--gray-70 {
  color: #4d4d4d;
  border-color: #4d4d4d;
  background-color: transparent;
}

.c-btn.--gray-80, .--gray-80.c-btn-outline, .c-label.--gray-80 {
  background-color: #333333;
  color: #ffffff;
}

.c-btn-outline.--gray-80, .c-label-outline.--gray-80 {
  color: #333333;
  border-color: #333333;
  background-color: transparent;
}

.c-btn.--gray-90, .--gray-90.c-btn-outline, .c-label.--gray-90 {
  background-color: #1a1a1a;
  color: #ffffff;
}

.c-btn-outline.--gray-90, .c-label-outline.--gray-90 {
  color: #1a1a1a;
  border-color: #1a1a1a;
  background-color: transparent;
}

.c-btn.--black, .--black.c-btn-outline, .c-label.--black {
  background-color: #000000;
  color: #ffffff;
}

.c-btn-outline.--black, .c-label-outline.--black {
  color: #000000;
  border-color: #000000;
  background-color: transparent;
}

.c-btn.--white-rgba-10, .--white-rgba-10.c-btn-outline, .c-label.--white-rgba-10 {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.c-btn-outline.--white-rgba-10, .c-label-outline.--white-rgba-10 {
  color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  background-color: transparent;
}

.c-btn.--white-rgba-20, .--white-rgba-20.c-btn-outline, .c-label.--white-rgba-20 {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.c-btn-outline.--white-rgba-20, .c-label-outline.--white-rgba-20 {
  color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
  background-color: transparent;
}

.c-btn.--white-rgba-30, .--white-rgba-30.c-btn-outline, .c-label.--white-rgba-30 {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.c-btn-outline.--white-rgba-30, .c-label-outline.--white-rgba-30 {
  color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
}

.c-btn.--white-rgba-40, .--white-rgba-40.c-btn-outline, .c-label.--white-rgba-40 {
  background-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

.c-btn-outline.--white-rgba-40, .c-label-outline.--white-rgba-40 {
  color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
  background-color: transparent;
}

.c-btn.--white-rgba-50, .--white-rgba-50.c-btn-outline, .c-label.--white-rgba-50 {
  background-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.c-btn-outline.--white-rgba-50, .c-label-outline.--white-rgba-50 {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
}

.c-btn.--white-rgba-60, .--white-rgba-60.c-btn-outline, .c-label.--white-rgba-60 {
  background-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
}

.c-btn-outline.--white-rgba-60, .c-label-outline.--white-rgba-60 {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
}

.c-btn.--white-rgba-70, .--white-rgba-70.c-btn-outline, .c-label.--white-rgba-70 {
  background-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
}

.c-btn-outline.--white-rgba-70, .c-label-outline.--white-rgba-70 {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
  background-color: transparent;
}

.c-btn.--white-rgba-80, .--white-rgba-80.c-btn-outline, .c-label.--white-rgba-80 {
  background-color: rgba(255, 255, 255, 0.8);
  color: #ffffff;
}

.c-btn-outline.--white-rgba-80, .c-label-outline.--white-rgba-80 {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
}

.c-btn.--white-rgba-90, .--white-rgba-90.c-btn-outline, .c-label.--white-rgba-90 {
  background-color: rgba(255, 255, 255, 0.9);
  color: #ffffff;
}

.c-btn-outline.--white-rgba-90, .c-label-outline.--white-rgba-90 {
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
  background-color: transparent;
}

.c-btn.--black-rgba-10, .--black-rgba-10.c-btn-outline, .c-label.--black-rgba-10 {
  background-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.c-btn-outline.--black-rgba-10, .c-label-outline.--black-rgba-10 {
  color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
  background-color: transparent;
}

.c-btn.--black-rgba-20, .--black-rgba-20.c-btn-outline, .c-label.--black-rgba-20 {
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.c-btn-outline.--black-rgba-20, .c-label-outline.--black-rgba-20 {
  color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
  background-color: transparent;
}

.c-btn.--black-rgba-30, .--black-rgba-30.c-btn-outline, .c-label.--black-rgba-30 {
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

.c-btn-outline.--black-rgba-30, .c-label-outline.--black-rgba-30 {
  color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

.c-btn.--black-rgba-40, .--black-rgba-40.c-btn-outline, .c-label.--black-rgba-40 {
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
}

.c-btn-outline.--black-rgba-40, .c-label-outline.--black-rgba-40 {
  color: rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0.4);
  background-color: transparent;
}

.c-btn.--black-rgba-50, .--black-rgba-50.c-btn-outline, .c-label.--black-rgba-50 {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.c-btn-outline.--black-rgba-50, .c-label-outline.--black-rgba-50 {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
}

.c-btn.--black-rgba-60, .--black-rgba-60.c-btn-outline, .c-label.--black-rgba-60 {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}

.c-btn-outline.--black-rgba-60, .c-label-outline.--black-rgba-60 {
  color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.c-btn.--black-rgba-70, .--black-rgba-70.c-btn-outline, .c-label.--black-rgba-70 {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

.c-btn-outline.--black-rgba-70, .c-label-outline.--black-rgba-70 {
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  background-color: transparent;
}

.c-btn.--black-rgba-80, .--black-rgba-80.c-btn-outline, .c-label.--black-rgba-80 {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}

.c-btn-outline.--black-rgba-80, .c-label-outline.--black-rgba-80 {
  color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
}

.c-btn.--black-rgba-90, .--black-rgba-90.c-btn-outline, .c-label.--black-rgba-90 {
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
}

.c-btn-outline.--black-rgba-90, .c-label-outline.--black-rgba-90 {
  color: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.9);
  background-color: transparent;
}

.c-grid {
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.c-grid.--col-1 {
  grid-template-columns: repeat(1, 1fr);
}
.c-grid.--col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.c-grid.--col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.c-grid.--col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.c-grid.--col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.c-grid.--col-6 {
  grid-template-columns: repeat(6, 1fr);
}
.c-grid.--col-7 {
  grid-template-columns: repeat(7, 1fr);
}
.c-grid.--col-8 {
  grid-template-columns: repeat(8, 1fr);
}
.c-grid.--col-9 {
  grid-template-columns: repeat(9, 1fr);
}
.c-grid.--col-10 {
  grid-template-columns: repeat(10, 1fr);
}
@media (min-width: 1920px) {
  .c-grid.--col-hg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1920px) {
  .c-grid.--col-hg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1920px) {
  .c-grid.--col-hg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1920px) {
  .c-grid.--col-hg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1920px) {
  .c-grid.--col-hg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1920px) {
  .c-grid.--col-hg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1920px) {
  .c-grid.--col-hg-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 1920px) {
  .c-grid.--col-hg-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 1920px) {
  .c-grid.--col-hg-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (min-width: 1920px) {
  .c-grid.--col-hg-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (max-width: 1280px) {
  .c-grid.--col-xl-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1280px) {
  .c-grid.--col-xl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1280px) {
  .c-grid.--col-xl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1280px) {
  .c-grid.--col-xl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1280px) {
  .c-grid.--col-xl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1280px) {
  .c-grid.--col-xl-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 1280px) {
  .c-grid.--col-xl-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (max-width: 1280px) {
  .c-grid.--col-xl-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 1280px) {
  .c-grid.--col-xl-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (max-width: 1280px) {
  .c-grid.--col-xl-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-lg-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-lg-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-lg-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-lg-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-md-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-md-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-md-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-md-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (max-width: 640px) {
  .c-grid.--col-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 640px) {
  .c-grid.--col-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .c-grid.--col-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .c-grid.--col-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 640px) {
  .c-grid.--col-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 640px) {
  .c-grid.--col-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 640px) {
  .c-grid.--col-sm-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (max-width: 640px) {
  .c-grid.--col-sm-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 640px) {
  .c-grid.--col-sm-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (max-width: 640px) {
  .c-grid.--col-sm-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (max-width: 480px) {
  .c-grid.--col-xs-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 480px) {
  .c-grid.--col-xs-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .c-grid.--col-xs-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .c-grid.--col-xs-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 480px) {
  .c-grid.--col-xs-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 480px) {
  .c-grid.--col-xs-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 480px) {
  .c-grid.--col-xs-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (max-width: 480px) {
  .c-grid.--col-xs-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 480px) {
  .c-grid.--col-xs-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (max-width: 480px) {
  .c-grid.--col-xs-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.c-flex.--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-flex.--middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-flex.--bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-flex.--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-flex.--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-flex.--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-flex.--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-flex.--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.c-flex.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-flex.--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-flex.--column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.c-flex.--order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-flex.--grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-flex.--shrink-1 {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.c-flex.--order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.c-flex.--grow-2 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.c-flex.--shrink-2 {
  -ms-flex-negative: 2;
      flex-shrink: 2;
}
.c-flex.--order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.c-flex.--grow-3 {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}
.c-flex.--shrink-3 {
  -ms-flex-negative: 3;
      flex-shrink: 3;
}
.c-flex.--order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.c-flex.--grow-4 {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
}
.c-flex.--shrink-4 {
  -ms-flex-negative: 4;
      flex-shrink: 4;
}
.c-flex.--order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.c-flex.--grow-5 {
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
}
.c-flex.--shrink-5 {
  -ms-flex-negative: 5;
      flex-shrink: 5;
}
.c-flex.--order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.c-flex.--grow-6 {
  -webkit-box-flex: 6;
      -ms-flex-positive: 6;
          flex-grow: 6;
}
.c-flex.--shrink-6 {
  -ms-flex-negative: 6;
      flex-shrink: 6;
}
.c-flex.--order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.c-flex.--grow-7 {
  -webkit-box-flex: 7;
      -ms-flex-positive: 7;
          flex-grow: 7;
}
.c-flex.--shrink-7 {
  -ms-flex-negative: 7;
      flex-shrink: 7;
}
.c-flex.--order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.c-flex.--grow-8 {
  -webkit-box-flex: 8;
      -ms-flex-positive: 8;
          flex-grow: 8;
}
.c-flex.--shrink-8 {
  -ms-flex-negative: 8;
      flex-shrink: 8;
}
.c-flex.--order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.c-flex.--grow-9 {
  -webkit-box-flex: 9;
      -ms-flex-positive: 9;
          flex-grow: 9;
}
.c-flex.--shrink-9 {
  -ms-flex-negative: 9;
      flex-shrink: 9;
}
.c-flex.--order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.c-flex.--grow-10 {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}
.c-flex.--shrink-10 {
  -ms-flex-negative: 10;
      flex-shrink: 10;
}

.c-col-1 {
  width: 100%;
}
.c-col-2 {
  width: 50%;
}
.c-col-3 {
  width: 33.3333333333%;
}
.c-col-4 {
  width: 25%;
}
.c-col-5 {
  width: 20%;
}
.c-col-6 {
  width: 16.6666666667%;
}
.c-col-7 {
  width: 14.2857142857%;
}
.c-col-8 {
  width: 12.5%;
}
.c-col-9 {
  width: 11.1111111111%;
}
.c-col-10 {
  width: 10%;
}

.c-heading {
  font-weight: 600;
}
.c-heading.--section {
  font-size: 30px;
  font-family: "urw-din", "hiragino-kaku-gothic-pron", sans-serif;
  text-align: center;
}
@media (max-width: 960px) {
  .c-heading.--section {
    font-size: 3.125vw;
  }
}
@media (max-width: 640px) {
  .c-heading.--section {
    font-size: 4.6875vw;
  }
}

.c-lead {
  font-size: 16px;
  text-align: center;
}
@media (max-width: 960px) {
  .c-lead {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 640px) {
  .c-lead {
    font-size: 3.125vw;
  }
}

.c-logo.--aba {
  width: 62%;
}
.c-logo.--abahousegray {
  width: 30%;
}
.c-logo.--alfredobannister {
  width: 75%;
}
.c-logo.--5351 {
  width: 48%;
}
.c-logo.--atsceltaselectm {
  width: 80%;
}
.c-logo.--speakfor {
  width: 50%;
}
.c-logo.--designworks {
  width: 55%;
}
.c-logo.--rouge {
  width: 45%;
}
.c-logo.--qualite {
  width: 46%;
}
.c-logo.--grappe, .c-logo.--selfist {
  width: 56%;
}
.c-logo.--nomine {
  width: 40%;
}
.c-logo.--piche, .c-logo.--lowell {
  width: 38%;
}
.c-logo.--collex {
  width: 40%;
}
.c-logo.--mavie {
  width: 41%;
}
.c-logo.--thestorebyc, .c-logo.--laroute {
  width: 48%;
}
.c-logo.--atsecltaselect {
  width: 80%;
}

.c-list.--default {
  margin-left: 1em;
}
.c-list.--default:before {
  content: "・";
  display: inline-block;
  margin-left: -1em;
}
.c-list.--attention {
  margin-left: 1em;
}
.c-list.--attention:before {
  content: "※";
  display: inline-block;
  margin-left: -1em;
}

.pc-show {
  display: block;
}
@media (max-width: 640px) {
  .pc-show {
    display: none;
  }
}

.sp-show {
  display: none;
}
@media (max-width: 640px) {
  .sp-show {
    display: block;
  }
}

.is-block {
  display: block;
}

.is-inline {
  display: inline;
}

.is-inline-block {
  display: inline-block;
}

.is-show {
  display: block;
}

.is-hidden {
  display: none;
}

.is-hidden-xy {
  overflow: hidden;
}

.is-hidden-x {
  overflow-x: hidden;
}

.is-hidden-y {
  overflow-y: hidden;
}

.is-visible-xy {
  overflow: visible;
}

.is-visible-x {
  overflow-x: visible;
}

.is-visible-y {
  overflow-y: visible;
}

.is-scroll-xy {
  overflow: scroll;
}

.is-scroll-x {
  overflow-x: scroll;
}

.is-scroll-y {
  overflow-y: scroll;
}

.is-hover-scale {
  overflow: hidden;
}
.is-hover-scale img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.is-hover-scale img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.p-hero {
  position: relative;
}
.p-hero__mv {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}

.p-section {
  margin-bottom: 200px;
}
@media (max-width: 960px) {
  .p-section {
    margin-bottom: 20.8333333333vw;
  }
}
@media (max-width: 640px) {
  .p-section {
    margin-bottom: 31.25vw;
  }
}
.p-section .c-lead {
  margin-top: 3em;
}
.p-section .c-lead mark {
  font-size: 200%;
  line-height: 1.4;
}
.p-section .c-heading.--section {
  margin-bottom: 1em;
}
.p-section__content {
  margin-bottom: 100px;
}
@media (max-width: 960px) {
  .p-section__content {
    margin-bottom: 10.4166666667vw;
  }
}
@media (max-width: 640px) {
  .p-section__content {
    margin-bottom: 15.625vw;
  }
}

.p-info.p-section .l-container {
  padding: 100px 0;
}
@media (max-width: 960px) {
  .p-info.p-section .l-container {
    padding: 10.4166666667vw 0;
  }
}
@media (max-width: 640px) {
  .p-info.p-section .l-container {
    padding: 15.625vw 0;
  }
}
.p-info.p-section .c-list {
  margin-bottom: 0.5em;
  width: 84%;
  margin-inline: auto;
}

.p-brand__logo {
  height: 50px;
  margin-top: 10px;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.p-brand__logo .c-logo {
  margin-inline: auto;
}

.p-brand-list {
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 40px;
}
@media (max-width: 960px) {
  .p-brand-list {
    row-gap: 4.1666666667vw;
  }
}
@media (max-width: 640px) {
  .p-brand-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 6.25vw;
  }
}

.p-coupon__guide {
  width: 700px;
  margin-inline: auto;
}
.p-coupon__btn {
  display: block;
  margin-inline: auto;
  border: 6px solid #a9c3b2;
  font-size: 20px;
  text-align: center;
  width: 50%;
  margin-top: 3em;
  padding: 0.75em 0;
  font-weight: 600;
}
@media (max-width: 960px) {
  .p-coupon__btn {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 640px) {
  .p-coupon__btn {
    width: 70%;
    font-size: 3.125vw;
    border-width: 4px;
  }
}

.p-coupon-list {
  width: 50%;
  margin-inline: auto;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 40px;
}
@media (max-width: 960px) {
  .p-coupon-list {
    row-gap: 4.1666666667vw;
  }
}
@media (max-width: 640px) {
  .p-coupon-list {
    width: 70%;
    row-gap: 6.25vw;
  }
}
.p-coupon-list__item figure img {
  background-color: #a9c3b2;
}
.p-coupon-list__item figure figcaption {
  text-align: center;
  margin-top: 1.5em;
  font-weight: 600;
}

.p-timesale__btn {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  margin-inline: auto;
  background-color: #a9c3b2;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  width: 50%;
  margin-top: 3em;
  padding: 0.75em 0;
  font-weight: 600;
}
.p-timesale__btn:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202.1-3.7%202.1-6%200-5.4-4.4-9.7-9.7-9.7S0%204.4%200%209.8s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2.1v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
}
@media (max-width: 960px) {
  .p-timesale__btn {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 640px) {
  .p-timesale__btn {
    width: 70%;
    font-size: 3.125vw;
    border-width: 4px;
  }
}

.p-coupon-list {
  width: 50%;
  margin-inline: auto;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 40px;
}
@media (max-width: 960px) {
  .p-coupon-list {
    row-gap: 4.1666666667vw;
  }
}
@media (max-width: 640px) {
  .p-coupon-list {
    width: 70%;
    row-gap: 6.25vw;
  }
}
.p-coupon-list__item figure img {
  background-color: #a9c3b2;
}
.p-coupon-list__item figure figcaption {
  text-align: center;
  margin-top: 1.5em;
  font-weight: 600;
}

.jp {
  font-family: "hiragino-kaku-gothic-pron", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
}

.en {
  font-family: "urw-din", "hiragino-kaku-gothic-pron", sans-serif;
}

.underline {
  border-bottom: 1px solid;
}

.bg-AHI {
  background-color: #A1938A;
}

mark.bg-AHI {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #A1938A));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #A1938A 40%);
}

.color-AHI {
  color: #A1938A;
}

.bg-main {
  background-color: #a9c3b2;
}

mark.bg-main {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #a9c3b2));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #a9c3b2 40%);
}

.color-main {
  color: #a9c3b2;
}

.bg-white {
  background-color: #ffffff;
}

mark.bg-white {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #ffffff 40%);
}

.color-white {
  color: #ffffff;
}

.bg-red {
  background-color: #FF0000;
}

mark.bg-red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #FF0000));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #FF0000 40%);
}

.color-red {
  color: #FF0000;
}

.bg-gray-5 {
  background-color: #F2F2F2;
}

mark.bg-gray-5 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #F2F2F2));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #F2F2F2 40%);
}

.color-gray-5 {
  color: #F2F2F2;
}

.bg-gray-10 {
  background-color: #e5e5e5;
}

mark.bg-gray-10 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #e5e5e5));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #e5e5e5 40%);
}

.color-gray-10 {
  color: #e5e5e5;
}

.bg-gray-20 {
  background-color: #cccccc;
}

mark.bg-gray-20 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #cccccc));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #cccccc 40%);
}

.color-gray-20 {
  color: #cccccc;
}

.bg-gray-30 {
  background-color: #b3b3b3;
}

mark.bg-gray-30 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #b3b3b3));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #b3b3b3 40%);
}

.color-gray-30 {
  color: #b3b3b3;
}

.bg-gray-40 {
  background-color: #999999;
}

mark.bg-gray-40 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #999999));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #999999 40%);
}

.color-gray-40 {
  color: #999999;
}

.bg-gray-50 {
  background-color: #808080;
}

mark.bg-gray-50 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #808080));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #808080 40%);
}

.color-gray-50 {
  color: #808080;
}

.bg-gray-60 {
  background-color: #666666;
}

mark.bg-gray-60 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #666666));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #666666 40%);
}

.color-gray-60 {
  color: #666666;
}

.bg-gray-70 {
  background-color: #4d4d4d;
}

mark.bg-gray-70 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #4d4d4d));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #4d4d4d 40%);
}

.color-gray-70 {
  color: #4d4d4d;
}

.bg-gray-80 {
  background-color: #333333;
}

mark.bg-gray-80 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #333333));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #333333 40%);
}

.color-gray-80 {
  color: #333333;
}

.bg-gray-90 {
  background-color: #1a1a1a;
}

mark.bg-gray-90 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #1a1a1a));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #1a1a1a 40%);
}

.color-gray-90 {
  color: #1a1a1a;
}

.bg-black {
  background-color: #000000;
}

mark.bg-black {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #000000));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #000000 40%);
}

.color-black {
  color: #000000;
}

.bg-white-rgba-10 {
  background-color: rgba(255, 255, 255, 0.1);
}

mark.bg-white-rgba-10 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.1)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.1) 40%);
}

.color-white-rgba-10 {
  color: rgba(255, 255, 255, 0.1);
}

.bg-white-rgba-20 {
  background-color: rgba(255, 255, 255, 0.2);
}

mark.bg-white-rgba-20 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.2)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.2) 40%);
}

.color-white-rgba-20 {
  color: rgba(255, 255, 255, 0.2);
}

.bg-white-rgba-30 {
  background-color: rgba(255, 255, 255, 0.3);
}

mark.bg-white-rgba-30 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.3) 40%);
}

.color-white-rgba-30 {
  color: rgba(255, 255, 255, 0.3);
}

.bg-white-rgba-40 {
  background-color: rgba(255, 255, 255, 0.4);
}

mark.bg-white-rgba-40 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.4)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.4) 40%);
}

.color-white-rgba-40 {
  color: rgba(255, 255, 255, 0.4);
}

.bg-white-rgba-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

mark.bg-white-rgba-50 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.5)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.5) 40%);
}

.color-white-rgba-50 {
  color: rgba(255, 255, 255, 0.5);
}

.bg-white-rgba-60 {
  background-color: rgba(255, 255, 255, 0.6);
}

mark.bg-white-rgba-60 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.6) 40%);
}

.color-white-rgba-60 {
  color: rgba(255, 255, 255, 0.6);
}

.bg-white-rgba-70 {
  background-color: rgba(255, 255, 255, 0.7);
}

mark.bg-white-rgba-70 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.7)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.7) 40%);
}

.color-white-rgba-70 {
  color: rgba(255, 255, 255, 0.7);
}

.bg-white-rgba-80 {
  background-color: rgba(255, 255, 255, 0.8);
}

mark.bg-white-rgba-80 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.8) 40%);
}

.color-white-rgba-80 {
  color: rgba(255, 255, 255, 0.8);
}

.bg-white-rgba-90 {
  background-color: rgba(255, 255, 255, 0.9);
}

mark.bg-white-rgba-90 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.9)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.9) 40%);
}

.color-white-rgba-90 {
  color: rgba(255, 255, 255, 0.9);
}

.bg-black-rgba-10 {
  background-color: rgba(0, 0, 0, 0.1);
}

mark.bg-black-rgba-10 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.1) 40%);
}

.color-black-rgba-10 {
  color: rgba(0, 0, 0, 0.1);
}

.bg-black-rgba-20 {
  background-color: rgba(0, 0, 0, 0.2);
}

mark.bg-black-rgba-20 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.2) 40%);
}

.color-black-rgba-20 {
  color: rgba(0, 0, 0, 0.2);
}

.bg-black-rgba-30 {
  background-color: rgba(0, 0, 0, 0.3);
}

mark.bg-black-rgba-30 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(0, 0, 0, 0.3)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.3) 40%);
}

.color-black-rgba-30 {
  color: rgba(0, 0, 0, 0.3);
}

.bg-black-rgba-40 {
  background-color: rgba(0, 0, 0, 0.4);
}

mark.bg-black-rgba-40 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.4) 40%);
}

.color-black-rgba-40 {
  color: rgba(0, 0, 0, 0.4);
}

.bg-black-rgba-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

mark.bg-black-rgba-50 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.5) 40%);
}

.color-black-rgba-50 {
  color: rgba(0, 0, 0, 0.5);
}

.bg-black-rgba-60 {
  background-color: rgba(0, 0, 0, 0.6);
}

mark.bg-black-rgba-60 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.6) 40%);
}

.color-black-rgba-60 {
  color: rgba(0, 0, 0, 0.6);
}

.bg-black-rgba-70 {
  background-color: rgba(0, 0, 0, 0.7);
}

mark.bg-black-rgba-70 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.7) 40%);
}

.color-black-rgba-70 {
  color: rgba(0, 0, 0, 0.7);
}

.bg-black-rgba-80 {
  background-color: rgba(0, 0, 0, 0.8);
}

mark.bg-black-rgba-80 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.8) 40%);
}

.color-black-rgba-80 {
  color: rgba(0, 0, 0, 0.8);
}

.bg-black-rgba-90 {
  background-color: rgba(0, 0, 0, 0.9);
}

mark.bg-black-rgba-90 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(0, 0, 0, 0.9)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.9) 40%);
}

.color-black-rgba-90 {
  color: rgba(0, 0, 0, 0.9);
}

.index .p-hero__mv {
  max-width: 100%;
  margin-inline: auto;
}
.index .p-hero__mv img {
  width: 100%;
}
.index .c-lead {
  margin-top: 5em;
  margin-bottom: 5em;
}
@media (max-width: 480px) {
  .index .staff-list__item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .index .staff-list__item .staff-info__name-en {
    font-size: 8vw;
  }
}
@media (max-width: 480px) {
  .index .staff-list__item .staff-info__name-jp {
    font-size: 4.1666666667vw;
  }
}
@media (max-width: 480px) {
  .index .staff-list__item .staff-info__shop {
    font-size: 2.9166666667vw;
  }
}
@media (max-width: 480px) {
  .index .staff-list__item .btn {
    font-size: 3.3333333333vw;
    width: 16.6666666667vw;
    height: 16.6666666667vw;
    bottom: 4.1666666667vw;
    right: 4.1666666667vw;
  }
}

#staff .p-hero__mv {
  max-width: 1920px;
}
#staff .c-heading {
  margin-bottom: 1em;
}
#staff .c-lead {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  padding-top: 8em;
  padding-bottom: 8em;
}
@media (max-width: 960px) {
  #staff .c-lead {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 640px) {
  #staff .c-lead {
    font-size: 3.125vw;
    padding-top: 4em;
  }
}
#staff .btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  font-size: 14px;
}
@media (max-width: 480px) {
  #staff .btn-back {
    font-size: 12px;
  }
}
#staff .btn-back a {
  border: 1px solid #000000;
  border-radius: 50px;
  padding: 0.5em 3em;
}
#staff .store {
  padding: 30px 0;
  margin: 0 20px;
  border-top: 1px solid #b3b3b3;
}
@media (max-width: 960px) {
  #staff .store {
    padding: 3.125vw 0;
    margin: 0 2.0833333333vw;
  }
}
@media (max-width: 640px) {
  #staff .store {
    padding: 7.8125vw 0;
    margin: 0 3.125vw;
  }
}
#staff .store:last-child {
  border-bottom: 1px solid #b3b3b3;
}
#staff .store .c-heading {
  text-align: left;
  margin-bottom: 1em;
  line-height: 1.4;
}
@media (max-width: 640px) {
  #staff .store .c-heading {
    margin-bottom: 1.5em;
  }
}
#staff .store .c-heading small {
  font-size: 70%;
}
#staff .store-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 10px 0;
}
#staff .store-list__heading {
  width: 120px;
}
@media (max-width: 960px) {
  #staff .store-list__heading {
    width: 30%;
  }
}
@media (max-width: 640px) {
  #staff .store-list__heading {
    width: 30%;
  }
}
#staff .store-list__text {
  width: calc(100% - 120px);
}
@media (max-width: 960px) {
  #staff .store-list__text {
    width: 70%;
  }
}
@media (max-width: 640px) {
  #staff .store-list__text {
    width: 70%;
  }
}
#staff .store-list__text .c-btn {
  font-size: 80%;
}

.staff-header {
  margin-top: 200px;
  margin-bottom: 200px;
}
@media (max-width: 640px) {
  .staff-header {
    margin-bottom: 30vw;
  }
}

.staff-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 960px) {
  .staff-list {
    margin-bottom: 10.4166666667vw;
  }
}
@media (max-width: 640px) {
  .staff-list {
    margin-bottom: 15.625vw;
  }
}
.staff-list__item {
  width: 33.3333333333%;
  position: relative;
}
@media (max-width: 640px) {
  .staff-list__item {
    width: 50%;
  }
}
.staff-list__item a {
  color: #ffffff;
}
.staff-list__item .staff-info {
  position: absolute;
  bottom: 60px;
  left: 30px;
}
@media (max-width: 1280px) {
  .staff-list__item .staff-info {
    bottom: 4.6875vw;
    left: 2.34375vw;
  }
}
@media (max-width: 640px) {
  .staff-list__item .staff-info {
    bottom: 7.8125vw;
    left: 3.90625vw;
  }
}
@media (max-width: 480px) {
  .staff-list__item .staff-info {
    bottom: 12.5vw;
    left: 6.25vw;
  }
}
.staff-list__item .staff-info__name-en {
  font-size: 32px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1280px) {
  .staff-list__item .staff-info__name-en {
    font-size: 2.5vw;
  }
}
@media (max-width: 640px) {
  .staff-list__item .staff-info__name-en {
    font-size: 4.1666666667vw;
  }
}
.staff-list__item .staff-info__name-jp {
  font-size: 20px;
  font-weight: 400;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  margin-top: 0.25em;
  margin-bottom: 1em;
}
@media (max-width: 1280px) {
  .staff-list__item .staff-info__name-jp {
    font-size: 1.5625vw;
  }
}
@media (max-width: 640px) {
  .staff-list__item .staff-info__name-jp {
    font-size: 2.6041666667vw;
  }
}
.staff-list__item .staff-info__shop {
  font-size: 14px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  line-height: 1.5;
}
@media (max-width: 1280px) {
  .staff-list__item .staff-info__shop {
    font-size: 1.09375vw;
  }
}
@media (max-width: 640px) {
  .staff-list__item .staff-info__shop {
    font-size: 1.8229166667vw;
  }
}
.staff-list__item .btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: 1px solid;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  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;
  font-size: 16px;
  font-weight: 600;
  font-family: "urw-din", "hiragino-kaku-gothic-pron", sans-serif;
}
@media (max-width: 1280px) {
  .staff-list__item .btn {
    font-size: 1.25vw;
    width: 6.25vw;
    height: 6.25vw;
    bottom: 1.5625vw;
    right: 1.5625vw;
  }
}
@media (max-width: 640px) {
  .staff-list__item .btn {
    font-size: 2.0833333333vw;
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    bottom: 2.6041666667vw;
    right: 2.6041666667vw;
  }
}

.staff-detail {
  padding: 100px 0;
}
@media (max-width: 640px) {
  .staff-detail {
    padding: 10vw 0;
  }
}
@media (max-width: 640px) {
  .staff-detail:last-child {
    padding-top: 10vw;
  }
}
.staff-detail .c-heading.--section {
  margin-bottom: 1em;
}
.staff-detail .staff-txt {
  font-size: 12px;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (max-width: 480px) {
  .staff-detail .staff-txt {
    font-size: 2.5vw;
  }
}
.staff-detail .staff-txt .brand {
  font-family: "urw-din", "hiragino-kaku-gothic-pron", sans-serif;
  opacity: 0.4;
}
.staff-detail .staff-txt .itemName {
  margin-right: 1em;
}
.staff-detail .staff-txt .price {
  font-family: "urw-din", "hiragino-kaku-gothic-pron", sans-serif;
}
.staff-detail-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 960px) {
  .staff-detail-top {
    padding-right: 4.1666666667vw;
  }
}
@media (max-width: 640px) {
  .staff-detail-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 6.25vw;
  }
}
.staff-detail-top__info {
  width: 40%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 640px) {
  .staff-detail-top__info {
    width: 84%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-inline: auto;
    margin-top: 5vw;
  }
}
.staff-detail-top__info .staff-name-en {
  font-size: 32px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  .staff-detail-top__info .staff-name-en {
    font-size: 6.6666666667vw;
  }
}
.staff-detail-top__info .staff-name-jp {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .staff-detail-top__info .staff-name-jp {
    font-size: 2.9166666667vw;
  }
}
.staff-detail-top__info .staff-txt {
  line-height: 1.5;
}
.staff-detail-top__info .staff-info {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #000000;
}
@media (max-width: 480px) {
  .staff-detail-top__info .staff-info {
    padding-top: 4vw;
    margin-top: 6vw;
  }
}
.staff-detail-top__info .staff-info dl dt {
  width: 80px;
  font-family: "urw-din", "hiragino-kaku-gothic-pron", sans-serif;
}
@media (max-width: 480px) {
  .staff-detail-top__info .staff-info dl dt {
    width: 16.6666666667vw;
  }
}
.staff-detail-top__info .staff-info dl dd {
  width: calc(100% - 80px);
}
@media (max-width: 480px) {
  .staff-detail-top__info .staff-info dl dd {
    width: 72.9166666667vw;
  }
}
.staff-detail-top__info .staff-info dl dd li {
  margin-bottom: 0.5em;
  margin-left: 0;
}
.staff-detail-top__info .staff-info .account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .staff-detail-top__info .staff-info .account {
    margin-top: 4vw;
  }
}
.staff-detail-top__info .staff-info .account li {
  width: 45%;
  border-bottom: 1px solid #000000;
}
.staff-detail-top__info .staff-info .account li a {
  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;
  position: relative;
  padding: 1em 0;
}
.staff-detail-top__info .staff-info .account li a::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.staff-detail-top__info .staff-info .account li a.instagram {
  font-family: "urw-din", "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 110%;
}
.staff-detail-top__info .staff-info .account li a.instagram:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 0.5em;
  background-image: url(https://abahouse.jp/common/img/icon_instagram.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.staff-detail-top__info .staff-info .account li a.staff-page:before {
  content: "";
  display: block;
  margin-right: 0.5em;
  width: 6px;
  border: 4px solid transparent;
  border-left: 6px solid #000000;
}
.staff-detail-top__item {
  width: 55%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 640px) {
  .staff-detail-top__item {
    width: 100%;
    margin-inline: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.staff-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.staff-detail-list__item {
  width: 50%;
  padding: 2%;
  margin-bottom: 5%;
}
@media (max-width: 480px) {
  .staff-detail-list__item {
    width: 84%;
    padding: 0;
    margin-inline: auto;
    margin-bottom: 6vw;
  }
}
.staff-detail-list__item ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.staff-detail-list__item ul li a .btn-buy {
  font-size: 12px;
  font-family: "urw-din", "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  line-height: 1;
  background: #000;
  color: #fff;
  padding: 0.5em 1em;
  margin-left: 1em;
}
.staff-detail-spot .instagram {
  width: 20px;
  margin-right: 1em;
}
.staff-detail-spot .staff-txt {
  padding: 0 3em;
}/*# sourceMappingURL=style.css.map */