/* ------------------------------
- base
------------------------------ */
/* ------------------------------
- common
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@media screen and (min-width: 1024px) {
  .visible-md, .visible-sm {
    display: none;
  }
  .visible-lg {
    display: inherit;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .visible-lg, .visible-sm {
    display: none;
  }
  .visible-md {
    display: inherit;
  }
}
@media screen and (max-width: 749px) {
  .visible-lg, .visible-md {
    display: none;
  }
  .visible-sm {
    display: inherit;
  }
}

/* ------------------------------
- base
------------------------------ */
/* ------------------------------
- layout
------------------------------ */
.sns_fixed {
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  z-index: 99999;
}

.sns_fixed img {
  width: 34.3px;
}

.sns_fixed ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sns_fixed li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.sns_fixed a {
  display: block;
  background-color: #fff;
}

@media only screen and (max-width: 414px) {
  .sns_fixed {
    display: none;
  }
}
/* ------------------------------
- wrapper
------------------------------ */
.wrapper {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}
.wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper img {
  max-width: 100%;
  height: auto;
}
.wrapper sup {
  font-size: 0.5em;
  font-weight: normal;
  vertical-align: super;
}

/* ------------------------------
- utility
------------------------------ */
.c-gold {
  color: #D9AF1F;
}

/* ------------------------------
- hero
------------------------------ */
.hero {
  position: relative;
}
@media screen and (max-width: 749px) {
  .hero {
    margin-bottom: 6.6666666667vw;
  }
}

.hero__head {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .hero__head {
    width: calc(100% - 250px);
    height: 820px;
    margin-left: auto;
  }
}

@media screen and (min-width: 1024px) {
  .hero__slider {
    height: 100%;
  }
  .hero__slider .slick-list,
  .hero__slider .slick-track {
    height: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .hero__img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100% !important;
  }
}

