@charset "UTF-8";
body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.bg__campaign {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(96%, transparent), to(#fff)), -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(96%, transparent), to(#fff)), url(../img/sp/sp_bg1-campaign.png);
  background: linear-gradient(to bottom, transparent 0%, transparent 96%, #fff 100%), linear-gradient(to top, transparent 0%, transparent 96%, #fff 100%), url(../img/sp/sp_bg1-campaign.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 180px;
  padding-top: 11.25rem;
  padding-bottom: 68px;
  padding-bottom: 4.25rem;
  margin-top: -110px;
  margin-top: -6.875rem;
}
@media screen and (min-width: 768px) {
  .bg__campaign {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(96%, transparent), to(#fff)), -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(96%, transparent), to(#fff)), url(../img/pc/bg-campaign.png);
    background: linear-gradient(to bottom, transparent 0%, transparent 96%, #fff 100%), linear-gradient(to top, transparent 0%, transparent 96%, #fff 100%), url(../img/pc/bg-campaign.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 13.5rem;
    padding-bottom: 3.125rem;
    margin-top: -8.5rem;
  }
}

.btn {
  background: #06C755;
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
  height: 70px;
  height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 20px;
  padding: 0.875rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn {
    max-width: 23.75rem;
    height: 5rem;
  }
}

.btn__body img.line-message {
  width: 179px;
  width: 11.1875rem;
  height: 19px;
  height: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .btn__body img.line-message {
    width: 11.625rem;
    margin-left: 1.5rem;
  }
}

.btn__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn__bottom img {
  max-width: 21px;
  max-width: 1.3125rem;
  width: 100%;
  height: 24.4px;
  height: 1.525rem;
}
@media screen and (min-width: 768px) {
  .btn__bottom img {
    max-width: 1.65625rem;
    height: 1.875rem;
  }
}

.btn__bottom p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  margin-left: 13.8px;
  margin-left: 0.8625rem;
  line-height: 1;
}
.btn__bottom p span.small {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .btn__bottom p {
    font-size: 1.5625rem;
    margin-left: 0.925rem;
  }
  .btn__bottom p span.small {
    font-size: 1.125rem;
  }
  .btn__bottom p span.medium {
    font-size: 1.4375rem;
  }
}

.btn img.arrow {
  position: absolute;
  max-width: 7px;
  max-width: 0.4375rem;
  width: 100%;
  height: 14px;
  height: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 11%;
}
@media screen and (min-width: 768px) {
  .btn img.arrow {
    right: 7%;
  }
}

.campaign {
  padding-top: 60px;
  padding-top: 3.75rem;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .campaign {
    padding-top: 5rem;
    max-width: 1250px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.campaign__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 321px;
  max-width: 20.0625rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .campaign__title {
    max-width: 26.4375rem;
    width: 100%;
  }
}

.campaign__title::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2px;
  width: 0.125rem;
  height: 70%;
  bottom: 0;
  left: 0;
  background: #b5aa99;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

.campaign__title::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2px;
  width: 0.125rem;
  height: 70%;
  bottom: 0;
  right: 0;
  background: #b5aa99;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.campaign__title img {
  max-width: 164px;
  max-width: 10.25rem;
  width: 100%;
  height: 34px;
  height: 2.125rem;
}
@media screen and (min-width: 768px) {
  .campaign__title img {
    max-width: 13.875rem;
    width: 100%;
    height: 2.875rem;
  }
}

.campaign__title p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin-left: 7px;
  margin-left: 0.4375rem;
}
.campaign__title p span {
  font-size: 30px;
  font-size: 1.875rem;
  color: #d8ad49;
  position: relative;
}
.campaign__title p span::before {
  content: "";
  position: absolute;
  background: url(../img/pc/accent.png) no-repeat center center/contain;
  width: 50px;
  width: 3.125rem;
  height: 18px;
  height: 1.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -5px;
  top: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .campaign__title p {
    font-size: 1.25rem;
    margin-left: 0.9375rem;
  }
  .campaign__title p span {
    font-size: 2.3125rem;
    color: #d8ad49;
    position: relative;
  }
  .campaign__title p span::before {
    width: 3.75rem;
    height: 1.375rem;
    top: -0.625rem;
  }
}

.campaign__lead {
  text-align: center;
  margin-top: 13px;
  margin-top: 0.8125rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .campaign__lead {
    margin-top: 1.4375rem;
  }
}

.campaign__lead p {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}
.campaign__lead p span {
  font-size: 30px;
  font-size: 1.875rem;
  color: #977d40;
  position: relative;
}
.campaign__lead p span::before {
  content: "";
  position: absolute;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  border-radius: 50%;
  background: #d8ad49;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
@media screen and (min-width: 768px) {
  .campaign__lead p {
    font-size: 1.875rem;
  }
  .campaign__lead p span {
    font-size: 2.5rem;
  }
}

.campaign__contents {
  margin-top: 9px;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .campaign__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.3125rem;
  }
}

.campaign__text {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin: 8px auto 0;
  margin: 0.5rem auto 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .campaign__text {
    max-width: 74.6875rem;
    margin: 0.75rem auto 0;
  }
}

.campaign__bottom {
  margin-top: 31px;
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .campaign__bottom {
    margin-top: 1.75rem;
  }
}

.campaign__pick {
  max-width: 50px;
  max-width: 3.125rem;
  width: 100%;
  height: 55px;
  height: 3.4375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .campaign__pick {
    max-width: 5.1875rem;
    width: 100%;
    height: 5.875rem;
  }
}

.campaign__pick img {
  width: 100%;
}

.campaign__btn {
  margin: 10px auto 0;
  margin: 0.625rem auto 0;
}

.card {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .1019607843);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, .1019607843);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .card {
    max-width: calc(25% - 0.46875rem);
    margin-left: 0;
    margin-right: 0;
  }
}

.card:not(:first-child) {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .card:not(:first-child) {
    margin-top: 0;
    margin-left: 0.625rem;
  }
}

.card__body {
  text-align: center;
  background: #fff;
  padding: 20px 20px 6px;
  padding: 1.25rem 1.25rem 0.375rem;
}
@media screen and (min-width: 768px) {
  .card__body {
    min-height: 18.375rem;
    width: 100%;
    padding: 1.5625rem 1.875rem 0.625rem;
  }
}

.card__body img {
  margin-left: auto;
  margin-right: auto;
}

.card__icon1 {
  width: 32px;
  width: 2rem;
  height: 27px;
  height: 1.6875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .card__icon1 {
    margin-bottom: 0.875rem;
  }
}

.card__icon2 {
  width: 46px;
  width: 2.875rem;
  height: 30px;
  height: 1.875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .card__icon2 {
    margin-bottom: 1rem;
  }
}

.card__icon3 {
  width: 25px;
  width: 1.5625rem;
  height: 34px;
  height: 2.125rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .card__icon3 {
    margin-bottom: 1.125rem;
  }
}

.card__icon4 {
  width: 50px;
  width: 3.125rem;
  height: 27px;
  height: 1.6875rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .card__icon4 {
    margin-bottom: 2.1875rem;
  }
}

.card__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.16;
  color: #977d40;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
@media screen and (min-width: 768px) {
  .card__title {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 0.375rem;
  }
}

@media screen and (min-width: 768px) {
  .card__title.small {
    font-size: 1.5625rem;
    line-height: 1.2;
    letter-spacing: -0.16em;
    margin-bottom: 0.25rem;
  }
}

