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

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

/* ---------- ヘッダー ---------- */
header {
  top: 0;
  width: 100%;
  height: 80px;
  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;
  overflow: hidden;
}

header div {
  max-width: 1440px;
  width: 100%;
  /* min-width: 641px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  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;
  width: auto;
}
@media screen and (max-width: 1000px) {
  header div a img {
    height: 4vw;
  }
}

@media screen and (max-width: 768px) {
  header div a img {
    height: 24px;
    height: 18px;
    width: auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 370px) {
  header div a img {
    height: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 57px;
  }
}
.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;
  height: 32px;
  padding-right: 2%;
  width: auto;
}
@media screen and (max-width: 1000px) {
  .right {
    height: 2.7vw;
  }
}

@media screen and (max-width: 768px) {
  .right {
    float: right;
    height: 21px;
    height: 16px;
  }
}
@media screen and (max-width: 768px) and (max-width: 370px) {
  .right {
    height: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  .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;
}

#top .left .rogo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 57px;
}
@media screen and (max-width: 1100px) {
  #top .left .rogo_wrap {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  #top .left .rogo_wrap {
    gap: 1vw;
  }
}

/* ---------- フッター ---------- */
footer {
  position: relative;
  z-index: 2;
  background: white;
  padding-top: 80px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  footer {
    padding-top: 40px;
  }
}

.footer-container {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  background-color: white;
  padding-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .footer-container {
    padding-bottom: 30px;
  }
}

.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;
  /* overflow: hidden; */
  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: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.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;
  }
}
/* TOPへ戻るボタン */
#pageTop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 9998;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#pageTop a {
  display: block;
  opacity: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  text-indent: 0px;
  line-height: 300%;
  text-decoration: none;
  line-height: 1.5em;
  font-family: "Noto Sans";
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  #pageTop a {
    display: block;
    opacity: 1;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    text-indent: 0px;
    line-height: 300%;
    text-decoration: none;
    line-height: 1.5em;
    font-family: "Noto Sans";
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #pageTop {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 9998;
  }
}

.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: center;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  bottom: -20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slick-dots li {
    width: 15px;
  }
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  .slick-dots li button:before {
    font-size: 20px;
  }
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

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

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  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;
}

.all_wrap {
  background: var(--redo01);
}

.contents-inner {
  background-color: white;
  max-width: 1180px;
  width: 90%;
  padding: 0 60px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 1100px) {
  .contents-inner {
    padding: 0 3%;
  }
}
.contents-inner.fuku_inside {
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .contents-inner {
    width: 92%;
    padding: 0 5%;
  }
}

:root {
  --redo01: #BD1920;
  --blue01: #213B6B;
}

.link_button01 {
  display: block;
  border: 1px solid black;
  border-radius: 10px;
  padding: 30px 0;
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0px 10px 0px 0px rgb(212, 212, 212);
          box-shadow: 0px 10px 0px 0px rgb(212, 212, 212);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .link_button01 {
    padding: 24px 0;
    -webkit-box-shadow: 0px 7px 0px 0px rgb(212, 212, 212);
            box-shadow: 0px 7px 0px 0px rgb(212, 212, 212);
    margin-bottom: 28px;
  }
}
.link_button01::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_button01:hover {
  background-color: black;
  -webkit-transform: translate3d(0, 10px, 0rem);
          transform: translate3d(0, 10px, 0rem);
  -webkit-box-shadow: 0px 0px 0px 0px rgb(212, 212, 212);
          box-shadow: 0px 0px 0px 0px rgb(212, 212, 212);
}
.link_button01:hover p {
  color: white;
}
.link_button01:hover::after {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  right: 20px;
}
.link_button01 p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .link_button01 p {
    font-size: 14px;
    line-height: 1.4;
  }
}

.category_title {
  background: transparent;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .category_title {
    margin-bottom: 18px;
  }
}
.category_title p {
  color: #213B6B;
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px) {
  .category_title p {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .category_title p {
    font-size: min(4.2vw, 32px);
  }
}

.link_banner_button_wrap {
  width: 100%;
  text-align: center;
}

.link_banner_button {
  display: inline-block;
  margin: 0 auto 70px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .link_banner_button {
    margin: 0 auto 28px;
    width: min(80vw, 300px);
  }
}
.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: 27px 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;
}
@media screen and (max-width: 768px) {
  .link_banner_button .link_txt {
    padding: 10px 0;
  }
}
.link_banner_button .link_txt p {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .link_banner_button .link_txt p {
    font-size: min(3.5vw, 15px);
  }
}
.link_banner_button .link_txt:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: #DE0073;
  border: 1px solid #DE0073;
  border-radius: 16px;
  -webkit-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 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%;
    border-radius: 12px;
  }
}
.link_banner_button .link_txt::after {
  content: "";
  width: 11px;
  height: 11px;
  border: 1px solid white;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  position: absolute;
  right: 15px;
  top: 43%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .link_banner_button .link_txt::after {
    right: 8%;
  }
}
.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 #DE0073;
  -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: #DE0073;
}
.link_banner_button .link_txt:hover::after {
  border: 1px solid #DE0073;
  border-top: 0;
  border-right: 0;
  top: 50%;
}
.link_banner_button.fuku_summer_button02 .link_txt::before {
  background-color: #1F923F;
  border: 1px solid #1F923F;
}
.link_banner_button.fuku_summer_button02 .link_txt:hover:before {
  background-color: white;
  border: 1px solid #1F923F;
}
.link_banner_button.fuku_summer_button02 .link_txt:hover p {
  color: #1F923F;
}
.link_banner_button.fuku_summer_button02 .link_txt:hover::after {
  border: 1px solid #1F923F;
  border-top: 0;
  border-right: 0;
}

.facility_name_tag {
  background: #0096DF;
  padding: 37px 0;
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.05em;
  margin-bottom: 41px;
  border-radius: 16px;
}
.facility_name_tag.fuku_black_bg {
  background-color: black;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .facility_name_tag.fuku_black_bg {
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .facility_name_tag {
    font-size: min(4.5vw, 35px);
    padding: 22px 0;
    border-radius: 12px;
    margin-bottom: 23px;
  }
}
.facility_name_tag.fuku_tag02 {
  background: #DE0073;
}
.facility_name_tag.fuku_tag03 {
  background: #1F923F;
}
.facility_name_tag.fuku_tag_PU {
  border-radius: 0;
}

.fixed-menu {
  position: fixed;
  top: 60%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  z-index: 90;
}
@media screen and (max-width: 768px) {
  .fixed-menu {
    width: 100%;
    left: 0%;
    bottom: 0px;
    top: inherit;
    right: inherit;
    -webkit-transition: bottom 0.3s;
    transition: bottom 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 10vw;
    -webkit-box-shadow: 6px 8px 8px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 6px 8px 8px 10px rgba(0, 0, 0, 0.25);
  }
}
.fixed-menu .global_menu-button {
  display: block;
  width: 60px;
  background-color: #333;
  color: #fff;
  border: none;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fixed-menu .global_menu-button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: inherit;
  }
}
.fixed-menu .global_menu-button:hover {
  background-color: #555;
}
.fixed-menu .global_menu-button a {
  position: relative;
}
@media screen and (max-width: 768px) {
  .fixed-menu .global_menu-button a {
    display: block;
  }
  .fixed-menu .global_menu-button a:nth-child(-n+2)::after {
    content: "";
    width: 1px;
    height: 40px;
    position: absolute;
    right: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    background-color: black;
  }
}