@media screen and (min-width: 1024px) {
  .hero__foot {
    position: absolute;
    top: 50%;
    left: 140px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .hero__foot {
    position: relative;
    margin-top: -16.9270833333vw;
    padding: 0 5%;
  }
}
@media screen and (max-width: 749px) {
  .hero__foot {
    position: relative;
    margin-top: -25.3333333333vw;
    padding: 0 4vw;
  }
}

@media screen and (min-width: 750px) {
  .hero__heading {
    font-size: min(6.6666666667vw, 80px);
  }
}
@media screen and (max-width: 749px) {
  .hero__heading {
    font-size: 9.6vw;
  }
}
.hero__heading .-inner {
  display: inline-block;
  margin: 0.1em 0;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .hero__heading .-inner {
    padding: 0.01em 0.5em 0.09em 0;
  }
}
@media screen and (max-width: 1023px) {
  .hero__heading .-inner {
    padding: 0.01em 0.4em 0.1em;
  }
}

.hero__lead {
  font-weight: bold;
}
@media screen and (min-width: 750px) {
  .hero__lead {
    margin-top: 1.5em;
    font-size: 20px;
  }
}
@media screen and (max-width: 749px) {
  .hero__lead {
    margin-top: 1em;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  .hero__lead .-inner {
    display: inline-block;
    padding: 0.4em 1em 0.6em 0;
    background: #fff;
  }
}

.hero__btn {
  position: relative;
  display: block;
  padding: 0.6em 0.5em 0.8em 0.5em;
  background: #D9AF1F;
  border-radius: 50px;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .hero__btn {
    width: min(41.6666666667vw, 500px);
    margin-top: min(6.5104166667vw, 90px);
    font-size: min(2.9166666667vw, 35px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .hero__btn:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .hero__btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 749px) {
  .hero__btn {
    margin-top: 2rem;
    font-size: 19px;
  }
}
.hero__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.6285714286em;
  height: 0.6285714286em;
  background: url(../images/icon_arrow_white.svg) no-repeat center/contain;
}

/* ------------------------------
- check
------------------------------ */
.check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .check {
    position: relative;
    padding: 210px 0 240px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1023px) {
  .check {
    padding: min(6.6666666667vw, 50px) 0;
  }
}

@media screen and (min-width: 750px) {
  .check__heading {
    margin-bottom: 0.5em;
    font-size: min(4.1666666667vw, 50px);
    white-space: nowrap;
  }
}
@media screen and (max-width: 1023px) {
  .check__heading {
    text-align: center;
  }
}
@media screen and (max-width: 749px) {
  .check__heading {
    margin-bottom: 1em;
    font-size: 6.4vw;
    text-align: center;
  }
}

@media screen and (min-width: 750px) {
  .check__list {
    width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .check__list {
    padding: 0 8vw;
    font-size: 16px;
  }
}

.check__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
}
@media screen and (min-width: 750px) {
  .check__item {
    font-size: 20px;
  }
}
.check__item::before {
  content: "";
  display: block;
  width: 1.25em;
  min-width: 1.25em;
  height: 1.4em;
  margin-right: 0.5em;
  background: url(../images/check_icon.svg) no-repeat center/contain;
}

@media screen and (min-width: 1024px) {
  .check__img01 {
    position: absolute;
    top: 50%;
    right: calc(50% + 400px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: min(33.3333333333%, 400px);
  }
}
@media screen and (max-width: 1023px) {
  .check__img01 {
    width: min(96%, 720px);
    margin: 0 0 min(13.3333333333vw, 50px) auto;
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .check__img02 {
    position: absolute;
    top: 50%;
    left: calc(50% + 330px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: min(39.1666666667%, 470px);
  }
}
@media screen and (max-width: 1023px) {
  .check__img02 {
    width: min(96%, 720px);
    margin-top: min(13.3333333333vw, 50px);
    text-align: center;
  }
}

/* ------------------------------
- consult
------------------------------ */
.consult {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .consult__head {
    background: linear-gradient(to bottom, #fff 0, #fff 105px, #FCFBF7 105px, #FCFBF7 100%);
  }
}
.consultHead__inner {
  position: relative;
}
@media screen and (min-width: 750px) {
  .consultHead__inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 750px) {
  .consultHead__img {
    width: 109.0909090909%;
    margin-left: 13.6363636364%;
  }
}
.consultHead__heading {
  position: absolute;
}
@media screen and (min-width: 750px) {
  .consultHead__heading {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: min(5vw, 60px);
  }
}
@media screen and (max-width: 749px) {
  .consultHead__heading {
    top: 34.6666666667vw;
    left: 4vw;
    font-size: 7.4666666667vw;
  }
}
.consultHead__heading .-inner {
  display: inline-block;
  margin: 0.1em 0;
  background: #FCFBF7;
}
@media screen and (min-width: 750px) {
  .consultHead__heading .-inner {
    padding: 0.01em 0.5em 0.09em 0;
  }
}
@media screen and (max-width: 749px) {
  .consultHead__heading .-inner {
    padding: 0.01em 0.5em 0.09em;
  }
}

/* ------------------------------
- consult__nav
------------------------------ */
.consult__nav {
  background: #FCFBF7;
}
@media screen and (min-width: 750px) {
  .consult__nav {
    padding: 120px 0;
  }
}
@media screen and (max-width: 749px) {
  .consult__nav {
    padding: 16vw 0 13.3333333333vw;
  }
}

@media screen and (min-width: 750px) {
  .consultNav__inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .consultNav__inner {
    padding: 0 5.3333333333vw;
  }
}

@media screen and (min-width: 750px) {
  .consultNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 749px) {
  .consultNav__list {
    width: 89.552238806%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 750px) {
  .consultNav__item {
    width: 27.2727272727%;
  }
}
@media screen and (max-width: 749px) {
  .consultNav__item + .consultNav__item {
    margin-top: 13.3333333333vw;
  }
}

.consultNav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 750px) {
  .consultNav__btn {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .consultNav__btn:hover {
    opacity: 0.8;
  }
  .consultNav__btn:hover::after {
    top: 10px;
  }
}
.consultNav__btn::after {
  content: "";
  display: block;
  width: 62px;
  height: 33px;
  margin: 0 auto;
  background: url(../images/consult_nav_arrow.svg) no-repeat center/contain;
}
@media screen and (min-width: 750px) {
  .consultNav__btn::after {
    margin-top: auto;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 750px) {
  .consultNav__number {
    margin: 0 auto 30px;
    width: min(9.5vw, 114px);
  }
}
@media screen and (max-width: 749px) {
  .consultNav__number {
    margin: 0 auto 4vw;
    width: 18.1333333333vw;
  }
}

.consultNav__img {
  display: block;
  margin-bottom: 1em;
}

.consultNav__text {
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .consultNav__text {
    margin-bottom: 40px;
    font-size: min(1.75vw, 21px);
  }
}
@media screen and (max-width: 749px) {
  .consultNav__text {
    margin-bottom: 5.3333333333vw;
    font-size: 5.6vw;
  }
}
.consultNav__text .-lg {
  font-size: 1.1428571429em;
}

/* ------------------------------
- consult__block
------------------------------ */
@media screen and (min-width: 750px) {
  .consult__block {
    padding: min(12.5vw, 150px) 0;
  }
}
@media screen and (min-width: 750px) {
  .consultBlock__head {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 750px) {
  .consultBlock__inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .consultBlock__inner {
    padding: 0 5.3333333333vw;
  }
}

@media screen and (min-width: 750px) {
  .consultBlockHead__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .-normal .consultBlockHead__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 750px) {
  .consultBlock__img {
    position: absolute;
    top: 0;
    width: 49.875%;
  }
  .-normal .consultBlock__img {
    left: 0;
  }
  .-reverse .consultBlock__img {
    right: 0;
  }
}
@media screen and (max-width: 749px) {
  .consultBlock__img {
    margin-bottom: 5.3333333333vw;
  }
}

.consultBlock__number {
  position: relative;
}
@media screen and (min-width: 750px) {
  .consultBlock__number {
    width: min(17vw, 204px);
    margin-bottom: 20px;
  }
  .-normal .consultBlock__number {
    margin-left: auto;
  }
  .-reverse .consultBlock__number {
    margin-left: 20px;
  }
}
@media screen and (max-width: 749px) {
  .consultBlock__number {
    width: 29.3333333333vw;
    margin: 0 auto 5.3333333333vw 47px;
  }
}
.consultBlock__number .-text {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0.2em;
  background: #fff;
  font-weight: bold;
}
@media screen and (min-width: 750px) {
  .consultBlock__number .-text {
    left: max(-6.6666666667vw, -80px);
    font-size: min(1.75vw, 21px);
  }
}
@media screen and (max-width: 749px) {
  .consultBlock__number .-text {
    left: -50px;
    font-size: 14px;
  }
}
.consultBlock__number img {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .consultBlock__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 46.3636363636%;
    min-height: min(49.875vw, 798px);
  }
}
@media screen and (max-width: 749px) {
  .consultBlock__content {
    margin-left: 4vw;
    padding: 0 4vw;
    border-left: 1px solid #333;
  }
}

@media screen and (min-width: 750px) {
  .consultBlock__textwrap {
    margin-top: auto;
    padding: 0 min(4.1666666667vw, 50px);
  }
  .-normal .consultBlock__textwrap {
    border-right: 1px solid #333;
  }
  .-reverse .consultBlock__textwrap {
    border-left: 1px solid #333;
  }
}

.consultBlock__heading {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
@media screen and (min-width: 750px) {
  .consultBlock__heading {
    font-size: min(3.75vw, 45px);
  }
}
@media screen and (max-width: 749px) {
  .consultBlock__heading {
    font-size: 6.4vw;
  }
}

.consultBlock__lead {
  margin-top: 1em;
  line-height: 2;
}
@media screen and (min-width: 750px) {
  .consultBlock__lead {
    font-weight: 500;
    font-size: clamp(14px, 1.5vw, 18px);
  }
}
.consultBlock__lead .-md {
  font-size: 1.3333333333em;
}
.consultBlock__lead .-lg {
  font-size: 2.2222222222em;
  line-height: 1;
}

@media screen and (min-width: 750px) {
  .consult02__body {
    padding-bottom: min(12.5vw, 150px);
  }
}
@media screen and (max-width: 749px) {
  .consult02__body {
    padding-bottom: 13.3333333333vw;
  }
}

@media screen and (max-width: 749px) {
  .consult03__body {
    padding-bottom: 13.3333333333vw;
  }
}

.consultBlock__subhead {
  position: relative;
}
@media screen and (min-width: 750px) {
  .consultBlock__subhead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 70px;
    padding-bottom: 50px;
  }
  .consultBlock__subhead::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 1px;
    background: #333;
  }
}
@media screen and (max-width: 749px) {
  .consultBlock__subhead {
    margin-bottom: 8vw;
  }
}

@media screen and (min-width: 750px) {
  .consultBlock__subheading {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 749px) {
  .consultBlock__subheading {
    margin-bottom: 5.3333333333vw;
  }
}
.consultBlock__subheading img {
  width: auto;
}
@media screen and (min-width: 750px) {
  .consultBlock__subheading img {
    height: min(4.9166666667vw, 59px);
  }
}
@media screen and (max-width: 749px) {
  .consultBlock__subheading img {
    height: 5.3333333333vw;
  }
}

.consultBlock__sublead {
  line-height: 1.8;
}
@media screen and (min-width: 750px) {
  .consultBlock__sublead {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 1em;
    font-size: min(2.0833333333vw, 25px);
    font-weight: bold;
  }
}
.consultBlock__note {
  line-height: 1.8;
}
@media screen and (min-width: 750px) {
  .consultBlock__note {
    margin-top: 50px;
    font-size: min(1.1666666667vw, 14px);
  }
}
@media screen and (max-width: 749px) {
  .consultBlock__note {
    margin-top: 5.3333333333vw;
    font-size: 12px;
  }
}

/* ------------------------------
- illustration
------------------------------ */
.illustration {
  background: #FCFBF7;
}
@media screen and (min-width: 750px) {
  .illustration {
    padding: min(12.5vw, 150px) 0;
  }
}
@media screen and (max-width: 749px) {
  .illustration {
    padding: 13.3333333333vw 0;
  }
}

@media screen and (min-width: 750px) {
  .illustration__inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .illustration__inner {
    padding: 0 8vw;
  }
}

.illustration__head {
  text-align: center;
}
@media screen and (min-width: 750px) {
  .illustration__head {
    margin-bottom: min(10vw, 120px);
  }
}
@media screen and (max-width: 749px) {
  .illustration__head {
    margin-bottom: 8vw;
  }
}
.illustration__head::after {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background: #333;
  margin: 2em auto 0;
}

.illustration__en img {
  width: auto;
}
@media screen and (min-width: 750px) {
  .illustration__en img {
    height: min(1.1666666667vw, 14px);
  }
}
@media screen and (max-width: 749px) {
  .illustration__en img {
    height: 2.6666666667vw;
  }
}

.illustration__heading {
  margin-bottom: 0.3em;
  font-weight: 500;
}
@media screen and (min-width: 750px) {
  .illustration__heading {
    font-size: min(3.75vw, 45px);
  }
}
@media screen and (max-width: 749px) {
  .illustration__heading {
    font-size: 6.4vw;
  }
}

.illustration__list .slick-list {
  overflow: visible;
}
.illustration__list .slick-arrow {
  z-index: 90;
}
@media screen and (min-width: 750px) {
  .illustration__list .slick-arrow {
    width: min(8.3333333333vw, 100px);
    height: min(8.3333333333vw, 100px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .illustration__list .slick-arrow:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
@media screen and (max-width: 749px) {
  .illustration__list .slick-arrow {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.illustration__list .slick-arrow.slick-prev {
  background: url(../images/illustration_icon_arrow_left.svg) no-repeat center/contain;
}
@media screen and (min-width: 750px) {
  .illustration__list .slick-arrow.slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 749px) {
  .illustration__list .slick-arrow.slick-prev {
    left: -5.3333333333vw;
  }
}
.illustration__list .slick-arrow.slick-next {
  background: url(../images/illustration_icon_arrow_right.svg) no-repeat center/contain;
}
@media screen and (min-width: 750px) {
  .illustration__list .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (max-width: 749px) {
  .illustration__list .slick-arrow.slick-next {
    right: -5.3333333333vw;
  }
}
.illustration__list .slick-arrow::before {
  display: none;
}

@media screen and (min-width: 750px) {
  .illustration__item {
    padding: 0 20px;
  }
}
@media screen and (max-width: 749px) {
  .illustration__item {
    padding: 0 2.6666666667vw;
  }
}

.illustrationItem__head {
  position: relative;
}

.illustrationItem__img {
  display: block;
  line-height: 1;
}

.illustrationItem__profile {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1em 0;
  background: #FCFBF7;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .illustrationItem__profile {
    font-size: min(2.0833333333vw, 25px);
  }
}
@media screen and (max-width: 749px) {
  .illustrationItem__profile {
    font-size: 4.2666666667vw;
  }
}

.illustrationItem__body {
  position: relative;
}
@media screen and (min-width: 750px) {
  .illustrationItem__body {
    padding: 25px 0 0 25px;
  }
}
@media screen and (max-width: 749px) {
  .illustrationItem__body {
    padding: 4vw 0 0 5.3333333333vw;
  }
}
.illustrationItem__body::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: calc(100% + 30px);
  background: #333;
}

.illustrationItem__text {
  font-size: clamp(13px, 1.3333333333vw, 16px);
  line-height: 1.8;
}

/* ------------------------------
- consultation
------------------------------ */
@media screen and (min-width: 750px) {
  .consultation {
    padding-top: min(12.5vw, 150px);
  }
}
@media screen and (max-width: 749px) {
  .consultation {
    padding: 13.3333333333vw 0;
  }
}

@media screen and (min-width: 750px) {
  .consultation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -70px;
  }
}
@media screen and (min-width: 750px) {
  .consultation__item {
    margin-top: 70px;
  }
}
@media screen and (max-width: 749px) {
  .consultation__item + .consultation__item {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  .consultation__item.-lg {
    width: 47.2727272727%;
  }
  .consultation__item.-lg:nth-of-type(2n) {
    margin-left: 5.4545454545%;
  }
}
@media screen and (min-width: 750px) {
  .consultation__item.-md {
    width: 29.0909090909%;
  }
  .consultation__item.-md:not(:nth-of-type(3n)) {
    margin-left: 6.3636363636%;
  }
}

.consultation__heading {
  margin: 1em 0;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .consultation__heading {
    font-size: min(2.0833333333vw, 25px);
  }
}
@media screen and (max-width: 749px) {
  .consultation__heading {
    font-size: 5.3333333333vw;
  }
}

.consultation__text {
  line-height: 1.8;
}
@media screen and (min-width: 750px) {
  .consultation__text {
    font-size: clamp(13px, 1.3333333333vw, 16px);
  }
}
@media screen and (max-width: 749px) {
  .consultation__text {
    padding: 0 4vw;
  }
}

/* ------------------------------
- brand
------------------------------ */
@media screen and (min-width: 750px) {
  .brand {
    margin-top: 100px;
  }
}
@media screen and (max-width: 749px) {
  .brand {
    margin-top: 10.6666666667vw;
  }
}
.brand .slick-list {
  overflow: visible;
}

.brand__item {
  margin: 0 min(2.5vw, 30px);
}
.brand__item .brand__img {
  width: auto;
}
@media screen and (min-width: 750px) {
  .brand__item .brand__img {
    height: min(5.9166666667vw, 71px);
  }
}
@media screen and (max-width: 749px) {
  .brand__item .brand__img {
    height: 10.6666666667vw;
  }
}

/* ------------------------------
- selection
------------------------------ */
.selection {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .selection {
    width: 100%;
    max-width: 850px;
    margin: 80px auto 0;
    padding: 50px 0;
  }
}
@media screen and (max-width: 749px) {
  .selection {
    margin-top: 10.6666666667vw;
    padding: 8vw 0;
  }
}

.selection__text {
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 750px) {
  .selection__text {
    font-size: min(2.9166666667vw, 35px);
  }
}
@media screen and (max-width: 749px) {
  .selection__text {
    font-size: 5.8666666667vw;
  }
}

.selection__note {
  margin-top: 1em;
}
@media screen and (min-width: 750px) {
  .selection__note {
    font-size: min(1.1666666667vw, 14px);
  }
}
@media screen and (max-width: 749px) {
  .selection__note {
    font-size: 12px;
    text-align: left;
  }
}

/* ------------------------------
- lineup
------------------------------ */
.lineup {
  background: #FCFBF7;
}
@media screen and (min-width: 750px) {
  .lineup {
    padding: min(12.5vw, 150px) 0;
  }
}
@media screen and (max-width: 749px) {
  .lineup {
    padding: 13.3333333333vw 0;
  }
}

.lineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 749px) {
  .lineup__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 750px) {
  .lineup__item {
    width: 29.0909090909%;
  }
  .lineup__item:not(:nth-child(3n)) {
    margin-right: 6.3636363636%;
  }
  .lineup__item:nth-child(n+4) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 749px) {
  .lineup__item {
    width: 48.5%;
  }
  .lineup__item:nth-child(n+3) {
    margin-top: 5.3333333333vw;
  }
}

.lineup__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  cursor: pointer;
}

.lineup__contents {
  border-left: 1px solid #333;
}
@media screen and (min-width: 750px) {
  .lineup__contents {
    margin: 1em 0;
    padding-left: min(2.0833333333vw, 25px);
  }
}
@media screen and (max-width: 749px) {
  .lineup__contents {
    margin: 0.5em 0;
    padding-left: 2.6666666667vw;
  }
}

.lineup__heading {
  line-height: 1.5;
}
@media screen and (min-width: 750px) {
  .lineup__heading {
    font-size: min(1.75vw, 21px);
  }
}
@media screen and (max-width: 749px) {
  .lineup__heading {
    font-size: 3.7333333333vw;
  }
}

.lineup__hush {
  margin-top: 1em;
}

.lineupHush__item + .lineupHush__item {
  margin-top: 0.3em;
}
@media screen and (min-width: 750px) {
  .lineupHush__item {
    font-size: clamp(13px, 1.3333333333vw, 16px);
  }
}
@media screen and (max-width: 749px) {
  .lineupHush__item {
    font-size: 12px;
  }
}

.lineup__more {
  margin: auto 0 0 auto;
}
@media screen and (min-width: 750px) {
  .lineup__more {
    width: min(8vw, 96px);
  }
}
@media screen and (max-width: 749px) {
  .lineup__more {
    width: 30%;
  }
}

.lineup__modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100000000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 750px) {
  .lineup__modal {
    padding: 80px 0;
  }
}
.is-modalshow .lineup__modal {
  visibility: visible;
  opacity: 1;
}

.lineupModal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.7);
}

.lineupModal__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .lineupModal__inner {
    width: 90%;
    width: min(100% - 260px, 90%);
    max-width: 1000px;
    max-height: min(39.3700787402vw, 500px);
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .lineupModal__inner {
    width: 90%;
    max-width: 500px;
    height: 100%;
    max-height: 800px;
  }
}
@media screen and (max-width: 749px) {
  .lineupModal__inner {
    width: 80%;
    max-height: 90%;
  }
}

.lineupModal__content {
  position: relative;
  overflow-y: scroll;
  max-height: 100%;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .lineupModal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.lineupModal__content::-webkit-scrollbar {
  display: none;
}

.lineupModal__close {
  position: absolute;
  z-index: 10;
  display: block;
  background: url(../images/lineup_icon_close.svg) no-repeat center/contain;
  cursor: pointer;
}
@media screen and (min-width: 750px) {
  .lineupModal__close {
    width: 21px;
    height: 21px;
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 749px) {
  .lineupModal__close {
    width: 30px;
    height: 30px;
    top: -15px;
    right: -15px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    background-size: 15px;
  }
}

.lineupModal__head {
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .lineupModal__head {
    width: 50%;
  }
}
.lineupModal__head img {
  display: block;
}

@media screen and (min-width: 1024px) {
  .lineupModal__body {
    width: 50%;
    padding: 50px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .lineupModal__body {
    padding: 50px;
  }
}
@media screen and (max-width: 749px) {
  .lineupModal__body {
    padding: 5.3333333333vw;
  }
}

.lineupModal__heading {
  line-height: 1.6;
}
@media screen and (min-width: 750px) {
  .lineupModal__heading {
    font-size: min(1.75vw, 21px);
  }
}
@media screen and (max-width: 749px) {
  .lineupModal__heading {
    font-size: 4.8vw;
  }
}

.lineupModal__text {
  margin-top: 1em;
  line-height: 1.8;
}
@media screen and (min-width: 750px) {
  .lineupModal__text {
    font-size: clamp(13px, 1.3333333333vw, 16px);
  }
}
.lineupModal__info {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #E2E2E2;
  line-height: 1.8;
}
@media screen and (min-width: 750px) {
  .lineupModal__info {
    font-size: clamp(13px, 1.3333333333vw, 16px);
  }
}
@media screen and (max-width: 749px) {
  .lineupModal__info {
    font-size: 12px;
  }
}

.lineupModal__prev,
.lineupModal__next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (min-width: 750px) {
  .lineupModal__prev,
  .lineupModal__next {
    width: 82px;
    height: 162px;
  }
}
@media screen and (max-width: 749px) {
  .lineupModal__prev,
  .lineupModal__next {
    width: 5.8571428571vw;
    height: 11.5714285714vw;
  }
}

.lineupModal__prev {
  background: url(../images/lineup_icon_arrow_left.svg) no-repeat center/contain;
}
@media screen and (min-width: 750px) {
  .lineupModal__prev {
    left: -120px;
  }
}
@media screen and (max-width: 749px) {
  .lineupModal__prev {
    left: -8vw;
  }
}

.lineupModal__next {
  background: url(../images/lineup_icon_arrow_right.svg) no-repeat center/contain;
}
@media screen and (min-width: 750px) {
  .lineupModal__next {
    right: -120px;
  }
}
@media screen and (max-width: 749px) {
  .lineupModal__next {
    right: -8vw;
  }
}

/* ------------------------------
- bnr
------------------------------ */
@media screen and (max-width: 749px) {
  .bnr {
    padding: 13.3333333333vw 0;
  }
}

@media screen and (min-width: 750px) {
  .bnr__inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .bnr__inner {
    padding: 0 5.3333333333vw;
  }
}

.bnr__bnr {
  display: block;
  line-height: 1;
}
@media screen and (min-width: 750px) {
  .bnr__bnr + .bnr__bnr {
    margin-top: 50px;
  }
}
@media screen and (max-width: 749px) {
  .bnr__bnr + .bnr__bnr {
    margin-top: 5.3333333333vw;
  }
}

/* ------------------------------
- shop
------------------------------ */
@media screen and (min-width: 750px) {
  .shop {
    padding-bottom: min(12.5vw, 150px);
  }
}
@media screen and (max-width: 749px) {
  .shop {
    padding-bottom: 13.3333333333vw;
  }
}

@media screen and (min-width: 750px) {
  .shop__inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .shop__inner {
    padding: 0 5.3333333333vw;
  }
}

.shop__head {
  text-align: center;
}
@media screen and (min-width: 750px) {
  .shop__head {
    margin-bottom: min(10vw, 50px);
  }
}
@media screen and (max-width: 749px) {
  .shop__head {
    margin-bottom: 8vw;
  }
}
.shop__head::after {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background: #333;
  margin: 2em auto 0;
}

.shop__en img {
  width: auto;
}
@media screen and (min-width: 750px) {
  .shop__en img {
    height: min(1.1666666667vw, 14px);
  }
}
@media screen and (max-width: 749px) {
  .shop__en img {
    height: 2.6666666667vw;
  }
}

.shop__heading {
  margin-bottom: 0.3em;
  font-weight: 500;
}
@media screen and (min-width: 750px) {
  .shop__heading {
    font-size: min(3.75vw, 45px);
  }
}
@media screen and (max-width: 749px) {
  .shop__heading {
    font-size: 6.4vw;
  }
}

@media screen and (min-width: 750px) {
  .shop__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .shop__body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  .shop__area {
    width: 29.0909090909%;
  }
  .shop__area:not(:nth-child(3n)) {
    margin-right: 6.3636363636%;
  }
  .shop__area:nth-child(n+4) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .shop__area {
    width: 48.5%;
  }
  .shop__area:nth-child(n+3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 749px) {
  .shop__area:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }
}
.shop__term:nth-child(n+3) {
    margin-top: 50px;
  }
.shop__term {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #333;
  letter-spacing: 0.5em;
}
@media screen and (min-width: 750px) {
  .shop__term {
    font-size: 20px;
  }
}
@media screen and (max-width: 749px) {
  .shop__term {
    font-size: 16px;
  }
}

@media screen and (min-width: 750px) {
  .shop__item + .shop__item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 749px) {
  .shop__item + .shop__item {
    margin-top: 5.3333333333vw;
  }
}

.shop__text {
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 750px) {
  .shop__text {
    font-size: 15px;
  }
}

.shop__access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
}
.shop__access::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.2em;
  margin-right: 0.5em;
  background: url(../images/shop_icon.svg) no-repeat center/contain;
}

/* ------------------------------
- floating
------------------------------ */
.floating {
  position: fixed;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1000000;
}
@media screen and (min-width: 750px) {
  .floating {
    bottom: 100px;
  }
}
@media screen and (max-width: 749px) {
  .floating {
    bottom: 0;
  }
}
.is-scroll .floating {
  visibility: visible;
  opacity: 1;
}

.floating__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;
  background: #D9AF1F;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .floating__btn {
    width: 150px;
    height: 150px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .floating__btn:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
@media screen and (max-width: 749px) {
  .floating__btn {
    position: relative;
    width: 100vw;
    height: 60px;
  }
}

.floating__text {
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 750px) {
  .floating__text {
    font-size: clamp(14px, 1.5vw, 18px);
  }
}
@media screen and (max-width: 749px) {
  .floating__text {
    font-size: 16px;
  }
}
.floating__text .-fukidashi {
  display: inline-block;
  color: #333;
}
@media screen and (min-width: 750px) {
  .floating__text .-fukidashi {
    padding: 0.1em 0.7em 0.3em;
    background: url(../images/floating_fukidashi.svg) no-repeat center/contain;
  }
}
@media screen and (max-width: 749px) {
  .floating__text .-fukidashi {
    padding: 0.2em 0.7em 0.3em;
    background: url(../images/floating_fukidashi_sp.svg) no-repeat center/contain;
  }
}
.floating__text::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #fff url(../images/icon_arrow_black.svg) no-repeat center/10px;
  border-radius: 50%;
}
@media screen and (min-width: 750px) {
  .floating__text::after {
    margin: 0.5em auto 0;
  }
}
@media screen and (max-width: 749px) {
  .floating__text::after {
    position: absolute;
    top: 50%;
    right: 5.3333333333vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* ------------------------------
- ft
------------------------------ */
.ft {
  background: #4C4C4E;
  color: #fff;
  text-align: centers;
}
@media screen and (min-width: 750px) {
  .ft {
    padding: 80px 0;
  }
}
@media screen and (max-width: 749px) {
  .ft {
    padding: 13.3333333333vw 0 26.6666666667vw;
  }
}

.ftSns {
  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;
  margin-bottom: 40px;
}

.ftSns__item {
  width: 20px;
  margin: 0 20px;
}

.ft__logo {
  display: block;
  width: 180px;
  margin: 0 auto 40px;
}

.ft__copy {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
}