@charset "UTF-8";
header .header-logo {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .header-logo.is-visible {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#page.top .cta-contact {
  padding: 52px 0 78px 0;
}
@media (min-width: 767px) {
  #page.top .cta-contact {
    padding: 62px 0 62px 0;
  }
}
#page.top .fv {
  position: relative;
}
#page.top .fv::after {
  content: "";
  width: 100%;
  height: 134px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(40%, rgb(0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 90%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}
#page.top .fv .fv-content {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#page.top .fv {
  /* フェード用（次の画像） */
}
#page.top .fv .fv-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
#page.top .fv {
  /* 画像レイヤー */
}
#page.top .fv .fv-bg-main,
#page.top .fv .fv-bg-sub {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
#page.top .fv {
  /* 下 */
}
#page.top .fv .fv-bg-main {
  z-index: 1;
  will-change: transform, opacity;
}
#page.top .fv {
  /* 上 */
}
#page.top .fv .fv-bg-sub {
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 1.8s linear;
  transition: opacity 1.8s linear;
  will-change: transform, opacity;
}
#page.top .fv {
  /* フェード */
}
#page.top .fv .fv-bg.is-changing .fv-bg-sub {
  opacity: 1;
}
#page.top .fv {
  /* ===== ズーム ===== */
}
#page.top .fv .fv-bg.zoom .fv-bg-main {
  -webkit-animation: kenburns var(--duration, 5s) linear forwards;
          animation: kenburns var(--duration, 5s) linear forwards;
}
@-webkit-keyframes kenburns {
  from {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  to {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
}
@keyframes kenburns {
  from {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  to {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
}
#page.top .fv {
  /* ===== オーバーレイ ===== */
}
#page.top .fv .fv-overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 3;
  pointer-events: none;
  will-change: opacity;
  /* ←これ追加 */
}
#page.top .fv .hero-copy {
  position: absolute;
  top: 43%;
  left: 50%;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s ease 0.3s, -webkit-transform 1s ease 0.3s;
  transition: opacity 0.5s ease 0.3s, -webkit-transform 1s ease 0.3s;
  transition: opacity 0.5s ease 0.3s, transform 1s ease 0.3s;
  transition: opacity 0.5s ease 0.3s, transform 1s ease 0.3s, -webkit-transform 1s ease 0.3s;
}
#page.top .fv .hero-copy.visible {
  opacity: 1;
}
#page.top .fv .hero-copy img {
  width: 100%;
  max-width: 104px;
}
#page.top .fv .fv-text-slider {
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: 5;
  border-top: 1px solid rgba(255, 255, 255, 0.3137254902);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3137254902);
  padding: 12px 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#page.top .fv .text-slider-content {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1;
  padding-left: 25px;
  position: relative;
}
#page.top .fv .text-slider-content::before {
  content: "";
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 5px;
}
@media (min-width: 767px) {
  #page.top .fv::after {
    height: 126px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(10%, rgb(0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 80%);
  }
  #page.top .fv .fv-content {
    height: 100vh;
  }
  #page.top .fv {
    /* 画像レイヤー */
  }
  #page.top .fv .fv-bg-main,
  #page.top .fv .fv-bg-sub {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  @-webkit-keyframes kenburns {
    from {
      -webkit-transform: scale(1.04);
              transform: scale(1.04);
    }
    to {
      -webkit-transform: scale(1.12);
              transform: scale(1.12);
    }
  }
  @keyframes kenburns {
    from {
      -webkit-transform: scale(1.04);
              transform: scale(1.04);
    }
    to {
      -webkit-transform: scale(1.12);
              transform: scale(1.12);
    }
  }
  #page.top .fv {
    /* ===== オーバーレイ ===== */
  }
  #page.top .fv .fv-overlay {
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 3;
    pointer-events: none;
    will-change: opacity;
    /* ←これ追加 */
  }
  #page.top .fv .hero-copy {
    top: 48%;
  }
  #page.top .fv .hero-copy img {
    max-width: 134px;
  }
  #page.top .fv .fv-bottom-flex {
    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;
    gap: 35px;
    padding: 0 6px 0 47px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
  }
  #page.top .fv .fv-text-slider {
    border-top: unset;
    border-bottom: unset;
    padding: unset;
    background-color: unset;
    bottom: 35px;
  }
  #page.top .fv .text-slider-content {
    font-size: 15px;
    letter-spacing: 0.08em;
    padding-left: 40px;
  }
  #page.top .fv .text-slider-content::before {
    width: 7px;
    height: 7px;
    left: 15px;
  }
}
@media (min-width: 1160px) {
  #page.top .fv .fv-text-slider {
    width: 100%;
  }
}
@media (min-width: 767px) {
  #page.top .follow {
    position: fixed;
    width: 100%;
    max-width: 410px;
    right: 0;
    left: unset;
    padding: unset;
    border-radius: 11px 11px 0 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 88px;
  }
  #page.top .follow .follow-top {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#page.top .first {
  position: relative;
  background: url(../img/top/first-bg-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#page.top .first .first-content {
  position: relative;
}
#page.top .first .first-content::after {
  content: "";
  width: 100%;
  height: 134px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(20%, rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0) 50%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#page.top .first .first-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 155px;
  margin: 0 auto 36px auto;
  padding-top: 60px;
  position: relative;
  right: 0;
  left: 20px;
}
#page.top .first .first-top.en-first-top {
  display: block;
  max-width: unset;
  margin-bottom: 80px;
}
#page.top .first .first-top.en-first-top .first-sub-ttl {
  font-size: 28px;
  -webkit-writing-mode: unset;
      -ms-writing-mode: unset;
          writing-mode: unset;
}
#page.top .first .first-top.en-first-top .first-sub-ttl span {
  padding-top: 0;
  font-size: 15px;
}
#page.top .first .first-top.en-first-top .first-main-ttl {
  -webkit-writing-mode: unset;
      -ms-writing-mode: unset;
          writing-mode: unset;
}
#page.top .first .first-top.en-first-top .first-main-ttl.en-first-main-ttl {
  font-size: 20px;
}
#page.top .first .first-bottom {
  padding-bottom: 58px;
}
#page.top .first .first-sub-ttl {
  font-size: 28px;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
