:root {
  --design: 375;
}
@media screen and (min-width: 992px) {
  :root {
    --design: 1360;
  }
}

.entrance {
  position: relative;
  background: #C9BC9C;
}

.entrance__hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../img/naitei2026/img_sora.webp);
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 560px;
}
@media screen and (min-width: 992px) {
  .entrance__hero {
    height: 600px;
  }
}
.entrance__hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-image: url(../img/naitei2026/img_fence.webp);
  background-size: auto 100%;
  background-repeat: repeat-x;
  pointer-events: none;
}
@media (992px < width) {
  .entrance__hero::after {
    height: 140px;
  }
}

.entrance__heading {
  width: 320px;
  padding-top: 50px;
}
@media screen and (min-width: 992px) {
  .entrance__heading {
    width: 760px;
    padding-block-start: 40px;
  }
}

.entrance__title {
  width: 346px;
  margin-block-start: -20px;
}
@media screen and (min-width: 992px) {
  .entrance__title {
    width: 930px;
    padding-block-start: 40px;
  }
}

.entrance__people {
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .entrance__people {
    width: 920px;
    margin-inline: auto;
  }
}
.entrance__people img {
  width: 100%;
  height: auto;
}

@media (768px < width) {
  .entrance__enter {
    font-size: 24px;
  }
}

.entrance__content {
  position: relative;
  display: grid;
  margin-block-start: -150px;
  padding-block-end: 24px;
  z-index: 1;
}
@media (992px < width) {
  .entrance__content {
    margin-block-start: -190px;
    padding-block-end: 32px;
  }
}

.entrance__button {
  display: grid;
  place-content: center;
  width: 274px;
  height: 46px;
  margin-inline: auto;
  font-size: 18px;
  font-weight: 500;
  background-color: #FAEF00;
  border: 1px solid #707070;
  border-radius: 100vmax;
  text-decoration: none;
}

.select {
  position: relative;
  background: #C9BC9C;
}
.select .swiper-slide {
  width: auto;
}
.select .swiper-button-prev,
.select .swiper-button-next {
  display: block;
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: transparent;
  border-radius: 100%;
  background-size: cover;
}
.select .swiper-button-prev::after,
.select .swiper-button-next::after {
  content: none;
}
@media (any-hover: hover) {
  .select .swiper-button-prev,
  .select .swiper-button-next {
    transition: all 0.3s;
  }
  .select .swiper-button-prev:hover,
  .select .swiper-button-next:hover {
    opacity: 0.6;
  }
}
.select .swiper-button-prev {
  left: 16px;
  background-image: url(../img/naitei2026/icon_arrow_l.svg);
}
@media screen and (min-width: 992px) {
  .select .swiper-button-prev {
    left: calc(50% - 200px);
  }
}
.select .swiper-button-next {
  right: 16px;
  background-image: url(../img/naitei2026/icon_arrow_r.svg);
}
@media screen and (min-width: 992px) {
  .select .swiper-button-next {
    right: calc(50% - 200px);
  }
}

.select__slider {
  position: relative;
  background-image: url(../img/naitei2026/img_sora.webp);
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 560px;
}
@media screen and (min-width: 992px) {
  .select__slider {
    height: 600px;
  }
}
.select__slider::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-image: url(../img/naitei2026/img_fence.webp);
  background-size: auto 100%;
  background-repeat: repeat-x;
  pointer-events: none;
  z-index: 1;
}
@media (992px < width) {
  .select__slider::after {
    height: 140px;
  }
}

.select__container {
  width: 100%;
  height: 100%;
}
@media (992px < width) {
  .select__container {
    padding-block-start: 0;
  }
}

.select__section {
  width: min(360px, 100%);
  margin-inline: auto;
}
@media (992px < width) {
  .select__section {
    width: 380px;
  }
}

.select__outer {
  position: relative;
}

.select__thumb {
  position: relative;
  display: block;
  text-decoration: none;
}

.select__thumbTitle {
  position: absolute;
  left: 0;
  right: 0;
  top: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 683/164;
  margin: auto;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-image: url(../img/naitei2026/bg_title.webp);
  background-position: center center;
  background-size: cover;
}
@media (992px < width) {
  .select__thumbTitle {
    top: 20px;
    font-size: 26px;
  }
}

.select__content {
  position: relative;
  margin-block-start: -140px;
  display: grid;
  margin-block-start: -150px;
  padding-block-end: 24px;
  z-index: 1;
}
@media (992px < width) {
  .select__content {
    margin-block-start: -190px;
    padding-block-end: 32px;
  }
}

.select__people {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .select__people {
    width: 920px;
    margin-inline: auto;
  }
}
.select__people img {
  width: 100%;
  height: auto;
}