section {
  position: relative;
}

.BG_wrap {
  overflow: hidden;
  position: relative;
}

.title_illustBG {
  position: absolute;
  width: 103px;
}
@media screen and (max-width: 768px) {
  .title_illustBG {
    width: min(10vw, 90px);
  }
}
.title_illustBG.fuku_illustBG01_01 {
  left: -5%;
  top: -15%;
}
.title_illustBG.fuku_illustBG01_02 {
  right: -5%;
  top: -18%;
}
.title_illustBG.fuku_illustBG02_01 {
  left: -5%;
  top: -15%;
}
.title_illustBG.fuku_illustBG02_02 {
  right: -5%;
  top: -18%;
}
.title_illustBG.fuku_illustBG03_01 {
  width: 116px;
  left: -2%;
  top: 0%;
}
@media screen and (max-width: 1100px) {
  .title_illustBG.fuku_illustBG03_01 {
    width: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .title_illustBG.fuku_illustBG03_01 {
    width: min(11vw, 110px);
    left: -4%;
    top: 4%;
  }
}
.title_illustBG.fuku_illustBG03_02 {
  width: 116px;
  right: 1%;
  top: 1%;
}
@media screen and (max-width: 1100px) {
  .title_illustBG.fuku_illustBG03_02 {
    width: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .title_illustBG.fuku_illustBG03_02 {
    width: min(15vw, 100px);
    right: -3%;
    top: 4%;
  }
}
.title_illustBG.fuku_illustBG04_01 {
  width: 116px;
  left: -2%;
  top: 0%;
}
@media screen and (max-width: 1100px) {
  .title_illustBG.fuku_illustBG04_01 {
    width: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .title_illustBG.fuku_illustBG04_01 {
    width: min(11vw, 110px);
    left: -4%;
    top: 4%;
  }
}
.title_illustBG.fuku_illustBG04_02 {
  width: 116px;
  right: -1%;
  top: -11%;
}
@media screen and (max-width: 1100px) {
  .title_illustBG.fuku_illustBG04_02 {
    width: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .title_illustBG.fuku_illustBG04_02 {
    width: min(11vw, 100px);
    right: -3%;
    top: 4%;
  }
}

/* ふわっとロード・スクロールアップ */
.scroll-up {
  opacity: 0;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
}

.scroll-up.done {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* ふわっとロード・スクロールアップここまで */
.caution_wrap {
  padding: 0;
  background-color: inherit;
}

.caution_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: 70px;
}

.caution_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: 40px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .caution_box {
    margin-top: 30px;
  }
}
.caution_box .list .caution_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;
}
.caution_box .list .caution_title {
  color: #E60012;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 22px 0;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #FEBCC1;
  border-radius: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .caution_box .list .caution_title {
    white-space: inherit;
    font-size: min(4.3vw, 20px);
    line-height: 1.4;
    padding: 18px 0;
    margin-bottom: 14px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  .caution_box .list .caution_title.fuku_PU_title {
    font-size: min(3.9vw, 18px);
  }
}
.caution_box .list .caution_title.fuku_shopLists_title {
  background-color: inherit;
  width: 100%;
  color: black;
  padding: 0;
}
.caution_box .list .caution_title.fuku_shopLists_title::before, .caution_box .list .caution_title.fuku_shopLists_title::after {
  background-color: #ffffff;
  content: "";
  height: 1px;
  width: 36%;
}
@media screen and (max-width: 768px) {
  .caution_box .list .caution_title.fuku_shopLists_title::before, .caution_box .list .caution_title.fuku_shopLists_title::after {
    width: 19%;
  }
}
.caution_box .list .caution_title.fuku_shopLists_title::before {
  margin-right: 37px;
}
@media screen and (max-width: 768px) {
  .caution_box .list .caution_title.fuku_shopLists_title::before {
    margin-right: 3%;
  }
}
.caution_box .list .caution_title.fuku_shopLists_title::after {
  margin-left: 37px;
}
@media screen and (max-width: 768px) {
  .caution_box .list .caution_title.fuku_shopLists_title::after {
    margin-left: 3%;
  }
}
.caution_box .list .black_txt_wrap {
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .caution_box .list .black_txt_wrap {
    margin-bottom: 9px;
  }
}
.caution_box .list .black_txt_wrap .black_txt {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
.caution_box .list .black_txt_wrap .black_txt.fuku_shopLists_txt {
  color: black;
}
@media screen and (max-width: 768px) {
  .caution_box .list .black_txt_wrap .black_txt {
    font-size: min(3.7vw, 16px);
    line-height: 1.7;
  }
}
.caution_box .list .black_txt_wrap .black_txt .star {
  color: #F58200;
}
.caution_box .list .black_txt_wrap .black_txt .strong {
  font-weight: 700;
}
.caution_box .list .black_txt_wrap .black_txt.fuku_underLine {
  text-decoration: underline;
}
.caution_box .list .txt {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 10px;
}
.caution_box .list .txt.fuku_shopLists_txt {
  color: black;
}
@media screen and (max-width: 768px) {
  .caution_box .list .txt {
    font-size: min(3.2vw, 12px);
    line-height: 1.5;
  }
}

.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;
}

.BF_tape_BG {
  position: relative;
  display: block;
  margin-bottom: -4vw;
  z-index: 5;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .BF_tape_BG {
    margin-bottom: -12vw;
  }
}
.BF_tape_BG img {
  display: block;
}
.BF_tape_BG.fuku_BG02 {
  margin-top: -3vw;
}
@media screen and (max-width: 768px) {
  .BF_tape_BG.fuku_BG02 {
    margin-top: -9vw;
  }
}

.BF_all_BG {
  position: absolute;
  width: 100%;
  left: 0;
}
.BF_all_BG.fuku_BG01 {
  top: 10%;
}
.BF_all_BG.fuku_BG02 {
  top: 55%;
}
.BF_all_BG.fuku_BG03 {
  bottom: 10%;
}

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

.fuku_deco_area .fuku_deco {
  position: absolute;
  width: 300px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .fuku_deco_area .fuku_deco {
    width: 80px;
  }
}
.fuku_deco_area .fuku_deco.fuku_deco01 {
  top: 7%;
  left: -230px;
}
@media screen and (max-width: 768px) {
  .fuku_deco_area .fuku_deco.fuku_deco01 {
    left: -50px;
  }
}
.fuku_deco_area .fuku_deco.fuku_deco01 .js_fuku_deco01 {
  position: relative;
  width: auto;
  height: 100%;
  will-change: transform;
}
.fuku_deco_area .fuku_deco.fuku_deco02 {
  top: 13%;
  right: -240px;
}
@media screen and (max-width: 768px) {
  .fuku_deco_area .fuku_deco.fuku_deco02 {
    right: -50px;
  }
}
.fuku_deco_area .fuku_deco.fuku_deco03 {
  top: 22%;
  left: -230px;
}
@media screen and (max-width: 768px) {
  .fuku_deco_area .fuku_deco.fuku_deco03 {
    left: -50px;
  }
}
.fuku_deco_area .fuku_deco.fuku_deco04 {
  top: 30%;
  right: -240px;
}
@media screen and (max-width: 768px) {
  .fuku_deco_area .fuku_deco.fuku_deco04 {
    right: -50px;
  }
}
.fuku_deco_area .fuku_deco.fuku_deco05 {
  top: 39%;
  left: -230px;
}
@media screen and (max-width: 768px) {
  .fuku_deco_area .fuku_deco.fuku_deco05 {
    left: -50px;
  }
}
.fuku_deco_area .fuku_deco.fuku_deco06 {
  top: 46%;
  right: -240px;
}
@media screen and (max-width: 768px) {
  .fuku_deco_area .fuku_deco.fuku_deco06 {
    right: -50px;
  }
}
.fuku_deco_area .fuku_deco.fuku_deco07 {
  top: 55%;
  left: -230px;
}
@media screen and (max-width: 768px) {
  .fuku_deco_area .fuku_deco.fuku_deco07 {
    left: -50px;
  }
}
.fuku_deco_area .fuku_deco.fuku_deco08 {
  top: 68%;
  right: -240px;
}
@media screen and (max-width: 768px) {
  .fuku_deco_area .fuku_deco.fuku_deco08 {
    right: -50px;
  }
}
.fuku_deco_area .fuku_deco.fuku_deco09 {
  top: 80%;
  left: -230px;
}
@media screen and (max-width: 768px) {
  .fuku_deco_area .fuku_deco.fuku_deco09 {
    left: -50px;
  }
}
.fuku_deco_area .fuku_deco.fuku_deco10 {
  top: 85%;
  right: -240px;
}
@media screen and (max-width: 768px) {
  .fuku_deco_area .fuku_deco.fuku_deco10 {
    right: -50px;
  }
}
.fuku_deco_area .fuku_deco.fuku_deco11 {
  top: 96%;
  left: -230px;
}
@media screen and (max-width: 768px) {
  .fuku_deco_area .fuku_deco.fuku_deco11 {
    left: -50px;
  }
}
.fuku_deco_area .fuku_deco.fuku_deco12 {
  top: 98%;
  right: -240px;
}
@media screen and (max-width: 768px) {
  .fuku_deco_area .fuku_deco.fuku_deco12 {
    right: -50px;
  }
}

@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: 1100px) {
  .tab-only {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .tab-only {
    display: none !important;
  }
}

#KV {
  background-image: url("../images/KV_BG_PC.jpg");
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top;
  position: relative;
  overflow: hidden;
}
#KV .main_title {
  display: block;
  margin: 0px auto 30px;
  padding-top: 50px;
  width: 40%;
  position: relative;
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #KV .main_title {
    width: 70%;
    padding-top: 30px;
    margin: 0px auto 18px;
  }
}
#KV .main_title .KV_copy {
  position: absolute;
  width: 20%;
  top: 25px;
  right: -8%;
}
#KV .top_lead {
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  line-height: 100% 1;
  letter-spacing: 0.1em;
  background: var(--blue01);
  padding: 20px 0;
  position: relative;
  z-index: 8;
}
@media screen and (max-width: 1200px) {
  #KV .top_lead {
    font-size: 30px;
  }
}
@media screen and (max-width: 1050px) {
  #KV .top_lead {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  #KV .top_lead {
    font-size: min(3.8vw, 17px);
    padding: 12px 0;
  }
}
@-webkit-keyframes fuwafuwa01 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.7vw);
            transform: translateY(-0.7vw);
  }
}
@keyframes fuwafuwa01 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.7vw);
            transform: translateY(-0.7vw);
  }
}
@media screen and (max-width: 768px) {
  @-webkit-keyframes fuwafuwa01 {
    0%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-1vw);
              transform: translateY(-1vw);
    }
  }
  @keyframes fuwafuwa01 {
    0%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-1vw);
              transform: translateY(-1vw);
    }
  }
}
@-webkit-keyframes fuwafuwa02 {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-1.6vw);
            transform: translateX(-1.6vw);
  }
}
@keyframes fuwafuwa02 {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-1.6vw);
            transform: translateX(-1.6vw);
  }
}
@media screen and (max-width: 768px) {
  @-webkit-keyframes fuwafuwa02 {
    0%, 100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    50% {
      -webkit-transform: translateX(-2vw);
              transform: translateX(-2vw);
    }
  }
  @keyframes fuwafuwa02 {
    0%, 100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    50% {
      -webkit-transform: translateX(-2vw);
              transform: translateX(-2vw);
    }
  }
}
#KV .deco_wrap .js_fuwafuwa01 {
  -webkit-animation: 3s fuwafuwa01 infinite ease-in-out;
          animation: 3s fuwafuwa01 infinite ease-in-out;
}
#KV .deco_wrap .js_fuwafuwa02 {
  -webkit-animation: 6s fuwafuwa02 infinite ease-in-out;
          animation: 6s fuwafuwa02 infinite ease-in-out;
}
#KV .deco_wrap .deco {
  position: absolute;
  width: 10%;
}
#KV .deco_wrap .deco.deco01 {
  width: 28%;
  top: 5%;
  left: -5%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media screen and (max-width: 768px) {
  #KV .deco_wrap .deco.deco01 {
    width: 43%;
  }
}
#KV .deco_wrap .deco.deco02 {
  width: 6%;
  top: 8%;
  left: 29%;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  #KV .deco_wrap .deco.deco02 {
    width: 9%;
    top: 45%;
    left: 3%;
  }
}
#KV .deco_wrap .deco.deco03 {
  width: 7%;
  top: 26%;
  left: 19%;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (max-width: 768px) {
  #KV .deco_wrap .deco.deco03 {
    width: 9%;
    top: 20%;
    left: 13%;
  }
}
#KV .deco_wrap .deco.deco04 {
  width: 30%;
  top: 40%;
  left: -2%;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media screen and (max-width: 768px) {
  #KV .deco_wrap .deco.deco04 {
    width: 51%;
    top: 29%;
    left: -17%;
    z-index: 10;
  }
}
#KV .deco_wrap .deco.deco05 {
  width: 6%;
  top: 59%;
  left: 11%;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media screen and (max-width: 768px) {
  #KV .deco_wrap .deco.deco05 {
    width: 7%;
    top: 56%;
    left: 7%;
  }
}
#KV .deco_wrap .deco.deco06 {
  width: 24%;
  top: 78%;
  left: 0%;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@media screen and (max-width: 768px) {
  #KV .deco_wrap .deco.deco06 {
    width: 36%;
    top: 74%;
    left: -5%;
  }
}
#KV .deco_wrap .deco.deco07 {
  width: 28%;
  top: 5%;
  right: -5%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  #KV .deco_wrap .deco.deco07 {
    width: 42%;
    top: 9%;
    right: -5%;
  }
}
#KV .deco_wrap .deco.deco08 {
  width: 7%;
  top: 29%;
  right: 10%;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (max-width: 768px) {
  #KV .deco_wrap .deco.deco08 {
    width: 7%;
    top: 38%;
    right: 12%;
  }
}
#KV .deco_wrap .deco.deco09 {
  width: 20%;
  top: 46%;
  right: 12%;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
