@charset "uft-8";
/* ============================================================
base
============================================================ */
:root {
  --font-normal: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --font-mincho: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "YuMincho", "游明朝", "Yu Mincho", "游明朝体", "MS Mincho", "ＭＳ 明朝", serif;
  --color-text: #000000;
  --color-back: #ffffff;
  --color-main: #129f04;
  --color-sub: #76ad00;
  --color-accent: #ffe400;
  --color-tab01: #00c6ff;
  --color-tab02: #ffb400;
  --color-tab03: #fb5454;
  --color2-tab01: #007698;
  --color2-tab02: #a67d1b;
  --color2-tab03: #a74343;
  --width-content: 1200px;
  --width-inner: 1000px;
  --width-outer: 1440px;
  --scroll-padding-top: 0;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-wrap: break-word;
}
html {
  font-size: 62.5%;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .05em;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--scroll-padding-top);
}
body {
  font-family: var(--font-normal);
  color: var(--color-text);
  min-width: var(--width-content);
  overflow: auto;
  container-type: inline-size;
}
@media (max-width: 768px) {
  body {
    min-width: auto;
  }
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
p,
ul,
ol,
dl,
dd,
figure,
pre,
blockquote {
  margin: 0;
}
ol,
ul {
  list-style: none;
}
table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: 400;
  text-align: inherit;
}
ul,
ol,
th,
td {
  padding: 0;
}
a,
a[href=""],
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
:root :where(a img) {
  vertical-align: bottom;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
}
:root :where(a:hover img) {
  opacity: .7;
}
img {
  vertical-align: bottom;
}
button,
input,
textarea {
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  border: 0;
  background: none;
  -webkit-appearance: none;
      -moz-appearance: none;
          appearance: none;
}
small {
  font-size: inherit;
}
strong {
  font-weight: inherit;
}
em {
  font-style: normal;
}

/* ============================================================
layout
============================================================ */

