@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/custom/hoya/assets/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/custom/hoya/assets/font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/custom/hoya/assets/font/Poppins-Regular.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/custom/hoya/assets/font/Poppins-Bold.woff") format("woff");
}
@font-face {
  font-family: "Rounded M+ 1p";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/custom/hoya/assets/font/MPLUS1p-Regular.woff") format("woff");
}
@font-face {
  font-family: "Rounded M+ 1p";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/custom/hoya/assets/font/MPLUS1p-Bold.woff") format("woff");
}
.sample_card {
  margin-top: 16px;
  margin: 24px;
}

.sample_header {
  margin-top: 16px;
  margin-bottom: 32px;
}

.sample_content {
  padding-top: 24px;
  padding: 8px;
}

.sample_section {
  padding-top: 16px;
  padding-right: 24px;
  padding-left: 24px;
}

.sample_btn-next {
  background: url(/sites/default/files/media/assets/svg/icons/round/round-arrow-right-m-blue.svg) no-repeat center/contain;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.sample_btn-line {
  background: url(/sites/default/files/media/assets/svg/icons/line/line-arrow-right-m-blue.svg) no-repeat center/contain;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.sample_btn-indicator {
  background: url(/sites/default/files/media/assets/svg/icons/indicator/indicator-arrow-right-m-blue.svg) no-repeat center/contain;
  display: inline-block;
  width: 26px;
  height: 26px;
}

.sample_btn-filled {
  background: url(/sites/default/files/media/assets/svg/icons/filled/filled-arrow-right-m-blue.svg) no-repeat center/contain;
  display: inline-block;
  width: 26px;
  height: 26px;
}

@media print, screen and (min-width: 768px) {
  html {
    scroll-padding-top: 72px;
  }
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 62px;
  }
}
.inc-header {
  position: relative;
  padding-bottom: 136px;
  background: -webkit-gradient(linear, left top, left bottom, from(#EDF9FF), to(#D9F1FE));
  background: -webkit-linear-gradient(top, #EDF9FF 0%, #D9F1FE 100%);
  background: linear-gradient(180deg, #EDF9FF 0%, #D9F1FE 100%);
}
@media (max-width: 767px) {
  .inc-header {
    padding-bottom: 102px;
    min-width: 375px;
  }
}

.l-header {
  max-width: 1376px;
  position: absolute;
  width: calc(100% - 20px);
  height: 72px;
  top: 32px;
  right: 0;
  left: 0;
  z-index: 100;
  border-radius: 36px;
  background: #FFF;
  -webkit-box-shadow: 0 2px 18px 0 rgba(3, 155, 233, 0.3);
          box-shadow: 0 2px 18px 0 rgba(3, 155, 233, 0.3);
  margin: auto;
  padding: 6px 8px 6px 16px;
}
@media (max-width: 900px) {
  .l-header {
    height: 62px;
    padding: 0 5px 0 16px;
  }
}
@media (max-width: 767px) {
  .l-header {
    top: 16px;
  }
}
.l-header.is-fixed {
  position: fixed;
  top: 0;
  border-radius: 0 0 36px 36px;
}
.l-header.is-active {
  height: auto;
}
.l-header__inner {
  grid-template-columns: 60px 1fr;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  .l-header__inner {
    height: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (max-width: 900px) {
  .l-header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header__nav {
  display: none;
}
@media (max-width: 900px) {
  .l-header__nav {
    display: grid;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    grid-template-columns: auto 60px;
  }
  .l-header__nav:has(+ .is-active)::after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }
}
.l-header__list {
  display: grid;
  grid-template-columns: 60px 60px 62px;
}
.l-header__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header__item > a {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 150%; /* 15px */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header__item--coupon > a::before {
  content: "";
  background: url("/sites/default/files/media/assets/images/common/header-coupon.svg") no-repeat center/contain;
  width: 26px;
  height: 26px;
  display: block;
}
.l-header__item--login > a::before {
  content: "";
  background: url("/sites/default/files/media/assets/images/common/header-login.svg") no-repeat center/contain;
  width: 26px;
  height: 26px;
  display: block;
}
.l-header__item--store {
  background: #D9F1FF;
}
.l-header__item--store > a {
  color: #015CAE;
}
.l-header__item--store > a::before {
  content: "";
  background: url("/sites/default/files/media/assets/images/common/header-shop-search.svg") no-repeat center/contain;
  width: 26px;
  height: 26px;
  display: block;
}
.l-header__menu {
  position: relative;
}
.l-header__menu--icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #009CE5;
}
.l-header__menu--icon::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -13px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #009CE5;
}
.l-header__menu--icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -13px;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #009CE5;
}
.l-header__nav-utility {
  grid-template-columns: 1fr auto;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 900px) {
  .l-header__nav-utility {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    padding: 28px 24px 20px;
    background: #FFF;
    overflow-y: auto;
    max-height: 100vh;
  }
  .l-header__nav-utility.is-active {
    display: grid;
  }
}
.l-header-gnav {
  margin-left: 40px;
}
@media (min-width: 901px) and (max-width: 1279px) {
  .l-header-gnav {
    margin-left: 2.91vw;
  }
}
@media (min-width: 901px) and (max-width: 1140px) {
  .l-header-gnav {
    margin-left: 1.76vw;
  }
}
@media (max-width: 900px) {
  .l-header-gnav {
    margin-left: 0;
    grid-area: 2;
  }
}
.l-header-gnav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  gap: 32px;
}
@media (min-width: 901px) and (max-width: 1279px) {
  .l-header-gnav__list {
    gap: 2.33vw;
  }
}
@media (min-width: 901px) and (max-width: 1140px) {
  .l-header-gnav__list {
    gap: 1.76vw;
  }
}
@media (max-width: 900px) {
  .l-header-gnav__list {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
.l-header-gnav__item {
  text-align: center;
}
@media (max-width: 900px) {
  .l-header-gnav__item {
    width: 100%;
    border-bottom: 1px solid #B9B9B9;
  }
}
.l-header-gnav__item.has-dropdown > a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/sites/default/files/media/assets/svg/icons/line/line-arrow-bottom-m-blue.svg) no-repeat center/contain;
}
@media (max-width: 900px) {
  .l-header-gnav__item.has-dropdown > a::after {
    margin-left: auto;
    background: url(/sites/default/files/media/assets/svg/icons/line/line-plus-m-blue.svg) no-repeat center/contain;
  }
}
.l-header-gnav__item.has-dropdown.is-active > a::after {
  background: url(/sites/default/files/media/assets/svg/icons/line/line-arrow-top-m-blue.svg) no-repeat center/contain;
}
@media (max-width: 900px) {
  .l-header-gnav__item.has-dropdown.is-active > a::after {
    background: url(/sites/default/files/media/assets/svg/icons/line/line-minus-m-blue.svg) no-repeat center/contain;
  }
}
@media (min-width: 901px) {
  .l-header-gnav__item.has-dropdown.is-active .l-header-gnav__link span {
    color: #007AC9;
  }
  .l-header-gnav__item.has-dropdown.is-active .l-header-gnav__link span::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #007AC9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
}
.l-header-gnav__item--home {
  display: none;
}
@media (max-width: 900px) {
  .l-header-gnav__item--home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header-gnav__item--home .l-header-gnav__link::before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: url("/sites/default/files/media/assets/images/common/header-home.svg") no-repeat center/contain;
  }
  .l-header-gnav__item--home .l-header-gnav__link::after {
    content: none;
  }
}
@media (max-width: 900px) {
  .l-header-gnav__item--guide .l-header-gnav__link::before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: url("/sites/default/files/media/assets/images/common/header-guide.svg") no-repeat center/contain;
  }
  .l-header-gnav__item--coupon .l-header-gnav__link::before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: url("/sites/default/files/media/assets/images/common/header-coupon.svg") no-repeat center/contain;
  }
  .l-header-gnav__item--store-locator .l-header-gnav__link::before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: url("/sites/default/files/media/assets/images/common/header-store-locator.svg") no-repeat center/contain;
  }
  .l-header-gnav__item--product .l-header-gnav__link::before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: url("/sites/default/files/media/assets/images/common/header-product.svg") no-repeat center/contain;
  }
  .l-header-gnav__item--service .l-header-gnav__link::before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: url("/sites/default/files/media/assets/images/common/header-service.svg") no-repeat center/contain;
  }
  .l-header-gnav__item--support .l-header-gnav__link::before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: url("/sites/default/files/media/assets/images/common/header-support.svg") no-repeat center/contain;
  }
  .l-header-gnav__item--sdgs .l-header-gnav__link::before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: url("/sites/default/files/media/assets/images/common/header-sdgs.svg") no-repeat center/contain;
  }
}
.l-header-gnav__link {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 130%; /* 16.9px */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  cursor: pointer;
  position: relative;
}
@media (min-width: 901px) {
  .l-header-gnav__link:hover {
    color: #007AC9;
  }
  .l-header-gnav__link span {
    position: relative;
  }
  .l-header-gnav__link:hover span::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #007AC9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
}
@media (max-width: 900px) {
  .l-header-gnav__link {
    font-size: 16px;
    line-height: 160%; /* 25.6px */
    gap: 8px;
    width: 100%;
    padding: 16px 0;
  }
  .l-header-gnav__link br {
    display: none;
  }
  .l-header-gnav__link::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-left: auto;
    background: url(/sites/default/files/media/assets/svg/icons/line/line-arrow-right-m-blue.svg) no-repeat center/contain;
  }
}
.l-header__utility {
  margin-left: 16px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 900px) {
  .l-header__utility {
    grid-area: 1;
    margin-left: auto;
  }
}
.l-header__faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 150%; /* 19.5px */
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 900px) {
  .l-header__faq {
    font-size: 10px;
    font-weight: 500;
    line-height: 120%;
  }
}
.l-header__faq::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url("/sites/default/files/media/assets/images/common/header-faq.svg") no-repeat center/contain;
}
.l-header__login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 150%; /* 19.5px */
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 900px) {
  .l-header__login {
    font-size: 10px;
    font-weight: 500;
    line-height: 120%;
  }
}
.l-header__login::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url("/sites/default/files/media/assets/images/common/header-login.svg") no-repeat center/contain;
}
.l-header__store-search {
  padding: 16px 13px 16px 20px;
  border-radius: 28px;
  background: #D9F1FF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  color: #015CAE;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
.l-header__store-search::before {
  content: "";
  display: block;
  width: 21px;
  height: 28px;
  background: url("/sites/default/files/media/assets/images/common/header-shop-search.svg") no-repeat center/contain;
}
@media (max-width: 900px) {
  .l-header__store-search {
    display: none;
  }
}
.l-header__menu-close {
  display: none;
}
@media (max-width: 900px) {
  .l-header__menu-close {
    display: block;
    background: url(/sites/default/files/media/assets/svg/icons/round/round-close-l-lightblue.svg) no-repeat center/contain;
    display: inline-block;
    width: 40px;
    height: 40px;
  }
}
.l-header__menu-bottom-close {
  display: none;
}
@media (max-width: 900px) {
  .l-header__menu-bottom-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #333;
    leading-trim: both;
    text-edge: cap;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 250%; /* 35px */
    gap: 4px;
    margin: 32px 0 20px;
  }
  .l-header__menu-bottom-close::after {
    content: "";
    background: url(/sites/default/files/media/assets/svg/icons/round/round-close-s-blue.svg) no-repeat center/contain;
    display: inline-block;
    width: 16px;
    height: 16px;
  }
}
.l-header-mega {
  display: none;
  margin-left: 100px;
  padding: 36px 0 32px;
}
@media (min-width: 901px) {
  .l-header-mega.is-active {
    display: block;
  }
}
.l-header-mega__inner {
  display: none;
}
.l-header-mega__inner.is-active {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 24px;
}
@media (max-width: 900px) {
  .l-header-mega__inner.is-active {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 0;
  }
}
.l-header-mega__inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px 26px;
}
@media (max-width: 900px) {
  .l-header-mega__inner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.l-header-mega__inner a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 130%; /* 16.9px */
}
@media (min-width: 901px) {
  .l-header-mega__inner a:hover span {
    color: #007AC9;
    position: relative;
  }
  .l-header-mega__inner a:hover span::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #007AC9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
}
@media (max-width: 900px) {
  .l-header-mega__inner a {
    font-size: 14px;
    line-height: 160%; /* 22.4px */
    margin: 0 0 16px 48px;
  }
}
.l-header-mega__inner a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/sites/default/files/media/assets/svg/icons/line/line-arrow-right-m-blue.svg) no-repeat center/contain;
  margin-left: auto;
}
.l-header-mega__inner-top a {
  font-weight: 700;
  position: relative;
}
.l-header-mega__inner-top a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #009CE5;
  top: 0;
  bottom: 0;
  left: -15px;
  margin: auto;
  position: absolute;
}
.l-header--simple {
  border-bottom: 1px solid #ccc;
}
.l-header--simple .l-grid {
  max-width: 950px;
  padding: 15px;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
@media (max-width: 900px) {
  .l-header--simple .l-grid {
    height: 62px;
  }
}
.l-header--simple .l-grid img {
  height: 40px;
}
.l-header--simple .l-grid p {
  text-align: right;
  font-size: 12px;
}

@media (max-width: 900px) {
  .inc-footer {
    min-width: 375px;
  }
}

.l-footer {
  padding-top: 80px;
}
.l-footer__notice {
  padding: 16px 0;
  border: 1px solid #E8EDF2;
  background: #FBFBFB;
}
.l-footer__notice > div {
  max-width: 1072px;
  margin: 0 auto;
  padding: 0 16px;
}
.l-footer__main {
  display: grid;
  grid-template-columns: auto minmax(auto, 780px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 56px;
  gap: 120px;
}
@media (max-width: 900px) {
  .l-footer__main {
    padding: 32px 24px 40px;
    grid-template-columns: 100%;
    grid-template-rows: repeat(2, auto);
    gap: 24px;
  }
}
@media (max-width: 900px) {
  .l-footer__logo {
    display: none;
  }
}
.l-footer__sns {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}
@media (max-width: 900px) {
  .l-footer__sns {
    gap: 20px;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.l-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 900px) {
  .l-footer__nav {
    grid-template-columns: auto;
  }
}
.l-footer__group {
  padding: 0 16px;
}
@media (max-width: 900px) {
  .l-footer__group {
    padding: 0;
  }
}
.l-footer__title {
  margin-top: 32px;
}
@media (max-width: 900px) {
  .l-footer__title {
    margin-top: 0;
  }
}
.l-footer__title:first-of-type {
  margin-top: 0;
}
.l-footer__title a {
  color: #015CAE;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 160%; /* 20.8px */
}
@media (max-width: 900px) {
  .l-footer__title a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 8px 16px 0;
    color: #000;
    /* Bold/本文S-Bold */
    font-size: 14px;
    border-bottom: 1px solid #B9B9B9;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer__title a::after {
    content: "";
    background: url(/sites/default/files/media/assets/svg/icons/line/line-arrow-right-m-blue.svg) no-repeat center/contain;
    display: inline-block;
    width: 16px;
    height: 16px;
  }
}
.l-footer__links {
  margin-top: 24px;
}
@media (max-width: 900px) {
  .l-footer__links {
    display: none;
  }
}
.l-footer__links a {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%; /* 19.2px */
}
.l-footer__bottom-links {
  background: #FBFBFB;
  padding: 0 24px;
}
@media (max-width: 900px) {
  .l-footer__bottom-links {
    padding: 0 24px 16px;
  }
}
.l-footer__bottom-links ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 32px;
  padding: 16px 0;
}
@media (max-width: 900px) {
  .l-footer__bottom-links ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 8px 20px;
    padding: 16px 0 24px;
  }
}
@media (max-width: 900px) {
  .l-footer__bottom-links ul li {
    line-height: 1;
  }
}
.l-footer__bottom-links ul a {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.l-footer__bottom-logo {
  width: 112px;
  height: 40px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 901px) {
  .l-footer__bottom-logo {
    display: none;
  }
}
.l-footer__bottom-copyright {
  color: #FFF;
  font-family: Poppins;
  font-size: 11px;
  font-weight: 400;
  line-height: 25px; /* 227.273% */
  letter-spacing: 0.66px;
  padding: 16px 0 80px;
  background: #009CE5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 900px) {
  .l-footer__bottom-copyright {
    padding: 16px 0 62px;
  }
}
.l-footer.--simple .l-footer__bottom-logo {
  width: 112px;
  height: 40px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 901px) {
  .l-footer.--simple .l-footer__bottom-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4px 0;
    width: 200px;
    height: 70px;
  }
}

