@charset "UTF-8";
/*** The new CSS reset - version 1.7.2 (last updated 23.6.2022) ***/
*:where(:not(html, iframe, canvas, img, svg, video):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
div {
  line-height: 0;
  margin: 0;
}

ul,
dl,
ol,
dd,
li,
figure {
  padding: 0;
  margin: 0;
}

html {
  overscroll-behavior: none;
}

body {
  position: relative;
  font-family: "Noto Sans JP', sans-serif, Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  color: #333;
  width: 100%;
  height: 100%;
  margin: 0;
  overscroll-behavior: none;
}

img,
svg {
  display: inline-block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .u-hide-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .u-hide-tab {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-hide-tabPc {
    display: none !important;
  }
}

.u-svg-sprite, .icon-svg {
  position: relative;
  display: inline-block;
}
.u-svg-sprite::before, .icon-svg::before {
  content: "";
  display: block;
  height: auto;
  width: 100%;
}
.u-svg-sprite > svg, .icon-svg > svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.u-svg-sprite.--cl-white > svg, .--cl-white.icon-svg > svg {
  fill: #ffffff;
}

.icon-svg.--dl {
  width: 26px;
}
.icon-svg.--dl::before {
  padding-top: 101.1153846154%;
}
.icon-svg.--arrow {
  width: 42.49px;
}
.icon-svg.--arrow::before {
  padding-top: 22.8759708167%;
}
.icon-svg.--letter {
  width: 34px;
}
.icon-svg.--letter::before {
  padding-top: 79.4117647059%;
}

.adlp-b-container {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  position: relative;
  color: #333333;
  font-feature-settings: "palt";
  background: #ffffff;
}

.adlp-b-col {
  top: 0;
  width: 100%;
  position: sticky;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .adlp-b-col {
    position: fixed;
    width: calc((100% - 450px) / 2);
    height: 100vh;
    z-index: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .adlp-b-col {
    width: 50%;
  }
}

.adlp-b-col.--l {
  left: 0;
  display: none;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .adlp-b-col.--l {
    display: block;
  }
}

.adlp-b-col.--r {
  right: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .adlp-b-col.--r {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .adlp-b-col.--r {
    display: none;
  }
}

.adlp-b-main {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .adlp-b-main {
    margin: 0 auto;
    width: 450px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .adlp-b-main {
    margin: 0 0 0 50%;
    width: 50%;
  }
}

.adlp-c-logo {
  width: 29.6%;
}
.adlp-c-logo svg {
  fill: #013794;
}
.adlp-c-logo::before {
  padding-top: 15.377867789%;
}
@media screen and (min-width: 768px) {
  .adlp-c-logo {
    width: min(272.98px, 73.1849865952%);
    margin: 10.1876675603% auto 0;
  }
  .adlp-c-logo svg {
    fill: #ffffff;
  }
  .adlp-c-logo::before {
    display: none;
  }
}

.adlp-c-campaign-banner {
  width: 30.6666666667%;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 4% 4% 0;
}
.adlp-c-campaign-banner::before {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  width: 33.2173913043%;
  padding-top: 45.1043478261%;
  background: url(../img/bnr_top.svg) center/cover no-repeat;
  transform: translate(-50%, 0);
  margin-bottom: -7.3913043478%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .adlp-c-campaign-banner {
    width: 72.3860589812%;
    position: static;
    bottom: inherit;
    right: inherit;
    margin: 0 auto;
  }
  .adlp-c-campaign-banner::before {
    margin-top: 13.7037037037%;
  }
}

.adlp-c-campaign-banner__inner {
  position: relative;
  display: block;
}
.adlp-c-campaign-banner__inner > img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: opacity 250ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .adlp-c-campaign-banner__inner > img:first-child > img:first-child {
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .adlp-c-nav {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

.adlp-c-nav__header {
  padding: 4.2666666667%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .adlp-c-nav__header {
    width: 100%;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: transparent;
  }
}

.adlp-c-nav__inner {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.adlp-c-nav__icon {
  position: relative;
  cursor: pointer;
  width: 6%;
  border-radius: 5px;
}
.adlp-c-nav__icon::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.adlp-c-nav__icon > span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  right: 0;
  height: 2px;
  border-radius: 2px;
  background: #333;
}
.adlp-c-nav__icon > span:nth-of-type(1) {
  top: 15.5555555556%;
  width: 100%;
}
.adlp-c-nav__icon > span:nth-of-type(2) {
  top: 50%;
  width: 82.2222222222%;
  transform: translate(0, -50%);
}
.adlp-c-nav__icon > span:nth-of-type(3) {
  bottom: 15.5555555556%;
  width: 66.6666666667%;
}
@media screen and (min-width: 768px) {
  .adlp-c-nav__icon {
    display: none;
  }
}

.adlp-c-nav__top {
  flex: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d9e4ea;
  padding: 0 min(2vw, 15px);
}

.adlp-c-nav__bottom {
  flex: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 0 min(2vw, 15px);
}
.adlp-c-nav__bottom > div {
  width: min(100%, 304px);
}
.adlp-c-nav__bottom .adlp-btn {
  margin-top: 25.5494505495%;
  display: block;
}

@media screen and (min-width: 901px) {
  .adlp-b-col.--l .adlp-c-nav__bottom {
    display: none;
  }
}
.adlp-c-nav__menu {
  padding: 0 4.2666666667%;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #ffea01;
  opacity: 0;
  transform: translateY(-110%);
  transition: opacity 200ms linear 400ms, transform 800ms ease-in-out;
}
.adlp-c-nav__menu::before {
  content: "";
  display: block;
  width: 1px;
  height: 100vw;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 3.1666666667%;
}
@media screen and (min-width: 768px) {
  .adlp-c-nav__menu {
    padding: 0;
    height: auto;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: transparent;
    opacity: 1;
    transform: inherit;
    transition: inherit;
    width: min(100%, 300px);
  }
}

.adlp-c-nav__menu-item {
  margin-top: 7.2%;
}
.adlp-c-nav__menu-item > a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.adlp-c-nav__menu-item > a::before {
  content: "";
  display: block;
  width: 6.6666666667%;
  aspect-ratio: 1/1;
  margin-right: 1.8115942029%;
  background: #ffffff;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
  border-radius: 100%;
}
.adlp-c-nav__menu-item.is-current > a::before {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .adlp-c-nav__menu-item {
    width: 100%;
  }
  .adlp-c-nav__menu-item:not(:first-child) {
    margin-top: 7.4074074074%;
  }
  .adlp-c-nav__menu-item > a {
    width: 100%;
  }
  .adlp-c-nav__menu-item > a::before {
    margin-right: 6.6666666667%;
  }
  .adlp-c-nav__menu-item > a:hover::before {
    opacity: 1;
  }
}

.adlp-c-nav__menu-item.--01 img {
  width: 28%;
}

.adlp-c-nav__menu-item.--02 img {
  width: 63.3333333333%;
}

.adlp-c-nav__menu-item.--03 img {
  width: 31.3333333333%;
}

.adlp-c-nav__menu-item.--04 img {
  width: 35.3333333333%;
}

.adlp-c-nav__menu-item.is-current > a::after {
  width: 100%;
  opacity: 1;
}

.adlp-c-nav.is-active .adlp-c-nav__menu {
  transform: translateY(0);
  opacity: 1;
}
.adlp-c-nav.is-active .adlp-c-nav__icon span:nth-of-type(1) {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(-135deg);
  width: 50%;
}
.adlp-c-nav.is-active .adlp-c-nav__icon span:nth-of-type(2) {
  opacity: 0;
}
.adlp-c-nav.is-active .adlp-c-nav__icon span:nth-of-type(3) {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(135deg);
  width: 50%;
}

.adlp-c-section {
  line-height: 1;
  font-size: 0;
}

a.adlp-btn {
  display: block;
  transition: filter ease-in 250ms;
}
@media (hover: hover) {
  a.adlp-btn:hover {
    filter: brightness(1.3);
  }
}

.adlp-b-main .header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #31353b;
  z-index: 5;
}
.adlp-b-main .header .header__inner {
  display: flex;
}
.adlp-b-main .header .header__inner > a {
  width: 45.3333333333%;
}
.adlp-b-main .header .header__inner h1 {
  width: 54.6666666667%;
  font-size: 0;
  line-height: 0;
}
.adlp-b-main .header .header__inner h1 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 39.4666666667%;
  display: block;
  margin: 4% 0 0 4.1333333333%;
  aspect-ratio: 296/156;
  overflow: hidden;
}
.adlp-b-main .header .header__inner h1 span::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 296/312;
  background: url(../img/header-logo.png) center top/100% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  transition: transform ease-in 250ms;
}
.adlp-b-main .header.is-scroll h1 span:before {
  transform: translateY(0);
}
.adlp-b-main .fv .fv__inner,
.adlp-b-main .fv .swiper {
  width: 100%;
}
.adlp-b-main .adlp-btn-wrapper {
  position: relative;
}
.adlp-b-main .adlp-btn-wrapper a.adlp-btn {
  width: 84%;
  margin-bottom: 10.9333333333%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.adlp-b-main .sec,
.adlp-b-main .sec__inner {
  position: relative;
}
.adlp-b-main .slider-wrapper {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  overflow: hidden;
  padding-bottom: 6%;
}
.adlp-b-main .swiper-slide {
  padding: 0 4%;
}
.adlp-b-main .swiper-button-next,
.adlp-b-main .swiper-button-prev {
  width: 9.6%;
  aspect-ratio: 1/1;
}
.adlp-b-main .swiper-button-next::after,
.adlp-b-main .swiper-button-prev::after {
  display: none;
}
.adlp-b-main .swiper-pagination {
  padding: 0 4%;
  display: flex;
  flex-direction: row;
  column-gap: 2%;
}
.adlp-b-main .swiper-pagination-bullet {
  display: block;
  width: inherit;
  height: 2px;
  margin: 0 !important;
  border-radius: 0;
}
.adlp-b-main .fv .swiper-slide {
  padding: 0;
}
.adlp-b-main #sec01 .slider-wrapper {
  margin-bottom: 20.6666666667%;
}
.adlp-b-main #sec08 .slider-wrapper {
  margin-bottom: 22%;
}
.adlp-b-main #sec10 .slider-wrapper {
  margin-bottom: 13.3333333333%;
}
.adlp-b-main .swiper-button-prev {
  background: url(../img/slider_arrow_prev.png) center/100% no-repeat;
  left: -1.3333333333%;
}
.adlp-b-main .swiper-button-next {
  background: url(../img/slider_arrow_next.png) center/100% no-repeat;
  right: -1.3333333333%;
}
.adlp-b-main .video_wrapper {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  overflow: hidden;
  padding: 0 4%;
  margin-bottom: 12.6666666667%;
}
.adlp-b-main .video_wrapper.--02 {
  margin-bottom: 18.6666666667%;
}
.adlp-b-main .video_wrapper.--03 {
  margin-bottom: 30.6666666667%;
}
.adlp-b-main .video_wrapper > iframe {
  aspect-ratio: 560/315;
}
.adlp-b-main .footer {
  position: relative;
}
.adlp-b-main .footer .footer__inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 65.8666666667%;
  margin-top: 10.4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20.2429149798%;
}

/*# sourceMappingURL=style.css.map */