/* header
---------------------------------------- */
@media not (max-width: 768px) {
  .bl_header {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.bl_header {
  padding: 16px;
}

.ly_header {
  padding: 10px 0;
  background: var(--color-back);
  max-width: var(--width-outer);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ly_header {
    padding: 3.25vw 4vw
  }
}

/* main
---------------------------------------- */
.ly_main {
  /* max-width: var(--width-outer); */
  margin: 0 auto;
}
@media (max-width: 768px) {
}

/* inner
---------------------------------------- */
.l-inner {
  max-width: 1440px;
  margin: 0 auto;
}

/* nav
---------------------------------------- */
@media not (max-width: 768px) {
  .ly_nav {
    position: fixed;
    top: 65%;
    right: 0;
    z-index: 100;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .ly_nav {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: url(../img/logo2.png) no-repeat top 5.5vw center / 61.25vw auto;
    z-index: 100;
  }
}

/* voice
---------------------------------------- */
.ly_voice {
  padding: 114px 0 200px;
  background: url(../img/bg_wave.png) no-repeat top 90px center;
  margin: 0 0 -86px;
  position: relative;
}
@media not (max-width: 1440px) {
  .ly_voice::before {
    content: '';
    position: absolute;
    top: 128px;
    left: 0;
    width: calc(calc((100vw - 1440px) / 2) + 1px);
    width: calc(calc((100cqw - 1440px) / 2) + 1px);
    height: 882px;
    background-color: #d2e7a6;
    z-index: -1;
  }
  .ly_voice::after {
    content: '';
    position: absolute;
    top: 373px;
    right: 0;
    width: calc(calc((100vw - 1440px) / 2) + 1px);
    width: calc(calc((100cqw - 1440px) / 2) + 1px);
    height: 496px;
    background-color: #d2e7a6;
    z-index: -1;
  }
}
.ly_voice > .bl_voice {
  max-width: var(--width-content);
  margin-inline: auto;
}
@media (max-width: 768px) {
  .ly_voice {
    min-height: 188vw;
    padding-top: 9.25vw;
    padding-bottom: 19.25vw;
    background: url(../img/bg_wave_sp.png) no-repeat top 6.25vw center / 100% auto;
    margin-bottom: 0;
  }
}

/* intro
---------------------------------------- */
.ly_intro {
  padding: 0 0 222px;
  background: url(../img/bg_wave02.png) no-repeat top 13px center;
  min-height: calc(1097px + 13px);
  position: relative;
}
@media not (max-width: 1440px) {
  .ly_intro::before {
    content: '';
    position: absolute;
    top: 415px;
    left: 0;
    width: calc(calc((100vw - 1440px) / 2) + 1px);
    width: calc(calc((100cqw - 1440px) / 2) + 1px);
    height: 688px;
    background-color: #e7e6a6;
    z-index: -1;
  }
  .ly_intro::after {
    content: '';
    position: absolute;
    top: 191px;
    right: 0;
    width: calc(calc((100vw - 1440px) / 2) + 1px);
    width: calc(calc((100cqw - 1440px) / 2) + 1px);
    height: 764px;
    background-color: #e7e6a6;
    z-index: -1;
  }
}
.ly_intro > .bl_intro {
  max-width: var(--width-inner);
  margin: 117px auto 0;
}
@media (max-width: 768px) {
  .ly_intro {
    padding-bottom: 16vw;
    background: url(../img/bg_wave02_sp.png) no-repeat bottom 0 center / 100% auto;
    min-height: calc(195vw + 30.25vw);
  }
  .ly_intro > .bl_intro {
    margin-top: 13.75vw;
  }
}

/* facility
---------------------------------------- */
.ly_facility {
  padding: 94px 0 154px;
  border-bottom: 4px dotted #14a83b;
}
.ly_facility > .bl_facility {
  max-width: var(--width-inner);
  margin-inline: auto;
}
@media (max-width: 768px) {
  .ly_facility {
    padding-top: 9vw;
    padding-bottom: 12.5vw;
    border-bottom-width: 1vw;
  }
  .ly_facility > .bl_facility {
    margin-inline: 3.75vw;
  }
}

/* store
---------------------------------------- */
.ly_store {
  padding: 152px 0 188px;
  background:
  url(../img/bg_store_top.png) no-repeat top 58px center,
  url(../img/bg_store_bottom.png) no-repeat bottom center,
  linear-gradient(to bottom, #fff 375px, #d2e7a6 375px, #d2e7a6 calc(100% - 188px), #fff calc(100% - 188px));
  position: relative;
}
@media not (max-width: 1440px) {
  .ly_store::before {
    content: '';
    position: absolute;
    top: 317px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 68px;
    background-color: #d2e7a6;
    z-index: 1;
  }
  .ly_store::after {
    content: '';
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 69px;
    background-color: #d2e7a6;
    z-index: 1;
  }
}
.ly_store > [class^="bl_"] {
  max-width: var(--width-content);
  margin-inline: auto;
}
.ly_store > .bl_tab {
  margin-top: 87px;
}
@media (max-width: 768px) {
  .ly_store {
    padding-top: 8.75vw;
    padding-bottom: 22vw;
    background:
    url(../img/bg_store_top_sp.png) no-repeat top 6vw center / 100% auto,
    url(../img/bg_store_bottom_sp.png) no-repeat bottom center / 100% auto,
    linear-gradient(to bottom, #fff 375px, #d2e7a6 375px, #d2e7a6 calc(100% - 188px), #fff calc(100% - 188px));
  }
  .ly_store > [class^="bl_"] {
    margin-inline: 2.25vw;
  }
  .ly_store > .bl_tab {
    margin-top: 13vw;
  }
}

/* exp
---------------------------------------- */
.ly_exp {
  padding: 144px 0 calc(238px + 81px);
  margin: 0 0 -81px;
  background: url(../img/bg_exp.jpg) no-repeat top 44px center #fff;
}
@media (max-width: 768px) {
  .ly_exp {
    padding-top: 9.75vw;
    padding-bottom: calc(20vw + 10.25vw);
    margin-top: -9.75vw;
    margin-bottom: -10.25vw;
    background: url(../img/bg_exp_sp.png) no-repeat top center / 100% auto;
  }
}

/* step
---------------------------------------- */
.ly_step {
  padding: 81px 0 178px;
  background:
  url(../img/bg_step_top.png) no-repeat top center,
  url(../img/bg_step_bottom.png) no-repeat bottom center;
  position: relative;
}
@media not (max-width: 1440px) {
  .ly_step::before {
    content: '';
    position: absolute;
    top: 112px;
    left: 0;
    width: calc(calc((100vw - 1440px) / 2) + 1px);
    width: calc(calc((100cqw - 1440px) / 2) + 1px);
    height: 594px;
    background-color: #e7e6a6;
    z-index: -1;
  }
  .ly_step::after {
    content: '';
    position: absolute;
    top: 112px;
    right: 0;
    width: calc(calc((100vw - 1440px) / 2) + 1px);
    width: calc(calc((100cqw - 1440px) / 2) + 1px);
    height: 590px;
    background-color: #e7e6a6;
    z-index: -1;
  }
}
.ly_step > .bl_step {
  max-width: var(--width-content);
  margin-inline: auto;
}
@media (max-width: 768px) {
  .ly_step {
    padding-top: 10.25vw;
    padding-bottom: 19.5vw;
    background: url(../img/bg_step_sp.png) no-repeat top center / 100% auto;
  }
  .ly_step > .bl_step {
    margin-inline: 4vw;
  }
}

/* reserve
---------------------------------------- */
.ly_reserve {
  padding: 106px 0 190px;
}
@media (max-width: 768px) {
  .ly_reserve {
    padding-block: 14.5vw;
    /* padding: 106px 0 190px; */
  }
}

/* footer
---------------------------------------- */
.ly_footer {
  color: #fff;
  padding: 21px 0;
  background: var(--color-main);
}
@media (max-width: 768px) {
  .ly_footer {
    padding-bottom: 15vw !important;
    padding-block: 1.75vw;
  }
}

/* ============================================================
block
============================================================ */

/* header
---------------------------------------- */
@media (max-width: 768px) {
  .bl_header_logo img {
    width: 49.5vw;
    height: auto;
  }
}

/* fv
---------------------------------------- */
.bl_fv {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  aspect-ratio: 1440 / 750;
  background: url(../img/img_fv.png) no-repeat center / cover;
}
.bl_fv_txt {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.bl_fv_txt.bl_fv_txt__flexEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
.bl_fv_txt.bl_fv_txt__flexStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.bl_fv_l {
  color: #fff;
  background: var(--color-main);
  font-size: 48px;
  font-weight: 800;
  display: block;
  padding: 20px 44px;
}
.bl_fv_l.bl_fv_l__1 {
  padding-right: 54px;
  border-radius: 0 0 0 18px;
}
.bl_fv_l.bl_fv_l__2 {
  padding-right: calc(54px - .5em);
  border-radius: 0 0 0 18px;
}
.bl_fv_l.bl_fv_l__3 {
  padding-left: 80px;
  border-radius: 0 18px 0 0;
}
.bl_fv_l.bl_fv_l__4 {
  padding-left: 143px;
  border-radius: 0 18px 0 0;
}
@media not (max-width: 768px) {
  .bl_fv_txt {
    display: none;
  }
}
@media (max-width: 768px) {
  .bl_fv {
    aspect-ratio: 400 / 567;
    background-image: url(../img/img_fv_sp.jpg);
  }
  .bl_fv_l {
    font-size: 7.75vw;
    padding: 3vw 8vw;
  }
  .bl_fv_l.bl_fv_l__1 {
    padding-right: 2vw;
    border-radius: 0 0 0 4.5vw;
  }
  .bl_fv_l.bl_fv_l__2 {
    padding-right: 0;
    border-radius: 0 0 0 4.5vw;
  }
  .bl_fv_l.bl_fv_l__3 {
    padding-left: 9vw;
    border-radius: 0 4.5vw 0 0;
  }
  .bl_fv_l.bl_fv_l__4 {
    padding-left: 16.75vw;
    border-radius: 0 4.5vw 0 0;
  }
}

/* nav
---------------------------------------- */
.bl_nav_item + .bl_nav_item {
  margin-top: 12px;
}
.bl_nav_btn {
  font-size: 20px;
  font-weight: 800;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 15px calc(22px + 10px) 25px 22px;
  border-radius: 16px 0 0 16px;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / .35);
          box-shadow: 0 0 10px rgb(0 0 0 / .35);
  translate: 10px 0;
}
.bl_nav_btn::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
.bl_nav_btn.bl_nav_btn__a {
  background-color: var(--color-main);
}
.bl_nav_btn.bl_nav_btn__b {
  background-color: var(--color-sub);
}
.bl_nav_btn.bl_nav_btn__a::before {
  background-image: url(../img/ico_tab_calendar.png);
}
.bl_nav_btn.bl_nav_btn__b::before {
  background-image: url(../img/ico_tab_writing.png);
}
@media (hover: hover) {
  .bl_nav_btn {
    -webkit-transition: .3s translate;
    transition: .3s translate;
  }
  .bl_nav_btn:hover {
    translate: 0 0;
  }
}
@media (max-width: 768px) {
  .bl_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .bl_nav_item {
    width: 50%;
  }
  .bl_nav_item + .bl_nav_item {
    margin-top: 0;
  }
  .bl_nav_btn {
    font-size: 4.5vw;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.5vw;
    padding: 3vw 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    translate: 0;
  }
  .bl_nav_btn .el_accent {
    font-size: 6vw;
  }
  .bl_nav_btn::before {
    width: 6.5vw;
    height: 6.5vw;
    background-size: auto 4vw;
  }
}

/* voice
---------------------------------------- */
.bl_voice_ttl {
  color: var(--color-main);
  font-size: 60px;
  font-weight: 800;
  text-align: center;
}
.bl_voice_ttlUnit {
  color: var(--color-main);
  font-size: 60px;
  font-weight: 800;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  gap: 6px;
}
.bl_voice_ttl_2 {
  margin: 0 0 0 2em;
}
.bl_voice_boxUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 95px 0 0;
  padding: 0 20px;
}
.bl_voice_box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.bl_voice_box.bl_voice_box__01 {
  margin: 0 0 0 0;
}
.bl_voice_box.bl_voice_box__02 {
  margin: 71px 0 0 96px;
}
.bl_voice_box.bl_voice_box__03 {
  margin: -63px 0 0 0;
}
.bl_voice_box.bl_voice_box__04 {
  margin: -6px 0 0 109px;
}
.bl_voice_txt {
  font-size: 22px;
  font-weight: 800;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bl_voice_txt.bl_voice_txt__01 {
  width: 368px;
  height: 152px;
  background-image: url(../img/fukidashi.png);
}
.bl_voice_txt.bl_voice_txt__02 {
  width: 352px;
  height: 142px;
  background-image: url(../img/fukidashi02.png);
  padding: 0 39px 0 0;
}
.bl_voice_txt.bl_voice_txt__03 {
  width: 351px;
  height: 195px;
  background-image: url(../img/fukidashi03.png);
  padding: 36px 0 0 10px;
  margin: 36px 0 0 0;
}
.bl_voice_txt.bl_voice_txt__04 {
  width: 364px;
  height: 181px;
  background-image: url(../img/fukidashi04.png);
  padding: 0 0 0 20px;
  margin: 48px 0 0 0;
}
.bl_voice_img {
  display: block;
  width: 168px;
  height: 168px;
  border-radius: 100%;
  overflow: hidden;
}
.bl_voice_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_voice_img.bl_voice_img__01 {
  margin: 88px 0 0 -33px;
}
.bl_voice_img.bl_voice_img__02 {
  margin: 52px 0 0 -38px;
}
@media (max-width: 768px) {
  .bl_voice_ttl {
    font-size: 7.75vw;
    text-align: left;
  }
  .bl_voice_ttlUnit {
    font-size: 7.75vw;
    gap: 0.75vw;
    margin-left: 28.5vw;
  }
  .bl_voice_boxUnit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10.5vw;
    padding-inline: 0;
  }
  .bl_voice_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bl_voice_box.bl_voice_box__01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 4vw;
  }
  .bl_voice_box.bl_voice_box__02 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 1vw;
    margin-left: 9vw;
  }
  .bl_voice_box.bl_voice_box__03 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -10.25vw;
    margin-left: 9.25vw;
  }
  .bl_voice_box.bl_voice_box__04 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: -6.5vw;
    margin-left: 8.5vw;
  }
  .bl_voice_txt {
    font-size: 3.5vw;
    gap: 2.25vw 0;
  }
  .bl_voice_txt.bl_voice_txt__01 {
    width: 58.5vw;
    height: auto;
    aspect-ratio: 368/152;
  }
  .bl_voice_txt.bl_voice_txt__02 {
    width: 56vw;
    height: auto;
    aspect-ratio: 352/142;
    padding-right: 6.25vw;
  }
  .bl_voice_txt.bl_voice_txt__03 {
    width: 55.5vw;
    height: auto;
    aspect-ratio: 351/195;
    padding-top: 5.75vw;
    padding-left: 1.75vw;
    margin-top: 5.75vw;
  }
  .bl_voice_txt.bl_voice_txt__04 {
    width: 56.75vw;
    height: auto;
    aspect-ratio: 364/181;
    padding-left: 2.5vw;
    margin-top: 7.75vw;
  }
  .bl_voice_img {
    width: 26.5vw;
    height: 26.5vw;
  }
  .bl_voice_img.bl_voice_img__01 {
    margin-top: 14vw;
    margin-left: -5vw;
  }
  .bl_voice_img.bl_voice_img__02 {
    margin-top: 8.25vw;
    margin-left: -5.75vw;
  }
}

