.page_event .statement {
  padding-top: clamp(8rem, 3.0819672131rem + 6.5573770492vw, 12rem);
}

.page_event .statement .container {
  padding-block: clamp(8rem, 3.0819672131rem + 6.5573770492vw, 12rem);
}

.page_event .statement__head {
  margin-top: clamp(3rem, -0.6885245902rem + 4.9180327869vw, 6rem);
  font-size: clamp(1.6rem, 1.1081967213rem + 0.6557377049vw, 2rem);
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

@media (max-width: 768px) {
  .page_event .statement__head {
    line-height: 1.6;
  }
}

.page_event .statement__text {
  margin-top: clamp(4.8rem, 0.8655737705rem + 5.2459016393vw, 8rem);
  font-size: clamp(1.6rem, 1.1081967213rem + 0.6557377049vw, 2rem);
  line-height: 2;
  color: var(--color-white);
  text-align: center;
  background: url(../img/event/statement_bg.png) no-repeat center top/cover;
}

@media (max-width: 768px) {
  .page_event .statement__text {
    line-height: 1.6;
  }
}

.page_event .statement__text-h3title {
  font-size: clamp(1.8rem, -0.4131147541rem + 2.9508196721vw, 3.6rem);
  line-height: 1.5;
  font-weight: 900;
  padding-block: 0 clamp(4rem, -0.9180327869rem + 6.5573770492vw, 8rem);
}

@media (max-width: 768px) {
  .page_event .statement__text-h3title {
    line-height: 1.4;
  }
}

.page_event .statement__text-h2title {
  font-size: clamp(1.7rem, 0.3475409836rem + 1.8032786885vw, 2.8rem);
  font-weight: 900;
  line-height: 1.5;
  margin-block: 0 clamp(1rem, 1rem + 0vw, 1rem);
}

.page_event .statement__text-h2title:nth-of-type(n+2) {
  margin-block: clamp(1.5rem, -0.3442622951rem + 2.4590163934vw, 3rem) clamp(1rem, 1rem + 0vw, 1rem);
}

@media (max-width: 768px) {
  .page_event .statement__text-h2title {
    line-height: 1.4;
  }
}

.page_event .section {
  background: var(--color-bg);
}

.page_event .section__block {
  margin-top: clamp(3rem, -0.6885245902rem + 4.9180327869vw, 6rem);
}

.page_event .section__h3title {
  background: var(--navygra-2);
  font-size: clamp(1.8rem, 0.9393442623rem + 1.1475409836vw, 2.5rem);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-white);
  text-align: center;
  padding: clamp(1.5rem, -0.3442622951rem + 2.4590163934vw, 3rem);
}

.page_event .section__h3title.bg-blue-light {
  background: var(--color-blue-light);
}

.page_event .section__item {
  background: var(--color-bg-gray);
  padding: clamp(3rem, 0.5409836066rem + 3.2786885246vw, 5rem) clamp(2rem, -1.6885245902rem + 4.9180327869vw, 5rem);
}

.page_event .section__image {
  margin-bottom: clamp(3rem, 0.5409836066rem + 3.2786885246vw, 5rem);
}

.page_event .section__image-03 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 2rem + 0vw, 2rem);
}

@media (max-width: 768px) {
  .page_event .section__image-03 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page_event .section__detail {
  /*  margin-top: clamp(5rem, 5rem + 0vw, 5rem); */
}

.page_event .section__detail dl {
  display: flex;
  align-items: start;
}

@media (max-width: 768px) {
  .page_event .section__detail dl {
    display: block;
  }
}

.page_event .section__detail dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-blue-light);
  width: clamp(12rem, 9.1721311475rem + 3.7704918033vw, 14.3rem);
  font-size: clamp(1.6rem, 1.1081967213rem + 0.6557377049vw, 2rem);
  color: var(--color-white);
  text-align: center;
  margin-right: clamp(1.8rem, 1.5540983607rem + 0.3278688525vw, 2rem);
  padding: clamp(1rem, 1rem + 0vw, 1rem);
}

@media (max-width: 768px) {
  .page_event .section__detail dl dt {
    margin: 0 0 2.1333333333vw;
  }
}

.page_event .section__detail dl dd {
  width: calc(100% - clamp(13.8rem, 10.7262295082rem + 4.0983606557vw, 16.3rem));
  font-size: clamp(1.5rem, 1.131147541rem + 0.4918032787vw, 1.8rem);
  line-height: 2;
}

@media (max-width: 768px) {
  .page_event .section__detail dl dd {
    width: 100%;
  }
}

