@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap&family=Zen+Kurenaido&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Maru Gothic", "Mulish", "Zen Kaku Gothic New", sans-serif;
}

#bg {
  display: flex;
  justify-content: center;
  background-color: #0f1337;
}

#content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  background-color: #0f1337;
  background-image: url("/wp-content/themes/favtown/assets/images/09_lp/hatachinotsudoi2024/common/bg.png");
  background-repeat: repeat;
  background-position: top 140vw center;
}

@media (min-width: 500px) {
  #content {
    background-position: top 700px center;
  }
}

#cta {
  z-index: 2;
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: center;
  bottom: 0;
}

#cta .content {
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
  background: linear-gradient(180deg, rgba(15, 19, 55, 0) 0%, #0f1337 80%);
  flex-direction: column;
}

#cta .content img {
  width: 100%;
}

#slide {
  position: relative;
  z-index: 0;
  padding-bottom: 24px;
  overflow: hidden;
}

#slide .slide-bg .bg-image {
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(3px);
}

#slide .header {
  position: relative;
  height: 41px;
  width: 100%;
  margin-bottom: 16px;
}

#slide .header img {
  position: absolute;
  width: 111px;
  height: 25px;
  top: 16px;
  left: 16px;
}

#slide .slide-items {
  width: 100%;
  height: 80vw;
}

@media (min-width: 500px) {
  #slide .slide-items {
    height: 400px;
  }
}

#slide .slide-items li {
  margin: 0 4px;
}

#slide .slide-items img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  cursor: grab;
}

#slide .slide-items .slick-dots li button:before {
  content: "" !important;
  height: 100% !important;
  width: 100% !important;
  opacity: 1 !important;
}

#slide .slide-items .slick-dots li {
  aspect-ratio: 327 / 234 !important;
  width: 16% !important;
  height: 100% !important;
  margin: 0 4px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  box-sizing: content-box !important;
  border: 3px solid transparent !important;
}

#slide .slide-items .slick-dots li.slick-active {
  border: 3px solid rgba(0, 204, 208, 1) !important;
}

#slide .slide-items .slick-dots li button {
  width: 100% !important;
  height: 100% !important;
}

#slide .slide-items .slick-dots {
  bottom: initial !important;
  margin-top: 20px !important;
}

#slide .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

#restaurant {
  padding: 0 5% 24px 5%;
}

#restaurant .title {
  font-size: 6.9333vw;
  font-weight: 500;
  line-height: 10.4vw;
  letter-spacing: 0em;
  text-align: left;
  color: white;
}

@media (min-width: 500px) {
  #restaurant .title {
    font-size: 35px;
    line-height: 52px;
  }
}

#restaurant .review {
  display: flex;
  align-items: center;
  position: relative;
}

@media (min-width: 500px) {
  #restaurant .review {
    width: 170px;
  }
}

#restaurant .review .rating {
  display: flex;
  min-width: 25vw;
  opacity: 0;
}
@media (min-width: 500px) {
  #restaurant .review .rating {
    min-width: 125px;
  }
}

#restaurant .review .rating.show {
  opacity: 1;
}

#restaurant .review .rating .star {
  height: 5vw;
  aspect-ratio: 1/1;
}

@media (min-width: 500px) {
  #restaurant .review .rating .star {
    height: 25px;
  }
}

#restaurant .review .count {
  color: rgba(255, 19, 232, 1);
  font-weight: 700;
  font-size: 5.866vw;
  line-height: 8.5vw;
  margin-left: 1.6vw;
  min-width: 7.2vw;
  min-height: 8.5vw;
}

@media (min-width: 500px) {
  #restaurant .review .count {
    font-size: 30px;
    line-height: 44px;
    margin-left: 8px;
    min-width: 36px;
    min-height: 44px;
  }
}

#restaurant .review .link-icon {
  height: 7vw;
  margin-left: 1.6vw;
}

@media (min-width: 500px) {
  #restaurant .review .link-icon {
    height: 36px;
    margin-left: 8px;
  }
}

#restaurant .review .link {
  position: absolute;
  bottom: 1vw;
  left: 0;
  height: 1px;
  width: 34vw;
  background-color: rgba(255, 19, 232);
}