.card__tab {
  max-width: 200px;
  max-width: 12.5rem;
  width: 100%;
  height: 28px;
  height: 1.75rem;
  margin: 0 auto 5px;
  margin: 0 auto 0.3125rem;
}
@media screen and (min-width: 768px) {
  .card__tab {
    max-width: 14.375rem;
    width: 100%;
    height: 2rem;
    margin: 0 auto 0;
  }
}

.card__bottom {
  background: #f4f2ef;
  padding: 20px 20px 14px;
  padding: 1.25rem 1.25rem 0.875rem;
}
@media screen and (min-width: 768px) {
  .card__bottom {
    padding: 1.5rem 1.5625rem 0.875rem;
    height: 9.75rem;
  }
}

.card__bottom p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 400;
}

.card:nth-child(1) .card__price {
  width: 124px;
  width: 7.75rem;
  height: 54px;
  height: 3.375rem;
  margin: 6px auto 0;
  margin: 0.375rem auto 0;
}
@media screen and (min-width: 768px) {
  .card:nth-child(1) .card__price {
    max-width: 10.9375rem;
    width: 100%;
    height: 4.25rem;
    margin: 1.1875rem auto 0;
  }
}

.card:nth-child(2) .card__price {
  width: 296px;
  width: 18.5rem;
  height: 54px;
  height: 3.375rem;
  margin: 6px auto 0;
  margin: 0.375rem auto 0;
}
@media screen and (min-width: 768px) {
  .card:nth-child(2) .card__price {
    max-width: 13rem;
    width: 100%;
    height: 5.9375rem;
    margin: 0.45rem auto 0;
  }
}

.card:nth-child(3) .card__price {
  width: 200px;
  width: 12.5rem;
  height: 75px;
  height: 4.6875rem;
  margin: 6px auto 0;
  margin: 0.375rem auto 0;
}
@media screen and (min-width: 768px) {
  .card:nth-child(3) .card__price {
    max-width: 12.5rem;
    width: 100%;
    height: 5.3125rem;
    margin: 1.125rem auto 0;
  }
}

.card:nth-child(3) {
  position: relative;
}
.card:nth-child(3)::before {
  content: "";
  position: absolute;
  top: -2%;
  left: 2%;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  background: url(../img/pc/campaign-eyecatch.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .card:nth-child(3)::before {
    width: 4.375rem;
    height: 4.375rem;
    top: -5%;
    left: 4%;
  }
}

.card__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  color: #977D40;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .card__text {
    line-height: 2;
    margin-top: 2.375rem;
    letter-spacing: -0.09em;
  }
}

