@charset "UTF-8";
/* ---------- リセット系 ---------- */
html {
  font-size: 10px;
}

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

/* ---------- ヘッダー ---------- */
header {
  top: 0;
  width: 100%;
  background-color: #FFFFFF;
  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;
  text-decoration: none;
  height: auto;
  padding: 10px 0;
}

header div {
  max-width: 1440px;
  width: 100%;
  /* min-width: 641px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 30px;
}

@media screen and (max-width: 768px) {
  header div {
    width: 100%;
    min-width: inherit;
    margin: 0 7px;
  }
}
header div a img {
  height: 47px;
}

@media screen and (max-width: 768px) {
  header div a img {
    height: 24px;
    width: auto;
  }
}
img.msp_header_rogo {
  width: auto;
  height: 39px;
}
@media screen and (max-width: 768px) {
  img.msp_header_rogo {
    height: 27px;
  }
}

.left {
  margin: 0px;
  /* padding-left: 3%; */
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}

.right {
  float: right;
  height: 37px;
  padding-right: 2%;
  width: auto;
}

@media screen and (max-width: 768px) {
  .right {
    float: right;
    height: 21px;
  }
  .left {
    margin: 0px;
    gap: 0px;
  }
  .left img {
    margin-right: 10px;
  }
}
.rogo-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

/* ---------- フッター ---------- */
footer {
  position: relative;
  z-index: 1;
}

.footer-container {
  /* max-width: 1200px; */
  margin-left: auto;
  margin-right: auto;
  /* padding-top: 50px; */
  padding-bottom: 40px;
  background-color: white;
}

.foot_border {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.footer__inner__top {
  width: 100%;
  padding: 4em;
  background-color: var(--yellow02);
  border-bottom: 1px solid;
}

@media screen and (max-width: 768px) {
  .footer__inner__top {
    width: 100%;
    padding: 20px 4%;
  }
}
.footer-container_detail {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.3rem;
  line-height: 2;
}

.footer__anno__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .footer__anno__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__anno__ul {
  margin-bottom: 0;
}

.footer__anno__li {
  padding-left: 0.6em;
  text-indent: -0.6em;
  text-align: justify;
}

.footer__anno__box {
  max-width: 940px;
  width: 80%;
  display: block;
  margin: 0 auto 30px;
  padding: 1.3em;
  text-align: justify;
}
.footer__anno__box p {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .footer__anno__box {
    width: 100%;
    padding: 0px;
  }
}
.footer__anno__box .sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 38px;
}
.footer__anno__box .sns-box .share_txt {
  width: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__anno__box .sns-box .icon-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__anno__box .sns-box .icon-flex li {
  width: 28px;
}
.footer__anno__box .sns-box .icon-flex li a {
  display: block;
  width: 100%;
}

.footer__inner__bottom {
  width: 100%;
  padding: 4em;
}

@media screen and (max-width: 768px) {
  .footer__inner__bottom {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.container-fluid {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.container-fluid p {
  margin-bottom: 10%;
}

@media (max-width: 414px) {
  .container-fluid p {
    margin-bottom: 20%;
  }
  .footer-container_detail {
    font-size: 3.2vw;
  }
}
#footer_nav {
  width: 100%;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  #footer_nav {
    width: 100%;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 34px;
  }
}
@media (max-width: 414px) {
  #footer_nav {
    width: 100%;
    padding-top: 0px;
    padding-left: inherit;
  }
}
#footer_nav li {
  color: #000000;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.8px;
  padding-bottom: 20px;
  /* margin: 0; */
  list-style-type: none;
  /* float: left; */
  /* width: 33.3%; */
  /* width: 25%; */
  /* list-style-position: outside; */
  position: relative;
}

@media (max-width: 950px) {
  #footer_nav li {
    font-size: 13px;
    /* width: 50%; */
  }
}
@media screen and (max-width: 768px) {
  #footer_nav li {
    font-size: 13px;
    /* width: 50%; */
    text-align: center;
  }
}
@media (max-width: 414px) {
  #footer_nav li {
    /* font-size: 11px; */
    font-size: 3.1vw;
    width: 100%;
    padding-bottom: 10px;
  }
}
#footer_nav li:not(:first-of-type) {
  margin-left: 2em;
}

@media (max-width: 950px) {
  #footer_nav li:last-of-type {
    margin-right: 2em;
  }
}
@media screen and (max-width: 768px) {
  #footer_nav li:not(:first-of-type),
  #footer_nav li:last-of-type {
    margin-left: 0;
    margin-right: 0;
  }
}
#footer_nav li:not(:last-of-type)::after {
  content: "|";
  font-size: 1.5em;
  font-weight: 100;
  display: inline-block;
  position: absolute;
  top: -0.3em;
  right: -0.8em;
}

@media screen and (max-width: 768px) {
  #footer_nav li:not(:last-of-type)::after {
    content: none;
  }
}
#footer_nav li a {
  color: #000000;
  text-decoration: none;
}

#footer_nav li a:hover {
  text-decoration: none;
  color: #999999;
}

.footer {
  bottom: 0;
  width: 100%;
  height: 45px;
  color: #231815;
  font-size: 13px;
  display: block;
  padding-top: 20px;
  padding-bottom: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  text-align: center;
}

.footer__logo__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 950px) {
  .footer__logo__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 70px;
  }
}
.footer__logo__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-bottom: 20px;
}

.footer__logo__left img {
  max-height: 58.6px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 950px) {
  .footer__logo__left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__logo__left img {
    max-width: 150px;
  }
}
@media (max-width: 414px) {
  .footer__logo__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__logo__left,
  .footer__logo__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
}
/* コピーライトの改行なし */
.footer .container-fluid br {
  display: none;
}

@media (max-width: 414px) {
  .footer .container-fluid br {
    display: inline-block;
  }
  .footer {
    font-size: 2.8vw;
  }
}
.footer_logo {
  width: 266px;
  padding-top: 10px;
  padding-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .footer_logo {
    width: 266px;
  }
}
@media (max-width: 420px) {
  .footer__logo__right a {
    width: 80%;
  }
  .footer_logo {
    width: 100%;
  }
}
.copyright {
  font-size: 12px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .copyright {
    text-align: center;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  font-weight: normal;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

video {
  width: 100%;
}

img {
  width: 100%;
  vertical-align: top;
}

ul,
nav,
li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  border: 0;
  border-radius: 0;
}

section {
  padding: 100px 0 100px;
  padding: 40px 0 40px;
}
@media screen and (max-width: 768px) {
  section {
    padding: 40px 0 40px;
  }
}

.contents-inner {
  width: 90%;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 0 4%;
  padding: 0 6%;
}
.contents-inner.inside {
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .contents-inner {
    width: 100%;
    padding: 0 4%;
  }
}

.selif {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

:root {
  --blue01: #1F6A8D;
  --blue02: #E7F5FA;
  --blue03: #00518A;
  --darkBlue01: #003553;
  --darkblue02: #00518A;
  --beige01: #DFD1B6;
  --red01: #9F191E;
  --gold01: #81744F;
  --base01: #FFFAF3;
  --brown01: #402203;
}

.underLine_title {
  font-size: 21px;
  color: white;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  margin-bottom: 28px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .underLine_title {
    font-size: min(5.3vw, 21px);
    margin-bottom: 22px;
  }
}
.underLine_title.ribbon_title {
  background-image: url(../images/title_ribbon_BG_PC.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: 0 auto 56px;
  padding: 25px 0;
  max-width: 600px;
  width: 90%;
  width: 100%;
  padding: 9px 0;
  margin: 0 auto 30px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .underLine_title.ribbon_title {
    background-image: url(../images/title_ribbon_BG_sp.png);
    width: 100%;
    padding: 9px 0;
    margin: 0 auto 30px;
  }
  .underLine_title.ribbon_title.payment_title {
    background-image: url(../images/title_payment_ribbon_BG_sp.png);
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .underLine_title.ribbon_title.payment_title {
    line-height: 1.2;
  }
}

.link_banner_button {
  display: inline-block;
  margin: 0 auto 38px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .link_banner_button {
    width: 100%;
  }
}
.link_banner_button .link_txt {
  border-radius: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 25px 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
  text-decoration: none;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 390px;
}
@media screen and (max-width: 768px) {
  .link_banner_button .link_txt {
    padding: 22px 0;
    width: 100%;
  }
}
.link_banner_button .link_txt p {
  color: #FFF;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .link_banner_button .link_txt p {
    font-size: min(4.1vw, 19px);
  }
}
.link_banner_button .link_txt:hover {
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  color: white;
}
.link_banner_button .link_txt:hover:before {
  background-color: white;
  border: 1px solid var(--darkBlue01);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.link_banner_button .link_txt:hover p {
  color: var(--darkBlue01);
}
.link_banner_button .link_txt:hover::after {
  border-left: 10px solid var(--darkBlue01);
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
}
@media screen and (max-width: 768px) {
  .link_banner_button .link_txt:hover::after {
    right: 14px;
  }
}
.link_banner_button .link_txt:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: var(--darkBlue01);
  border: 1px solid var(--darkBlue01);
  border-radius: 50px;
  width: 100%;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .link_banner_button .link_txt:before {
    width: 100%;
  }
}
.link_banner_button .link_txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #ffffff;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .link_banner_button .link_txt::after {
    right: 24px;
  }
}

.detail_link_underLine_wrap {
  margin-bottom: 16px;
}
.detail_link_underLine_wrap .detail_link_underLine {
  display: inline-block;
  position: relative;
}
.detail_link_underLine_wrap .detail_link_underLine::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #B01F24;
  bottom: 0;
  left: 0;
}
.detail_link_underLine_wrap .detail_link_underLine a {
  color: #B01F24;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .detail_link_underLine_wrap .detail_link_underLine a {
    font-size: min(4.1vw, 21px);
  }
}
.detail_link_underLine_wrap .detail_link_underLine a .arrow {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  font-size: 18px;
  top: -2px;
}
.detail_link_underLine_wrap .detail_link_underLine a:hover .arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.title_sub_text {
  font-size: 20px;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.02em;
  text-align: center;
  display: inline-block;
  color: #715300;
}
@media screen and (max-width: 1080px) {
  .title_sub_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .title_sub_text {
    font-size: min(3.8vw, 16px);
  }
}
.title_sub_text .gold_strong {
  color: #D8BB8D;
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .title_sub_text .gold_strong {
    font-size: min(15.2vw, 55px);
  }
}

/* TOPへ戻るボタン */
#pageTop {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 9998;
}
#pageTop a {
  display: block;
  opacity: 1;
  width: 60px;
  height: 60px;
}
#pageTop a .txt {
  color: var(--gold01);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #pageTop a .txt {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #pageTop {
    position: static;
    display: block;
    margin: 0px auto 0;
  }
  #pageTop a {
    display: block;
    margin: 0 auto;
    opacity: 1;
    width: 52px;
    height: 52px;
  }
}
#floating {
  position: fixed;
  bottom: 200px;
  right: 30px;
  z-index: 998;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #floating {
    width: 100%;
    left: 0px;
    bottom: 0px;
  }
}
#floating a {
  display: block;
  opacity: 1;
  width: 190px;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.15));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #floating a {
    width: 100%;
    border-radius: 0;
    -webkit-filter: drop-shadow(0px -3px 15px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(0px -3px 15px rgba(0, 0, 0, 0.15));
  }
}
#floating .white_link img {
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #floating .white_link img {
    border-radius: 0;
  }
}
#floating .white_link::before {
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #floating .white_link::before {
    border-radius: 0;
  }
}

.white_link {
  position: relative;
  display: block;
}
.white_link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.white_link:hover::before {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .detail_contents_wrap {
    background-image: url(../images/method_BG_sp.jpg);
    background-size: 100% 100%;
  }
}