/* catch
---------------------------------------- */
.bl_catch_top,
.bl_catch_mid,
.bl_catch_end {
  display: block;
  font-weight: 800;
}
.bl_catch_top,
.bl_catch_end {
  font-size: 50px;
  color: #fff;
  background: var(--color-main);
  padding: 18px 50px;
}
.bl_catch_top {
  position: relative;
  width: 532px;
  max-width: 100%;
  text-align: right;
  border-radius: 0 18px 0 0;
  margin: 0 auto 0 0;
}
@media not (max-width: 1440px) {
  .bl_catch_top::after {
    content: '';
    position: absolute;
    top: 0;
    right: calc(100% - 1px);
    width: calc(calc((100vw - 1440px) / 2) + 1px);
    width: calc(calc((100cqw - 1440px) / 2) + 1px);
    height: 86px;
    background-color: var(--color-main);
    z-index: -1;
  }
}
.bl_catch_top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 204px;
  display: block;
  width: 90px;
  height: 170px;
  background: url(../img/player02.png) no-repeat center / contain;
}
.bl_catch_mid {
  color: var(--color-main);
  font-size: 64px;
  text-align: center;
  margin: 46px 0;
}
.bl_catch_end {
  width: 720px;
  max-width: 100%;
  text-align: left;
  border-radius: 0 0 0 18px;
  margin: 0 0 0 auto;
  position: relative;
}
@media not (max-width: 1440px) {
  .bl_catch_end::after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(100% - 1px);
    width: calc(calc((100vw - 1440px) / 2) + 1px);
    width: calc(calc((100cqw - 1440px) / 2) + 1px);
    height: 86px;
    background-color: var(--color-main);
    z-index: 1;
  }
}
.bl_catch_em {
  position: relative;
  display: inline-block;
  font-size: 80px;
}
.bl_catch_em::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 6px);
  left: calc(50% - 13px);
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: var(--color-accent);
}
@media (max-width: 768px) {
  .bl_catch_top,
  .bl_catch_end {
    font-size: 7.75vw;
    padding: 3vw 7.5vw;
  }
  .bl_catch_top {
    width: 57vw;
    border-radius: 0 4.5vw 0 0;
  }
  .bl_catch_top::before {
    left: 10vw;
    width: 14vw;
    height: 26.5vw;
  }
  .bl_catch_mid {
    font-size: 7.75vw;
    margin-block: 4vw;
  }
  .bl_catch_end {
    width: 90.5vw;
    border-radius: 0 0 0 4.5vw;
  }
  .bl_catch_em {
    font-size: 9.5vw;
  }
  .bl_catch_em::before {
    bottom: calc(100% + 1.25vw);
    left: calc(50% - 1.5vw);
    width: 3vw;
    height: 3vw;
  }
}

