:root {
  --bg-color: #F8F8F5;
  --bg-color2: #F0EEE6;
}

/* ============================
  COMMON
============================ */
html,
body {
  min-height: 100%;
}

.citta-summer__wrap {
  background-color: #CDF2FF;
  background-image: url("../img/wave.webp");
  background-repeat: repeat;
  background-size: 700px auto;
  background-position: left top;
}

.citta-summer .mb80 {
  margin-bottom: 80px;
}
.citta-summer .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .citta-summer .pc {
    display: none;
  }
}
.citta-summer .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .citta-summer .sp {
    display: block;
  }
}
.citta-summer .marker {
  padding-inline: 10px;
  background: linear-gradient(transparent 60%, #ff0 60%);
}
.citta-summer .note {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .citta-summer .note {
    font-size: 13px;
  }
}

.contents-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .contents-wrap {
    padding-inline: 20px;
  }
}

.main__ttl {
  line-height: 1.4;
  color: #20C2FD;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .main__ttl {
    font-size: 18px;
  }
}

.lead__txt {
  line-height: 1.6;
  text-align: center;
}

.summer__btns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  align-items: center;
  gap: 10px;
  margin-block: 22px 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .summer__btns {
    grid-template-columns: repeat(2, 1fr);
  }
}

.summer__btns.yellow .summer__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 160px;
  max-width: 200px;
  aspect-ratio: 285/112;
  background: url("../img/bg_button.webp") center/contain no-repeat;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .summer__btns.yellow .summer__btn {
    min-width: auto;
  }
}
.summer__btns.yellow .summer__btn a {
  width: 100%;
  height: 100%;
  line-height: 1.2;
  color: #20C2FD;
  font-weight: 700;
  font-size: 16px;
  padding-top: 8%;
}
@media screen and (max-width: 767px) {
  .summer__btns.yellow .summer__btn a {
    font-size: 12px;
  }
}
.summer__btns.yellow .summer__btn:nth-child(1) a {
  padding-top: 14%;
}

.summer__btns.blue {
  margin-block: 50px;
}
@media screen and (max-width: 767px) {
  .summer__btns.blue {
    margin-block: 30px;
  }
}
.summer__btns.blue .summer__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  background: url("../img/bg_button02.webp") center/contain no-repeat;
  aspect-ratio: 256/100;
}
@media screen and (max-width: 767px) {
  .summer__btns.blue .summer__btn {
    width: 100%;
  }
}
.summer__btns.blue .summer__btn a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1.4;
  color: #FFFF42;
  font-weight: 700;
  font-size: 16px;
  padding-top: 12%;
}
@media screen and (max-width: 767px) {
  .summer__btns.blue .summer__btn a {
    font-size: 14px;
    padding-top: 11%;
  }
}

.section__ttl {
  color: #20C2FD;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .section__ttl {
    font-size: 18px;
  }
}

small {
  font-size: 0.8em;
}

.section__heading {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  background-color: #20C2FD;
  color: #fff;
  text-align: center;
}

/* ============================
  Contents
============================ */
.mv {
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .mv {
    margin-bottom: 30px;
  }
}

.intro-box {
  padding: 20px;
  background-color: #fff;
  border: #20C2FD 2px solid;
}

.snsPost {
  margin-bottom: 40px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 7.96px 0px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .snsPost {
    padding: 20px;
  }
}

.snsPost__howto {
  margin-block: 30px;
}
.snsPost__howto-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  gap: 12px;
  padding-inline: 10px;
}
@media screen and (max-width: 767px) {
  .snsPost__howto-content {
    grid-template-columns: 1fr;
  }
}
.snsPost__howto .step {
  flex: 1;
  min-height: 280px;
  padding: 14px;
  background-color: #fff;
  border: #20C2FD 2px solid;
  border-radius: 3px;
  text-align: center;
}
.snsPost__howto .step .number {
  margin-bottom: 10px;
  color: #20C2FD;
  font-weight: 700;
  font-size: 24px;
}
.snsPost__howto .step .txt {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
}
.snsPost__howto .step2 {
  position: relative;
  overflow: hidden;
}
.snsPost__howto .step2 .image {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.snsPost__howto .step3 {
  position: relative;
  overflow: hidden;
}
.snsPost__howto .step3 .image {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 86%;
}
.snsPost__howto .link__btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.snsPost__howto .link__btn a {
  display: grid;
  grid-template-columns: 20px 1fr 0;
  align-items: center;
  padding: 15px 10px;
  background: #fff;
  border: 2px solid #20C2FD;
  border-radius: 999px;
  box-shadow: 0 4px 0 #20C2FD;
  color: #20C2FD;
  font-size: 14px;
  transition: transform 0.08s ease-out, box-shadow 0.08s ease-out;
}
.snsPost__howto .link__btn a span {
  justify-self: center;
}
@media screen and (max-width: 767px) {
  .snsPost__howto .link__btn a {
    grid-template-columns: 34px 1fr 0;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1025px) {
  .snsPost__howto .link__btn a:hover {
    transform: translateY(4px);
    box-shadow: 0 0 0 #20C2FD;
  }
}
.snsPost__howto .link__btn.sns-ig a::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url("../img/icon_instagram.svg") center/contain no-repeat;
  flex-shrink: 0;
}
.snsPost__howto .link__btn.sns-x a::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  margin-left: 2px;
  background: url("../img/icon_x.svg") center/contain no-repeat;
  flex-shrink: 0;
}

