@charset "UTF-8";

main {
  overflow: hidden;
}

#cover {
  background-image: url("../img/popup/bg_cover_sp@2x.jpg");
}

#description {
  padding: 6vw 0 30vw;
}
#description .title_popup {
  position: static;
  transform: none;
  display: block;
  width: 92vw;
  margin: 0 auto;
}
#description p {
  width: 84vw;
  text-align: left;
  font-size: 4vw;
  margin: 20vw auto;
  padding-bottom: 0;
}
#description .index {
  width: 90vw;
  padding: 10vw 5vw 10vw 10vw;
  border-radius: 3.6vw;
}
#description .index .title_index {
  font-size: 4vw;
  margin-bottom: 15vw;
}
#description .index .list_index {
  font-size: 4.6vw;
}

#thanks_01,
#thanks_02 {
  background-image: url("../img/popup/bg_thanks_top_sp.svg"), url("../img/popup/bg_thanks_bottom.svg");
  background-position: center top, center top 30vw;
  padding: 30vw 0;
}
#thanks_01 {
  background-size: 100% 30vw, 100% 720vw;
}
#thanks_02 {
  background-size: 100% 30vw, 100% 470vw;
  padding-bottom: 10vw;
}
.thanks .inner {
  width: 84vw;
}
.thanks .inner > * {
  position: relative;
  z-index: 1;
}
.thanks .inner .decoration_rice_01,
.thanks .inner .decoration_rice_02,
.thanks .inner .decoration_rice_03,
.thanks .inner .decoration_rice_04 {
  position: absolute;
  width: 84px;
  z-index: 0;
}
.thanks .inner .decoration_rice_01 {
  top: 0;
  left: -8vw;
}
.thanks .inner .decoration_rice_02 {
  top: 190vw;
  right: -8vw;
}
.thanks .inner .decoration_rice_03 {
  top: 1320vw;
  left: -8vw;
}
.thanks .inner .decoration_rice_04 {
  top: 1540vw;
  right: -8vw;
}
.thanks .decoration_thanks-rice {
  top: 2vw;
  left: 2%;
  width: 62vw;
}
.thanks h2 {
  font-size: 4.9vw;
  margin-bottom: 10vw;
}
.thanks h3 {
  font-size: 4.6vw;
  margin-bottom: 10vw;
}
.thanks p {
  font-size: 4vw;
}
.thanks .photo .flex {
  flex-direction: column;
  gap: 2vw;
}
.thanks .photo .flex div {
  width: 100%;
}
.thanks .photo .caption {
  font-size: 3.6vw;
}
.thanks p + .photo,
.thanks .photo + p,
.thanks p + h3,
.thanks .photo + h3 {
  margin-top: 20vw;
}
.thanks .photo + .photo{
  margin-top: 6vw;
}
.thanks .line_thanks-rice {
  margin: 14vw 0;
}
.thanks .profile {
  flex-direction: column;
  align-items: center;
  gap: 2vw;
  margin: 10vw 0 20vw;
}
.thanks .profile .image {
  width: 40vw;
}
.thanks .profile .text .box {
  padding: 6vw;
}
.thanks .profile .text .box h4 {
  font-size: 4vw;
}
.thanks .profile .text .box p {
  font-size: 3.6vw;
}
.thanks .column-2 {
  flex-direction: column;
  align-items: center;
  gap: 14vw;
}
.thanks .column-2 .image {
  width: 58vw;
}
.thanks .banner {
  width: 77vw;
  margin: 18vw auto;
}
.img_kansya {
  display: block;
  width: 77vw;
  margin: 20vw auto 0;
}