@charset "UTF-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 */
/* 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]) {
  -webkit-text-decoration-skip: ink;
          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]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input[type=checkbox],
input[type=radio] {
  display: none;
}

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=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

/*
★Ryo Display PlusN M
font-family: "ryo-display-plusn", serif;
font-weight: 500;
font-style: normal;

★hiragino w3
font-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 300;
font-style: normal;

★Goldenbook Regular
font-family: "goldenbook", serif;
font-weight: 400;
font-style: normal;

★Goldenbook Bold
font-family: "goldenbook", serif;
font-weight: 600;
font-style: normal;


*/
body {
  font-family: "ryo-display-plusn", serif;
  font-weight: 500;
  font-style: normal;
}

.en {
  font-family: "goldenbook", serif;
  font-weight: 400;
  font-style: normal;
}

.ja {
  font-family: "ryo-display-plusn", serif;
  font-weight: 500;
  font-style: normal;
}

.ja_2 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

h1, h2, h3, h3, h4 {
  font-weight: 500;
}

html body .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  html body .sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  html body .pc {
    display: none;
  }
}

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

/* aタグ設定 */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

html {
  overflow-x: hidden;
}

body {
  background-color: #150601;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 2;
  overflow-x: hidden;
}

/*-----------------------
アニメーション
-------------------------*/
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*-----------------------
ホバー
-------------------------*/
a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}

/*-----------------------
共通部分
-------------------------*/
.outer {
  max-width: 101.25rem;
  margin-left: auto;
  margin-right: auto;
}

.inner {
  width: 1450px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 1.0625rem;
    width: 100%;
  }
}