.select__message {
  display: grid;
  place-content: center;
  width: 274px;
  height: 46px;
  margin-inline: auto;
  margin-block-start: -64px;
  font-size: 18px;
  font-weight: 500;
  background-color: #FAEF00;
  border: 1px solid #707070;
  border-radius: 100vmax;
  text-decoration: none;
}
@media (992px < width) {
  .select__message {
    margin-block-start: 0;
  }
}

.single {
  position: relative;
  background-color: #C9BC9C;
}

.single__cover {
  position: relative;
  height: 600px;
  background-image: url(../img/naitei2026/img_sora.webp);
  background-repeat: repeat-x;
  background-size: auto 100%;
}
@media screen and (min-width: 992px) {
  .single__cover {
    height: 620px;
  }
}
.single__cover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-image: url(../img/naitei2026/img_fence.webp);
  background-size: auto 100%;
  background-repeat: repeat-x;
}
@media (992px < width) {
  .single__cover::after {
    height: 140px;
  }
}

.single__coverMoon {
  display: none;
}
@media (992px < width) {
  .single__coverMoon {
    position: absolute;
    left: calc(50% + 180px);
    top: 40px;
    display: block;
    width: 130px;
  }
}
.single__coverMoon img {
  width: 100%;
  height: auto;
}

.single__coverEyecat {
  position: relative;
  width: min(360px, 100%);
  margin-inline: auto;
}
@media (992px < width) {
  .single__coverEyecat {
    width: 380px;
  }
}

.single__coverCopy {
  position: absolute;
  left: 0;
  right: 0;
  top: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 683/164;
  margin: auto;
  font-size: 18px;
  color: #fff;
  background-image: url(../img/naitei2026/bg_title.webp);
  background-position: center center;
  background-size: cover;
}
@media (992px < width) {
  .single__coverCopy {
    top: 20px;
    width: 350px;
    font-size: 26px;
  }
}

.single__meta {
  color: #000;
  text-align: center;
  margin-block-start: -110px;
}
@media screen and (min-width: 992px) {
  .single__meta {
    margin-block-start: -160px;
  }
}

.single__metaAvatar {
  width: 164px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .single__metaAvatar {
    width: 212px;
  }
}

.single__metaName {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .single__metaName {
    font-size: 18px;
  }
}
.single__metaName span {
  font-size: 25px;
}
@media screen and (min-width: 992px) {
  .single__metaName span {
    font-size: 28px;
  }
}

.single__metaProfile {
  margin-top: 8px;
  font-weight: 500;
  font-size: 17px;
}
@media screen and (min-width: 992px) {
  .single__metaProfile {
    font-size: 17px;
  }
}

.single__body {
  position: relative;
}

.single__section {
  position: relative;
  display: grid;
  gap: 40px;
}
@media (992px < width) {
  .single__section {
    gap: 64px;
  }
}
.single__section--beige {
  padding-block-start: 40px;
  padding-block-end: 80px;
}
@media screen and (min-width: 992px) {
  .single__section--beige {
    padding-block-start: 48px;
    padding-block-end: 120px;
  }
}
.single__section--pink {
  padding-block-end: 80px;
  background-color: #FADCE9;
}
@media screen and (min-width: 992px) {
  .single__section--pink {
    padding-block-end: 120px;
  }
}

@media (992px < width) {
  .single__sectionHeading {
    width: 410px;
    margin-inline: auto;
    margin-block-start: -32px;
  }
}

.single__block {
  width: min(440px, 100% - 64px);
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .single__block {
    width: 800px;
    margin-inline: auto;
  }
}

.single__heading {
  position: relative;
  display: grid;
  place-content: center;
  height: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 100vmax;
}
.single__heading--navy {
  background-color: #060829;
}
.single__heading--navy::before, .single__heading--navy::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  background-image: url(../img/naitei2026/img_star.svg);
  background-size: cover;
}
.single__heading--navy::before {
  left: 8px;
  rotate: -15deg;
}
.single__heading--navy::after {
  right: 8px;
  rotate: 15deg;
}
.single__heading--pink {
  background-color: #BB1053;
}
.single__heading--pink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  background-image: url(../img/naitei2026/img_icon_logo.svg);
  background-size: cover;
}

.single__content {
  color: #000;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media (992px < width) {
  .single__content {
    font-size: 18px;
    line-height: 2;
  }
}

.single__contentHeading {
  text-align: center;
  font-weight: 700;
  font-size: 23px;
}
@media (992px < width) {
  .single__contentHeading {
    font-size: 28px;
  }
}

.single__historyItem {
  padding: 16px 0;
  border-bottom: 1px solid #707070;
}
.single__historyItem dt {
  font-weight: 700;
}