.page_event .section__detail dl+dl {
  margin-top: clamp(3.2rem, 2.2163934426rem + 1.3114754098vw, 4rem);
}

.page_event .section__detail-note {
  margin-top: clamp(3.2rem, 0.9868852459rem + 2.9508196721vw, 5rem);
}

.page_event .section__detail-note p {
  font-size: clamp(1.5rem, 1.131147541rem + 0.4918032787vw, 1.8rem);
  line-height: 2;
}

.page_event .event {
  z-index: inherit;
  position: inherit;
}

.page_event .event .container {
  padding-bottom: 0;
}

.page_event .event-item {
  padding: 0;
  border-bottom: 0;
}

.page_event .event__notice {
  text-align: center;
  font-size: clamp(1.6rem, 1.1081967213rem + 0.6557377049vw, 2rem);
  line-height: 1.8;
  padding-block: clamp(4rem, 1.5409836066rem + 3.2786885246vw, 6rem);
}

@media (max-width: 768px) {
  .page_event .event__notice {
    line-height: 1.6;
  }
}

.page_event .topics .container {
  padding-bottom: 0;
}

.page_event .topics__detail {
  margin-top: clamp(5rem, 5rem + 0vw, 5rem);
  font-size: clamp(1.5rem, 1.131147541rem + 0.4918032787vw, 1.8rem);
  line-height: 2;
}

.page_event .topics__h4title {
  font-size: clamp(1.8rem, 0.9393442623rem + 1.1475409836vw, 2.5rem);
  line-height: 1.4;
  font-weight: 700;
  margin-block: clamp(4rem, 4rem + 0vw, 4rem) clamp(1rem, 1rem + 0vw, 1rem);
}


.page_event .topics__kome {
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}
/*# sourceMappingURL=event.css.map */


/*cpnエリア*/

.cpn {
  position: relative;
  z-index: var(--section-index);
  background-color: var(--color-bg);
}

.cpn-section {
  margin-block: clamp(4rem, -0.9180327869rem + 6.5573770492vw, 8rem) 0;
  padding-block: clamp(4rem, -0.9180327869rem + 6.5573770492vw, 8rem) 0;
  border-top: clamp(0.1rem, 0.1rem + 0vw, 0.1rem) solid #ced1d3;
}

.cpn-section:nth-child(4) {
  padding-block: clamp(4rem, -0.9180327869rem + 6.5573770492vw, 8rem);
}

.cpn-section__badge {
  font-size: clamp(2rem, 1.7540983607rem + 0.3278688525vw, 2.2rem);
  font-weight: 700;
  padding: clamp(1rem, 1rem + 0vw, 1rem) clamp(2rem, 2rem + 0vw, 2rem);
  background-color: var(--color-navy-light);
  margin-bottom: clamp(2.4rem, 2.4rem + 0vw, 2.4rem);
  position: sticky;
  top: clamp(13rem, 17.9180327869rem + -6.5573770492vw, 9rem);
  z-index: var(--section-index);
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: 0 auto;
  color: var(--color-white);
  border: 1px solid;
}

.cpn-group-content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.cpn-group-content .group {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

@media (max-width: 768px) {
  .cpn-section__badge {
    top: 9rem;
    font-size: 3.2vw;
    padding: 2.1333333333vw 2.6666666667vw;
  }
}

.cpn-section-title {
  margin-bottom: clamp(3.2rem, -0.7344262295rem + 5.2459016393vw, 6.4rem);
}

.cpn-section-title-banner {
  text-align: center;
  margin-bottom: clamp(3.5rem, 3.5rem + 0vw, 3.5rem);
}

.cpn-section-title-banner-text {
  display: inline-flex;
  font-size: clamp(1.4rem, 0.0475409836rem + 1.8032786885vw, 2.5rem);
  font-weight: 700;
  color: var(--color-white);
  padding: clamp(1.5rem, 1.5rem + 0vw, 1.5rem) clamp(1.5rem, -1.5737704918rem + 4.0983606557vw, 4rem);
  background-image: linear-gradient(90deg, rgb(0, 5, 50) 0%, rgb(0, 26, 86) 25%, rgb(0, 26, 86) 75%, rgb(0, 5, 50) 100%);
  position: relative;
}

@media (max-width: 768px) {
  .cpn-section-title-banner-text {
    line-height: 1.6;
  }
}

.cpn-section-title-banner-text::before {
  content: "";
  position: absolute;
  bottom: clamp(-2.4rem, -2.4rem + 0vw, -2.4rem);
  left: 50%;
  transform: translateX(-50%);
  border: clamp(1.2rem, 1.2rem + 0vw, 1.2rem) solid transparent;
  border-top: clamp(1.6rem, 1.6rem + 0vw, 1.6rem) solid rgb(0, 26, 86);
  z-index: 2;
}

.cpn-section-title-banner-large {
  display: inline-flex;
}

.cpn-section-title-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2.4rem, 2.4rem + 0vw, 2.4rem);
  width: 100%;
}