@media (min-width: 500px) {
  #restaurant .review .link {
    width: 170px;
    bottom: 5px;
  }
}

#restaurant .budget {
  color: rgba(0, 204, 208, 1);
  font-size: 4.266vw;
  line-height: 6.133vw;
  font-weight: 700;
  margin-top: 4px;
}

@media (min-width: 500px) {
  #restaurant .budget {
    font-size: 22px;
    line-height: 32px;
  }
}

#restaurant .message {
  font-family: "Zen Kurenaido", "Zen Maru Gothic", "Mulish", sans-serif;
  margin-top: 32px;
  border-radius: 20px;
  position: relative;
  background-image: url("/wp-content/themes/favtown/assets/images/09_lp/hatachinotsudoi2024/restaurant/message-bg.png");
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5%;
}

#restaurant .ribbon {
  position: absolute;
  width: 33%;
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
  z-index: 0;
}

#restaurant .message .content {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 20px;
  padding: 5%;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
}

#restaurant .message .title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}

#restaurant .message .title img {
  width: 80%;
}

@media (min-width: 500px) {
  #restaurant .message .title {
    font-size: 35px;
    line-height: 40px;
  }
}

#restaurant .message .text {
  font-size: 4.533vw;
  line-height: 8vw;
}

@media (min-width: 500px) {
  #restaurant .message .text {
    font-size: 24px;
    line-height: 44px;
  }
}

#restaurant .message .text .kaomoji {
  font-family: "Mulish", sans-serif !important;
}

#plan,
#shop {
  margin-top: 32px;
}

#plan .title-img {
  width: 100%;
}

#shop .title-line {
  height: 16px;
  width: 100%;
  border-top: 3px solid rgba(0, 204, 208, 1);
  border-bottom: 3px solid rgba(255, 19, 232, 1);
  transform: rotate(-8deg);
  margin: 72px 0;
}

#plan .content,
#shop .content {
  position: relative;
  border-radius: 20px;
  margin: 0 5%;
  padding: 5%;
  width: 90%;
  margin-top: 32px;
  color: white;
}

#plan .content {
  border: 3px solid rgba(255, 19, 232, 1);
}

#shop .content {
  border: 3px solid rgba(0, 204, 208, 1);
}

#shop .content .img-glass {
  position: absolute;
  top: -12.8vw;
  right: 0;
  width: 20vw;
  aspect-ratio: 152/182;
}

@media (min-width: 500px) {
  #shop .content .img-glass {
    top: -64px;
    width: 100px;
  }
}

#plan .content .title,
#shop .content .title {
  font-weight: 700;
  font-size: 6.4vw;
  line-height: 9.6vw;
  letter-spacing: 0em;
  text-align: left;
}

#plan .content .title {
  text-align: left;
}

#shop .content .title {
  text-align: center;
}

@media (min-width: 500px) {
  #plan .content .title,
  #shop .content .title {
    font-size: 32px;
    line-height: 48px;
  }
}

#plan .content .line,
#shop .content .line {
  margin-top: 16px;
  height: 14px;
  width: 100%;
  border-top: 3px solid rgba(0, 204, 208, 1);
  border-bottom: 3px solid rgba(255, 19, 232, 1);
}

#plan .content .subtitle,
#shop .content .subtitle {
  font-size: 4.8vw;
  line-height: 8.4vw;
}

@media (min-width: 500px) {
  #plan .content .subtitle,
  #shop .content .subtitle {
    font-size: 24px;
    line-height: 42px;
  }
}

#plan .content .section,
#shop .content .section {
  color: white;
  font-weight: 500;
  font-size: 4.2666vw;
  line-height: 7.466vw;
  padding: 16px 0;
}

#plan .content .section {
  border-bottom: 3px dashed rgba(255, 19, 232, 1);
}

#shop .content .section {
  border-bottom: 3px dashed rgba(0, 204, 208, 1);
}

@media (min-width: 500px) {
  #plan .content .section,
  #shop .content .section {
    font-size: 22px;
    line-height: 38px;
  }
}

#plan .content .section:last-child,
#shop .content .section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

#plan .content .section .label,
#shop .content .section .label {
  font-weight: 700;
  font-size: 4.2666vw;
  line-height: 7.466vw;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

