:root {
  --primary: #00AFEC;
  --wh: #fff;
  --wh2: #eee;
  --wh3: #f6f6f6;
  --bk: #000;
  --bk2: #333;
  --gray: #B6BCC1;
  --blue: #15A0D4;
  --blue_dark: #0366B3;
  --yellow: #ECE800;
}

/* reset */
/* -------------------------------------------------------- */
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

img[src$=".svg"] {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button {
  outline: none;
  border: none;
  background: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/* base settings */
/* -------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  margin: 0;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  /*  font-feature-settings: "palt" 1; */
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
}
body.fixed {
  position: fixed;
  width: 100%;
}

a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* common setting
-------------------------------------------------- */
@media print, screen and (min-width: 765px) {
  .sp {
    display: none !important;
  }
}
@media print, screen and (min-width: 541px) {
  .sp2 {
    display: none !important;
  }
}
@media only screen and (max-width: 764px) {
  .pc {
    display: none !important;
  }
}
/* layout setting
-------------------------------------------------- */
.main_width {
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 1360px;
}
@media only screen and (max-width: 764px) and (orientation: portrait) {
  .main_width {
    width: calc(100% - 30px);
  }
}

.menu_button {
  display: none;
}

.nav_content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  opacity: 0;
  z-index: 20;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  background: var(--primary);
}
.nav_content.active {
  opacity: 1;
}
.nav_content .nav_container {
  position: relative;
  padding: 24px;
  width: 100%;
  height: 100%;
  color: var(--wh);
  overflow: hidden;
}
@media only screen and (max-width: 764px) {
  .nav_content .nav_container {
    padding: 19px;
  }
}
.nav_content .nav_logo {
  position: absolute;
  width: 124px;
  height: 50px;
  top: 51px;
  left: 53px;
}
@media only screen and (max-width: 764px) {
  .nav_content .nav_logo {
    width: 84px;
    height: 34px;
    top: 40px;
    left: 30px;
  }
}
.nav_content .nav_inner {
  position: absolute;
  width: 98%;
  height: calc(100% - 104px);
  top: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 764px) {
  .nav_content .nav_inner {
    max-width: calc(100% - 38px);
  }
}
.nav_content .nav_inner .nav_bloc {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: rgba(3, 102, 179, 0.3) rgba(255, 255, 255, 0);
}
.nav_content .nav_inner .nav {
  margin: 0 auto;
  padding: 0 30px 0 15px;
  width: 100%;
  height: 100%;
}
.nav_content .nav_inner .nav ul {
  margin-left: 14px;
  margin-bottom: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px 0;
}
.nav_content .nav_inner .nav ul li {
  position: relative;
  padding: 0 0 0 20px;
  height: auto;
  line-height: 1;
}
.nav_content .nav_inner .nav ul li::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 16px;
  background: url(../img/common/arrow_red.svg) no-repeat 0 0/contain;
  top: 3px;
  left: 0;
}
.nav_content .nav_inner .nav ul li span {
  margin-top: 5px;
  color: var(--wh);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: left;
  display: block;
}
.nav_content .nav_inner .nav .nav_bnr {
  margin-left: 14px;
  padding-bottom: 10px;
  width: 100%;
  max-width: 283px;
}