#page.top .first .first-sub-ttl span {
  display: inline-block;
  padding-top: 18px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
#page.top .first .first-main-ttl {
  font-size: 33px;
  color: #fff;
  letter-spacing: 0.07em;
  line-height: 1.8181818182;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  padding-top: 15px;
}
#page.top .first .first-main-ttl.en-first-main-ttl {
  font-size: 25px;
}
#page.top .first .first-text {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 2.0625;
  margin-bottom: 10px;
}
#page.top .first .first-text:last-child {
  margin-bottom: 0;
}
#page.top .first .first-text.en-first-text {
  font-size: 15px;
}
@media (min-width: 767px) {
  #page.top .first {
    background: url(../img/top/first-bg.jpg);
    background-size: cover;
    background-position: top center;
    position: relative;
  }
  #page.top .first::after {
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(20%, rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0) 50%);
    width: 100%;
    height: 360px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #page.top .first .first-top {
    gap: 20px;
    width: 100%;
    max-width: 155px;
    margin: 0 auto 110px auto;
    padding-top: 80px;
    left: 0;
  }
  #page.top .first .first-top.en-first-top {
    display: block;
    max-width: 435px;
    margin-bottom: 100px;
    padding-top: 150px;
  }
  #page.top .first .first-top.en-first-top .first-sub-ttl {
    font-size: 28px;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
  #page.top .first .first-top.en-first-top .first-sub-ttl span {
    padding-top: 0;
    font-size: 15px;
  }
  #page.top .first .first-top.en-first-top .first-main-ttl {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
  #page.top .first .first-top.en-first-top .first-main-ttl.en-first-main-ttl {
    font-size: 20px;
  }
  #page.top .first .first-bottom {
    padding-bottom: 190px;
  }
  #page.top .first .first-sub-ttl {
    font-size: 40px;
  }
  #page.top .first .first-sub-ttl span {
    padding-top: 20px;
    font-size: 24px;
    letter-spacing: 0.2em;
  }
  #page.top .first .first-main-ttl {
    font-size: 40px;
    letter-spacing: 0.14em;
    line-height: 2;
    padding-top: 35px;
  }
  #page.top .first .first-text {
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 2.2222222222;
    margin-bottom: 25px;
  }
  #page.top .first .first-text:last-child {
    margin-bottom: 0;
  }
  #page.top .first .first-text.en-first-text {
    font-size: 15px;
  }
}
#page.top .cultural-experience {
  background-color: #000;
  padding: 40px 0 66px 0;
}
#page.top .cultural-experience h2 {
  font-size: 23px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 135px;
  position: relative;
}
#page.top .cultural-experience h2::after {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 50px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -90px;
}
#page.top .cultural-experience .cultural-experience-item {
  margin-bottom: 60px;
}
#page.top .cultural-experience .cultural-experience-item:last-child {
  margin-bottom: 0;
}
#page.top .cultural-experience .cultural-experience-item-content {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
#page.top .cultural-experience .cultural-experience-item-img {
  width: 100%;
  margin: 0 auto;
}
#page.top .cultural-experience .cultural-experience-item-textarea {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  width: 100%;
}
#page.top .cultural-experience .cultural-experience-item-text {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.55;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  position: relative;
}
#page.top .cultural-experience .cultural-experience-item-text.en-cultural-experience-item-text {
  font-size: 16px;
}
#page.top .cultural-experience .cultural-experience-item-text.en-cultural-experience-item-text.cultural-experience-2-text {
  bottom: -30px;
}
#page.top .cultural-experience .cultural-experience-item-text.en-cultural-experience-item-text.cultural-experience-4-text {
  bottom: -66px;
}
#page.top .cultural-experience .cultural-experience-item-text.cultural-experience-1-text {
  bottom: -96px;
}
#page.top .cultural-experience .cultural-experience-item-text.cultural-experience-2-text {
  bottom: -75px;
}
#page.top .cultural-experience .cultural-experience-item-text.cultural-experience-3-text {
  bottom: -75px;
}
#page.top .cultural-experience .cultural-experience-item-text.cultural-experience-4-text {
  bottom: -96px;
}
#page.top .cultural-experience .cultural-experience-item-main {
  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: 20px;
  position: relative;
  top: -30px;
}
#page.top .cultural-experience .cultural-experience-item-main h3 {
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.09em;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
#page.top .cultural-experience .cultural-experience-item-main h3.en-h3 {
  font-size: 25px;
}
#page.top .cultural-experience .cultural-experience-item-main-icon {
  width: 100%;
  max-width: 60px;
}
@media (min-width: 767px) {
  #page.top .cultural-experience {
    padding: 50px 0 205px 0;
  }
  #page.top .cultural-experience h2 {
    font-size: 28px;
    letter-spacing: 0.08em;
    margin-bottom: 120px;
  }
  #page.top .cultural-experience h2::after {
    height: 59px;
    bottom: -90px;
  }
  #page.top .cultural-experience .cultural-experience-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 80px 10px;
  }
  #page.top .cultural-experience .cultural-experience-item {
    width: 100%;
    max-width: unset;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-bottom: unset;
  }
  #page.top .cultural-experience .cultural-experience-item-content {
    margin-bottom: 33px;
  }
  #page.top .cultural-experience .cultural-experience-item-textarea {
    top: -35px;
    padding: 0 5px;
  }
  #page.top .cultural-experience .cultural-experience-item-text {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.7857142857;
  }
  #page.top .cultural-experience .cultural-experience-item-text.en-cultural-experience-item-text {
    font-size: 14px;
  }
  #page.top .cultural-experience .cultural-experience-item-text.en-cultural-experience-item-text.cultural-experience-2-text {
    bottom: -140px;
  }
  #page.top .cultural-experience .cultural-experience-item-text.en-cultural-experience-item-text.cultural-experience-4-text {
    bottom: -200px;
  }
  #page.top .cultural-experience .cultural-experience-item-text.cultural-experience-1-text {
    bottom: -190px;
  }
  #page.top .cultural-experience .cultural-experience-item-text.cultural-experience-2-text {
    bottom: -200px;
  }
  #page.top .cultural-experience .cultural-experience-item-text.cultural-experience-3-text {
    bottom: -226px;
  }
  #page.top .cultural-experience .cultural-experience-item-text.cultural-experience-4-text {
    bottom: -230px;
  }
  #page.top .cultural-experience .cultural-experience-item-main {
    gap: 25px;
    top: -6px;
  }
  #page.top .cultural-experience .cultural-experience-item-main h3 {
    font-size: 30px;
    letter-spacing: 0.16em;
  }
  #page.top .cultural-experience .cultural-experience-item-main h3.en-h3 {
    font-size: 25px;
  }
  #page.top .cultural-experience .cultural-experience-item-main-icon {
    max-width: 81px;
  }
}
@media (min-width: 1240px) {
  #page.top .cultural-experience .cultural-experience-item {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: 568px;
  }
  #page.top .cultural-experience .cultural-experience-item-textarea {
    padding: 0 25px;
  }
  #page.top .cultural-experience .cultural-experience-item-text {
    font-size: 28px;
  }
  #page.top .cultural-experience .cultural-experience-item-text.en-cultural-experience-item-text {
    font-size: 18px;
  }
  #page.top .cultural-experience .cultural-experience-item-text.en-cultural-experience-item-text.cultural-experience-2-text {
    bottom: -140px;
  }
  #page.top .cultural-experience .cultural-experience-item-text.en-cultural-experience-item-text.cultural-experience-4-text {
    bottom: -200px;
  }
  #page.top .cultural-experience .cultural-experience-item-main h3 {
    font-size: 40px;
  }
  #page.top .cultural-experience .cultural-experience-item-main h3.en-h3 {
    font-size: 30px;
  }
}
#page.top .c-news {
  background-color: #d8d8d8;
  border-radius: 10px 10px 0 0;
  margin-top: -10px;
  padding: 63px 0 67px 0;
}
#page.top .c-news.blog {
  background-color: #ebded4;
}
#page.top .c-news .c-news-ttl-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
#page.top .c-news h2 {
  font-size: 23px;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 500;
}
#page.top .c-news .c-news-ttl-btn {
  font-size: 12px;
  letter-spacing: 0.03em;
  text-decoration: underline;
  text-underline-offset: 1px;
  padding-top: 4px;
  font-weight: 500;
}
#page.top .c-news .c-news-article-item {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid #000;
}
#page.top .c-news .c-news-article-item:first-child {
  border-top: 1px solid #000;
}
#page.top .c-news .c-news-article-day {
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 10px;
}
#page.top .c-news .c-news-article-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#page.top .c-news .c-news-article-item-text {
  font-size: 14px;
  letter-spacing: -0.04em;
  line-height: 1.5714285714;
}
#page.top .c-news .c-news-article-item-img {
  width: 100%;
  max-width: 45px;
}
@media (min-width: 767px) {
  #page.top .c-news {
    border-radius: 20px 20px 0 0;
    margin-top: -14px;
    padding: 83px 0 86px 0;
  }
  #page.top .c-news .c-news-ttl-flex {
    margin-bottom: 37px;
  }
  #page.top .c-news h2 {
    font-size: 28px;
    letter-spacing: 0.05em;
  }
  #page.top .c-news .c-news-ttl-btn {
    font-size: 15px;
    letter-spacing: 0.08em;
    text-underline-offset: 2px;
  }
  #page.top .c-news .c-news-article-item {
    padding: 25px 0;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #page.top .c-news .c-news-article-item:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #page.top .c-news .c-news-article-item:hover .c-news-article-item-text {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    opacity: 0.8;
    position: relative;
  }
  #page.top .c-news .c-news-article-item:hover .c-news-article-item-text::after {
    width: 100%;
  }
  #page.top .c-news .c-news-article-item:hover .c-news-article-item-img {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  #page.top .c-news .c-news-article-day {
    font-size: 15px;
    letter-spacing: 0.08em;
  }
  #page.top .c-news .c-news-article-item-text {
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.3333333333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.3333333333;
    -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
    position: relative;
  }
  #page.top .c-news .c-news-article-item-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 1px;
    background: currentColor;
    opacity: 0.6;
    -webkit-transition: width 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: width 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #page.top .c-news .c-news-article-item-img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    width: 100%;
    max-width: 56px;
    height: 38px;
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  }
}
#page.top .store {
  background-color: #1a1a1a;
  border-radius: 10px 10px 0 0;
  margin-top: -10px;
  padding: 50px 0 72px 0;
}
#page.top .store .c-sec-ttl {
  margin-bottom: 36px;
}
#page.top .store .store-img {
  width: 100%;
  margin: 0 auto 25px;
}
#page.top .store .c-sec-btn {
  color: #ebded4;
  margin-bottom: 37px;
}
#page.top .store .store-map {
  width: 100%;
  margin-bottom: 26px;
}
#page.top .store .store-map iframe {
  width: 100%;
  height: 200px;
  display: block;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