.u-hidden {
  display: none !important;
}

.u-visible {
  display: block !important;
}

.u-opacity-0 {
  opacity: 0 !important;
}

.u-opacity-100 {
  opacity: 1 !important;
}

.u-pointer-events-none {
  pointer-events: none !important;
}

.u-pointer-events-auto {
  pointer-events: auto !important;
}

.u-transition {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* 例: u-scroll-lock を付与してページ背景のスクロールを止める */
.u-scroll-lock {
  overflow: hidden; /* まずはこれだけで効く事が多いです。 */
}

/* より確実にスクロールを止めたい場合（モバイルのバウンス対策など）: */
.u-scroll-lock {
  position: fixed;
  width: 100%;
  overflow: hidden;
  /* 必要なら top: -<scrollY> を JS でセットするパターンもありますが、副作用に注意。 */
}

.u-w-100 {
  width: 100% !important;
}

.u-w-80 {
  width: 80% !important;
}

.u-w-50 {
  width: 50% !important;
}

.u-w-25 {
  width: 25% !important;
}

@media (min-width: 768px) {
  .u-w-100-pc {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .u-w-80-pc {
    width: 80% !important;
  }
}

@media (min-width: 768px) {
  .u-w-50-pc {
    width: 50% !important;
  }
}

@media (min-width: 768px) {
  .u-w-25-pc {
    width: 25% !important;
  }
}

@media (max-width: 767px) {
  .u-w-100-sp {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .u-w-80-sp {
    width: 80% !important;
  }
}

@media (max-width: 767px) {
  .u-w-50-sp {
    width: 50% !important;
  }
}

@media (max-width: 767px) {
  .u-w-25-sp {
    width: 25% !important;
  }
}