.wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

img {
  max-width: 100%;
  height: auto;
}
img.w100 {
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.txt--underline {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .pc-disp {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp-disp {
    display: none !important;
  }
}

@media (hover: hover) {
  .opacity-link {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .opacity-link:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
/*------------------------------------------
fade up
------------------------------------------*/
.fadeup {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
.fadeup.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
.fade.is-active {
  opacity: 1;
}

/* === body
==================================== */
html {
  scroll-behavior: smooth;
}

body {
  letter-spacing: 0.02em;
  font-size: 14px;
  width: 100%;
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  min-height: -webkit-fill-available;
}

.wrapper {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 769px) {
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.en_sanserif {
  font-family: "poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.en_serif {
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ft--2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.ltsp_sm {
  letter-spacing: -8px;
}

.christmastree {
  color: #0A0A0A;
  width: 100%;
  overflow: hidden;
}

/* =========================================================
PC header__container
========================================================= */
@media (min-width: 769px) {
  .header__container {
    width: 36.6032210835vw;
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
  }
}
@media (max-width: 768px) {
  .header__container {
    display: none;
  }
}
.header__container .mv__slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.header__container .mv__slide .year {
  color: #fcfcfc;
  font-size: 44px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -18px;
  margin: auto;
}
.header__container .mv__slide .label {
  color: #fcfcfc;
  font-size: 44px;
  width: 390px;
  aspect-ratio: 472/546;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
}
.header__container .splide {
  overflow: hidden;
}
.header__container .splide.no-slide {
  visibility: visible;
}
.header__container .splide.no-slide .splide__arrows {
  display: none;
}
.header__container .splide.no-slide .splide__slide {
  width: 100%;
}
.header__container .splide.no-slide .slide--inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.header__container .splide__wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.header__container .splide__track {
  border-radius: 0;
  border: 0;
}
.header__container .splide__slide .slide--img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
}
.header__container .splide__slide .slide--img img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  .header__container .splide__slide a:hover {
    opacity: 1;
  }
  .header__container .splide__slide a:hover .slide--img,
  .header__container .splide__slide a:hover img {
    opacity: 0.6;
  }
}
.header__container .splide__slide > a {
  display: block;
}

/* =========================================================
PC nav__container
========================================================= */
.nav__container {
  color: #DDC574;
}
@media (min-width: 769px) {
  .nav__container {
    background: url(../images/mv_right_menu.webp) no-repeat center/cover;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100vh;
    position: sticky;
    top: 0;
    right: 0;
    z-index: 1;
    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;
  }
}
@media (max-width: 768px) {
  .nav__container {
    display: none;
  }
}

.nav__cnt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.nav__cnt .ttl {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
}
.nav__cnt .list > li {
  width: 100%;
  margin-bottom: 15px;
}
.nav__cnt .list > li > a {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.nav__cnt .list > li:last-child {
  margin-bottom: 0;
}

/* =========================================================
main__container
========================================================= */
.main__container {
  width: 100%;
  background: #02433A;
  overflow: hidden;
}
@media (min-width: 769px) {
  .main__container {
    width: 19.53%;
    min-width: 375px;
    position: relative;
    z-index: 2;
  }
}

/* =========================================================
Common Parts
========================================================= */
.more__btn {
  width: 87.3%;
  height: 50px;
  margin: 0 auto;
}
.more__btn > a {
  width: 100%;
  height: 100%;
  border: 1px solid #fcfcfc;
  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;
}
.more__btn > a .txt {
  color: #FCFCFC;
  padding-right: 46px;
  font-weight: 300;
  font-size: 20px;
  position: relative;
}
.more__btn > a .txt::after {
  content: "";
  background: url(../images/icon_arrow.webp) no-repeat center/100%;
  width: 25px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.more__btn.type--2 > a .txt::after {
  background: url(../images/icon_arrow_2.webp) no-repeat center/100%;
}

/* =========================================================
cnt2__container
========================================================= */
.cnt2__container {
  position: relative;
  background: #00361D;
}
.cnt2__container .inner {
  width: 87.83%;
  margin: 0 auto;
}
.cnt2__container .inner .img {
  width: 100%;
}
.cnt2__container .inner .cnt {
  padding: 35px 0 59px;
  position: relative;
  color: #DDC574;
}
.cnt2__container .inner .cnt .info {
  padding: 0 25px 0 26px;
}
.cnt2__container .inner .cnt .info .ttl {
  text-align: center;
  margin: 0 auto 7px;
}
.cnt2__container .inner .cnt .info .ttl .txt {
  font-weight: 400;
  font-size: 16px;
}
.cnt2__container .inner .cnt .info .subttl {
  font-size: 52px;
  margin: 0 auto 24px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
}
.cnt2__container .inner .cnt .info .lead {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.cnt2__container .inner .cnt .info .txt {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: -0.1px;
}
.cnt2__container__deco {
  position: absolute;
  bottom: 60px;
  pointer-events: none;
}

/* =========================================================
cnt3__container
========================================================= */
.cnt3__container {
  background: url(../images/cnt_03_bg.webp) no-repeat center/cover;
  padding: 70px 0 70px;
  color: #fcfcfc;
}
.cnt3__container .inner {
  padding: 0 25px;
}
.cnt3__container .ttl__area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
  position: relative;
}
.cnt3__container .ttl__area .sub {
  text-align: center;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 3.7px;
}
.cnt3__container .ttl__area .main {
  line-height: 1;
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  letter-spacing: 4px;
  margin-top: 6px;
}
.cnt3__container .date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 19px;
  line-height: 1;
}
.cnt3__container .date span {
  display: inline-block;
  text-align: center;
}
.cnt3__container .date .txt--1 {
  font-size: 40px;
  margin-right: 3px;
}
.cnt3__container .date .txt--2 {
  font-size: 16px;
  margin-bottom: 8px;
}
.cnt3__container .place {
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  font-size: 14px;
  margin: 0 auto 14px;
}
.cnt3__container .name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 14px;
  padding-left: 60px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
}
.cnt3__container .name::before {
  content: "";
  background: url(../images/cnt_03_icon.webp) no-repeat center/100%;
  width: 54px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.cnt3__container .event__info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
}
.cnt3__container .event__info .events {
  text-align: center;
}
.cnt3__container .event__info .events span {
  display: inline-block;
}
.cnt3__container .event__info .events .txt--1 {
  font-weight: 500;
  font-size: 14px;
  margin-right: 8px;
}
.cnt3__container .event__info .events .txt--2 {
  font-weight: 900;
  font-size: 20px;
}

/* =========================================================
cnt4__container
========================================================= */
.cnt4__container {
  background: #00361D;
}
.cnt4__container .inner {
  color: #DDC574;
  padding-bottom: 60px;
}
.cnt4__container .ornament__block .cnt,
.cnt4__container .photo__block .cnt {
  padding: 0 45px;
}
.cnt4__container .ornament__block .cnt .ttl,
.cnt4__container .photo__block .cnt .ttl {
  margin-bottom: 23px;
  position: relative;
}
.cnt4__container .ornament__block .cnt .ttl .ttl--1,
.cnt4__container .photo__block .cnt .ttl .ttl--1 {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 8px;
}
.cnt4__container .ornament__block .cnt .ttl .ttl--2,
.cnt4__container .photo__block .cnt .ttl .ttl--2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  font-size: 34px;
}
.cnt4__container .ornament__block .cnt .txt,
.cnt4__container .photo__block .cnt .txt {
  line-height: 1.89;
  font-size: 14px;
  margin-bottom: 17px;
}
.cnt4__container .ornament__block .cnt .img,
.cnt4__container .photo__block .cnt .img {
  width: 100%;
  margin: 0 auto;
}
.cnt4__container .features__block {
  padding: 59px 0 0;
}
.cnt4__container .features__block .cnt .ttl__area {
  text-align: center;
}
.cnt4__container .features__block .cnt .ttl__area .sub {
  line-height: 1;
  font-size: 12px;
  letter-spacing: 4px;
}
.cnt4__container .features__block .cnt .ttl__area .main {
  line-height: 1;
  font-size: 53px;
  margin-top: 11px;
  margin-bottom: 28px;
  font-weight: 300;
}
.cnt4__container .features__block .cnt .img {
  width: 87.73%;
  margin: 0 auto;
}
.cnt4__container .ornament__block {
  padding: 40px 0 54px;
  border-bottom: 1px solid #222222;
  position: relative;
}
.cnt4__container .ornament__block::after {
  content: "";
  background: url(../images/ornament_icon_2.webp) no-repeat center/100%;
  width: 99px;
  height: 145px;
  position: absolute;
  right: 0;
  bottom: -76px;
}
.cnt4__container .ornament__block .ttl::before {
  content: "";
  background: url(../images/ornament_icon.webp) no-repeat center/100%;
  width: 75px;
  height: 70px;
  position: absolute;
  top: 32px;
  left: -38px;
}
.cnt4__container .photo__block {
  padding: 44px 0 0;
}
.cnt4__container .photo__block .list {
  width: 100%;
  margin: 40px auto 0;
}
.cnt4__container .photo__block .list > li {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.cnt4__container .photo__block .list > li:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.cnt4__container .photo__block .list > li .list__img {
  width: 135px;
  aspect-ratio: 1/1;
}
.cnt4__container .photo__block .list > li .list__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2;
  font-size: 14px;
}
.cnt4__container__deco {
  position: absolute;
  bottom: 16px;
  pointer-events: none;
}

/* =========================================================
cnt5__container
========================================================= */
.cnt5__container {
  background: #574413;
  padding: 64px 0 42px;
}
.cnt5__container .ttl__area {
  color: #CBAD7D;
  position: relative;
  margin: 0 auto 26px;
}
.cnt5__container .sub {
  line-height: 1;
  text-align: center;
  font-size: 12px;
  margin-bottom: 7px;
  letter-spacing: 4px;
}
.cnt5__container .main {
  line-height: 1;
  text-align: center;
  font-size: 54px;
}
.cnt5__container .inner {
  width: 100%;
  padding: 0 45px;
  color: #FCFCFC;
  margin-bottom: 18px;
}
.cnt5__container .inner .lead {
  line-height: 1.2;
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 21px;
}
.cnt5__container .inner .lead__2 {
  line-height: 1.7;
  text-align: center;
  font-size: 15px;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}
.cnt5__container .inner .collab {
  position: relative;
}
.cnt5__container .inner .collab::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 1px;
  background: #362a0c;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  z-index: 1;
}
.cnt5__container .inner .collab::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 1px;
  background: #362a0c;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.cnt5__container .inner .txt {
  line-height: 1.9;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 16px;
}
.cnt5__container .more__btn > a .txt {
  font-size: 20px;
}
.cnt5__container .cnt5__img {
  display: block;
  margin-right: auto;
  width: 93.4%;
  margin-bottom: 17px;
}
.cnt5__container .cnt5__img_2 {
  margin-right: 0;
  margin-left: auto;
}
.cnt5__container .inner .more__btn {
  width: 100%;
}
.cnt5__container .inner .more__btn .txt {
  margin-bottom: 0;
}
.cnt5__container .inner_2 {
  margin-top: 52px;
}
.cnt5__container .p--l {
  padding-left: 45px;
}
.cnt5__container .p--l .item__txt {
  padding-right: 45px;
}
.cnt5__container .p--r {
  padding-right: 45px;
}
.cnt5__container .p--r .item__txt {
  padding-left: 45px;
}
.cnt5__container .item__cnt {
  margin-bottom: 95px;
}
.cnt5__container .item__cnt.mg-60 {
  margin-bottom: 60px;
}
.cnt5__container .item__cnt.icon--1, .cnt5__container .item__cnt.icon--2 {
  position: relative;
}
.cnt5__container .item__cnt.icon--1::after, .cnt5__container .item__cnt.icon--2::after {
  content: "";
  position: absolute;
}
.cnt5__container .item__cnt.icon--1::after {
  background: url(../images/cnt5_icon_2.webp) no-repeat center/100%;
  width: 173px;
  height: 199px;
  top: -80px;
  left: 0;
}
.cnt5__container .item__cnt.icon--1 .item__img {
  position: relative;
  z-index: 2;
}
.cnt5__container .item__cnt.icon--2::after {
  background: url(../images/cnt5_icon_3.webp) no-repeat center/100%;
  width: 66px;
  height: 50px;
  top: -70px;
  left: 0;
  right: 0;
  margin: auto;
}
.cnt5__container .item__img {
  width: 100%;
  margin: 0 auto 42px;
}
.cnt5__container .item__txt {
  color: #FCFCFC;
  line-height: 2;
  font-weight: 300;
  font-size: 14px;
}

/* =========================================================
cnt6__container
========================================================= */
.cnt6__container {
  background: #02433A;
  color: #DDC574;
  padding: 64px 0 1px;
  text-align: center;
}
.cnt6__container .inner {
  width: 75.46%;
  margin: 28px auto 60px;
}
.cnt6__container .ttl__area .sub {
  line-height: 1;
  text-align: center;
  font-size: 12px;
  margin-bottom: 8px;
  letter-spacing: 4px;
}
.cnt6__container .ttl__area .main {
  line-height: 1;
  text-align: center;
  font-size: 34px;
}
.cnt6__container .inner_ttl_1 {
  font-size: 24px;
  line-height: 1;
  line-height: 26px;
  margin-top: 24px;
}
.cnt6__container .inner_ttl_1_sm {
  font-size: 23px;
}
.cnt6__container .inner_ttl_1_sm_2 {
  font-size: 20px;
}
.cnt6__container .inner_ttl_2 {
  font-size: 17px;
  line-height: 1.5;
  margin-top: 15px;
}
.cnt6__container .inner_ttl_2_sm {
  font-size: 15px;
}
.cnt6__container .inner_ttl_3 {
  margin: 19px auto 5px;
}
.cnt6__container .inner_ttl_4 {
  margin: 0px auto;
  font-size: 18px;
}
.cnt6__container .innner_ttl_4_ft {
  font-size: 14px;
}
.cnt6__container .ttl_end::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #DDC574;
  margin: 18px auto;
}
.cnt6__container .txt {
  text-align: left;
  margin-bottom: 17px;
}
.cnt6__container .more__btn {
  width: 100%;
}
.cnt6__container .more__btn a {
  border: 1px solid #DDC574;
}
.cnt6__container .more__btn .txt {
  margin-bottom: 0;
  color: #DDC574;
}

/* =========================================================
cnt7__container
========================================================= */
.cnt7__container {
  background: #00361D;
  padding: 50px 0 60px;
  color: #DDC574;
}
.cnt7__container .ttl__area .main {
  font-size: 26px;
  text-align: center;
}
.cnt7__container .inner {
  width: 87.63%;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
}
.cnt7__container .sponsor_list {
  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;
  width: 100%;
  row-gap: 10px;
}
.cnt7__container .sponsor_list li {
  width: 100%;
  height: auto;
  min-height: 79.2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fff;
  padding: 6px;
}
.cnt7__container .sponsor_list li img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.cnt7__container .sponsor_list_2clm li {
  width: 49.04%;
  aspect-ratio: 161.17/79.2;
}
.cnt7__container .sponsor_list_3clm li {
  width: 32.27%;
  min-height: 61.83px;
  aspect-ratio: 106.05/61.83;
}

/* =========================================================
cnt8__container
========================================================= */
.cnt8__container {
  background: #574413;
  padding: 64px 0 20px;
  color: #FFFFFF;
}
.cnt8__container .ttl__area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
  position: relative;
}
.cnt8__container .ttl__area .sub {
  text-align: center;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.cnt8__container .ttl__area .main {
  text-align: center;
  font-weight: 300;
  font-size: 34px;
  line-height: 1;
}
.cnt8__container .cnt__1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}
.cnt8__container .cnt__1 .img {
  width: 188px;
}
.cnt8__container .cnt__1 .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cnt8__container .cnt__1 .info * {
  padding-left: 12px;
}
.cnt8__container .cnt__1 .info .year {
  line-height: 1;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 4px;
}
.cnt8__container .cnt__1 .info .ttl {
  line-height: 1;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 31px;
  margin-bottom: 6px;
}
.cnt8__container .cnt__1 .info .lead {
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 12px;
}
.cnt8__container .cnt__1 .info .lead_underline {
  padding-left: 0;
  display: block;
  width: 87%;
  height: 1px;
  background: #fff;
  margin: 10px 0 16px 0;
}
.cnt8__container .cnt__1 .info .txt {
  width: 90%;
  line-height: 1.8;
  font-size: 14px;
}
.cnt8__container .cnt__2 {
  position: relative;
  margin-bottom: 42px;
}
.cnt8__container .cnt__2 .img {
  width: 50%;
  position: relative;
  right: 0;
  margin-left: auto;
}
.cnt8__container .cnt__2 .info {
  position: absolute;
  width: 63%;
}
.cnt8__container .cnt__2 .info .year {
  line-height: 1;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 7px;
}
.cnt8__container .cnt__2 .info .year,
.cnt8__container .cnt__2 .info .ttl,
.cnt8__container .cnt__2 .info .lead,
.cnt8__container .cnt__2 .info .txt {
  margin-left: 23px;
}
.cnt8__container .cnt__2 .info .ttl {
  line-height: 1;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 6px;
  position: relative;
  z-index: 2;
}
.cnt8__container .cnt__2 .info .lead {
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 12px;
}
.cnt8__container .cnt__2 .info .lead_underline {
  padding-left: 0;
  display: block;
  width: 87%;
  height: 1px;
  background: #fff;
  margin: 10px 0 10px 23px;
}
.cnt8__container .cnt__2 .info .txt {
  width: 64%;
  line-height: 1.8;
  font-size: 14px;
}