/* intro
---------------------------------------- */
.bl_intro_boxUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 60px;
}
.bl_intro_img {
  width: 202px;
  height: 202px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.bl_intro_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_intro_txt {
  font-weight: 800;
  text-align: center;
  margin: 25px 0 0;
}
.bl_intro_cap {
  position: relative;
  display: block;
  font-size: 18px;
  width: 200px;
  max-width: 100%;
  padding: 12px 0;
  margin: 0 auto;
  border-radius: 16px;
  background: #fff;
}
.bl_intro_cap::before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: calc(50% - 8px);
  display: block;
  width: 16px;
  height: 8px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.bl_intro_cap.bl_intro_cap__note::after {
  content: "*1";
  font-size: 11px;
}
.bl_intro_sub {
  display: block;
  color: var(--color-main);
  font-size: 32px;
  margin: 18px 0 0;
}
.bl_intro_note {
  font-size: 18px;
  font-weight: 800;
  line-height: calc(30/18);
  margin: 48px 0 0;
}
.bl_intro_l {
  display: block;
}
.bl_intro_l.bl_intro_l__2 {
  padding-left: 1.5em;
}
@media (max-width: 768px) {
  .bl_intro_boxUnit {
    gap: 9.5vw 5.5vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bl_intro_img {
    width: 40vw;
    height: 40vw;
  }
  .bl_intro_txt {
    margin-top: 5.25vw;
  }
  .bl_intro_cap {
    font-size: 3.5vw;
    width: 40vw;
    padding-block: 2.25vw;
    border-radius: 4VW;
  }
  .bl_intro_cap::before {
    top: calc(100% - 1px);
    left: calc(50% - 1.25vw);
    width: 2.5vw;
    height: 1.5vw;
  }
  .bl_intro_cap.bl_intro_cap__note::after {
    font-size: 2.25vw;
  }
  .bl_intro_sub {
    font-size: 6.25vw;
    margin-top: 3.75vw;
  }
  .bl_intro_note {
    font-size: 3vw;
    line-height: calc(20/12);
    margin-top: 4.5vw;
    padding-inline: 5vw;
  }
  .bl_intro_l {
    display: inline;
  }
  .bl_intro_l.bl_intro_l__2 {
    padding-left: 0;
  }
}

/* facility
---------------------------------------- */
.bl_facility_ttl {
  color: var(--color-main);
  font-size: 55px;
  font-weight: 800;
  text-align: center;
}
.bl_facility_em {
  position: relative;
  display: inline-block;
  font-size: 68px;
}
.bl_facility_em::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 6px);
  left: calc(50% - 13px);
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: var(--color-accent);
}
.bl_facility_boxUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
  margin: 77px 0 0;
}
.bl_facility_box {
  max-width: 470px;
}
.bl_facility_img {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 470/371;
}
.bl_facility_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_facility_txt {
  position: relative;
  font-weight: 800;
  text-align: center;
  width: max-content;
  max-width: 100%;
  margin: 30px auto 0;
}
.bl_facility_txt::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bl_facility_txt.bl_facility_txt__1::before {
  top: -5px;
  left: 21px;
  width: 33px;
  height: 35px;
  background-image: url(../img/star_l.png);
}
.bl_facility_txt.bl_facility_txt__2::before {
  bottom: -6px;
  right: 2px;
  width: 29px;
  height: 39px;
  background-image: url(../img/star_r.png);
}
.bl_facility_cap {
  display: block;
  font-size: 28px;
}
.bl_facility_sub {
  color: var(--color-main);
  display: block;
  font-size: 32px;
  margin: 11px 0 0;
}
.bl_facility_btnUnit {
  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;
  margin: 77px 0 0;
}
.bl_facility_btn {
  color: var(--color-main);
  background: var(--color-accent);
  font-size: 23px;
  font-weight: 800;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 11px 30px;
  border-radius: 23px;
  -webkit-box-shadow: 3px 3px 0 var(--color-main);
          box-shadow: 3px 3px 0 var(--color-main);
}
.bl_facility_btn::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/ico_link.png) no-repeat center / contain;
}
@media (hover: hover) {
  .bl_facility_btn {
    -webkit-transition: .2s translate, .2s box-shadow;
    transition: .2s translate, .2s box-shadow;
  }
  .bl_facility_btn:hover {
    translate: 2px 2px;
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
  }
}
@media (max-width: 768px) {
  .bl_facility_ttl {
    font-size: 7.75vw;
  }
  .bl_facility_em {
    font-size: 9.5vw;
  }
  .bl_facility_em::before {
    bottom: calc(100% + 1.25vw);
    left: calc(50% - 1.5vw);
    width: 3vw;
    height: 3vw;
  }
  .bl_facility_boxUnit {
    display: block;
    margin-top: 11.75vw;
  }
  .bl_facility_box {
    width: 100%;
    max-width: none;
  }
  .bl_facility_box + .bl_facility_box {
    margin-top: 8.5vw;
  }
  .bl_facility_img {
    border-radius: 5vw;
    aspect-ratio: 370/252;
  }
  .bl_facility_txt {
    margin-top: 5.5vw;
  }
  .bl_facility_txt.bl_facility_txt__1::before {
    top: -1.25vw;
    left: 4vw;
    width: 6.5vw;
    height: 7vw;
  }
  .bl_facility_txt.bl_facility_txt__2::before {
    bottom: -1.25vw;
    right: 0;
    width: 5.75vw;
    height: 7.75vw;
  }
  .bl_facility_cap {
    font-size: 5.5vw;
  }
  .bl_facility_sub {
    font-size: 6.25vw;
    margin-top: 2.25vw;
  }
  .bl_facility_btnUnit {
    margin-top: 4.5vw;
  }
  .bl_facility_btn {
    font-size: 5vw;
    gap: 1.75vw;
    padding: 2.25vw 7.5vw;
    border-radius: 4.75vw;
    -webkit-box-shadow: 0.75vw 0.75vw 0 var(--color-main);
            box-shadow: 0.75vw 0.75vw 0 var(--color-main);
  }
  .bl_facility_btn::after {
    width: 3.75vw;
    height: 3.75vw;
  }
}