@media screen and (max-width: 768px) {
  #KV .deco_wrap .deco.deco09 {
    width: 30%;
    top: 47%;
    right: 4%;
    z-index: 10;
  }
}
#KV .deco_wrap .deco.deco10 {
  width: 26%;
  top: 66%;
  right: -9%;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@media screen and (max-width: 768px) {
  #KV .deco_wrap .deco.deco10 {
    width: 50%;
    top: 68%;
    right: -29%;
  }
}

#shopLists {
  position: relative;
  z-index: 2;
  padding-bottom: 90px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #shopLists {
    overflow: hidden;
    padding: 0 5%;
    padding-bottom: 60px;
  }
}
#shopLists .shopLists_Box {
  background-color: white;
  position: relative;
  padding: 45px 4% 26px;
}
@media screen and (max-width: 768px) {
  #shopLists .shopLists_Box {
    padding: 13px 4%;
    z-index: 3;
  }
}
#shopLists .contents-inner {
  padding-bottom: 86px;
}
#shopLists .contents-inner h2.section_title {
  color: var(--blue01);
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 46px;
}
@media screen and (max-width: 1200px) {
  #shopLists .contents-inner h2.section_title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner h2.section_title {
    font-size: min(5.2vw, 21px);
    margin-bottom: 14px;
  }
}
#shopLists .contents-inner.caution_wrap {
  padding-bottom: 0;
}
#shopLists .contents-inner .category_title.shopList_title {
  max-width: 640px;
  width: 90%;
  margin: 0 auto 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .category_title.shopList_title {
    max-width: inherit;
    margin: 0 auto 16px;
    width: 100%;
  }
}
#shopLists .contents-inner .category_title.shopList_title .txt {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .category_title.shopList_title .txt {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
#shopLists .contents-inner .category_title.shopList_title .title_BG {
  position: absolute;
  width: 1313px;
  top: 8%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1400px) {
  #shopLists .contents-inner .category_title.shopList_title .title_BG {
    width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  #shopLists .contents-inner .category_title.shopList_title .title_BG {
    width: 150%;
  }
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .category_title.shopList_title .title_BG {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #shopLists .contents-inner .category_title.shopList_title .title_BG img {
    display: block;
    margin: 0 auto;
    width: 102%;
  }
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner {
    padding-bottom: 40px;
  }
}
#shopLists .contents-inner.upper_inner {
  background-color: inherit;
  padding-top: 50px;
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner.upper_inner {
    padding: 0;
    width: 100%;
  }
}
#shopLists .contents-inner.main-inner {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner.main-inner {
    width: 100%;
  }
}
#shopLists .contents-inner .summer_fair_banner {
  padding-top: 80px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .summer_fair_banner {
    padding-top: 30px;
    margin-bottom: 19px;
  }
}
#shopLists .contents-inner .intro_link_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#shopLists .contents-inner .intro_link_box_wrap .intro_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .intro_link_box_wrap .intro_link_box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 4%;
  }
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .intro_link_box_wrap .intro_link_box li.list {
    width: 100%;
    height: 100%;
  }
}
#shopLists .contents-inner .intro_link_box_wrap .intro_link_box li.list .link_banner_button.shopLists_topBtn {
  width: 420px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1050px) {
  #shopLists .contents-inner .intro_link_box_wrap .intro_link_box li.list .link_banner_button.shopLists_topBtn {
    width: 39vw;
  }
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .intro_link_box_wrap .intro_link_box li.list .link_banner_button.shopLists_topBtn {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .intro_link_box_wrap .intro_link_box li.list .link_banner_button.shopLists_topBtn .link_txt {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .intro_link_box_wrap .intro_link_box li.list .link_banner_button.shopLists_topBtn .link_txt::after {
    bottom: inherit;
    left: inherit;
    right: 3px;
    top: 46%;
    width: 6px;
    height: 6px;
  }
}
#shopLists .contents-inner .intro_link_box_wrap .intro_link_box li.list .link_banner_button.shopLists_topBtn .link_txt p {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: white;
}
@media screen and (max-width: 1100px) {
  #shopLists .contents-inner .intro_link_box_wrap .intro_link_box li.list .link_banner_button.shopLists_topBtn .link_txt p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .intro_link_box_wrap .intro_link_box li.list .link_banner_button.shopLists_topBtn .link_txt p {
    font-size: min(3vw, 10px);
    line-height: 1.3;
    padding-bottom: 0;
  }
}
#shopLists .contents-inner .intro_link_box_wrap .intro_link_box li.list .link_banner_button.shopLists_topBtn .link_txt:hover p {
  color: #DE0073;
}
#shopLists .contents-inner .intro_link_box_wrap .intro_link_box li.list .link_banner_button.shopLists_topBtn .link_txt:hover::before {
  background-color: white;
}
#shopLists .contents-inner .intro_link_box_wrap .intro_link_box li.list .link_banner_button.shopLists_topBtn .link_txt:hover::after {
  border: 1px solid #DE0073;
  border-top: 0;
  border-right: 0;
  bottom: 7px;
}
#shopLists .contents-inner .intro_link_box_wrap .intro_link_box li.list .link_banner_button.shopLists_topBtn.topBtn02 .link_txt::before {
  background-color: #1F923F;
  border: 1px solid #1F923F;
}
#shopLists .contents-inner .intro_link_box_wrap .intro_link_box li.list .link_banner_button.shopLists_topBtn.topBtn02:hover .link_txt p {
  color: #1F923F;
}
#shopLists .contents-inner .intro_link_box_wrap .intro_link_box li.list .link_banner_button.shopLists_topBtn.topBtn02:hover .link_txt::before {
  background-color: white;
}
#shopLists .contents-inner .intro_link_box_wrap .intro_link_box li.list .link_banner_button.shopLists_topBtn.topBtn02:hover .link_txt::after {
  border: 1px solid #1F923F;
  border-top: 0;
  border-right: 0;
  bottom: 7px;
}
#shopLists .contents-inner .intro_menu_wrap_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#shopLists .contents-inner .indigo_line {
  width: 100%;
  height: 4px;
  background-color: #213B6B;
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .indigo_line {
    height: 2px;
    margin: 30px 0;
  }
}
#shopLists .contents-inner .intro_menu_wrap {
  width: 96%;
  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;
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .intro_menu_wrap {
    width: 100%;
  }
}
#shopLists .contents-inner .intro_menu_wrap .lead_txt {
  color: #213B6B;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .intro_menu_wrap .lead_txt {
    font-size: min(4vw, 18px);
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
#shopLists .contents-inner .intro_menu_wrap .pullDown_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  z-index: 100;
  margin-bottom: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .intro_menu_wrap .pullDown_menu {
    gap: 4%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 17px;
    margin-bottom: 31px;
  }
}
#shopLists .contents-inner .intro_menu_wrap .pullDown_menu ul {
  width: 32.3333333333%;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .intro_menu_wrap .pullDown_menu ul {
    width: 48%;
  }
}
#shopLists .contents-inner .intro_menu_wrap .pullDown_menu ul li {
  position: relative;
}
#shopLists .contents-inner .intro_menu_wrap .pullDown_menu ul li a {
  display: block;
  padding: 21px 5%;
  background-color: white;
  text-decoration: none;
  color: #213B6B;
  border: 1px solid #213B6B;
  position: relative;
}
#shopLists .contents-inner .intro_menu_wrap .pullDown_menu ul li a.category::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 9px;
  background-image: url(../images/btn_arrow_bla.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1300px) {
  #shopLists .contents-inner .intro_menu_wrap .pullDown_menu ul li a.category::after {
    right: 5px;
  }
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .intro_menu_wrap .pullDown_menu ul li a.category::after {
    top: inherit;
    right: inherit;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
#shopLists .contents-inner .intro_menu_wrap .pullDown_menu ul li a.category:hover::after {
  bottom: 3px;
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .intro_menu_wrap .pullDown_menu ul li a {
    padding: 0;
  }
}
#shopLists .contents-inner .intro_menu_wrap .pullDown_menu ul li a p {
  color: #213B6B;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1300px) {
  #shopLists .contents-inner .intro_menu_wrap .pullDown_menu ul li a p {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .intro_menu_wrap .pullDown_menu ul li a p {
    font-size: min(3.2vw, 12px);
    text-align: center;
    line-height: 1.4;
    padding-bottom: 3px;
  }
}
#shopLists .contents-inner .intro_menu_wrap .pullDown_menu ul li a .arrow {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid rgb(0, 0, 0);
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  display: block;
  position: relative;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
}
#shopLists .contents-inner .intro_menu_wrap .pullDown_menu ul li a:hover .arrow {
  -webkit-transform: rotate(-45deg) translateX(-8px) translateY(8px);
          transform: rotate(-45deg) translateX(-8px) translateY(8px);
}
#shopLists .contents-inner .intro_menu_wrap .pullDown_menu ul li:hover a {
  background-color: #ffffff;
}
#shopLists .contents-inner .intro_menu_wrap .pullDown_menu .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #000000;
  border-top: none;
  background-color: #ffffff;
  z-index: 200;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 0;
}
#shopLists .contents-inner .intro_menu_wrap .pullDown_menu .dropdown-content li a {
  border: 0;
  padding: 14px;
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
}
#shopLists .contents-inner .intro_menu_wrap .pullDown_menu .dropdown .category .category_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .intro_menu_wrap .pullDown_menu .dropdown .category .category_txt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
  }
}
#shopLists .contents-inner .intro_menu_wrap .pullDown_menu .dropdown:hover .dropdown-content {
  display: block;
}
#shopLists .contents-inner .intro_menu_wrap .pullDown_menu .dropdown-content a p {
  position: relative;
}
#shopLists .contents-inner .intro_menu_wrap .pullDown_menu .dropdown-content a p::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  margin-left: 10px;
  background-color: #000000;
  vertical-align: middle;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
