@charset "UTF-8";
/* common.css
----------------------------------------------------------------- */
@layer utilities {
  @media (max-width: 768px) {
    .disp_pt {
      display: none;
    }
  }
  .disp_sp {
    display: none;
  }
  @media (max-width: 768px) {
    .disp_sp {
      display: block;
    }
  }
  .noPosts, .noPosts--paddingNone, .noPosts--white {
    text-align: center;
    font-size: clamp(16px, 1.8518518519vw, 20px);
    font-weight: bold;
    letter-spacing: 0.1em;
    color: var(--black);
    padding-block: 100px;
  }
  .noPosts--white {
    color: var(--white);
  }
  .noPosts--paddingNone {
    font-size: clamp(14px, 1.4814814815vw, 16px);
    padding-block: 0;
  }
  .fadeInUp {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s ease-in-out;
  }
  .fadeInUp.inView {
    opacity: 1;
    transform: translateY(0);
  }
}
@layer base {
  :root {
    --windowHeight: 0;
    --en: "Roboto", sans-serif;
    --blue: #393997;
    --navy: #192161;
    --purple: #EFEFFD;
    --light-purple: #D7D7F5;
    --yellow: #FFE200;
    --white: #FFFFFF;
    --black: #000000;
  }
  body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
  }
  img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  a {
    text-decoration: none;
    transition: all 0.3s;
  }
  @media (min-width: 767px) {
    a.hover:hover {
      transform: translateY(-3px);
    }
  }
  iframe {
    width: 100%;
    height: 100%;
  }
  .contents {
    padding-block: 100px 80px;
    min-height: 400px;
  }
  .container {
    max-width: 1040px;
    width: 100%;
    padding-inline: 20px;
    margin: 0 auto;
  }
  .header__fix, .header__fix--lawer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
  }
  .header__fix--lawer {
    position: absolute;
    top: 355px;
  }
  @media (max-width: 1024px) {
    .header__fix--lawer {
      top: 285px;
    }
  }
  .header__container {
    width: 100%;
    margin: -1px auto 0;
    position: relative;
    z-index: 2;
  }
  .header__block {
    padding-block: 27px;
  }
  @media (max-width: 768px) {
    .header__block {
      padding-block: 0;
    }
  }
  .header__navi {
    position: relative;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    padding: 0 30px;
    box-sizing: border-box;
    transition: 0.2s ease-in-out;
  }
  .header__naviList, .header__naviList--lawer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
  }
  .header__naviList--lawer {
    justify-content: center;
  }
  .header__logo {
    width: 100%;
  }
  .header__logoLink {
    display: block;
    width: 100%;
  }
  .header__naviContList {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
  }
  .header__naviContItem:nth-child(2) {
    width: 10%;
    padding: 0.1em 2% 0 0;
    max-width: 70px;
  }
  @media (max-width: 1440px) {
    .header__naviContItem:nth-child(2) {
      max-width: 50px;
      width: auto;
      padding: 0.1em 1% 0 0;
    }
  }
  .header__btnList {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
  }
  .header__btnItem {
    padding: 0 1em;
  }
  .header__btnReserve {
    display: block;
    max-width: 201.4px;
    width: 100%;
  }
  .header__btnTel {
    display: block;
    max-width: 234.3px;
    width: 100%;
  }
  .header__naviArea.open .header__drawer {
    transform: translateX(0%);
    opacity: 1;
  }
  .header__naviArea.open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    z-index: 2;
    cursor: pointer;
  }
  .header__drawer {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--blue);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s;
    z-index: 31;
    opacity: 0;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transform: translateX(100%);
    max-width: 540px;
    width: 100%;
  }
  .header__drawerInner {
    display: flex;
    height: 100%;
  }
  .header__drawerWrap {
    margin-block: auto;
    padding-block: 5em 10em;
    padding-inline: clamp(28px, 3.5185185185vw, 38px);
  }
  @media (max-width: 768px) {
    .header__drawerWrap {
      padding-block: 4em 2em;
    }
  }
  .header__drawerNaviList {
    padding-left: clamp(10px, 2.7777777778vw, 30px);
  }
  .header__drawerNaviItem:last-of-type .header__drawerNaviLink {
    font-size: 30px;
    margin-left: 5px;
  }
  .header__drawerNaviTitle > span {
    display: inline-block;
    font-size: 12px;
    padding-right: 1rem;
  }
  .header__drawerNaviLink {
    font-family: var(--en);
    font-size: clamp(65px, 10.4166666667vw, 80px);
    font-weight: bold;
    line-height: 1;
    color: var(--yellow);
    text-decoration: none;
    display: block;
    width: 100%;
  }
  @media (max-width: 425px) {
    .header__drawerNaviLink {
      font-size: 58px;
    }
  }
  @media (min-width: 767px) {
    .header__drawerNaviLink:hover {
      transform: translateY(-3px);
    }
  }
  .header__drawerNaviLink > span {
    display: inline-block;
    padding-right: 0.8rem;
  }
  .header .header__drawerYT {
    max-width: 124.5px;
    width: 100%;
    margin-left: clamp(10px, 2.7777777778vw, 30px);
  }
  .header__drawerYTLink {
    display: block;
    width: 100%;
    margin-top: 24px;
    margin-left: 5px;
  }
  @media (min-width: 767px) {
    .header__drawerYTLink:hover {
      transform: translateY(-3px);
    }
  }
  .header__toggleBtn {
    display: block;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 1;
    position: relative;
  }
  @media (max-width: 768px) {
    .header__toggleBtn {
      display: none;
    }
  }
  @media (min-width: 767px) {
    .header__toggleBtn:hover {
      transform: translateY(-3px);
    }
  }
  .header__openBtn, .header__openBtn--lawer {
    position: relative;
    width: 181px;
    border: 6px solid var(--blue);
    background: var(--yellow);
    font-family: var(--en);
    font-size: 35px;
    line-height: 0.8;
    font-weight: bold;
    color: var(--blue);
    text-align: center;
    padding-block: 4px;
    cursor: pointer;
  }
  .header__openBtn--lawer {
    width: 184.3px;
    border: 2px solid var(--blue);
    font-size: 34px;
    padding-block: 9px;
  }
  .header #mask {
    display: none;
    transition: all 0.5s;
  }
  .footer {
    display: flex;
    flex-direction: column;
    background: var(--blue);
    padding-block: 76px 62px;
    position: relative;
    z-index: 2;
  }
  @media (max-width: 768px) {
    .footer {
      padding-block: 20px 62px;
    }
  }
  .footer__inner {
    display: flex;
    flex-direction: column;
    gap: 119px;
    max-width: 1125px;
    width: 89%;
    margin: 0 auto;
  }
  @media (max-width: 768px) {
    .footer__inner {
      gap: 22.2px;
    }
  }
  .footer__naviList {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 20px 42px;
  }
  @media (max-width: 768px) {
    .footer__naviList {
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
    }
  }
  @media (max-width: 768px) {
    .footer__naviItem:last-of-type {
      margin-top: 10px;
    }
  }
  .footer__naviLink {
    display: block;
    font-family: var(--en);
    font-size: 60px;
    font-weight: bold;
    color: var(--yellow);
    text-decoration: none;
  }
  @media (max-width: 768px) {
    .footer__naviLink {
      font-size: 70px;
    }
  }
  @media (max-width: 425px) {
    .footer__naviLink {
      font-size: 60px;
    }
  }
  @media (min-width: 767px) {
    .footer__naviLink:hover {
      transform: translateY(-3px);
    }
  }
  .footer__naviLink.policy {
    font-size: 30px;
    padding-bottom: 12px;
  }
  .footer__naviLink.youtube {
    max-width: 116px;
    width: 100%;
    padding-bottom: 15px;
  }
  .footer__groupBox {
    display: flex;
    align-items: center;
    gap: 14px 81px;
    margin-top: 40px;
  }
  @media (max-width: 768px) {
    .footer__groupBox {
      flex-direction: column;
      margin-top: 50px;
    }
  }
  .footer__groupHeading {
    font-size: clamp(20px, 4.6296296296vw, 50px);
    line-height: 1;
    font-weight: bold;
    color: var(--yellow);
  }
  .footer__groupList {
    max-width: 672px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  @media (max-width: 768px) {
    .footer__groupList {
      gap: 40px;
    }
  }
  .footer__groupItem.showgun {
    max-width: clamp(65.41px, 12.4444444444vw, 134.4px);
    min-width: clamp(65.41px, 12.4444444444vw, 134.4px);
    width: 100%;
  }
  .footer__groupItem.ipc {
    max-width: clamp(56.5px, 10.7407407407vw, 116px);
    min-width: clamp(56.5px, 10.7407407407vw, 116px);
    width: 100%;
  }
  .footer__groupItem.ipc_houritu {
    max-width: clamp(81.9px, 15.5740740741vw, 168.2px);
    min-width: clamp(81.9px, 15.5740740741vw, 168.2px);
    width: 100px;
  }
  .footer__groupLink {
    display: block;
    width: 100%;
  }
  @media (min-width: 767px) {
    .footer__groupLink:hover {
      transform: translateY(-3px);
    }
  }
  .footer__copyright {
    text-align: center;
    font-size: clamp(10px, 2.0833333333vw, 16px);
    line-height: 1.125;
    color: var(--yellow);
  }
}