.section__ttl {
  max-width: 101.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.section__ttl.only-ja-ttl {
  max-width: 84.375rem;
}
.section__ttl__en {
  font-size: 9.5rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  opacity: 0.15;
  white-space: nowrap;
  font-family: "goldenbook", serif;
}
@media screen and (max-width: 767px) {
  .section__ttl__en {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 767px) {
  .section__ttl__en.about {
    font-size: 3.5rem;
  }
}
.section__ttl__en + .section__ttl__ja {
  margin-top: -5.625rem;
}
@media screen and (max-width: 767px) {
  .section__ttl__en + .section__ttl__ja {
    font-size: 1.375rem;
    margin-top: -2.4375rem;
  }
}
.section__ttl__ja {
  font-size: 1.75rem;
  opacity: 1;
  width: 100%;
  max-width: 93.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.1875rem;
     -moz-column-gap: 1.1875rem;
          column-gap: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .section__ttl__ja {
    font-size: 1rem;
    padding-left: 1.0625rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
}
.section__ttl__ja::before {
  content: "";
  height: 0.0625rem;
  width: 4.75rem;
  background-color: #fff;
  opacity: 0.38;
}
@media screen and (max-width: 767px) {
  .section__ttl__ja::before {
    width: 1.75rem;
  }
}

.page__introduction__wrap {
  background-size: 112%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: url(../images/about/section-about__introduction__wrap.jpg);
}
@media screen and (max-width: 767px) {
  .page__introduction__wrap {
    background-size: cover;
    background-position: 57% bottom;
  }
}
.page__introduction__outer {
  padding-bottom: 14.625rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 5, 0, 0)), color-stop(34.31%, rgba(20, 5, 0, 0.33)), color-stop(69.88%, rgba(20, 5, 0, 0.85)), color-stop(87.72%, rgba(20, 5, 0, 0.91)), to(#140500));
  background: linear-gradient(rgba(20, 5, 0, 0) 0%, rgba(20, 5, 0, 0.33) 34.31%, rgba(20, 5, 0, 0.85) 69.88%, rgba(20, 5, 0, 0.91) 87.72%, #140500 100%);
}
@media screen and (max-width: 767px) {
  .page__introduction__outer {
    margin-top: 12.6875rem;
    padding-top: 8.75rem;
    padding-bottom: 2.1875rem;
  }
}
.page__introduction__ttl {
  margin-top: -3.125rem;
}
.page__introduction__ttl__en {
  overflow: hidden;
  margin-left: -1.25rem;
  font-size: 9.5rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  opacity: 0.1;
  padding-top: 12.5rem;
  font-family: "goldenbook", serif;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .page__introduction__ttl__en {
    font-size: 4.375rem;
    margin-left: -0.3125rem;
    padding-top: 0rem;
  }
}
.page__introduction__ttl__ja {
  margin-top: -5.3125rem;
  font-size: 2.125rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  max-width: 84.375rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .page__introduction__ttl__ja {
    margin-top: -2.8125rem;
    font-size: 1.375rem;
    padding-left: 1.0625rem;
    padding-right: 1.0625rem;
  }
}

/*-----------------------
header
-------------------------*/
.header {
  background-color: transparent;
  padding-top: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .header {
    padding-top: 1.125rem;
  }
}
.header__inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  width: 100%;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 1.0625rem;
    padding-right: 1.0625rem;
  }
}
.header__logo {
  padding-top: 0.625rem;
  width: 12.0375rem;
}
@media screen and (max-width: 767px) {
  .header__logo {
    padding-top: 0;
    width: 6.266875rem;
  }
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
.header__nav ul a {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #707070;
  padding-top: 1.25rem;
  font-size: max(1.125rem, 14px);
}
.header__nav ul a:hover {
  color: #fff;
}
.header__nav ul a.active {
  color: #fff;
  position: relative;
}
.header__nav ul a.active::before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #B9A951;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__hamburger-menu {
  display: block;
  position: relative;
  z-index: 200;
}
.header__hamburger-menu span {
  width: 2.25rem;
  height: 1px;
  background-color: #fff;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 9999px;
}
.header__hamburger-menu span + span {
  margin-top: 0.375rem;
}
.header__hamburger-menu.show span:first-child {
  -webkit-transform: translateY(6px) rotate(-20deg);
          transform: translateY(6px) rotate(-20deg);
}
.header__hamburger-menu.show span:nth-child(2) {
  opacity: 0;
}
.header__hamburger-menu.show span:last-child {
  -webkit-transform: translateY(-8px) rotate(20deg);
          transform: translateY(-8px) rotate(20deg);
}
.header__offcanvas {
  background-color: #100603;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20% 10%;
  width: 80%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  right: -80%;
  overflow-y: auto;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease;
}
.header__offcanvas.show {
  right: 0;
}
.header__offcanvas__link li + li {
  margin-top: 1.25rem;
}
.header__offcanvas__link a {
  font-size: 1rem;
  display: block;
}

/*-----------------------
footer
-------------------------*/
.footer {
  padding-top: 8.125rem;
  padding-bottom: 8.125rem;
  background: #100603;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 4.75rem;
    padding-bottom: 5rem;
  }
}
.footer__content {
  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: 767px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__logo {
  width: 11.8125rem;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 8.3125rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__address {
  margin-top: 2.125rem;
  font-style: normal;
  font-size: max(0.9375rem, 11px);
  letter-spacing: 0.155em;
  line-height: 2.33;
}
@media screen and (max-width: 767px) {
  .footer__address {
    margin-top: 1.5625rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.44;
  }
}
.footer__nav {
  margin-top: 2.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.5625rem;
     -moz-column-gap: 4.5625rem;
          column-gap: 4.5625rem;
}
.footer__nav li + li {
  margin-top: 1.25rem;
}
.footer__nav a {
  font-size: max(0.9375rem, 11px);
  line-height: 1;
  letter-spacing: 0.155;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
}
.footer__nav a:hover::before {
  width: 3.125rem;
  margin-left: -1.25rem;
}
.footer__nav a::before {
  content: "";
  width: 1.875rem;
  height: 0.0625rem;
  background-color: rgba(255, 255, 255, 0.56);
  opacity: 0.56;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__right {
  padding-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .footer__right {
    margin-top: 2.1875rem;
    padding-top: 0;
  }
}
.footer__right__btn {
  display: block;
  border: 0.0375rem dotted rgba(255, 255, 255, 0.4);
  padding: 0.3125rem;
  max-width: 100%;
  width: 26.25rem;
  border-radius: 2.25rem;
  height: 5.0625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .footer__right__btn {
    margin-left: auto;
    margin-right: auto;
    border: none;
    padding: 0;
    height: 3.625rem;
  }
}
.footer__right__btn:hover .footer__right__btn__inner::before {
  -webkit-animation: shine 1.3s;
          animation: shine 1.3s;
}
.footer__right__btn__inner {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.125rem;
  font-size: max(0.875rem, 11px);
  border-radius: 2.25rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0.025rem solid #454545;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .footer__right__btn__inner {
    font-size: 1rem;
    padding: 0.8125rem;
  }
}
.footer__right__btn__inner::before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
.footer__copyright {
  margin-top: -1em;
  display: block;
  text-align: right;
  font-family: "goldenbook", serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 3.125rem;
    font-size: 0.75rem;
  }
}

/*-----------------------
topページ共通ボタン
-------------------------*/
.section-top__btn {
  margin-left: auto;
  font-family: "goldenbook", serif;
  font-size: 1.625rem;
  font-weight: 600;
  display: block;
  max-width: 10.75rem;
  padding-right: 2.8125rem;
  border-bottom: 0.025rem solid rgba(255, 255, 255, 0.4);
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .section-top__btn {
    font-size: 1.3125rem;
    max-width: 8.71875rem;
    padding-right: 2.34375rem;
  }
}
.section-top__btn::after {
  content: "";
  background-image: url(../images/common/ico-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .section-top__btn::after {
    width: 1.51875rem;
    height: 1.51875rem;
  }
}
.section-top__btn:hover {
  opacity: 0.7;
}
.section-top__btn:hover::after {
  right: -0.3125rem;
}

/*-----------------------
section-top__introduction
-------------------------*/
.section-top__introduction__wrap {
  background-image: url(../images/top/section-top__introduction.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.section-top__introduction__outer {
  margin-top: 10.0625rem;
  padding-top: 16.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 5, 0, 0)), color-stop(34.31%, rgba(20, 5, 0, 0.33)), color-stop(69.88%, rgba(20, 5, 0, 0.85)), color-stop(87.72%, rgba(20, 5, 0, 0.91)), to(#140500));
  background: linear-gradient(rgba(20, 5, 0, 0) 0%, rgba(20, 5, 0, 0.33) 34.31%, rgba(20, 5, 0, 0.85) 69.88%, rgba(20, 5, 0, 0.91) 87.72%, #140500 100%);
}
@media screen and (max-width: 767px) {
  .section-top__introduction__outer {
    margin-top: 13.9375rem;
    padding-top: 12.1875rem;
  }
}
.section-top__introduction__ttl {
  display: inline-block;
}
.section-top__introduction__ttl .sub-ttl {
  font-size: 3.1875rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .section-top__introduction__ttl .sub-ttl {
    font-size: 1.375rem;
  }
}
.section-top__introduction__ttl .char-wrap {
  margin-top: 2.5rem;
  padding-bottom: 2.625rem;
  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;
  -webkit-column-gap: 1.9375rem;
     -moz-column-gap: 1.9375rem;
          column-gap: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .section-top__introduction__ttl .char-wrap {
    margin-top: 1.5625rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
.section-top__introduction__ttl .char-wrap::before {
  content: "";
  opacity: 0.5;
  background-color: #fff;
  height: 0.0625rem;
  width: 16.21875rem;
}
@media screen and (max-width: 767px) {
  .section-top__introduction__ttl .char-wrap::before {
    width: 4.13125rem;
  }
}
.section-top__introduction__ttl .char-wrap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-top__introduction__ttl .char-wrap__inner .circle {
  width: 9.125rem;
  height: 9.125rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0.025rem solid rgba(185, 169, 81, 0.25);
  font-size: 3.8125rem;
  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;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-top__introduction__ttl .char-wrap__inner .circle {
    width: 5.76875rem;
    height: 5.76875rem;
    font-size: 2.25rem;
  }
}
.section-top__introduction__ttl .char-wrap__inner .circle + .circle {
  margin-left: -0.9375rem;
}
@media screen and (max-width: 767px) {
  .section-top__introduction__ttl .char-wrap__inner .circle + .circle {
    margin-left: -0.625rem;
  }
}
.section-top__introduction__ttl .char-wrap__inner .circle::after {
  font-family: "goldenbook", serif;
  font-weight: 300;
  font-size: 1.5625rem;
  letter-spacing: 0.02em;
  position: absolute;
  bottom: -2.625rem;
  line-height: 1.52;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .section-top__introduction__ttl .char-wrap__inner .circle::after {
    font-size: 0.9375rem;
    bottom: -1.75rem;
  }
}
.section-top__introduction__ttl .char-wrap__inner .circle.syu::after {
  content: "syu";
}
.section-top__introduction__ttl .char-wrap__inner .circle.ha::after {
  content: "ha";
}
.section-top__introduction__ttl .char-wrap__inner .circle.ri::after {
  content: "ri";
}
.section-top__introduction__inner-02 {
  margin-top: 2.25rem;
}
.section-top__introduction__txt {
  margin-left: auto;
  max-width: 48rem;
  font-size: 1.25rem;
  line-height: 3.1;
}
@media screen and (max-width: 767px) {
  .section-top__introduction__txt {
    margin-left: 0;
    font-size: 0.875rem;
    line-height: 2;
  }
}
.section-top__introduction .section-top__btn {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .section-top__introduction .section-top__btn {
    margin-top: 1.90625rem;
  }
}

/*-----------------------
section-top__about
-------------------------*/
@media screen and (max-width: 767px) {
  .section-top__about {
    margin-top: 4.0625rem;
  }
}
.section-top__about__wrap-01 {
  padding-bottom: 23.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-top__about__wrap-01 {
    padding-bottom: 31.25rem;
  }
}
.section-top__about__wrap-01::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 5, 0, 0)), color-stop(33%, rgba(20, 5, 0, 0.33)), color-stop(56.65%, rgba(20, 5, 0, 0.85)), color-stop(73.4%, rgba(20, 5, 0, 0.91)), to(#140500));
  background: linear-gradient(rgba(20, 5, 0, 0) 0%, rgba(20, 5, 0, 0.33) 33%, rgba(20, 5, 0, 0.85) 56.65%, rgba(20, 5, 0, 0.91) 73.4%, #140500 100%);
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
}
.section-top__about__ttl {
  z-index: 5;
}
.section-top__about__txt {
  margin-top: -7.5rem;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 3.1;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .section-top__about__txt {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: -2.1875rem;
  }
}
.section-top__about__wrap-02 {
  position: relative;
  padding-top: 5.3125rem;
  margin-top: -25rem;
  padding-bottom: 26.25rem;
}
@media screen and (max-width: 767px) {
  .section-top__about__wrap-02 {
    padding-top: 4.6875rem;
    margin-top: -32.0625rem;
    padding-bottom: 13.4375rem;
  }
}
.section-top__about__wrap-02::before {
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/top/section-top__about__wrap.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: color-burn;
}
.section-top__about__list {
  counter-reset: number 0;
  max-width: calc(1290px + 3.75rem);
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.875rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .section-top__about__list {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-top__about__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .section-top__about__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-top__about__list__item:nth-child(2n+1) {
  max-width: 48.625rem;
  margin-left: 15.24%;
}
@media screen and (max-width: 767px) {
  .section-top__about__list__item:nth-child(2n+1) {
    margin-left: 0;
  }
}
.section-top__about__list__item:nth-child(2n) {
  max-width: 40.3125rem;
  margin-left: 44.4%;
}
@media screen and (max-width: 767px) {
  .section-top__about__list__item:nth-child(2n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-top__about__list__item.item-01 .section-top__about__list__item__content {
    margin-top: -9.9375rem;
  }
}
.section-top__about__list__item.item-02 {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .section-top__about__list__item.item-02 {
    margin-top: 3.625rem;
  }
}
@media screen and (max-width: 767px) {
  .section-top__about__list__item.item-02 .section-top__about__list__item__img {
    margin-left: auto;
  }
}
.section-top__about__list__item.item-02 .section-top__about__list__item__content {
  margin-top: 13.875rem;
}
@media screen and (max-width: 767px) {
  .section-top__about__list__item.item-02 .section-top__about__list__item__content {
    margin-top: -10.25rem;
  }
}
.section-top__about__list__item.item-03 {
  margin-left: 8.55%;
  margin-top: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .section-top__about__list__item.item-03 {
    margin-left: 0;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .section-top__about__list__item.item-03 .section-top__about__list__item__img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .section-top__about__list__item.item-03 .section-top__about__list__item__content {
    margin-top: -10rem;
  }
}
.section-top__about__list__item.item-04 {
  max-width: 42.5rem;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .section-top__about__list__item.item-04 {
    margin-top: 4rem;
  }
}
.section-top__about__list__item.item-05 {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .section-top__about__list__item.item-05 {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .section-top__about__list__item.item-05 .section-top__about__list__item__img {
    margin-left: auto;
  }
}
.section-top__about__list__item__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 19.085625rem;
  aspect-ratio: 305.37/468.08;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-top__about__list__item__img {
    max-width: 10.774375rem;
  }
}
.section-top__about__list__item__img img {
  width: 100%;
  height: 100%;
}
.section-top__about__list__item__img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1D120E;
  opacity: 0.3;
}
.section-top__about__list__item__content {
  z-index: 3;
  margin-top: 11.625rem;
  margin-left: -2.375rem;
}
@media screen and (max-width: 767px) {
  .section-top__about__list__item__content {
    margin-top: -10.25rem;
    margin-left: 0;
    padding-left: 1.0625rem;
    padding-right: 1.0625rem;
  }
}
.section-top__about__list__item__content::before {
  display: block;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-size: 5.625rem;
  letter-spacing: 0;
  line-height: 1;
  font-family: "goldenbook", serif;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .section-top__about__list__item__content::before {
    font-size: 3.75rem;
  }
}
.section-top__about__list__item__content__ttl {
  margin-top: 2.3125rem;
  font-size: 2rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .section-top__about__list__item__content__ttl {
    margin-top: 0.8125rem;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .section-top__about__list__item__content__ttl .small {
    font-size: 0.875rem;
  }
}
.section-top__about__list__item__content__txt {
  margin-top: 1.5625rem;
  font-size: max(0.875rem, 11px);
  line-height: 2.14;
}
@media screen and (max-width: 767px) {
  .section-top__about__list__item__content__txt {
    font-size: 0.75rem;
    line-height: 2;
  }
}
.section-top__about + .section__howtouse {
  margin-top: -16.75rem;
}
@media screen and (max-width: 767px) {
  .section-top__about + .section__howtouse {
    margin-top: -9.375rem;
  }
}
.section-top__about + .section__howtouse .section__ttl, .section-top__about + .section__howtouse .section-top__btn {
  position: relative;
  z-index: 10;
}
.section-top__about + .section__howtouse .section__howtouse__wrap {
  position: relative;
}
.section-top__about + .section__howtouse .section__howtouse__wrap::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 5, 0, 0)), color-stop(15.93%, rgba(20, 5, 0, 0.33)), color-stop(41.52%, rgba(20, 5, 0, 0.85)), color-stop(59.49%, rgba(20, 5, 0, 0.91)), to(#140500));
  background: linear-gradient(rgba(20, 5, 0, 0) 0%, rgba(20, 5, 0, 0.33) 15.93%, rgba(20, 5, 0, 0.85) 41.52%, rgba(20, 5, 0, 0.91) 59.49%, #140500 100%);
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
}

/*-----------------------
section-about__introduction
-------------------------*/
.section-about__introduction__outer {
  margin-top: -4.1875rem;
  padding-bottom: 9.8125rem;
}
@media screen and (max-width: 767px) {
  .section-about__introduction__outer {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.section-about__introduction__content__left {
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-about__introduction__content__left.content-01 {
    margin-top: 1.125rem;
  }
}
.section-about__introduction__content__left.content-01 figure {
  padding-top: 4.1875rem;
  max-width: 40.125rem;
}
@media screen and (max-width: 767px) {
  .section-about__introduction__content__left.content-01 figure {
    padding-top: 0;
    width: 17.25rem;
    max-width: 73.4%;
  }
}
.section-about__introduction__content__left.content-01 .section-about__introduction__content__detail {
  margin-top: -29.8125rem;
  padding-bottom: 13.75rem;
}
@media screen and (max-width: 767px) {
  .section-about__introduction__content__left.content-01 .section-about__introduction__content__detail {
    margin-top: -7.425rem;
    padding-bottom: 0;
  }
}
.section-about__introduction__content__left.content-03 {
  margin-top: -12.5rem;
}
@media screen and (max-width: 767px) {
  .section-about__introduction__content__left.content-03 {
    margin-top: 1.6875rem;
  }
}
.section-about__introduction__content__left.content-03 .section-about__introduction__content__left__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .section-about__introduction__content__left.content-03 .section-about__introduction__content__left__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
  .section-about__introduction__content__left.content-03 .section-about__introduction__content__left__inner .section-about__introduction__content__detail {
    padding-left: 1.0625rem;
  }
}
.section-about__introduction__content__left.content-03 figure {
  max-width: 18.0625rem;
}
@media screen and (max-width: 767px) {
  .section-about__introduction__content__left.content-03 figure {
    width: 12.375rem;
    max-width: 52.8%;
  }
}
.section-about__introduction__content__left.content-03 .section-about__introduction__content__detail {
  margin-top: 5.9375rem;
  margin-left: -8.625rem;
}
@media screen and (max-width: 767px) {
  .section-about__introduction__content__left.content-03 .section-about__introduction__content__detail {
    margin-top: -18.75rem;
    margin-left: 0;
  }
}
.section-about__introduction__content__right {
  margin-left: auto;
  margin-top: -10rem;
}
@media screen and (max-width: 767px) {
  .section-about__introduction__content__right {
    margin-top: 1.6875rem;
  }
}
.section-about__introduction__content__right figure {
  max-width: 31.3125rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .section-about__introduction__content__right figure {
    width: 13.625rem;
    max-width: 58.1%;
  }
}
.section-about__introduction__content__right .section-about__introduction__content__detail {
  max-width: 48.4375rem;
  margin-top: -36.4375rem;
  margin-left: auto;
  font-size: max(1rem, 11px);
  padding-top: 5rem;
  padding-bottom: 14.625rem;
}
@media screen and (max-width: 767px) {
  .section-about__introduction__content__right .section-about__introduction__content__detail {
    margin-top: -14rem;
    font-size: 0.875rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.section-about__introduction__content__detail {
  font-size: 1.25rem;
  line-height: 3.1;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-about__introduction__content__detail {
    font-size: 0.875rem;
    line-height: 2;
  }
}
.section-about__introduction__content__detail__list {
  font-size: max(1rem, 11px);
}
@media screen and (max-width: 767px) {
  .section-about__introduction__content__detail__list {
    font-size: 0.75rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
.section-about__introduction__content__detail__list li {
  margin-left: 1.625rem;
}
.section-about__introduction__content__detail__list li::before {
  content: "";
  display: inline-block;
  width: 0.6875rem;
  height: 0.6875rem;
  margin-left: -1.625rem;
  margin-right: 0.9375rem;
  border-radius: 100%;
  background-color: rgba(185, 169, 81, 0.7);
}

/*-----------------------
section-about__process
-------------------------*/
.section-about__process {
  padding-bottom: 10.5625rem;
}
@media screen and (max-width: 767px) {
  .section-about__process {
    margin-top: 1.875rem;
    padding-bottom: 2.5625rem;
  }
}
.section-about__process__list {
  margin-top: 9.9375rem;
}
@media screen and (max-width: 767px) {
  .section-about__process__list {
    margin-top: 1.125rem;
  }
}
.section-about__process__list__item__content {
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-about__process__list__item__content {
    padding-top: 2.1875rem;
    padding-left: 1.0625rem;
    padding-right: 1.0625rem;
    width: 100%;
  }
}
.section-about__process__list__item__content::before {
  content: "";
  width: 100%;
  height: 0.0625rem;
  opacity: 0.7;
  background-image: -webkit-gradient(linear, left top, right top, from(#B9A951), color-stop(0.125rem, #B9A951), color-stop(0.1875rem, transparent), color-stop(0.3125rem, transparent));
  background-image: linear-gradient(to right, #B9A951, #B9A951 0.125rem, transparent 0.1875rem, transparent 0.3125rem);
  background-size: 0.3125rem 0.0625rem;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .section-about__process__list__item__content::before {
    width: calc(100% - 2.125rem);
    margin-left: 1.0625rem;
    margin-right: 1.0625rem;
  }
}
.section-about__process__list__item__content__ttl {
  font-size: 2rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .section-about__process__list__item__content__ttl {
    font-size: 1.375rem;
  }
}
.section-about__process__list__item__content__txt {
  margin-top: 3.75rem;
  font-size: max(0.9375rem, 11px);
}
@media screen and (max-width: 767px) {
  .section-about__process__list__item__content__txt {
    margin-top: 1.25rem;
    font-size: 0.75rem;
  }
}
.section-about__process__list__item__content__txt p + p {
  margin-top: 1em;
}
.section-about__process__list__item.item-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .section-about__process__list__item.item-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-right: 0;
  }
}
.section-about__process__list__item.item-01 .img-01 {
  max-width: 27.5rem;
  margin-right: 8.5625rem;
}
@media screen and (max-width: 767px) {
  .section-about__process__list__item.item-01 .img-01 {
    width: 16.875rem;
    max-width: 72%;
    margin-top: 1.125rem;
    margin-right: auto;
  }
}
.section-about__process__list__item.item-01 .img-02 {
  max-width: 18.0625rem;
  margin-left: -10.3125rem;
  margin-top: -17.875rem;
}
@media screen and (max-width: 767px) {
  .section-about__process__list__item.item-01 .img-02 {
    margin-left: auto;
    margin-top: 0;
    width: 13.5rem;
    max-width: 57.6%;
  }
}
.section-about__process__list__item.item-01 .section-about__process__list__item__content {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .section-about__process__list__item.item-01 .section-about__process__list__item__content {
    margin-top: -17.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .section-about__process__list__item.item-01 .section-about__process__list__item__content {
    padding-top: 4.6875rem;
    padding-left: 1.4375rem;
    padding-right: 2.375rem;
  }
}
.section-about__process__list__item.item-02 {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .section-about__process__list__item.item-02 {
    margin-top: -17.1875rem;
  }
}
.section-about__process__list__item.item-02 .section-about__process__list__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section-about__process__list__item.item-02 .section-about__process__list__item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
.section-about__process__list__item.item-02 .section-about__process__list__item__img {
  margin-left: -5.9375rem;
  max-width: 40.25rem;
}
@media screen and (max-width: 767px) {
  .section-about__process__list__item.item-02 .section-about__process__list__item__img {
    margin-top: 1.75rem;
    margin-left: auto;
    width: 13.5rem;
    max-width: 57.6%;
  }
}
.section-about__process__list__item.item-02 .section-about__process__list__item__content {
  margin-top: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .section-about__process__list__item.item-02 .section-about__process__list__item__content {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .section-about__process__list__item.item-02 .section-about__process__list__item__content {
    padding-top: 5.3125rem;
    padding-right: 2.375rem;
  }
}
.section-about__process__list__item.item-03 {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .section-about__process__list__item.item-03 {
    margin-top: -7.75rem;
  }
}
.section-about__process__list__item.item-03 .section-about__process__list__item__inner {
  max-width: 93.75rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .section-about__process__list__item.item-03 .section-about__process__list__item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }
}
.section-about__process__list__item.item-03 .section-about__process__list__item__img {
  max-width: 33.5625rem;
}
@media screen and (max-width: 767px) {
  .section-about__process__list__item.item-03 .section-about__process__list__item__img {
    margin-top: -10.4375rem;
    width: 11.71875rem;
    max-width: 50%;
  }
}
.section-about__process__list__item.item-03 .section-about__process__list__item__content {
  margin-top: 11.875rem;
  margin-left: -3.6875rem;
}
@media screen and (max-width: 767px) {
  .section-about__process__list__item.item-03 .section-about__process__list__item__content {
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .section-about__process__list__item.item-03 .section-about__process__list__item__content {
    padding-top: 5.9375rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/*-----------------------
section-how-to-use__introduction
-------------------------*/
.section-how-to-use__introduction {
  padding-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .section-how-to-use__introduction {
    padding-bottom: 3.75rem;
  }
}
.section-how-to-use__introduction .section__ttl {
  margin-top: -3.4375rem;
}
@media screen and (max-width: 767px) {
  .section-how-to-use__introduction .section__ttl {
    margin-top: -0.5rem;
  }
}
.section-how-to-use__introduction__inner {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .section-how-to-use__introduction__inner {
    margin-top: 0.9375rem;
  }
}
.section-how-to-use__introduction__txt {
  font-size: max(1rem, 12px);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .section-how-to-use__introduction__txt {
    font-size: 12px;
  }
}
.section-how-to-use__introduction__list {
  counter-reset: number 0;
  margin-top: 6.5rem;
  max-width: 59rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .section-how-to-use__introduction__list {
    margin-top: 0.9375rem;
  }
}
.section-how-to-use__introduction__list__item {
  max-width: 24.5625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-how-to-use__introduction__list__item {
    max-width: 100%;
    padding-top: 1.5625rem;
    padding-bottom: 5.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .section-how-to-use__introduction__list__item__inner {
    max-width: 16.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-how-to-use__introduction__list__item__inner::before {
  display: block;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-size: 5rem;
  letter-spacing: 0;
  font-family: "goldenbook", serif;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  opacity: 0.5;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .section-how-to-use__introduction__list__item__inner::before {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 768px) {
  .section-how-to-use__introduction__list__item:nth-child(2n+1) {
    padding-top: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .section-how-to-use__introduction__list__item:nth-child(2n+1) .section-how-to-use__introduction__list__item__inner::before {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .section-how-to-use__introduction__list__item:nth-child(2n+1)::after {
    right: -78%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: -0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .section-how-to-use__introduction__list__item:nth-child(2n+1) .section-how-to-use__introduction__list__item__ttl {
    text-align: right;
  }
}
.section-how-to-use__introduction__list__item:nth-child(2n) {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .section-how-to-use__introduction__list__item:nth-child(2n)::after {
    left: -100%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .section-how-to-use__introduction__list__item:first-child::after {
    bottom: -0.625rem;
    -webkit-transform: rotate(-47deg);
            transform: rotate(-47deg);
  }
}
@media screen and (min-width: 768px) {
  .section-how-to-use__introduction__list__item:nth-child(2) {
    padding-bottom: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .section-how-to-use__introduction__list__item:nth-child(2)::after {
    width: 34.75rem;
    -webkit-transform: rotate(47deg);
            transform: rotate(47deg);
    bottom: -1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .section-how-to-use__introduction__list__item:nth-child(3) {
    padding-right: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .section-how-to-use__introduction__list__item:nth-child(3)::after {
    bottom: 0.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .section-how-to-use__introduction__list__item:nth-child(4) {
    margin-top: -1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .section-how-to-use__introduction__list__item:nth-child(4)::after {
    -webkit-transform: rotate(47deg);
            transform: rotate(47deg);
    bottom: -4.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .section-how-to-use__introduction__list__item:nth-child(5) {
    padding-top: 4.375rem;
    padding-bottom: 2.5rem;
    padding-right: 3.125rem;
  }
}
@media screen and (min-width: 768px) {
  .section-how-to-use__introduction__list__item:nth-child(5)::after {
    right: -78%;
    bottom: 0.625rem;
    -webkit-transform: rotate(-43deg);
            transform: rotate(-43deg);
  }
}
@media screen and (min-width: 768px) {
  .section-how-to-use__introduction__list__item:nth-child(6) {
    margin-top: -2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .section-how-to-use__introduction__list__item:nth-child(6)::after {
    display: none;
  }
}
.section-how-to-use__introduction__list__item::after {
  content: "";
  display: block;
  height: 0.025rem;
  width: 33.8125rem;
  opacity: 0.7;
  background-image: -webkit-gradient(linear, left top, right top, from(#B9A951), color-stop(0.125rem, #B9A951), color-stop(0.1875rem, transparent), color-stop(0.3125rem, transparent));
  background-image: linear-gradient(to right, #B9A951, #B9A951 0.125rem, transparent 0.1875rem, transparent 0.3125rem);
  background-size: 0.3125rem 0.125rem;
  background-repeat: repeat-x;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .section-how-to-use__introduction__list__item::after {
    width: 102%;
    right: 0;
    left: 0;
    bottom: 2.5rem;
    rotate: -15deg;
  }
}
.section-how-to-use__introduction__list__item__ttl {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .section-how-to-use__introduction__list__item__ttl {
    font-size: 1.375rem;
  }
}
.section-how-to-use__introduction__list__item__txt {
  font-size: max(0.875rem, 11px);
  line-height: 2.14;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .section-how-to-use__introduction__list__item__txt {
    font-size: 0.75rem;
    line-height: 2;
    margin-top: 0.625rem;
  }
}

/*-----------------------
section-how-to-use__facility
-------------------------*/
.section-how-to-use__facility {
  padding-bottom: 10.9375rem;
}
@media screen and (max-width: 767px) {
  .section-how-to-use__facility {
    padding-bottom: 2.8125rem;
  }
}
.section-how-to-use__facility__img {
  margin-top: 5.625rem;
  max-width: 48.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .section-how-to-use__facility__img {
    margin-top: 2.25rem;
  }
}
.section-how-to-use__facility__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6.25rem 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 6.25rem;
     -moz-column-gap: 6.25rem;
          column-gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .section-how-to-use__facility__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.section-how-to-use__facility__list.list-01 {
  row-gap: 4.375rem;
  margin-top: 7.6875rem;
}
@media screen and (max-width: 767px) {
  .section-how-to-use__facility__list.list-01 {
    row-gap: 3.9375rem;
    margin-top: 4.75rem;
  }
}
.section-how-to-use__facility__list.list-02 {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .section-how-to-use__facility__list.list-02 {
    margin-top: 4.0625rem;
  }
}
.section-how-to-use__facility__list.list-02 .section-how-to-use__facility__list__item {
  height: 13.1875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 4.0625rem;
  padding-bottom: 3.125rem;
  position: relative;
}
.section-how-to-use__facility__list.list-02 .section-how-to-use__facility__list__item::before, .section-how-to-use__facility__list.list-02 .section-how-to-use__facility__list__item:nth-child(3)::after, .section-how-to-use__facility__list.list-02 .section-how-to-use__facility__list__item:last-child::after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  opacity: 0.7;
  background-image: -webkit-gradient(linear, left top, right top, from(#B9A951), color-stop(0.125rem, #B9A951), color-stop(0.1875rem, transparent), color-stop(0.3125rem, transparent));
  background-image: linear-gradient(to right, #B9A951, #B9A951 0.125rem, transparent 0.1875rem, transparent 0.3125rem);
  background-size: 0.3125rem 0.0625rem;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
}
.section-how-to-use__facility__list.list-02 .section-how-to-use__facility__list__item::before {
  top: 0;
}
@media screen and (max-width: 767px) {
  .section-how-to-use__facility__list.list-02 .section-how-to-use__facility__list__item:nth-child(3)::after {
    display: none;
  }
}
.section-how-to-use__facility__list.list-02 .section-how-to-use__facility__list__item:nth-child(3)::after, .section-how-to-use__facility__list.list-02 .section-how-to-use__facility__list__item:last-child::after {
  bottom: 0;
}
.section-how-to-use__facility__list__item__img {
  margin-bottom: 1.5rem;
}
.section-how-to-use__facility__list__item__ttl {
  font-size: max(1.25rem, 13px);
  font-weight: 600;
  line-height: 1.6;
}
.section-how-to-use__facility__list__item__txt {
  font-size: max(0.875rem, 11px);
  line-height: 2.14;
  margin-top: 0.625rem;
}

/*-----------------------
.section__howtouse 途中までtopページと共通
-------------------------*/
.section__howtouse__wrap {
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .section__howtouse__wrap {
    padding-bottom: 1.875rem;
  }
}
.section__howtouse__outer {
  position: relative;
}
.section__howtouse__list__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 31.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .section__howtouse__list__item {
    height: 25.3125rem;
  }
}
.section__howtouse__list__item.item-01 {
  background-image: url(../images/how-to-use/section__howtouse__list__item-01.png);
  background-position: 45%;
}
.section__howtouse__list__item.item-02 {
  background-image: url(../images/how-to-use/section__howtouse__list__item-02.png);
  background-position: 96%;
}
.section__howtouse__list__item.item-03 {
  background-image: url(../images/how-to-use/section__howtouse__list__item-03.png);
  background-position: 38%;
}
.section__howtouse__list__item.item-04 {
  background-image: url(../images/how-to-use/section__howtouse__list__item-04.png);
}
.section__howtouse__list__item.item-04::before {
  opacity: 0.8;
}
.section__howtouse__list__item.item-04 .section__howtouse__list__item__content__txt {
  margin-top: 2.8125rem;
}
.section__howtouse__list__item.item-04 .section__howtouse__list__item__inner {
  position: relative;
}
.section__howtouse__list__item.item-04 .section__howtouse__list__item__inner .section__howtouse__btn {
  position: absolute;
  right: 1.875rem;
  bottom: -7.5rem;
  display: block;
  margin-left: auto;
  border-radius: 50%;
  width: 8.8125rem;
  height: 8.8125rem;
  padding: 0.4375rem;
  border: 0.0375rem dotted rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
  .section__howtouse__list__item.item-04 .section__howtouse__list__item__inner .section__howtouse__btn {
    display: none;
  }
}
.section__howtouse__list__item.item-04 .section__howtouse__list__item__inner .section__howtouse__btn__inner {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 0.025rem solid rgba(185, 169, 81, 0.45);
  background-color: rgba(255, 255, 255, 0.1);
  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;
  font-size: 1.1875rem;
  letter-spacing: 0;
  font-weight: 600;
}
.section__howtouse__list__item.item-05 {
  background-image: url(../images/how-to-use/section__howtouse__list__item-05.png);
}
.section__howtouse__list__item.item-06 {
  background-image: url(../images/how-to-use/section__howtouse__list__item-06.png);
}
.section__howtouse__list__item.item-07 {
  background-image: url(../images/how-to-use/section__howtouse__list__item-07.png);
}
.section__howtouse__list__item.item-08 {
  background-image: url(../images/how-to-use/section__howtouse__list__item-08.png);
}
.section__howtouse__list__item.item-08::before {
  opacity: 0.8;
}
.section__howtouse__list__item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 18, 14, 0.4)), color-stop(58.16%, rgba(29, 18, 14, 0.5)), to(#1d120e));
  background: linear-gradient(rgba(29, 18, 14, 0.4) 0%, rgba(29, 18, 14, 0.5) 58.16%, #1d120e 100%);
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
}
.section__howtouse__list__item__inner {
  position: relative;
  z-index: 3;
}
.section__howtouse__list__item__content {
  margin-left: auto;
  max-width: 30.625rem;
}
@media screen and (max-width: 767px) {
  .section__howtouse__list__item__content {
    margin-right: auto;
    max-width: 100%;
  }
}
.section__howtouse__list__item__content__ttl {
  font-size: 2.625rem;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  .section__howtouse__list__item__content__ttl {
    font-size: 1.625rem;
  }
}
.section__howtouse__list__item__content__txt {
  margin-top: 2.75rem;
  font-size: max(1rem, 11px);
}
@media screen and (max-width: 767px) {
  .section__howtouse__list__item__content__txt {
    margin-top: 1.25rem;
    font-size: 0.75rem;
  }
}

.section-how-to-use__howtouse__inner {
  padding-top: 6.75rem;
  margin-bottom: 6rem;
}
.section-how-to-use__howtouse__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10.375rem;
     -moz-column-gap: 10.375rem;
          column-gap: 10.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-how-to-use__howtouse__links__btn {
  display: block;
  width: 13.375rem;
  height: 13.375rem;
  border-radius: 100%;
  border: 0.0375rem dotted rgba(255, 255, 255, 0.4);
  padding: 0.6875rem;
}
.section-how-to-use__howtouse__links__btn.price .section-how-to-use__howtouse__links__btn__inner {
  padding-top: 1.75rem;
  padding-bottom: 1.5rem;
}
.section-how-to-use__howtouse__links__btn__inner {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.7em;
  line-height: 1.87;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.1875rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0.025rem solid rgba(185, 169, 81, 0.45);
  position: relative;
  overflow: hidden;
}
.section-how-to-use__howtouse__links__btn__inner::after {
  content: "";
  display: block;
  height: 1.875rem;
  width: 1.875rem;
  background-image: url(../images/common/ico-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.section-how-to-use__howtouse__links__btn__inner::before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
.section-how-to-use__howtouse__links__btn:hover .section-how-to-use__howtouse__links__btn__inner::before {
  -webkit-animation: shine 0.9s;
          animation: shine 0.9s;
}

/*-----------------------
section-price__introduction
-------------------------*/
.section-price__introduction {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .section-price__introduction {
    padding-bottom: 3.5625rem;
  }
}
.section-price__introduction .section__ttl {
  margin-top: -9.375rem;
}
@media screen and (max-width: 767px) {
  .section-price__introduction .section__ttl {
    margin-top: -0.5rem;
  }
}
.section-price__introduction__txt {
  font-size: 1rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .section-price__introduction__txt {
    font-size: 0.75rem;
    margin-top: 0.625rem;
  }
}
.section-price__introduction__list {
  margin-top: 5.5rem;
  max-width: 58.25rem;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.75rem 1fr 0.75rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .section-price__introduction__list {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-price__introduction__list {
    margin-top: 2.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
  }
}
.section-price__introduction__list__item {
  text-align: center;
  padding: 3.875rem 1.875rem;
  height: 15.1875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-price__introduction__list__item {
    padding: 3.875rem 10px;
  }
}
@media screen and (max-width: 767px) {
  .section-price__introduction__list__item {
    height: 9.4375rem;
    padding: 2.1875rem 1.875rem;
  }
}
.section-price__introduction__list__item:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  border: 0.0625rem solid #707070;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
}
.section-price__introduction__list__item__price {
  font-size: max(0.875rem, 12px);
  line-height: 1;
  padding-bottom: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-price__introduction__list__item__price {
    font-size: 0.6875rem;
    padding-bottom: 0.9125rem;
  }
}
.section-price__introduction__list__item__price span {
  margin-right: 0.15em;
  font-family: "goldenbook", serif;
  font-size: 2rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .section-price__introduction__list__item__price span {
    font-size: 1.4375rem;
  }
}
.section-price__introduction__list__item__price::after {
  content: "";
  width: 1.375rem;
  height: 0.0625rem;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-price__introduction__list__item__time {
  margin-top: 1.8125rem;
  font-size: max(0.875rem, 11px);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .section-price__introduction__list__item__time {
    margin-top: 1.0625rem;
    font-size: 0.75rem;
    white-space: normal;
  }
}
.section-price__introduction__list__item__time span {
  font-size: max(1rem, 13px);
}
@media screen and (max-width: 767px) {
  .section-price__introduction__list__item__time span {
    font-size: 0.75rem;
  }
}
.section-price__introduction__notes {
  margin-top: 3.75rem;
  text-align: right;
  font-size: max(0.875rem, 11px);
  max-width: 58.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .section-price__introduction__notes {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-price__introduction__notes {
    max-width: 100%;
    margin-top: 2.1875rem;
    font-size: 0.75rem;
    text-align: left;
  }
}

/*-----------------------
section-price__option
-------------------------*/
.section-price__option {
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .section-price__option {
    padding-bottom: 4.0625rem;
  }
}
.section-price__option__list {
  margin-top: 5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6.5625rem 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 6.5625rem;
     -moz-column-gap: 6.5625rem;
          column-gap: 6.5625rem;
  max-width: 58.125rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .section-price__option__list {
    margin-top: 2.1875rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.section-price__option__list__item {
  position: relative;
  padding-top: 3.8125rem;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .section-price__option__list__item {
    padding-top: 2.625rem;
    padding-bottom: 2.375rem;
  }
}
.section-price__option__list__item::before {
  content: "";
  width: 100%;
  height: 0.0625rem;
  opacity: 0.7;
  background-image: -webkit-gradient(linear, left top, right top, from(#B9A951), color-stop(0.125rem, #B9A951), color-stop(0.1875rem, transparent), color-stop(0.3125rem, transparent));
  background-image: linear-gradient(to right, #B9A951, #B9A951 0.125rem, transparent 0.1875rem, transparent 0.3125rem);
  background-size: 0.3125rem 0.0625rem;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .section-price__option__list__item:last-child::after {
    content: "";
    width: 100%;
    height: 0.0625rem;
    opacity: 0.7;
    background-image: -webkit-gradient(linear, left top, right top, from(#B9A951), color-stop(0.125rem, #B9A951), color-stop(0.1875rem, transparent), color-stop(0.3125rem, transparent));
    background-image: linear-gradient(to right, #B9A951, #B9A951 0.125rem, transparent 0.1875rem, transparent 0.3125rem);
    background-size: 0.3125rem 0.0625rem;
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.section-price__option__list__item__ttl {
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .section-price__option__list__item__ttl {
    font-size: 1rem;
  }
}
.section-price__option__list__item__price {
  margin-top: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .section-price__option__list__item__price {
    margin-top: 0.1875rem;
    font-size: 0.75rem;
  }
}

/*-----------------------
section-access__address
-------------------------*/
.section-access__address {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .section-access__address {
    padding-bottom: 3.75rem;
  }
}
.section-access__address .section__ttl {
  margin-top: -9.375rem;
}
@media screen and (max-width: 767px) {
  .section-access__address .section__ttl {
    margin-top: -0.5rem;
  }
}
.section-access__address__inner {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .section-access__address__inner {
    margin-top: 0.9375rem;
  }
}
.section-access__address__txt {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .section-access__address__txt {
    font-size: 0.75rem;
  }
}
.section-access__address__map {
  width: 100%;
  display: block;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  max-width: 58.125rem;
  aspect-ratio: 930/546;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .section-access__address__map {
    margin-top: 2.375rem;
    aspect-ratio: 340/200;
  }
}
.section-access__address__list {
  margin-top: 4.875rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6.5625rem 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 6.5625rem;
     -moz-column-gap: 6.5625rem;
          column-gap: 6.5625rem;
  max-width: 58.125rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .section-access__address__list {
    margin-top: 3.625rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.section-access__address__list__item {
  padding-top: 4rem;
  padding-bottom: 3.375rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .section-access__address__list__item {
    height: 9.75rem;
    padding-top: 1.9375rem;
    padding-bottom: 1.5rem;
  }
}
.section-access__address__list__item::before, .section-access__address__list__item:after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  opacity: 0.7;
  background-image: -webkit-gradient(linear, left top, right top, from(#B9A951), color-stop(0.125rem, #B9A951), color-stop(0.1875rem, transparent), color-stop(0.3125rem, transparent));
  background-image: linear-gradient(to right, #B9A951, #B9A951 0.125rem, transparent 0.1875rem, transparent 0.3125rem);
  background-size: 0.3125rem 0.0625rem;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
}
.section-access__address__list__item::before {
  top: 0;
}
.section-access__address__list__item::after {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .section-access__address__list__item:last-child::before {
    display: none;
  }
}
.section-access__address__list__item__ttl {
  font-size: max(1.25rem, 13px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .section-access__address__list__item__ttl {
    font-size: 1rem;
  }
}
.section-access__address__list__item__txt {
  font-size: max(0.875rem, 11px);
  line-height: 2.14;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .section-access__address__list__item__txt {
    margin-top: 0.1875rem;
    font-size: 0.75rem;
    line-height: 2;
  }
}

/*-----------------------
section-contact__form
-------------------------*/
.section-contact__form {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .section-contact__form {
    padding-bottom: 3.625rem;
  }
}
.section-contact__form__inner {
  margin-top: -8.125rem;
}
@media screen and (max-width: 767px) {
  .section-contact__form__inner {
    margin-top: -0.375rem;
  }
}
.section-contact__form__txt {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .section-contact__form__txt {
    font-size: 0.75rem;
  }
}
.section-contact__form__container {
  margin-top: 6.0625rem;
  max-width: 58.125rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .section-contact__form__container {
    margin-top: 2rem;
  }
}
.section-contact__form__list__item + .section-contact__form__list__item {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .section-contact__form__list__item + .section-contact__form__list__item {
    margin-top: 0.75rem;
  }
}
.section-contact__form__list__item__ttl {
  font-size: max(0.9375rem, 11px);
}
.section-contact__form__list__item__ttl.required::after {
  content: "（必須）";
}
.section-contact__form__list__item__ttl p {
  display: inline;
}
.section-contact__form__list__item__content {
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .section-contact__form__list__item__content {
    margin-top: 0.5rem;
  }
}
.section-contact__form__list__item__content input[type=text], .section-contact__form__list__item__content input[type=email], .section-contact__form__list__item__content input[type=tel], .section-contact__form__list__item__content textarea {
  width: 100%;
  padding: 0.8125rem 1.25rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: max(0.875rem, 11px);
  line-height: 2.14;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 0.25rem;
}
.section-contact__form__list__item__content input[type=text]::-webkit-input-placeholder, .section-contact__form__list__item__content input[type=email]::-webkit-input-placeholder, .section-contact__form__list__item__content input[type=tel]::-webkit-input-placeholder, .section-contact__form__list__item__content textarea::-webkit-input-placeholder {
  color: #000;
}
.section-contact__form__list__item__content input[type=text]::-moz-placeholder, .section-contact__form__list__item__content input[type=email]::-moz-placeholder, .section-contact__form__list__item__content input[type=tel]::-moz-placeholder, .section-contact__form__list__item__content textarea::-moz-placeholder {
  color: #000;
}
.section-contact__form__list__item__content input[type=text]:-ms-input-placeholder, .section-contact__form__list__item__content input[type=email]:-ms-input-placeholder, .section-contact__form__list__item__content input[type=tel]:-ms-input-placeholder, .section-contact__form__list__item__content textarea:-ms-input-placeholder {
  color: #000;
}
.section-contact__form__list__item__content input[type=text]::-ms-input-placeholder, .section-contact__form__list__item__content input[type=email]::-ms-input-placeholder, .section-contact__form__list__item__content input[type=tel]::-ms-input-placeholder, .section-contact__form__list__item__content textarea::-ms-input-placeholder {
  color: #000;
}
.section-contact__form__list__item__content input[type=text]::placeholder, .section-contact__form__list__item__content input[type=email]::placeholder, .section-contact__form__list__item__content input[type=tel]::placeholder, .section-contact__form__list__item__content textarea::placeholder {
  color: #000;
}
.section-contact__form__list__item__content textarea {
  height: 18.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-contact__form__btn {
  display: block;
  margin-top: 3.8125rem;
  width: 26.125rem;
  max-width: 100%;
  height: 5.0625rem;
  padding: 0.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  border: 0.0375rem dotted rgba(255, 255, 255, 0.4);
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .section-contact__form__btn {
    margin-top: 2.0625rem;
    height: 4.125rem;
    padding: 0.25rem;
  }
}
.section-contact__form__btn__inner {
  border: 0.025rem solid #454545;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 1.25rem;
  display: block;
  width: 100%;
  height: 100%;
  font-size: max(1rem, 12px);
  letter-spacing: 0;
  text-align: center;
  border-radius: 5rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-contact__form__btn__inner {
    padding: 0.75rem;
  }
}
.section-contact__form__btn__inner::before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
.section-contact__form__btn__inner input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.section-contact__form__btn:hover .section-contact__form__btn__inner::before {
  -webkit-animation: shine 1.3s;
          animation: shine 1.3s;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #B9A951;
}

.wpcf7-spinner::before {
  margin-top: -4.5em;
}
@media screen and (max-width: 767px) {
  .wpcf7-spinner::before {
    margin-top: -3.125rem;
  }
}