/* store
---------------------------------------- */
.bl_store_ttl {
  position: relative;
  z-index: 1;
  color: var(--color-main);
  font-size: 53px;
  font-weight: 800;
  text-align: center;
}
@media not (max-width: 768px) {
  .bl_store_ttl::after {
    content: '';
    position: absolute;
    top: -10px;
    right: 187px;
    width: 228px;
    height: 220px;
    background: url(../img/bg_store_pic.png) no-repeat center / contain;
  }
}
.bl_store_ttl_l {
  display: block;
}
.bl_store_ttl_l + .bl_store_ttl_l {
  margin-top: 18px;
}
.bl_store_ttl_s {
  font-size: 40px;
}
.bl_store_ttl_flag {
  position: relative;
  font-size: 64px;
  display: inline-block;
  padding: 0 0 0 1em;
}
.bl_store_ttl_flag::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -7px;
  left: -20px;
  width: 148px;
  height: 391px;
  background: url(../img/flag.png) no-repeat center / contain;
}
.bl_store_boxUnit {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 25px;
  margin: 88px 0 0;
}
.bl_store_box {
  position: relative;
  width: calc(100% / 3 - 25px * 2 / 3);
  color: #fff;
  padding: 25px 23px 30px;
  border-radius: 24px;
}
.bl_store_box.bl_store_box__01 {
  background-color: var(--color-tab01);
}
.bl_store_box.bl_store_box__02 {
  background-color: var(--color-tab02);
}
.bl_store_box.bl_store_box__03 {
  background-color: var(--color-tab03);
}
.bl_store_box::before {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bl_store_box.bl_store_box__01::before {
  right: 29px;
  bottom: 10px;
  width: 50px;
  height: 88px;
  background-image: url(../img/ico_store.png);
}
.bl_store_box.bl_store_box__02::before {
  bottom: 65px;
  left: 17px;
  width: 70px;
  height: 66px;
  background-image: url(../img/ico_store02.png);
}
.bl_store_box.bl_store_box__03::before {
  right: 32px;
  bottom: 33px;
  width: 46px;
  height: 65px;
  background-image: url(../img/ico_store03.png);
}
.bl_store_sub {
  font-size: 25px;
  font-weight: 800;
  text-align: center;
}
.bl_store_img {
  aspect-ratio: 334/240;
  border-radius: 20px;
  overflow: hidden;
  margin: 26px 0 0;
}
.bl_store_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_store_txt {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  line-height: calc(31/20);
  margin: calc(30px - 6px) 0 -6px;
}
@media (max-width: 768px) {
  .bl_store_ttl {
    font-size: 7.75vw;
    text-align: left;
    padding-left: 5vw;
  }
  .bl_store_ttl_l + .bl_store_ttl_l {
    margin-top: 2.75vw;
  }
  .bl_store_ttl_s {
    font-size: 6vw;
  }
  .bl_store_ttl_flag {
    font-size: 9.5vw;
    display: block;
    padding-left: 25vw;
  }
  .bl_store_ttl_flag::before {
    top: -2.75vw;
    left: 8.5vw;
    width: 28.25vw;
    height: 75vw;
  }
  .bl_store_boxUnit {
    display: block;
    margin-top: 14.75vw;
  }
  .bl_store_box {
    width: 100%;
    padding: 6.25vw 5.75vw 7.5vw;
    border-radius: 6vw;
  }
  .bl_store_box + .bl_store_box {
    margin-top: 5.5vw
  }
  .bl_store_box.bl_store_box__01::before {
    right: 7.25vw;
    bottom: 2.5vw;
    width: 12.5vw;
    height: 22vw;
  }
  .bl_store_box.bl_store_box__02::before {
    bottom: 16.25vw;
    left: 4.25vw;
    width: 17.5vw;
    height: 16.5vw;
  }
  .bl_store_box.bl_store_box__03::before {
    right: 8vw;
    bottom: 8.25vw;
    width: 11.5vw;
    height: 16.25vw;
  }
  .bl_store_sub {
    font-size: 6.25vw;
  }
  .bl_store_img {
    border-radius: 5vw;
    margin-top: 6.5vw;
  }
  .bl_store_txt {
    font-size: 5vw;
    margin-top: 6vw;
    margin-bottom: -1.5vw;
  }
}

/* tab
---------------------------------------- */
.bl_tab_btnUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
}
.bl_tab_btn {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  width: calc(100% / 3 - 30px * 2 / 3);
  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;
  padding: 36px 0;
  border-radius: 18px 18px 0 0;
}
.bl_tab_btnUnit__end .bl_tab_btn {
  border-radius: 0 0 18px 18px;
}
.bl_tab_btn.bl_tab_btn__01 {
  background-color: var(--color-tab01);
}
.bl_tab_btn.bl_tab_btn__02 {
  background-color: var(--color-tab02);
}
.bl_tab_btn.bl_tab_btn__03 {
  background-color: var(--color-tab03);
}
.bl_tab_box {
  display: none;
  padding: 52px 25px 105px;
}
.bl_tab_box.is_active {
  display: block;
}
.bl_tab_box > [class^="bl_"] + [class^="bl_"] {
  margin-top: 106px;
}
.bl_tab_box.bl_tab_box__01 {
  background-color: var(--color-tab01);
}
.bl_tab_box.bl_tab_box__02 {
  background-color: var(--color-tab02);
}
.bl_tab_box.bl_tab_box__03 {
  background-color: var(--color-tab03);
}
@media (max-width: 768px) {
  .bl_tab_btnUnit {
    gap: 0;
  }
  .bl_tab_btn {
    font-size: 5vw;
    line-height: calc(27/20);
    width: calc(100% / 3);
    padding-block: 3.25vw;
    border-radius: 4.5vw 4.5vw 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bl_tab_btnUnit__end .bl_tab_btn {
    border-radius: 0 0 4.5vw 4.5vw;
  }
  .bl_tab_btn_s {
    display: block;
    font-size: 4vw;
    width: 100%;
  }
  .bl_tab_box {
    padding: 7.5vw 1.5vw;
  }
  .bl_tab_box > [class^="bl_"] + [class^="bl_"] {
    margin-top: 11.25vw;
  }
}

/* point
---------------------------------------- */
.bl_point {
  font-weight: 800;
}
.bl_point_boxUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 36px;
  padding: 50px 38px;
  border-radius: 23px;
  background: #fff;
}
.bl_point_box {
  width: calc(100% / 3 - 36px * 2 / 3);
  max-width: 100%;
}
.bl_point_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: 22px;
  line-height: calc(32/22);
}
.bl_point_sub.bl_point_sub__b {
  color: var(--color2-tab01);
}
.bl_point_sub.bl_point_sub__y {
  color: var(--color2-tab02);
}
.bl_point_sub.bl_point_sub__r {
  color: var(--color2-tab03);
}
.bl_point_ico {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bl_point_img {
  aspect-ratio: 334/240;
  border-radius: 20px;
  overflow: hidden;
  margin: 17px 0 0;
}
.bl_point_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_point_txt {
  font-size: 16px;
  line-height: calc(26/16);
  padding: 0 10px;
  margin: 10px 0 0;
}
.bl_point_note {
  font-size: 14px;
  line-height: calc(24/14);
  padding: 0 10px;
  margin: 5px 0 0;
}
@media (max-width: 768px) {
  .bl_point_boxUnit {
    display: block;
    padding: 5.5vw 5vw;
    border-radius: 5.75vw;
  }
  .bl_point_box {
    width: auto;
  }
  .bl_point_box {
    margin-top: 7.5vw;
  }
  .bl_point_sub {
    gap: 3.5vw;
    font-size: 5.5vw;
  }
  .bl_point_ico {
    width: 16vw;
    height: 16vw;
  }
  .bl_point_img {
    border-radius: 5vw;
    margin-top: 4.25vw;
  }
  .bl_point_txt {
    font-size: 4vw;
    padding-inline: 2.5vw;
    margin-top: 2.5vw;
  }
  .bl_point_note {
    font-size: 3.5vw;
    padding-inline: 2.5vw;
    margin-top: 1.25vw;
  }
}

/* price
---------------------------------------- */
.bl_price {
  font-weight: 800;
}
.bl_price_ttl {
  text-align: center;
  max-width: 856px;
  padding: 0 0 50px;
  border-bottom: 3px dotted #fff;
  margin: 0 auto 50px;
  color: #fff;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.01em;
}
@media not (max-width: 768px) {
  .bl_price_ttl {
    font-size: 85px;
  }
}
@media (max-width: 768px) {
  .bl_price_ttl {
    font-size: 60px;
  }
}
.bl_price_table {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.bl_price_table + .bl_price_table {
  margin-top: 8px;
}
/* .bl_price_table thead {
  border: 1px solid;
} */
.bl_price_table.bl_price_table__b thead {
  border-color: var(--color2-tab01);
}
.bl_price_table thead th {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 800;
  padding: 25px 0;
}
.bl_price_table thead th:first-child,
.bl_price_table tbody td:first-child {
  width: 60%;
}
.bl_price_table.bl_price_table__3col thead th:first-child,
.bl_price_table.bl_price_table__3col tbody td:first-child {
  width: 36%;
}
.bl_price_table thead th + th {
  border-left: 1px solid;
}
.bl_price_table.bl_price_table__b thead th {
  background-color: var(--color2-tab01);
}
.bl_price_table.bl_price_table__y thead th {
  background-color: var(--color2-tab02);
}
.bl_price_table.bl_price_table__r thead th {
  background-color: var(--color2-tab03);
}
.bl_price_table tbody td {
  font-size: 22px;
  line-height: calc(31/22);
  padding: 21px 10px;
  border: 1px solid;
  background: #fff;
}
.bl_price_table.bl_price_table__cost tbody td {
  font-size: 19px;
  padding-block: 10px;
}
.bl_price_table:not(.bl_price_table__cost) tbody td:has(br) {
  padding-block: 0px;
}
.bl_price_table:not(.bl_price_table__cost) tbody td:not(:first-of-type) {
  text-align: center;
}
.bl_price_table.bl_price_table__b tbody td {
  border-color: var(--color2-tab01);
}
.bl-price_table--01 td {
  border-color: var(--color2-tab01) !important;
}
.bl_price_table.bl_price_table__y tbody td {
  border-color: var(--color2-tab02);
}
.bl-price_table--02 td {
  border-color: var(--color2-tab02) !important;
}
.bl_price_table.bl_price_table__r tbody td {
  border-color: var(--color2-tab03);
}
.bl-price_table--03 td {
  border-color: var(--color2-tab03) !important;
}
.bl_price_table_s {
  font-size: 19px;
}
.bl_price_list {
  font-size: 16px;
  line-height: calc(24/16);
  max-width: 708px;
  padding: 0 8px;
  margin: 13px auto 0;
}
.bl_price_video {
  max-width: 703px;
  aspect-ratio: 703/505;
  margin: 48px auto 0;
}
.bl_price_video iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16 / 9;
}
@media (max-width: 768px) {
  .bl_price_ttl {
    max-width: none;
    padding-bottom: 3.75vw;
    border-bottom-width: 1vw;
    margin: 0 10vw 7.5vw;
  }
  .bl_price_ttl img {
    width: 21vw;
    height: auto;
  }
  .bl_price_table {
    max-width: none;
  }
  .bl_price_table + .bl_price_table {
    margin-top: 1.25vw;
  }
  .bl_price_table thead th {
    font-size: 4vw;
    padding-block: 3.75vw;
  }
  .bl_price_table.bl_price_table__3col thead th:first-child,
  .bl_price_table.bl_price_table__3col tbody td:first-child {
    width: 45%;
  }
  .bl_price_table tbody td {
    font-size: 3.5vw;
    line-height: calc(20/14);
    padding: 3.75vw 2.5vw;
  }
  .bl_price_table.bl_price_table__cost tbody td {
    font-size: 3vw;
    padding-block: 2vw;
  }
  .bl_price_table_s {
    font-size: 3vw;
  }
  .bl_price_list {
    font-size: 2.5vw;
    line-height: calc(15/10);
    max-width: none;
    padding-inline: 3.5vw;
    margin-top: 2vw;
  }
  .bl_price_video {
    max-width: 83.5vw;
    aspect-ratio: 334/240;
    margin-top: 5vw;
  }
}

/* access
---------------------------------------- */
.bl_access_ttl {
  text-align: center;
  max-width: 856px;
  padding: 0 0 50px;
  border-bottom: 3px dotted #fff;
  margin: 0 auto 50px;
  color: #fff;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.01em;
}
@media not (max-width: 768px) {
  .bl_access_ttl {
    font-size: 85px;
  }
}
@media (max-width: 768px) {
  .bl_access_ttl {
    font-size: 60px;
  }
}
.bl_access_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.bl_access_map {
  width: 416px;
  aspect-ratio: 416/300;
}
.bl_access_map iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_access_info {
  font-size: 14px;
  font-weight: 800;
  line-height: calc(22/14);
  width: calc(330px + 63px);
  padding: 0 0 0 63px;
}
.bl_access_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 8px;
  border-radius: 22px;
  background: #fff;
}
.bl_access_item + .bl_access_item {
  margin-top: 9px;
}
.bl_access_item dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 105px;
  border-right: 3px dotted var(--color-tab01);
  padding: 0 0 0 20px;
}
.bl_access_item dd {
  padding: 4px 0 4px 25px;
}
@media (max-width: 768px) {
  .bl_access_ttl {
    max-width: none;
    padding-bottom: 3.75vw;
    border-bottom-width: 1vw;
    margin: 0 10vw 7.5vw;
  }
  .bl_access_ttl img {
    width: 30vw;
    height: auto;
  }
  .bl_access_box {
    display: block;
  }
  .bl_access_map {
    width: 83.5vw;
    aspect-ratio: 334/240;
    margin-inline: auto;
  }
  .bl_access_info {
    font-size: 3.5vw;
    line-height: calc(20/14);
    width: 82.5vw;
    margin-top: 5vw;
    margin-inline: auto;
    padding-left: 0;
  }
  .bl_access_item {
    padding: 2vw;
    border-radius: 5.5vw;
  }
  .bl_access_item + .bl_access_item {
    margin-top: 2vw;
  }
  .bl_access_item dt {
    width: 26.25vw;
    border-right-width: 0.75vw;
    padding-left: 5vw;
  }
  .bl_access_item dd {
    padding: 1vw 0 1vw 6.25vw;
  }
}