#page.top .store .store-access {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #ebded4;
  margin-bottom: 24px;
}
@media (min-width: 767px) {
  #page.top .store {
    border-radius: 20px 20px 0 0;
    margin-top: -14px;
    padding: 77px 0 168px 0;
  }
  #page.top .store .c-sec-ttl {
    margin-bottom: 36px;
  }
  #page.top .store .store-img {
    margin: 0 auto 60px;
  }
  #page.top .store .c-sec-btn {
    margin-bottom: 76px;
  }
  #page.top .store .store-map {
    margin-bottom: 35px;
  }
  #page.top .store .store-map iframe {
    height: 400px;
  }
  #page.top .store .store-access {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 2.2222222222;
    margin-bottom: 58px;
  }
  #page.top .store .store-access span {
    display: inline-block;
    padding-left: 13px;
  }
}
#page.top .jja {
  background-color: #f5f4f0;
  border-radius: 10px 10px 0 0;
  margin-top: -10px;
  padding: 45px 0 79px 0;
}
#page.top .jja h2 {
  font-size: 34px;
  letter-spacing: 0.04em;
  line-height: 1.6470588235;
  margin-bottom: 30px;
}
#page.top .jja h2 span {
  display: inline-block;
  font-size: 13px;
  position: relative;
  top: -6px;
}
#page.top .jja .jja-img {
  width: 100%;
  max-width: 183px;
  margin: 0 auto 32px auto;
}
#page.top .jja h3 {
  font-size: 20px;
  letter-spacing: 0.07em;
  padding: 16px 0;
  margin-bottom: 18px;
  background-image: radial-gradient(circle, #000000 1px, transparent 1px), radial-gradient(circle, #000000 1px, transparent 1px);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 5px 2px, 5px 2px;
}
#page.top .jja .jja-content-text {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 2.1333333333;
  margin-bottom: 67px;
}
#page.top .jja .jja-content-text.second-text {
  margin-bottom: 20px;
  position: relative;
}
#page.top .jja .jja-content-text.second-text::before {
  content: "";
  background-color: #000;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -40px;
}
#page.top .jja .jja-content-text:last-child {
  margin-bottom: 0;
}
@media (min-width: 767px) {
  #page.top .jja {
    border-radius: 20px 20px 0 0;
    margin-top: -14px;
    padding: 50px 0 88px 0;
  }
  #page.top .jja .jja-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 53px;
    margin-bottom: 35px;
  }
  #page.top .jja h2 {
    font-size: 28px;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-bottom: unset;
  }
  #page.top .jja h2 span {
    font-size: 18px;
    top: -4px;
    margin: 0 -10px;
  }
  #page.top .jja .jja-img {
    max-width: 238px;
    margin: unset;
    margin-bottom: 0;
  }
  #page.top .jja h3 {
    font-size: 24px;
    letter-spacing: 0.07em;
    padding: 30px 0;
    margin-bottom: 30px;
  }
  #page.top .jja .jja-content-text {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.6666666667;
    margin-bottom: 75px;
  }
  #page.top .jja .jja-content-text.second-text {
    margin-bottom: 22px;
  }
  #page.top .jja .jja-content-text.second-text::before {
    width: 20px;
    height: 20px;
    top: -48px;
  }
}
@media (min-width: 1240px) {
  #page.top .jja h2 {
    font-size: 40px;
  }
  #page.top .jja h2 span {
    font-size: 21px;
  }
}
#page.top .participation-banner {
  background-color: #fff;
  padding: 50px 0;
}
#page.top .participation-banner .participation-banner-left {
  margin-bottom: 40px;
}
#page.top .participation-banner .participation-banner-img {
  display: block;
  margin-bottom: 20px;
}
#page.top .participation-banner .participation-banner-img:last-child {
  margin-bottom: 0;
}
@media (min-width: 767px) {
  #page.top .participation-banner {
    padding: 100px 0;
  }
  #page.top .participation-banner .participation-banner-flex {
    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;
  }
  #page.top .participation-banner .participation-banner-left {
    margin-bottom: 0;
    width: 100%;
  }
  #page.top .participation-banner .participation-banner-right {
    width: 100%;
  }
  #page.top .participation-banner .participation-banner-img {
    margin-bottom: 20px;
    width: 100%;
    max-width: 600px;
  }
  #page.top .participation-banner .participation-banner-img:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1100px) {
  #page.top .participation-banner .participation-banner-flex {
    gap: 30px;
  }
}