.snsPost__reward .reward__items .swiper-pagination {
  position: static !important;
  display: block !important;
  width: 100% !important;
  margin-top: 24px;
  text-align: center;
}
.snsPost__reward .reward__items .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
  border-radius: 50%;
  background: #bfefff;
  opacity: 1;
}
.snsPost__reward .reward__items .swiper-pagination-bullet-active {
  background: #20c2fd;
}
@media screen and (min-width: 1025px) {
  .snsPost__reward .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .snsPost__reward .reward01 {
    order: 1;
  }
  .snsPost__reward .reward02 {
    order: 2;
  }
  .snsPost__reward .reward03 {
    order: 3;
  }
  .snsPost__reward .swiper-slide {
    width: auto;
  }
  .snsPost__reward .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .snsPost__reward .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .snsPost__reward .reward01 {
    order: 1;
  }
  .snsPost__reward .reward02 {
    order: 2;
  }
  .snsPost__reward .reward03 {
    order: 3;
  }
  .snsPost__reward .swiper-slide {
    width: auto;
  }
  .snsPost__reward .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .snsPost__reward .swiper-wrapper {
    display: flex;
  }
}
.snsPost__reward .reward__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.snsPost__reward .reward__item .name {
  color: #20C2FD;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.snsPost__reward .reward__item .img {
  text-align: center;
}
.snsPost__reward .reward__item .txt {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
}
.snsPost__reward .reward__item .note {
  display: block;
  padding-top: 5px;
  font-size: 11px;
}
.snsPost__reward .reward__terms {
  margin: 40px auto 0;
}
.snsPost__reward .reward__terms .accordion {
  position: relative;
  width: 100%;
  padding: 10px;
  background: #12B6F5;
  border-radius: 300px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border: none;
  cursor: pointer;
}
.snsPost__reward .reward__terms .accordion::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 15px;
  height: 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.3s;
}
.snsPost__reward .reward__terms .accordion.is-open::after {
  transform: translateY(-30%) rotate(225deg);
}
.snsPost__reward .reward__terms .accordion__content {
  display: none;
  padding: 20px;
}
.snsPost__reward .reward__terms .accordion__content.is-open {
  display: block;
}
.snsPost__reward .reward__terms .accordion__content p {
  margin-bottom: 1em;
}
.snsPost__reward .reward__terms .accordion__content a {
  text-decoration: underline;
}

.topics {
  margin-bottom: 40px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 7.96px 0px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .topics {
    overflow: hidden;
    padding: 20px;
  }
}
.topics .section__heading {
  border: #FFFF42 2px solid;
  color: #FFFF42;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .topics .section__heading {
    font-size: 18px;
  }
}
.topics .lead__txt {
  text-align: left;
}

.border-bg {
  margin-block: 40px;
  padding: 10px 0;
  border-top: 3px solid #12B6F5;
  border-bottom: 3px solid #12B6F5;
  color: #20C2FD;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .border-bg {
    font-size: 18px;
  }
}

.topics__mv {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .topics__mv {
    margin-bottom: 20px;
  }
}

#cinecitta,
#clubcitta,
#saunahouse {
  margin-top: 100px;
}

#lacittadella {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #cinecitta,
  #clubcitta,
  #saunahouse {
    margin-top: 60px;
  }
  #lacittadella {
    margin-top: 0;
  }
}
.content__box {
  margin-bottom: 60px;
}
.content__ttl {
  display: inline-block;
  padding: 12px 20px;
  padding-left: 18px;
  background: rgba(234, 248, 255, 0.9);
  border-left: 4px solid #20C2FD;
  color: #27B6F4;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .content__ttl {
    font-size: 18px;
  }
}
.content__flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .content__flex {
    flex-direction: column;
    gap: 20px;
  }
}
.content__flex.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .content__flex.reverse {
    flex-direction: column;
  }
}
.content__boxin .thumb {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .content__boxin .thumb {
    width: 100%;
  }
}
.content__boxin .txt {
  width: 55%;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .content__boxin .txt {
    width: 100%;
  }
}
.content__boxin .txt a {
  text-decoration: underline;
}
.content__boxin .txt .shop__btn a {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 20px auto 0;
  padding: 2px 0 3px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid #20C2FD;
  box-shadow: 0 4px 0 #20C2FD;
  color: #20C2FD;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: transform 0.08s ease-out, box-shadow 0.08s ease-out;
}
@media screen and (min-width: 1025px) {
  .content__boxin .txt .shop__btn a:hover {
    transform: translateY(4px);
    box-shadow: 0 0 0 #20C2FD;
  }
}
.content__lead {
  margin-bottom: 20px;
}

