* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.display-sp {
  display: none !important;
}

.display-tab {
  display: none !important;
}

@media screen and (768px <=width < 1280px) {

  .display-pc-btn {
    display: none !important;
  }

  .display-tab {
    display: block !important;
  }

  .calendar-item-link.display-tab {
    display: flex !important;
  }

  .calendar-item-link.display-tab>.calendar-item-btn {
    width: 48%;
  }

}

@media screen and (width < 768px) {

  .display-pc {
    display: none !important;
  }

  .display-sp {
    display: block !important;
  }
}

.article {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #fff;
}

.kv {
  width: 100%;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  border: 2px solid #E7E7E7;
  border-radius: 40px;
  padding-bottom: 30px;
}

.kv-img img {
  position: absolute;
  z-index: 80;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.scroll-infinity {
  padding-top: min(320px, 23vw);
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 45s infinite linear 0.5s both;
}

.scroll-infinity__item {
  margin: 0 20px;
  width: min(258px, 20vw);
}

.scroll-infinity__item img {
  border-radius: 12px;
  height: min(194px, 14vw);
}

.anchor-link {
  line-height: 2.2;
  margin: 10px 0;
}

.anchor-link.display-pc {
  position: sticky;
  top: 0;
  z-index: 91;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 0;
}

.anchor-link-month {
  display: flex;
  justify-content: center;
  max-width: 1024px;
  margin: 0 auto;
  flex-wrap: wrap;
  row-gap: 15px;
}

.anchor-link-item {
  font-weight: bold;
  list-style-type: none;
  display: flex;
  border-left: 2px dotted #3B220B;
  width: 8%;
  justify-content: center;
}

.anchor-link-item:nth-child(1) {
  border-left: none;
}

@media screen and (width < 1024px) {

  .anchor-link-item:nth-child(7) {
    border-left: none;
  }

  .anchor-link-item {
    width: 15%;
  }

  .anchor-link.display-pc {
    padding: 2vw 0;
  }

}

.anchor-link-item-text {
  font-size: 1.6rem;
  color: #000;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 3%;
}

.arrow-icon {
  width: 20px;
  height: 20px;
  background-color: #298949;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  top: 48%;
  transform: translateY(-50%);
}

.arrow-icon::after {
  content: '';
  position: absolute;
  top: 45%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: translate(-50%, -50%) rotate(45deg);
}

.description {
  max-width: 1024px;
  text-align: center;
  margin: 0 auto;
  padding: 0 3%;
}

.description-text {
  font-size: 1.6rem;
}

.description-text:nth-of-type(2),
.description-text:nth-of-type(3) {
  margin: 60px auto 30px;
}

.description-calendar {
  margin: 40px auto;
}

.c-toggle .c-toggle_wrap.description-calendar-wrap {
  border: none;
}

.c-toggle .c-toggle_title.description-calendar-titele {
  background-color: #F5F4EF;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 1.5rem;
}

.c-toggle .c-toggle_title.description-calendar-titele::after {
  color: #D38614;
}

.description-calendar-contents>.description-calendar-inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background-color: #F5F4EF;
}

.description-calendar-contents>.description-calendar-inner img {
  width: 49%;
}

.contents {
  padding: 0 2%;
}

.contents-title {
  text-align: center;
  font-weight: bold;
}

.contents-calendar.display-pc {
  display: flex;
  justify-content: space-around;
}

.calendar-item {
  width: 47%;
}

.calendar-item-img {
  width: 100%;
}

.calendar-item-link {
  display: flex;
  margin: 20px 0;
  justify-content: space-between;
  align-content: center;
}

.calendar-item-btn,
.calendar-item-qr {
  width: 31%;
}

.contents-month {
  padding: 60px 0;
  border-top: 1px solid #000;
}

@media screen and (width < 768px) {

  .kv {
    width: 96%;
    margin: 1% 2% 2%;
    border: none;
    padding-bottom: 3%;
  }

  .kv-img img {
    width: 100%;
    margin: 0 auto;
  }

  .scroll-infinity {
    padding-top: 56%;
  }

  .scroll-infinity__item {
    margin: 0 1vw;
    width: 26vw;
  }

  .scroll-infinity__item img {
    border-radius: 1.5vw;
    height: 19vw;
  }

  .anchor-link {
    margin: 2vw 0;
  }

  .anchor-link-item {
    border-left: none;
    width: 100%;
  }

  .anchor-link-item:nth-child(1) {
    border-left: none;
  }

  .anchor-link-position {
    display: none;
  }

  .anchor-link-item-text {
    font-size: 5vw;
  }

  .arrow-icon {
    width: 5.5vw;
    height: 5.5vw;
  }

  .arrow-icon::after {
    width: 1.8vw;
    height: 1.8vw;
  }

  .description {
    padding: 0 3%;
  }

  .description-text {
    font-size: 4.4vw;
  }

  .description-text:nth-of-type(2) {
    display: none;
  }

  .description-text:nth-of-type(3),
  .description-text:nth-of-type(4) {
    margin: 10vw auto 5vw;
  }

  .description-calendar {
    margin: 40px auto;
  }

  .c-toggle .c-toggle_title.description-calendar-titele {
    font-size: 5vw;
    padding: 2.5vw;
  }

  .description-calendar-contents>.description-calendar-inner {
    display: block;
    width: 100%;
  }

  .description-calendar-contents>.description-calendar-inner img {
    width: 100%;
    margin-bottom: 5vw;
  }

  .contents {
    padding: 0 3%;
    margin: 10vw auto;
  }

  .contents-title {
    font-size: 6.5vw;
  }

  .contents-calendar.display-sp {
    display: flex;
    justify-content: space-around;
  }

  .calendar-item {
    width: 100%;
    margin-top: 5vw;
  }

  .calendar-item-img {
    width: 100%;
  }

  .calendar-item-link {
    margin: 3vw 0 0 0;
  }

  .calendar-item-btn,
  .calendar-item-qr {
    width: 48%;
  }

  .contents-month {
    padding: 10vw 0;
  }

}