.fukidashi_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fukidashi_title_wrap .fukidashi_title {
  display: inline-block;
  position: relative;
  font-weight: 700;
}
.fukidashi_title_wrap .fukidashi_title.credit_fukidashi::before, .fukidashi_title_wrap .fukidashi_title.credit_fukidashi::after {
  height: 48px;
}
@media screen and (max-width: 768px) {
  .fukidashi_title_wrap .fukidashi_title.credit_fukidashi::before, .fukidashi_title_wrap .fukidashi_title.credit_fukidashi::after {
    height: 48px;
  }
}
.fukidashi_title_wrap .fukidashi_title::before, .fukidashi_title_wrap .fukidashi_title::after {
  position: absolute;
  height: 1.8rem;
  background: #000000;
  content: "";
  width: 1px;
  height: 24px;
  bottom: 4px;
}
@media screen and (max-width: 768px) {
  .fukidashi_title_wrap .fukidashi_title::before, .fukidashi_title_wrap .fukidashi_title::after {
    height: 48px;
    bottom: 0px;
  }
}
.fukidashi_title_wrap .fukidashi_title::before {
  left: -10px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
@media screen and (max-width: 768px) {
  .fukidashi_title_wrap .fukidashi_title::before {
    left: -15px;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
}
.fukidashi_title_wrap .fukidashi_title::after {
  right: -10px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media screen and (max-width: 768px) {
  .fukidashi_title_wrap .fukidashi_title::after {
    right: -15px;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
}
@media screen and (max-width: 768px) {
  .fukidashi_title_wrap .fukidashi_title.little::before, .fukidashi_title_wrap .fukidashi_title.little::after {
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .fukidashi_title_wrap .fukidashi_title.little::before {
    -webkit-transform: rotate(-36deg);
            transform: rotate(-36deg);
    left: -11px;
  }
}
@media screen and (max-width: 768px) {
  .fukidashi_title_wrap .fukidashi_title.little::after {
    -webkit-transform: rotate(36deg);
            transform: rotate(36deg);
    right: -11px;
  }
}

.all_wrap {
  background: -webkit-gradient(linear, left top, right top, from(#001c2c), color-stop(44%, #2c84ad), color-stop(56%, #2c84ad), to(#001c2c));
  background: linear-gradient(90deg, #001c2c 0%, #2c84ad 44%, #2c84ad 56%, #001c2c 100%);
}

.menu_sticky_wrap_inner {
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .PC-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

.tab-only {
  display: none !important;
}
@media screen and (max-width: 1080px) {
  .tab-only {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .tab-only {
    display: none !important;
  }
}

#KV {
  padding-top: 0;
  padding-bottom: 0px;
  overflow: hidden;
  background-image: url(../images/KV_BG_PC.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 768px) {
  #KV {
    background-image: inherit;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  #KV .contents-inner {
    padding: 0;
  }
}
#KV .contents-inner .KV {
  position: relative;
}
#KV .contents-inner .KV .KV_main {
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  max-width: 980px;
  width: 90%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #KV .contents-inner .KV .KV_main {
    width: 100%;
  }
}
#KV .contents-inner .KV .kv_BG {
  position: absolute;
  width: 1777px;
  bottom: -120px;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}
#KV .contents-inner .top_catch_box {
  color: white;
  text-align: center;
}
#KV .contents-inner .top_catch_box .underline_txt {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #FFEE7D;
  text-decoration-thickness: 2px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #KV .contents-inner .top_catch_box .underline_txt {
    font-size: min(4.8vw, 23px);
    line-height: 1.9;
    text-underline-offset: 7px;
    margin-bottom: 20px;
  }
}
#KV .contents-inner .top_catch_box .sub {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #KV .contents-inner .top_catch_box .sub {
    font-size: min(3.9vw, 19px);
    margin-bottom: 17px;
  }
}
#KV .contents-inner .top_catch_box .main_catch {
  color: #FFEE7D;
  text-align: center;
  font-size: 53px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #KV .contents-inner .top_catch_box .main_catch {
    font-size: min(8.8vw, 45px);
    line-height: 1.3;
    margin-bottom: 37px;
    margin-bottom: 9px;
  }
}
#KV .contents-inner .top_catch_box .attention_box {
  display: inline-block;
  color: var(--darkblue02);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  background-color: white;
  margin-bottom: 90px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #KV .contents-inner .top_catch_box .attention_box {
    font-size: min(3.2vw, 13px);
    padding: 6px 7px;
    line-height: 1.6;
    margin-bottom: 37px;
  }
}
#KV .contents-inner .KV_link_button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #KV .contents-inner .KV_link_button_wrap {
    margin-bottom: 43px;
  }
}
#KV .contents-inner .KV_link_button_wrap .KV_link_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
  width: 820px;
}
@media screen and (max-width: 768px) {
  #KV .contents-inner .KV_link_button_wrap .KV_link_button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
#KV .contents-inner .KV_link_button_wrap .KV_link_button li {
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  #KV .contents-inner .KV_link_button_wrap .KV_link_button li {
    width: 100%;
  }
}
#KV .contents-inner .KV_link_button_wrap .KV_link_button li a {
  display: block;
  border-radius: 80px;
  background: #F6EBDB;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 32px 0;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #KV .contents-inner .KV_link_button_wrap .KV_link_button li a {
    padding: 22px 0;
  }
}
#KV .contents-inner .KV_link_button_wrap .KV_link_button li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 11px solid rgb(2, 2, 2);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #KV .contents-inner .KV_link_button_wrap .KV_link_button li a::after {
    right: 10%;
  }
}
#KV .contents-inner .KV_link_button_wrap .KV_link_button li a p {
  color: black;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #KV .contents-inner .KV_link_button_wrap .KV_link_button li a p {
    font-size: min(4.5vw, 20px);
  }
}
#KV .contents-inner .KV_link_button_wrap .KV_link_button li a:hover {
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
}
#KV .contents-inner .KV_link_button_wrap .KV_link_button li a:hover::after {
  top: 58%;
}
#KV .contents-inner .KV_link_button_wrap .KV_link_button li:last-of-type a {
  background: #E3F8FF;
}
#KV .contents-inner .KV_explain {
  margin-bottom: 37px;
}
#KV .contents-inner .KV_explain_caution {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  #KV .contents-inner .KV_explain_caution {
    font-size: min(3.3vw, 13px);
  }
}

.top_wrap {
  background-image: url(../images/KV_BG_PC.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .top_wrap {
    background-image: url(../images/KV_BG_sp.jpg);
  }
}

#intro {
  background-image: url(../images/intro_BG_PC.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 768px) {
  #intro {
    padding-top: 0;
    padding-bottom: 40px;
    background-image: url(../images/intro_BG_sp.jpg);
  }
}
#intro .contents-inner .lead_box {
  text-align: center;
  padding: 20px 0;
}
#intro .contents-inner .lead_box .top_lead {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1080px) {
  #intro .contents-inner .lead_box .top_lead {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  #intro .contents-inner .lead_box .top_lead {
    font-size: min(3.8vw, 16px);
    margin-bottom: 9px;
  }
}
#intro .contents-inner .lead_box .title_sub_text_wrap {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
}
@media screen and (max-width: 768px) {
  #intro .contents-inner .lead_box .title_sub_text_wrap {
    gap: 0;
  }
}
#intro .contents-inner .lead_box .title_sub_text_wrap .title_sub_text {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  #intro .contents-inner .lead_box .title_sub_text_wrap .title_sub_text {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  #intro .contents-inner .lead_box .title_sub_text_wrap .title_sub_text {
    font-size: min(3.8vw, 20px);
    line-height: 1.5;
  }
}
#intro .contents-inner .lead_box .underline_text_wrap {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #intro .contents-inner .lead_box .underline_text_wrap {
    margin-bottom: 24px;
  }
}
#intro .contents-inner .lead_box .underline_text_wrap .underline_text {
  display: inline;
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
  border-bottom: 2px solid #D8BB8D;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #intro .contents-inner .lead_box .underline_text_wrap .underline_text {
    font-size: min(4.8vw, 30px);
    padding-bottom: 6px;
    margin-bottom: 18px;
    line-height: 1.8;
    border-bottom: 1px solid #D8BB8D;
  }
}
#intro .contents-inner .lead_box .credit_caution_wrap .credit_caution {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding: 3px 6px;
  border: 1px solid white;
  display: inline;
}
@media screen and (max-width: 768px) {
  #intro .contents-inner .lead_box .credit_caution_wrap .credit_caution {
    display: block;
    font-size: min(3.3vw, 13px);
    text-align: left;
  }
}
#intro .contents-inner .lead_box .Premium_box {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #intro .contents-inner .lead_box .Premium_box {
    padding: 40px 0 0;
    margin-bottom: 30px;
  }
}
#intro .contents-inner .lead_box .Premium_box .lead {
  text-align: center;
  font-size: 20px;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  line-height: 1.2;
  margin-bottom: 18px;
}
#intro .contents-inner .lead_box .Premium_box .lead .kerning01 {
  margin-left: -0.5em;
}
#intro .contents-inner .lead_box .Premium_box .lead .kerning02 {
  margin-right: -0.5em;
}
@media screen and (max-width: 1080px) {
  #intro .contents-inner .lead_box .Premium_box .lead {
    font-size: 17px;
  }
}
@media screen and (max-width: 1000px) {
  #intro .contents-inner .lead_box .Premium_box .lead {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #intro .contents-inner .lead_box .Premium_box .lead {
    font-size: min(3.9vw, 19px);
    margin-bottom: 4px;
  }
}
#intro .contents-inner .lead_box .Premium_box .title_wrap_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#intro .contents-inner .lead_box .Premium_box .title_wrap {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 22px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #intro .contents-inner .lead_box .Premium_box .title_wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 5px;
    margin-bottom: 15px;
  }
}
#intro .contents-inner .lead_box .Premium_box .title_wrap .card {
  width: 50px;
}
@media screen and (max-width: 768px) {
  #intro .contents-inner .lead_box .Premium_box .title_wrap .card {
    width: 35px;
    margin-top: 5px;
  }
}
#intro .contents-inner .lead_box .Premium_box .title_wrap .text {
  color: var(--blue01);
  font-size: 48px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}
#intro .contents-inner .lead_box .Premium_box .title_wrap .text .kerning {
  letter-spacing: -0.1em;
}
@media screen and (max-width: 1080px) {
  #intro .contents-inner .lead_box .Premium_box .title_wrap .text {
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  #intro .contents-inner .lead_box .Premium_box .title_wrap .text {
    line-height: 1.2;
    font-size: min(8.7vw, 43px);
    display: block;
    margin: 0 auto;
  }
}
#intro .contents-inner .lead_box .Premium_box .title_wrap .text.sub {
  font-size: 32px;
  font-size: 25px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #intro .contents-inner .lead_box .Premium_box .title_wrap .text.sub {
    font-size: min(5.9vw, 29px);
  }
}
#intro .contents-inner .lead_box .Premium_box .leadText_Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  margin-bottom: 20px;
  border: 1px solid #81744F;
  padding: 20px 12px 13px;
  position: relative;
  width: 100%;
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  #intro .contents-inner .lead_box .Premium_box .leadText_Wrap {
    max-width: 400px;
    padding: 15px 12px 13px;
  }
}
#intro .contents-inner .lead_box .Premium_box .leadText_Wrap .leadText_flex {
  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;
}
#intro .contents-inner .lead_box .Premium_box .leadText_Wrap .leadText_flex .leftSide {
  width: 48%;
  width: 43%;
}
#intro .contents-inner .lead_box .Premium_box .leadText_Wrap .leadText_flex .PUP_arow {
  width: 18px;
}
@media screen and (max-width: 768px) {
  #intro .contents-inner .lead_box .Premium_box .leadText_Wrap .leadText_flex .PUP_arow {
    width: 12px;
  }
}
#intro .contents-inner .lead_box .Premium_box .leadText_Wrap .leadText_flex .rightSide {
  width: calc(57% - 30px);
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #intro .contents-inner .lead_box .Premium_box .leadText_Wrap .leadText_flex .rightSide {
    margin-right: 4px;
  }
}
#intro .contents-inner .lead_box .Premium_box .leadText_Wrap .leadText_block {
  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-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