/* =========================================================
cnt9__container
========================================================= */
.cnt9__container {
  background: url(../images/cnt_09_bg.webp) no-repeat center/cover;
  padding: 46px 0 60px;
  height: 500px;
  color: #fcfcfc;
  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;
}
.cnt9__container .inner {
  padding: 0 25px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.cnt9__container .ttl__area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
  position: relative;
}
.cnt9__container .ttl__area .sub {
  text-align: center;
  line-height: 1;
  font-size: 16px;
}
.cnt9__container .ttl__area .main {
  line-height: 1.1;
  text-align: center;
  font-weight: 500;
  font-size: 40px;
}
.cnt9__container .date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cnt9__container .date .date_list_01::after {
  content: "";
  background: url(../images/icon_arrow.webp) no-repeat center/100%;
  width: 20px;
  height: 15px;
  display: inline-block;
  position: relative;
}
.cnt9__container .date span {
  display: inline-block;
  text-align: center;
}
.cnt9__container .date .txt--1 {
  font-size: 30px;
  margin-right: 3px;
  letter-spacing: 1.5px;
  line-height: 1;
}
.cnt9__container .date .txt--2 {
  font-size: 16px;
}
.cnt9__container .place {
  text-align: center;
  line-height: 1.5;
  font-weight: 300;
  font-size: 16px;
  margin: 0 auto 25px;
}
.cnt9__container .name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  padding-left: 60px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
}
.cnt9__container .name::before {
  content: "";
  background: url(../images/cnt_03_icon.webp) no-repeat center/100%;
  width: 54px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.cnt9__container .event__info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
}
.cnt9__container .event__info .events {
  text-align: center;
}
.cnt9__container .event__info .events span {
  display: inline-block;
}
.cnt9__container .event__info .events .txt--1 {
  font-weight: 500;
  font-size: 14px;
  margin-right: 8px;
}
.cnt9__container .event__info .events .txt--2 {
  font-weight: 300;
  font-size: 20px;
}