.content__box .shop-slider {
  position: relative;
  width: 760px;
  max-width: 100%;
  margin-inline: auto;
}
.content__box .shop-slider-wrap {
  overflow: hidden;
}
.content__box .shop-slider .swiper-slide {
  width: 560px;
  height: auto;
}
.content__box .shop-slider .swiper-button-prev,
.content__box .shop-slider .swiper-button-next {
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: 0;
  transform: translateY(-50%);
  z-index: 10;
}
.content__box .shop-slider .swiper-button-prev::after,
.content__box .shop-slider .swiper-button-next::after {
  content: none;
}
.content__box .shop-slider .swiper-button-prev {
  left: 12px;
  background-image: url("../img/arrow-prev.svg");
}
.content__box .shop-slider .swiper-button-next {
  right: 12px;
  background-image: url("../img/arrow-next.svg");
}
@media screen and (min-width: 1025px) {
  .content__box .shop-slider {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .content__box .shop-slider {
    overflow: visible;
    padding-inline: 20px;
  }
  .content__box .shop-slider .swiper-slide {
    width: calc(100vw - 80px);
  }
  .content__box .shop-slider .swiper-button-prev {
    left: -16px;
  }
  .content__box .shop-slider .swiper-button-next {
    right: -16px;
  }
}
.content__box .shop {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  border: 2px solid #20C2FD;
  border-radius: 4px;
  background: #fff;
  text-align: center;
}
.content__box .shop__link a {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 20px auto 0;
  padding: 2px 0 3px;
  background: #fff;
  border: 2px solid #20C2FD;
  border-radius: 999px;
  box-shadow: 0 4px 0 #20C2FD;
  color: #20C2FD;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.08s ease-out, box-shadow 0.08s ease-out;
}
@media screen and (min-width: 1025px) {
  .content__box .shop__link a:hover {
    transform: translateY(4px);
    box-shadow: 0 0 0 #20C2FD;
  }
}
.content__box .shop .shopname {
  color: #20C2FD;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .content__box .shop .shopname {
    font-size: 18px;
  }
}
.content__box .shop .shop__lead {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content__box .shop .shop__lead {
    font-size: 14px;
  }
}
.content__box .event-heading {
  display: inline-flex;
  min-width: 340px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.content__box .event-heading__date, .content__box .event-heading__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 16px;
}
.content__box .event-heading__date {
  flex: 0 0 390px;
  flex-basis: 42%;
  justify-content: center;
  padding: 5px 10px;
  background: #20C2FD;
  color: #fff;
}
.content__box .event-heading__title {
  flex: 1;
  flex-basis: 58%;
  padding: 5px 10px;
  background: rgba(234, 248, 255, 0.9);
  color: #20C2FD;
}
@media screen and (max-width: 767px) {
  .content__box .event-heading {
    display: block;
    min-width: 100%;
  }
  .content__box .event-heading__date, .content__box .event-heading__title {
    min-height: auto;
  }
}

.item-boxes {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 20px;
  background: rgba(234, 248, 255, 0.9);
  border: #20C2FD 1px solid;
  border-radius: 2.85px;
}
@media screen and (max-width: 767px) {
  .item-boxes {
    flex-direction: column;
  }
}
.item-boxes .item-box {
  flex: 1;
}
.item-boxes .item-box__ttl {
  margin-bottom: 10px;
  color: #20C2FD;
  font-weight: 700;
  font-size: 16px;
}
.item-boxes .content__boxin .thumb {
  max-width: 90px;
}
.item-boxes .content__boxin .txt {
  width: 100%;
  font-size: 12px;
  line-height: 1.2;
}
.item-boxes .content__boxin .shop__btn a {
  padding: 11px 0 10px;
}
.item-boxes .content__flex {
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .item-boxes .content__flex.reverse {
    flex-direction: row-reverse;
  }
}
.item-boxes .item-box__wide .content__boxin .thumb {
  max-width: 100%;
}
.item-boxes .item-box__wide .content__boxin .txt {
  width: 100%;
  font-size: 12px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .item-boxes .item-box__wide .content__flex.reverse {
    flex-direction: column;
  }
}

.scene {
  margin-bottom: 40px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 7.96px 0px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .scene {
    padding: 20px;
  }
}
.scene .section__heading {
  margin-bottom: 60px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .scene .section__heading {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

.remember {
  margin-bottom: 40px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 7.96px 0px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .remember {
    padding: 20px;
  }
}