#intro .contents-inner .lead_box .Premium_box .leadText_Wrap::after {
  position: absolute;
  content: "";
  background-color: #81744F;
  height: 1px;
  width: 98%;
  left: 50%;
  top: 53%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#intro .contents-inner .lead_box .Premium_box .leadText_Wrap .leadText {
  color: #000;
  text-align: center;
  line-height: 1.3;
  font-size: 18px;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #intro .contents-inner .lead_box .Premium_box .leadText_Wrap .leadText {
    font-size: min(3.2vw, 13px);
  }
}
#intro .contents-inner .lead_box .Premium_box .leadText_Wrap .leadText.red {
  color: var(--red01);
  text-align: left;
}
#intro .contents-inner .lead_box .Premium_box .leadText_Wrap .leadText.red .little {
  font-size: 60%;
  text-align: right;
}
#intro .contents-inner .lead_box .Premium_box .leadText_Wrap .leadText.red.sub {
  font-size: 22px;
  font-size: 18px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #intro .contents-inner .lead_box .Premium_box .leadText_Wrap .leadText.red.sub {
    font-size: min(4vw, 19px);
  }
}
#intro .contents-inner .lead_box .Premium_box .leadText_Wrap .leadText.strong {
  font-size: 72px;
  font-size: 63px;
  font-weight: 700;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #intro .contents-inner .lead_box .Premium_box .leadText_Wrap .leadText.strong {
    font-size: min(10.8vw, 43px);
  }
}
#intro .contents-inner .lead_box .Premium_box .underline_txt {
  color: var(--red01);
  font-size: 14px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 32px;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
@media screen and (max-width: 768px) {
  #intro .contents-inner .lead_box .Premium_box .underline_txt {
    font-size: min(3.6vw, 15px);
    margin-bottom: 19px;
  }
}
#intro .contents-inner .lead_box .Premium_box .caution {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #intro .contents-inner .lead_box .Premium_box .caution {
    text-align: left;
    font-size: min(3.2vw, 12px);
    margin-bottom: 10px;
  }
}
#intro .contents-inner .lead_box .Premium_box .caution_strong_wrap {
  display: inline-block;
  padding: 3px 8px;
}
@media screen and (max-width: 768px) {
  #intro .contents-inner .lead_box .Premium_box .caution_strong_wrap {
    padding: 0px 0px 0;
  }
}
#intro .contents-inner .lead_box .Premium_box .caution_strong_wrap .caution_strong {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 900px) {
  #intro .contents-inner .lead_box .Premium_box .caution_strong_wrap .caution_strong {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #intro .contents-inner .lead_box .Premium_box .caution_strong_wrap .caution_strong {
    font-size: min(3.2vw, 12px);
    text-align: center;
  }
}
#intro .contents-inner .content_wrap_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  #intro .contents-inner .content_wrap_box {
    gap: 40px;
  }
}
#intro .contents-inner .content_wrap_box .content_wrap {
  background-color: white;
  text-align: center;
  padding: 60px 7% 100px;
}
@media screen and (max-width: 768px) {
  #intro .contents-inner .content_wrap_box .content_wrap {
    padding: 30px 4% 23px;
  }
}
#intro .contents-inner .link_banner_button {
  margin-bottom: 0;
}

.accordion {
  position: relative;
}

.ac-content {
  display: none;
  overflow: hidden;
}

.icon {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.icon.open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.icon-wrap {
  position: absolute;
  right: 13px;
  right: 2px;
  top: 20px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (max-width: 768px) {
  .icon-wrap {
    width: 25px;
    height: 25px;
    right: 3px;
  }
}

.icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.icon:before,
.icon:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #ffffff;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .icon:before,
  .icon:after {
    height: 3px;
  }
}

/* そのうち1本を縦にする */
.icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

/* プラスアイコンクリック後、マイナスにする */
.icon.open:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.accordion-button {
  background-color: transparent;
}

/* アコーディオン_jQueryここまで */
/* モーダル（矢印遷移付き）ここから */
.shop-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shop-lists li {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 20px;
}

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

/* 後で復帰（モーダル）  */
.modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--blue02);
  z-index: 1000;
}

.modal-content {
  display: none;
}

.modal-wrapper .view-window {
  position: relative;
  padding-bottom: 120px;
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: auto;
}

.modal-wrapper .modal-content-wrapper {
  max-width: 900px;
  width: 80%;
  display: block;
  margin: 40px auto 60px;
}
@media screen and (max-width: 768px) {
  .modal-wrapper .modal-content-wrapper {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 90%;
    display: block;
    margin: 40px auto 0;
  }
}

.modal-wrapper .btn-close {
  position: absolute;
  right: -10px;
  top: 5px;
  z-index: 20;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  cursor: pointer;
  width: 50px;
}

.modal-wrapper .btn-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  /* transform: translateY(-50%) translateX(-100%); */
  z-index: 20;
  cursor: pointer;
  z-index: 100;
}

.modal-wrapper .btn-next {
  position: absolute;
  right: 20px;
  top: 50%;
  /* transform: translateY(-50%) translateX(100%); */
  z-index: 20;
  cursor: pointer;
  z-index: 100;
}

.modal-wrapper .js-modal-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-wrapper .js-modal-close .link_banner_button .link_txt::before {
  background-color: var(--darkBlue01);
  border: 1px solid var(--darkBlue01);
}
.modal-wrapper .js-modal-close .link_banner_button .link_txt::after {
  content: none;
}
.modal-wrapper .js-modal-close .link_banner_button .link_txt:hover::before {
  background-color: #ffffff;
}
.modal-wrapper .js-modal-close .link_banner_button .link_txt:hover p {
  color: var(--darkBlue01);
}

.modal-wrapper_box {
  position: relative;
}

.modal-main {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .modal-main {
    margin-bottom: 20px;
  }
}