/* =========================================================
cnt10__container
========================================================= */
.cnt10__container {
  background: #02433A;
  padding: 63px 0;
  color: #fff;
}
.cnt10__container .ttl__area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
}
.cnt10__container .ttl__area .sub {
  text-align: center;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 4px;
}
.cnt10__container .ttl__area .main {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
}
.cnt10__container .inner {
  width: 100%;
  padding: 0 45px;
  margin: 0 auto 50px;
}
.cnt10__container .inner .img {
  width: 100%;
  margin: 0 auto 30px;
}
.cnt10__container .inner .txt {
  line-height: 2;
  font-size: 14px;
}

/* =========================================================
cnt11__container
========================================================= */
.cnt11__container {
  width: 88%;
  margin: 20px;
  background: url(../images/daimaru_xmas.webp) no-repeat center/cover;
  height: 428px;
  color: #fcfcfc;
  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;
}
.cnt11__container .inner {
  width: 324px;
}
.cnt11__container .inner .ttl__area {
  margin-bottom: 50px;
}
.cnt11__container .inner .ttl__area .sub {
  text-align: center;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 8px;
  letter-spacing: 4px;
}
.cnt11__container .inner .ttl__area .main {
  text-align: center;
  line-height: 1.4;
  font-size: 35px;
}

/* =========================================================
cnt12__container
========================================================= */
.cnt12__container {
  background: #02433A;
  padding: 65px 0;
  color: #fff;
}
.cnt12__container .list > li {
  margin-bottom: 50px;
}
.cnt12__container .list > li:last-child {
  margin-bottom: 0;
}
.cnt12__container .list > li > p {
  text-align: center;
}
.cnt12__container .list > li .txt--1 {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 3px;
}
.cnt12__container .list > li .txt--2 {
  font-weight: 400;
  font-size: 14px;
}