/* exp
---------------------------------------- */
.bl_exp_ttl {
  font-weight: 800;
}
.bl_exp_txt {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  text-align: right;
  color: #fff;
  background: var(--color-main);
  font-size: 52px;
  padding: 19px 50px 19px 184px;
  border-radius: 0 18px 0 0;
}
@media not (max-width: 1440px) {
  .bl_exp_txt::after {
    content: '';
    position: absolute;
    top: 0;
    right: calc(100% - 1px);
    width: calc(calc((100vw - 1440px) / 2) + 1px);
    width: calc(calc((100cqw - 1440px) / 2) + 1px);
    height: 90px;
    background-color: var(--color-main);
    z-index: 1;
  }
}
.bl_exp_txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 133px;
  display: block;
  width: 94px;
  height: 178px;
  background: url(../img/player02_b.png) no-repeat center / contain;
}
.bl_exp_txt2 {
  color: var(--color-main);
  font-size: 52px;
  display: inline-block;
  vertical-align: bottom;
  padding: 13px 0;
  margin: 0 0 0 57px;
}
.bl_exp_em {
  display: inline-block;
  font-size: 64px;
}
.bl_exp_txt3 {
  display: block;
  color: #fff;
  background: var(--color-main);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-size: 52px;
  padding: 19px 76px 19px 50px;
  border-radius: 0 0 0 18px;
  margin: 32px 0 0 auto;
  position: relative;
}
@media not (max-width: 1440px) {
  .bl_exp_txt3::after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(100% - 1px);
    width: calc(calc((100vw - 1440px) / 2) + 1px);
    width: calc(calc((100cqw - 1440px) / 2) + 1px);
    height: 90px;
    background-color: var(--color-main);
    z-index: 1;
  }
}
.bl_exp_box {
  margin: 70px 0 0 0;
}
.bl_exp_obj {
  text-align: center;
}
.bl_exp_obj img {
  display: inline-block;
  translate: calc(-50% + 30px) 0;
}
@media (max-width: 768px) {
  .bl_exp_txt {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    text-align: right;
    font-size: 7.75vw;
    padding: 2.75vw 7.5vw 2.75vw 20vw;
    border-radius: 0 4.5vw 0 0;
  }
  .bl_exp_txt::before {
    left: 10.75vw;
    width: 14vw;
    height: 26.5vw;
  }
  .bl_exp_txt2 {
    font-size: 7.75vw;
    display: block;
    padding-block: 0;
    margin-top: 3.5vw;
    margin-bottom: 5vw;
    margin-left: 0;
    text-align: center;
  }
  .bl_exp_em {
    display: inline;
    font-size: 9.5vw;
  }
  .bl_exp_txt3 {
    font-size: 7vw;
    padding: 3.25vw 5.75vw 3.25vw 9.5vw;
    border-radius: 0 0 0 4.5vw;
    margin-top: 0;
  }
  .bl_exp_box {
    margin-top: 4.75vw;
  }
  .bl_exp_obj {
    text-align: left;
  }
  .bl_exp_obj img {
    width: 58.75vw;
    height: auto;
    translate: -1.75vw 0;
  }
}

