@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
.pageContents {
  font-weight: 500;
}
.pageContents small {
  font-weight: 400;
}

.header .band {
  background-color: #008e9c;
}
.header .band > span {
  display: none;
}

.fl_fixed_menu_wrap {
  font-weight: 600;
}

@media (min-width: 768px) {
  .container {
    width: 1030px;
    max-width: 1030px;
  }
  main, footer, .header {
    position: relative;
  }
  .pcnone {
    display: none;
  }
}
@media (max-width: 767.98px) {
  main {
    position: relative;
  }
  .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .anchor_link {
    padding-bottom: 50px;
    margin-top: -50px;
  }
  .spnone {
    display: none;
  }
}
.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.ohanami_main {
  background: #ffffff;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(210, 243, 255) 100%);
  position: relative;
  overflow: hidden;
}
.ohanami_main > .back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ohanami_main > .back > img {
  position: absolute;
  left: 0;
}
.ohanami_main > .back > .cloud {
  position: relative;
  width: 100%;
  height: 100%;
}
.ohanami_main > .back > .cloud > img {
  display: block;
  position: absolute;
}
.ohanami_main > .back > .hanabhira {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ohanami_main > .back > .hanabhira > img {
  display: block;
  width: 100%;
  height: 100%;
}
.ohanami_main > .container {
  position: relative;
  z-index: 2;
  text-align: center;
  height: 100%;
}
.ohanami_main > .container > .text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
}
.ohanami_main > .container > .text h1 {
  margin: 0 auto;
}
.ohanami_main > .container > .text h1 > img {
  display: block;
  margin: 0 auto;
}
.ohanami_main > .container > .text p {
  color: white;
}
.ohanami_main > .container > .text {
  pointer-events: none;
}
.ohanami_main > .container > img, .ohanami_main > .container > picture {
  display: block;
  position: absolute;
  max-width: none;
}
.ohanami_main > .container > img.miki, .ohanami_main > .container > picture.miki {
  pointer-events: none;
}
.ohanami_main > .container > img.warukeru, .ohanami_main > .container > picture.warukeru {
  animation: warukeru_anim 9s infinite;
}
@keyframes warukeru_anim {
  0% {
    transform: translateX(0%);
  }
  20% {
    transform: translateX(-20%);
  }
  40% {
    transform: translateX(-20%);
  }
  60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(0%);
  }
}
.ohanami_main > .container > img.shimaenaga, .ohanami_main > .container > picture.shimaenaga {
  transform: rotate(-21deg);
  animation: shimaenaga_anim 3s ease-in-out infinite;
}
@keyframes shimaenaga_anim {
  0%, 100% {
    transform: translateY(0) rotate(-21deg);
  }
  50% {
    transform: translateY(-15px) rotate(-21deg);
  }
}
.ohanami_main > .container > picture > img {
  display: block;
}
.ohanami_main > .container > div.party {
  position: absolute;
}
.ohanami_main > .container > div.party > img {
  display: block;
  position: absolute;
  max-width: none;
  z-index: 2;
}
.ohanami_main > .container > div.party > img.banikeru {
  z-index: 3;
}
.ohanami_main > .container > div.party > img.mitts {
  animation: mitts_move_pc 3s forwards, mitts_float_pc 1.5s 3s infinite alternate ease-in-out;
}
@keyframes mitts_move_pc {
  0% {
    transform: translateX(20vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes mitts_float_pc {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.ohanami_main > .container > div.party > img.rabikeru {
  z-index: 4;
}
@media (min-width: 768px) {
  .ohanami_main {
    height: 470px;
  }
  .ohanami_main > .back > img {
    top: 255px;
    height: 280px;
  }
  .ohanami_main > .back > .cloud > img:nth-child(1) {
    width: 222px;
    right: calc(50% + 530px);
    top: 140px;
  }
  .ohanami_main > .back > .cloud > img:nth-child(2) {
    width: 160px;
    right: calc(50% + 390px);
    top: -30px;
  }
  .ohanami_main > .back > .cloud > img:nth-child(3) {
    width: 222px;
    left: calc(50% - 170px);
    top: 124px;
  }
  .ohanami_main > .back > .cloud > img:nth-child(4) {
    width: 190px;
    left: calc(50% + 420px);
    top: 155px;
  }
  .ohanami_main > .back > .hanabhira {
    width: 1335px;
    height: 422px;
    left: calc(50% - 650px);
    top: 20px;
  }
  .ohanami_main > .container > .text {
    margin-left: 50px;
    width: 368px;
    padding-bottom: 10px;
    justify-content: center;
  }
  .ohanami_main > .container > .text > p {
    font-size: 18px;
    margin: 50px 0 0;
    line-height: 1.8em;
    letter-spacing: 0.06em;
    text-shadow: #0c6d2d 0 0 8px;
  }
  .ohanami_main > .container > img.sakura, .ohanami_main > .container > picture.sakura {
    z-index: 1;
    width: 738px;
    top: -210px;
    right: -30px;
  }
  .ohanami_main > .container > img.sakura > img, .ohanami_main > .container > picture.sakura > img {
    height: 397.5px;
  }
  .ohanami_main > .container > img.miki, .ohanami_main > .container > picture.miki {
    z-index: 4;
    width: 182px;
    top: -10px;
    right: 245px;
  }
  .ohanami_main > .container > img.miki > img, .ohanami_main > .container > picture.miki > img {
    height: 284.64px;
  }
  .ohanami_main > .container > img.hana, .ohanami_main > .container > picture.hana {
    z-index: 5;
    width: 40px;
    top: 80px;
    right: 220px;
  }
  .ohanami_main > .container > img.warukeru, .ohanami_main > .container > picture.warukeru {
    z-index: 3;
    width: 80px;
    top: 126px;
    right: 320px;
  }
  .ohanami_main > .container > img.shimaenaga, .ohanami_main > .container > picture.shimaenaga {
    z-index: 6;
    width: 90px;
    top: 75px;
    right: 440px;
  }
  .ohanami_main > .container > img.nyankeru, .ohanami_main > .container > picture.nyankeru {
    z-index: 6;
    width: 143px;
    top: 27px;
    right: 75px;
    animation: nyankeru_anim_pc 20s ease-in-out infinite;
  }
  @keyframes nyankeru_anim_pc {
    0% {
      transform: translate(calc(-50vw - 515px - 150px), 120px);
    }
    50% {
      transform: translate(calc(100vw - 1030px + 150px), -20px);
    }
    51% {
      transform: translate(calc(100vw - 1030px + 150px), -20px) scaleX(-1);
    }
    100% {
      transform: translate(calc(-50vw - 515px - 150px), 120px) scaleX(-1);
    }
  }
  .ohanami_main > .container > img.sensei, .ohanami_main > .container > picture.sensei {
    z-index: 6;
    width: 140px;
    top: 145px;
    right: 500px;
    animation: sensei_anim_pc 30s linear infinite;
  }
  @keyframes sensei_anim_pc {
    0% {
      transform: translate(66vw, 40px);
    }
    25% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(-66vw, 40px);
    }
    51% {
      transform: translate(-66vw, 40px) scaleX(-1);
    }
    100% {
      transform: translate(66vw, 40px) scaleX(-1);
    }
  }
  .ohanami_main > .container > img.kids_a, .ohanami_main > .container > picture.kids_a {
    z-index: 6;
    width: 53px;
    top: 215px;
    right: 550px;
  }
  .ohanami_main > .container > img.kids_b, .ohanami_main > .container > picture.kids_b {
    z-index: 6;
    width: 49px;
    top: 200px;
    right: 605px;
  }
  .ohanami_main > .container > img.party, .ohanami_main > .container > picture.party {
    z-index: 6;
    width: 557px;
    top: 165px;
    right: 50px;
  }
  .ohanami_main > .container > img.sheet, .ohanami_main > .container > picture.sheet {
    z-index: 1;
    width: 557px;
    top: 301px;
    right: 50px;
  }
  .ohanami_main > .container > div.party {
    z-index: 10;
    width: 557px;
    top: 165px;
    right: 50px;
  }
  .ohanami_main > .container > div.party > img.banikeru {
    width: 107px;
    top: 0;
    right: 96px;
  }
  .ohanami_main > .container > div.party > img.mitts {
    width: 92px;
    top: 39px;
    right: 17px;
  }
  .ohanami_main > .container > div.party > img.penta {
    width: 111px;
    top: 132px;
    left: 13px;
  }
  .ohanami_main > .container > div.party > img.rabikeru {
    width: 106px;
    top: 119px;
    right: 20px;
    transform: translateX(calc(50vw - 200px));
    animation: rabikeru_anim 2.5s linear forwards;
  }
  @keyframes rabikeru_anim {
    from {
      transform: translateX(calc(50vw - 200px));
    }
    to {
      transform: translateX(0);
    }
  }
  .ohanami_main > .container > div.party > img.wankeru {
    width: 136px;
    top: 72px;
    left: 116px;
  }
  .ohanami_main > .container > div.party > img.wankeruko {
    width: 104px;
    top: 63px;
    left: 269px;
  }
  .ohanami_main > .container > div.party > img.bavarois {
    width: 80px;
    top: 218px;
    left: 175px;
  }
  .ohanami_main > .container > div.party > img.mousse {
    width: 78px;
    top: 218px;
    left: 268px;
  }
  .ohanami_main > .container > div.party > img.pudding {
    width: 58px;
    top: 203px;
    left: 358px;
  }
}
@media (max-width: 767.98px) {
  .ohanami_main {
    height: 675px;
  }
  .ohanami_main > .back > img {
    top: 415px;
    height: 272px;
  }
  .ohanami_main > .back > .cloud > img:nth-child(1) {
    width: 159px;
    right: calc(50% + 67px);
    top: 64px;
  }
  .ohanami_main > .back > .cloud > img:nth-child(2) {
    width: 114px;
    left: calc(50% - 5px);
    top: 6px;
  }
  .ohanami_main > .back > .cloud > img:nth-child(3) {
    width: 136px;
    left: calc(50% + 81px);
    top: 91px;
  }
  .ohanami_main > .back > .cloud > img:nth-child(4) {
    display: none;
  }
  .ohanami_main > .back > .hanabhira {
    width: 350px;
    height: 440px;
    left: calc(50% - 175px);
    top: 35px;
  }
  .ohanami_main > .container {
    max-width: none;
    width: 100%;
    padding: 0;
  }
  .ohanami_main > .container > .text {
    padding: 10px 0 0;
    z-index: 2;
  }
  .ohanami_main > .container > .text > h1 {
    width: 316px;
  }
  .ohanami_main > .container > .text > p {
    font-size: 15px;
    margin: 5px 0 0;
    text-shadow: #a85987 0 0 10px;
    line-height: 1.6em;
  }
  .ohanami_main > .container > img.sakura, .ohanami_main > .container > picture.sakura {
    z-index: 1;
    width: 524px;
    top: 110px;
    left: calc(50% - 262px);
  }
  .ohanami_main > .container > img.miki, .ohanami_main > .container > picture.miki {
    z-index: 4;
    width: 135px;
    top: 264px;
    left: calc(50% - 67px);
  }
  .ohanami_main > .container > img.hana, .ohanami_main > .container > picture.hana {
    z-index: 5;
    width: 30px;
    top: 295px;
    left: calc(50% + 50px);
  }
  .ohanami_main > .container > img.warukeru, .ohanami_main > .container > picture.warukeru {
    z-index: 3;
    width: 57px;
    top: 362px;
    left: calc(50% - 46px);
  }
  .ohanami_main > .container > img.shimaenaga, .ohanami_main > .container > picture.shimaenaga {
    z-index: 5;
    width: 63px;
    top: 270px;
    left: calc(50% - 135px);
  }
  .ohanami_main > .container > img.nyankeru, .ohanami_main > .container > picture.nyankeru {
    z-index: 5;
    width: 102px;
    top: 295px;
    left: calc(50% + 65px);
    animation: nyankeru_anim_sp 10s ease-in-out infinite;
  }
  @keyframes nyankeru_anim_sp {
    0% {
      transform: translate(-100vw, 50px);
    }
    50% {
      transform: translate(50vw, -50px);
    }
    51% {
      transform: translate(50vw, -50px) scaleX(-1);
    }
    100% {
      transform: translate(-100vw, 50px) scaleX(-1);
    }
  }
  .ohanami_main > .container > img.sensei, .ohanami_main > .container > picture.sensei {
    z-index: 2;
    width: 100px;
    top: 348px;
    left: calc(50% - 0px);
    animation: sensei_anim_pc 30s linear infinite;
  }
  @keyframes sensei_anim_pc {
    0% {
      transform: translate(66vw, 40px);
    }
    25% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(-80vw, 40px);
    }
    51% {
      transform: translate(-80vw, 40px) scaleX(-1);
    }
    75% {
      transform: translate(0, 0) scaleX(-1);
    }
    100% {
      transform: translate(66vw, 40px) scaleX(-1);
    }
  }
  .ohanami_main > .container > img.kids_a, .ohanami_main > .container > picture.kids_a {
    z-index: 2;
    width: 38px;
    top: 405px;
    left: calc(50% - 138px);
  }
  .ohanami_main > .container > img.kids_b, .ohanami_main > .container > picture.kids_b {
    z-index: 2;
    width: 36px;
    top: 397px;
    left: calc(50% - 177px);
  }
  .ohanami_main > .container > img.party, .ohanami_main > .container > picture.party {
    z-index: 6;
    width: 398px;
    top: 393px;
    left: calc(50% - 199px);
  }
  .ohanami_main > .container > img.sheet, .ohanami_main > .container > picture.sheet {
    z-index: 1;
    width: 398px;
    top: 491px;
    left: calc(50% - 199px);
  }
  .ohanami_main > .container > div.party {
    z-index: 10;
    width: 398px;
    top: 393px;
    left: calc(50% - 199px);
  }
  .ohanami_main > .container > div.party > img.banikeru {
    width: 78px;
    top: 0;
    right: 65px;
  }
  .ohanami_main > .container > div.party > img.mitts {
    width: 65px;
    top: 12px;
    right: 14px;
  }
  .ohanami_main > .container > div.party > img.penta {
    width: 78px;
    top: 96px;
    left: 10px;
  }
  .ohanami_main > .container > div.party > img.rabikeru {
    width: 79px;
    top: 86px;
    right: 12px;
    transform: translateX(33vw);
    animation: rabikeru_anim 2.5s linear forwards;
  }
  @keyframes rabikeru_anim {
    from {
      transform: translateX(33vw);
    }
    to {
      transform: translateX(0);
    }
  }
  .ohanami_main > .container > div.party > img.wankeru {
    width: 94px;
    top: 54px;
    left: 84px;
  }
  .ohanami_main > .container > div.party > img.wankeruko {
    width: 74px;
    top: 46px;
    left: 193px;
  }
  .ohanami_main > .container > div.party > img.bavarois {
    width: 58px;
    top: 154px;
    left: 125px;
  }
  .ohanami_main > .container > div.party > img.mousse {
    width: 56px;
    top: 157px;
    left: 192px;
  }
  .ohanami_main > .container > div.party > img.pudding {
    width: 40px;
    top: 146px;
    left: 257px;
  }
}

.choice_container {
  position: relative;
  z-index: 10;
  text-align: center;
  color: #666666; /*height: 100vh;*/
}
.choice_container > .back {
  background: url(../images/choice/back.svg) repeat center top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 120px;
}
.choice_container > .back::before, .choice_container > .back::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
}
.choice_container > .back::before {
  bottom: 100%;
  background: url(../images/choice/back.svg) repeat center bottom;
  -webkit-mask: url(../images/wave.svg) repeat-x center top/78px 20px;
          mask: url(../images/wave.svg) repeat-x center top/78px 20px;
  background-size: 120px;
  height: 20px;
}
.choice_container > .back::after {
  bottom: 0;
  height: 33.33%;
  background: #ffffff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.8) 33%, rgba(255, 255, 255, 0) 100%);
}
.choice_container > .container {
  position: relative;
  z-index: 2; /*height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column;*/
}
.choice_container > .container > .choice_lead {
  position: relative;
  filter: drop-shadow(0 7px 8px #ffabd4);
  pointer-events: none;
  z-index: 5;
}
.choice_container > .container > .choice_box {
  border-style: solid;
  border-color: #a8e587;
  background: #FFF8A3;
  background: linear-gradient(0deg, rgb(255, 248, 163) 0%, rgb(255, 255, 255) 100%);
  margin: 0 auto;
}
.choice_container > .container > .choice_end {
  filter: drop-shadow(0 7px 7px #666);
  position: relative;
  z-index: 5;
  pointer-events: none;
}
.choice_container > .container > .choice_end > div {
  background-color: #fff072;
  clip-path: polygon(100% 0%, 97% 50%, 100% 100%, 0 100%, 3% 50%, 0 0);
}
.choice_container > .container > .choice_end > div > p {
  border-top-color: white;
  border-top-style: solid;
  border-bottom-color: white;
  border-bottom-style: solid;
  font-weight: bold;
}
.choice_container > .container > .choice_end > div > p > span {
  color: #ff63b7;
}
.choice_container > .container > .choice_end::before, .choice_container > .container > .choice_end::after {
  content: "";
  background-color: #ebdb57;
  position: absolute;
  bottom: 100%;
}
.choice_container > .container > .choice_end::before {
  left: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.choice_container > .container > .choice_end::after {
  right: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media (min-width: 768px) {
  .choice_container > .container {
    padding-bottom: 50px;
  }
  .choice_container > .container > .choice_lead {
    width: 402px;
    margin: 0 auto -20px;
    transform: translateY(-30px);
  }
  .choice_container > .container > .choice_box {
    width: 446px;
    border-width: 9px;
    border-radius: 40px 40px 0 0;
  }
  .choice_container > .container > .choice_box > .swiper {
    margin-top: -30px;
  }
  .choice_container > .container > .choice_box > .swiper > .swiper-wrapper > .swiper-slide > .type_btn > img {
    display: block;
    height: 300px;
    width: auto;
  }
  .choice_container > .container > .choice_end {
    width: 494px;
    margin: -25px auto 0;
  }
  .choice_container > .container > .choice_end > div {
    padding: 4px 0;
  }
  .choice_container > .container > .choice_end > div > p {
    border-top-width: 4px;
    border-bottom-width: 4px;
    line-height: 42px;
    font-size: 20px;
  }
  .choice_container > .container > .choice_end::before, .choice_container > .container > .choice_end::after {
    width: 24px;
    height: 16px;
  }
}
@media (max-width: 767.98px) {
  .choice_container > .container {
    padding-bottom: 50px;
  }
  .choice_container > .container > .choice_lead {
    max-width: 350px;
    margin: 0 auto -60px;
    transform: translateY(-70px);
  }
  .choice_container > .container > .choice_box {
    width: 280px;
    border-width: 4px;
    border-radius: 20px 20px 0 0;
  }
  .choice_container > .container > .choice_box > .swiper {
    margin-top: -30px;
  }
  .choice_container > .container > .choice_box > .swiper > .swiper-wrapper > .swiper-slide > .type_btn > img {
    display: block;
    height: 220px;
    width: auto;
  }
  .choice_container > .container > .choice_end {
    width: 320px;
    margin: -17px auto 0;
  }
  .choice_container > .container > .choice_end > div {
    padding: 3px 0;
  }
  .choice_container > .container > .choice_end > div > p {
    border-top-width: 2px;
    border-bottom-width: 2px;
    line-height: 35px;
    font-size: 15px;
  }
  .choice_container > .container > .choice_end::before, .choice_container > .container > .choice_end::after {
    width: 20px;
    height: 13px;
  }
}

.kekka_container {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  background-color: lightblue;
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 100;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: repeat;
  background-position: left top;
  background-size: 540px;
  overflow: hidden;
}
.kekka_container > div > .k_lead {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kekka_container > div > .k_info {
  display: flex;
  justify-content: center;
  font-weight: bold;
  text-align: center;
}
.kekka_container > div > .k_info::before, .kekka_container > div > .k_info::after {
  content: "｜";
  content: none;
}
.kekka_container > div > .k_info::before {
  transform: rotate(-15deg) scale(2, 1.25);
  margin-right: 0.25em;
}
.kekka_container > div > .k_info::after {
  transform: rotate(15deg) scale(2, 1.25);
  margin-left: 0.25em;
}
.kekka_container > div > .k_img {
  position: relative;
}
.kekka_container > div > .k_img > figure {
  background: url(../images/kekka/back.avif) no-repeat center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.kekka_container.type01 {
  background-image: url(../images/type01/back.png);
}
.kekka_container.type01 > div > .k_img > figure {
  filter: drop-shadow(0 7px 7px rgba(45, 3, 80, 0.4));
}
.kekka_container.type01 > div > .k_info {
  color: #ad7ed3;
}
.kekka_container.type02 {
  background-image: url(../images/type02/back.png);
}
.kekka_container.type02 > div > .k_img > figure {
  filter: drop-shadow(0 7px 7px rgba(104, 4, 4, 0.4));
}
.kekka_container.type02 > div > .k_info {
  color: #ff5253;
}
.kekka_container.type03 {
  background-image: url(../images/type03/back.png);
}
.kekka_container.type03 > div > .k_img > figure {
  filter: drop-shadow(0 7px 7px rgba(113, 36, 36, 0.4));
}
.kekka_container.type03 > div > .k_info {
  color: #fe5ba0;
}
.kekka_container.type04 {
  background-image: url(../images/type04/back.png);
}
.kekka_container.type04 > div > .k_img > figure {
  filter: drop-shadow(0 7px 7px rgba(93, 74, 1, 0.4));
}
.kekka_container.type04 > div > .k_info {
  color: #dbaf00;
}
.kekka_container.type05 {
  background-image: url(../images/type05/back.png);
}
.kekka_container.type05 > div > .k_img > figure {
  filter: drop-shadow(0 7px 7px rgba(26, 63, 2, 0.4));
}
.kekka_container.type05 > div > .k_info {
  color: #4eac13;
}
.kekka_container.type06 {
  background-image: url(../images/type06/back.png);
}
.kekka_container.type06 > div > .k_img > figure {
  filter: drop-shadow(0 7px 7px rgba(1, 65, 34, 0.4));
}
.kekka_container.type06 > div > .k_info {
  color: #03a455;
}
.kekka_container.type07 {
  background-image: url(../images/type07/back.png);
}
.kekka_container.type07 > div > .k_img > figure {
  filter: drop-shadow(0 7px 7px rgba(2, 61, 98, 0.4));
}
.kekka_container.type07 > div > .k_info {
  color: #119cf2;
}
.kekka_container.type08 {
  background-image: url(../images/type08/back.png);
}
.kekka_container.type08 > div > .k_img > figure {
  filter: drop-shadow(0 7px 7px rgba(73, 32, 3, 0.4));
}
.kekka_container.type08 > div > .k_info {
  color: #f67c26;
}
.kekka_container.type09 {
  background-image: url(../images/type09/back.png);
}
.kekka_container.type09 > div > .k_img > figure {
  filter: drop-shadow(0 7px 7px rgba(52, 66, 3, 0.4));
}
.kekka_container.type09 > div > .k_info {
  color: #6a7054;
}
@media (min-width: 768px) {
  .kekka_container > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 880px;
  }
  .kekka_container > div > .k_lead {
    font-size: 25px;
  }
  .kekka_container > div > .k_lead > img {
    height: 44px;
  }
  .kekka_container > div > .k_info {
    font-size: 19px;
    margin: 0 0 0 0.5em;
  }
  .kekka_container > div > .k_img {
    width: 480px;
    margin: 20px 200px 0;
  }
  .kekka_container > div > .k_img > figure {
    width: 480px;
    height: 434px;
  }
  .kekka_container > div > .k_img > figure > img {
    width: 272px;
  }
  .kekka_container > div > .k_img > .icon {
    background: url(../images/choice/icon.svg) no-repeat center;
    background-size: contain;
    aspect-ratio: 100/90.5;
    display: block;
    position: absolute;
  }
  .kekka_container > div > .k_img > .icon.i01 {
    width: 134px;
    left: calc(50% - 290px);
    top: 310px;
  }
  .kekka_container > div > .k_img > .icon.i02 {
    width: 84px;
    left: calc(50% - 350px);
    top: 50px;
  }
  .kekka_container > div > .k_img > .icon.i03 {
    width: 84px;
    left: calc(50% + 250px);
    top: 290px;
  }
  .kekka_container > .side {
    position: absolute;
    width: 135px;
    height: 100%;
    top: 0;
    background: url(../images/side.avif) no-repeat center;
    background-size: contain;
  }
  .kekka_container > .side::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .kekka_container > .side.left {
    right: calc(50% + 540px);
  }
  .kekka_container > .side.right {
    left: calc(50% + 540px);
    transform: scale(-1, 1);
  }
  .kekka_container.type01 > .side::after {
    background-image: url(../images/type01/side.avif);
  }
  .kekka_container.type02 > .side::after {
    background-image: url(../images/type02/side.avif);
  }
  .kekka_container.type03 > .side::after {
    background-image: url(../images/type03/side.avif);
  }
  .kekka_container.type04 > .side::after {
    background-image: url(../images/type04/side.avif);
  }
  .kekka_container.type05 > .side::after {
    background-image: url(../images/type05/side.avif);
  }
  .kekka_container.type06 > .side::after {
    background-image: url(../images/type06/side.avif);
  }
  .kekka_container.type07 > .side::after {
    background-image: url(../images/type07/side.avif);
  }
  .kekka_container.type08 > .side::after {
    background-image: url(../images/type08/side.avif);
  }
  .kekka_container.type08 > .side.right::after {
    background-image: url(../images/type08/side_ri.avif);
  }
  .kekka_container.type09 > .side::after {
    background-image: url(../images/type09/side.avif);
  }
}
@media (max-width: 767.98px) {
  .kekka_container > div {
    width: 100%;
  }
  .kekka_container > div > .k_lead {
    font-size: 25px;
  }
  .kekka_container > div > .k_lead > img {
    height: 40px;
  }
  .kekka_container > div > .k_info {
    font-size: 17px;
    margin: 1em auto 0;
  }
  .kekka_container > div > .k_img {
    max-width: 334px;
    margin: 20px auto 0;
  }
  .kekka_container > div > .k_img > figure {
    width: 100%;
    aspect-ratio: 100/90.4166;
  }
  .kekka_container > div > .k_img > figure > img {
    width: 212px;
  }
  .kekka_container > div > .k_img > .icon {
    position: absolute;
    width: 356px;
    height: 125px;
    left: calc(50% - 178px);
    background: url(../images/choice/sp.svg) no-repeat center;
    background-size: contain;
  }
  .kekka_container > div > .k_img > .icon.i01 {
    top: -50px;
  }
  .kekka_container > div > .k_img > .icon.i02 {
    bottom: -40px;
  }
  .kekka_container > div > .k_img > .icon.i03 {
    display: none;
  }
  .kekka_container > .side {
    display: none;
  }
  .kekka_container.type04 > div > .k_info::before, .kekka_container.type04 > div > .k_info::after, .kekka_container.type05 > div > .k_info::before, .kekka_container.type05 > div > .k_info::after, .kekka_container.type06 > div > .k_info::before, .kekka_container.type06 > div > .k_info::after, .kekka_container.type07 > div > .k_info::before, .kekka_container.type07 > div > .k_info::after, .kekka_container.type08 > div > .k_info::before, .kekka_container.type08 > div > .k_info::after {
    transform-origin: center 7%;
  }
  .kekka_container.type04 > div > .k_info::before, .kekka_container.type05 > div > .k_info::before, .kekka_container.type06 > div > .k_info::before, .kekka_container.type07 > div > .k_info::before, .kekka_container.type08 > div > .k_info::before {
    transform: rotate(-15deg) scale(2, 1.25) scaleY(2);
    margin-right: 1em;
  }
  .kekka_container.type04 > div > .k_info::after, .kekka_container.type05 > div > .k_info::after, .kekka_container.type06 > div > .k_info::after, .kekka_container.type07 > div > .k_info::after, .kekka_container.type08 > div > .k_info::after {
    transform: rotate(15deg) scale(2, 1.25) scaleY(2);
    margin-left: 1em;
  }
}

.osusume_item_container {
  color: #666666;
  text-align: center;
  position: relative;
}
.osusume_item_container > .back {
  background-color: lightblue;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-position: left top;
  background-size: 540px;
}
.osusume_item_container > .back::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 100%;
  background-color: lightblue;
  -webkit-mask: url(../images/wave.svg) repeat-x center top/78px 20px;
          mask: url(../images/wave.svg) repeat-x center top/78px 20px;
  background-size: 120px;
  height: 20px;
  background-position: left bottom;
  background-size: 540px;
}
.osusume_item_container > .container {
  position: relative;
  z-index: 2;
}
.osusume_item_container > .container > .item_img {
  margin: 0 auto;
  position: relative;
}
.osusume_item_container > .container > .item_img > dt {
  color: #ff63b7;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  position: relative;
  z-index: 4;
}
.osusume_item_container > .container > .item_img > dd {
  margin: 0;
  position: relative;
  z-index: 3;
}
.osusume_item_container > .container > .item_img > dd > div {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.osusume_item_container > .container > .item_img > dd > div > p {
  filter: drop-shadow(0 8px 8px #999);
}
.osusume_item_container > .container > .item_img > dd > div > p > strong {
  background-color: #ff639e;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(100% 0%, 97% 50%, 100% 100%, 0 100%, 3% 50%, 0 0);
  color: white;
  line-height: 1.4em;
  padding: 0.73em 1em;
  font-weight: 500;
}
.osusume_item_container > .container > .item_img > dd > div > a {
  display: block;
}
.osusume_item_container > .container > .item_img > dd > div::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/fukidashi/bottom.svg) no-repeat center top;
  background-size: contain;
  top: calc(100% - 1px);
}
.osusume_item_container > .container > .item_lead {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.osusume_item_container > .container > .item_lead > p {
  color: #ff63b7;
  text-decoration: underline;
  text-decoration-color: white;
  text-decoration-thickness: 1em;
  text-underline-offset: -0.9em;
  line-height: 1.6em;
  margin: 0;
  -webkit-text-decoration-skip: none;
  position: relative;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.osusume_item_container > .container > .item_lead > p::before, .osusume_item_container > .container > .item_lead > p::after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.osusume_item_container > .container > .item_lead > p::before {
  background-image: url(../images/kekka/left.svg);
}
.osusume_item_container > .container > .item_lead > p::after {
  background-image: url(../images/kekka/right.svg);
}
.osusume_item_container > .container > .item_serif {
  display: flex;
  align-items: center;
  justify-content: center;
}
.osusume_item_container > .container > .item_serif > p {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: relative;
}
.osusume_item_container > .container > .item_serif > p::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/fukidashi/bottom.svg) no-repeat center top;
  background-size: contain;
  top: calc(100% - 1px);
}
.osusume_item_container > .container > .item_info {
  background-color: white;
  margin: 0 auto;
  position: relative;
}
.osusume_item_container > .container > .item_info > .kao {
  position: absolute;
  aspect-ratio: 100/74.36;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.osusume_item_container > .container > .item_info > .kao > img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.osusume_item_container > .container > .item_info > .text {
  position: relative;
  z-index: 5;
}
.osusume_item_container > .container > .item_info > .text > p > a, .osusume_item_container > .container > .item_info > .text > p > strong {
  color: #ff63b7;
  font-weight: 500;
}
.osusume_item_container > .container > .item_info > .text > p > a:hover {
  opacity: 0.75;
}
.osusume_item_container > .container > .item_info > .text > p sup {
  font-size: 0.5em;
}
.osusume_item_container > .container > .item_info > .text > p small {
  font-size: 0.65em;
}
.osusume_item_container > .container > .item_info > .text.type05 > p > strong {
  color: #666666;
  font-weight: 700;
}
.osusume_item_container > .container > .item_info > .img > div {
  width: 100%;
  aspect-ratio: 300/288;
  display: flex;
  align-items: center;
  justify-content: center;
}
.osusume_item_container > .container > .item_info > .img > div > img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.osusume_item_container > .container > .item_info > .shousai {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.osusume_item_container > .container > .item_info > .shousai > a {
  background: url(../images/kekka/link.svg) repeat center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5em;
  position: relative;
}
.osusume_item_container > .container > .item_info > .shousai > a::after {
  content: "　";
  background: url(../images/kekka/arrow.svg) no-repeat center;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.75em);
}
.osusume_item_container > .container > .item_info > .character {
  background-image: url(../images/gokou.avif);
  background-repeat: no-repeat;
}
.osusume_item_container > .container > .item_info > .character > img {
  display: block;
  margin: 0 auto;
}
.osusume_item_container.type01 > .back, .osusume_item_container.type01 > .back::after {
  background-image: url(../images/type01/back.png);
}
.osusume_item_container.type01 > .container > .item_serif > p {
  filter: drop-shadow(0 7px 7px rgba(255, 171, 212, 0.6));
}
.osusume_item_container.type02 > .back, .osusume_item_container.type02 > .back::after {
  background-image: url(../images/type02/back.png);
}
.osusume_item_container.type02 > .container > .item_serif > p {
  filter: drop-shadow(0 7px 7px rgba(104, 4, 4, 0.6));
}
.osusume_item_container.type03 > .back, .osusume_item_container.type03 > .back::after {
  background-image: url(../images/type03/back.png);
}
.osusume_item_container.type03 > .container > .item_serif > p {
  filter: drop-shadow(0 7px 7px rgba(113, 36, 36, 0.6));
}
.osusume_item_container.type04 > .back, .osusume_item_container.type04 > .back::after {
  background-image: url(../images/type04/back.png);
}
.osusume_item_container.type04 > .container > .item_serif > p {
  filter: drop-shadow(0 7px 7px rgba(93, 74, 1, 0.6));
}
.osusume_item_container.type05 > .back, .osusume_item_container.type05 > .back::after {
  background-image: url(../images/type05/back.png);
}
.osusume_item_container.type05 > .container > .item_serif > p {
  filter: drop-shadow(0 7px 7px rgba(26, 63, 2, 0.6));
}
.osusume_item_container.type06 > .back, .osusume_item_container.type06 > .back::after {
  background-image: url(../images/type06/back.png);
}
.osusume_item_container.type06 > .container > .item_serif > p {
  filter: drop-shadow(0 7px 7px rgba(1, 65, 34, 0.6));
}
.osusume_item_container.type07 > .back, .osusume_item_container.type07 > .back::after {
  background-image: url(../images/type07/back.png);
}
.osusume_item_container.type07 > .container > .item_serif > p {
  filter: drop-shadow(0 7px 7px rgba(2, 61, 98, 0.6));
}
.osusume_item_container.type08 > .back, .osusume_item_container.type08 > .back::after {
  background-image: url(../images/type08/back.png);
}
.osusume_item_container.type08 > .container > .item_serif > p {
  filter: drop-shadow(0 7px 7px rgba(73, 32, 3, 0.6));
}
.osusume_item_container.type09 > .back, .osusume_item_container.type09 > .back::after {
  background-image: url(../images/type09/back.png);
}
.osusume_item_container.type09 > .container > .item_serif > p {
  filter: drop-shadow(0 7px 7px rgba(52, 66, 3, 0.6));
}
.osusume_item_container.type09 > .container > .item_info > .text > p > small {
  display: block;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .osusume_item_container > .container {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .osusume_item_container > .container > .item_img {
    width: 586px;
  }
  .osusume_item_container > .container > .item_img > dt {
    font-size: 27px;
  }
  .osusume_item_container > .container > .item_img > dd {
    margin: 47px auto 0;
  }
  .osusume_item_container > .container > .item_img > dd > div {
    border-radius: 40px;
    padding-bottom: 20px;
  }
  .osusume_item_container > .container > .item_img > dd > div > p {
    font-size: 23px;
    margin: -32px auto 20px;
  }
  .osusume_item_container > .container > .item_img > dd > div > a {
    width: 344px;
  }
  .osusume_item_container > .container > .item_img > dd > div::after {
    width: 45px;
    height: 16px;
    left: calc(50% - 22.5px);
  }
  .osusume_item_container > .container > .item_img::before, .osusume_item_container > .container > .item_img::after {
    content: "";
    position: absolute;
    display: block;
    background: url(../images/kekka/sakura.svg) no-repeat center;
    background-size: contain;
    width: 247px;
    height: 247px;
    z-index: 1;
    bottom: -20px;
  }
  .osusume_item_container > .container > .item_img::before {
    left: calc(50% - 415px);
  }
  .osusume_item_container > .container > .item_img::after {
    right: calc(50% - 415px);
  }
  .osusume_item_container > .container > .item_lead {
    font-size: 26px;
    margin: 50px auto 40px;
  }
  .osusume_item_container > .container > .item_lead > p::before, .osusume_item_container > .container > .item_lead > p::after {
    height: 144px;
    top: calc(50% - 72px);
    width: 64px;
  }
  .osusume_item_container > .container > .item_lead > p::before {
    right: calc(100% + 10px);
  }
  .osusume_item_container > .container > .item_lead > p::after {
    left: calc(100% + 10px);
  }
  .osusume_item_container > .container > .item_serif {
    margin: 0 auto 150px;
  }
  .osusume_item_container > .container > .item_serif > p {
    height: 96px;
    border-radius: 48px;
    padding: 0 40px;
    font-size: 20px;
  }
  .osusume_item_container > .container > .item_serif > p::after {
    width: 45px;
    height: 16px;
    left: calc(50% + 22.5px);
  }
  .osusume_item_container > .container > .item_info {
    width: 800px;
    font-size: 20px;
    padding: 60px 0 220px;
    border-radius: 40px;
  }
  .osusume_item_container > .container > .item_info::before {
    content: "";
    position: absolute;
    width: 32px;
    height: 34px;
    background: url(../images/hanabira.svg) no-repeat center;
    background-size: contain;
    left: 95px;
    top: -10px;
  }
  .osusume_item_container > .container > .item_info > .kao {
    width: 190px;
    left: calc(50% - 95px);
    top: -110px;
  }
  .osusume_item_container > .container > .item_info > .text {
    width: 490px;
  }
  .osusume_item_container > .container > .item_info > .text.no1::after {
    content: "";
    display: block;
    height: 26px;
    background: url(../images/sakura.svg) no-repeat center/auto 26px;
    margin: 20px auto;
  }
  .osusume_item_container > .container > .item_info > .text.type05 {
    position: absolute;
    width: 260px;
    font-size: 13px;
    right: 30px;
    top: 350px;
    text-align: left;
    text-shadow: 1px 1px 2px white;
  }
  .osusume_item_container > .container > .item_info > .img {
    position: absolute;
    width: 300px;
    right: 55px;
    top: 30px;
    z-index: 2;
  }
  .osusume_item_container > .container > .item_info > .img::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 31px;
    background: url(../images/hanabira.svg) no-repeat center;
    background-size: contain;
    right: -10px;
    top: 10px;
  }
  .osusume_item_container > .container > .item_info > .shousai {
    height: 72px;
    bottom: -36px;
    width: 100%;
  }
  .osusume_item_container > .container > .item_info > .shousai > a {
    width: 440px;
    height: 72px;
    border-radius: 36px;
  }
  .osusume_item_container > .container > .item_info > .character {
    background-size: 120%;
    background-position: center 35%;
    border-radius: 0 0 40px 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .osusume_item_container > .container > .item_info > .character > img {
    width: 200px;
  }
  .osusume_item_container > .container > .item_info > .character::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/hanabira.svg) no-repeat 120px 90px/28px, url(../images/hanabira.svg) no-repeat 580px 60px/19px;
  }
  .osusume_item_container > .side {
    position: absolute;
    width: 135px;
    height: 100%;
    top: 0;
    background: url(../images/side.avif) repeat-y center top;
    background-size: contain;
  }
  .osusume_item_container > .side::after {
    position: absolute;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat-y;
    background-position: center top;
    background-size: contain;
  }
  .osusume_item_container > .side.left {
    right: calc(50% + 540px);
  }
  .osusume_item_container > .side.right {
    left: calc(50% + 540px);
    transform: scale(-1, 1);
  }
  .osusume_item_container.type01 > .side::after {
    background-image: url(../images/type01/side.avif);
  }
  .osusume_item_container.type02 > .side::after {
    background-image: url(../images/type02/side.avif);
  }
  .osusume_item_container.type03 > .side::after {
    background-image: url(../images/type03/side.avif);
  }
  .osusume_item_container.type04 > .side::after {
    background-image: url(../images/type04/side.avif);
  }
  .osusume_item_container.type05 > .side::after {
    background-image: url(../images/type05/side.avif);
  }
  .osusume_item_container.type06 > .side::after {
    background-image: url(../images/type06/side.avif);
  }
  .osusume_item_container.type07 > .side::after {
    background-image: url(../images/type07/side.avif);
  }
  .osusume_item_container.type08 > .side::after {
    background-image: url(../images/type08/side.avif);
  }
  .osusume_item_container.type08 > .side.right::after {
    background-image: url(../images/type08/side_ri.avif);
  }
  .osusume_item_container.type09 > .side::after {
    background-image: url(../images/type09/side.avif);
  }
}
@media (max-width: 767.98px) {
  .osusume_item_container > .container {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .osusume_item_container > .container > .item_img {
    max-width: 326px;
  }
  .osusume_item_container > .container > .item_img > dt {
    font-size: 21px;
  }
  .osusume_item_container > .container > .item_img > dd {
    margin: 47px auto 0;
  }
  .osusume_item_container > .container > .item_img > dd > div {
    border-radius: 20px;
    padding-bottom: 15px;
  }
  .osusume_item_container > .container > .item_img > dd > div > p {
    font-size: 20px;
    margin: -32px auto 20px;
    min-width: 270px;
    width: auto;
  }
  .osusume_item_container > .container > .item_img > dd > div > a {
    width: calc(100% - 20px);
  }
  .osusume_item_container > .container > .item_img > dd > div::after {
    width: 45px;
    height: 15px;
    left: calc(50% - 22.5px);
  }
  .osusume_item_container > .container > .item_lead {
    font-size: 22px;
    margin: 50px auto 40px;
  }
  .osusume_item_container > .container > .item_lead > p::before, .osusume_item_container > .container > .item_lead > p::after {
    height: 120px;
    top: calc(50% - 60px);
    width: 54px;
  }
  .osusume_item_container > .container > .item_lead > p::before {
    right: calc(100% + 8px);
  }
  .osusume_item_container > .container > .item_lead > p::after {
    left: calc(100% + 8px);
  }
  .osusume_item_container > .container > .item_serif {
    margin: 0 auto 80px;
  }
  .osusume_item_container > .container > .item_serif > p {
    min-height: 80px;
    border-radius: 140px;
    width: 100%;
    padding: 16px 10px;
    font-size: 17px;
  }
  .osusume_item_container > .container > .item_serif > p::after {
    width: 45px;
    height: 16px;
    left: calc(50% + 22.5px);
  }
  .osusume_item_container > .container > .item_info {
    max-width: 326px;
    font-size: 17px;
    padding: 35px 0 0;
    border-radius: 20px;
    flex-direction: column;
  }
  .osusume_item_container > .container > .item_info::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 27px;
    background: url(../images/hanabira.svg) no-repeat center;
    background-size: contain;
    left: calc(50% + 100px);
    top: -10px;
  }
  .osusume_item_container > .container > .item_info > .kao {
    width: 120px;
    left: calc(50% - 60px);
    top: -70px;
  }
  .osusume_item_container > .container > .item_info > .text {
    font-size: clamp(13px, 4vw, 17px);
    display: flex;
    justify-content: center;
  }
  .osusume_item_container > .container > .item_info > .text.no2 > p {
    position: relative;
  }
  .osusume_item_container > .container > .item_info > .text.no2 > p::before, .osusume_item_container > .container > .item_info > .text.no2 > p::after {
    content: "";
    width: 2px;
    height: calc(100% - 16px);
    top: 8px;
    background-color: #ff63b7;
    display: block;
    position: absolute;
  }
  .osusume_item_container > .container > .item_info > .text.no2 > p::before {
    right: calc(100% + 1.25em);
    transform: rotate(-15deg);
  }
  .osusume_item_container > .container > .item_info > .text.no2 > p::after {
    left: calc(100% + 1.25em);
    transform: rotate(15deg);
  }
  .osusume_item_container > .container > .item_info > .text.type05 {
    font-size: clamp(10px, 3.5vw, 12px);
    text-align: left;
    padding: 0 20px 20px;
  }
  .osusume_item_container > .container > .item_info > .img {
    width: 246px;
    margin: 20px auto 30px;
    position: relative;
  }
  .osusume_item_container > .container > .item_info > .img > div {
    position: relative;
    z-index: 2;
  }
  .osusume_item_container > .container > .item_info > .img::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 274px;
    height: 212px;
    background: url(../images/kekka/hanabira.svg) no-repeat center;
    background-size: contain;
    left: -20px;
    top: 0;
  }
  .osusume_item_container > .container > .item_info > .shousai {
    margin: 0 -15px;
    width: calc(100% + 30px);
    height: 70px;
    bottom: -35px;
  }
  .osusume_item_container > .container > .item_info > .shousai > a {
    padding: 0 1.5em;
    height: 70px;
    border-radius: 35px;
    width: 100%;
  }
  .osusume_item_container > .container > .item_info > .character {
    background-size: auto 400%;
    background-position: center 40%;
    border-radius: 0 0 20px 20px;
    width: 100%;
    padding-top: 20px;
  }
  .osusume_item_container > .container > .item_info > .character > img {
    width: 200px;
  }
}

.reset_container {
  position: relative;
}
.reset_container > .back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.reset_container > .back > img {
  position: absolute;
  left: 0;
  z-index: 0;
}
.reset_container > .back > .cloud, .reset_container > .back > .sakura {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.reset_container > .back > .cloud {
  position: relative;
}
.reset_container > .back > .cloud > img {
  display: block;
  position: absolute;
}
.reset_container > .back > .sakura {
  position: absolute;
  z-index: 2;
}
.reset_container > .back > .sakura > img {
  display: block;
  position: absolute;
}
.reset_container > .back > .hanabhira {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reset_container > .back > .hanabhira > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.reset_container > .wave {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: white;
}
.reset_container > .wave::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 100%;
  background-color: white;
  -webkit-mask: url(../images/wave.svg) repeat-x center top/78px 20px;
          mask: url(../images/wave.svg) repeat-x center top/78px 20px;
  background-size: 120px;
  height: 20px;
}
.reset_container > .container {
  position: relative;
  z-index: 2;
}
.reset_container > .container > p {
  width: 280px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.reset_container > .container > button {
  max-width: 350px;
  margin: 0 auto 0;
  display: block;
  filter: drop-shadow(0 7px 7px #666);
  position: relative;
  z-index: 10;
}
.reset_container > .container > .character {
  z-index: 8;
  width: 100%;
}
.reset_container > .container > .character img {
  display: block;
}
.reset_container > .container > .character > img {
  position: absolute;
}
.reset_container > .container > .character > .kids_b {
  position: absolute;
}
.reset_container > .container > .character > .kids_b > img:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
}
.reset_container > .container > .character > .banikeru {
  transition: transform 1.4807250612s 0.1595950229s ease-out;
  transform: translate3d(-75vw, 0, 0);
}
.reset_container > .container > .character > .nyankeru {
  transition: transform 1.2219494985s 0.2840023713s ease-out;
  transform: translate3d(-75vw, 0, 0);
}
.reset_container > .container > .character > .tsuyaenaga {
  transition: transform 1.5275044595s 0.3355080559s ease-out;
  transform: translate3d(-75vw, 0, 0);
}
.reset_container > .container > .character > .wankeru {
  transition: transform 1.1047055763s 0.4673220192s ease-out;
  transform: translate3d(-75vw, 0, 0);
}
.reset_container > .container > .character > .warukeru {
  transition: transform 1.1083722463s 0.4881452129s ease-out;
  transform: translate3d(-75vw, 0, 0);
}
.reset_container > .container > .character > .kids_b {
  transition: transform 1.7268398178s 0.3865532445s ease-out;
  transform: translate3d(-75vw, 0, 0);
}
.reset_container > .container > .character > .mitts {
  transition: transform 0.9800306394s 0.1026212106s ease-out;
  transform: translate3d(75vw, 0, 0);
}
.reset_container > .container > .character > .penta {
  transition: transform 1.3787535897s 0.2764725508s ease-out;
  transform: translate3d(75vw, 0, 0);
}
.reset_container > .container > .character > .rabikeru {
  transition: transform 1.8949810081s 0.4374409181s ease-out;
  transform: translate3d(75vw, 0, 0);
}
.reset_container > .container > .character > .sensei {
  transition: transform 1.5620401856s 0.3761865855s ease-out;
  transform: translate3d(75vw, 0, 0);
}
.reset_container > .container > .character > .wankeruko {
  transition: transform 1.6609180324s 0.3092648516s ease-out;
  transform: translate3d(75vw, 0, 0);
}
@media (min-width: 768px) {
  .reset_container > .back > img {
    top: 308px;
    height: 280px;
  }
  .reset_container > .back > .cloud > img:nth-child(1) {
    width: 135px;
    top: 47px;
    left: calc(50% - 220px);
  }
  .reset_container > .back > .cloud > img:nth-child(2) {
    width: 137px;
    top: 60px;
    left: calc(50% + 318px);
  }
  .reset_container > .back > .sakura > img {
    top: 75px;
    width: 484px;
  }
  .reset_container > .back > .sakura > img:nth-child(1) {
    left: calc(50% - 870px);
  }
  .reset_container > .back > .sakura > img:nth-child(2) {
    left: calc(50% + 360px);
  }
  .reset_container > .back > .hanabhira {
    width: 1341px;
    height: 423px;
    left: calc(50% - 650px);
    top: 40px;
  }
  .reset_container > .container {
    height: 500px;
  }
  .reset_container > .container > p {
    padding-top: 60px;
  }
  .reset_container > .container > button {
    margin-top: 280px;
  }
  .reset_container > .container > .character {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
  .reset_container > .container > .character > .banikeru {
    width: 163px;
    top: 100px;
    left: calc(50% - 436px);
    z-index: 4;
  }
  .reset_container > .container > .character > .mitts {
    width: 76px;
    top: 30px;
    left: calc(50% + 275px);
  }
  .reset_container > .container > .character > .nyankeru {
    width: 192px;
    top: 75px;
    left: calc(50% - 330px);
  }
  .reset_container > .container > .character > .penta {
    width: 203px;
    top: 112px;
    left: calc(50% + 155px);
    z-index: 5;
  }
  .reset_container > .container > .character > .rabikeru {
    width: 163px;
    top: 130px;
    left: calc(50% + 270px);
    z-index: 6;
  }
  .reset_container > .container > .character > .sensei {
    width: 125px;
    top: 230px;
    left: calc(50% + 20px);
    z-index: 8;
  }
  .reset_container > .container > .character > .tsuyaenaga {
    width: 94px;
    top: 13px;
    left: calc(50% - 340px);
  }
  .reset_container > .container > .character > .wankeru {
    width: 175px;
    top: 124px;
    left: calc(50% - 87px);
    z-index: 6;
  }
  .reset_container > .container > .character > .wankeruko {
    width: 160px;
    top: 150px;
    left: calc(50% + 65px);
    z-index: 7;
  }
  .reset_container > .container > .character > .warukeru {
    width: 163px;
    top: 106px;
    left: calc(50% - 220px);
    z-index: 5;
  }
  .reset_container > .container > .character > .kids_b {
    width: 171px;
    top: 285px;
    left: calc(50% - 150px);
    z-index: 8;
  }
  .reset_container > .container > .character > .kids_b > img {
    width: 89px;
  }
  .reset_container > .container > .character.inview > img {
    transform: translate3d(0, 0, 0);
  }
  .reset_container > .container > .character.inview > .kids_b {
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767.98px) {
  .reset_container > .back > img {
    display: none;
  }
  .reset_container > .back > .cloud > img:nth-child(1) {
    width: 137px;
    top: 34px;
    left: calc(50% - 229px);
  }
  .reset_container > .back > .cloud > img:nth-child(2) {
    width: 137px;
    top: 40px;
    left: calc(50% + 140px);
  }
  .reset_container > .back > .sakura {
    display: none;
  }
  .reset_container > .back > .hanabhira {
    width: 320px;
    height: 51px;
    left: calc(50% - 140px);
    top: 10px;
  }
  .reset_container > .container {
    padding: 0;
    max-width: none;
  }
  .reset_container > .container > p {
    margin-bottom: -20px;
    padding-top: 70px;
  }
  .reset_container > .container > .character {
    height: 537px;
    position: relative;
    margin-top: 100px;
  }
  .reset_container > .container > .character.inview > .banikeru {
    width: 146px;
    top: 35px;
    left: calc(50% - 190px);
    z-index: 7;
    transform: translate3d(0, 0, 0);
  }
  .reset_container > .container > .character.inview > .mitts {
    width: 80px;
    top: 215px;
    left: calc(50% + 95px);
    z-index: 10;
    transform: translate3d(0, 0, 0);
  }
  .reset_container > .container > .character.inview > .nyankeru {
    width: 195px;
    top: 110px;
    left: calc(50% - 75px);
    z-index: 7;
    transform: translate3d(0, 0, 0);
  }
  .reset_container > .container > .character.inview > .penta {
    width: 223px;
    top: 40px;
    left: calc(50% - 100px);
    transform: rotate(-10deg);
  }
  .reset_container > .container > .character.inview > .rabikeru {
    width: 189px;
    top: 250px;
    left: calc(50% + 45px);
    transform: scale(-1, 1) rotate(-10deg);
    z-index: 9;
  }
  .reset_container > .container > .character.inview > .sensei {
    width: 131px;
    top: 210px;
    left: calc(50% + 20px);
    transform: rotate(-10deg);
    z-index: 8;
  }
  .reset_container > .container > .character.inview > .tsuyaenaga {
    width: 101px;
    top: 175px;
    left: calc(50% - 160px);
    z-index: 10;
    transform: translate3d(0, 0, 0);
  }
  .reset_container > .container > .character.inview > .wankeru {
    width: 221px;
    top: 240px;
    left: calc(50% - 230px);
    transform: rotate(10deg);
    z-index: 9;
  }
  .reset_container > .container > .character.inview > .wankeruko {
    width: 200px;
    top: 335px;
    left: calc(50% - 70px);
    z-index: 10;
    transform: rotate(-10deg);
  }
  .reset_container > .container > .character.inview > .warukeru {
    width: 181px;
    top: 40px;
    left: calc(50% + 70px);
    transform: rotate(-15deg);
    z-index: 7;
  }
  .reset_container > .container > .character.inview > .kids_b {
    width: 94px;
    top: 425px;
    left: calc(50% - 120px);
    z-index: 11;
    transform: translate3d(0, 0, 0);
  }
  .reset_container > .container > .character.inview > .kids_b > img {
    width: 100%;
  }
  .reset_container > .container > .character.inview > .kids_b > img:nth-child(2) {
    right: 90%;
    top: -20px;
    transform: rotate(20deg);
  }
  .reset_container > .container > button {
    position: absolute;
    margin: 0;
    top: 120px;
    width: calc(100vw - 40px);
    left: 50%;
    transform: translateX(-50%);
  }
}

/*ルーレット クリック後の動作*/
/*

.pageContents{ transition: 1s;}
.pageContents.step02{ padding-top: 20px; margin-top: -20px; transform: rotate3d(0, 1, 0, 3.142rad); opacity: 0; visibility: hidden; display: none;
@media (max-width: 767.98px) { margin-top: -60px;}
}
.osusume_item_container{ display: none;}
.kekka_container{ z-index: -1; position: fixed; left: 0; top: 0; opacity: 0; visibility: hidden; transform: rotate3d(0, 1, 0, 3.142rad); transition: 1s;}

body[class*="type"] {
    .pageContents.step01{ transform: rotate3d(0, 1, 0, 3.142rad); opacity: 0;}
    &.step01{
        .kekka_container{ z-index: 2;}
        &.step02{
            .kekka_container{ z-index: -1; opacity: 0; visibility: hidden; transform: rotate3d(0, 1, 0, 3.142rad); transition: 1s;}
            .pageContents.step01{
                .choice_container{ display: none;}
            }
            .pageContents.step02{ display: block;
                >.osusume_item_container{}
            }
            &.step03{
                .pageContents.step01{ opacity: 1; transform: rotate3d(0, 1, 0, 0rad);}
                .pageContents.step02{ opacity: 1; visibility: visible; transform: rotate3d(0, 1, 0, 0rad);}

            }
        }
    }
}

body{
    &.type01.step01{
        .kekka_container.type01{ opacity: 1; visibility: visible; transform: rotate3d(0, 1, 0, 0rad);}
        &.step02{
            .kekka_container.type01{ z-index: -1; opacity: 0; visibility: hidden; transform: rotate3d(0, 1, 0, 3.142rad); transition: 1s;}
            .pageContents.step02>.osusume_item_container.type01{ display: block;}
        }
    }

    &.type02.step01{
        .kekka_container.type02{ opacity: 1; visibility: visible; transform: rotate3d(0, 1, 0, 0rad);}
        &.step02{
            .kekka_container.type02{ z-index: -1; opacity: 0; visibility: hidden; transform: rotate3d(0, 1, 0, 3.142rad); transition: 1s;}
            .pageContents.step02>.osusume_item_container.type02{ display: block;}
        }
    }

    &.type03.step01{
        .kekka_container.type03{ opacity: 1; visibility: visible; transform: rotate3d(0, 1, 0, 0rad);}
        &.step02{
            .kekka_container.type03{ z-index: -1; opacity: 0; visibility: hidden; transform: rotate3d(0, 1, 0, 3.142rad); transition: 1s;}
            .pageContents.step02>.osusume_item_container.type03{ display: block;}
        }
    }

    &.type04.step01{
        .kekka_container.type04{ opacity: 1; visibility: visible; transform: rotate3d(0, 1, 0, 0rad);}
        &.step02{
            .kekka_container.type04{ z-index: -1; opacity: 0; visibility: hidden; transform: rotate3d(0, 1, 0, 3.142rad); transition: 1s;}
            .pageContents.step02>.osusume_item_container.type04{ display: block;}
        }
    }

    &.type05.step01{
        .kekka_container.type05{ opacity: 1; visibility: visible; transform: rotate3d(0, 1, 0, 0rad);}
        &.step02{
            .kekka_container.type05{ z-index: -1; opacity: 0; visibility: hidden; transform: rotate3d(0, 1, 0, 3.142rad); transition: 1s;}
            .pageContents.step02>.osusume_item_container.type05{ display: block;}
        }
    }

    &.type06.step01{
        .kekka_container.type06{ opacity: 1; visibility: visible; transform: rotate3d(0, 1, 0, 0rad);}
        &.step02{
            .kekka_container.type06{ z-index: -1; opacity: 0; visibility: hidden; transform: rotate3d(0, 1, 0, 3.142rad); transition: 1s;}
            .pageContents.step02>.osusume_item_container.type06{ display: block;}
        }
    }

    &.type07.step01{
        .kekka_container.type07{ opacity: 1; visibility: visible; transform: rotate3d(0, 1, 0, 0rad);}
        &.step02{
            .kekka_container.type07{ z-index: -1; opacity: 0; visibility: hidden; transform: rotate3d(0, 1, 0, 3.142rad); transition: 1s;}
            .pageContents.step02>.osusume_item_container.type07{ display: block;}
        }
    }

    &.type08.step01{
        .kekka_container.type08{ opacity: 1; visibility: visible; transform: rotate3d(0, 1, 0, 0rad);}
        &.step02{
            .kekka_container.type08{ z-index: -1; opacity: 0; visibility: hidden; transform: rotate3d(0, 1, 0, 3.142rad); transition: 1s;}
            .pageContents.step02>.osusume_item_container.type08{ display: block;}
        }
    }

    &.type09.step01{
        .kekka_container.type09{ opacity: 1; visibility: visible; transform: rotate3d(0, 1, 0, 0rad);}
        &.step02{
            .kekka_container.type09{ z-index: -1; opacity: 0; visibility: hidden; transform: rotate3d(0, 1, 0, 3.142rad); transition: 1s;}
            .pageContents.step02>.osusume_item_container.type09{ display: block;}
        }
    }
}
*/
/*ルーレット クリック後の動作*//*# sourceMappingURL=ohanami.css.map */