@import url("https://netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css");
:root {
  overflow-y: initial;
}

.modaal-overlay {
  z-index: 1000;
}

.modaal-inner-wrapper {
  padding-right: 40px;
  padding-left: 40px;
  max-width: 100vw;
}

.modaal-container {
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  color: inherit;
  max-width: initial;
  box-shadow: none;
}
@media (min-width: 992px) {
  .modaal-container {
    width: initial;
  }
}

.modaal-content-container {
  padding: initial;
}

.modaal-wrapper .modaal-close {
  position: absolute;
  top: -15px;
  right: -20px;
  transition: all 0.1s;
  width: 50px;
  height: 50px;
  background-image: url(../img/btn_close.svg);
  background-size: cover;
}
.modaal-wrapper .modaal-close::before, .modaal-wrapper .modaal-close::after {
  content: none;
}
.modaal-wrapper .modaal-close:hover {
  transform: scale(1.1);
}
.modaal-wrapper .modaal-close:active {
  transform: scale(0.9);
}

ul,
button {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

button {
  color: currentColor;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  line-height: 1em;
  width: initial;
}

a {
  text-decoration: none;
  color: currentColor;
}

body {
  font-family: "Soft Gothic Bold", sans-serif;
  color: #fff;
  font-feature-settings: "palt";
}

@media (min-width: 992px) {
  br .sp_only {
    display: none;
  }
}
.modaal-content-container br, .present_txt br {
  display: none;
}
@media (min-width: 992px) {
  .modaal-content-container br, .present_txt br {
    display: block;
  }
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.section_line {
  text-shadow: -1.5px -1.5px 0 #000, -1.5px 0 0 #000, -1.5px 1.5px 0 #000, 0 -1.5px 0 #000, 0 1.5px 0 #000, 1.5px -1.5px 0 #000, 1.5px 0 0 #000, 1.5px 1.5px 0 #000;
  background-color: #AAE1ED;
  position: relative;
  z-index: 100;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.section_line:nth-of-type(1) img {
  height: 3em;
}
.section_line:nth-of-type(2) img {
  height: 3em;
}
.section_line:nth-of-type(3) img {
  height: 2em;
}
@media (min-width: 992px) {
  .section_line {
    height: 120px;
  }
  .section_line:nth-of-type(1) img {
    height: 4em;
  }
  .section_line:nth-of-type(2) img {
    height: 4em;
  }
  .section_line:nth-of-type(3) img {
    height: 1.8em;
  }
}
.section_line::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 70px;
  background-image: url(../img/section_line.png);
  background-size: contain;
}
.section_line::before {
  content: "";
  position: absolute;
  background-image: url(../img/ico_ribbon.png);
  background-size: 56px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 70px;
  width: 100%;
  bottom: -50px;
  z-index: 10;
}
.pickup + .section_line::before {
  background-size: 38px;
  background-image: url(../img/ico_heart_yellow.png);
}
.present + .section_line::before {
  background-size: 38px;
  background-image: url(../img/ico_heart_pink.png);
}

h2 {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.5em;
  padding-bottom: 20px;
}
h2 span {
  font-size: 18px;
}
@media (min-width: 992px) {
  h2 {
    position: relative;
  }
  h2::before {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    display: inline-block;
    z-index: 10;
    height: 110px;
    width: 90px;
    left: -100px;
  }
  .section_line:nth-of-type(1) h2::before {
    background-image: url(../img/opanchu_ttl_01.png);
    bottom: -10px;
  }
  .section_line:nth-of-type(2) h2::before {
    background-image: url(../img/opanchu_ttl_02.png);
    bottom: -20px;
  }
  .section_line:nth-of-type(3) h2::before {
    background-image: url(../img/opanchu_ttl_03.png);
    bottom: -30px;
  }
}

.txt_marker {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.txt_marker::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 12px;
  bottom: 0;
  z-index: -1;
  background: #FFF276;
}

.btn_link {
  background-color: #FFB1D4;
  border: 2px solid #ED93C5;
  border-radius: 8px;
  color: #fff;
  min-width: 130px;
  width: -moz-max-content;
  width: max-content;
  display: block;
  position: relative;
  text-align: center;
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.btn_link::before {
  content: "";
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: -2px;
  height: 100%;
  width: calc(100% + 4px);
  background-color: #ED93C5;
  z-index: -1;
}
.btn_link:hover {
  top: 2px;
}
.btn_link:hover::before {
  top: 3px;
}
.btn_link:active {
  top: 5px;
}
.btn_link:active::before {
  top: 0px;
}

.btn_scrolltop {
  width: 66px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  transition: all 0.4s;
}
.btn_scrolltop:hover {
  opacity: 0.5;
}

header {
  position: fixed;
  z-index: 1000;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  background-size: contain;
  background-image: url(../img/bg_header.png);
  height: 50px;
}
header img {
  margin-right: 1em;
  width: 78px;
  margin-bottom: 6px;
}
@media (min-width: 992px) {
  header {
    height: 60px;
  }
  header img {
    width: 86px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
}

.splash {
  position: fixed;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  min-height: 100lvh;
  z-index: 10000;
  overflow: hidden;
  bottom: 0;
  animation: splash 0.1s ease-in-out 3.6s forwards;
}
.splash img {
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  min-height: 100lvh;
}
@keyframes splash {
  to {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
  }
}

.hero {
  position: relative;
  background-color: #FFB1D4;
  background-image: url(../img/bg_hero.png);
  background-size: 400px;
  overflow: hidden;
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  width: 30vw;
  max-width: 200px;
  background-image: url(../img/hero_curtain.png);
  background-size: cover;
  background-position: 100% 0%;
}
.hero::after {
  right: 0;
  transform: scale(-1, 1);
}
.hero .container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: calc(100% - 200px);
  padding-top: 100px;
  padding-bottom: 90px;
}
@media (min-width: 992px) {
  .hero .container {
    padding-top: 90px;
    padding-right: 35px;
  }
}
.hero_present {
  position: absolute;
  width: 100%;
  bottom: -100%;
  left: 0px;
  z-index: 11;
  transition: all 0.5s 0s ease;
}
.hero_present img {
  width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .hero_present img {
    max-width: 720px;
  }
}
.hero_present.view {
  bottom: -6px;
}
@media (min-width: 992px) {
  .hero_present {
    left: -10px;
  }
}
@keyframes zoomIn {
  to {
    transform: scale(1);
  }
}
.hero .logo_mimi {
  width: 50vw;
  max-width: 300px;
  transform: scale(0);
  transition: transform 0.4s;
  animation: zoomIn 0.4s ease-in-out calc(4s + 0.5 * 0.3s) forwards;
}
.hero .logo_opanchu {
  width: 75vw;
  max-width: 460px;
}
.hero .logo_hobo {
  width: 96vw;
  max-width: 700px;
}
.hero .logo_hobo {
  transform: scale(0);
  transition: transform 0.4s;
  animation: zoomIn 0.4s ease-in-out calc(4s + 14 * 0.3s) forwards;
}
.hero .logo_opanchu {
  position: relative;
}
.hero .logo_opanchu img {
  position: absolute;
  transform: scale(0);
  transition: transform 0.4s;
}
.hero .logo_opanchu .logo_opanchu_00 {
  position: relative;
  animation: none;
  opacity: 0;
}
.hero .logo_opanchu .logo_opanchu_01 {
  bottom: 8%;
  left: 0;
  width: 10%;
  z-index: 13;
  animation: zoomIn 0.4s ease-in-out calc(4s + 1 * 0.3s) forwards;
}
.hero .logo_opanchu .logo_opanchu_02 {
  bottom: 7%;
  left: 8.5%;
  width: 9%;
  z-index: 12;
  animation: zoomIn 0.4s ease-in-out calc(4s + 2 * 0.3s) forwards;
}
.hero .logo_opanchu .logo_opanchu_03 {
  bottom: 13%;
  left: 15.5%;
  width: 9%;
  z-index: 11;
  animation: zoomIn 0.4s ease-in-out calc(4s + 3 * 0.3s) forwards;
}
.hero .logo_opanchu .logo_opanchu_04 {
  bottom: 9%;
  left: 23.2%;
  width: 9.5%;
  z-index: 10;
  animation: zoomIn 0.4s ease-in-out calc(4s + 4 * 0.3s) forwards;
}
.hero .logo_opanchu .logo_opanchu_05 {
  bottom: 4%;
  left: 31.5%;
  width: 9%;
  z-index: 9;
  animation: zoomIn 0.4s ease-in-out calc(4s + 5 * 0.3s) forwards;
}
.hero .logo_opanchu .logo_opanchu_06 {
  bottom: 3%;
  left: 39.5%;
  width: 9.5%;
  z-index: 8;
  animation: zoomIn 0.4s ease-in-out calc(4s + 6 * 0.3s) forwards;
}
.hero .logo_opanchu .logo_opanchu_07 {
  bottom: 7%;
  left: 48%;
  width: 9.5%;
  z-index: 7;
  animation: zoomIn 0.4s ease-in-out calc(4s + 7 * 0.3s) forwards;
}
.hero .logo_opanchu .logo_opanchu_08 {
  bottom: 29%;
  right: 35.5%;
  width: 7.7%;
  z-index: 6;
  animation: zoomIn 0.4s ease-in-out calc(4s + 8 * 0.3s) forwards;
}
.hero .logo_opanchu .logo_opanchu_09 {
  bottom: 7%;
  right: 27%;
  width: 9.5%;
  z-index: 5;
  animation: zoomIn 0.4s ease-in-out calc(4s + 9 * 0.3s) forwards;
}
.hero .logo_opanchu .logo_opanchu_10 {
  bottom: 2%;
  right: 19.2%;
  width: 9%;
  z-index: 4;
  animation: zoomIn 0.4s ease-in-out calc(4s + 10 * 0.3s) forwards;
}
.hero .logo_opanchu .logo_opanchu_11 {
  bottom: 5%;
  right: 11.8%;
  width: 9%;
  z-index: 3;
  animation: zoomIn 0.4s ease-in-out calc(4s + 11 * 0.3s) forwards;
}
.hero .logo_opanchu .logo_opanchu_12 {
  bottom: 0%;
  right: 4.4%;
  width: 9.7%;
  z-index: 2;
  animation: zoomIn 0.4s ease-in-out calc(4s + 12 * 0.3s) forwards;
}
.hero .logo_opanchu .logo_opanchu_13 {
  bottom: 0%;
  right: 0%;
  width: 5.6%;
  z-index: 1;
  animation: zoomIn 0.4s ease-in-out calc(4s + 13 * 0.3s) forwards;
}
.hero .opanchu_hero {
  max-width: 15vw;
  margin-bottom: 10px;
  margin-top: 30px;
  animation: yure 1s infinite;
}
@media (min-width: 992px) {
  .hero {
    height: 100vh;
    background-size: 560px;
    display: flex;
    align-items: center;
  }
  .hero .logo_hobo {
    position: relative;
    right: 20px;
  }
  .hero .logo_hobo::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -100px;
    display: block;
    background-image: url(../img/opanchu_hero.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 110px;
    animation: yure 1s infinite;
  }
  .hero .opanchu_hero {
    display: none;
  }
}
@keyframes yure {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  50% {
    transform: translate(4px, 2px) rotateZ(4deg);
  }
}

.yodogawa {
  color: #FF8FD4;
  text-align: center;
  background-color: #FFFAEC;
  background-image: url(../img/bg_yodogawa.png);
  background-size: 300px;
}
.yodogawa .container {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .yodogawa .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.yodogawa .deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.yodogawa .message {
  width: calc(100% - 60px);
  max-width: -moz-max-content;
  max-width: max-content;
  background-color: #FFFAEC;
  border-radius: 100%;
  font-size: 14px;
  line-height: 32px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2em;
  padding-bottom: 3em;
  padding-right: 1em;
  padding-left: 1em;
}
@media (min-width: 992px) {
  .yodogawa .message {
    padding-top: 3em;
    padding-bottom: 4em;
    padding-right: 4em;
    padding-left: 4em;
  }
}
.yodogawa .ico {
  display: block;
  width: 56px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}

.pickup {
  background-color: #FFB1D4;
  background-image: url(../img/bg_dot_100.png);
  background-size: 50px;
  padding-top: 40px;
  padding-bottom: 10px;
}
.pickup picture img {
  width: 100%;
}
.pickup .container {
  position: relative;
}
.pickup_list {
  position: absolute;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  top: 0;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) {
  .pickup_list {
    font-size: 2.4vw;
  }
}
@media (min-width: 992px) {
  .pickup_list {
    font-size: 16px;
  }
}
.pickup_list small {
  font-size: 0.75em;
}
.pickup_list .modaal-btn {
  text-shadow: -1.5px -1.5px 0 #000, -1.5px 0 0 #000, -1.5px 1.5px 0 #000, 0 -1.5px 0 #000, 0 1.5px 0 #000, 1.5px -1.5px 0 #000, 1.5px 0 0 #000, 1.5px 1.5px 0 #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  position: absolute;
  white-space: nowrap;
  line-height: 1.5em;
  pointer-events: all;
}
.pickup_list .modaal-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  background-size: contain;
  background-image: url(../img/ico_click.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 15%;
  top: -15%;
}
@media (min-width: 992px) {
  .pickup_list .modaal-btn::before {
    height: 20%;
    top: -20%;
  }
}
.pickup_list li {
  flex: 1 1 0%;
  position: relative;
  pointer-events: none;
}
.pickup_list li .pickup_deco {
  position: absolute;
}
.pickup_list li:nth-child(1) .modaal-btn {
  right: 9%;
  top: 46%;
  width: 42%;
}
.pickup_list li:nth-child(1) .pickup_deco {
  right: 2%;
  top: 0%;
  width: 22%;
  transform: rotateZ(-4deg);
  animation: rainbow 1.2s infinite;
}
@keyframes rainbow {
  0% {
    transform: rotateZ(-4deg);
  }
  50% {
    transform: rotateZ(8deg);
  }
}
.pickup_list li:nth-child(2) .modaal-btn {
  left: 2%;
  top: 24%;
  width: 46%;
}
.pickup_list li:nth-child(3) .modaal-btn {
  right: 1%;
  top: 14%;
  width: 45%;
}
.pickup_list li:nth-child(3) .pickup_deco:first-of-type {
  left: 20%;
  top: 6%;
  width: 32%;
}
.pickup_list li:nth-child(3) .pickup_deco:last-of-type {
  left: 0%;
  top: 24%;
  width: 32%;
}
.pickup_list li:nth-child(4) .modaal-btn {
  left: 2%;
  top: -7%;
  width: 46%;
}
.pickup_list li:nth-child(4) .pickup_deco {
  right: 5%;
  top: 40%;
  width: 19%;
  animation: heart 0.8s infinite;
}
@keyframes heart {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, 0px) rotateZ(4deg) scale(1.1);
  }
}
.pickup_list li:nth-child(5) .modaal-btn {
  left: 24%;
  top: -12%;
  width: 56%;
}
.pickup_list li:nth-child(5) .pickup_deco:first-of-type {
  left: 7%;
  top: 69%;
  width: 20%;
  animation: kasa 1.5s infinite;
}
@keyframes kasa {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  50% {
    transform: translate(4px, 0px) rotateZ(4deg);
  }
}
.pickup_list li:nth-child(5) .pickup_deco:last-of-type {
  left: 7%;
  top: 88%;
  width: 20%;
}
.pickup_list li:nth-child(6) .modaal-btn {
  right: 8%;
  top: -1%;
  width: 46%;
}
.pickup_list li:nth-child(7) .modaal-btn {
  left: 12%;
  top: -10%;
  width: 30%;
}
.pickup_list li:nth-child(8) .modaal-btn {
  left: 53%;
  top: -30%;
  width: 43%;
}
.pickup_list li:nth-child(9) .modaal-btn {
  left: 14%;
  top: -34%;
  width: 42%;
}
.pickup_list li:nth-child(9) .pickup_deco {
  left: 82.5%;
  top: -19%;
  width: 13%;
  animation: balloon 2.5s infinite;
}
@keyframes balloon {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, 30px);
  }
}
@media (min-width: 992px) {
  .pickup_list li:nth-child(1) .modaal-btn {
    left: 26%;
    top: 40%;
    width: 20%;
  }
  .pickup_list li:nth-child(1) .pickup_deco {
    top: 52%;
    width: 13%;
    animation: rainbow 1s infinite;
  }
  .pickup_list li:nth-child(2) .modaal-btn {
    left: 68%;
    top: -25%;
    width: 20%;
  }
  .pickup_list li:nth-child(3) .modaal-btn {
    left: 7%;
    top: 70%;
    width: 18%;
  }
  .pickup_list li:nth-child(3) .pickup_deco:first-of-type {
    left: 19.5%;
    top: -31%;
    width: 20%;
  }
  .pickup_list li:nth-child(3) .pickup_deco:last-of-type {
    display: none;
  }
  .pickup_list li:nth-child(4) .modaal-btn {
    left: 65%;
    top: -55%;
    width: 21%;
  }
  .pickup_list li:nth-child(4) .pickup_deco {
    left: 87.5%;
    top: 1%;
    width: 9.5%;
  }
  .pickup_list li:nth-child(5) .modaal-btn {
    left: 37%;
    top: -35%;
    width: 25%;
  }
  .pickup_list li:nth-child(5) .pickup_deco:first-of-type {
    left: 1.5%;
    top: 190%;
    width: 11%;
  }
  .pickup_list li:nth-child(5) .pickup_deco:last-of-type {
    left: 1.5%;
    top: 223%;
    width: 11%;
  }
  .pickup_list li:nth-child(6) .modaal-btn {
    left: 13%;
    top: -13%;
    width: 21%;
  }
  .pickup_list li:nth-child(7) .modaal-btn {
    right: 10%;
    left: initial;
    top: -90%;
    width: 13%;
  }
  .pickup_list li:nth-child(8) .modaal-btn {
    left: 53%;
    top: -38%;
    width: 27%;
  }
  .pickup_list li:nth-child(9) .modaal-btn {
    left: 15%;
    top: -33%;
    width: 17%;
  }
  .pickup_list li:nth-child(9) .pickup_deco {
    left: 88%;
    top: -187%;
    width: 8%;
  }
}
.pickup_modal {
  display: none;
}
.pickup_modal_detail {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  max-width: 330px;
  background-color: #fff;
  background-image: url(../img/bg_dot_20.png);
  background-size: 50px;
  border-radius: 28px;
  border: 4px solid #FFB1D4;
  position: relative;
  box-sizing: initial;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 30px;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .pickup_modal_detail {
    width: 100%;
  }
}
.pickup_modal_detail .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
}
.pickup_modal_detail .container div {
  color: #FF8FD4;
  font-size: 0.9em;
  margin-bottom: 10px;
  line-height: 1.8em;
  text-align: center;
}
@media (min-width: 992px) {
  .pickup_modal_detail .container {
    font-size: 14px;
  }
}
.pickup_modal_detail small {
  font-size: 0.8em;
}
.pickup_modal_detail span,
.pickup_modal_detail small {
  text-shadow: -1.5px -1.5px 0 #000, -1.5px 0 0 #000, -1.5px 1.5px 0 #000, 0 -1.5px 0 #000, 0 1.5px 0 #000, 1.5px -1.5px 0 #000, 1.5px 0 0 #000, 1.5px 1.5px 0 #000;
}
.pickup_modal_detail .photo {
  width: 80%;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .pickup_modal_detail .photo {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.pickup_modal_detail .btn_link {
  font-size: 11px;
}
@media (min-width: 992px) {
  .pickup_modal_detail .btn_link {
    font-size: 12px;
  }
}
.pickup_modal_detail ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.pickup_modal_detail ul .btn_link {
  min-width: initial;
}

.rubberBand, .pickup_list .modaal-btn:hover {
  animation-name: rubberBand;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.game {
  position: relative;
  background-image: url(../img/bg_game.png);
  background-size: 50px;
}
.game::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFFAEC;
  position: absolute;
  bottom: 0;
  left: 0;
}
.game .container {
  position: relative;
}
.game .container .deco_01,
.game .container .deco_02 {
  display: none;
}
@media (min-width: 1782px) {
  .game .container .deco_01,
  .game .container .deco_02 {
    display: block;
    position: absolute;
    bottom: 5px;
  }
  .game .container .deco_01 {
    width: 74px;
    left: -124px;
    animation: dance 1.2s infinite;
  }
  @keyframes dance {
    0% {
      transform: scale(1, 1) rotateZ(0deg);
    }
    25% {
      transform: scale(1, 1) rotateZ(20deg);
    }
    50% {
      transform: scale(-1, 1) rotateZ(0deg);
    }
    75% {
      transform: scale(-1, 1) rotateZ(20deg);
    }
    100% {
      transform: scale(1, 1) rotateZ(0deg);
    }
  }
  .game .container .deco_02 {
    width: 131px;
    right: -161px;
    animation: purupuru 0.3s infinite;
  }
  @keyframes purupuru {
    0% {
      transform: translate(0px, 0px) rotateZ(0deg);
    }
    25% {
      transform: translate(2px, 2px) rotateZ(4deg);
    }
    50% {
      transform: translate(0px, 2px) rotateZ(0deg);
    }
    75% {
      transform: translate(2px, 0px) rotateZ(-4deg);
    }
    100% {
      transform: translate(0px, 0px) rotateZ(0deg);
    }
  }
}
.game .game_container {
  position: relative;
  overflow: hidden;
}
.game .game_container::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid #faafc9;
  border-left: 1px solid #faafc9;
}
.game .game_controller {
  position: absolute;
  bottom: 15px;
  right: 10px;
  width: 66vw;
  max-width: 350px;
  display: flex;
  z-index: 100;
  gap: 5px;
}
@media (min-width: 992px) {
  .game .game_controller {
    right: 200px;
  }
}
.game .game_slider {
  max-width: 100vw;
}
.game .swiper-wrapper {
  flex-grow: 1;
}
.game .swiper-slide img {
  animation: purupuru 1s infinite;
}
@keyframes purupuru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(1px, 1px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 1px) rotateZ(0deg);
  }
  75% {
    transform: translate(1px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
.game .game_slider_next,
.game .game_slider_prev {
  flex-shrink: 0;
}
.game .game_slider_next img,
.game .game_slider_prev img {
  width: 12px;
  animation: yoko 1s infinite;
}
@keyframes yoko {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-2px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@media (min-width: 992px) {
  .game .game_slider_next img,
  .game .game_slider_prev img {
    width: 20px;
  }
}
.game .game_slider_next {
  order: -1;
}
.game .game_slider_prev {
  transform: rotate(180deg);
}
.game .bg_back {
  animation: rain 1s infinite;
}
@keyframes rain {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(2px, -10px);
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 0.9;
  }
}
.game .bg_front {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.game .hutari {
  position: absolute;
  width: 37%;
  max-width: 230px;
  bottom: 20%;
  left: -20%;
  will-change: left;
  animation: aruku_loop 100s linear infinite;
}
.game .hutari img {
  will-change: transform;
  animation: aruku 2.5s infinite;
}
@keyframes aruku {
  0% {
    transform: rotateZ(0deg) translate(0px, 0px);
  }
  50% {
    transform: rotateZ(2deg) translate(2px, 3px);
  }
  100% {
    transform: rotateZ(0deg) translate(0px, 0px);
  }
}
@keyframes aruku_loop {
  0% {
    left: -20%;
  }
  50% {
    left: 82%;
  }
  100% {
    left: -20%;
  }
}
.game .curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.game .curtain img {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: initial;
}
.game .curtain_r, .game .curtain_l {
  transition: all 0.5s;
}
.game .curtain_r {
  left: 50%;
}
.game .curtain_l {
  right: 42%;
}
@media (min-width: 992px) {
  .game .curtain_r {
    left: 48%;
  }
  .game .curtain_l {
    right: 46%;
  }
}
.game .curtain.open .curtain_r {
  left: 100%;
}
.game .curtain.open .curtain_l {
  right: 100%;
}
.game .rain {
  background-color: #fff;
}
.game .sun {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.game .sun.active {
  z-index: 1;
}
.game .teru {
  position: absolute;
  width: 36vw;
  max-width: 240px;
  top: 0;
  left: 17%;
  transform-origin: center top;
  animation: teruyure 2s infinite;
}
.game .teru_face {
  position: absolute;
  width: 60%;
  height: auto;
  top: 42%;
  left: 16%;
}
.game .teru_face li {
  position: absolute;
}
@keyframes teruyure {
  0% {
    transform: rotateZ(0deg);
  }
  50% {
    transform: rotateZ(2deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@media (min-width: 992px) {
  .game .teru {
    left: 26%;
  }
}

.present {
  background-color: #FFFAEC;
  background-image: url(../img/bg_present.png);
  background-size: 330px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.present .container {
  max-width: 1000px;
  background-color: #FFFAEC;
  background-image: url(../img/bg_dot_20.png);
  background-size: 50px;
  padding-top: 30px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .present .container {
    padding-top: 70px;
  }
}
.present .container + .container {
  border-top: 1px solid rgba(255, 177, 212, 0.5);
  position: relative;
  text-align: center;
  padding-bottom: 70px;
}
.present .container + .container .opanchu_present {
  position: absolute;
  right: 0;
  top: -108px;
  height: 110px;
}
@media (min-width: 992px) {
  .present .container + .container .opanchu_present {
    top: -160px;
    height: 164px;
  }
}
@media (min-width: 992px) {
  .present .container + .container {
    padding-top: 50px;
    padding-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .present_flex {
    display: flex;
    justify-content: center;
  }
}
.present_limited {
  border-radius: 10px;
  position: relative;
  border: 2px solid #FFB1D4;
  margin-right: 40px;
  margin-left: 40px;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .present_limited {
    margin-bottom: 60px;
    margin-right: 25px;
    margin-left: 25px;
  }
}
.present .present_ttl {
  width: 100%;
  max-width: 680px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.present .present_point {
  position: absolute;
  width: 32%;
  top: -30px;
  left: -30px;
}
.present .present_photo {
  border-radius: inherit;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/0.75;
}
@media (min-width: 992px) {
  .present .present_photo {
    height: 280px;
  }
}
.present .att {
  color: #FF005C;
  white-space: normal;
  display: block;
}
.present .att_box {
  font-size: 14px;
  margin-right: 28px;
  margin-left: 28px;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.5em;
  text-align: center;
}
.present .badge {
  position: absolute;
  bottom: -20px;
  right: -30px;
  background-color: #FFB1D4;
  border-radius: 100%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  font-size: 10px;
  line-height: 1.45em;
  padding: 4px;
}
.present .badge img {
  width: 32px;
  margin-bottom: 5px;
}
.present_txt {
  font-size: 13px;
  line-height: 1.3em;
  font-feature-settings: "palt";
  color: #FF8FD4;
  margin-right: 28px;
  margin-left: 28px;
  margin-bottom: 30px;
}
.present_txt_sub {
  font-family: "Soft Gothic DemiBold";
  color: #9E9E9E;
  font-size: 11px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .present_txt {
    width: -moz-max-content;
    width: max-content;
    font-size: 14px;
    white-space: nowrap;
    background-color: #fff;
    border: 2px solid #FFB1D4;
    border-radius: 16px;
    margin-bottom: 60px;
    margin-top: 50px;
    margin-right: 25px;
    margin-left: 25px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.present .btn_link {
  font-size: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .present .btn_link {
    font-size: 14px;
  }
}
.present .interview_ttl {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.present .interview {
  border-radius: 22px;
  background-color: #FFB1D4;
  border: 5px solid #FFB1D4;
  position: relative;
  margin-right: 30px;
  margin-left: 30px;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .present .interview {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
.present .interview::after {
  position: absolute;
  content: "";
  background-image: url(../img/ico_ribbon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 33px;
  width: 100%;
  top: -22px;
  left: 0;
}
.present .interview:hover {
  opacity: 0.5;
}
.present .interview a {
  display: block;
}
.present .interview img {
  border-radius: 17px;
}

.lineup {
  background-image: url(../img/bg_dot_20.png);
  background-size: 50px;
  line-height: 1.2em;
}
.lineup .container {
  width: calc(100% - 60px);
  margin-right: 30px;
  margin-left: 30px;
}
.lineup .techo-items {
  margin: initial;
  color: #333;
  font: 10px/1.75 "-apple-system", "Helvetica Neue", "Hiragino Kaku Gothic ProN", meiryo, "M+ 1p", sans-serif;
}
.lineup .techo-items[data-category],
.lineup .techo-items[data-group] {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 120px;
}
.lineup .btn-item {
  background-color: #fff;
}
@media (min-width: 992px) {
  .lineup .container {
    margin-right: auto;
    margin-left: auto;
  }
  .lineup .techo-items {
    margin-top: -56px;
    margin-right: auto;
    margin-left: auto;
  }
  .lineup .techo-items[data-category],
  .lineup .techo-items[data-group] {
    width: 960px;
    justify-content: flex-start;
  }
}
.lineup .date {
  color: #F2A6D3;
  font-size: 11px;
  text-align: center;
  margin-bottom: 4px;
}
.lineup .copyright {
  color: #B3B3B3;
  font-size: 10px;
  padding-bottom: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .lineup .copyright {
    padding-bottom: 30px;
  }
}

.footer {
  background-color: #FFB1D4;
  text-align: center;
  color: #FFFAEC;
}
.footer .container {
  position: relative;
}
.footer .container::before {
  content: "";
  position: absolute;
  right: 0;
  top: -90px;
  background-image: url(../img/opanchu_footer.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 0;
  display: block;
  height: 100px;
  width: 100vw;
}
.footer ul {
  list-style: none;
}
.footer_sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  border-bottom: 1px solid #FFFAEC;
  padding-top: 28px;
  padding-bottom: 28px;
}
.footer_sns li:nth-child(1) {
  width: 38px;
}
.footer_sns li:nth-child(2) {
  width: 34px;
}
.footer_sns li:nth-child(3) {
  width: 36px;
}
.footer_hobo img {
  width: 45px;
}
.footer_hobo li {
  border-bottom: 1px solid #FFFAEC;
  width: 100%;
}
.footer_hobo a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
}
.footer .copyright {
  text-align: center;
  font-size: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .footer .container {
    max-width: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .footer .container::before {
    right: 70px;
  }
  .footer_sns {
    border-bottom: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer_hobo {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 30px;
    font-size: 14px;
  }
  .footer_hobo li {
    border-bottom: none;
  }
  .footer .copyright {
    width: 100%;
    font-size: 13px;
    padding-bottom: 30px;
  }
}/*# sourceMappingURL=style.css.map */