/* モーダル（矢印遷移付き）ここまで */
#facility {
  background-color: var(--blue02);
}
#facility .contents-inner {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .facility_linkWrap .link_banner_button {
    margin-bottom: 10px;
  }
}
#facility .contents-inner .facility_linkWrap .link_banner_button .link_txt::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid white;
  border-top: 0;
  border-right: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#facility .contents-inner .facility_linkWrap .link_banner_button .link_txt::before {
  background-color: #1F6A8D;
  border: 1px solid #1F6A8D;
}
#facility .contents-inner .facility_linkWrap .link_banner_button .link_txt:hover p {
  color: #1F6A8D;
}
#facility .contents-inner .facility_linkWrap .link_banner_button .link_txt:hover::after {
  border: 1px solid #1F6A8D;
  border-top: 0;
  border-right: 0;
}
#facility .contents-inner .facility_linkWrap .link_banner_button .link_txt:hover::before {
  background-color: #ffffff;
}
#facility .contents-inner .subTitle {
  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;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .subTitle {
    margin-bottom: 28px;
  }
}
#facility .contents-inner .subTitle.dayBand {
  background-color: var(--brown01);
  padding: 13px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .subTitle.dayBand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8px 0 7px;
  }
}
#facility .contents-inner .subTitle.dayBand.band01 {
  background-color: #F6AB00;
}
#facility .contents-inner .subTitle.dayBand.band02 {
  background-color: #0093DA;
}
#facility .contents-inner .subTitle.dayBand .dayBand_inner {
  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;
  gap: 15px;
}
#facility .contents-inner .subTitle.dayBand .day {
  color: white;
}
#facility .contents-inner .subTitle .tagWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
#facility .contents-inner .subTitle .tag {
  border-radius: 5px;
  background-color: #C4A344;
  color: white;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 4px 15px;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .subTitle .tag {
    padding: 2px 7px;
    font-size: min(4.2vw, 20px);
  }
}
#facility .contents-inner .subTitle .tag .number {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .subTitle .tag .number {
    font-size: min(5.2vw, 28px);
  }
}
#facility .contents-inner .subTitle .day {
  color: var(--brown01);
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .subTitle .day {
    white-space: nowrap;
    font-size: min(4.4vw, 21px);
  }
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .subTitle .day.facilityName {
    font-size: min(5.4vw, 25px);
  }
}
#facility .contents-inner .subTitle .day .tri {
  font-size: 20px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .subTitle .day .tri {
    font-size: min(4vw, 18px);
    margin-left: 6px;
  }
}
#facility .contents-inner .subTitle .day .sub {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .subTitle .day .sub {
    font-size: min(4vw, 19px);
  }
}
#facility .contents-inner .editionTitle .tagWrap {
  position: relative;
}
#facility .contents-inner .editionTitle .tagWrap::before, #facility .contents-inner .editionTitle .tagWrap::after {
  position: absolute;
  content: "";
  background-color: var(--brown01);
  height: 1px;
  width: 50%;
}
#facility .contents-inner .editionTitle .tagWrap::before {
  left: -60%;
}
#facility .contents-inner .editionTitle .tagWrap::after {
  right: -60%;
}
#facility .contents-inner .campaign_facilityBox_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 56px;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .campaign_facilityBox_wrap {
    row-gap: 30px;
    margin-bottom: 0px;
  }
}
#facility .contents-inner .campaign_facilityBox {
  background-color: white;
}
#facility .contents-inner .campaign_facilityBox .inner {
  padding: 54px 5%;
  padding: 35px 5%;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .campaign_facilityBox .inner {
    padding: 30px 5% 20px;
  }
}
#facility .contents-inner .facility_rogo {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .facility_rogo {
    margin-bottom: 0px;
  }
}
#facility .contents-inner .facility_rogo.rogo02 {
  width: 252px;
  display: block;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .facility_rogo.rogo02 {
    width: 167px;
  }
}
#facility .contents-inner .facility_rogo.rogo03 {
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
#facility .contents-inner .facility_linkWrap .link_banner_button {
  margin-bottom: 0;
}
#facility .contents-inner .facility_caution {
  text-align: center;
  font-size: 14px;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .facility_caution {
    font-size: min(3.2vw, 12px);
  }
}
#facility .contents-inner .facility_caution.MOP_sub_txt {
  display: block;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .facility_caution.MOP_sub_txt {
    width: 95%;
  }
}
#facility .contents-inner .facility_accordion_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 56px;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .facility_accordion_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
#facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .wrap .accordion-button {
  display: block;
  width: 100%;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--gold01);
  padding: 20px 0;
  padding: 18px 0;
}
#facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .wrap .accordion-button:hover {
  cursor: pointer;
}
#facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .wrap .accordion-button .tag {
  color: white;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .wrap .accordion-button .tag {
    font-size: min(3.8vw, 22px);
    line-height: 1.2;
  }
}
#facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content {
  background-color: #FFFAF3;
  padding: 50px 6%;
  padding: 20px 6%;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content {
    padding: 5px 4% 10px;
  }
}
#facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box .facility_name_wrap {
  width: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  position: relative;
  border-bottom: 1px solid #AAAAAA;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box .facility_name_wrap {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0;
  }
}
#facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box .facility_name_wrap .facility_name {
  color: #000;
  font-size: 16px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box .facility_name_wrap .facility_name {
    font-size: min(3.8vw, 16px);
    line-height: 1.5;
    text-align: left;
  }
}
#facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box .facility_name_wrap .facility_name.twoLine {
  text-align: left;
  line-height: 1.6;
}
#facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box .facility_name_wrap .modal_click {
  color: #000;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1%;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box .facility_name_wrap .modal_click {
    text-underline-offset: 3px;
  }
}
#facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box .facility_name_wrap .modal_click_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box .facility_name_wrap:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: 0;
  width: 1px;
  background-color: #AAAAAA;
  content: none;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box .facility_name_wrap:nth-child(odd)::after {
    content: none;
  }
}
#facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box .facility_name_wrap:nth-child(odd).right-border::after {
  background-color: transparent;
}
#facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box .facility_name_wrap:nth-child(even) {
  padding-left: 30px;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box .facility_name_wrap:nth-child(even) {
    padding-left: 0;
  }
}
#facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box .facility_name_wrap.last_list {
  border: 0;
  border-bottom: 1px solid #AAAAAA;
}
#facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box .facility_name_wrap.last_list02 {
  border-bottom: 1px solid #AAAAAA;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box .facility_name_wrap.last_list02 {
    border-bottom: 1px solid #AAAAAA;
  }
}
#facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box .facility_name_wrap.last_list03::after {
  content: none;
}
#facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box .facility_name_wrap:last-of-type {
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box .facility_name_wrap:last-of-type {
    border-bottom: 0;
  }
}
#facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box .facility_name_wrap .inner_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box .facility_name_wrap .inner_title {
    gap: 2vw;
  }
}
#facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box .facility_name_wrap .sub {
  font-size: 11px;
}
#facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box .facility_name_wrap .sub .tab-br {
  display: none;
}
@media screen and (max-width: 1080px) {
  #facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box .facility_name_wrap .sub .tab-br {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  #facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box .facility_name_wrap .sub {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box .facility_name_wrap .sub {
    font-size: min(3vw, 11px);
    text-align: left;
  }
}
@media screen and (max-width: 360px) {
  #facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box .facility_name_wrap .sub {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .facility_name_wrap_box .facility_name_wrap.wide {
    padding: 20px 0 31px;
  }
}
#facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .botttom_caution {
  margin-top: 5px;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .facility_accordion_wrap .facility_accordion .accordion-item .ac-content .botttom_caution {
    font-size: min(3.3vw, 13px);
    line-height: 1.4;
    padding-bottom: 20px;
  }
}
#facility .contents-inner .facility_accordion_AllWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 56px;
}
#facility .contents-inner .andmall_link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .andmall_link_wrap .link_banner_button {
    margin-bottom: 18px;
  }
}
#facility .contents-inner .andmall_link_wrap .link_banner_button .link_txt {
  padding: 22px 0;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .andmall_link_wrap .link_banner_button .link_txt {
    width: 100%;
  }
}
#facility .contents-inner .andmall_link_wrap .link_banner_button p {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .andmall_link_wrap .link_banner_button p {
    font-size: min(4.1vw, 20px);
  }
}
#facility .contents-inner .andmall_link_wrap .andmall_txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
#facility .contents-inner .andmall_link_wrap .andmall_txt_wrap .andmall_link {
  width: 130px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .andmall_link_wrap .andmall_txt_wrap .andmall_link {
    width: 100px;
  }
}
#facility .contents-inner .andmall_link img {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#facility .contents-inner .link_banner_button a:hover .andmall_link img {
  opacity: 0;
}
#facility .contents-inner .link_banner_button a:hover .andmall_link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/andmall_link_wh_dark.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#facility .contents-inner .facility_pre_copy {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-size: 21px;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .facility_pre_copy {
    font-size: min(4.2vw, 18px);
    margin-bottom: 12px;
  }
}
#facility .contents-inner .facility_pre_copy .fukidashi_title {
  gap: 10px;
}
#facility .contents-inner .facility_pre_copy .fukidashi_title::before, #facility .contents-inner .facility_pre_copy .fukidashi_title::after {
  height: 39px;
  height: 26px;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .facility_pre_copy .fukidashi_title::before, #facility .contents-inner .facility_pre_copy .fukidashi_title::after {
    height: 25px;
  }
}
#facility .contents-inner .facility_pre_copy .fukidashi_title::before {
  left: -24px;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .facility_pre_copy .fukidashi_title::before {
    left: -12px;
  }
}
#facility .contents-inner .facility_pre_copy .fukidashi_title::after {
  right: -24px;
}
@media screen and (max-width: 768px) {
  #facility .contents-inner .facility_pre_copy .fukidashi_title::after {
    right: -12px;
  }
}
#facility .home_shopping_box .home_shopping_title {
  background-color: #998A66;
  color: white;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.1em;
  padding: 26px 0;
  margin-top: 30px;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  #facility .home_shopping_box .home_shopping_title {
    padding: 15px 0;
    font-size: min(4.8vw, 24px);
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#facility .home_shopping_box .catch_wrap .catch_flex {
  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;
}
#facility .home_shopping_box .catch_wrap .catch_flex .andmall_txt_bla {
  width: 120px;
}
@media screen and (max-width: 768px) {
  #facility .home_shopping_box .catch_wrap .catch_flex .andmall_txt_bla {
    width: min(23vw, 130px);
  }
}
#facility .home_shopping_box .catch_wrap .catch_txt {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #facility .home_shopping_box .catch_wrap .catch_txt {
    font-size: min(3.9vw, 18px);
  }
}
#facility .home_shopping_box .catch_wrap .catch_wrap_inner {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  #facility .home_shopping_box .catch_wrap .catch_wrap_inner {
    margin-bottom: 16px;
  }
}
#facility .home_shopping_box .catch_wrap .caution {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.1em;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  #facility .home_shopping_box .catch_wrap .caution {
    font-size: min(3.2vw, 12px);
    text-align: left;
    margin-bottom: 28px;
  }
}
#facility .modal_inner {
  background-color: white;
}
#facility .modal_inner .title {
  background-color: var(--gold01);
  color: white;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding: 20px 0;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  #facility .modal_inner .title {
    font-size: min(4.5vw, 26px);
    margin-bottom: 22px;
  }
}
#facility .modal_inner .inner {
  padding: 0 5% 56px;
}
@media screen and (max-width: 768px) {
  #facility .modal_inner .inner {
    padding: 0 5% 30px;
  }
}
#facility .modal_inner .inner .tag_box {
  text-align: center;
}
#facility .modal_inner .inner .tag {
  color: var(--darkblue02);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  padding: 15px 0;
  border-top: 2px solid var(--darkblue02);
  border-bottom: 2px solid var(--darkblue02);
  display: inline-block;
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  #facility .modal_inner .inner .tag {
    font-size: min(4.3vw, 24px);
    text-underline-offset: 10px;
    margin-bottom: 16px;
  }
}
#facility .modal_inner .inner .ex {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  #facility .modal_inner .inner .ex {
    font-size: min(3.9vw, 19px);
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}
#facility .modal_inner .inner .caution {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  #facility .modal_inner .inner .caution {
    font-size: min(3.3vw, 13px);
    margin-top: 20px;
  }
}
#facility .modal_inner .inner .ex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 56px;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  #facility .modal_inner .inner .ex_box {
    row-gap: 25px;
    margin-bottom: 30px;
  }
}
#facility .modal_inner .inner .ex_box .ex_box_inner {
  padding-bottom: 56px;
  border-bottom: 1px solid rgb(170, 170, 170);
}
@media screen and (max-width: 768px) {
  #facility .modal_inner .inner .ex_box .ex_box_inner {
    padding-bottom: 15px;
  }
}
#facility .modal_inner .inner .ex_box .ex_box_inner .lead_title {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #facility .modal_inner .inner .ex_box .ex_box_inner .lead_title {
    font-size: min(4.3vw, 22px);
    line-height: 1.4;
    margin-bottom: 5px;
  }
}
#facility .modal_inner .inner .ex_box .ex_box_inner .sub_cap {
  margin-top: 32px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #facility .modal_inner .inner .ex_box .ex_box_inner .sub_cap {
    margin-top: 20px;
    font-size: min(3.6vw, 14px);
  }
}
#facility .otoku_box .otoku_lead_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#facility .otoku_box .otoku_lead_wrap .otoku_lead {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.1em;
  margin-bottom: 38px;
  position: relative;
  display: inline-block;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  #facility .otoku_box .otoku_lead_wrap .otoku_lead {
    font-size: min(4.8vw, 22px);
    padding: 0 10px;
    margin-bottom: 15px;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 768px) {
  #facility .otoku_box .otoku_lead_wrap .otoku_lead .kerning {
    letter-spacing: -0.2em;
  }
}
#facility .otoku_box .otoku_lead_wrap .otoku_lead::before, #facility .otoku_box .otoku_lead_wrap .otoku_lead::after {
  position: absolute;
  height: 1.8rem;
  background: #998A66;
  content: "";
  width: 2px;
  height: 30px;
  top: 5px;
}
@media screen and (max-width: 768px) {
  #facility .otoku_box .otoku_lead_wrap .otoku_lead::before, #facility .otoku_box .otoku_lead_wrap .otoku_lead::after {
    top: 2px;
    top: -1px;
  }
}
#facility .otoku_box .otoku_lead_wrap .otoku_lead::before {
  left: 0;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
#facility .otoku_box .otoku_lead_wrap .otoku_lead::after {
  right: 0;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
#facility .otoku_box .banner_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
}
@media screen and (max-width: 768px) {
  #facility .otoku_box .banner_lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#facility .otoku_box .banner_lists .list {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #facility .otoku_box .banner_lists .list {
    width: 100%;
  }
}
#facility .facility_rogo_cassette_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #facility .facility_rogo_cassette_wrap {
    row-gap: 30px;
    margin-bottom: 23px;
  }
}
#facility .facility_rogo_cassette {
  border-radius: 10px;
  border: 1px solid #DADADA;
  background: #FFF;
  padding: 30px 3% 20px;
  margin-bottom: 0px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #facility .facility_rogo_cassette {
    padding: 25px 3% 14px;
  }
}
#facility .facility_rogo_cassette .facility_rogo_cassette_rabel {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  background-color: white;
  padding: 10px 20px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -23px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  #facility .facility_rogo_cassette .facility_rogo_cassette_rabel {
    font-size: 14px;
    padding: 7px 15px;
    top: -17px;
  }
}
#facility .title_sub_text_wrap {
  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;
  gap: 22px;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  #facility .title_sub_text_wrap {
    gap: 5px;
    margin-bottom: 8px;
  }
}
#facility .title_sub_text_wrap .arrow {
  width: 22px;
}
@media screen and (max-width: 768px) {
  #facility .title_sub_text_wrap .arrow {
    width: 17px;
  }
}
#facility p.lead_title.selif.lead_title_sp {
  display: inline-block;
  position: relative;
}
#facility p.lead_title.selif.lead_title_sp::before, #facility p.lead_title.selif.lead_title_sp::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 46px;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  left: -10px;
  background-image: url("/msppoint/campaign/202603/pgpup/common/images/kakko01.svg");
  background-repeat: no-repeat;
  background-position: center;
}
#facility p.lead_title.selif.lead_title_sp::after {
  background-image: url("/msppoint/campaign/202603/pgpup/common/images/kakko02.svg");
  left: inherit;
  right: -10px;
}
#facility .lead_title_sp_wrap {
  text-align: center;
}

#info {
  background-color: #F4F4F4;
}
#info .contents-inner .underLine_title {
  color: var(--blue03);
}
#info .contents-inner .info_banner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4%;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  #info .contents-inner .info_banner_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
#info .contents-inner .info_banner_wrap li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #info .contents-inner .info_banner_wrap li {
    width: 100%;
  }
}

/* フッター */
.footer {
  padding: 0 0 50px 0;
  height: inherit;
  display: block;
  margin: 0 auto;
}

.footer .pagetop {
  margin-top: 0;
}

.footer .pagetop:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#707070), to(#707070));
  background-image: linear-gradient(to right, #707070, #707070);
}

.footer .pagetop .pagetop__inner {
  text-align: right;
  padding: 7px 20px;
  margin: 0 auto;
}

.footer .pagetop .pagetop__inner span {
  color: black;
}

.footer .pagetop:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#707070), to(#707070));
  background-image: linear-gradient(to right, #707070, #707070);
}

.footer__head {
  padding: 40px 40px 50px;
  /* max-width: 1280px; */
  margin: 0 auto;
}

.footer-inner_wrap {
  max-width: 1280px;
  width: 90%;
  display: block;
  margin: 0 auto;
}