#shopLists .contents-inner .intro_menu_wrap .pullDown_menu .dropdown-content a:hover p::after {
  width: 15px;
}
#shopLists .contents-inner .intro_menu_wrap .pullDown_menu.menu02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#shopLists .contents-inner .intro_menu_wrap .pullDown_menu.menu02 ul {
  width: 46%;
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .intro_menu_wrap .pullDown_menu.menu02 ul {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .intro_menu_wrap .pullDown_menu.menu02 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#shopLists .contents-inner .intro_menu_wrap .pullDown_menu.menu03 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .intro_menu_wrap .pullDown_menu.menu03 {
    row-gap: 17px;
  }
}
#shopLists .contents-inner .intro_menu_wrap .pullDown_menu.menu03 ul {
  width: 31.3333333333%;
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .intro_menu_wrap .pullDown_menu.menu03 ul {
    width: 48%;
  }
}
#shopLists .contents-inner .category_discount_box {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .category_discount_box {
    margin-bottom: 40px;
  }
}
#shopLists .contents-inner .category_discount_box .accordion-item .banner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#shopLists .contents-inner .category_discount_box .category_rabel {
  padding: 26px 0;
  border-radius: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .category_discount_box .category_rabel {
    padding: 19px 0px;
    border-radius: 12px;
  }
}
#shopLists .contents-inner .category_discount_box .category_rabel p {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .category_discount_box .category_rabel p {
    font-size: min(4.3vw, 22px);
  }
}
#shopLists .contents-inner .category_discount_box .category_rabel.rabel01_01 {
  background-color: #FF99CA;
}
#shopLists .contents-inner .category_discount_box .category_rabel.rabel01_02 {
  background-color: #99C1E3;
}
#shopLists .contents-inner .category_discount_box .category_rabel.rabel01_03 {
  background-color: #D2ABD2;
}
#shopLists .contents-inner .category_discount_box .category_rabel.rabel01_04 {
  background-color: #FFCD99;
}
#shopLists .contents-inner .category_discount_box .category_rabel.rabel01_05 {
  background-color: #99DEAB;
}
#shopLists .contents-inner .category_discount_box .category_rabel.rabel01_06, #shopLists .contents-inner .category_discount_box .category_rabel.rabel02_03, #shopLists .contents-inner .category_discount_box .category_rabel.rabel03_02 {
  background-color: #CFE99A;
}
#shopLists .contents-inner .category_discount_box .category_rabel.rabel01_07 {
  background-color: #F5AFA2;
}
#shopLists .contents-inner .category_discount_box .category_rabel.rabel01_08, #shopLists .contents-inner .category_discount_box .category_rabel.rabel02_02, #shopLists .contents-inner .category_discount_box .category_rabel.rabel03_05 {
  background-color: #F3AFD2;
}
#shopLists .contents-inner .category_discount_box .category_rabel.rabel02_01, #shopLists .contents-inner .category_discount_box .category_rabel.rabel03_01 {
  background-color: #A1D1DB;
}
#shopLists .contents-inner .category_discount_box .category_rabel.rabel03_02 {
  background-color: #F5AFA2;
}
#shopLists .contents-inner .category_discount_box .category_rabel.rabel03_03 {
  background-color: #A5DDB4;
}
#shopLists .contents-inner .category_discount_box .category_rabel.rabel03_04 {
  background-color: #D89BEE;
}
#shopLists .contents-inner .category_discount_box .accordion-button {
  margin: 35px auto 0;
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .category_discount_box .accordion-button {
    width: 100%;
  }
}
#shopLists .contents-inner .category_discount_box .accordion-button .link_banner_button {
  margin-bottom: 0px;
  width: 370px;
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .category_discount_box .accordion-button .link_banner_button {
    width: min(58vw, 300px);
    width: 100%;
  }
}
#shopLists .contents-inner .category_discount_box .accordion-button .link_banner_button .link_txt {
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .category_discount_box .accordion-button .link_banner_button .link_txt {
    padding: 16px 0;
  }
}
#shopLists .contents-inner .category_discount_box .accordion-button .link_banner_button .link_txt::after {
  content: none;
}
#shopLists .contents-inner .category_discount_box .accordion-button .link_banner_button .link_txt p {
  color: rgb(0, 0, 0);
  position: relative;
}
#shopLists .contents-inner .category_discount_box .accordion-button .link_banner_button .link_txt p::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border: 1px solid rgb(0, 0, 0);
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  top: 14%;
  right: -27px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .category_discount_box .accordion-button .link_banner_button .link_txt p::after {
    top: 13%;
  }
}
#shopLists .contents-inner .category_discount_box .accordion-button .link_banner_button .link_txt::before {
  background-color: white;
  border: 1px solid black;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .category_discount_box .accordion-button .link_banner_button .link_txt::before {
    border-radius: 30px;
  }
}
#shopLists .contents-inner .category_discount_box .accordion-button .link_banner_button .link_txt:hover::before {
  background-color: rgb(0, 0, 0);
}
#shopLists .contents-inner .category_discount_box .accordion-button .link_banner_button .link_txt:hover p {
  color: rgb(255, 255, 255);
}
#shopLists .contents-inner .category_discount_box .accordion-button .link_banner_button .link_txt:hover p::after {
  top: 47%;
  border: 1px solid rgb(255, 255, 255);
  border-top: 0;
  border-right: 0;
}
#shopLists .contents-inner .category_discount_box .accordion-closed-button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#shopLists .contents-inner .category_discount_box .accordion-closed-button_wrap .accordion-button.accordion-closed-button .link_banner_button .link_txt p::after {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  top: -45%;
}
#shopLists .contents-inner .category_discount_box .accordion-closed-button_wrap .accordion-button.accordion-closed-button .link_banner_button .link_txt:hover p::after {
  top: -75%;
}
#shopLists .main-inner_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;
}
@media screen and (max-width: 768px) {
  #shopLists .main-inner_wrap {
    row-gap: 30px;
  }
}