@media (min-width: 500px) {
  #plan .content .section .label,
  #shop .content .section .label {
    font-size: 22px;
    line-height: 38px;
  }
}

#plan .content .section > .text {
  margin-bottom: 16px;
}

#plan .content .section .label .head,
#shop .content .section .label .head {
  margin-top: 1vw;
  margin-right: 8px;
  width: 4px;
  height: 4vw;
  border-radius: 2px;
}

#plan .content .section .label .head {
  background-color: rgba(255, 19, 232, 1);
}

#shop .content .section .label .head {
  background-color: rgba(0, 204, 208, 1);
}

@media (min-width: 500px) {
  #plan .content .section .label .head,
  #shop .content .section .label .head {
    margin-top: 5px;
    height: 20px;
  }
}

#plan .content .section .caution,
#shop .content .section .caution {
  padding: 4px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 175%;
  word-break: break-all;
  font-size: 3.733vw;
  line-height: 6.533vw;
}

@media (min-width: 500px) {
  #plan .content .section .caution,
  #shop .content .section .caution {
    font-size: 19px;
    line-height: 33px;
  }
}

#plan .content .section a,
#shop .content .section a {
  word-wrap: break-word;
  text-decoration: underline;
  cursor: pointer;
}

#plan .content .section a .icon-new-window,
#shop .content .section a .icon-new-window {
  height: 6.3vw;
}

@media (min-width: 500px) {
  #plan .content .section a .icon-new-window,
  #shop .content .section a .icon-new-window {
    height: 32px;
  }
}

#plan .content .section ul,
#shop .content .section ul {
  list-style: inside;
  list-style-position: outside;
  margin-left: 20px;
}

#plan .content .section ul li,
#shop .content .section ul li {
  padding: 4px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 175%;
  word-break: break-all;
  font-size: 3.733vw;
  line-height: 6.533vw;
}

@media (min-width: 500px) {
  #plan .content .section ul li,
  #shop .content .section ul li {
    font-size: 19px;
    line-height: 33px;
  }
}

#plan .content .section ul li a,
#shop .content .section ul li a {
  text-decoration: underline;
  cursor: pointer;
}

#plan .content .section ul li a img,
#shop .content .section ul li a img {
  margin-left: 4px;
  aspect-ratio: 1/1;
  height: 6vw;
}

@media (min-width: 500px) {
  #plan .content .section ul li a img,
  #shop .content .section ul li a img {
    height: 30px;
  }
}

#plan .content .section .map iframe,
#shop .content .section .map iframe {
  margin: 24px 0;
  border: 0;
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 20px;
}

#plan .content .section .map .btn-area,
#shop .content .section .map .btn-area {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#plan .content .section .map .btn-area img,
#shop .content .section .map .btn-area img {
  aspect-ratio: 300/100;
  width: 40vw;
}

@media (min-width: 500px) {
  #plan .content .section .map .btn-area img,
  #shop .content .section .map .btn-area img {
    width: 200px;
  }
}

#cv {
  position: relative;
  z-index: -1;
}

#cv .title-bg {
  z-index: -1;
  position: absolute;
  height: 260vw;
  width: 100%;
  top: -76vw;
  background-image: url("/wp-content/themes/favtown/assets/images/09_lp/hatachinotsudoi2024/top/cv-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

@media (min-width: 500px) {
  #cv > .title-bg {
    height: 1300px;
    top: -380px;
  }
}

#cv > .title {
  margin: 0 1%;
  top: -10vw;
  position: absolute;
  width: 98%;
  height: 100vw;
  background-image: url("/wp-content/themes/favtown/assets/images/09_lp/hatachinotsudoi2024/top/cv-confetti.png"),
    url("/wp-content/themes/favtown/assets/images/09_lp/hatachinotsudoi2024/top/cv-title.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 500px) {
  #cv > .title {
    top: -50px;
    height: 500px;
  }
}

#cv .content {
  padding-top: 72vw;
}

@media (min-width: 500px) {
  #cv .content {
    padding-top: 360px;
  }
}

#cv .content .step {
  margin: 0 5%;
}

#cv .content .step .top,
#cv .content .step .bottom {
  width: 100%;
}

