@charset "UTF-8";
*, *::before, *::after {
  margin: 0;
  padding: 0;
  color: inherit;
  border: 0;
  font-size: inherit;
  font-style: normal;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
  background: none;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
}
*:not(:is(:focus-visible)), :not(:is(:focus-visible))::before, :not(:is(:focus-visible))::after {
  outline-style: none;
}

html, body, textarea {
  width: 100%;
}

html {
  -webkit-print-color-adjust: exact;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

ul, li {
  list-style-type: none;
  list-style-position: inside;
}

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

th, caption {
  text-align: left;
}

a, button, input[type=button], input[type=submit], select {
  pointer-events: all;
  cursor: pointer;
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: inherit;
  font-family: inherit;
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  font-size: inherit;
  font-family: inherit;
}

input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: inherit;
  font-family: inherit;
}

input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: inherit;
  font-family: inherit;
}

input::placeholder, select::placeholder, textarea::placeholder {
  font-size: inherit;
  font-family: inherit;
}

fieldset {
  min-width: initial;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: none;
}

img, svg, video, iframe {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

[disabled] {
  pointer-events: none;
  cursor: not-allowed;
}

sub, sup {
  font-size: 0.75em;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  border-style: solid;
  border-top-width: 2px;
  display: block;
}

form {
  width: 100%;
}

label {
  display: inline-block;
  cursor: pointer;
}

dialog {
  max-width: initial;
  max-height: initial;
  inset-inline-start: unset;
  inset-inline-end: unset;
  inset-block-start: unset;
  inset-block-end: unset;
}
dialog::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.25);
}
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.25);
}

details summary {
  list-style: none;
  outline-style: none;
  cursor: pointer;
}
details summary::-webkit-details-marker {
  display: none;
}

ruby :is(rp, rt) {
  font-size: min(10px, 0.9em);
}

/* ブレイクポイント */
/* アイコンのcontent一覧 */
/* メディアクエリ */
/* CSS変数でrgbaを設定できるようにする */
/* fontelloのアイコンを呼び出す */
:root {
  --font-sans: "M PLUS 1", "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --font-serif: "Kaisei Decol", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  --main_width: 390px;
  --footer-copy_height: 30px;
  --ease-out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease-inout: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --color-black: #000;
  --color-white: #fff;
  --color-text: #333333;
  --color-bg: #BDEEFD;
  --color-cyan30: #0F65A2;
  --color-cyan50: #159EE2;
  --color-cyan60: #26B9E3;
  --color-cyan95: #BDEEFD;
  --color-cyan98: #D3F1F9;
  --color-blue50: #1A77F2;
}

