@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: var(--cc-blue) !important;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-blue: #0e1b3c;
  --cc-lblue: #1e2570;
  --cc-hblue: #09122a;
  --w1280: 1280px;
  --space: 30px;
  --rem: 1rem /16;
}

/* ================================================

- 表示アニメーション

================================================ */
/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

.mTop55 {
  margin-top: 55px;
}

.mTop60 {
  margin-top: 60px;
}

.mTop65 {
  margin-top: 65px;
}

.mTop70 {
  margin-top: 70px;
}

.mTop75 {
  margin-top: 75px;
}

.mTop80 {
  margin-top: 80px;
}

.mTop85 {
  margin-top: 85px;
}

.mTop90 {
  margin-top: 90px;
}

.mTop95 {
  margin-top: 95px;
}

.mTop100 {
  margin-top: 100px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

.mBtm55 {
  margin-bottom: 55px;
}

.mBtm60 {
  margin-bottom: 60px;
}

.mBtm65 {
  margin-bottom: 65px;
}

.mBtm70 {
  margin-bottom: 70px;
}

.mBtm75 {
  margin-bottom: 75px;
}

.mBtm80 {
  margin-bottom: 80px;
}

.mBtm85 {
  margin-bottom: 85px;
}

.mBtm90 {
  margin-bottom: 90px;
}

.mBtm95 {
  margin-bottom: 95px;
}

.mBtm100 {
  margin-bottom: 100px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

/* ================================================

- イージング

================================================ */
/* ================================================

-

================================================ */
.visit-mv {
  margin-top: 55px;
}

/*--- media screen ---*/
/* ================================================

- ナビ

================================================ */
.visit-anchor {
  margin-top: 52px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .visit-anchor {
    margin-top: 52px;
  }
  .visit-anchor__inner {
    padding: 0 5.333vw;
  }
}
/* ================================================

- ページ

================================================ */
.visit-page {
  margin-top: 140px;
}

.visit-sc:not(:first-of-type) {
  margin-top: 125px;
}

#ank1 + .visit-sc {
  margin-top: 135px;
}

.visit-content {
  margin-top: 47px;
}

.visit-point {
  margin-top: 57px;
}

.visit-content__summarys:not(:first-of-type) {
  margin-top: 58px;
}

.visit-content__summarys__ttl {
  padding-left: 16px;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  position: relative;
}
.visit-content__summarys__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 4px;
  height: 26px;
  background-color: #00bcbd;
}

.visit-content__summarys__subTtl {
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
}

.visit-content__summarys__subTtl + .visit-content__sumamry {
  margin-top: 20px;
}

.visit-content__sumamry {
  margin-top: 30px;
}
.visit-content__sumamry p {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}
.visit-content__sumamry p:not(:first-of-type) {
  margin-top: 20px;
}