.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;
  top: 20px;
  width: 38px;
  height: 38px;
  background: #ffffff;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

/* .icon-wrapの中でプラスを中央に位置させるために.iconを親要素に設定 */
.icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

/* プラスアイコン */
/* ２本の線を.icon-wrapの中央に並行に重ねる */
.icon:before,
.icon:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #00518A;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* そのうち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;
}

.accordion-button {
  background-color: transparent;
  display: block;
  /* 追加 */
}

.accordion-closed-button {
  display: none;
  /* 追加 */
  background-color: transparent;
  /* 追加 */
}

/* アコーディオン_jQueryここまで */
.parabox {
  position: absolute;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .parabox {
    z-index: -1;
    width: 10%;
  }
}

.simpleParallax {
  overflow: visible !important;
}

.thumbnail {
  width: 100%;
}

.para01_01 {
  top: 5%;
  left: 0%;
}
@media screen and (max-width: 768px) {
  .para01_01 {
    top: 1%;
  }
}

.para01_02 {
  top: 7%;
  right: 0%;
}
@media screen and (max-width: 768px) {
  .para01_02 {
    top: 2%;
  }
}

.para01_03 {
  top: 50%;
  left: 0%;
}

.para01_04 {
  top: 54%;
  right: 0%;
}

.para02_01 {
  top: 2%;
  left: 0%;
}
@media screen and (max-width: 768px) {
  .para02_01 {
    top: 0%;
  }
}