.cpn-section-title-main {
  font-size: clamp(1.8rem, -1.1508196721rem + 3.9344262295vw, 4.2rem);
  font-weight: 900;
  line-height: 1.45;
  color: var(--color-navy-light);
  text-align: center;
  border-bottom: clamp(0.3rem, 0.3rem + 0vw, 0.3rem) solid var(--color-navy-light);
  padding-block: 0 clamp(2.4rem, 2.4rem + 0vw, 2.4rem);
}

.cpn-section-title-main span {
  color: #ff2828;
}

.cpn-section-title-sub {
  font-size: clamp(1.8rem, -1.1508196721rem + 3.9344262295vw, 4.2rem);
  font-weight: 900;
  color: var(--color-navy-light);
  text-align: center;
}

.cpn-section-box {
  padding: clamp(3.2rem, -0.7344262295rem + 5.2459016393vw, 6.4rem) 0 0;
}

.cpn-section-add {
  margin-block: 0 clamp(3.2rem, -0.7344262295rem + 5.2459016393vw, 6.4rem);
  text-align: center;
}

.cpn-section-add .banner {
  display: block;
}

@media (min-width: 769px) {
  .cpn-section-add .banner:hover {
    box-shadow: clamp(1.5rem, 1.5rem + 0vw, 1.5rem) clamp(1.3rem, 1.3rem + 0vw, 1.3rem) clamp(6rem, 6rem + 0vw, 6rem) 0 rgba(68, 68, 68, 0.2);
  }
}

.cpn-section-add .cpn-item {
  gap: 0;
}

@media (min-width: 769px) {
  .cpn-section-add .cpn-item {
    flex-direction: row;
  }

  .cpn-section-add .cpn-item-image {
    width: clamp(41rem, -9.4098360656rem + 67.2131147541vw, 82rem);
  }
}

.cpn-section-add .cpn-item-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--goldgra);
  padding: clamp(2rem, 2rem + 0vw, 2rem) clamp(2rem, -0.4590163934rem + 3.2786885246vw, 4rem) 0;
}

.cpn-section-local {
  width: min(100%, var(--content-width));
  margin-inline: auto;
  margin-block: 0 clamp(5rem, -1.1475409836rem + 8.1967213115vw, 10rem);
  padding-inline: var(--spacing-sm);
}

.cpn-section-head {
  color: var(--color-white);
  background: var(--navygra);
  padding: clamp(3.2rem, -0.7344262295rem + 5.2459016393vw, 6.4rem) clamp(3rem, -0.6885245902rem + 4.9180327869vw, 6rem);
  display: grid;
  gap: 3rem;
}

.cpn-section-subtitle {
  text-align: center;
  font-family: var(--font-en);
  font-size: clamp(3rem, 2.262295082rem + 0.9836065574vw, 3.6rem);
  line-height: 1;
  /*  margin-bottom: clamp(3rem, -0.6885245902rem + 4.9180327869vw, 6rem); */
}

.cpn-section-fee-title {
  color: var(--color-navy-light);
  margin-bottom: clamp(2rem, -0.4590163934rem + 3.2786885246vw, 4rem);
}

.cpn-section-button {
  display: flex;
  justify-content: center;
}

.cpn-section-button+div {
  margin-block: clamp(1.6rem, -0.3672131148rem + 2.6229508197vw, 3.2rem) 0;
}

.cpn-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2.4rem, 2.4rem + 0vw, 2.4rem);
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .cpn-list {
    grid-template-columns: 1fr;
    gap: 13.3333333333vw;
  }
}

.cpn-list--fee {
  gap: clamp(0.8rem, 0.8rem + 0vw, 0.8rem);
}

.cpn-list--fee .cpn-item {
  gap: var(--spacing-xs) var(--spacing-sm);
}

@media (max-width: 768px) {
  .cpn-list--fee .cpn-item {
    border-radius: 2.6666666667vw;
    overflow: hidden;
  }
}

.cpn-group {
  display: flex;
  gap: clamp(2rem, -0.4590163934rem + 3.2786885246vw, 4rem);
  align-items: flex-start;
}