.visit-content__sumamry2 {
  margin-top: 30px;
}
.visit-content__sumamry2 p {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

.visit-content__subSummary {
  margin-top: 45px;
}

.visit-content__subSummary.-tokuten {
  margin-top: 65px;
}

.visit-content__number {
  margin-top: 32px;
}
.visit-content__number li {
  padding-left: 1.75em;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}
.visit-content__number li::before {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.visit-content__number li:not(:first-of-type) {
  margin-top: 6px;
}

.visit-content__summarys__ttl + .visit-content__note {
  margin-top: 37px;
}

.visit-content__note {
  margin-top: 18px;
}
.visit-content__note p {
  font-size: 0.9375rem;
  line-height: 1.733;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

.visit-content__sumamry2 + .visit-content__note {
  margin-top: 30px;
}

.visit-content__attTtl {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
}

.visit-showcase__btn {
  margin-top: 115px;
}

.visit-content__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-top: 30px;
}
.visit-content__layout .visit-content__sumamry {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-top: 0;
}

.visit-content__goods {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 520px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .visit-page {
    margin-top: 100px;
  }
  .visit-sc .visit-sc__inner {
    padding: 0 5.333vw;
  }
  .visit-sc:not(:first-of-type) {
    margin-top: 80px;
  }
  #ank1 + .visit-sc {
    margin-top: 100px;
  }
  .visit-content {
    margin-top: 35px;
  }
  .visit-point {
    margin-top: 50px;
  }
  .visit-point__banner {
    width: 187.2vw;
  }
  .visit-content__summarys:not(:first-of-type) {
    margin-top: 60px;
  }
  .visit-content__summarys__ttl {
    padding-left: 4.267vw;
    font-size: 5.0666666667vw;
    line-height: 1.425;
  }
  .visit-content__summarys__ttl::before {
    height: 100%;
  }
  .visit-content__summarys__subTtl {
    font-size: 4.5333333333vw;
  }
  .visit-content__summarys__subTtl + .visit-content__sumamry {
    margin-top: 13px;
  }
  .visit-content__sumamry {
    margin-top: 25px;
  }
  .visit-content__sumamry p {
    font-size: 4vw;
  }
  .visit-content__sumamry p:not(:first-of-type) {
    margin-top: 20px;
  }
  .visit-content__sumamry2 {
    margin-top: 25px;
  }
  .visit-content__sumamry2 p {
    font-size: 4vw;
  }
  .visit-content__subSummary {
    margin-top: 40px;
  }
  .visit-content__subSummary.-tokuten {
    margin-top: 60px;
  }
  .visit-content__number {
    margin-top: 32px;
  }
  .visit-content__number li {
    padding-left: 1.75em;
    font-size: 4vw;
  }
  .visit-content__number li:not(:first-of-type) {
    margin-top: 6px;
  }
  .visit-content__summarys__ttl + .visit-content__note {
    margin-top: 37px;
  }
  .visit-content__note {
    margin-top: 18px;
  }
  .visit-content__note p {
    font-size: 3.6vw;
  }
  .visit-content__sumamry2 + .visit-content__note {
    margin-top: 30px;
  }
  .visit-content__attTtl {
    font-size: 4.8vw;
  }
  .visit-showcase__btn {
    margin-top: 80px;
  }
  .visit-content__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-top: 25px;
  }
  .visit-content__goods {
    max-width: 520px;
    width: 100%;
  }
}
/* ================================================

-

================================================ */
.visit2025-tokuten {
  margin-top: 50px;
  padding: 30px 30px;
  background-image: url(/files/user/static/asset/images/common/pattern-1.jpg);
  background-size: 600px;
  background-position: top center;
  background-repeat: repeat;
}

.visit2025-tokuten__inner {
  padding: 40px 30px 30px;
  background-color: #FFFFFF;
}

.visit2025-tokuten__lead {
  text-align: center;
}
.visit2025-tokuten__lead p {
  font-size: 1.75rem;
  line-height: 1.334;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.visit2025-tokuten__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}

.visit2025-tokuten__image {
  width: calc(50% - 20px);
}
.visit2025-tokuten__image img {
  display: block;
}
.visit2025-tokuten__image figcaption {
  margin-top: 10px;
  font-size: 1.0625rem;
  line-height: 1.625;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}

.visit2025-tokuten__note {
  margin-top: 50px;
}
.visit2025-tokuten__note p {
  font-size: 0.875rem;
  line-height: 1.625;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .visit2025-tokuten {
    margin-top: 40px;
    padding: 4vw 4vw;
  }
  .visit2025-tokuten__inner {
    padding: 30px 4vw 20px;
  }
  .visit2025-tokuten__lead {
    text-align: center;
  }
  .visit2025-tokuten__lead p {
    font-size: 5.3333333333vw;
  }
  .visit2025-tokuten__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
  .visit2025-tokuten__image {
    width: 100%;
  }
  .visit2025-tokuten__image figcaption {
    margin-top: 10px;
    font-size: 3.7333333333vw;
  }
  .visit2025-tokuten__note {
    margin-top: 40px;
  }
  .visit2025-tokuten__note p {
    font-size: 3.2vw;
  }
}