.para02_02 {
  top: 3%;
  right: 0%;
}
@media screen and (max-width: 768px) {
  .para02_02 {
    top: 1%;
  }
}

.para02_03 {
  top: 28%;
  left: 0%;
}
@media screen and (max-width: 768px) {
  .para02_03 {
    top: 30%;
  }
}

.para02_04 {
  top: 32%;
  right: 0%;
}
@media screen and (max-width: 768px) {
  .para02_04 {
    top: 29%;
  }
}

.para02_05 {
  top: 55%;
  left: 0%;
}
@media screen and (max-width: 768px) {
  .para02_05 {
    top: 60%;
  }
}

.para02_06 {
  top: 57%;
  right: 0%;
}
@media screen and (max-width: 768px) {
  .para02_06 {
    top: 61%;
  }
}

.para03_01 {
  top: -8%;
  left: 0%;
}
@media screen and (max-width: 768px) {
  .para03_01 {
    top: 0%;
  }
}

.para03_02 {
  top: -9%;
  right: 0%;
}
@media screen and (max-width: 768px) {
  .para03_02 {
    top: 0%;
  }
}

.para03_03 {
  top: 10%;
  left: 0%;
}
@media screen and (max-width: 768px) {
  .para03_03 {
    top: 30%;
  }
}

.para03_04 {
  top: 12%;
  right: 0%;
}
@media screen and (max-width: 768px) {
  .para03_04 {
    top: 30%;
  }
}

.para03_07 {
  top: 30%;
  top: 25%;
  left: 0%;
}
@media screen and (max-width: 768px) {
  .para03_07 {
    top: 90%;
  }
}

.para03_08 {
  top: 32%;
  top: 27%;
  right: 0%;
}
@media screen and (max-width: 768px) {
  .para03_08 {
    top: 90%;
  }
}

.para03_09 {
  top: 40%;
  top: 52%;
  left: 0%;
}

.para03_10 {
  top: 42%;
  top: 53%;
  right: 0%;
}

.para03_11 {
  top: 50%;
  top: 74%;
  left: 0%;
}

.para03_12 {
  top: 52%;
  top: 75%;
  right: 0%;
}