.footer__body ul {
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer__body ul {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.footer__body ul {
  margin: 0 40px;
  padding-top: 35px;
  padding-bottom: 20px;
}

.footer__body ul li {
  font-size: 1.4rem;
  text-align: center;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 22px;
}

.footer__body ul li {
  font-size: 1.3rem;
  text-align: center;
  float: none;
  border: none;
  padding: 0;
  border-right: 1px solid #ccc;
}
.footer__body ul li.border-none {
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .footer__body ul li {
    border-right: 0;
  }
}

.footer__body ul li a {
  display: block;
  width: 100%;
}

.footer__body ul li a {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-right: 1px solid #ccc;
}

.add_border {
  border-right: 1px solid #ccc;
}

.footer__body ul li .border-none {
  border-right: none;
}

.footer__body ul li:nth-of-type(1) {
  width: 200px;
}

.footer__body ul li:nth-of-type(2) {
  width: 200px;
}

.footer__body ul li:nth-of-type(3) {
  width: 200px;
}

.footer__body ul li:nth-of-type(4) {
  width: 200px;
}

.footer__body ul li:nth-of-type(5) {
  width: 200px;
}

.footer__body ul li:nth-of-type(1) img {
  width: 150px;
}

.footer__body ul li:nth-of-type(2) img {
  width: 150px;
}

.footer__body ul li:nth-of-type(3) img {
  width: 87px;
}

.footer__body ul li:nth-of-type(4) img {
  height: 44px;
  width: auto;
}

.footer__body ul li:nth-of-type(5) img {
  width: auto;
  height: 44px;
}

.footer__body .footer__link {
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.footer__body .footer__link {
  text-align: right;
  margin: 0 40px 20px;
  padding: 0 0 10px 0;
}

.footer__body .footer__link .link-text {
  color: #444;
  font-size: 1.3rem;
  text-decoration: none;
  display: block;
  padding: 11px 0;
}

.footer__body .footer__link .link-text {
  font-size: 1.1rem;
  letter-spacing: 1.2px;
  display: inline-block;
  padding: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer__body .footer__link .link-text span {
  position: relative;
  padding-right: 10px;
}

.footer__logo {
  float: right;
  width: 203px;
  height: 42px;
  max-width: none;
  text-align: right;
  margin: -5px 40px 0 0;
}

.footer.type02 .footer__logo {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer.type02 .footer__logo {
  width: auto;
}

.footer__foot .links {
  padding: 0px 0 0 40px;
}

.footer__foot .links ul {
  /* overflow: hidden; */
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__foot .links ul {
  margin-bottom: 0;
}

.footer__foot .links li {
  /* float: left; */
  font-size: 1.1rem;
  padding-bottom: 10px;
}

.footer__foot .links li {
  padding-bottom: 0px;
  white-space: nowrap;
}

.footer__foot .links li:first-of-type {
  font-size: 1rem;
  color: #878787;
  padding: 0 5px 11px 0;
}

.footer__foot .links li:first-of-type {
  padding: 0 3px 0 0;
}

.footer__foot .copyright {
  font-size: 1rem;
  padding: 0px 0 25px;
  text-align: left;
  display: inline-block;
  line-height: 1.5;
  color: #999;
}

.footer__foot .copyright {
  float: left;
  padding: 7px 0 0 0px;
  font-size: 1rem;
  text-align: left;
}

.footer__nav {
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.footer__nav {
  font-size: 1.2rem;
  /* float: left; */
  letter-spacing: 0.2rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flex box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__nav li {
  padding-bottom: 10px;
  text-align: left;
}

.footer__nav li {
  /* float: left; */
  width: 20%;
}

.footer__nav li a {
  color: #444;
  text-decoration: none;
}

.footer__nav a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer__body ul li img {
  max-height: 44px;
}

.footer__body ul li img {
  max-height: none;
  height: auto;
}

.footer .pagetop .pagetop__inner a span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 8px;
  height: 8px;
  margin-top: -1px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer .pagetop .pagetop__inner a span {
  position: relative;
  padding-right: 15px;
}

.footer__foot .links li a {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
  color: #343434;
}

.footer__foot .links li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0 17px;
}

.MSG_logo {
  width: 209px;
}

.footer-inner_wrap .detail p {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
}

.footer-inner_wrap .detail {
  margin: 40px 40px 40px;
}

.footer__body .footer__link .link-text span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .tab_only {
    display: block;
  }
  .footer__logo {
    float: inherit;
    margin: 0 auto 20px;
  }
  .footer__nav li {
    width: 100%;
  }
  .footer-inner_wrap {
    width: 100%;
  }
  .footer__body ul {
    margin: 0;
  }
  .footer__body ul li {
    width: 50%;
  }
  .footer__body ul li:nth-of-type(1),
  .footer__body ul li:nth-of-type(2),
  .footer__body ul li:nth-of-type(3),
  .footer__body ul li:nth-of-type(4),
  .footer__body ul li:nth-of-type(5) {
    width: 50%;
  }
  .footer__body ul li a {
    border-right: none;
    padding: 12px 0;
  }
  .footer__body ul li:nth-of-type(odd) {
    border-right: 1px solid #ccc;
  }
  .footer__body ul li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
  }
  .footer__body ul {
    padding-top: 0px;
  }
  .footer__body .footer__link {
    margin: 0 0px 20px;
    display: -webkit-box;
    display: -ms-flex box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer.type02 .footer__logo {
    margin: 0 0 18px 0;
  }
  .footer-inner_wrap .detail {
    margin: 20px 0 40px;
    padding: 0 15px;
  }
  .footer__head {
    padding: 0px 15px 50px;
  }
  .footer .pagetop .pagetop__inner {
    text-align: center;
  }
  .footer__foot .links li {
    margin-bottom: 9px;
  }
  #hightlights .info-flex li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hightlights .info-flex li .image {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 18px;
  }
  #hightlights .info-flex li .copy {
    width: 100%;
  }
  #hightlights .info-flex li p.lead {
    font-size: min(4.8vw, 22px);
    margin-bottom: 13px;
  }
  #hightlights .info-flex li p.text {
    font-size: min(3.8vw, 16px);
  }
  h2 p {
    font-size: min(3.4vw, 12px);
  }
  h2 {
    margin-bottom: 22px;
  }
  #shop .lead {
    font-size: min(3.55vw, 15px);
  }
  .content-inner {
    width: 100%;
    padding: 0 15px;
  }
  #shop .shop-news_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .shop-news_flex .floor01,
  .shop-news_flex .floor02,
  .shop-news_inner_flex .shop {
    width: 100%;
  }
  .shop-news_flex .floor p {
    font-size: min(3.7vw, 15px);
  }
  .shop-news_flex .floor {
    padding: 12px 0;
    margin-bottom: 13px;
  }
  .shop-news_flex .shop p {
    font-size: min(3.8vw, 16px);
  }
  .shop-news_flex ul.shop {
    margin-bottom: 36px;
  }
  .shop-news_flex ul.shop.floor2 {
    margin-bottom: 0px;
  }
  #shop .shop-news_inner_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #shop {
    padding: 40px 0 71px;
  }
  #info .content_flex li {
    width: 100%;
    padding: 56px 0 53px;
  }
  #hightlights {
    padding: 60px 0 60px;
  }
  #info .access .text {
    font-size: min(3.6vw, 14px);
  }
  #info .press-release .sub {
    font-size: min(3.6vw, 15px);
    padding: 10px 0;
  }
  #coming-soon .coming-title .text {
    font-size: min(3.6vw, 14px);
    margin-bottom: 17px;
  }
  #coming-soon .coming-title img {
    width: 45vw;
  }
  #coming-soon {
    padding: 40px 0 40px;
    background-image: url(../image/coming_BG_sp.png);
  }
  #news .content-inner {
    padding: 64px 0 53px;
  }
  #news .news_flex {
    width: calc(100% - 30px);
    padding: 11px 0% 18px;
  }
  #news .news_flex_wrap {
    width: 90%;
    border-radius: 9px;
  }
  #news .news_flex p {
    font-size: min(3.6vw, 14px);
  }
  #news li.day {
    padding-right: 12px;
    border-right: 1px solid;
    margin-right: 13px;
    height: 100%;
  }
  #about {
    padding: 54px 0 0px;
  }
  .BG_deco01 {
    width: 16%;
    right: 7%;
    bottom: -28%;
  }
  .BG_deco02 {
    width: 16%;
    left: 6%;
    top: -6%;
  }
  .la-logo {
    width: 59%;
    margin: 49px auto 50px;
  }
  #about .copy {
    font-size: min(3.65vw, 17px);
    letter-spacing: 0.06em;
  }
  #about .content-inner {
    margin-bottom: 50px;
  }
  #splash-logo {
    width: 50%;
  }
  #hightlights h2 {
    margin-bottom: 34px;
  }
  #shop h2 {
    margin-bottom: 41px;
  }
  #shop .lead {
    margin-bottom: 12px;
  }
  .BG_deco03 {
    width: 12%;
    right: 4%;
    top: -5%;
  }
  #shop .shop-news_frame01_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #shop .shop-news_frame01_flex ul {
    width: 100%;
  }
  .shop-news_flex ul.shop.upper {
    margin-bottom: 0;
  }
  #shop .intro_caution {
    font-size: min(3.35vw, 13px);
  }
}
footer #footer_link {
  background-image: url(../images/footer_BG_silver_PC.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  padding: 72px 0;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  footer #footer_link {
    padding: 40px 5% 55px;
  }
}
footer #footer_link .link_banner_button.white_plate {
  display: block;
  margin: 0px auto 0px;
}
@media screen and (max-width: 768px) {
  footer #footer_link .link_banner_button.white_plate {
    margin: 0px auto 35px;
  }
}
footer #footer_link .link_banner_button.white_plate .link_txt {
  width: 300px;
  padding: 14px 0;
}
@media screen and (max-width: 768px) {
  footer #footer_link .link_banner_button.white_plate .link_txt {
    width: min(90%, 288px);
    padding: 13px 13%;
  }
}
footer #footer_link .link_banner_button.white_plate .link_txt::before {
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 20px;
  width: 490px;
}
@media screen and (max-width: 768px) {
  footer #footer_link .link_banner_button.white_plate .link_txt::before {
    width: 100%;
    border-radius: 10px;
  }
}
footer #footer_link .link_banner_button.white_plate .link_txt::after {
  right: -36px;
  border-left: 10px solid #000000;
}
@media screen and (max-width: 768px) {
  footer #footer_link .link_banner_button.white_plate .link_txt::after {
    right: 22px;
  }
}
footer #footer_link .link_banner_button.white_plate .link_txt:hover::before {
  border: 1px solid black;
}
footer #footer_link .link_banner_button.white_plate .link_txt:hover::after {
  right: -46px;
  border-left: 10px solid #000000;
}
@media screen and (max-width: 768px) {
  footer #footer_link .link_banner_button.white_plate .link_txt:hover::after {
    right: 12px;
  }
}
footer #footer_link .link_banner_button_bottom {
  text-align: center;
}
footer #footer_link .detail_box .lead_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer #footer_link .detail_box .lead_wrap .lead {
  color: black;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  footer #footer_link .detail_box .lead_wrap .lead {
    font-size: min(4.2vw, 21px);
    padding: 10px 15px;
  }
}
footer #footer_link .detail_box .lead_wrap .lead::before, footer #footer_link .detail_box .lead_wrap .lead::after {
  position: absolute;
  height: 1.8rem;
  background: #000000;
  content: "";
  width: 1px;
  height: 30px;
  bottom: 13px;
  bottom: 10px;
}
footer #footer_link .detail_box .lead_wrap .lead::before {
  left: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  footer #footer_link .detail_box .lead_wrap .lead::before {
    left: 0px;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
}
footer #footer_link .detail_box .lead_wrap .lead::after {
  right: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  footer #footer_link .detail_box .lead_wrap .lead::after {
    right: 0;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
}
footer #footer_link .link_banner_button .link_txt::after {
  right: 24px;
}
footer #footer_link .link_banner_button {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  footer #footer_link .link_banner_button {
    margin-bottom: 25px;
  }
}