.single__photoImage {
  border-radius: 12px;
  overflow: clip;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .single__photoImage {
    width: min(440px, 100% - 64px);
  }
}

.single__photoCaption {
  margin-top: 0.5em;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

.single__bottom {
  position: relative;
  padding-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .single__bottom {
    padding-bottom: 16px;
  }
}

.single__bottomMessage {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 24px;
  z-index: 10;
  display: grid;
  place-content: center;
  width: 274px;
  height: 46px;
  margin-inline: auto;
  font-size: 18px;
  font-weight: 500;
  background-color: #FAEF00;
  border: 1px solid #707070;
  border-radius: 100vmax;
  text-decoration: none;
}
@media (992px < width) {
  .single__bottomMessage {
    bottom: 32px;
  }
}

.single__back {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: auto;
  padding-left: 24px;
  padding-block: 4px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  background-size: 25px;
  background-repeat: repeat;
  background-position: center center;
  border-style: solid;
  border-width: 2px;
  border-color: #CB0014;
  background-image: url(../img/naitei2025/bg_check_red.webp);
  border-radius: 4px;
}
@media (any-hover: hover) {
  .single__back {
    transition: all 0.1s;
  }
  .single__back:hover {
    color: #fff;
    transform: scale(1.02);
  }
}
@media screen and (min-width: 992px) {
  .single__back {
    font-size: 22px;
    width: 360px;
  }
}
.single__back::before {
  content: "";
  width: 1em;
  height: 1em;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #fff;
}
.single__back::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 60%;
  transform: translateY(-50%);
  width: 80px;
  height: auto;
  aspect-ratio: 4/5;
  background-size: 100%;
  background-image: url(../img/naitei2025/img_uchiwa.webp);
}
@media screen and (min-width: 992px) {
  .single__back::after {
    width: 96px;
  }
}

.single__bottom {
  position: relative;
  height: 400px;
  background-image: url(../img/naitei2026/img_sora.webp);
  background-repeat: repeat-x;
  background-size: auto 100%;
}
@media (992px < width) {
  .single__bottom {
    height: 580px;
  }
}
.single__bottom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-image: url(../img/naitei2026/img_fence.webp);
  background-size: auto 100%;
  background-repeat: repeat-x;
  pointer-events: none;
  z-index: 1;
}
@media (992px < width) {
  .single__bottom::after {
    height: 140px;
  }
}

.single__bottomHeader {
  width: min(440px, 100% - 64px);
  margin-inline: auto;
  translate: 0 -50%;
}
@media (992px < width) {
  .single__bottomHeader {
    width: 800px;
    margin-inline: auto;
  }
}

.single__bottomHeading {
  position: relative;
  display: grid;
  place-content: center;
  height: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 100vmax;
  background-color: #060829;
}
.single__bottomHeading::before, .single__bottomHeading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  background-image: url(../img/naitei2026/img_star.svg);
  background-size: cover;
}
.single__bottomHeading::before {
  left: 8px;
  rotate: -15deg;
}
.single__bottomHeading::after {
  right: 8px;
  rotate: 15deg;
}

.single__slideItem {
  position: relative;
  display: block;
  width: 200px;
}
@media screen and (min-width: 992px) {
  .single__slideItem {
    width: 300px;
  }
}
.single__slideItem img {
  display: block;
}

.single__slideTitle {
  position: absolute;
  left: 0;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 683/164;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-image: url(../img/naitei2026/bg_title.webp);
  background-position: center center;
  background-size: cover;
}
@media (992px < width) {
  .single__slideTitle {
    top: 30px;
  }
}

.single .swiper-slide {
  width: auto;
}
.single .swiper-button-prev,
.single .swiper-button-next {
  display: block;
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: transparent;
  border-radius: 100%;
  background-size: cover;
}
.single .swiper-button-prev::after,
.single .swiper-button-next::after {
  content: none;
}
@media (any-hover: hover) {
  .single .swiper-button-prev,
  .single .swiper-button-next {
    transition: all 0.3s;
  }
  .single .swiper-button-prev:hover,
  .single .swiper-button-next:hover {
    opacity: 0.6;
  }
}
.single .swiper-button-prev {
  left: 16px;
  background-image: url(../img/naitei2026/icon_arrow_l.svg);
}
@media screen and (min-width: 992px) {
  .single .swiper-button-prev {
    left: calc(50% - 200px);
  }
}
.single .swiper-button-next {
  right: 16px;
  background-image: url(../img/naitei2026/icon_arrow_r.svg);
}
@media screen and (min-width: 992px) {
  .single .swiper-button-next {
    right: calc(50% - 200px);
  }
}
