@charset "UTF-8";
:root {
  --contents-width: 1192px;
  --side-padding: 16px;
  --color-blue: #1570EF;
  --color-blue-light: #E5F3FE;
  --color-blue-dark: #346496;
  --color-yellow: #FAED3C;
  --color-cyan: #00A3BF;
  --color-pink: #FF429D;
  --color-orange: #FB5B01;
  --color-purple: #A565F8;
  --color-red: #FF4848;
  --font-family-noto: "Noto Sans JP", sans-serif;
  --line-height-base: calc(26 / 16);
}

.sm2026-schedule__inner, .sm2026-section__inner, .sm2026-guide__inner {
  max-width: calc(var(--contents-width) + 32px);
  margin-inline: auto;
  padding-right: var(--side-padding);
  padding-left: var(--side-padding);
  line-height: var(--line-height-base);
}
.sm2026-schedule__inner > *:first-child, .sm2026-section__inner > *:first-child, .sm2026-guide__inner > *:first-child {
  margin-top: 0 !important;
}
.sm2026-schedule__inner > *:last-child, .sm2026-section__inner > *:last-child, .sm2026-guide__inner > *:last-child {
  margin-bottom: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .sm2026-hero {
    position: relative;
    background-image: url("/excludes/ck/information/closure/summer2026/assets/img/bg01_pc.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% auto;
  }
}

@media print, screen and (min-width: 768px) {
  .sm2026-hero__ttl {
    position: relative;
    z-index: 2;
  }
}
.sm2026-hero__ttl img {
  margin-inline: auto;
}

.sm2026-guide {
  background-repeat: repeat-x;
  background-position: 50% 100%;
}
@media print, screen and (min-width: 768px) {
  .sm2026-guide {
    padding: 16px 0 56px;
    background-image: url("/excludes/ck/information/closure/summer2026/assets/img/bg03_pc.png");
  }
}
@media screen and (max-width: 767px) {
  .sm2026-guide {
    padding-bottom: 48px;
    background-image: url("/excludes/ck/information/closure/summer2026/assets/img/bg03_sp.png");
    background-size: cover;
  }
}
.sm2026-guide .sm2026-bnr {
  margin-bottom: 16px;
}
.sm2026-guide .sm2026-bnr__link {
  display: block;
  overflow: hidden;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .sm2026-guide .sm2026-bnr__link {
    border-radius: 16px;
    box-shadow: 4px 4px 20px 10px rgba(52, 100, 150, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .sm2026-guide .sm2026-bnr__link {
    border-radius: 8px;
    box-shadow: 2px 2px 10px 5px rgba(52, 100, 150, 0.1);
  }
}
@media (hover: hover) and (pointer: fine) {
  .sm2026-guide .sm2026-bnr__link:hover img {
    opacity: 0.7;
  }
}
.sm2026-guide .sm2026-bnr__link img {
  transition: opacity 0.3s ease-out;
}
.sm2026-guide .sm2026-quiz-status {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .sm2026-guide .sm2026-quiz-status {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-guide .sm2026-quiz-status {
    gap: 4px;
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .sm2026-guide .sm2026-quiz-status__item {
    padding-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-guide .sm2026-quiz-status__item {
    width: calc(14.2857142857% - 3.4285714286px);
    padding-top: 15px;
  }
}
.sm2026-guide .sm2026-quiz-status__item.is-active {
  background-image: url("/excludes/ck/information/closure/summer2026/assets/img/bg07.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
}
.sm2026-guide .sm2026-guide__ended {
  font-weight: 900;
  color: var(--color-orange);
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .sm2026-guide .sm2026-guide__ended {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-guide .sm2026-guide__ended {
    font-size: 20px;
  }
}

.sm2026-sidenav {
  position: fixed;
  right: 0;
  z-index: 100;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .sm2026-sidenav {
    top: 50%;
    width: 56px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-sidenav {
    top: calc(50% - 32px);
    width: 36px;
  }
}
.sm2026-sidenav .sm2026-btn {
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .sm2026-sidenav .sm2026-btn {
    gap: 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-sidenav .sm2026-btn {
    gap: 4px 0;
  }
}
.sm2026-sidenav .sm2026-btn__link {
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .sm2026-sidenav .sm2026-btn__link {
    min-width: 0;
    padding: 44px 16px 20px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-sidenav .sm2026-btn__link {
    width: auto;
    padding: 32px 9px 12px;
    font-size: 1.2rem;
  }
}
.sm2026-sidenav .sm2026-btn__link::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .sm2026-sidenav .sm2026-btn__link::before {
    top: 16px;
    left: calc(50% - 12px);
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-sidenav .sm2026-btn__link::before {
    top: 8px;
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
}
.sm2026-sidenav .sm2026-btn__link::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.3s ease-out;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .sm2026-sidenav .sm2026-btn__link:hover::after {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.sm2026-sidenav .sm2026-btn__link--delivery {
  background: linear-gradient(180deg, #1570EF 0%, #0F54B5 100%);
}
.sm2026-sidenav .sm2026-btn__link--delivery::before {
  background-image: url("/excludes/ck/information/closure/summer2026/assets/img/icon08.svg");
}
.sm2026-sidenav .sm2026-btn__link--quiz {
  background: linear-gradient(180deg, #FF8A53 0%, #FF641C 100%);
}
.sm2026-sidenav .sm2026-btn__link--quiz::before {
  background-image: url("/excludes/ck/information/closure/summer2026/assets/img/icon09.svg");
}

.sm2026-section {
  position: relative;
  font-family: var(--font-family-noto);
  font-size: 1.6rem;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .sm2026-section {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-section {
    padding: 32px 0;
  }
}

.sm2026-section--quiz {
  background-color: #FDF2DE;
}
@media print, screen and (min-width: 768px) {
  .sm2026-section--quiz {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-section--quiz {
    margin-top: 32px;
  }
}
.sm2026-section--quiz::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background-image: url("/excludes/ck/information/closure/summer2026/assets/img/bg04.png");
  background-repeat: repeat-x;
  background-position: 50% 100%;
  background-size: auto 100%;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .sm2026-section--quiz::before {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-section--quiz::before {
    height: 32px;
  }
}

.sm2026-heading--h2 {
  display: flex;
  align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin: 32px 0 16px;
}
.sm2026-heading--h2::after {
  content: "";
  flex: 1;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #C5C5C5;
}
.sm2026-heading--h2 .sm2026-heading__ttl {
  color: var(--color-blue-dark);
  font-weight: 900;
}
@media print, screen and (min-width: 768px) {
  .sm2026-heading--h2 .sm2026-heading__ttl {
    font-size: 2.4rem;
    line-height: 1.4166666667;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-heading--h2 .sm2026-heading__ttl {
    font-size: 2rem;
    line-height: 1.4;
  }
}

.sm2026-heading--quiz {
  display: flex;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 768px) {
  .sm2026-heading--quiz {
    align-items: center;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-heading--quiz {
    flex-direction: column;
    row-gap: 8px;
  }
}
.sm2026-heading--quiz .sm2026-heading__tag {
  border-radius: 999px;
  background-color: var(--color-blue);
  color: #fff;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .sm2026-heading--quiz .sm2026-heading__tag {
    padding: 12px 20px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-heading--quiz .sm2026-heading__tag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 16px;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.sm2026-heading--quiz .sm2026-heading__ttl {
  position: relative;
  padding-left: 1.8em;
  color: var(--color-blue);
  font-size: 1.6rem;
  font-weight: 700;
}
.sm2026-heading--quiz .sm2026-heading__ttl::before {
  content: "A：";
  position: absolute;
  top: 0;
  left: 0;
}

.sm2026-ttl--q {
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sm2026-ttl--q {
    padding-left: 54px;
  }
}
.sm2026-ttl--q::before {
  content: "";
  position: absolute;
  background-image: url("/excludes/ck/information/closure/summer2026/assets/img/bg05.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .sm2026-ttl--q::before {
    top: calc(50% - 36px);
    left: 0;
    width: 72px;
    height: 72px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-ttl--q::before {
    top: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
  }
}

.sm2026-note {
  position: relative;
  margin-top: 8px;
  padding-left: calc(1em + 8px);
  font-size: 1.4rem;
}
.sm2026-note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.sm2026-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.sm2026-btn.u-tac {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .sm2026-btn__item {
    width: 100%;
  }
}

.sm2026-btn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px;
  border: 1px solid #1570EF;
  border-radius: 999px;
  background-color: #fff;
  color: var(--color-blue);
  font-family: var(--font-family-noto);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .sm2026-btn__link {
    min-width: 326px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-btn__link {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sm2026-btn__link:hover {
    background-color: var(--color-blue-light);
  }
}

.sm2026-panel {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .sm2026-panel {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-panel {
    gap: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .sm2026-panel__item {
    width: calc(25% - 24px);
  }
}
@media screen and (max-width: 767px) {
  .sm2026-panel__item {
    width: calc(50% - 10px);
  }
}
.sm2026-panel__item .sm2026-tag {
  margin-bottom: 4px;
}
@media (hover: hover) and (pointer: fine) {
  .sm2026-panel__item .sm2026-img a:hover img {
    opacity: 0.7;
  }
}
.sm2026-panel__item .sm2026-img img {
  transition: opacity 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .sm2026-panel__item .sm2026-img img {
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-panel__item .sm2026-img img {
    border-radius: 8px;
  }
}
.sm2026-panel__item .sm2026-img__thumb {
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .sm2026-panel__item .sm2026-img__thumb {
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-panel__item .sm2026-img__thumb {
    border-radius: 8px;
  }
}
.sm2026-panel__item .sm2026-img__thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.sm2026-panel__item .sm2026-img__thumb--ended::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(102, 102, 102, 0.8);
}
.sm2026-panel__item .sm2026-img__ended-txt {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #fff;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .sm2026-panel__item .sm2026-img__ended-txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-panel__item .sm2026-img__ended-txt {
    font-size: 1.6rem;
  }
}
.sm2026-panel__item .sm2026-img__caption {
  margin-top: 4px;
  color: #FF641C;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .sm2026-panel__item .sm2026-img__caption {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-panel__item .sm2026-img__caption {
    font-size: 1.4rem;
  }
}

.sm2026-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.sm2026-tag__item {
  padding: 3px 8px;
  border: 1px solid var(--color-orange);
  border-radius: 999px;
  color: var(--color-orange);
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .sm2026-tag__item {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-tag__item {
    font-size: 1.3rem;
    line-height: 1.3076923077;
  }
}

.sm2026-tag__item--all {
  border-color: var(--color-cyan);
  background-color: var(--color-cyan);
  color: #fff;
}

.sm2026-tag__item--delivery {
  border-color: var(--color-red);
  background-color: var(--color-red);
  color: #fff;
}

.sm2026-tag__item--store {
  border-color: var(--color-purple);
  background-color: var(--color-purple);
  color: #fff;
}

.sm2026-campaign {
  display: flex;
  gap: 32px;
}
@media print, screen and (min-width: 768px) {
  .sm2026-campaign {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-campaign {
    flex-direction: column;
    margin-bottom: 32px;
  }
}

@media print, screen and (min-width: 768px) {
  .sm2026-campaign__visual img {
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-campaign__visual img {
    border-radius: 8px;
  }
}
.sm2026-campaign__visual .sm2026-img__thumb {
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .sm2026-campaign__visual .sm2026-img__thumb {
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-campaign__visual .sm2026-img__thumb {
    border-radius: 8px;
  }
}
.sm2026-campaign__visual .sm2026-img__thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.sm2026-campaign__visual .sm2026-img__thumb--ended::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(102, 102, 102, 0.8);
}
.sm2026-campaign__visual .sm2026-img__ended-txt {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #fff;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .sm2026-campaign__visual .sm2026-img__ended-txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-campaign__visual .sm2026-img__ended-txt {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .sm2026-campaign__visual--col5 {
    width: 40.1006711409%;
    max-width: 478px;
  }
}

@media print, screen and (min-width: 768px) {
  .sm2026-campaign__visual--col3 {
    width: 22.9865771812%;
    max-width: 274px;
  }
}

@media print, screen and (min-width: 768px) {
  .sm2026-campaign__detail {
    flex: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .sm2026-campaign__detail .sm2026-tag {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-campaign__detail .sm2026-tag {
    margin-bottom: 8px;
  }
}

.sm2026-campaign__schedule {
  margin-bottom: 20px;
  color: #FF641C;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

.sm2026-campaign__info {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .sm2026-campaign__info {
    row-gap: 24px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-campaign__info {
    row-gap: 20px;
    margin-bottom: 24px;
  }
}
.sm2026-campaign__info .sm2026-info__ttl {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6111111111;
}
.sm2026-campaign__info .sm2026-info__detail {
  font-size: 1.6rem;
}
.sm2026-campaign__info .sm2026-list {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.sm2026-campaign__info .sm2026-list__item-txt {
  display: flex;
  gap: 8px;
}
.sm2026-campaign__info .sm2026-list__item-txt + .sm2026-list__item-txt {
  margin-top: 8px;
}
.sm2026-campaign__info .sm2026-list__item-txt > span:nth-child(2) {
  flex-grow: 1;
}
.sm2026-campaign__info .sm2026-list--row3 {
  gap: 32px;
}
@media print, screen and (min-width: 768px) {
  .sm2026-campaign__info .sm2026-list--row3 {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-campaign__info .sm2026-list--row3 {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  .sm2026-campaign__info .sm2026-list--row3 .sm2026-list__item {
    display: flex;
    flex-direction: column;
    width: calc(33.3333333333% - 21.3333333333px);
  }
}
@media print, screen and (min-width: 768px) {
  .sm2026-campaign__info .sm2026-list--row3 .sm2026-list__item-txt {
    flex-grow: 1;
  }
}
.sm2026-campaign__info .sm2026-list--row3 .sm2026-list__item-img {
  margin-top: 8px;
}
@media print, screen and (min-width: 768px) {
  .sm2026-campaign__info .sm2026-list--row3 .sm2026-list__item-img {
    height: 35.4026845638vw;
    max-height: 422px;
  }
}

.sm2026-point {
  display: flex;
  flex-direction: column;
}

.sm2026-point__item {
  display: flex;
  align-items: center;
  padding: 8px 0 7px;
  border-bottom: 1px solid #C5C5C5;
}

.sm2026-point__date {
  width: 3.3335em;
  margin-right: 4px;
  color: var(--color-blue);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6111111111;
}

.sm2026-point__count {
  min-width: 70px;
  margin-right: 20px;
  padding: 0 8px 2px;
  border-radius: 999px;
  background-color: #1570EF;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4285714286;
  text-align: center;
}

.sm2026-point__detail {
  font-weight: 700;
  line-height: 1.8125;
}
.sm2026-point__detail > span {
  font-size: 2rem;
  line-height: 1;
}

.sm2026-quiz__detail {
  background-color: #21C9EB;
}
@media print, screen and (min-width: 768px) {
  .sm2026-quiz__detail {
    padding: 0 32px 32px;
    border-radius: 0 0 16px 16px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-quiz__detail {
    padding: 0 10px 32px;
    border-radius: 0 0 8px 8px;
  }
}
.sm2026-quiz__detail .sm2026-box {
  display: flex;
  gap: 16px 32px;
  margin-bottom: 32px;
  background: #FFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .sm2026-quiz__detail .sm2026-box {
    flex-direction: row-reverse;
    align-items: flex-start;
    padding: 28px;
    border: 4px solid #ECBF56;
    border-radius: 16px;
    font-size: 2.4rem;
    line-height: 1.5833333333;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-quiz__detail .sm2026-box {
    flex-direction: column;
    padding: 14px;
    border: 2px solid #ECBF56;
    border-radius: 8px;
    font-size: 1.8rem;
    line-height: 1.6111111111;
  }
}
@media print, screen and (min-width: 768px) {
  .sm2026-quiz__detail .sm2026-box__img {
    width: 274px;
  }
}
.sm2026-quiz__detail .sm2026-box__img img {
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .sm2026-quiz__detail .sm2026-box__detail {
    flex: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .sm2026-quiz__detail .sm2026-ttl--q {
    margin-bottom: 32px;
    padding-left: 80px;
    font-size: 2.4rem;
    line-height: 1.5833333333;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-quiz__detail .sm2026-ttl--q {
    margin-bottom: 16px;
    padding-left: 50px;
    font-size: 1.8rem;
    line-height: 1.6111111111;
  }
}
.sm2026-quiz__detail .sm2026-list__item {
  color: var(--color-blue);
}
@media print, screen and (min-width: 768px) {
  .sm2026-quiz__detail .sm2026-btn__link {
    min-width: 358px;
  }
}

.sm2026-quiz-media {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .sm2026-quiz-media {
    flex-direction: column;
  }
}

.sm2026-quiz-media__body {
  flex: 1;
  min-width: 0;
}

.sm2026-quiz-media__img {
  flex-shrink: 0;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .sm2026-quiz-media__img {
    width: 100%;
    max-width: 200px;
    margin-inline: auto;
  }
}
.sm2026-quiz-media__img img {
  display: block;
  width: 100%;
  height: auto;
}

.sm2026-hint {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
}
@media print, screen and (min-width: 768px) {
  .sm2026-hint {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-hint {
    margin-top: 8px;
  }
}

.sm2026-hint__link {
  position: relative;
  padding-left: 24px;
  background-image: url("/excludes/ck/information/closure/summer2026/assets/img/icon10.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 24px auto;
}

.sm2026-quiz-history {
  display: flex;
  flex-direction: column;
  row-gap: 1px;
}

.sm2026-quiz-history__item {
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .sm2026-quiz-history__item {
    padding: 24px 32px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-quiz-history__item {
    padding: 16px;
    border-radius: 8px;
  }
}
.sm2026-quiz-history__item > *:first-child {
  margin-top: 0 !important;
}
.sm2026-quiz-history__item > *:last-child {
  margin-bottom: 0 !important;
}

.sm2026-toggle {
  margin-bottom: 16px;
  background-color: var(--color-blue-light);
}
@media print, screen and (min-width: 768px) {
  .sm2026-toggle {
    padding: 20px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-toggle {
    padding: 16px;
    border-radius: 8px;
  }
}
.sm2026-toggle.is-open .sm2026-toggle__ttl > span::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.sm2026-toggle__ttl {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.sm2026-toggle__ttl > span {
  position: relative;
  padding-right: 26px;
}
.sm2026-toggle__ttl > span::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 18px;
  height: 10px;
  background-image: url("/excludes/ck/information/closure/summer2026/assets/img/arrow01.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  .sm2026-toggle__detail {
    padding-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-toggle__detail {
    padding-top: 20px;
  }
}
.sm2026-toggle__detail > *:first-child {
  margin-top: 0 !important;
}
.sm2026-toggle__detail > *:last-child {
  margin-bottom: 0 !important;
}
.sm2026-toggle__detail p {
  margin-bottom: 16px;
}
@media print, screen and (min-width: 768px) {
  .sm2026-toggle__detail .sm2026-ttl--q {
    padding-left: 54px;
  }
}
@media print, screen and (min-width: 768px) {
  .sm2026-toggle__detail .sm2026-ttl--q::before {
    top: calc(50% - 20px);
    left: 5px;
    width: 40px;
    height: 40px;
  }
}
.sm2026-toggle__detail .sm2026-list__item {
  position: relative;
  padding-left: calc(1em + 8px);
  color: var(--color-blue);
  font-weight: 700;
}
.sm2026-toggle__detail .sm2026-list__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.sm2026-toggle__detail .sm2026-list--plain .sm2026-list__item {
  padding-left: 0;
}
.sm2026-toggle__detail .sm2026-list--plain .sm2026-list__item::before {
  content: none;
}

.sm2026-product {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.sm2026-product__name {
  position: relative;
  margin-bottom: 8px;
  padding-left: calc(1em + 8px);
}
.sm2026-product__name::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.sm2026-product__img {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .sm2026-product__img {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-product__img {
    gap: 8px 20px;
  }
}

.sm2026-product__img-item {
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .sm2026-product__img-item {
    width: 134px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-product__img-item {
    width: calc(50% - 10px);
    max-width: 169px;
    border-radius: 5px;
  }
}
.sm2026-product__img-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1px solid #C5C5C5;
  border-radius: inherit;
}
.sm2026-product__img-item > img {
  position: relative;
  z-index: 1;
  margin-inline: auto;
}

.sm2026-pagetop {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}

.sm2026-pagetop__link {
  padding-right: 20px;
  background-image: url("/excludes/ck/information/closure/summer2026/assets/img/arrow02.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 12px auto;
}

.sm2026-schedule {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  font-family: var(--font-family-noto);
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .sm2026-schedule {
    padding: 64px 0;
    background-image: url("/excludes/ck/information/closure/summer2026/assets/img/bg06_pc.png");
  }
}
@media screen and (max-width: 767px) {
  .sm2026-schedule {
    padding-top: 32px;
    background-image: url("/excludes/ck/information/closure/summer2026/assets/img/bg06_sp.png");
  }
}

.sm2026-schedule__inner {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .sm2026-schedule__inner {
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-schedule__inner {
    flex-direction: column;
    align-items: center;
    row-gap: 32px;
  }
}

.sm2026-schedule__header {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .sm2026-schedule__header {
    margin-bottom: 32px;
  }
}
.sm2026-schedule__header .sm2026-lead {
  margin-bottom: 8px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .sm2026-schedule__header .sm2026-lead {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-schedule__header .sm2026-lead {
    font-size: 2rem;
    line-height: 1.4;
  }
}

.sm2026-schedule__control {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .sm2026-schedule__control {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-schedule__control {
    gap: 2px;
  }
}

@media print, screen and (min-width: 768px) {
  .sm2026-schedule__control-item {
    width: calc(20% - 12.8px);
  }
}
@media screen and (max-width: 767px) {
  .sm2026-schedule__control-item {
    width: calc(20% - 1.6px);
  }
}
.sm2026-schedule__control-item.is-active > button {
  border-color: var(--color-blue-light);
  background-color: var(--color-blue-light);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0);
  color: #000;
}
.sm2026-schedule__control-item > button {
  display: block;
  width: 100%;
  margin: 0;
  border: 1px solid var(--color-blue);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  color: var(--color-blue);
  font-family: var(--font-family-noto);
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .sm2026-schedule__control-item > button {
    padding: 19px;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-schedule__control-item > button {
    padding: 12px 0;
    font-size: 3.8461538462vw;
    line-height: 1.2;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sm2026-schedule__control-item > button:hover {
    background-color: var(--color-blue-light);
  }
}

.sm2026-schedule__day {
  display: none;
}
.sm2026-schedule__day.is-active {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .sm2026-schedule__board {
    width: 30.7046979866%;
    max-width: 366px;
    margin-left: -4px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-schedule__board {
    margin: 0 -4px;
  }
}

@media print, screen and (min-width: 768px) {
  .sm2026-schedule__calendar {
    width: 65.7718120805%;
    max-width: 784px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-schedule__calendar {
    margin-right: calc(-1 * var(--side-padding));
    margin-left: calc(-1 * var(--side-padding));
  }
}

.sm2026-modal {
  display: flex;
  justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  font-family: var(--font-family-noto);
  font-weight: 400;
  pointer-events: none;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}
@media print, screen and (min-width: 768px) {
  .sm2026-modal {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-modal {
    align-items: flex-start;
    padding: 32px 0;
  }
}
.sm2026-modal[hidden] {
  display: none;
}
.sm2026-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.sm2026-modal.is-open .sm2026-modal__content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sm2026-modal__content {
  position: relative;
  z-index: 2;
  opacity: 0;
  max-width: 784px;
  margin-inline: auto;
  border-radius: 16px;
  background-color: #fff;
  transition: opacity 0.5s ease-out;
}
@media print, screen and (min-width: 768px) {
  .sm2026-modal__content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-modal__content {
    width: calc(100% - var(--side-padding) * 2);
  }
}
.sm2026-modal__content .sm2026-quiz__detail {
  background-color: transparent;
}
@media print, screen and (min-width: 768px) {
  .sm2026-modal__content .sm2026-quiz__detail {
    padding: 8px 32px 40px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-modal__content .sm2026-quiz__detail {
    padding: 0 16px 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .sm2026-modal__content .sm2026-quiz__detail .sm2026-ttl--q {
    margin-bottom: 16px;
    padding-left: 54px;
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 768px) {
  .sm2026-modal__content .sm2026-quiz__detail .sm2026-ttl--q::before {
    top: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .sm2026-modal__content .sm2026-quiz__detail .sm2026-box {
    padding: 14px;
    border-width: 2px;
    border-radius: 8px;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.sm2026-modal__content .sm2026-quiz__detail .sm2026-remember {
  margin-top: 16px;
  text-align: center;
}
.sm2026-modal__content .sm2026-quiz__detail .sm2026-remember__check > span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-family: var(--font-family-noto);
  font-size: 1.6rem;
  line-height: 1.625;
  cursor: pointer;
}
.sm2026-modal__content .sm2026-quiz__detail .sm2026-remember__check > span::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid var(--color-blue);
}
.sm2026-modal__content .sm2026-quiz__detail .sm2026-remember__check > input {
  display: none;
}
.sm2026-modal__content .sm2026-quiz__detail .sm2026-remember__check > input:checked + span::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 2px;
  width: 12px;
  height: 6px;
  border-left: 2px solid var(--color-blue);
  border-bottom: 2px solid var(--color-blue);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sm2026-modal__content-inner {
  overflow-y: auto;
  max-height: calc(100vh - 64px);
}

.sm2026-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -8px;
  z-index: 999;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .sm2026-modal__close {
    top: -8px;
  }
}
@media screen and (max-width: 767px) {
  .sm2026-modal__close {
    top: -24px;
  }
}
.sm2026-modal__close > img {
  width: 14px;
  height: 14px;
}

.sm2026-modal__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(102, 102, 102, 0.6);
}

html.is-sm2026-modal-open,
body.is-sm2026-modal-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .sm2026-modal,
.sm2026-modal__content {
    transition: none;
  }
}
@media print, screen and (min-width: 768px) {
  .u-dn-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-dn-sp {
    display: none !important;
  }
}

.u-bold {
  font-weight: 700 !important;
}
/*# sourceMappingURL=style.css.map */