/* step
---------------------------------------- */
.bl_step_ttl {
  color: var(--color-main);
  font-weight: 800;
  text-align: center;
}
.bl_step_subUnit {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.bl_step_subUnit::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -15px;
  display: block;
  width: 113px;
  height: 131px;
  background: url(../img/obj_num04.png) no-repeat center / contain;
}
.bl_step_sub {
  font-size: 54px;
}
.bl_step_sub2 {
  font-size: 52px;
  padding: 0 0 0 2em;
}
.bl_step_boxUnit {
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 107px 0 0 0;
}
.bl_step_box {
  position: relative;
  display: block;
  width: 265px;
  background: #fff;
  padding: 0 15px;
  border-radius: 22px;
}
.bl_step_num {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  color: #fff;
  background: var(--color-main);
}
.bl_step_txt {
  font-size: 18px;
  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-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 0;
  min-height: 175px;
  border-bottom: 3px dotted var(--color-main);
}
.bl_step_action {
  color: #129f04;
  font-size: 18px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9px 0;
  min-height: 136px;
}
.bl_step_action svg {
  width: 36px;
  height: auto;
}
.bl_step_action__input svg {
  width: 40px;
  height: auto;
}
.bl_step_label {
  color: #fff;
  background: url(../img/ico_wakaba.png) no-repeat left 10px center / 15px auto #44bd32;
  font-size: 15px;
  display: inline-block;
  padding: 9px 10px 9px calc(10px + 15px + 10px);
  border-radius: 3px;
}
@media (max-width: 768px) {
  .bl_step_subUnit {
    gap: 3.5vw;
  }
  .bl_step_subUnit::before {
    bottom: -2vw;
    left: 0;
    width: 14.5vw;
    height: auto;
    aspect-ratio: 113/131;
  }
  .bl_step_sub {
    font-size: 7.75vw;
  }
  .bl_step_sub2 {
    font-size: 7.5vw;
  }
  .bl_step_boxUnit {
    display: block;
    margin-top: 9.25vw;
    padding-left: 2.5vw;
  }
  .bl_step_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: auto;
    padding: 2vw 0;
    border-radius: 5.5vw;
  }
  .bl_step_box.bl_step_box__01 {
    min-height: 21vw;
  }
  .bl_step_box.bl_step_box__02 {
    min-height: 27.5vw;
  }
  .bl_step_box.bl_step_box__03 {
    min-height: 24.5vw;
  }
  .bl_step_box.bl_step_box__04 {
    min-height: 16vw;
  }
  .bl_step_box + .bl_step_box {
    margin-top: 3.75vw;
  }
  .bl_step_num {
    top: 50%;
    left: 0;
    translate: -5vw -50%;
    width: 11vw;
    height: 11vw;
  }
  .bl_step_num img {
    width: auto;
    height: 4vw;
  }
  .bl_step_txt {
    width: calc(100% - 25vw);
    font-size: 3.75vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2.5vw 0;
    min-height: auto;
    padding-left: 9vw;
    border-right: 0.75vw dotted var(--color-main);
    border-bottom: 0;
  }
  .bl_step_action {
    width: 25vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 3vw;
    gap: 1.5vw 0;
    min-height: auto;
  }
  .bl_step_action img {
    width: 5.5vw;
    height: auto;
  }
  .bl_step_label {
    background-position: left 2.25vw center;
    background-size: 3vw auto;
    font-size: 3vw;
    padding: 1.75vw 2vw 1.75vw calc(2.25vw + 3vw + 2.25vw);
    border-radius: 0.75vw;
  }
}