* {
  outline-color: var(--color-cyan30);
  outline-offset: 0.15em;
  outline-width: 2px;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 0.2em;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

html {
  scrollbar-gutter: stable;
}
html:not(.is-fixed) {
  scroll-behavior: smooth;
}
html.is-fixed {
  overflow: hidden;
}

body {
  min-height: 100svh;
  color: var(--color-text);
  font-size: var(--font-md);
  font-family: var(--font-sans);
  font-weight: 500;
  line-height: 1.6;
  background-color: var(--color-bg);
  background-image: url("../img/bg_bubbles.webp"), url("../img/bg_brick.webp");
  background-repeat: repeat-y, repeat;
  background-size: 100% auto, 360px 134px;
  background-position: top center;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
@media (width <= 768px) {
  body {
    background-size: 768px auto, 360px 134px;
  }
}

@media (any-hover: hover) and (pointer: fine) {
  a:is(:focus-visible), button:is(:focus-visible), input[type=button]:is(:focus-visible), input[type=submit]:is(:focus-visible), select:is(:focus-visible) {
    outline-style: solid;
  }
}

:is(rt, rp) {
  font-weight: 500;
  font-family: initial;
  line-height: 1.6;
  letter-spacing: -0.04em;
}

.c-button {
  width: min(100% - 40px, 350px);
  min-height: 40px;
  padding: 0.2em 1em 0.25em;
  color: var(--055996, #0F65A2);
  text-align: center;
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  border: 2px solid var(--5-bd-0-ed, #D3F1F9);
  border-radius: 20px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  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;
  gap: 10px;
  -webkit-transition: scale 0.3s var(--ease-out);
  transition: scale 0.3s var(--ease-out);
}
.c-button:has(ruby) {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-button:hover {
    scale: 1.05;
    -webkit-transition: scale 0.7s var(--ease-bounce);
    transition: scale 0.7s var(--ease-bounce);
  }
}

.c-button-video {
  padding: 4px;
  border-radius: 12px;
  background-image: linear-gradient(45deg, #CFB549, #947A0E);
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: scale 0.3s var(--ease-out);
  transition: scale 0.3s var(--ease-out);
}
.c-button-video__contents {
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
.c-button-video__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.c-button-video__icon {
  width: 30px;
  margin: auto;
  position: absolute;
  inset: 0;
  -webkit-transition: scale 0.3s var(--ease-out);
  transition: scale 0.3s var(--ease-out);
}
@media (any-hover: hover) and (pointer: fine) {
  .c-button-video:is(a, button):hover {
    scale: 1.05;
    -webkit-transition: scale 0.7s var(--ease-bounce);
    transition: scale 0.7s var(--ease-bounce);
  }
  .c-button-video:is(a, button):hover .c-button-video__icon {
    scale: 1.1;
    -webkit-transition: scale 0.7s var(--ease-bounce);
    transition: scale 0.7s var(--ease-bounce);
  }
}

.c-modal {
  width: 100%;
  max-height: 100svh;
  padding-block: 3%;
  overflow: auto;
}
@media (width <= 768px) {
  .c-modal {
    width: calc(100% - 60px);
    padding: 30px;
    border-radius: 30px;
  }
}
@media (width <= 500px) {
  .c-modal {
    width: calc(100% - 40px);
    padding: 25px 20px;
  }
}
.c-modal__close {
  position: fixed;
  top: 20px;
  right: 20px;
  -webkit-transition: scale 0.3s var(--ease-out);
  transition: scale 0.3s var(--ease-out);
}
@media (any-hover: hover) and (pointer: fine) {
  .c-modal__close:hover {
    scale: 1.08;
    -webkit-transition: scale 0.7s var(--ease-bounce);
    transition: scale 0.7s var(--ease-bounce);
  }
}
.c-modal__inner {
  width: 90%;
  max-width: 159.993vh;
  margin-inline: auto;
}
.c-modal::-ms-backdrop {
  background-color: transparent;
}
.c-modal::backdrop {
  background-color: transparent;
}
.c-modal::-webkit-scrollbar {
  display: none;
}

.js-pageBg {
  display: none;
}

.c-title {
  min-height: 120px;
  color: #0F65A2;
  font-family: var(--font-serif);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.04em;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  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;
  position: relative;
  z-index: 0;
}
.c-title::before {
  content: "";
  width: 86px;
  height: 120px;
  margin-block: auto;
  background-image: url("../img/bg_bubble-01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.c-title::after {
  content: "";
  width: 100px;
  height: 118px;
  margin-block: auto;
  background-image: url("../img/bg_bubble-02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.c-video {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.c-video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-body {
  position: relative;
}
.l-body::after {
  content: "";
  width: 100%;
  height: 100vh;
  margin-inline: auto;
  display: block;
  background-size: cover;
  background-image: url("../img/bg_modal.jpg");
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.l-body:is(html.is-fixed *)::after {
  opacity: 1;
}

.l-main {
  width: min(100%, 1440px);
  margin-inline: auto;
  position: relative;
}
.l-main__contents {
  width: min(100%, var(--main_width));
  margin-inline: auto;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 66.35%, rgba(38, 186, 227, 0.3) calc(100% - var(--footer-copy_height)), rgba(38, 186, 227, 0.3) 100%);
  background-color: #BDEEFD;
  position: relative;
}
.l-main__logo {
  --left: 50px;
  --right: 45px;
  width: min((100vw - var(--main_width)) / 2 - var(--right) - var(--left), 380px);
  display: inline-block;
  position: fixed;
  top: 50px;
  right: calc(50vw + var(--main_width) / 2 + var(--right));
  -webkit-transition: scale 0.3s var(--ease-out), rotate 0.3s var(--ease-out);
  transition: scale 0.3s var(--ease-out), rotate 0.3s var(--ease-out);
}
@media (width <= 990px) {
  .l-main__logo {
    --left: 20px;
    --right: 15px;
  }
}
@media (width <= 768px) {
  .l-main__logo {
    display: none;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .l-main__logo:is(a):hover {
    scale: 1.05;
    rotate: -3deg;
    -webkit-transition: scale 0.7s var(--ease-bounce), rotate 0.7s var(--ease-bounce);
    transition: scale 0.7s var(--ease-bounce), rotate 0.7s var(--ease-bounce);
  }
  .l-main__logo:is(a):focus-visible {
    border-radius: 4px;
  }
}

.l-footer {
  background-image: linear-gradient(to bottom, #754C2E 0px, #754C2E 2px, #F8E286 2px, #F8E286 calc(100% - 2px), #754C2E calc(100% - 2px), #754C2E 100%);
  background-repeat: no-repeat;
  background-size: 100% 14px;
  background-position: top center;
}
.l-footer__main {
  padding-block: 40px;
}
.l-footer__main-block:not(:last-child) {
  padding-bottom: 71px;
  background-image: url("../img/img_shine.svg");
  background-position: center bottom 20px;
  background-repeat: no-repeat;
  background-size: auto 31px;
}
.l-footer__main-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: block;
}
.l-footer__sns-title {
  min-height: 65px;
  padding-bottom: 10px;
}
.l-footer__sns-list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.l-footer__sns-link {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--color-white);
  display: grid;
  place-content: center;
  -webkit-box-shadow: 0 0 4px 0 var(--color-white);
          box-shadow: 0 0 4px 0 var(--color-white);
}
.l-footer__sns-link:is(a) {
  -webkit-transition: scale 0.3s var(--ease-out), rotate 0.3s var(--ease-out), -webkit-box-shadow 1s var(--ease-out);
  transition: scale 0.3s var(--ease-out), rotate 0.3s var(--ease-out), -webkit-box-shadow 1s var(--ease-out);
  transition: scale 0.3s var(--ease-out), rotate 0.3s var(--ease-out), box-shadow 1s var(--ease-out);
  transition: scale 0.3s var(--ease-out), rotate 0.3s var(--ease-out), box-shadow 1s var(--ease-out), -webkit-box-shadow 1s var(--ease-out);
}
@media (any-hover: hover) and (pointer: fine) {
  .l-footer__sns-link:is(a):hover {
    scale: 1.05;
    rotate: 15deg;
    -webkit-box-shadow: 0 0 4px 2px var(--color-white);
            box-shadow: 0 0 4px 2px var(--color-white);
    -webkit-transition: scale 0.7s var(--ease-bounce), rotate 0.7s var(--ease-bounce);
    transition: scale 0.7s var(--ease-bounce), rotate 0.7s var(--ease-bounce);
  }
}
.l-footer__banners {
  margin-inline: 17px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.l-footer__banner-link {
  display: block;
  position: relative;
}
.l-footer__banner-link:is(a)::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(21, 158, 226, 0.2);
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s var(--ease-out);
  transition: opacity 0.5s var(--ease-out);
}
@media (any-hover: hover) and (pointer: fine) {
  .l-footer__banner-link:is(a):hover::after {
    opacity: 1;
  }
}
.l-footer__share-title {
  margin-bottom: 10px;
  color: #333333;
  text-align: center;
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.3;
}
.l-footer__share-list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.l-footer__share-link {
  width: 60px;
  padding: 12px;
  aspect-ratio: 1/1;
  color: var(--color-white);
  display: grid;
  place-content: center;
  border-radius: 50%;
  background-color: var(--color-white);
  -webkit-box-shadow: 0 0 4px 0 var(--color-white);
          box-shadow: 0 0 4px 0 var(--color-white);
}
.l-footer__share-link[data-name=facebook] {
  background-color: #1A77F2;
}
.l-footer__share-link[data-name=line] {
  padding-top: 13px;
  background-color: #06C755;
}
.l-footer__share-link:is(a) {
  -webkit-transition: scale 0.3s var(--ease-out), rotate 0.3s var(--ease-out), -webkit-box-shadow 1s var(--ease-out);
  transition: scale 0.3s var(--ease-out), rotate 0.3s var(--ease-out), -webkit-box-shadow 1s var(--ease-out);
  transition: scale 0.3s var(--ease-out), rotate 0.3s var(--ease-out), box-shadow 1s var(--ease-out);
  transition: scale 0.3s var(--ease-out), rotate 0.3s var(--ease-out), box-shadow 1s var(--ease-out), -webkit-box-shadow 1s var(--ease-out);
}
@media (any-hover: hover) and (pointer: fine) {
  .l-footer__share-link:is(a):hover {
    scale: 1.05;
    rotate: 15deg;
    -webkit-box-shadow: 0 0 4px 2px var(--color-white);
            box-shadow: 0 0 4px 2px var(--color-white);
    -webkit-transition: scale 0.7s var(--ease-bounce), rotate 0.7s var(--ease-bounce);
    transition: scale 0.7s var(--ease-bounce), rotate 0.7s var(--ease-bounce);
  }
}
.l-footer__policy {
  text-align: center;
}
.l-footer__policy-link {
  padding: 0.1em 0.5em;
  color: #333333;
  text-align: center;
  font-size: 18px;
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
  border-radius: 0.25em;
  -webkit-transition: background-color 0.2s var(--ease-out);
  transition: background-color 0.2s var(--ease-out);
}
@media (any-hover: hover) and (pointer: fine) {
  .l-footer__policy-link:is(a):hover {
    background-color: #D3F1F9;
  }
}
.l-footer__copy {
  height: var(--footer-copy_height);
  padding-inline: 1em;
  color: #055996;
  background-color: var(--color-white);
  font-size: min(3.25vw, 12px);
  text-align: center;
  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;
}

.p-mv {
  position: relative;
}
.p-mv__title {
  width: min(80%, 338px);
  margin-inline: auto;
  position: absolute;
  top: 3%;
  left: 0;
  right: 0;
}
.p-mv__contents {
  width: min(100% - 20px, 350px);
  aspect-ratio: 5/3;
  padding-bottom: 1%;
  margin-inline: auto;
  color: #6B4332;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  z-index: 2;
}
.p-mv__contents-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 16px;
  opacity: 0.9;
  -webkit-box-shadow: 0 0 4px 0 var(--color-white);
          box-shadow: 0 0 4px 0 var(--color-white);
}
.p-mv__message {
  font-size: min(6vw, 25px);
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: -0.05em;
}
.p-mv__message :is(rp, rt) {
  font-size: min(3.25vw, 12px);
}
.p-mv__note {
  font-size: min(3.25vw, 12px);
  line-height: 1.3;
  letter-spacing: -0.04em;
}/*# sourceMappingURL=style.css.map */






.p-mv__message ruby rt{margin-bottom:unset;}

@media (width <= 990px) {
.p-mv__message ruby rt{margin-bottom:unset;}
}
@media (width <= 768px) {
.p-mv__message ruby rt{margin-bottom:-10px;}
}