.para03_13 {
  top: 60%;
  top: 98%;
  left: 0%;
}

.para03_14 {
  top: 62%;
  top: 99%;
  right: 0%;
}

.slide_moving_BG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100vw;
  overflow: hidden;
}
.slide_moving_BG.moving_BG02 {
  bottom: 26%;
}

.js_slick_moving li {
  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;
}

.resized-img img {
  width: 2650px;
  height: auto;
}

#other {
  padding: 100px 0 100px;
  background-color: #FFF6CA;
}
@media screen and (max-width: 768px) {
  #other {
    padding: 50px 0;
  }
}
#other .contents-inner {
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  #other .contents-inner {
    padding: 0;
  }
}
#other .contents-inner .title_sub {
  background-color: black;
  width: 590px;
  border-radius: 50px;
  text-align: center;
  padding: 25px 0;
  color: #FFF;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
  position: relative;
  display: block;
  margin: 0 auto 28px;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .title_sub {
    font-size: min(5vw, 24px);
    padding: 15px 0;
    width: 91%;
    margin-bottom: 15px;
  }
}
#other .contents-inner .title_sub:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -9px;
  border: 9px solid transparent;
  border-top: 20px solid #000000;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .title_sub:before {
    bottom: -19px;
  }
}
#other .contents-inner h2.title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #other .contents-inner h2.title {
    margin-bottom: 15px;
  }
}
#other .contents-inner h2.title .txt {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  #other .contents-inner h2.title .txt {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  #other .contents-inner h2.title .txt {
    font-size: min(7vw, 42px);
  }
}
#other .contents-inner .other_lead {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  margin-bottom: 17px;
}
@media screen and (max-width: 1100px) {
  #other .contents-inner .other_lead {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  #other .contents-inner .other_lead {
    font-size: min(4.3vw, 24px);
  }
}
#other .contents-inner .other_lead .big {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .other_lead .big {
    font-size: min(6vw, 35px);
  }
}
#other .contents-inner .link_banner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3%;
}
#other .contents-inner .link_banner_wrap .list {
  width: 98%;
  background-color: white;
  padding: 30px 2%;
}
#other .contents-inner .link_banner_wrap .list .facility_rogo {
  display: block;
  width: 80%;
  margin: 0 auto 20px;
}
#other .contents-inner .link_banner_wrap .list .name {
  text-align: center;
  margin-bottom: 20px;
}
#other .contents-inner .link_banner_wrap .link_banner_button {
  width: 100%;
  margin: 0 auto 0px;
}
#other .contents-inner .link_banner_wrap .link_banner_button .link_txt p {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .link_banner_wrap .link_banner_button .link_txt {
    width: 100%;
  }
}
#other .contents-inner .link_banner_wrap .link_banner_button .link_txt::before {
  border-radius: 50px;
}
#other .contents-inner .link_banner_wrap .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: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#other .contents-inner .link_banner_wrap .link_banner_button .link_txt:hover::after {
  right: 5px;
}
#other .contents-inner .link_banner_wrap .link_banner_button.other_button01 .link_txt::before {
  background-color: var(--blue03);
  border: 1px solid var(--blue03);
}
#other .contents-inner .link_banner_wrap .link_banner_button.other_button01 .link_txt:hover::before {
  background-color: white;
}
#other .contents-inner .link_banner_wrap .link_banner_button.other_button01 .link_txt:hover::after {
  border-left: 10px solid var(--blue03);
}
#other .contents-inner .link_banner_wrap .link_banner_button.other_button01 .link_txt:hover p {
  color: var(--blue03);
}
#other .contents-inner .link_banner_wrap .link_banner_button.other_button02 .link_txt::before {
  background-color: #DE0073;
  border: 1px solid #DE0073;
}
#other .contents-inner .link_banner_wrap .link_banner_button.other_button02 .link_txt:hover::before {
  background-color: white;
}
#other .contents-inner .link_banner_wrap .link_banner_button.other_button02 .link_txt:hover::after {
  border-left: 10px solid #DE0073;
}
#other .contents-inner .link_banner_wrap .link_banner_button.other_button02 .link_txt:hover p {
  color: #DE0073;
}
#other .contents-inner .link_banner_wrap .link_banner_button.other_button03 .link_txt::before {
  background-color: #1F923F;
  border: 1px solid #1F923F;
}
#other .contents-inner .link_banner_wrap .link_banner_button.other_button03 .link_txt:hover::before {
  background-color: white;
}
#other .contents-inner .link_banner_wrap .link_banner_button.other_button03 .link_txt:hover::after {
  border-left: 10px solid #1F923F;
}
#other .contents-inner .link_banner_wrap .link_banner_button.other_button03 .link_txt:hover p {
  color: #1F923F;
}
#other .contents-inner .link_banner_wrap .link_banner_button.other_button04 .link_txt::before {
  background-color: #000;
  border: 1px solid #000;
}
#other .contents-inner .link_banner_wrap .link_banner_button.other_button04 .link_txt::before:hover::before {
  background-color: white;
}
#other .contents-inner .link_banner_wrap .link_banner_button.other_button04 .link_txt::before:hover::after {
  border-left: 10px solid #1F923F;
}
#other .contents-inner .link_banner_wrap .link_banner_button.other_button04 .link_txt::before:hover p {
  color: #1F923F;
}
#other .contents-inner .bottom_banner_area {
  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: 33px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .bottom_banner_area {
    row-gap: 15px;
    margin-bottom: 40px;
  }
}
#other .contents-inner .bottom_banner_area .banner {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .bottom_banner_area .banner {
    border-radius: 8px;
  }
}
#other .contents-inner .bottom_banner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .bottom_banner_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
}
#other .contents-inner .facility_all_area {
  background-color: white;
  padding: 60px 7% 60px;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .facility_all_area {
    border-radius: 8px;
    padding: 30px 6% 30px;
  }
}
#other .contents-inner .facility_all_area .inner .facility_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .facility_all_area .inner .facility_lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 38px;
    padding: 0 5%;
  }
}
#other .contents-inner .facility_all_area .inner .facility_lists .list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
#other .contents-inner .facility_all_area .inner .facility_lists .list .rogo {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .facility_all_area .inner .facility_lists .list .rogo {
    margin-bottom: 12px;
  }
}
#other .contents-inner .facility_all_area .inner .facility_lists .list .name {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}
#other .contents-inner .facility_all_area .inner .link_banner_button {
  margin: 77px auto 0;
  width: 300px;
  display: block;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .facility_all_area .inner .link_banner_button {
    margin: 30px auto 0;
    width: 100%;
  }
}
#other .contents-inner .facility_all_area .inner .link_banner_button .link_txt::before {
  border-radius: 20px;
  background-color: black;
  border: 1px solid black;
}
#other .contents-inner .facility_all_area .inner .link_banner_button .link_txt:hover::before {
  background-color: rgb(255, 255, 255);
}
#other .contents-inner .facility_all_area .inner .link_banner_button .link_txt:hover p {
  color: rgb(0, 0, 0);
}
#other .contents-inner .facility_all_area .inner .link_banner_button .link_txt:hover::after {
  top: 53%;
  border: 1px solid rgb(11, 11, 11);
  border-top: 0;
  border-right: 0;
}