@media (max-width: 768px) {
  .cpn-group {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}

.cpn-group-image {
  width: clamp(27rem, -6.1967213115rem + 44.262295082vw, 54rem);
  /*height: clamp(15.6rem, -3.9491803279rem + 26.0655737705vw, 31.5rem);*/
  flex: 0 0 auto;
  /*overflow: hidden;*/
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 2rem + 0vw, 2rem);
}

@media (max-width: 768px) {
  .cpn-group-image {
    width: 100%;
    height: auto;
  }
}

.cpn-group-subtitle {
  background: var(--color-yellow);
  padding: 1rem;
  color: var(--color-navy-light);
  font-weight: 700;
}

.cpn-group-title {
  font-size: clamp(1.6rem, 1.191rem + 1.75vw, 2.5rem);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-white);
}

.cpn-group-text {
  line-height: 1.75;
}

.cpn-group .button {
  margin-block: clamp(2rem, -0.4590163934rem + 3.2786885246vw, 4rem) 0;
}

.cpn-item {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  position: relative;
}

.cpn-item-number {
  font-family: var(--font-en);
  font-size: clamp(3.2rem, -0.7344262295rem + 5.2459016393vw, 6.4rem);
  color: var(--color-white);
  position: absolute;
  top: -0.5em;
  left: clamp(1rem, -0.2295081967rem + 1.6393442623vw, 2rem);
  text-shadow: 0px clamp(0.4rem, 0.4rem + 0vw, 0.4rem) clamp(2rem, 2rem + 0vw, 2rem) rgba(0, 21, 61, 0.2);
}

.cpn-item-image {
  width: 100%;
}

.cpn-item-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cpn-item-text {
  font-size: clamp(1.4rem, 0.9081967213rem + 0.6557377049vw, 1.8rem);
  line-height: 1.75;
}

.cpn-item-small {
  display: inline-block;
  font-size: clamp(1.2rem, 0.2163934426rem + 1.3114754098vw, 2rem);
}

@media (max-width: 768px) {
  .cpn-item-small {
    display: block;
    font-size: 3.2vw;

  }

  .cpn-group-title {
    line-height: 1.4;
  }
}

.cpn-item-small--indent {
  padding-left: 1em;
  text-indent: -1em;
}

.cpn-item-detail {
  flex-grow: 1;
}

.cpn-item-column {
  background-color: var(--color-bg-gray);
  padding: clamp(2rem, 2rem + 0vw, 2rem) clamp(2rem, -0.4590163934rem + 3.2786885246vw, 4rem);
}

@media (max-width: 768px) {
  .cpn-item-column {
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
    overflow: hidden;
  }
}

.cpn-item-column:last-of-type {
  margin-block: var(--spacing-xs) 0;
}

@media (max-width: 768px) {
  .cpn-item-column:last-of-type {
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
}

.cpn-item--bg {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: var(--color-bg-gray);
  padding: clamp(2rem, -0.4590163934rem + 3.2786885246vw, 4rem) clamp(2rem, -0.4590163934rem + 3.2786885246vw, 4rem) clamp(2.8rem, -0.6426229508rem + 4.5901639344vw, 5.6rem);
}

@media (max-width: 768px) {
  .cpn-item--bg {
    display: block;
  }
}

.cpn-item-addcolumn {
  display: block;
}

.cpn-item-day {
  width: 100%;
  font-size: clamp(1.3rem, -0.2983606557rem + 2.131147541vw, 2.6rem);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: clamp(1.6rem, 1.6rem + 0vw, 1.6rem);
}

@media (max-width: 768px) {
  .cpn-item-day {
    font-size: 3.7333333333vw;
  }
}

.cpn-item-cut {
  text-align: center;
  color: #ff0000;
  font-weight: 700;
}

@media (max-width: 768px) {
  .cpn-item-cut {
    font-size: 3.4666666667vw;
  }
}

.cpn-item-price {
  width: 100%;
  color: var(--color-navy-light);
  margin-bottom: clamp(1.6rem, 1.6rem + 0vw, 1.6rem);
  font-size: clamp(1.4rem, -0.3213114754rem + 2.2950819672vw, 2.8rem);
  font-weight: 900;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .cpn-item-price {
    font-size: 4.8vw;
    line-height: 1.4;
  }
}

.cpn-group-text-kome {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  font-size: 90%;
  line-height: 1.3;
}

.cpn-group-text-kome span {
  display: block;
  font-size: 110%;
  padding-bottom: 0.4rem;
  border-bottom: solid 1px;
  margin-bottom: 0.8rem;
}