@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Allerta+Stencil&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  border-top: 12px solid #506AA0;
  background-color: #FCFDFF;
  color: black;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  height: 100%;
  width: 100%;
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  font-weight: 500;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a:hover {
  text-decoration: none;
}

p:first-child,
ul:first-child,
ol:first-child,
dl:first-child {
  margin-top: 0;
}
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child {
  margin-bottom: 0;
}

ul,
ol {
  padding-left: 2em;
}

img {
  vertical-align: bottom;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=url],
input[type=number],
input[type=submit],
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=submit],
button {
  border: 0;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=url],
input[type=number],
select,
textarea {
  background-color: #fff;
}

select::-ms-expand {
  display: none;
}

::-moz-selection {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

::selection {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

input::-moz-selection, textarea::-moz-selection {
  background-color: rgba(0, 0, 0, 0.2);
}

input::selection,
textarea::selection {
  background-color: rgba(0, 0, 0, 0.2);
}

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

@media all and (min-width: 1025px) {
  .u-dn-pc {
    display: none;
  }
}
@media all and (min-width: 1367px) {
  .u-dn-pc-l {
    display: none;
  }
}
@media all and (min-width: 1025px) and (max-width: 1366px) {
  .u-dn-pc-s {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .u-dn-tablet {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .u-dn-tablet-l {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .u-dn-tablet-p {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .u-dn-mobile {
    display: none;
  }
}

.c-btn {
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  font-size: clamp(0.9375rem, 0.875rem + 0.3125vw, 1.25rem);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-btn:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  text-decoration: none;
}
.c-btn__onlineStoreLinks {
  background-color: #3AB6ED;
  -webkit-box-shadow: 0 5px 0 rgb(19.5739534884, 154.416744186, 214.2260465116);
          box-shadow: 0 5px 0 rgb(19.5739534884, 154.416744186, 214.2260465116);
  margin-left: auto;
  margin-right: auto;
  padding: 1.2rem 1rem;
  width: 90%;
  max-width: 420px;
}
@media all and (min-width: 1025px) {
  .c-btn__onlineStoreLinks {
    width: 100%;
  }
}
.c-btn__onlineStoreLinks:hover {
  -webkit-box-shadow: 0 2px 0 rgb(19.5739534884, 154.416744186, 214.2260465116);
          box-shadow: 0 2px 0 rgb(19.5739534884, 154.416744186, 214.2260465116);
}
.c-btn__bookStoreLinks {
  color: #506AA0;
  background-color: #EDF0F7;
  -webkit-box-shadow: 0 5px 0 rgb(173.4461538462, 187.0384615385, 218.7538461538);
          box-shadow: 0 5px 0 rgb(173.4461538462, 187.0384615385, 218.7538461538);
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.2em;
}
@media all and (min-width: 768px) {
  .c-btn__bookStoreLinks {
    width: 80%;
  }
}
.c-btn__bookStoreLinks:hover {
  -webkit-box-shadow: 0 2px 0 rgb(194.6307692308, 204.6923076923, 228.1692307692);
          box-shadow: 0 2px 0 rgb(194.6307692308, 204.6923076923, 228.1692307692);
}

.c-btn__trial {
  color: #fff;
  display: inline-block;
  background-color: #938470;
  border: 2px solid #fff;
  max-width: 320px;
  height: 60px;
  border-radius: 30px;
  font-weight: 600;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  margin: 1rem auto 0 auto;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
  z-index: 1;
}
.c-btn__trial:hover {
  background-color: rgb(168.9442231076, 156.9920318725, 141.0557768924);
}
.c-btn__trial img {
  width: 1.4em;
  margin-right: 0.5em;
}

.l-mv__inner {
  max-width: 1280px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: auto;
  margin-right: auto;
  grid-auto-rows: auto;
  padding-top: 5%;
  padding-left: 2rem;
  padding-right: 2rem;
}
.l-mv__inner .l-pageTitle {
  grid-area: 1/1/2/2;
}
.l-mv__inner .l-store__list {
  grid-area: 3/1/4/2;
}
.l-mv__inner .l-mv__image {
  grid-area: 2/1/3/2;
}
@media all and (min-width: 768px) {
  .l-mv__inner {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .l-mv__inner .l-pageTitle {
    grid-area: 1/1/2/2;
  }
  .l-mv__inner .l-store__list {
    grid-area: 2/1/3/2;
  }
  .l-mv__inner .l-mv__image {
    grid-area: 1/2/3/3;
  }
}
@media all and (min-width: 1025px) {
  .l-mv__inner {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.p-mv {
  background-image: url(../../assets/img/bg_mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.p-mv .c-pageTitle {
  width: 90%;
  margin: 2rem auto 0 auto;
}
@media all and (min-width: 768px) {
  .p-mv .c-pageTitle {
    width: 100%;
    margin: 0;
  }
}
.p-mv ul.p-store__list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 4rem;
  margin-top: 5rem;
}
@media all and (min-width: 768px) {
  .p-mv ul.p-store__list {
    margin-top: 0;
  }
}
.p-mv ul.p-store__list .c-onlineStoreLinks__item:not(:first-of-type) {
  margin-top: 2rem;
}
.p-mv__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 78%;
  margin: 2.5rem auto;
  position: relative;
}
.p-mv__image .p-btn__trial {
  position: absolute;
  bottom: -5rem;
  right: 1rem;
  width: 40%;
  max-width: 402px;
  z-index: 1000;
}
.p-mv__image .c-mv__guideBook {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}
@media all and (min-width: 768px) {
  .p-mv__image {
    margin: 0;
    width: 100%;
  }
}

.p-content {
  max-width: 1280px;
  padding: 2rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  .p-content {
    padding: 5rem 3rem;
  }
}
@media all and (min-width: 1025px) {
  .p-content {
    padding: 5rem;
  }
}
.p-content .p-content__title {
  text-align: center;
  border-bottom: 1px solid #000;
  position: relative;
  z-index: -1;
  margin-top: 5rem;
}
.p-content .p-content__title::before, .p-content .p-content__title::after {
  content: "・";
  font-size: 2.5rem;
  position: absolute;
}
.p-content .p-content__title::before {
  left: -1.15rem;
  bottom: -0.92rem;
}
@media all and (min-width: 768px) {
  .p-content .p-content__title::before {
    bottom: -16px;
  }
}
.p-content .p-content__title::after {
  right: -1.15rem;
  bottom: -0.92rem;
}
@media all and (min-width: 768px) {
  .p-content .p-content__title::after {
    bottom: -16px;
  }
}
.p-content .p-content__titleImage {
  position: absolute;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  max-width: 207px;
  background-color: #fff;
  top: 0;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -72%);
          transform: translate(-50%, -72%);
}
.p-content .p-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 4rem;
}
@media all and (min-width: 768px) {
  .p-content .p-feature {
    margin-top: 5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3rem;
  }
}
.p-content .p-feature__image {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  .p-content .p-feature__image {
    width: 40%;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-content .p-feature__image img {
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}
@media all and (min-width: 768px) {
  .p-content .p-feature__detail {
    width: 50%;
  }
}
.p-content .p-feature__logo {
  width: 70%;
  margin-bottom: 2rem;
  position: relative;
  z-index: 100;
  margin-top: -3rem;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  .p-content .p-feature__logo {
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-content .p-feature__head {
  color: #506AA0;
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  margin-bottom: 1rem;
}
.p-content .p-coupon {
  background-color: #F5F1F0;
  border-radius: 20px;
  margin-top: 5rem;
  gap: 3rem;
  position: relative;
  padding: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  .p-content .p-coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 2.5rem;
  }
}
@media all and (min-width: 768px) {
  .p-content .p-coupon__text {
    width: 50%;
  }
}
.p-content .p-coupon__image {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  position: relative;
}
@media all and (min-width: 768px) {
  .p-content .p-coupon__image {
    width: 28%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 2rem;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@media all and (min-width: 1025px) {
  .p-content .p-coupon__image {
    width: 30%;
    margin-right: 4rem;
  }
}
.p-content .p-coupon__image .p-coupon__obj {
  width: 30%;
  position: absolute;
}
.p-content .p-coupon__image .p-coupon__obj--first {
  right: -2rem;
  top: 0;
}
@media all and (min-width: 768px) {
  .p-content .p-coupon__image .p-coupon__obj--first {
    right: 0;
    top: 1rem;
  }
}
.p-content .p-coupon__image .p-coupon__obj--second {
  left: -3rem;
  top: 3rem;
}
@media all and (min-width: 768px) {
  .p-content .p-coupon__image .p-coupon__obj--second {
    left: -2rem;
    top: 2.5rem;
  }
}
.p-content .p-coupon .p-coupon__head {
  font-family: "Noto Serif JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: clamp(1.5625rem, 1.375rem + 0.9375vw, 2.5rem);
  margin-bottom: 1rem;
}
.p-content .p-coupon .p-coupon__head span:first-of-type {
  color: #A085B1;
}
.p-content .p-coupon .p-coupon__head span:last-of-type {
  color: #C8842D;
}
.p-content .p-text {
  position: relative;
}
@media all and (min-width: 768px) {
  .p-content .p-text {
    width: 45%;
  }
}
.p-content .p-text .p-textHead {
  margin-bottom: 0.5em;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  color: #506AA0;
}
.p-content .p-text .p-blocks {
  position: relative;
  z-index: 10;
}
.p-content .p-text .p-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
}
.p-content .p-text .p-block:nth-of-type(2) {
  margin-top: 4em;
}
@media all and (min-width: 768px) {
  .p-content .p-text .p-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-content .p-text .p-block .p-text__detail {
  position: relative;
}
.p-content .p-text .p-block .p-text__detail .c-figure {
  position: absolute;
  top: -20px;
  right: 0;
  width: 22%;
  max-width: 178px;
  z-index: -1;
}
.p-content .p-text .p-block .c-icon__balloon {
  width: 18%;
  max-width: 98px;
  margin-bottom: 0.5rem;
}
.p-content .p-text p {
  margin: 0;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1.25rem);
}

.imgGallery {
  margin-top: 5rem;
}
@media all and (min-width: 768px) {
  .imgGallery {
    margin-top: 8rem;
  }
}

.l-footer {
  background-color: #506AA0;
  text-align: center;
  color: #fff;
  padding: 5rem 2rem 1rem 2rem;
  margin: 0 0 calc(50% - 50vw);
}
.l-footer__inner {
  max-width: 1024px;
  margin: 0 auto;
}
.l-footer .p-balloonText {
  width: 60%;
  max-width: 388px;
  margin-left: auto;
  margin-right: auto;
}
.l-footer .c-btn__bookStoreLinks {
  margin-top: 3rem;
}
.l-footer .c-btn__text--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 0.65rem;
  font-size: clamp(0.6875rem, 0.6375rem + 0.25vw, 0.9375rem);
  margin-bottom: 0.3rem;
}
.l-footer .c-btn__text--sub::before {
  content: "";
  width: 23px;
  height: 1px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  background-color: #506AA0;
}
.l-footer .c-btn__text--sub::after {
  content: "";
  width: 23px;
  height: 1px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  background-color: #506AA0;
}
.l-footer .c-btn__text--main {
  font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
}
.l-footer p.c-copyright {
  margin-top: 5rem;
  font-size: clamp(0.625rem, 0.587rem + 0.19vw, 0.75rem);
}/*# sourceMappingURL=main.css.map */