/* フッター */
.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;
  gap: 27px;
}
@media screen and (max-width: 768px) {
  .footer__body ul {
    gap: 0;
  }
}

.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;
  position: relative;
}
.footer__body ul li:not(:last-child)::after {
  position: absolute;
  content: "";
  right: -13px;
  top: 0px;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}
@media screen and (max-width: 768px) {
  .footer__body ul li:not(:last-child)::after {
    content: none;
  }
}

.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(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: 92px auto 40px;
  max-width: 920px;
  display: block;
}

.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;
  }
  header {
    height: 57px;
    width: 100%;
  }
  .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 4%;
    max-width: 250px;
    width: 100%;
  }
  .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: 30px 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);
  }
  footer h2 p {
    font-size: min(3.4vw, 12px);
  }
  footer 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-container {
  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;
}
.footer-container .banner_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;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .footer-container .banner_box {
    gap: 30px;
  }
}
.footer-container .banner_box .sns_link_box {
  padding: 28px 0 28px;
  display: block;
  margin: 0 auto;
  border: 1px solid black;
  border-left: 0;
  border-right: 0;
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer-container .banner_box .sns_link_box {
    padding: 20px 0;
  }
}
.footer-container .banner_box .sns_link_box .title {
  max-width: 300px;
  width: 80%;
  display: block;
  margin: 0 auto 17px;
}
@media screen and (max-width: 768px) {
  .footer-container .banner_box .sns_link_box .title {
    margin: 0 auto 15px;
  }
}
.footer-container .banner_box .sns_link_box .followUs_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer-container .banner_box .sns_link_box .followUs_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-container .banner_box .sns_link_box .followUs_box .flollowUs_title {
  width: 56%;
}
.footer-container .banner_box .sns_link_box .followUs_box .sns_link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.footer-container .banner_box .sns_link_box .followUs_box .sns_link_wrap .sns_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.footer-container .banner_box .sns_link_box .followUs_box .sns_link_wrap .sns_link a .sns_icon {
  width: 50px;
}
.footer-container .banner_box .sns_link_box .followUs_box .sns_link_wrap .sns_link a .txt {
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
}
/*# sourceMappingURL=style.css.map */

/* ---------------------------------------------
*   20251209追記
--------------------------------------------- */
#shopLists .contents-inner .intro_link_box_wrap .intro_link_box li.list .link_banner_button.shopLists_topBtn {
  width: 600px;
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .intro_link_box_wrap .intro_link_box li.list .link_banner_button.shopLists_topBtn {
    width: 100%;
  }
}
#shopLists .contents-inner .intro_link_box_wrap .intro_link_box li.list .link_banner_button.shopLists_topBtn .link_txt p {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .intro_link_box_wrap .intro_link_box li.list .link_banner_button.shopLists_topBtn .link_txt p {
    font-size: min(3vw, 14px);
  }
}
.c-note-1 {
  display: block;
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: calc(14.4 / 12);
  letter-spacing: 0.06em;
  color: white;
}
@media screen and (max-width: 768px) {
 .c-note-1 {
    font-size: min(3vw, 10px);
  } 
}
#shopLists .contents-inner .intro_link_box_wrap .intro_link_box li.list .link_banner_button.shopLists_topBtn .link_txt:hover .c-note-1 {
  color: #DE0073;
}
.c-link-1 {
  padding: 14px 0 !important;
}
@media screen and (max-width: 768px) {
  .c-link-1 {
    padding: 10px 25px !important;
  }  
}
.facility_name_tag.fuku_tag02 {
  padding: 26px 0;
}
@media screen and (max-width: 768px) {
  .facility_name_tag.fuku_tag02 {
    padding: 22px 25px;
  }
}
@media screen and (max-width: 768px) {
  #shopLists .contents-inner .intro_link_box_wrap .intro_link_box li.list .link_banner_button.shopLists_topBtn .link_txt::after {
    right: 8px;
  }
}
#shopLists .contents-inner .category_discount_box .category_rabel.rabel01_09 {
  background-color: #add8ff;
}
#shopLists .contents-inner .category_discount_box .category_rabel.rabel02_01, #shopLists .contents-inner .category_discount_box .category_rabel.rabel03_01 {
  background-color: #99DEAB;
}
.category_discount_info--tel-link-1 {
  position: relative;
}
.category_discount_info--tel-link-1 .c-link-2 {
  position: absolute;
  top: calc(290 / 980.5 * 100%);
  right: calc(30 / 760 * 100%);
  display: block;
  width: calc(340 / 760 * 100%);
  z-index: 1;
}
.category_discount_info--tel-link-2 {
  position: relative;
}
.category_discount_info--tel-link-2 .c-link-2 {
  position: absolute;
  top: calc(1156 / 1246.5 * 100%);
  right: calc(30 / 760 * 100%);
  display: block;
  width: calc(340 / 760 * 100%); 
  z-index: 1;
}
.category_discount_info--tel-link-3 {
  position: relative;
}
.category_discount_info--tel-link-3 .c-link-2 {
  position: absolute;
  top: calc(1178 / 1269 * 100%);
  right: calc(30 / 760 * 100%);
  display: block;
  width: calc(340 / 760 * 100%); 
  z-index: 1;
}
.category_discount_info--tel-link-4 {
  position: relative;
}
.category_discount_info--tel-link-4 .c-link-2 {
  position: absolute;
  top: calc(1299 / 1388.5 * 100%);
  right: calc(30 / 760 * 100%);
  display: block;
  width: calc(340 / 760 * 100%); 
  z-index: 1;
}
.category_discount_info--link-1 {
  position: relative;
}
.category_discount_info--link-1 .c-link-3 {
  position: absolute;
  top: calc(1011 / 1101.5 * 100%);
  right: calc(30 / 760 * 100%);
  display: block;
  width: calc(700 / 760 * 100%); 
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .category_discount_info--link-1 .c-link-3:hover {
    opacity: 0.8;
  } 
}
#other .contents-inner .facility_all_area .inner .facility_lists {
  justify-content: center;
}
#other .contents-inner .facility_all_area .inner .facility_lists .list {
  width: calc(80% / 3);
  flex: initial;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .facility_all_area .inner .facility_lists .list {
    width: 100%;
    flex: 1;
  }
}
.js-tel-disabled {
    pointer-events: none;
}
#KV {
  background-size: cover;
  background-repeat: no-repeat;
}
.fuku_deco_area .fuku_deco {
  z-index: 4;
}