/* reserve
---------------------------------------- */
.bl_reserve_ttl {
  position: relative;
  color: var(--color-main);
  font-size: 49px;
  font-weight: 800;
}
.bl_reserve_ttl::before {
  content: "";
  position: absolute;
  bottom: -75px;
  left: 173px;
  display: block;
  width: 217px;
  height: 184px;
  background: url(../img/player04.png) no-repeat center / contain;
}
.bl_reserve_ttl_1 {
  display: block;
  margin: 0 0 19px 428px;
}
.bl_reserve_ttl_2 {
  display: inline-block;
  font-size: 52px;
  color: #fff;
  background: var(--color-main);
  padding: 16px 40px 16px 488px;
  border-radius: 0 18px 0 0;
}
@media not (max-width: 1440px) {
  .bl_reserve_ttl_2::after {
    content: '';
    position: absolute;
    top: 68px;
    right: calc(100% - 1px);
    width: calc(calc((100vw - 1440px) / 2) + 1px);
    width: calc(calc((100cqw - 1440px) / 2) + 1px);
    height: 84px;
    background-color: var(--color-main);
    z-index: -1;
  }
}
.bl_reserve_ttl_3 {
  display: inline-block;
  margin: 0 0 0 30px;
  line-height: calc(84/49);
}
.bl_reserve_btnUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 46px;
  margin: 126px auto 0;
  max-width: 810px;
}
.bl_reserve_btn {
  position: relative;
  color: #fff;
  font-weight: 800;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
  width: 382px;
  height: 106px;
  padding: 0 0 0 87px;
  border-radius: 18px 11px 11px 11px;
}
.bl_reserve_btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 24px);
  left: 27px;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
.bl_reserve_btn.bl_reserve_btn__b {
  background-color: var(--color-tab01);
  -webkit-box-shadow: 8px 8px 0 var(--color2-tab01);
          box-shadow: 8px 8px 0 var(--color2-tab01);
}
.bl_reserve_btn.bl_reserve_btn__y {
  background-color: var(--color-tab02);
  -webkit-box-shadow: 8px 8px 0 var(--color2-tab02);
          box-shadow: 8px 8px 0 var(--color2-tab02);
}
.bl_reserve_btn.bl_reserve_btn__r {
  background-color: var(--color-tab03);
  -webkit-box-shadow: 8px 8px 0 var(--color2-tab03);
          box-shadow: 8px 8px 0 var(--color2-tab03);
}
.bl_reserve_btn.bl_reserve_btn__g {
  background-color: var(--color-sub);
  -webkit-box-shadow: 8px 8px 0 #6d911f;
          box-shadow: 8px 8px 0 #6d911f;
}
.bl_reserve_btn.bl_reserve_btn__b::before {
  background-image: url(../img/ico_calendar_b.png);
}
.bl_reserve_btn.bl_reserve_btn__y::before {
  background-image: url(../img/ico_calendar_y.png);
}
.bl_reserve_btn.bl_reserve_btn__r::before {
  background-image: url(../img/ico_calendar_r.png);
}
.bl_reserve_btn.bl_reserve_btn__g::before {
  background-image: url(../img/ico_writing02.png);
}
.bl_reserve_btnTxt {
  font-size: 28px;
}
.bl_reserve_btnTxt2 {
  font-size: 23px;
}
@media (hover :hover) {
  .bl_reserve_btn {
    -webkit-transition: .2s translate, .2s box-shadow;
    transition: .2s translate, .2s box-shadow;
  }
  .bl_reserve_btn:hover {
    translate: 8px 8px;
  }
  .bl_reserve_btn.bl_reserve_btn__b:hover {
    -webkit-box-shadow: 0 0 0 var(--color2-tab01);
            box-shadow: 0 0 0 var(--color2-tab01);
  }
  .bl_reserve_btn.bl_reserve_btn__y:hover {
    -webkit-box-shadow: 0 0 0 var(--color2-tab02);
            box-shadow: 0 0 0 var(--color2-tab02);
  }
  .bl_reserve_btn.bl_reserve_btn__r:hover {
    -webkit-box-shadow: 0 0 0 var(--color2-tab03);
            box-shadow: 0 0 0 var(--color2-tab03);
  }
  .bl_reserve_btn.bl_reserve_btn__g:hover {
    -webkit-box-shadow: 0 0 0 #6d911f;
            box-shadow: 0 0 0 #6d911f;
  }
}
@media (max-width: 768px) {
  .bl_reserve_ttl {
    font-size: 7.75vw;
  }
  .bl_reserve_ttl::before {
    bottom: -2.25vw;
    left: 0;
    width: 34.25vw;
    height: 29vw;
  }
  .bl_reserve_ttl_1 {
    margin-bottom: 0;
    margin-left: 37vw;
  }
  .bl_reserve_ttl_2 {
    display: block;
    text-align: right;
    font-size: 8.5vw;
    padding: 4.75vw 7.5vw 4.75vw 0;
    border-radius: 0 4.5vw 0 0;
    margin-block: 2.75vw;
    margin-right: 4vw;
  }
  .bl_reserve_ttl_3 {
    display: block;
    margin-right: 8.75vw;
    margin-left: 0;
    line-height: 1;
    text-align: right;
  }
  .bl_reserve_btnUnit {
    display: block;
    margin-top: 12.5vw;
    max-width: 89.5vw;
  }
  .bl_reserve_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5vw 0;
    width: auto;
    height: 23.5vw;
    padding-left: 20vw;
    border-radius: 4.5vw 2.75vw 2.75vw 2.75vw;
  }
  .bl_reserve_btn + .bl_reserve_btn {
    margin-top: 7vw;
  }
  .bl_reserve_btn::before {
    top: calc(50% - 5.25vw);
    left: 6vw;
    width: 10.5vw;
    height: 10.5vw;
    background-size: 5.75vw auto;
  }
  .bl_reserve_btn.bl_reserve_btn__b {
    -webkit-box-shadow: 2vw 2vw 0 var(--color2-tab01);
            box-shadow: 2vw 2vw 0 var(--color2-tab01);
  }
  .bl_reserve_btn.bl_reserve_btn__y {
    -webkit-box-shadow: 2vw 2vw 0 var(--color2-tab02);
            box-shadow: 2vw 2vw 0 var(--color2-tab02);
  }
  .bl_reserve_btn.bl_reserve_btn__r {
    -webkit-box-shadow: 2vw 2vw 0 var(--color2-tab03);
            box-shadow: 2vw 2vw 0 var(--color2-tab03);
  }
  .bl_reserve_btn.bl_reserve_btn__g {
    -webkit-box-shadow: 2vw 2vw 0 #6d911f;
            box-shadow: 2vw 2vw 0 #6d911f;
  }
  .bl_reserve_btnTxt {
    font-size: 6.25vw;
  }
  .bl_reserve_btnTxt2 {
    font-size: 5vw;
  }
}

/* footer
---------------------------------------- */
.bl_footer {
  text-align: center;
}
@media (max-width: 768px) {
  .bl_footer img {
    width: auto;
    height: 2.5vw;
  }
}

/* ============================================================
element
============================================================ */

/* main */
.el_main {
  color: var(--color-main);
}

/* accent */
.el_accent {
  color: var(--color-accent);
}

/* ============================================================
helper
============================================================ */
.hp_hide {
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  -webkit-clip-path: inset(0 0 0 0) !important;
          clip-path: inset(0 0 0 0) !important;
}
@media screen and (min-width: 769px) {
  .hp_sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hp_pc {
    display: none !important;
  }
}

/* ============================================================
animation
============================================================ */
.js-fade-in {
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition-duration: 1s;
}

.js-fade-up {
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition-duration: 1s;
}

.is-active {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