.contact {
  background: url(../img/sp/sp_bg5-contact.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  border-bottom: 5px #d8ad49 solid;
}
@media screen and (min-width: 768px) {
  .contact {
    background: url(../img/pc/contact-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-bottom: none;
  }
}

.contact__contents {
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .contact__contents {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact__img-area {
  width: 100%;
  margin-top: -7.4666666667vh;
}
@media screen and (min-width: 768px) {
  .contact__img-area {
    max-width: 19.125rem;
    width: 100%;
    height: 25rem;
    margin-top: -3.5928143713vh;
  }
  .contact__img-area img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .contact__tab {
    max-width: 37.5rem;
    width: 100%;
    margin-left: 5%;
  }
}

.contact__info-area {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__info-area {
    max-width: 64%;
    width: 100%;
    margin-left: 3.375rem;
    padding-top: 3.125rem;
    padding-bottom: 3.75rem;
  }
}

.contact__text {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  line-height: 2;
  letter-spacing: 2.7px;
  margin-top: 13px;
  margin-top: 0.8125rem;
}
.contact__text span {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: -2.24px;
  text-shadow: 2px 2px 3px rgba(173, 161, 142, .7019607843);
}
@media screen and (min-width: 768px) {
  .contact__text {
    margin-top: 1.0625rem;
    font-size: 1.875rem;
    line-height: 1.23;
    letter-spacing: 4.5px;
    text-align: left;
    margin-left: 5%;
  }
  .contact__text span {
    font-size: 3.125rem;
    line-height: 0.74;
    letter-spacing: -4px;
  }
}

.contact__line-message {
  width: 233px;
  width: 14.5625rem;
  height: 24px;
  height: 1.5rem;
  margin: 12px auto 0;
  margin: 0.75rem auto 0;
}
@media screen and (min-width: 768px) {
  .contact__line-message {
    width: 11.625rem;
    height: 1.1875rem;
    margin: 0.625rem auto 0 5%;
  }
}

.contact__btn-area {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .contact__btn-area {
    margin-top: 0.6875rem;
    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;
  }
}

@media screen and (min-width: 768px) {
  .contact__btn-pcwrap {
    max-width: 17.5rem;
    width: 100%;
  }
}

.contact__btn {
  max-width: 310px;
  max-width: 19.375rem;
  width: 100%;
  height: 70px;
  height: 4.375rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .contact__btn {
    max-width: 17.5rem;
    width: 100%;
    height: 2.875rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.contact__btn img.arrow {
  max-width: 7px;
  max-width: 0.4375rem;
  width: 100%;
  height: 14px;
  height: 0.875rem;
}

.contact__btn .contact__btn--tel img.arrow {
  margin-left: 86px;
  margin-left: 5.375rem;
}

.contact__btn:not(:first-child) {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .contact__btn:not(:first-child) {
    margin-top: 0;
  }
}

.contact__btn--line {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 500;
  background: #06C755;
  width: 100%;
  height: 70px;
  height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2.1875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 18px;
  padding: 1.25rem 1.125rem;
  position: relative;
}
.contact__btn--line span.small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.357;
}
.contact__btn--line span.big {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 0.95;
}
@media screen and (min-width: 768px) {
  .contact__btn--line {
    height: 2.875rem;
    text-align: left;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact__btn--line span.small,
.contact__btn--line span.big {
    font-size: 1.125rem;
    line-height: 1.555;
  }
}
.contact__btn--line img {
  width: 19.7px;
  width: 1.23125rem;
  height: 23px;
  height: 1.4375rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .contact__btn--line img {
    margin-right: 0.625rem;
  }
}

.contact__btn--line::after {
  content: "";
  position: absolute;
  background: url(../img/pc/arrow-right.png) no-repeat center center/contain;
  width: 7px;
  width: 0.4375rem;
  height: 14px;
  height: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 19.5px;
  right: 1.21875rem;
}
@media screen and (min-width: 768px) {
  .contact__btn--line::after {
    right: 1.90625rem;
  }
}

.contact__btn--reserve {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 500;
  background: #fd8b7b;
  width: 100%;
  height: 70px;
  height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2.1875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 18px;
  padding: 1.25rem 1.125rem;
  position: relative;
}
.contact__btn--reserve span.small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.357;
}
.contact__btn--reserve span.big {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 0.95;
}
@media screen and (min-width: 768px) {
  .contact__btn--reserve {
    height: 2.875rem;
    text-align: left;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.5rem;
  }
  .contact__btn--reserve span.small,
.contact__btn--reserve span.big {
    font-size: 1.125rem;
    line-height: 1.555;
  }
}
.contact__btn--reserve img {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .contact__btn--reserve img {
    margin-right: 0.625rem;
  }
}

.contact__btn--reserve::after {
  content: "";
  position: absolute;
  background: url(../img/pc/arrow-right.png) no-repeat center center/contain;
  width: 7px;
  width: 0.4375rem;
  height: 14px;
  height: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 19.5px;
  right: 1.21875rem;
}
@media screen and (min-width: 768px) {
  .contact__btn--reserve::after {
    right: 1.90625rem;
  }
}

.contact__btn--tel {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 500;
  background: #ada18e;
  width: 100%;
  height: 70px;
  height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2.1875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px #fff solid;
  padding: 20px 18px;
  padding: 1.25rem 1.125rem;
}
.contact__btn--tel img {
  width: 18px;
  width: 1.125rem;
  height: 27px;
  height: 1.6875rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}
.contact__btn--tel span.small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.357;
}
.contact__btn--tel span.big {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 0.95;
}

@media screen and (min-width: 768px) {
  .contact__btn--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 57.6%;
    margin-left: 2%;
  }
}

.contact__pc-title {
  background: #ada18e;
  padding: 9px 2px;
  padding: 0.5625rem 0.125rem;
  border: 1px #fff solid;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  margin-right: 13px;
  margin-right: 0.8125rem;
  max-width: 27%;
  width: 100%;
}

.contact__pc-info {
  max-width: 292px;
  max-width: 18.25rem;
  width: 100%;
}
.contact__pc-info img {
  width: 100%;
  height: 54px;
  height: 3.375rem;
}
.contact__pc-info p {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
}

.contact__sp-info {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  color: #fff;
  margin-top: 27px;
  margin-top: 1.6875rem;
  padding-bottom: 43px;
  padding-bottom: 2.6875rem;
}

.faq {
  padding-top: 57px;
  padding-top: 3.5625rem;
  padding-bottom: 57px;
  padding-bottom: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .faq {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
}

.faq__lists {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin: 34px auto 0;
  margin: 2.125rem auto 0;
}
@media screen and (min-width: 768px) {
  .faq__lists {
    max-width: 50rem;
    width: 100%;
    margin: 3.375rem auto 0;
  }
}

.faq__list:not(:first-child) {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.faq__q {
  position: relative;
  padding: 15px 55px;
  padding: 0.9375rem 3.4375rem;
  background: #F9F4F0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.444;
  color: #977D40;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .faq__q {
    padding: 1.0625rem 3.25rem;
    line-height: 1.777;
  }
}
.faq__q::before {
  content: "Q";
  position: absolute;
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Cormorant Garamond", serif;
  top: 15px;
  top: 0.9375rem;
  left: 20px;
  left: 1.25rem;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #977D40;
}
@media screen and (min-width: 768px) {
  .faq__q::before {
    top: 1.0625rem;
    left: 0.875rem;
  }
}

.faq__icon {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  position: absolute;
  right: 15px;
  right: 0.9375rem;
  top: 18.5px;
  top: 1.15625rem;
  background: #D8AD49;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .faq__icon {
    right: 1.25rem;
    top: 1.0625rem;
  }
}
.faq__icon.is-open .faq__icon--bar2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq__icon--bar1 {
  width: 15px;
  width: 0.9375rem;
  height: 2px;
  height: 0.125rem;
  background: #fff;
  border-radius: 1.25rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.faq__icon--bar2 {
  width: 2px;
  width: 0.125rem;
  height: 15px;
  height: 0.9375rem;
  background: #fff;
  border-radius: 1.25rem;
  position: absolute;
  top: 8px;
  top: 0.5rem;
  left: 14px;
  left: 0.875rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq__a {
  background: #fff;
  padding: 20px;
  padding: 1.25rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .faq__a {
    padding: 1.5625rem 3.125rem 2.125rem 3.125rem;
  }
}

.faq__a--content {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
}

.faq__modal {
  border-bottom: 1px #040000 solid;
  display: inline-block;
}

.faq__accent {
  color: #977D40;
  display: block;
}

.flow {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(96%, transparent), to(#fff)), -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(92%, transparent), to(#fff)), #f9f4f0;
  background: linear-gradient(to bottom, transparent 0%, transparent 96%, #fff 100%), linear-gradient(to top, transparent 0%, transparent 92%, #fff 100%), #f9f4f0;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .flow {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.flow__contents {
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .flow__contents {
    margin-top: 3.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.flow__card {
  max-width: 565px;
  max-width: 35.3125rem;
  width: 100%;
  background: #fff;
  padding: 24px 20px;
  padding: 1.5rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .flow__card {
    max-width: calc(25% - 0.9375rem);
    width: 100%;
    display: block;
    padding: 1.875rem 1.875rem 1.75rem;
  }
}

.flow__card:not(:first-child) {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .flow__card:not(:first-child) {
    margin-top: 0;
    margin-left: 1.25rem;
  }
}

.flow__card:not(:last-child) {
  position: relative;
}
.flow__card:not(:last-child)::before {
  content: "";
  position: absolute;
  background: url(../img/sp/sp_flow-icon.png) no-repeat center center/contain;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  bottom: -20px;
  bottom: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .flow__card:not(:last-child)::before {
    background: url(../img/pc/flow-icon.png) no-repeat center center/contain;
    bottom: 50%;
    right: -1.6875rem;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.flow__step {
  max-width: 52px;
  max-width: 3.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flow__step {
    max-width: 4.25rem;
    margin: 0 auto;
  }
}

.flow__img {
  max-width: 100px;
  max-width: 6.25rem;
  width: 100%;
}
.flow__img img {
  width: 100%;
}

.step1 .flow__img {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .step1 .flow__img {
    max-width: 6.875rem;
    margin: 0.84375rem auto 0;
  }
}

.step2 .flow__img {
  margin-top: 6.5px;
  margin-top: 0.40625rem;
}
@media screen and (min-width: 768px) {
  .step2 .flow__img {
    max-width: 6.25rem;
    margin: 0.5625rem auto 0;
  }
}

.step3 .flow__img {
  margin-top: 12.5px;
  margin-top: 0.78125rem;
}
@media screen and (min-width: 768px) {
  .step3 .flow__img {
    max-width: 7.5rem;
    margin: 1.03125rem auto 0;
  }
}

.step4 .flow__img {
  margin-top: 4.2px;
  margin-top: 0.2625rem;
}
@media screen and (min-width: 768px) {
  .step4 .flow__img {
    max-width: 6.5625rem;
    margin: 1.03125rem auto 0;
  }
}

.flow__body {
  width: 57.5%;
  margin-left: 25px;
  margin-left: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .flow__body {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .step1 .flow__body {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .step2 .flow__body {
    margin-top: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .step3 .flow__body,
.step4 .flow__body {
    margin-top: 1.5625rem;
  }
}

.flow__top {
  color: #977d40;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44;
}
@media screen and (min-width: 768px) {
  .flow__top {
    font-size: 1.25rem;
    line-height: 1.6;
    text-align: center;
  }
}

.flow__info {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  margin-top: 9px;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .flow__info {
    line-height: 1.875;
    margin-top: 0.8125rem;
  }
}

.footer {
  background: #040000;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 27px;
  padding-bottom: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 4.375rem;
    padding-bottom: 1.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 33%;
  }
}

.footer__logo {
  max-width: 247px;
  max-width: 15.4375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.footer__logo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-left: 0;
    margin-right: 0;
  }
}

.footer__sns-wrap {
  max-width: 206px;
  max-width: 12.875rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-top: 1.5625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__sns-wrap {
    max-width: 12.875rem;
    margin-left: 1.875rem;
    margin-right: 0;
    margin-top: 0;
  }
}

.footer__sns a {
  display: block;
}

.footer__sns.line {
  max-width: 17.9px;
  max-width: 1.11875rem;
  width: 100%;
  height: 21px;
  height: 1.3125rem;
}

.footer__sns.twitter {
  max-width: 26.25px;
  max-width: 1.640625rem;
  width: 100%;
  height: 21px;
  height: 1.3125rem;
  margin-left: 25px;
  margin-left: 1.5625rem;
}

.footer__sns.instagram {
  max-width: 21px;
  max-width: 1.3125rem;
  width: 100%;
  height: 21px;
  height: 1.3125rem;
  margin-left: 25px;
  margin-left: 1.5625rem;
}

.footer__sns.facebook {
  max-width: 10.5px;
  max-width: 0.65625rem;
  width: 100%;
  height: 25px;
  height: 1.5625rem;
  margin-left: 25px;
  margin-left: 1.5625rem;
}

.footer__sns.tiktok {
  max-width: 18.33px;
  max-width: 1.145625rem;
  width: 100%;
  height: 25px;
  height: 1.5625rem;
  margin-left: 25px;
  margin-left: 1.5625rem;
}

.footer__sns.youtube {
  max-width: 25px;
  max-width: 1.5625rem;
  width: 100%;
  height: 17.58px;
  height: 1.09875rem;
  margin-left: 25px;
  margin-left: 1.5625rem;
}

.footer__sns a img {
  width: 100%;
}

.footer__contents {
  margin-top: 27px;
  margin-top: 1.6875rem;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin: 27px auto 0;
  margin: 1.6875rem auto 0;
}
@media screen and (min-width: 768px) {
  .footer__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 68.75rem;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1.875rem auto 0;
  }
}

@media screen and (min-width: 768px) {
  .footer__info-area {
    max-width: 29%;
    width: 100%;
  }
}

.footer__shop-name {
  position: relative;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
.footer__shop-name p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #d8ad49;
  line-height: 1.6;
}
.footer__shop-name p span {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}

.footer__shop-name::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #b5aa99;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer__address p {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .footer__address p {
    font-weight: 400;
    line-height: 1.5;
  }
}

.footer__info-list {
  margin-top: 14px;
  margin-top: 0.875rem;
}
.footer__info-list dt {
  max-width: 74px;
  max-width: 4.625rem;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625;
  color: #d8ad49;
}
@media screen and (min-width: 768px) {
  .footer__info-list dt {
    line-height: 1.875;
  }
}

.footer__info-list dd {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .footer__info-list dd {
    line-height: 1.5;
    letter-spacing: -0.04em;
  }
}

.footer__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .footer__info-list {
    position: relative;
    padding-bottom: 1.25rem;
  }
  .footer__info-list::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #b5aa99;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.footer__map-area {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__map-area {
    max-width: 68%;
    width: 100%;
  }
}

.iframe__wrap {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .iframe__wrap {
    padding-top: 46.666%;
    margin-top: 0;
    margin-left: 1.75rem;
  }
}
.iframe__wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.footer__copyright {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #B5AA99;
  line-height: 1.875;
  text-align: center;
  margin-top: 37px;
  margin-top: 2.3125rem;
}

.header {
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 99999;
}

.header__pc {
  height: 75px;
  height: 4.6875rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 37%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo-area {
  max-width: 18.4880239521vw;
  width: 100%;
  margin-right: 17px;
  margin-right: 1.0625rem;
}

.header__logo-area h1 {
  display: none;
}

.header__left-info {
  font-size: 0.8982035928vw;
  color: #aaaaaa;
  font-weight: 400;
  white-space: nowrap;
}

.header__tel-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.28;
  font-weight: 400;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  width: 63%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__right-infowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 14px;
  margin-right: 0.875rem;
}

.header__right-info {
  font-size: 0.748502994vw;
  line-height: 1.4;
  font-weight: 400;
  margin-left: 5px;
  margin-left: 0.3125rem;
  white-space: nowrap;
}

.header__btn {
  max-width: 180px;
  max-width: 11.25rem;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__btn:not(:first-child) {
  margin-left: 5px;
  margin-left: 0.3125rem;
}

.header__btn img {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  margin-right: 6px;
  margin-right: 0.375rem;
}

.header__btn .header__line-btn img {
  width: 19px;
  width: 1.1875rem;
  height: 22px;
  height: 1.375rem;
  margin-right: 0;
}
.header__btn .header__line-btn .header__line-textwrap {
  text-align: center;
}
.header__btn .header__line-btn .header__line-textwrap img {
  width: 103px;
  width: 6.4375rem;
  height: 17px;
  height: 1.0625rem;
}
.header__btn .header__line-btn .header__line-textwrap p {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1;
}

.header__line-btn {
  color: #fff;
  background: #06C755;
  max-width: 180px;
  max-width: 11.25rem;
  width: 100%;
  height: 56px;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1.75rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
}

.header__web-btn {
  color: #fff;
  background: #fd8b7b;
  max-width: 180px;
  max-width: 11.25rem;
  width: 100%;
  height: 56px;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.header__access-btn {
  background: #f9f4f0;
  color: #977d40;
  border: 1px solid #b5aa99;
  max-width: 180px;
  max-width: 11.25rem;
  width: 100%;
  height: 56px;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header__access-btn:hover {
  opacity: 0.8;
}

.header__bottom {
  width: 100%;
  height: 30px;
  height: 1.875rem;
  background: #d8ad49;
  text-align: center;
}

.header__bottom p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  line-height: 30px;
  line-height: 1.875rem;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.js-fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1.5s, -webkit-transform 3s;
  transition: opacity 1.5s, -webkit-transform 3s;
  transition: opacity 1.5s, transform 3s;
  transition: opacity 1.5s, transform 3s, -webkit-transform 3s;
}

.js-fade.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.js-modal__open {
  cursor: pointer;
}

.js-modal__close {
  cursor: pointer;
}

.machine {
  padding-bottom: 33px;
  padding-bottom: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .machine {
    padding-bottom: 9.375rem;
  }
}

.machine__bg-area {
  background: url(../img/sp/sp_bg3-gentlemax.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .machine__bg-area {
    background: url(../img/pc/gentlemax-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .machine__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.machine__text-area {
  max-width: 565px;
  max-width: 35.3125rem;
  width: 100%;
  margin: 0 auto;
}

.machine__top {
  max-width: 461px;
  max-width: 28.8125rem;
  width: 100%;
  margin: 0 auto;
}
.machine__top p {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.636;
  font-weight: 400;
  color: #977D40;
}
@media screen and (min-width: 768px) {
  .machine__top p {
    font-size: 1.875rem;
    line-height: 1.733;
  }
}

.machine__tab {
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
  height: 35px;
  height: 2.1875rem;
  margin-top: 13px;
  margin-top: 0.8125rem;
}
.machine__tab img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .machine__tab {
    margin-top: 2.8125rem;
  }
}

.machine__lists {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .machine__lists {
    margin-top: 1.5625rem;
  }
}

.machine__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.machine__list:not(:first-child) {
  margin-top: 14.5px;
  margin-top: 0.90625rem;
}

.machine__head {
  max-width: 30px;
  max-width: 1.875rem;
  width: 100%;
  height: 30px;
  height: 1.875rem;
}
@media screen and (min-width: 768px) {
  .machine__head {
    max-width: 2.25rem;
    width: 100%;
    height: 2.25rem;
  }
}

.machine__body {
  width: 83.6%;
  margin-left: 25px;
  margin-left: 1.5625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .machine__body {
    margin-left: 1.875rem;
  }
}

.machine__body::before {
  content: "";
  position: absolute;
  width: 1px;
  width: 0.0625rem;
  height: 100%;
  left: -15px;
  left: -0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #75ADC3;
}

.machine__point {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.44;
}
@media screen and (min-width: 768px) {
  .machine__point {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.machine__info {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  margin-top: 9px;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .machine__info {
    line-height: 1.875;
    margin-top: 0.8125rem;
  }
}

.machine__img {
  max-width: 200px;
  max-width: 12.5rem;
  width: 100%;
  margin: 14.5px auto 0;
  margin: 0.90625rem auto 0;
}
@media screen and (min-width: 768px) {
  .machine__img {
    max-width: 25rem;
    width: 100%;
    margin: 0 0 0 2.1875rem;
  }
}
.machine__img img {
  width: 100%;
}

.machine__btn {
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .machine__btn {
    margin: 3.75rem auto 0;
  }
}

.message {
  margin: 50px auto 44px;
  margin: 3.125rem auto 2.75rem;
}
@media screen and (min-width: 768px) {
  .message {
    margin: 5.625rem auto 5rem;
  }
}

.message__contents {
  max-width: 335px;
  max-width: 20.9375rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .message__contents {
    max-width: 48.125rem;
    width: 100%;
    text-align: center;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .message__contents::before,
.message__contents::after {
    content: "";
    width: 0.9375rem;
    height: 100%;
    position: absolute;
  }
}

@media screen and (min-width: 768px) {
  .message__contents::before {
    border-left: solid 1px #D8AD49;
    border-top: solid 1px #D8AD49;
    border-bottom: solid 1px #D8AD49;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .message__contents::after {
    border-right: solid 1px #D8AD49;
    border-top: solid 1px #D8AD49;
    border-bottom: solid 1px #D8AD49;
    top: 0;
    right: 0;
  }
}

.message__contents p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #977D40;
  line-height: 2.1;
  letter-spacing: 0.54px;
}
@media screen and (min-width: 768px) {
  .message__contents p {
    font-size: 1.25rem;
    line-height: 3;
    letter-spacing: 0.6px;
  }
}

.modal {
  position: fixed;
  background: rgba(4, 0, 0, .8);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  z-index: 999999;
}
@media screen and (min-width: 768px) {
  .modal {
    padding: 6.5625rem 8.3125rem 5.9375rem;
  }
}

.modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal__contents {
  width: 100%;
  height: 91%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .modal__contents {
    max-width: 68.75rem;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.modal__body {
  background: #fff;
  padding: 20px 20px 14px;
  padding: 1.25rem 1.25rem 0.875rem;
}
@media screen and (min-width: 768px) {
  .modal__body {
    padding: 1.25rem 1.25rem 1.25rem 1.625rem;
    max-width: 36.4%;
    width: 100%;
  }
}

.modal__close {
  max-width: 25px;
  max-width: 1.5625rem;
  width: 100%;
  height: 25px;
  height: 1.5625rem;
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .modal__close {
    max-width: 1.875rem;
    width: 100%;
    height: 1.875rem;
  }
}

.modal__shop-name {
  position: relative;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
}
.modal__shop-name p {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  color: #977D40;
  line-height: 1.6;
}
.modal__shop-name p span {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .modal__shop-name {
    padding-bottom: 0.9375rem;
  }
  .modal__shop-name p {
    font-size: 1.875rem;
    line-height: 1.73;
  }
}

.modal__shop-name::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #b5aa99;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.modal__address {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.modal__address p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .modal__address p {
    line-height: 1.5;
  }
}

.modal__info-list {
  margin-top: 17px;
  margin-top: 1.0625rem;
}
.modal__info-list dt {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625;
  color: #977D40;
}
@media screen and (min-width: 768px) {
  .modal__info-list {
    margin-top: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal__info-list dt {
    max-width: 4.625rem;
    width: 100%;
    line-height: 1.875;
  }
}

.modal__info-list dd {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .modal__info-list dd {
    line-height: 1.5;
    letter-spacing: -0.04em;
  }
}

@media screen and (min-width: 768px) {
  .modal__info {
    position: relative;
    padding-bottom: 1.25rem;
  }
  .modal__info::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #b5aa99;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.modal__map-wrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .modal__map-wrap {
    max-width: 63.6%;
    width: 100%;
  }
}

.modal__map {
  width: 100%;
  padding-top: 74.626%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .modal__map {
    padding-top: 71.428%;
  }
}
.modal__map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mv {
  padding-top: 90px;
  padding-top: 5.625rem;
  overflow: hidden;
}/*　追記overflow: hidden;*/
@media screen and (min-width: 768px) {
  .mv {
    padding-top: 6.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .mv__pc-bgarea {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(88.46%, transparent), to(#fff)), url(../img/pc/fv-img.png);
    background: linear-gradient(to bottom, transparent 0%, transparent 88.46%, #fff 100%), url(../img/pc/fv-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 0 center;
  }
}

.mv__sp-bgarea {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(78.46%, transparent), to(#fff)), url(../img/sp/sp_fv.png);
  background: linear-gradient(to bottom, transparent 0%, transparent 78.46%, #fff 100%), url(../img/sp/sp_fv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 0 center;
}
@media screen and (min-width: 768px) {
  .mv__sp-bgarea {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
    margin: auto;
  }
}

.mv__lead {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #d8ad49;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  margin-left: 6%;
}
.mv__lead span {
  color: #040000;
}

.mv__lead .u-desktop {
  padding-top: 20px;
  padding-top: 1.25rem;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(22%, rgba(255, 255, 255, .7019607843)), to(#ffffff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7019607843) 22%, #ffffff 100%) 0% 0% no-repeat padding-box;
  height: 430px;
  height: 26.875rem;
}

.mv__lead .u-mobile.first {
  padding-top: 7px;
  padding-top: 0.4375rem;
  height: 274px;
  height: 17.125rem;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(22%, rgba(255, 255, 255, .7019607843)), to(#ffffff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7019607843) 22%, #ffffff 100%) 0% 0% no-repeat padding-box;
}

.mv__lead .u-mobile.secound {
  padding-top: 7px;
  padding-top: 0.4375rem;
  height: 158px;
  height: 9.875rem;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(22%, rgba(255, 255, 255, .7019607843)), to(#ffffff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7019607843) 22%, #ffffff 100%) 0% 0% no-repeat padding-box;
  margin-right: 6px;
  margin-right: 0.375rem;
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (min-width: 768px) {
  .mv__text-wrap {
    margin-top: 10%;
  }
}

.mv__logo-area {
  max-width: 89%;
  width: 100%;
  margin: 24px auto 0;
  margin: 1.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .mv__logo-area {
    max-width: 31.875rem;
    margin-top: 0.25rem;
  }
}
.mv__logo-area img {
  width: 100%;
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.mv__logo-top {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5em;
}
@media screen and (min-width: 768px) {
  .mv__logo-top {
    font-size: 1.125rem;
    text-align: left;
    letter-spacing: 0.4em;
  }
}

.mv__logo-bottom {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .mv__inner {
    margin-top: -9.375rem;
    padding-bottom: 4rem;
  }
}

.mv__chance {
  max-width: 375px;
  max-width: 23.4375rem;
  width: 100%;
  margin: 24px auto 0;
  margin: 1.5rem auto 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .mv__chance {
    /*margin: 1.5rem 0 0;*/
    margin: 2.5rem 0 0;
  }
}

.mv__chance p::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2px;
  width: 0.125rem;
  height: 70%;
  bottom: 0;
  left: 0;
  background: #B5AA99;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

.mv__chance p::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2px;
  width: 0.125rem;
  height: 70%;
  bottom: 0;
  right: 0;
  background: #B5AA99;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.mv__chance p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .mv__chance p {
    font-size: 1.25rem;
    letter-spacing: 0.15em;
    padding: 0 1.6875rem;
  }
}
.mv__chance p span {
  font-size: 24px;
  font-size: 1.5rem;
  color: #d8ad49;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv__chance p span {
    font-size: 2.25rem;
  }
}
.mv__chance p span::before {
  content: "";
  position: absolute;
  background: url(../img/pc/accent.png) no-repeat center center/contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -8px;
  top: -0.5rem;
  width: 42px;
  width: 2.625rem;
  height: 16px;
  height: 1rem;
}
@media screen and (min-width: 768px) {
  .mv__chance p span::before {
    width: 3.75rem;
    height: 1.375rem;
  }
}

.mv__campaign-area {
  max-width: 375px;
  max-width: 23.4375rem;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .1019607843);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, .1019607843);
  margin: 8px auto 0;
  margin: 0.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .mv__campaign-area {
    max-width: 31.375rem;
    width: 100%;
    margin: 0.5rem 0 0;
  }
}

.mv__campaign-term {
  margin-top: 7px;
  margin-top: 0.4375rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  max-width: 375px;
  max-width: 23.4375rem;
  width: 100%;
  margin: 7px auto 0;
  margin: 0.4375rem auto 0;
}
@media screen and (min-width: 768px) {
  .mv__campaign-term {
    font-size: 1rem;
    max-width: 31.375rem;
    width: 100%;
    margin: 0.4375rem 0 0;
  }
}

.mv__cercle-wrap {
  /*width: 90px;
  width: 5.625rem;
  height: 90px;
  height: 5.625rem;
  position: absolute;
  right: -3%;
  top: -20%;*/
  width: 132px;
  width: 8.25rem;
  height: 132px;
  height: 8.25rem;
  position: absolute;
  right: -1.875rem;
  top: -3.9375rem;
}
@media screen and (min-width: 768px) {
  .mv__cercle-wrap {
    /*width: 7.875rem;
    height: 7.875rem;
    right: -10%;
    top: -10%;*/
    width: 11.875rem;
    height: 11.875rem;
    right: -10%;
    top: -5.4375rem;
  }
}

.plan__tab {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .plan__tab {
    margin-top: 3.125rem;
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}

.reason {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(96%, transparent), to(#fff)), -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(96%, transparent), to(#fff)), #f9f4f0;
  background: linear-gradient(to bottom, transparent 0%, transparent 96%, #fff 100%), linear-gradient(to top, transparent 0%, transparent 96%, #fff 100%), #f9f4f0;
  padding: 82px 0 100px;
  padding: 5.125rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .reason {
    padding: 9.375rem 0 11.75rem;
  }
}

.reason__title.section__title {
  color: #fd8b7b;
}

.reason__subtitle.section__subtitle {
  white-space: nowrap;
}

.reason__subtitle.section__subtitle span img {
  max-width: 30px;
  max-width: 1.875rem;
  width: 100%;
  height: 33px;
  height: 2.0625rem;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .reason__subtitle.section__subtitle span img {
    max-width: 2.5rem;
    width: 100%;
    height: 2.875rem;
    vertical-align: bottom;
  }
}

.reason__contents {
  margin: 26px auto 0;
  margin: 1.625rem auto 0;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reason__contents {
    margin: 3.375rem auto 0;
    max-width: 68.75rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.reason__card {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reason__card {
    max-width: calc(25% - 1.40625rem);
    width: 100%;
  }
}

.reason__card:not(:first-child) {
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .reason__card:not(:first-child) {
    margin-top: 0;
    margin-left: 1.875rem;
  }
}

.reason__card-img {
  max-width: 235px;
  max-width: 14.6875rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.reason__card-img img {
  width: 100%;
}

.reason__card:nth-child(1) .reason__card-img::before {
  content: "";
  position: absolute;
  background: url(../img/pc/reason1.png) no-repeat center center/contain;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  top: 0;
  left: 0;
}

.reason__card:nth-child(2) .reason__card-img::before {
  content: "";
  position: absolute;
  background: url(../img/pc/reason2.png) no-repeat center center/contain;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  top: 0;
  left: 0;
}

.reason__card:nth-child(3) .reason__card-img::before {
  content: "";
  position: absolute;
  background: url(../img/pc/reason3.png) no-repeat center center/contain;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  top: 0;
  left: 0;
}

.reason__card:nth-child(4) .reason__card-img::before {
  content: "";
  position: absolute;
  background: url(../img/pc/reason4.png) no-repeat center center/contain;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  top: 0;
  left: 0;
}

.reason__card-lead {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.77;
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
  color: #977D40;
}

.reason__card-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.section__title-area {
  text-align: center;
}

.section__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 0.875;
  color: #D8AD49;
}
@media screen and (min-width: 768px) {
  .section__title {
    font-size: 3.5rem;
    line-height: 0.625;
  }
}

.section__subtitle {
  font-size: 16px;
  font-size: 1rem;
  line-height: 3;
  position: relative;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding: 0 12px;
  padding: 0 0.75rem;
  display: inline-block;
  color: #977D40;
}
@media screen and (min-width: 768px) {
  .section__subtitle {
    font-size: 1.625rem;
    line-height: 1.85;
    margin-top: 1.6875rem;
    padding: 0 1.25rem;
  }
}

.section__subtitle::before,
.section__subtitle::after {
  content: "";
  width: 7px;
  width: 0.4375rem;
  height: 100%;
  position: absolute;
}

.section__subtitle::before {
  border-left: solid 1px #b5aa99;
  border-top: solid 1px #b5aa99;
  border-bottom: solid 1px #b5aa99;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .section__subtitle::before {
    border-left: solid 1px #b5aa99;
    border-top: solid 1px #b5aa99;
    border-bottom: solid 1px #b5aa99;
    top: 0;
    left: 0;
  }
}

.section__subtitle::after {
  border-right: solid 1px #b5aa99;
  border-top: solid 1px #b5aa99;
  border-bottom: solid 1px #b5aa99;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .section__subtitle::after {
    border-right: solid 1px #b5aa99;
    border-top: solid 1px #b5aa99;
    border-bottom: solid 1px #b5aa99;
    top: 0;
    right: 0;
  }
}

.section__lead {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .section__lead {
    margin-top: 3.125rem;
  }
}

.section__lead p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.96px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section__lead p {
    line-height: 2.625;
  }
}

.sp-nav {
  height: 60px;
  height: 3.75rem;
  width: 100%;
}

.sp-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sp-nav__left {
  max-width: 52%;
  width: 100%;
}

.sp-nav__left a {
  display: block;
}
.sp-nav__left a img {
  max-width: 172px;
  max-width: 10.75rem;
  width: 100%;
  margin-left: 10px;
  margin-left: 0.625rem;
}

.sp-nav__left h1 {
  display: none;
}

.sp-nav__right {
  max-width: 48%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  text-align: center;
}

.sp-nav__btn {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  width: 33.333%;
  height: 60px;
  height: 3.75rem;
  cursor: pointer;
}
.sp-nav__btn img {
  margin: auto;
}

.sp-nav__btn.line a {
  display: block;
  background: #06C755;
  height: inherit;
  padding-top: 9px;
  padding-top: 0.5625rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
}
.sp-nav__btn.line img {
  width: 21px;
  width: 1.3125rem;
  height: 24.7px;
  height: 1.54375rem;
  margin-bottom: 4.6px;
  margin-bottom: 0.2875rem;
}
.sp-nav__btn.line p {
  color: #fff;
}

.sp-nav__btn.reserve a {
  display: block;
  background: #fd8b7b;
  height: inherit;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
}
.sp-nav__btn.reserve img {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
.sp-nav__btn.reserve p {
  color: #fff;
}

.sp-nav__btn.access .sp-nav__modal {
  display: block;
  background: #f9f4f0;
  height: inherit;
  padding-top: 9px;
  padding-top: 0.5625rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
}
.sp-nav__btn.access img {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
}
.sp-nav__btn.access p {
  color: #977d40;
}

.strength {
  padding-top: 46px;
  padding-top: 2.875rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .strength {
    padding-top: 3.5rem;
    padding-bottom: 7.25rem;
  }
}

.strength__title.section__title {
  color: #75ADC3;
}

.strength__contents {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .strength__contents {
    margin-top: 3.5rem;
  }
}

.tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .tab__list {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.tab__menu {
  padding: 14px 24px 10px;
  padding: 0.875rem 1.5rem 0.625rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .tab__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.0625rem 0.625rem 0.75rem;
  }
}

.tab__menu--women {
  background: #f9f4f0;
  border: 2px solid #977d40;
  border-bottom: 2px solid #f9f4f0;
  max-width: 44vw;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 0.9375rem 0.9375rem 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .tab__menu--women {
    max-width: 49%;
  }
}

.tab__menu--men {
  background: #040000;
  border: 2px solid #977d40;
  border-bottom: 2px solid #040000;
  max-width: 44vw;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 0.9375rem 0.9375rem 0 0;
  position: relative;
  margin-left: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .tab__menu--men {
    max-width: 49%;
    margin-left: 0;
  }
}

.tab__menu-point {
  position: relative;
  display: inline-block;
}

.tab__menu-point p {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .tab__menu-point p {
    font-size: 0.875rem;
  }
}

.tab__menu--women .tab__menu-point p {
  color: #fd8b7b;
}

.tab__menu--men .tab__menu-point p {
  color: #fff;
}

.tab__menu-point ::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1px;
  height: 90%;
  bottom: 0;
  left: -1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .tab__menu-point ::before {
    left: -0.748502994vw;
  }
}

.tab__menu-point ::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1px;
  height: 90%;
  bottom: 0;
  right: -1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .tab__menu-point ::after {
    right: -0.748502994vw;
  }
}

.tab__menu--women .tab__menu-point ::before,
.tab__menu--women .tab__menu-point ::after {
  background: #fd8b7b;
}

.tab__menu--men .tab__menu-point ::before,
.tab__menu--men .tab__menu-point ::after {
  background: #fff;
}

.tab__menu-point ::before {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

.tab__menu-point ::after {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.tab__menu-for {
  color: #d8ad49;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .tab__menu-for {
    font-size: 1.875rem;
    line-height: 1.16;
    margin-left: 1.5rem;
  }
}

.tab__menu--women .tab__menu-gender {
  color: #977d40;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .tab__menu--women .tab__menu-gender {
    font-size: 1rem;
    margin-left: 1.5rem;
  }
}

.tab__menu--men .tab__menu-gender {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .tab__menu--men .tab__menu-gender {
    font-size: 1rem;
    margin-left: 1.25rem;
  }
}

.tab__contents {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tab__contents {
    max-width: 1150px;
  }
}

.tab__content.women {
  background: #f9f4f0;
  border-top: 2px solid #977d40;
  border-bottom: 2px solid #977d40;
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .tab__content.women {
    padding-bottom: 4.625rem;
    border: 2px solid #977d40;
  }
}

.tab__content.men {
  background: #040000;
  border-top: 2px solid #977d40;
  border-bottom: 2px solid #977d40;
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .tab__content.men {
    padding-bottom: 4.625rem;
    border: 2px solid #977d40;
  }
}

.tab__content.women {
  position: relative;
}

.tab__content.women::before {
  content: "";
  position: absolute;
  left: 22px;
  left: 1.375rem;
  top: -4px;
  top: -0.25rem;
  width: 42.9333333333vw;
  height: 10px;
  height: 0.625rem;
  background: #f9f4f0;
}
@media screen and (min-width: 768px) {
  .tab__content.women::before {
    content: "";
    position: absolute;
    left: 0;
    top: -0.25rem;
    width: 48.8%;
    height: 0.625rem;
    background: #f9f4f0;
  }
}

.tab__content.women::after {
  content: "";
  position: absolute;
  left: 22px;
  left: 1.375rem;
  bottom: -4px;
  bottom: -0.25rem;
  width: 42.9333333333vw;
  height: 10px;
  height: 0.625rem;
  background: #f9f4f0;
}
@media screen and (min-width: 768px) {
  .tab__content.women::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.25rem;
    width: 48.8%;
    height: 0.625rem;
    background: #f9f4f0;
  }
}

.tab__content.men {
  position: relative;
}

.tab__content.men::before {
  content: "";
  position: absolute;
  right: 22px;
  right: 1.375rem;
  top: -4px;
  top: -0.25rem;
  width: 42.9333333333vw;
  height: 10px;
  height: 0.625rem;
  background: #040000;
}
@media screen and (min-width: 768px) {
  .tab__content.men::before {
    content: "";
    position: absolute;
    right: 0;
    top: -0.25rem;
    width: 48.8%;
    height: 0.625rem;
    background: #040000;
  }
}

.tab__content.men::after {
  content: "";
  position: absolute;
  right: 22px;
  right: 1.375rem;
  bottom: -4px;
  bottom: -0.25rem;
  width: 42.9333333333vw;
  height: 10px;
  height: 0.625rem;
  background: #040000;
}
@media screen and (min-width: 768px) {
  .tab__content.men::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -0.25rem;
    width: 48.8%;
    height: 0.625rem;
    background: #040000;
  }
}

.tab__head {
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .tab__head {
    margin-top: 3.75rem;
  }
}

.tab__title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .tab__title {
    font-size: 1.875rem;
    line-height: 1.7;
  }
}

.women .tab__title {
  color: #977d40;
}

.men .tab__title {
  color: #fff;
}

.women .tab__text,
.women .tab__bottom {
  color: #040000;
  width: 89%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .women .tab__text,
.women .tab__bottom {
    max-width: 56.25rem;
    width: 100%;
    text-align: center;
  }
}

.women .tab__text {
  margin-top: 21px;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .women .tab__text {
    margin-top: 1.5625rem;
  }
}

.women .tab__bottom {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .women .tab__bottom {
    margin-top: 2.5rem;
  }
}

.men .tab__text,
.men .tab__bottom {
  color: #fff;
  max-width: 600px;
  max-width: 37.5rem;
  width: 89%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .men .tab__text,
.men .tab__bottom {
    max-width: 56.25rem;
    width: 100%;
    text-align: center;
  }
}

.men .tab__text {
  margin-top: 21px;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .men .tab__text {
    margin-top: 1.5625rem;
  }
}

.men .tab__bottom {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .men .tab__bottom {
    margin-top: 2.5rem;
  }
}

.tab__cards {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .tab__cards {
    margin-top: 2.125rem;
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.tab__cards--men {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .tab__cards--men {
    margin-top: 2.125rem;
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
}

.tab__card {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1019607843);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, .1019607843);
}
@media screen and (min-width: 768px) {
  .tab__card {
    max-width: calc(50% - 0.3125rem);
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .tab__card--men {
    max-width: 45%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.tab__card:not(:first-child) {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .tab__card:not(:first-child) {
    margin-top: 0;
  }
}

.tab__card--men:not(:first-child) {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .tab__card--men:not(:first-child) {
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .tab__card + .tab__card {
    margin-left: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .tab__card:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .tab__card:nth-child(n+3) {
    margin-top: 1.25rem;
  }
}

.tab__card.last-card,
.tab__card--men.last-card {
  margin-top: 20px;
  margin-top: 1.25rem;
  position: relative;
}

.tab__card.last-card::before {
  position: absolute;
  content: "";
  /*top: -3%;
  right: -2.8%;*/
  top: -10%;
  right: -2%;
  background: url(../img/sp/sp_plan-tag-women.png) no-repeat center center/contain;
  width: 34.1333333333vw;
  height: 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .tab__card.last-card::before {
    position: absolute;
    content: "";
    top: -5%;
    right: -2%;
    background: url(../img/pc/plan-tag-women.png) no-repeat center center/contain;
    width: 12.8125rem;
    height: 4.1875rem;
  }
}

.tab__card--men.last-card::before {
  position: absolute;
  content: "";
  /*top: -3%;
  right: -2.8%;*/
  top: -10%;
  right: -2%;
  background: url(../img/sp/sp_plan-tag-men.png) no-repeat center center/contain;
  width: 34.1333333333vw;
  height: 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .tab__card--men.last-card::before {
    position: absolute;
    content: "";
    top: -5%;
    right: -2%;
    background: url(../img/pc/plan6-tag-men.png) no-repeat center center/contain;
    width: 12.8125rem;
    height: 4.1875rem;
  }
}

.tab__list-bottom .tab__menu--women {
  background: #f9f4f0;
  border: 2px solid #977d40;
  border-top: 2px solid #f9f4f0;
  max-width: 44vw;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 0 0 0.9375rem 0.9375rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .tab__list-bottom .tab__menu--women {
    max-width: 49%;
    margin-left: 0;
  }
}

.tab__list-bottom .tab__menu--men {
  background: #040000;
  border: 2px solid #977d40;
  border-top: 2px solid #040000;
  max-width: 44vw;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 0 0 0.9375rem 0.9375rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .tab__list-bottom .tab__menu--men {
    max-width: 49%;
    margin-left: 0;
  }
}

.table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  .table {
    max-width: 1150px;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}

.table__lists {
  min-width: 600px;
  min-width: 37.5rem;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  .table__lists {
    max-width: 1150px;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin: 0 auto;
    overflow-x: hidden;
  }
}

thead tr th {
  max-width: 132px;
  max-width: 8.25rem;
  width: 100%;
  padding: 14px;
  padding: 0.875rem;
}
thead tr th:nth-child(1) {
  max-width: 80px;
  max-width: 5rem;
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  thead tr th {
    max-width: 18.75rem;
    width: 100%;
    padding: 0.875rem;
  }
  thead tr th:nth-child(1) {
    max-width: 12.1875rem;
    width: 100%;
  }
}

tbody tr th {
  max-width: 80px;
  max-width: 5rem;
  width: 100%;
  border-bottom: 1px solid #b5aa99;
}
@media screen and (min-width: 768px) {
  tbody tr th {
    max-width: 12.1875rem;
    width: 100%;
  }
}

tbody tr td {
  padding: 10px 10px 6px;
  padding: 0.625rem 0.625rem 0.375rem;
  border-bottom: 1px solid #b5aa99;
  background: #fff;
}
@media screen and (min-width: 768px) {
  tbody tr td {
    padding: 0.875rem 1.25rem 0.625rem;
  }
}

.table__title-gold {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.142;
  font-weight: 500;
  color: #fff;
  background: #d8ad49;
}
@media screen and (min-width: 768px) {
  .table__title-gold {
    font-size: 1rem;
    line-height: 1.562;
  }
}

.table__gold-wrap {
  border: 3px solid #d8ad49;
  border-top: 0px solid #d8ad49;
  border-bottom: 0px solid #d8ad49;
  position: sticky;
  left: 139px;
  left: 8.6875rem;
}

.table__title-brown {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.142;
  font-weight: 500;
  color: #fff;
  background: #b5aa99;
}
@media screen and (min-width: 768px) {
  .table__title-brown {
    font-size: 1rem;
    line-height: 1.562;
  }
}

.table__title {
  background: #f9f4f0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.23;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .table__title {
    font-size: 1rem;
    line-height: 2.625;
  }
}
.table__title .small {
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .table__title .small {
    font-size: 0.8125rem;
  }
}

.table td {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.285;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .table td {
    font-size: 1rem;
    line-height: 1.5;
    white-space: nowrap;
  }
}

.table td .blue {
  color: #75adc3;
}

.table__tab {
  max-width: 112px;
  max-width: 7rem;
  width: 100%;
  height: 23px;
  height: 1.4375rem;
  margin: 4px auto 0;
  margin: 0.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .table__tab {
    max-width: 8.875rem;
    width: 100%;
    height: 1.9375rem;
  }
}

.table__tab--brown {
  max-width: 96px;
  max-width: 6rem;
  width: 100%;
  height: 23px;
  height: 1.4375rem;
  margin: 4px auto 0;
  margin: 0.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .table__tab--brown {
    max-width: 6.25rem;
    width: 100%;
    height: 1.9375rem;
  }
}

.table__number img {
  max-width: 112px;
  max-width: 7rem;
  width: 100%;
  height: 47px;
  height: 2.9375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .table__number img {
    max-width: 8.125rem;
    width: 100%;
    height: 1.875rem;
  }
}
.table__number p.small {
  color: #888888;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2.4;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .table__number p.small {
    font-size: 0.75rem;
    line-height: 2;
  }
}

.table__price img {
  max-width: 90px;
  max-width: 5.625rem;
  width: 100%;
  height: 26px;
  height: 1.625rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .table__price img {
    max-width: 7.375rem;
    width: 100%;
    height: 2.25rem;
  }
}

.table__star img {
  max-width: 100px;
  max-width: 6.25rem;
  width: 100%;
  height: 15px;
  height: 0.9375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .table__star img {
    max-width: 7.5rem;
    width: 100%;
    height: 1.1875rem;
  }
}

._sticky {
  position: sticky;
  left: 0;
}

._sticky2,
colgroup {
  position: sticky;
  left: 76px;
  left: 4.75rem;
}

._sticky:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #b5aa99;
}

._sticky2:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-left: 4px solid #d8ad49;
  border-right: 4px solid #d8ad49;
  border-bottom: 1px solid #b5aa99;
}

._sticky2.table__last-td:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-bottom: 6px solid #d8ad49;
}

.table__swipe-wrap img {
  max-width: 96px;
  max-width: 6rem;
  width: 100%;
  height: 16px;
  height: 1rem;
  margin: 15px 0 0 auto;
  margin: 0.9375rem 0 0 auto;
}

/*追記*/
.campaign__line-wrap {
  margin-bottom: .5rem;
}
@media screen and (min-width: 768px) {
  .campaign__line-wrap {
    margin-top: 4rem;
    margin-bottom: 64px;
  }
}
/*# sourceMappingURL=styles.css.map */