#cv .content .step .inner {
  border-right: 3px solid rgba(0, 204, 208, 1);
  border-left: 3px solid rgba(0, 204, 208, 1);
  margin: 10px 0 12px 0;
  padding: 0 8%;
}

#cv .content .step .inner .title {
  color: rgba(255, 19, 232, 1);
  font-weight: 700;
  text-align: center;
  font-size: 5.8666vw;
  line-height: 8.8vw;
  padding-top: 16px;
}

@media (min-width: 500px) {
  #cv .content .step .inner .title {
    font-size: 30px;
    line-height: 45px;
  }
}

#cv .content .step .inner .img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#cv .content .step .inner .img img {
  width: 80%;
  border-radius: 20px;
  margin: 16px 0;
}

#cv .content .step .inner > .name {
  font-size: 5.333vw;
  line-height: 7.466vw;
  color: white;
  margin-bottom: 16px;
  text-align: center;
}

@media (min-width: 500px) {
  #cv .content .step .inner > .name {
    font-size: 27px;
    line-height: 38px;
  }
}

#cv .content .step .inner > .detail {
  font-size: 4.266vw;
  line-height: 7.466vw;
  color: white;
}

@media (min-width: 500px) {
  #cv .content .step .inner > .detail {
    font-size: 22px;
    line-height: 38px;
  }
}

#cv .content .step .inner .button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  cursor: pointer;
}

#cv .content .step .inner .button.apply {
  margin-top: 24px;
  margin-bottom: 24px;
}

#cv .content .step .inner .button a {
  position: relative;
  height: 20vw;
  width: 100%;
  border-radius: 20vw;
  text-align: center;
  line-height: 20vw;
  color: white;
  font-weight: 700;
  font-size: 7vw;
}

@media (min-width: 500px) {
  #cv .content .step .inner .button a {
    height: 100px;
    line-height: 100px;
    font-size: 35px;
  }
}

#cv .content .step .inner .button.tel a .text {
  margin-left: 24px;
}

#cv .content .step .inner .button.tel a .icon {
  position: absolute;
  left: 10vw;
  top: calc(50% - 2.5vw);
  aspect-ratio: 20/16;
  height: 6vw;
}

@media (min-width: 500px) {
  #cv .content .step .inner .button.tel a .icon {
    height: 30px;
    top: calc(50% - 12.5px);
    left: 50px;
  }
}

#cv .content .step .inner .button.apply a .icon {
  position: absolute;
  right: 24px;
  top: calc(50% - 2.5vw);
  aspect-ratio: 20/16;
  height: 5vw;
}

@media (min-width: 500px) {
  #cv .content .step .inner .button.apply a .icon {
    height: 25px;
    top: calc(50% - 12.5px);
  }
}

#cv .content .step .inner .register {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 16px;
}

#cv .content .step .inner .register a {
  color: white;
  font-size: 4.266vw;
  line-height: 7.466vw;
  cursor: pointer;
  text-decoration: underline;
  white-space: nowrap;
}

@media (min-width: 500px) {
  #cv .content .step .inner .register a {
    font-size: 22px;
    line-height: 38px;
  }
}

#cv .content .step .inner .register a img {
  margin-left: 8px;
  aspect-ratio: 1/1;
  height: 7.466vw;
}

@media (min-width: 500px) {
  #cv .content .step .inner .register a img {
    height: 38px;
  }
}

#cv .content .step .inner .annotation {
  color: white;
  font-size: 3.7333vw;
  line-height: 6.533vw;
}

@media (min-width: 500px) {
  #cv .content .step .inner .annotation {
    font-size: 19px;
    line-height: 33px;
  }
}

#cv .content .arrow {
  padding: 32px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#cv .content .arrow img {
  width: 10vw;
}

@media (min-width: 500px) {
  #cv .content .arrow img {
    width: 50px;
  }
}

#cv .content .top-button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17vw 0;
}

@media (min-width: 500px) {
  #cv .content .top-button {
    padding: 85px 0;
  }
}

#cv .content .top-button a img {
  aspect-ratio: 200/50;
  width: 53.333vw;
}

@media (min-width: 500px) {
  #cv .content .top-button a img {
    width: 266px;
  }
}