#method {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #method {
    padding: 40px 5% 0 5%;
  }
}
#method .contents-inner {
  background: #FFF;
  padding: 100px 5%;
}
#method .contents-inner .method_box_wrap {
  padding: 0 4%;
  padding: 0 0;
  margin-bottom: 56px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #method .contents-inner .method_box_wrap {
    margin-top: 0;
    padding: 40px 4%;
    padding: 0 0;
    margin-bottom: 40px;
  }
}
#method .contents-inner .method_box_wrap .method_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #method .contents-inner .method_box_wrap .method_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#method .contents-inner .method_box_wrap .method_box .left_side {
  width: 40%;
  width: 100%;
}
#method .contents-inner .method_box_wrap .method_box .right_side {
  width: 57%;
  width: 100%;
}
#method .contents-inner .method_box_wrap .method_box .list {
  position: relative;
}
@media screen and (max-width: 768px) {
  #method .contents-inner .method_box_wrap .method_box .list {
    width: 100%;
  }
}
#method .contents-inner .method_box_wrap .method_box .list .lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #method .contents-inner .method_box_wrap .method_box .list .lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#method .contents-inner .method_box_wrap .method_box .list .lead .right_side {
  width: calc(100% - 10px - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #method .contents-inner .method_box_wrap .method_box .list .lead .right_side {
    width: 100%;
  }
}
#method .contents-inner .method_box_wrap .method_box .list .lead .number {
  width: 40px;
  height: 40px;
  background-color: var(--darkBlue01);
  border-radius: 50%;
  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;
  color: #FFF;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
#method .contents-inner .method_box_wrap .method_box .list .lead .txt {
  color: #000;
  font-size: 19px;
  font-size: 17px;
  font-weight: 700;
  line-height: 160%;
  width: 90%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #method .contents-inner .method_box_wrap .method_box .list .lead .txt {
    font-size: min(4.1vw, 20px);
    text-align: center;
    width: 100%;
  }
}
#method .contents-inner .method_box_wrap .method_box .list .link_banner_button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 40px 45px 0px;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  #method .contents-inner .method_box_wrap .method_box .list .link_banner_button_wrap {
    margin: 20px auto;
  }
}
#method .contents-inner .method_box_wrap .method_box .list .link_banner_button_wrap .link_banner_button {
  position: relative;
  margin: 0;
  width: 100%;
}
#method .contents-inner .method_box_wrap .method_box .list .link_banner_button_wrap .link_banner_button .link_txt {
  padding: 20px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #method .contents-inner .method_box_wrap .method_box .list .link_banner_button_wrap .link_banner_button .link_txt {
    padding: 15px 0;
  }
}
#method .contents-inner .method_box_wrap .method_box .list .link_banner_button_wrap .link_banner_button .link_txt p {
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  #method .contents-inner .method_box_wrap .method_box .list .link_banner_button_wrap .link_banner_button .link_txt p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #method .contents-inner .method_box_wrap .method_box .list .link_banner_button_wrap .link_banner_button .link_txt p {
    font-size: min(4.5vw, 20px);
    line-height: 1.3;
  }
}
#method .contents-inner .method_box_wrap .method_box .list .link_banner_button_wrap .link_banner_button .link_txt::after {
  right: 15px;
}
#method .contents-inner .method_box_wrap .method_box .list .link_banner_button_wrap .link_banner_button .phone_visual {
  position: absolute;
  width: 27%;
  left: -26%;
  top: -46%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #method .contents-inner .method_box_wrap .method_box .list .link_banner_button_wrap .link_banner_button .phone_visual {
    width: 62px;
    left: 4%;
    top: -20%;
  }
}
#method .contents-inner .method_box_wrap .method_box .list .caution {
  color: #000;
  font-size: 14px;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
  width: 92%;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
@media screen and (max-width: 768px) {
  #method .contents-inner .method_box_wrap .method_box .list .caution {
    font-size: min(3.2vw, 12px);
    width: 100%;
  }
}
#method .contents-inner .method_box_wrap .method_box .list .visual {
  margin: 20px 0 20px;
}
@media screen and (max-width: 768px) {
  #method .contents-inner .method_box_wrap .method_box .list .visual {
    margin: 20px 0 20px;
  }
}
#method .contents-inner .method_box_wrap .method_box .list .catch_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#method .contents-inner .method_box_wrap .method_box .list .catch_wrap .catch {
  color: #000;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  display: inline;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-color: var(--darkBlue01);
  text-decoration-thickness: 2px;
}
@media screen and (max-width: 1000px) {
  #method .contents-inner .method_box_wrap .method_box .list .catch_wrap .catch {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  #method .contents-inner .method_box_wrap .method_box .list .catch_wrap .catch {
    font-size: min(3.9vw, 17px);
  }
}
@media screen and (max-width: 768px) {
  #method .contents-inner .method_box_wrap .method_box .list:first-of-type {
    padding-bottom: 20px;
  }
}
#method .contents-inner .method_box_wrap .method_box .list:first-of-type::after {
  content: "";
  position: absolute;
  border-left: 2px dotted #D8BB8D;
  right: 0;
  width: 2px;
  height: 100%;
  top: 0;
  border-left: 0;
  border-bottom: 2px dotted #D8BB8D;
  width: 100%;
  height: 2px;
  bottom: 0;
  top: inherit;
}
@media screen and (max-width: 768px) {
  #method .contents-inner .method_box_wrap .method_box .list:first-of-type::after {
    border-left: 0;
    border-bottom: 2px dotted #D8BB8D;
    width: 100%;
    height: 2px;
    bottom: 0;
    top: inherit;
  }
}
#method .contents-inner #card {
  background-color: var(--base01);
  padding: 56px 5%;
  margin-bottom: 56px;
}
#method .contents-inner #card .content_box_all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 64px;
}
@media screen and (max-width: 768px) {
  #method .contents-inner #card .content_box_all {
    row-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  #method .contents-inner #card {
    padding: 30px 4%;
    margin-bottom: 30px;
  }
}
#method .contents-inner #card .lead_wrap {
  text-align: center;
}
#method .contents-inner #card .lead_wrap .lead {
  color: var(--blue03);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-top: 2px solid var(--blue03);
  border-bottom: 2px solid var(--blue03);
  display: inline-block;
  padding: 7px 0;
}
@media screen and (max-width: 768px) {
  #method .contents-inner #card .lead_wrap .lead {
    font-size: min(4.5vw, 22px);
  }
}
#method .contents-inner #card .card_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4%;
  row-gap: 26px;
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  #method .contents-inner #card .card_lists {
    margin-top: 27px;
    gap: 6%;
    row-gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#method .contents-inner #card .card_lists li {
  width: 30.6666666667%;
}
@media screen and (max-width: 768px) {
  #method .contents-inner #card .card_lists li {
    width: 47%;
  }
}
#method .contents-inner #card .card_lists li .card {
  margin: 0 auto 14px;
}
@media screen and (max-width: 768px) {
  #method .contents-inner #card .card_lists li .card {
    margin-bottom: 6px;
  }
}
#method .contents-inner #card .card_lists li .phone {
  width: 77px;
  display: block;
}
#method .contents-inner #card .card_lists li .phone_wrap_box {
  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;
}
#method .contents-inner #card .card_lists li .phone_wrap_box .explain {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-left: 9px;
}
@media screen and (max-width: 768px) {
  #method .contents-inner #card .card_lists li .phone_wrap_box .explain {
    margin-left: 0px;
    font-size: min(3.1vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  #method .contents-inner #card .card_lists li .phone_wrap {
    margin-right: 10px;
  }
}
#method .contents-inner #card .card_lists li .ex {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 1080px) {
  #method .contents-inner #card .card_lists li .ex {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #method .contents-inner #card .card_lists li .ex {
    font-size: min(3.1vw, 11px);
  }
}
#method .contents-inner #card .card_lists li .caution {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #method .contents-inner #card .card_lists li .caution.SAISON_txt {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #method .contents-inner #card .card_lists li .caution {
    font-size: min(3vw, 10px);
    margin-top: 5px;
  }
}
#method .contents-inner #card .fukidashi_copy {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #method .contents-inner #card .fukidashi_copy {
    font-size: min(3.9vw, 18px);
    margin-bottom: 16px;
  }
}
#method .contents-inner #card #pointNumber {
  display: grid;
  gap: 4%;
  row-gap: 26px;
  margin-top: 37px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
}
@media screen and (max-width: 768px) {
  #method .contents-inner #card #pointNumber {
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
#method .contents-inner #card #pointNumber li {
  width: 100%;
}
#method .contents-inner #card #pointNumber li:nth-child(4) {
  grid-column: 1/span 1;
}
@media screen and (max-width: 768px) {
  #method .contents-inner #card #pointNumber li:nth-child(4) {
    grid-column: inherit;
  }
}
#method .contents-inner #card #pointNumber li:nth-child(5) {
  grid-column: 2/span 2;
}
@media screen and (max-width: 768px) {
  #method .contents-inner #card #pointNumber li:nth-child(5) {
    grid-column: 1/span 2;
  }
}
#method .contents-inner #card_caution {
  border: 2px solid #8F1D22;
  padding: 25px 4% 20px;
}
@media screen and (max-width: 768px) {
  #method .contents-inner #card_caution {
    padding: 20px 4%;
  }
}
#method .contents-inner #card_caution .lead {
  color: #8F1D22;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #method .contents-inner #card_caution .lead {
    font-size: min(4.5vw, 24px);
  }
}
#method .contents-inner #card_caution .txt {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #method .contents-inner #card_caution .txt {
    font-size: min(3.3vw, 13px);
  }
}
#method .contents-inner .card_all_wrap {
  padding: 0 80px;
}
@media screen and (max-width: 1200px) {
  #method .contents-inner .card_all_wrap {
    padding: 0px 3vw;
  }
}
@media screen and (max-width: 768px) {
  #method .contents-inner .card_all_wrap {
    padding: 0px 0;
  }
}

#method .contents-inner,
#payment .contents-inner,
#contact .contents-inner {
  background: #FFF;
  padding-block: 40px;
}
@media screen and (max-width: 768px) {
  #method .contents-inner,
  #payment .contents-inner,
  #contact .contents-inner {
    padding-block: 30px 4%;
  }
}

#payment .contents-inner,
#method .contents-inner {
  padding: 40px 0%;
}
@media screen and (max-width: 768px) {
  #payment .contents-inner,
  #method .contents-inner {
    padding: 30px 0%;
  }
}

.content_inner_box {
  padding: 0px 80px;
}

.content_payment_box,
.content_inner_box {
  padding: 0px 4%;
  padding: 0px 8%;
}
@media screen and (max-width: 768px) {
  .content_payment_box,
  .content_inner_box {
    padding: 0px 4%;
  }
}

