@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:after, :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0;
}

ol, ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed, iframe, object {
  border: 0;
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled], [type=reset][disabled], [type=submit][disabled], button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset, option {
  padding: 0;
}

fieldset {
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden], template {
  display: none;
}

:root {
  --main-color: #FFF4D6;
  --sub-color: #E67882;
  --sub2-color: #FFE898;
  --sub3-color: #FBEBEC;
  --accent-color: #FDD32A;
  font-size: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  :root {
    font-size: min(0.7142857143vw, 10px);
  }
  :root .for_sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  :root .for_pc {
    display: none !important;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  line-height: 1.6;
  text-align: justify;
  overflow-x: clip;
}

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

@media (hover: hover) {
  a img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.container {
  width: min(100%, 1400px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .container {
    padding-inline: 10rem;
  }
}
@media screen and (min-width: 1401px) {
  .container {
    padding-inline: 0;
  }
}

main {
  overflow-x: clip;
}

@media screen and (min-width: 768px) {
  #pageHeader {
    background: var(--sub-color);
  }
}

#intro {
  background: var(--main-color);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14.5rem), 50% 100%, 0 calc(100% - 14.5rem));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14.5rem), 50% 100%, 0 calc(100% - 14.5rem));
}

#merit {
  background: var(--sub-color);
  margin-top: -14.5rem;
  padding-top: 20rem;
  padding-bottom: 5rem;
}
#merit .merit-box {
  background: #fff;
  width: 65rem;
  margin: auto;
  border-radius: 2rem;
  overflow: hidden;
}
#merit .merit-box h2 {
  background: var(--accent-color);
}
@media screen and (min-width: 768px) {
  #merit .merit-box {
    width: min(120rem, 100%);
  }
}
@media screen and (min-width: 768px) {
  #merit {
    padding-bottom: 10rem;
  }
}

#options_oc h2 {
  margin-top: -8.6rem;
}
@media screen and (min-width: 768px) {
  #options_oc h2 {
    position: relative;
    margin-top: -4.8rem;
  }
  #options_oc h2::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    background: var(--sub-color);
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
#options_oc .sectionBody {
  background: var(--main-color);
  padding: 1px;
}
#options_oc .merit-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin: 2rem auto;
  width: 65rem;
}
#options_oc .merit-list li {
  width: calc(33.3333333333% - 1.6666666667rem);
}
@media screen and (min-width: 768px) {
  #options_oc .merit-list {
    width: 100rem;
    margin: 6rem auto 0;
  }
}
#options_oc .button {
  text-align: center;
}
#options_oc .button img {
  width: 65rem;
}

#options_gs h2 {
  margin-top: -4.4rem;
}
@media screen and (min-width: 768px) {
  #options_gs h2 {
    position: relative;
    margin-top: -2.8rem;
  }
  #options_gs h2::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 57%;
    background: var(--sub-color);
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
#options_gs .sectionBody {
  background: var(--main-color);
  padding: 1px 0 6rem;
}
#options_gs .merit-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin: 2rem auto;
  width: 65rem;
}
#options_gs .merit-list li {
  width: calc(33.3333333333% - 1.6666666667rem);
}
@media screen and (min-width: 768px) {
  #options_gs .merit-list {
    width: 100rem;
    margin: 0 auto;
  }
}
#options_gs .button {
  text-align: center;
}
#options_gs .button img {
  width: 65rem;
}

@media screen and (min-width: 768px) {
  #options_ss h2 {
    position: relative;
  }
  #options_ss h2::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 40%;
    background: var(--sub-color);
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
#options_ss .sectionBody {
  background: var(--main-color);
  padding: 1px 0;
}
#options_ss .merit-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin: 2rem auto;
  width: 65rem;
}
#options_ss .merit-list li {
  width: calc(33.3333333333% - 1.6666666667rem);
}
@media screen and (min-width: 768px) {
  #options_ss .merit-list {
    width: 100rem;
    margin: 6rem auto 0;
  }
}
#options_ss .button {
  text-align: center;
}
#options_ss .button img {
  width: 65rem;
}

#movie .movieBox {
  width: 64rem;
  margin: auto;
  padding-bottom: 6rem;
}
#movie .movieBox p {
  text-align: center;
  font-size: 2.4rem;
  color: var(--sub-color);
  margin-bottom: 1em;
}
#movie .movieBox .movieThumb iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
#movie .movieBox .button {
  margin: 1em 0;
}

@media screen and (min-width: 768px) {
  #information .infoBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 6rem 0;
  }
  #information .infoBox li {
    width: 50%;
  }
}

#pickup {
  background: var(--sub-color);
}

footer {
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  footer {
    padding-bottom: 8rem;
  }
}
footer h2 {
  margin: 4rem 0 2rem;
}
@media screen and (min-width: 768px) {
  footer h2 {
    position: relative;
  }
  footer h2::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 62%;
    background: var(--sub3-color);
    top: 0;
    left: 0;
    z-index: -1;
  }
}
footer .links {
  width: 65rem;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
}
footer .links li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  footer .links {
    width: 120rem;
    margin-top: 6rem;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 4rem 4rem;
    grid-template-areas: "one two" "one three";
  }
  footer .links .one {
    grid-area: one;
    width: 61rem;
  }
  footer .links .two {
    grid-area: two;
    width: 55rem;
  }
  footer .links .three {
    grid-area: three;
    width: 55rem;
  }
}

@media screen and (min-width: 768px) {
  .presenHeader {
    position: relative;
  }
  .presenHeader::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 60%;
    background: var(--accent-color);
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}

.presen_lead {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
  margin: 1em 0;
}

#presen_advice .first {
  background: var(--sub2-color);
  padding-top: 1px;
}
#presen_advice .first p {
  margin-top: -2rem;
}
#presen_advice .second {
  background: var(--sub-color);
}

.button_back {
  margin: 4rem 0 2rem;
  text-align: center;
}
.button_back img {
  width: 15rem;
}
@media screen and (min-width: 768px) {
  .button_back {
    margin: 8rem 0 0;
  }
}/*# sourceMappingURL=style.css.map */