@media only screen and (max-width: 1199px) {
  .menu_button {
    display: block;
    position: fixed;
    width: 44px;
    height: 44px;
    top: 40px;
    right: 54px;
    padding: 0;
    cursor: pointer;
    background: none;
    border: none;
    z-index: 99999;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 764px) {
  .menu_button {
    right: 28px;
  }
}
@media only screen and (max-width: 1199px) {
  .menu_button span {
    width: 100%;
    height: 100%;
    background: url(../img/common/icon_menu_w.svg) no-repeat 0 0/contain;
    display: block;
  }
  .menu_button.close span {
    background: url(../img/common/icon_menu_close_w.svg) no-repeat 0 0/contain;
  }
  .menu_button.invertColor span {
    background: url(../img/common/icon_menu_b.svg) no-repeat 0 0/contain;
  }
  .menu_button.invertColor.close span {
    background: url(../img/common/icon_menu_close_w.svg) no-repeat 0 0/contain;
  }
  .nav_content.active ~ .btn_skip {
    opacity: 0 !important;
  }
}
/* footer */
/* -------------------------------------------------------- */
.footer {
  margin-top: 24px;
}
.footer .f_content01 {
  padding-top: 60px;
  padding-bottom: 50px;
  background: var(--bk2);
}
@media only screen and (max-width: 764px) {
  .footer .f_content01 {
    padding-top: 48px;
    padding-bottom: 40px;
  }
}
.footer .f_content01 .f_content01_inner {
  margin: 0 auto 45px;
  width: calc(100% - 120px);
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 50px;
}
@media only screen and (max-width: 1399px) {
  .footer .f_content01 .f_content01_inner {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 764px) {
  .footer .f_content01 .f_content01_inner {
    margin: 0 auto 40px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
  }
}
.footer .f_content01 .f_content01_inner .f_content01_01 {
  width: 24.5vw;
  max-width: 300px;
  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;
}
@media only screen and (max-width: 1200px) {
  .footer .f_content01 .f_content01_inner .f_content01_01 {
    width: 35.5vw;
  }
}
@media only screen and (max-width: 764px) {
  .footer .f_content01 .f_content01_inner .f_content01_01 {
    width: 100%;
    max-width: auto;
    max-width: inherit;
    padding-left: 23px;
    -webkit-transform: none;
            transform: none;
  }
}
.footer .f_content01 .f_content01_inner .f_content01_01 .f_logo {
  margin-bottom: 20px;
  width: 214px;
}
@media only screen and (max-width: 764px) {
  .footer .f_content01 .f_content01_inner .f_content01_01 .f_logo {
    margin-bottom: 21px;
    width: 120px;
  }
}
.footer .f_content01 .f_content01_inner .f_content01_01 p {
  margin-bottom: 20px;
  color: var(--wh);
  font-size: clamp(1.2rem, 1.2vw, 1.3rem);
  line-height: 2;
}
@media only screen and (max-width: 764px) {
  .footer .f_content01 .f_content01_inner .f_content01_01 p {
    margin-bottom: 32px;
  }
}
.footer .f_content01 .f_content01_inner .f_content01_01 .f_bnr {
  margin-bottom: 23px;
  max-width: 294px;
}
.footer .f_content01 .f_content01_inner .f_content01_01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 32px;
}
@media only screen and (max-width: 764px) {
  .footer .f_content01 .f_content01_inner .f_content01_01 ul {
    gap: 0 16px;
  }
}
.footer .f_content01 .f_content01_inner .f_content01_01 ul li {
  width: 126px;
}
.footer .f_content01 .f_content01_inner .f_content01_01 ul li:nth-of-type(2) {
  width: 148px;
}
.footer .f_content01 .f_content01_inner .f_content01_01 ul li span {
  padding-bottom: 5px;
  color: var(--wh);
  font-family: "Inter", sans-serif;
  font-size: clamp(1.2rem, 1.14vw, 1.4rem);
  white-space: nowrap;
  display: block;
}
.footer .f_content01 .f_content01_inner .f_content01_02 {
  position: relative;
  padding: 0 40px 22px 0;
  width: calc(100% - 340px);
  max-width: 950px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media only screen and (max-width: 764px) {
  .footer .f_content01 .f_content01_inner .f_content01_02 {
    padding: 0 0 12px 23px;
    width: 100%;
  }
}
.footer .f_content01 .f_content01_inner .f_content01_02 .swiper {
  width: 100%;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
@media only screen and (max-width: 764px) {
  .footer .f_content01 .f_content01_inner .f_content01_02 .swiper {
    padding-right: 23px;
  }
}
.footer .f_content01 .f_content01_inner .f_content01_02 .f_app_list_swiper .swiper-slide .swiper-img img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
@media only screen and (max-width: 764px) {
  .footer .f_content01 .f_content01_inner .f_content01_02 .f_app_list_swiper .swiper-slide .swiper-img img {
    border-radius: 3.74px;
  }
}
@media only screen and (max-width: 764px) {
  .footer .f_content01 .f_content01_inner .f_content01_02 .swiper-acs {
    position: relative;
    padding-right: 23px;
    width: 100%;
    height: 38px;
    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;
    bottom: -12px;
  }
}
.footer .f_content01 .f_content01_inner .f_content01_02 .swiper-button-prev-2,
.footer .f_content01 .f_content01_inner .f_content01_02 .swiper-button-next-2 {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 50%;
  cursor: pointer;
  outline: none;
  pointer-events: auto !important;
  z-index: 10;
}
@media only screen and (max-width: 764px) {
  .footer .f_content01 .f_content01_inner .f_content01_02 .swiper-button-prev-2,
  .footer .f_content01 .f_content01_inner .f_content01_02 .swiper-button-next-2 {
    position: static;
    margin-top: 0;
    width: 36px;
    height: 36px;
  }
}
.footer .f_content01 .f_content01_inner .f_content01_02 .swiper-button-prev-2::after,
.footer .f_content01 .f_content01_inner .f_content01_02 .swiper-button-next-2::after {
  content: none;
}
.footer .f_content01 .f_content01_inner .f_content01_02 .swiper-button-prev-2 {
  left: -40px;
  background: url(../img/common/btn_carousel_prev.svg) no-repeat 0 0/contain;
}
@media only screen and (max-width: 764px) {
  .footer .f_content01 .f_content01_inner .f_content01_02 .swiper-button-prev-2 {
    left: auto;
  }
}
.footer .f_content01 .f_content01_inner .f_content01_02 .swiper-button-next-2 {
  right: 0;
  background: url(../img/common/btn_carousel_next.svg) no-repeat 0 0/contain;
}
@media only screen and (max-width: 764px) {
  .footer .f_content01 .f_content01_inner .f_content01_02 .swiper-button-next-2 {
    right: auto;
  }
}
@media only screen and (min-width: 765px) {
  .footer .f_content01 .f_content01_inner .f_content01_02 .swiper-button-disabled {
    display: none;
  }
}
.footer .f_content01 .f_content01_inner .f_content01_02 .swiper-scrollbar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: var(--wh);
  z-index: 5;
  width: calc(100% - 40px);
}
@media only screen and (max-width: 764px) {
  .footer .f_content01 .f_content01_inner .f_content01_02 .swiper-scrollbar {
    position: static;
    width: 82%;
  }
}
@media only screen and (max-width: 540px) {
  .footer .f_content01 .f_content01_inner .f_content01_02 .swiper-scrollbar {
    position: static;
    width: 68%;
  }
}
.footer .f_content01 .f_content01_inner .f_content01_02 .swiper-scrollbar-drag {
  background-color: var(--primary);
}
.footer .f_content01 .f_sns_icon {
  margin: 0 auto;
  width: calc(100% - 120px);
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 55px;
}
@media only screen and (max-width: 764px) {
  .footer .f_content01 .f_sns_icon {
    width: 100%;
    display: block;
    padding-left: 32px;
    padding-right: 30px;
  }
}
.footer .f_content01 .f_sns_icon .img-qr {
  width: 74px;
}
.footer .f_content01 .f_sns_icon ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 24px;
}
@media only screen and (max-width: 764px) {
  .footer .f_content01 .f_sns_icon ul {
    gap: 0 26px;
  }
}
.footer .f_content01 .f_sns_icon ul li {
  width: 34px;
}
@media only screen and (max-width: 764px) {
  .footer .f_content01 .f_sns_icon ul li {
    width: 38px;
  }
}
.footer .f_content01 .f_sns_icon ul li.youtube {
  width: 48px;
}
@media only screen and (max-width: 764px) {
  .footer .f_content01 .f_sns_icon ul li.youtube {
    width: 54px;
  }
}
.footer .f_content02 {
  font-family: "Inter", sans-serif;
  background: var(--wh3);
}
.footer .f_content02 .inner {
  margin: 0 auto;
  padding: 12px 0;
  width: calc(100% - 120px);
  max-width: 1280px;
  color: var(--bk);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 764px) {
  .footer .f_content02 .inner {
    padding: 22px 0;
    width: calc(100% - 46px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
.footer .f_content02 .inner .f_nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 54px;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 764px) {
  .footer .f_content02 .inner .f_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
.footer .f_content02 .inner .copyright {
  font-size: 1rem;
}