#payment {
  padding-top: 40px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #payment {
    padding: 40px 5% 0 5%;
  }
}
#payment .contents-inner .underLine_title {
  margin-bottom: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #payment .contents-inner .underLine_title {
    margin-bottom: 20px;
  }
}
#payment .contents-inner .underLine_title.underLine_none {
  text-decoration: none;
  margin-bottom: 0;
  color: black;
  font-size: 21px;
  margin-bottom: 13px;
  margin-bottom: 9px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #payment .contents-inner .underLine_title.underLine_none {
    font-size: min(4vw, 20px);
    line-height: 1.2;
    margin-bottom: 9px;
  }
}
#payment .contents-inner .payment_box_wrap .sub {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.1em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #payment .contents-inner .payment_box_wrap .sub {
    font-size: min(3.6vw, 15px);
    margin-bottom: 1px;
  }
}
#payment .contents-inner .payment_box_wrap .lead {
  color: var(--blue03);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 40px;
  margin-top: 8px;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  #payment .contents-inner .payment_box_wrap .lead {
    font-size: min(4.8vw, 23px);
    margin-top: 10px;
    margin-bottom: 7px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }
}
#payment .contents-inner .payment_box_wrap .lead .yellowLine {
  position: relative;
  display: inline;
  z-index: 0;
}
#payment .contents-inner .payment_box_wrap .lead .yellowLine::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 18%;
  background: #FFF100;
  z-index: -1;
}
#payment .contents-inner .payment_box_wrap .red_caution {
  color: var(--red01);
  text-align: center;
  font-size: 14px;
  line-height: 160%;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-bottom: 56px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #payment .contents-inner .payment_box_wrap .red_caution {
    font-size: min(3.3vw, 13px);
    margin-bottom: 30px;
  }
}
#payment .contents-inner .payment_box_wrap .card_visual {
  display: block;
  margin: 0 auto 56px;
  margin: 0 auto 30px;
  width: 338px;
}
@media screen and (max-width: 768px) {
  #payment .contents-inner .payment_box_wrap .card_visual {
    width: min(56vw, 330px);
    margin: 0 auto 30px;
  }
}
#payment .contents-inner .payment_box_wrap .app_payment {
  display: block;
  max-width: 500px;
  width: 90%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  #payment .contents-inner .payment_box_wrap .app_payment {
    margin: 0 auto 15px;
    width: 100%;
  }
}
#payment .contents-inner .payment_box_wrap .app_caution {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 160%;
  margin-bottom: 56px;
  display: block;
  margin: 0 auto 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #payment .contents-inner .payment_box_wrap .app_caution {
    font-size: min(3.3vw, 12px);
    display: block;
    margin: 0 auto 40px;
    text-align: center;
  }
}
#payment .contents-inner .payment_box_wrap .campaign_wrap .campaign_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#payment .contents-inner .payment_box_wrap .campaign_wrap .campaign_title_wrap .campaign_title {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 768px) {
  #payment .contents-inner .payment_box_wrap .campaign_wrap .campaign_title_wrap .campaign_title {
    font-size: min(4.2vw, 22px);
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 768px) {
  #payment .contents-inner .payment_box_wrap .campaign_wrap .campaign_title_wrap .campaign_title .kerning {
    letter-spacing: -0.2em;
  }
}
#payment .contents-inner .payment_box_wrap .campaign_wrap .campaign_title_wrap .campaign_title::before, #payment .contents-inner .payment_box_wrap .campaign_wrap .campaign_title_wrap .campaign_title::after {
  position: absolute;
  height: 1.8rem;
  background: #D8BB8D;
  content: "";
  width: 2px;
  height: 30px;
  bottom: 16px;
}
@media screen and (max-width: 768px) {
  #payment .contents-inner .payment_box_wrap .campaign_wrap .campaign_title_wrap .campaign_title::before, #payment .contents-inner .payment_box_wrap .campaign_wrap .campaign_title_wrap .campaign_title::after {
    bottom: 12px;
  }
}
#payment .contents-inner .payment_box_wrap .campaign_wrap .campaign_title_wrap .campaign_title::before {
  left: 0;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
#payment .contents-inner .payment_box_wrap .campaign_wrap .campaign_title_wrap .campaign_title::after {
  right: 0;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
#payment .contents-inner .payment_box_wrap .campaign_wrap .cp_banner {
  max-width: 574px;
  width: 90%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #payment .contents-inner .payment_box_wrap .campaign_wrap .cp_banner {
    width: 100%;
  }
}
#payment .contents-inner .payment_box_wrap .content_wrap_box {
  text-align: center;
}
#payment .contents-inner .payment_box_wrap .content_wrap_box .link_banner_button {
  margin-bottom: 24px;
}
#payment .contents-inner .payment_box_wrap .content_wrap_box .app_caution {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #payment .contents-inner .payment_box_wrap .content_wrap_box .app_caution {
    font-size: min(3.3vw, 13px);
    font-size: min(3.1vw, 11px);
  }
}
#payment .contents-inner .payment_box_wrap .Premium_gold_banner_wrap_box {
  padding: 0 80px;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  #payment .contents-inner .payment_box_wrap .Premium_gold_banner_wrap_box {
    padding: 0 3vw;
  }
}
@media screen and (max-width: 768px) {
  #payment .contents-inner .payment_box_wrap .Premium_gold_banner_wrap_box {
    padding: 0;
  }
}
#payment .contents-inner .payment_box_wrap .Premium_gold_banner_wrap_box .Premium_gold_banner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--base01);
  padding: 40px 4%;
  margin-bottom: 54px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 30px 5%;
  margin-bottom: 30px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #payment .contents-inner .payment_box_wrap .Premium_gold_banner_wrap_box .Premium_gold_banner_wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 30px 5%;
    margin-bottom: 30px;
    gap: 20px;
  }
}
#payment .contents-inner .payment_box_wrap .Premium_gold_banner_wrap_box .Premium_gold_banner_wrap .Premium_gold_banner {
  position: relative;
}
@media screen and (max-width: 768px) {
  #payment .contents-inner .payment_box_wrap .Premium_gold_banner_wrap_box .Premium_gold_banner_wrap .Premium_gold_banner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#payment .contents-inner .payment_box_wrap .okokuCP_Wrap .lead {
  margin-bottom: 23px;
  margin-top: 1px;
  margin-bottom: 9px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #payment .contents-inner .payment_box_wrap .okokuCP_Wrap .lead {
    margin-top: 1px;
    margin-bottom: 9px;
    line-height: 1.3;
  }
}
#payment .contents-inner .payment_box_wrap .okokuCP_Wrap .linkWrap {
  max-width: 500px;
  width: 90%;
  display: block;
  margin: 0 auto 56px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  #payment .contents-inner .payment_box_wrap .okokuCP_Wrap .linkWrap {
    width: 100%;
    margin: 0 auto 30px;
  }
}

#contact {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  #contact {
    padding: 40px 5% 40px;
  }
}
@media screen and (max-width: 768px) {
  #contact .contents-inner {
    padding-bottom: 25px;
  }
}
#contact .contents-inner .faq_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #contact .contents-inner .faq_lists {
    gap: 20px;
  }
}
#contact .contents-inner .faq_lists .list {
  padding-bottom: 22px;
  border-bottom: 1px solid #8D8D8D;
}
@media screen and (max-width: 768px) {
  #contact .contents-inner .faq_lists .list {
    padding-bottom: 20px;
  }
}
#contact .contents-inner .faq_lists .list:last-of-type {
  border-bottom: 0;
}
#contact .contents-inner .faq_lists .list .accordion-item .wrap {
  position: relative;
}
#contact .contents-inner .faq_lists .list .accordion-item .wrap .accordion-button {
  width: 100%;
  position: relative;
}
#contact .contents-inner .faq_lists .list .accordion-item .wrap .accordion-button .tag {
  color: #000;
  font-size: 20px;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  width: 90%;
  text-align: left;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  #contact .contents-inner .faq_lists .list .accordion-item .wrap .accordion-button .tag {
    font-size: min(3.6vw, 14px);
  }
}
#contact .contents-inner .faq_lists .list .accordion-item .wrap .icon-wrap .icon::after {
  background: inherit;
  background-image: url(../images/faq_arrow01.png);
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
}
#contact .contents-inner .faq_lists .list .accordion-item .wrap .icon-wrap .icon::before {
  content: none;
}
#contact .contents-inner .faq_lists .list .accordion-item .ac-content {
  background-color: var(--base01);
  padding: 30px 4%;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  #contact .contents-inner .faq_lists .list .accordion-item .ac-content {
    padding: 15px 4%;
    margin-top: 16px;
  }
}
#contact .contents-inner .faq_lists .list .accordion-item .ac-content .txt {
  color: #000;
  font-size: 20px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  #contact .contents-inner .faq_lists .list .accordion-item .ac-content .txt {
    font-size: min(3.6vw, 14px);
  }
}

#menu {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: var(--beige01);
  width: 100%;
  padding: 27px 0;
  padding: 14px 0;
}
#menu .menu_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 68px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#menu .menu_lists .list {
  position: relative;
  height: 33px;
  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;
}
#menu .menu_lists .list::after {
  position: absolute;
  content: "";
  background-color: white;
  width: 1px;
  height: 100%;
  top: 0;
  right: -34px;
}
#menu .menu_lists .link_txt .txt {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.1em;
}

/* ハンバーガーメニュー */
.sp-header-nav_box_ham {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  display: block;
  right: 0;
  top: 0px;
  width: 70px;
  height: 70px;
  z-index: 8;
}

.sp-header-nav_box_ham_line {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  background-color: #1A1A1A;
  width: 30px;
  height: 2px;
}

.line-1 {
  top: 25px;
  right: 17.5px;
}

.line-2 {
  top: 35px;
  right: 17.5px;
}

.line-3 {
  top: 45px;
  right: 17.5px;
}

.clicked .line-1 {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  top: 35px;
  background-color: white;
  background-color: #000000;
}

.clicked .line-2 {
  opacity: 0;
}

.clicked .line-3 {
  -webkit-transform: rotate(405deg);
  transform: rotate(405deg);
  top: 35px;
  background-color: white;
  background-color: #000000;
}

.sp-nav_nav-list {
  position: fixed;
  width: 100%;
  top: -1000px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 100%;
  z-index: 7;
}

.sp-nav_nav-list_box {
  list-style: none;
  text-align: center;
  padding: 10% 0;
  background-image: url(../images/sp-nav_BG.jpg);
  background-size: cover;
  background-repeat: repeat-y;
  background-position: top;
}

.sp-nav_nav-list_box_list {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100%;
}

.sp-nav_nav-list_box_list:nth-last-of-type(1) {
  margin-bottom: 0;
}

.sp-nav_nav-list_box_list a {
  color: #B8AB82;
  font-size: 20px;
}

.nav-opened {
  top: 0px;
}

.is-z {
  z-index: 11;
}

@media screen and (max-width: 768px) {
  .sp-header-nav_box_ham_wrap {
    position: sticky;
    z-index: 100;
    top: 0;
    width: 100%;
  }
  .sp-header-nav_box_ham {
    position: absolute;
    right: 1%;
    top: 10px;
    width: 60px;
    height: 60px;
    background: white;
    border: 1px solid rgb(210, 210, 210);
    border-radius: 50%;
    z-index: 15;
  }
  .sp-header-nav_box_ham_line {
    background-color: #000000;
    width: 30px;
    height: 2px;
  }
  .line-1 {
    top: 19px;
  }
  .line-2 {
    top: 29px;
  }
  .line-3 {
    top: 39px;
  }
  .line-1,
  .line-2,
  .line-3 {
    right: 14px;
  }
  .clicked .line-1 {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .clicked .line-2 {
    opacity: 0;
  }
  .clicked .line-3 {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  .clicked .line-1,
  .clicked .line-3 {
    top: 29px;
  }
  .sp-nav_nav-list {
    z-index: 10;
  }
  .sp-nav_nav-list_box {
    padding: 90px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
  .sp-nav_nav-list_box_list {
    margin: 0 auto;
    width: 80%;
    position: relative;
  }
  .sp-nav_nav-list_box_list::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -24px;
    background-color: #998A66;
    background-color: white;
  }
  .sp-nav_nav-list_box_list:last-of-type::after {
    content: none;
  }
  .sp-nav_nav-list_box_list:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .sp-nav_nav-list_box_list a {
    color: white;
    font-size: min(4.2vw, 18px);
  }
}
/* ハンバーガーメニューここまで */
#Gallery {
  background-color: rgb(233, 255, 255);
}

#Access {
  background-color: rgb(254, 233, 255);
}

#Contact {
  background-color: rgb(210, 242, 214);
}

.js-appearance {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  pointer-events: none;
}
.js-appearance.is-show {
  opacity: 1;
  position: relative;
  z-index: 100;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

/* ヘッダー／フッター／メニューここまで */
#campaign {
  background-color: var(--base01);
}
#campaign .contents-inner {
  text-align: center;
}
#campaign .contents-inner .cp_banner {
  display: block;
  max-width: 655px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #campaign .contents-inner .cp_banner {
    width: 100%;
  }
}

