@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Press+Start+2P&display=swap");
@media screen and (min-width: 360px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 480px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1040px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1240px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1439px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1239px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1039px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 479px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 359px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 991px) {
  .hidden-md-down {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hidden-sm-down {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hidden-xs-down {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .hidden-lg-up {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .hidden-ipad-up {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .hidden-md-up {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .hidden-sm-up {
    display: none;
  }
}

@media screen and (min-width: 360px) {
  .hidden-xs-up {
    display: none;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: scroll;
}
@media screen and (min-width: 769px) {
  html {
    min-width: 1020px;
  }
}

body {
  word-break: break-all;
  color: #000;
}

section {
  padding: initial;
}

.contents {
  overflow: initial;
  overflow-x: initial;
}

ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a:link {
  color: initial;
  text-decoration: none;
}

a {
  transition: 0.3s all;
  color: #333;
  opacity: 1;
  text-decoration: none;
}
a:visited {
  color: inherit;
}

i, em {
  font-style: normal;
}

h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

button, input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
}

.content-inner {
  margin-right: auto;
  margin-left: auto;
  font-family: "Noto Sans JP", Meiryo, メイリオ, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media screen and (max-width: 768px) {
  .content-inner {
    max-width: none;
    padding: 0 18px;
  }
}

.contents > * section {
  padding-bottom: 0;
}

/* ------------------------------------------
  component
--------------------------------------- */
.is-open {
  overflow: hidden;
}

.fadein {
  transform: translateY(50px);
  opacity: 0 !important;
  transition: all 1.3s;
}
.fadein.is-scroll {
  transform: translateY(0);
  opacity: 1 !important;
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
}

@media screen and (max-width: 1039px) {
  html.is-active {
    overflow: hidden;
  }
}

/* -------------------------------------- */
img {
  vertical-align: bottom;
  width: 100%;
}

a {
  transition: opacity 0.2s ease;
}
a:hover {
  opacity: 0.7;
}

header {
  background-color: #fff !important;
  position: relative;
  z-index: 10;
}

.pageGuide {
  width: 100%;
  margin-inline: 0;
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.main {
  position: relative;
  background: #fff862;
  width: auto;
}
.main::before, .main::after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  width: 38px;
  background: radial-gradient(circle, #8e586b 2px, transparent 2px);
  background-size: 10px 10px;
}
@media screen and (max-width: 768px) {
  .main::before, .main::after {
    width: 18px;
  }
}
.main::before {
  left: 4px;
}
@media screen and (max-width: 768px) {
  .main::before {
    left: 0;
  }
}
.main::after {
  right: 4px;
}
@media screen and (max-width: 768px) {
  .main::after {
    right: 0;
  }
}
.main__contents {
  max-width: 1020px;
  margin: 0 auto;
  padding-block: 46px 30px;
  font-family: "Noto Sans JP", Meiryo, メイリオ, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media screen and (max-width: 768px) {
  .main__contents {
    padding-inline: 35px;
    padding-bottom: 10px;
  }
}

.contents::before {
  content: "";
  display: block;
  background: url(../img/rabbit.png) center center no-repeat;
  background-size: contain;
  width: 97px;
  height: 151px;
  position: fixed;
  top: calc(100vh - 200px);
  left: 114px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .contents::before {
    width: 66px;
    height: 102px;
    top: auto;
    bottom: 20px;
    left: 4px;
  }
}

.mv__img {
  max-width: 386px;
  margin: 0 auto 11px;
}
.mv__copy {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin-block: 11px 26px;
}
@media screen and (max-width: 768px) {
  .mv__copy {
    text-align: left;
  }
}
.mv__date {
  max-width: 510px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv__date {
    margin-inline: 25px;
  }
}

.iframe {
  width: 80%;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .iframe {
    width: 100%;
  }
}
.iframe iframe {
  width: 100%;
}

.lead {
  margin: 80px auto 90px;
  max-width: 834px;
}
@media screen and (max-width: 768px) {
  .lead {
    margin: 45px auto 50px;
  }
}
.lead__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .lead__text {
    font-size: 14px;
    line-height: 22px;
    margin-inline: 10px;
  }
}

.heading {
  text-align: center;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 600;
  color: #0bafcb;
}
@media screen and (max-width: 768px) {
  .heading {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/wave.png) center center no-repeat;
  background-size: contain;
  width: 271px;
  height: 13px;
}
@media screen and (max-width: 768px) {
  .heading::before {
    width: 194px;
  }
}
.heading__retro {
  font-family: "Press Start 2P", system-ui;
  margin-bottom: 50px;
  text-align: center;
  font-size: 25px;
  text-shadow: 2px 2px 0 #fff;
}
@media screen and (max-width: 768px) {
  .heading__retro {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.eog {
  margin-bottom: 124px;
  max-width: 834px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .eog {
    margin-bottom: 50px;
  }
}
.eog__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 35px;
  position: relative;
}
.eog__columns::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/girl.png) center center no-repeat;
  background-size: contain;
  width: 227px;
  height: 345px;
  bottom: -64px;
  right: -140px;
}
@media screen and (max-width: 768px) {
  .eog__columns::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .eog__columns {
    gap: 15px 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.common__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .common__text {
    font-size: 14px;
    line-height: 20px;
  }
}
.common__text.medium {
  font-weight: 500;
}
.common__text small {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .common__text.spSmall {
    font-size: 14px;
  }
}
.common__annotation {
  margin: 20px 0 50px;
}
@media screen and (max-width: 768px) {
  .common__annotation {
    margin: 10px 0 30px;
  }
}
.common__annotation li {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  padding-left: 1.4em;
}
@media screen and (max-width: 768px) {
  .common__annotation li {
    font-size: 12px;
  }
}
.common__annotation li:not(:last-child) {
  margin-bottom: 5px;
}
.common__annotation li::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.comment {
  padding: 70px 93px !important;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .comment {
    padding: 30px 10px 40px !important;
  }
}
.comment__columns {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .comment__columns {
    flex-flow: column;
    gap: 20px;
    align-items: center;
  }
}
.comment__columns li:first-child {
  width: 271px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .comment__columns li:first-child {
    max-width: 160px;
    flex-shrink: 1;
  }
}
.comment__heading {
  font-size: 22px;
  font-family: "Press Start 2P", system-ui;
  margin-bottom: 20px;
  text-shadow: 2px 2px 0 #fff;
}
@media screen and (max-width: 768px) {
  .comment__heading {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
  }
}
.comment__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .comment__text {
    margin-inline: 19px;
    font-size: 14px;
    line-height: 22px;
  }
}
.comment__prof {
  margin-top: 46px;
  background-color: #73d4d6;
  border-radius: 20px;
  box-shadow: 4px 4px 0px 2px #601886;
  padding: 42px 70px;
}
@media screen and (max-width: 768px) {
  .comment__prof {
    padding: 30px 10px;
    box-shadow: 4px 4px 0px 0 #601886;
  }
}

.info {
  max-width: 834px;
  margin-inline: auto;
}
.info__table table tr {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.info__table table tr th {
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: solid 1px #601886;
  width: 100%;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .info__table table tr th {
    font-size: 18px;
  }
}
.info__table table tr td {
  margin-block: 10px 30px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}
.info__table table tr:last-child td {
  padding-bottom: 40px;
  border-bottom: solid 1px #601886;
}
@media screen and (max-width: 768px) {
  .info__table table tr:last-child td {
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}

.ps {
  background-color: #ff7ead;
  border-radius: 20px;
  padding: 54px 94px 100px !important;
  margin-block: 60px 80px;
}
@media screen and (max-width: 768px) {
  .ps {
    margin-block: 40px;
    padding: 30px 10px !important;
  }
}
.ps__heading {
  text-align: center;
  font-family: "Press Start 2P", system-ui;
  font-size: 25px;
  text-shadow: 2px 2px 0px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .ps__heading {
    font-size: 16px;
    gap: 14px;
    margin-bottom: 26px;
  }
}
.ps__heading span {
  display: block;
  margin: 0;
}
.ps__heading span.circle {
  font-family: "Noto Sans JP", Meiryo, メイリオ, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-shadow: none;
  color: #ff7ead;
  background-color: #fff;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 24px;
  font-weight: 600;
  position: relative;
  top: -6px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .ps__heading span.circle {
    font-size: 13px;
    width: 48px;
    height: 48px;
    line-height: 16px;
    top: 0;
  }
}
.ps__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 60px;
  background: radial-gradient(circle, #8e586b 2px, transparent 2px) left bottom repeat-x;
  background-size: 6px 6px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .ps__title {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
}
.ps__img {
  border-radius: 5px;
  overflow: hidden;
}
.ps__list > li {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 70px;
  box-shadow: 5px 5px 0 #601886;
}
@media screen and (max-width: 768px) {
  .ps__list > li {
    padding: 30px 21px;
  }
}
.ps__list > li:not(:last-child) {
  margin-bottom: 50px;
}
.ps__item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 32px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .ps__item {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 14px;
  }
}
.ps__info {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .ps__info {
    font-size: 12px;
  }
}
.ps__annotation {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .ps__annotation {
    font-size: 12px;
  }
}

.annotation {
  max-width: 834px;
  margin: 0 auto;
}

.share-sns-column {
  margin: 0;
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 5;
}

.Footer {
  z-index: 5;
  margin-top: 0;
}/*# sourceMappingURL=styles.css.map */