@charset "UTF-8";
@media screen and (max-width: 768px) {
  .week2023 {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 769px) {
  .week2023 {
    padding-bottom: 110px;
  }
}

.fv {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.fv__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .fv__ttl {
    padding: 0 24px;
    width: 100%;
    height: 285px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .fv__ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 520px;
    height: 190px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1649px) {
  .fv__ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 605px;
    height: 230px;
  }
}
@media screen and (min-width: 1650px) {
  .fv__ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 605px;
    height: 230px;
  }
}
@media screen and (max-width: 768px) {
  .fv__ttl-logo {
    margin-top: 15px;
    max-width: 325px;
    height: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .fv__ttl-logo {
    width: 330px;
    height: 120px;
  }
}
@media screen and (min-width: 1100px) {
  .fv__ttl-logo {
    margin-top: 5px;
    width: 420px;
    height: 145px;
  }
}
.fv__ttl-logo img {
  width: 100%;
  height: auto;
}
.fv__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .fv__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 35px;
    gap: 15px;
  }
}
@media screen and (min-width: 769px) {
  .fv__info {
    margin-top: 15px;
    width: 420px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.fv__info-logo {
  width: 125px;
  height: 45px;
}
.fv__info-logo img {
  width: 100%;
  height: auto;
}
.fv__info-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}
.fv .swiper,
.fv .swiper2,
.fv .swiper3 {
  width: 100%;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .fv .swiper2,
  .fv .swiper3 {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .fv .swiper2,
  .fv .swiper3 {
    margin-top: 40px;
  }
}
.fv .swiper-slide {
  aspect-ratio: 290/183;
}
@media screen and (max-width: 768px) {
  .fv .swiper-slide {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .fv .swiper-slide {
    width: 290px;
    height: 183px;
  }
}
.fv .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

@media screen and (max-width: 768px) {
  .about {
    margin-top: 85px;
  }
}
@media screen and (min-width: 769px) {
  .about {
    margin-top: 140px;
  }
}
@media screen and (max-width: 768px) {
  .about__inner {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .about__inner {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  .about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 95px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .about__img {
    aspect-ratio: 74/83;
    max-width: 296px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .about__img {
    aspect-ratio: 33/37;
    max-width: 594px;
  }
}
@media screen and (min-width: 1100px) {
  .about__img {
    aspect-ratio: 33/37;
    max-width: 594px;
  }
}
.about__img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about__content {
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .about__content {
    padding: 70px 0 0 50px;
  }
}
@media screen and (min-width: 1100px) {
  .about__content {
    padding: 70px 0;
    max-width: 530px;
  }
}
.about__heading {
  color: #2066b7;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .about__heading {
    margin-top: 25px;
  }
}
.about__ttl {
  display: block;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .about__ttl {
    font-size: 25px;
    margin-top: 20px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 769px) {
  .about__ttl {
    font-size: 30px;
    margin-top: 50px;
    line-height: 1.5;
  }
}
.about__txt {
  display: block;
  letter-spacing: 0.05em;
  font-size: 15px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .about__txt {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .about__txt {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .event {
    margin-top: 100px;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 769px) {
  .event {
    margin-top: 120px;
  }
}
.event__bg {
  background-color: #f5faff;
}
@media screen and (max-width: 768px) {
  .event__bg {
    padding: 75px 0 86px;
  }
}
@media screen and (min-width: 769px) {
  .event__bg {
    padding: 125px 0;
  }
}
.event__card {
  max-width: 1600px;
}
@media screen and (max-width: 768px) {
  .event__card {
    display: block;
    margin-top: 65px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .event__card {
    display: block;
    margin-top: 65px;
  }
}
@media screen and (min-width: 1100px) {
  .event__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 80px auto 0;
    gap: 75px;
  }
}
@media screen and (max-width: 768px) {
  .event__card:not(:first-of-type) {
    margin-top: 90px;
  }
}
@media screen and (min-width: 769px) {
  .event__card:not(:first-of-type) {
    margin-top: 150px;
  }
}
.event__card.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .event__img {
    aspect-ratio: 125/79;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .event__img {
    aspect-ratio: 433/274;
  }
}
@media screen and (min-width: 1100px) {
  .event__img {
    aspect-ratio: 433/274;
    max-width: 866px;
  }
}
.event__img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .event__info {
    padding: 0 25px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .event__info {
    max-width: 320px;
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 1100px) {
  .event__info {
    max-width: 320px;
  }
}
.event__num {
  font-size: 25px;
  color: #2066b7;
  position: relative;
}
@media screen and (max-width: 768px) {
  .event__num {
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .event__num {
    text-align: center;
  }
}
.event__num::before {
  position: absolute;
  content: "";
  bottom: -5px;
  width: 28px;
  height: 1px;
  background: #2066b7;
}
@media screen and (max-width: 768px) {
  .event__num::before {
    left: calc(50% - 14px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .event__num::before {
    left: calc(50% - 14px);
  }
}
@media screen and (min-width: 1100px) {
  .event__num::before {
    left: 0;
  }
}
.event__ttl {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .event__ttl {
    margin-top: 35px;
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .event__ttl {
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (min-width: 1100px) {
  .event__ttl {
    margin-top: 60px;
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) {
  .event__ttl span {
    display: inline-block;
    margin-left: -2px;
  }
}
.event__txt {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .event__txt {
    margin-top: 25px;
  }
}
@media screen and (min-width: 769px) {
  .event__txt {
    margin-top: 40px;
  }
}
.event__txt .is-red {
  color: #D90F0F;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .event__btn {
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 769px) {
  .event__btn {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .campaign {
    margin-top: 80px;
  }
}
@media screen and (min-width: 769px) {
  .campaign {
    margin-top: 100px;
    padding-top: 25px;
  }
}
.campaign__inner {
  max-width: 966px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .campaign__top {
    margin-top: 150px;
    position: relative;
    display: block;
    padding: 0 25px;
  }
}
@media screen and (min-width: 1100px) {
  .campaign__top {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 1099px) {
  .campaign__ico {
    position: absolute;
    top: -105px;
    left: calc(50% - 82.5px);
    width: 141px;
    height: 95px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1100px) {
  .campaign__ico {
    margin-top: -50px;
    width: 181px;
    height: 122px;
  }
}
.campaign__ttl {
  line-height: 1.5;
}
@media screen and (max-width: 1099px) {
  .campaign__ttl {
    text-align: center;
  }
}
@media screen and (min-width: 1100px) {
  .campaign__ttl {
    font-size: 24px;
    width: 200px;
  }
}
.campaign__ttl .small {
  font-size: 16px;
}
.campaign__txt {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .campaign__txt {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .campaign__txt {
    max-width: 700px;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 1100px) {
  .campaign__txt {
    max-width: 539px;
  }
}
.campaign__bnr {
  margin-top: 30px;
}
.campaign__bnr img {
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .campaign__content {
    display: block;
    padding: 0 25px;
    margin-top: 35px;
  }
}
@media screen and (min-width: 1100px) {
  .campaign__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 90px;
  }
}
@media screen and (max-width: 1099px) {
  .campaign__content:first-of-type {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1100px) {
  .campaign__content:first-of-type {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .campaign__content-rb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 1099px) {
  .campaign__info {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1100px) {
  .campaign__info {
    max-width: 452px;
  }
}
.campaign__infoTtl {
  font-size: 16px;
  background-color: #2066b7;
  color: #fff;
  padding: 4px 30px;
  border-radius: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.campaign__infoTxt {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .campaign__infoTxt {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .campaign__infoTxt {
    margin-top: 20px;
  }
}
.campaign__infoList {
  counter-reset: item;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .campaign__infoList {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .campaign__infoList {
    margin-top: 20px;
  }
}
.campaign__infoList li {
  font-size: 14px;
  letter-spacing: 0.05em;
  position: relative;
  text-indent: -20px;
  padding-left: 20px;
}
.campaign__infoList li::before {
  counter-increment: item;
  content: counter(item) ".";
  margin-right: 5px;
}
.campaign__infoList li + li {
  margin-top: 10px;
}
.campaign__infoList a {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.campaign__infoList a:hover {
  text-decoration: none;
}
.campaign__caution {
  margin-top: 10px;
}
.campaign__caution li {
  font-size: 12px;
  letter-spacing: 0.05em;
  position: relative;
  text-indent: -20px;
  padding-left: 20px;
}
.campaign__caution li + li {
  margin-top: 3px;
}
.campaign__caution li:before {
  content: "※";
  margin-right: 5px;
}
.campaign__btn {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .campaign__btn {
    margin-top: 60px;
  }
}
@media screen and (min-width: 769px) {
  .campaign__btn {
    margin-top: 90px;
  }
}

.special__bg {
  background-color: #2066b7;
}
@media screen and (max-width: 768px) {
  .special__bg {
    padding: 75px 0 86px;
  }
}
@media screen and (min-width: 769px) {
  .special__bg {
    padding: 125px 0;
  }
}
@media screen and (min-width: 769px) {
  .special__inner {
    padding: 0 calc((100% - 1150px) / 2);
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .special__top {
    padding: 0 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .special__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .special__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
  }
}
.special__ttl {
  color: #fff;
}
.special__ttlMain {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .special__ttlMain {
    font-size: 26px;
  }
}
@media screen and (min-width: 769px) {
  .special__ttlMain {
    font-size: 30px;
  }
}
.special__ttlSub {
  display: block;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .special__ttlSub {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  .special__ttlSub {
    font-size: 14px;
  }
}
.special__info {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .special__info {
    margin-top: 40px;
  }
}
.special__infoTtl {
  font-weight: normal;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .special__infoTxt {
    font-size: 14px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .special__infoTxt {
    font-size: 13px;
    margin-top: 10px;
  }
}
.special__wrapper {
  width: 100%;
  overflow-x: auto;
}
.special__list {
  display: -ms-grid;
  display: grid;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .special__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px 25px 0;
    gap: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .special__list {
    margin-top: 60px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1100px) {
  .special__list {
    margin-top: 60px;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .special__listItem {
    min-width: 300px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .special__listItem {
    min-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .special__listItem {
    max-width: 403px;
    width: 100%;
  }
}
.special__listItem .card {
  cursor: default;
  color: #fff;
}
.special__listItem .card:hover .card__content {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.special__listItem a:hover {
  cursor: pointer;
}
.special__listItem .card {
  position: relative;
  width: 100%;
  display: block;
}
.special__listItem .card__img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .special__listItem .card__img {
    height: 545px;
  }
}
.special__listItem .card__img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .special__listItem .card__img img {
    height: 545px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.special__listItem .card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .special__listItem .card__content {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .special__listItem .card__content {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
.special__listItem .card__info {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .special__listItem .card__info {
    padding: 0 20px 20px;
  }
}
@media screen and (min-width: 769px) {
  .special__listItem .card__info {
    padding: 0 50px 35px;
  }
}
.special__listItem .card__infoTxt {
  display: block;
  font-size: 12px;
  line-height: 2.3;
  letter-spacing: 0.05em;
}
.special__listItem .card__infoMore {
  width: 100%;
  font-family: "Libre Baskerville", serif;
  color: #fff;
  position: relative;
  display: block;
  font-size: 17px;
  padding: 10px 0;
  margin-top: 20px;
}
.special__listItem .card__infoMore::before, .special__listItem .card__infoMore::after {
  position: absolute;
  content: "";
}
.special__listItem .card__infoMore::before {
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.special__listItem .card__infoMore::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../img/common/ico_window02.svg);
  background-size: contain;
  right: 0;
  top: calc(50% - 0px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.special__listItem .card__name {
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background-color: #2066b7;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 20px 25px;
  overflow: hidden;
  white-space: nowrap;
}
.special__listItem .card__name span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}
/*# sourceMappingURL=style.css.map */