#flow .contents-inner .inner_inside,
#other .contents-inner .inner_inside,
#method .contents-inner .inner_inside {
  background-color: white;
}
#flow .contents-inner .cardTitle_wrap,
#other .contents-inner .cardTitle_wrap,
#method .contents-inner .cardTitle_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#flow .contents-inner .cardTitle_wrap .cardTitle,
#other .contents-inner .cardTitle_wrap .cardTitle,
#method .contents-inner .cardTitle_wrap .cardTitle {
  color: var(--darkBlue01);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.3px;
  display: block;
  padding: 8px 1px;
  text-align: left;
}
@media screen and (max-width: 1300px) {
  #flow .contents-inner .cardTitle_wrap .cardTitle,
  #other .contents-inner .cardTitle_wrap .cardTitle,
  #method .contents-inner .cardTitle_wrap .cardTitle {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  #flow .contents-inner .cardTitle_wrap .cardTitle,
  #other .contents-inner .cardTitle_wrap .cardTitle,
  #method .contents-inner .cardTitle_wrap .cardTitle {
    font-size: min(4.8vw, 24px);
  }
}
#flow .contents-inner .cardTitle_wrap .accordion-item,
#other .contents-inner .cardTitle_wrap .accordion-item,
#method .contents-inner .cardTitle_wrap .accordion-item {
  width: 100%;
}
#flow .contents-inner .cardTitle_wrap .accordion-item .wrap,
#other .contents-inner .cardTitle_wrap .accordion-item .wrap,
#method .contents-inner .cardTitle_wrap .accordion-item .wrap {
  position: relative;
  width: 100%;
}
#flow .contents-inner .cardTitle_wrap .accordion-item .wrap .icon:before,
#flow .contents-inner .cardTitle_wrap .accordion-item .wrap .icon:after,
#other .contents-inner .cardTitle_wrap .accordion-item .wrap .icon:before,
#other .contents-inner .cardTitle_wrap .accordion-item .wrap .icon:after,
#method .contents-inner .cardTitle_wrap .accordion-item .wrap .icon:before,
#method .contents-inner .cardTitle_wrap .accordion-item .wrap .icon:after {
  background: var(--darkBlue01);
}
#flow .contents-inner .cardTitle_wrap .ac-content,
#other .contents-inner .cardTitle_wrap .ac-content,
#method .contents-inner .cardTitle_wrap .ac-content {
  margin-bottom: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #flow .contents-inner .cardTitle_wrap .ac-content,
  #other .contents-inner .cardTitle_wrap .ac-content,
  #method .contents-inner .cardTitle_wrap .ac-content {
    margin-bottom: 30px;
  }
}
#flow .contents-inner .cautionBox,
#other .contents-inner .cautionBox,
#method .contents-inner .cautionBox {
  border: 1px solid var(--red03);
  padding: 12px 3%;
}
#flow .contents-inner .cautionBox .caution_title,
#other .contents-inner .cautionBox .caution_title,
#method .contents-inner .cautionBox .caution_title {
  color: var(--red03);
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #flow .contents-inner .cautionBox .caution_title,
  #other .contents-inner .cautionBox .caution_title,
  #method .contents-inner .cautionBox .caution_title {
    font-size: 22px;
  }
}
#flow .contents-inner .cautionBox .ex,
#other .contents-inner .cautionBox .ex,
#method .contents-inner .cautionBox .ex {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #flow .contents-inner .cautionBox .ex,
  #other .contents-inner .cautionBox .ex,
  #method .contents-inner .cautionBox .ex {
    font-size: min(3.2vw, 13px);
  }
}

#flow {
  background-color: #E1F2FE;
  border-top: 7px solid #BDAA85;
}
#flow .contents-inner .inner_inside {
  padding-top: 10px;
  padding-bottom: 30px;
  padding-top: 7px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #flow .contents-inner .inner_inside {
    padding-top: 7px;
    padding-bottom: 20px;
  }
}

#other {
  background-image: url("/msppoint/campaign/20250910/pgkangencp/common/images/contactBG.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.cardList_Box_All {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  row-gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .cardList_Box_All {
    row-gap: 20px;
    margin-bottom: 20px;
  }
}

.cardList_Box {
  border-top: 2px solid var(--darkBlue01);
}

.cardList_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  row-gap: 25px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .cardList_wrap {
    row-gap: 20px;
    margin-top: 20px;
  }
}
.cardList_wrap.wrap02 .cardList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
}
@media screen and (max-width: 768px) {
  .cardList_wrap.wrap02 .cardList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4px;
  }
}
.cardList_wrap.wrap02 .cardList .cardwrap {
  margin-left: 40px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .cardList_wrap.wrap02 .cardList .cardwrap {
    margin-left: 20px;
  }
}
.cardList_wrap.wrap02 .cardList .cardwrap.wrap02 {
  margin-left: 0;
}
.cardList_wrap.wrap02 .cardList .cardwrap .card {
  width: 80px;
  width: 60px;
}
@media screen and (max-width: 768px) {
  .cardList_wrap.wrap02 .cardList .cardwrap .card {
    width: 60px;
  }
}
.cardList_wrap.wrap02 .cardList.list02 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cardList_wrap.wrap02 .cardList.list02 .cardwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cardList_wrap.wrap02 .cardList.list02 .cardwrap .card {
  width: 80px;
  width: 60px;
}
@media screen and (max-width: 768px) {
  .cardList_wrap.wrap02 .cardList.list02 .cardwrap .card {
    width: 60px;
  }
}
.cardList_wrap.wrap03 {
  margin-bottom: 90px;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .cardList_wrap.wrap03 {
    margin-bottom: 65px;
  }
}
.cardList_wrap .cardList {
  width: 47.5%;
  position: relative;
}
.cardList_wrap .cardList .card {
  display: block;
  margin-bottom: 10px;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .cardList_wrap .cardList .card {
    margin-bottom: 6px;
  }
}
.cardList_wrap .cardList .cap {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .cardList_wrap .cardList .cap {
    font-size: min(3vw, 11px);
  }
}
.cardList_wrap .cardList .cap.cap02 {
  text-align: left;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cardList_wrap .cardList .cap.cap02 {
    text-align: center;
  }
}
.cardList_wrap .cardList .caution {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
  position: absolute;
  /* top: 50%; */
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 300px;
  white-space: nowrap;
}
@media screen and (max-width: 1300px) {
  .cardList_wrap .cardList .caution {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .cardList_wrap .cardList .caution {
    font-size: 10px;
  }
}

.fukidashi_copy_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .fukidashi_copy_wrap {
    gap: 5px;
    margin-bottom: 8px;
  }
}
.fukidashi_copy_wrap .fukidashi_copy {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1300px) {
  .fukidashi_copy_wrap .fukidashi_copy {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .fukidashi_copy_wrap .fukidashi_copy {
    font-size: min(3.6vw, 15px);
  }
}
.fukidashi_copy_wrap .line {
  width: 30px;
  width: 20px;
}
@media screen and (max-width: 768px) {
  .fukidashi_copy_wrap .line {
    width: 16px;
  }
}
.fukidashi_copy_wrap.introArea {
  position: relative;
  z-index: 1;
  gap: 6px;
}
.fukidashi_copy_wrap.introArea .fukidashi_copy {
  color: #FFF5AF;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.6;
  max-width: 499px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fukidashi_copy_wrap.introArea .fukidashi_copy {
    font-size: min(4.2vw, 22px);
    max-width: inherit;
    width: 67%;
  }
}
.fukidashi_copy_wrap.introArea .line {
  width: 16px;
}
@media screen and (max-width: 768px) {
  .fukidashi_copy_wrap.introArea .line {
    width: 15px;
  }
}
.fukidashi_copy_wrap.special {
  gap: 6px;
  margin-top: 40px;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .fukidashi_copy_wrap.special {
    margin-top: 21px;
  }
}
.fukidashi_copy_wrap.special .line {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .fukidashi_copy_wrap.special .line {
    width: 17px;
  }
}
.fukidashi_copy_wrap.special .fukidashi_copy {
  color: var(--darkBlue01);
  font-size: 22px;
  font-weight: 900;
}
@media screen and (max-width: 1300px) {
  .fukidashi_copy_wrap.special .fukidashi_copy {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .fukidashi_copy_wrap.special .fukidashi_copy {
    font-size: min(4vw, 17px);
  }
}

#flow .campaign_introBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  margin-top: -10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #flow .campaign_introBox {
    margin-top: -10px;
    margin-bottom: 10px;
  }
}
#flow .campaign_introBox .campaign_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 37px 0 10px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  #flow .campaign_introBox .campaign_intro {
    margin: 20px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  #flow .campaign_introBox .campaign_intro {
    margin: 20px 0 10px;
  }
}
#flow .campaign_introBox .campaign_intro .number {
  border-radius: 35px;
  background: var(--darkBlue01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
}
#flow .campaign_introBox .campaign_intro .number span {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
#flow .campaign_introBox .campaign_intro .lead {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 15px;
}
@media screen and (max-width: 1300px) {
  #flow .campaign_introBox .campaign_intro .lead {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  #flow .campaign_introBox .campaign_intro .lead {
    font-size: min(4.2vw, 17px);
  }
}
#flow .campaign_introBox .campaign_intro .lead.underline {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  line-height: 1.6;
}
#flow .campaign_introBox .campaign_intro .caution {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #flow .campaign_introBox .campaign_intro .caution {
    font-size: min(3.2vw, 13px);
  }
}
#flow .campaign_introBox .campaign_intro .flow_illust {
  display: block;
  margin: 20px auto 40px;
  width: 80%;
}

#other .contents-inner .other_intro {
  margin-bottom: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .other_intro {
    margin-bottom: 20px;
  }
}
#other .contents-inner .otherTitle_wrap {
  margin-bottom: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .otherTitle_wrap {
    margin-bottom: 15px;
  }
}
#other .contents-inner .otherTitle_wrap .sub {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .otherTitle_wrap .sub {
    font-size: min(4.5vw, 19px);
    margin-bottom: 5px;
  }
}
#other .contents-inner .otherTitle_lead {
  color: var(--darkBlue01);
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .otherTitle_lead {
    font-size: min(5.8vw, 24px);
  }
}
#other .contents-inner .medal_rank_point01 {
  margin-bottom: 10px;
}
#other .contents-inner .medal_rank_point02 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .medal_rank_point02 {
    margin-bottom: 20px;
  }
}
#other .contents-inner .medal_rank_point_BOX .explain {
  color: #000;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 6px;
}
@media screen and (max-width: 1300px) {
  #other .contents-inner .medal_rank_point_BOX .explain {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #other .contents-inner .medal_rank_point_BOX .explain {
    font-size: min(3.3vw, 14px);
  }
}
#other .contents-inner .card_campaign_box {
  margin-top: 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .card_campaign_box {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
#other .contents-inner .card_campaign_box .banner {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .card_campaign_box .banner {
    margin-bottom: 10px;
  }
}

.pointService_Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 4px;
  margin: 14px 0;
}
.pointService_Box .point {
  width: 57%;
}
.pointService_Box .arrow {
  width: 20px;
}
.pointService_Box .off_10 {
  display: block;
  width: 70%;
}

.deco_Title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .deco_Title {
    gap: 9px;
  }
}
.deco_Title picture.deco {
  width: 25px;
}
@media screen and (max-width: 768px) {
  .deco_Title picture.deco {
    width: 21px;
  }
}
.deco_Title .ex {
  color: var(--darkBlue01);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1300px) {
  .deco_Title .ex {
    font-size: 27px;
  }
}
@media screen and (max-width: 1100px) {
  .deco_Title .ex {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .deco_Title .ex {
    font-size: min(6.5vw, 27px);
    line-height: 1.4;
  }
}
.deco_Title .ex.twoLine {
  line-height: 1.3;
}
.deco_Title.facility {
  margin-bottom: 26px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .deco_Title.facility {
    margin-bottom: 9px;
  }
}

.intro_bottomCaution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 45px auto 30px;
  row-gap: 18px;
}

.caution_redLine {
  color: var(--red03);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.caution_black {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .caution_black {
    font-size: min(3.2vw, 13px);
  }
}
/*# sourceMappingURL=style_2602.css.map */



