@charset "UTF-8";

/* --------------------------
Component
--------------------------- */
/* Contents */
.l-container {
  width: 1250px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

@media screen and (max-width: 767px) {
  .l-container {
    width: 100%;
    max-width: 650px;
  }
}

.c-btn01 {
  display: block flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 100px;
  background: transparent linear-gradient(276deg, #00F5F5 0%, #00CBF5 30%, #0093F5 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "lineseed_B", sans-serif;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  box-sizing: border-box;
}

.highlight {
  background: linear-gradient(transparent 60%, #f8ff5a 60% 85%, transparent 85%);
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
}

.highlight--mv {
  background: linear-gradient(transparent 60%, #f8ff5a 60% 100%, transparent 100%);
  /* mix-blend-mode: multiply; */
  background-blend-mode: multiply;
}

.nav01 {
  width: 1100px;
  max-width: 100%;
  margin-inline: auto;
  padding: 12px 0;
}

@media screen and (max-width: 767px) {
  .nav01 {
    display: none;
  }
}

.nav01__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px 54px;
  position: relative;
  left: 22px;
  text-align: center;
}

@media screen and (max-width: 1180px) {
  .nav01__list {
    gap: 0px 16px;
    left: 0;
    padding: 0;
  }
}

.nav01__list li a {
  display: block;
  position: relative;
  padding: 20px 0;
  font-family: "lineseed_B", sans-serif;
  /* font-weight: 400; */
  letter-spacing: 0.15em;
  color: #1a1311;
}

@media screen and (max-width: 1180px) {
  .nav01__list li a {
    font-size: 14px;
  }
}

.nav01__list li a::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid #0093f5;
  border-right: 2px solid #0093f5;
  transform: rotate(135deg);
}

.nav02 {
  position: fixed;
  bottom: -100px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  padding: 5px 0;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 778;
  opacity: 1;
  transition: 0.3s ease;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .nav02 {
    display: none;
  }
}

.nav02.is-show {
  bottom: 0;
  opacity: 1;
  pointer-events: auto;
}

.nav02__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 1180px) {
  .nav02__list {
    gap: 0px 16px;
    left: 0;
    padding: 0;
  }
}

.nav02__list li a {
  display: block;
  position: relative;
  padding: 10px 0;
  font-family: "lineseed_B", sans-serif;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #1a1311;
  font-size: 14px;
}

/* sp ボタン  */
.c-nav__button-wrap {
  display: none;
}

.c-nav__sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-nav__button-wrap {
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    width: 60px;
    height: 60px;
    z-index: 778;
  }

  .c-nav__button {
    position: absolute;
    top: 19px;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px !important;
    min-width: auto;
    height: 21px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
  }

  .c-nav__button span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0B0F34;
  }

  .c-nav__button span:nth-child(2) {
    top: 50%;
    width: 100%;
  }

  .c-nav__button span:nth-child(3) {
    top: 100%;
  }

  .c-nav__button.is-close span {
    top: 50%;
    transform: rotate(45deg);
  }

  .c-nav__button.is-close span:nth-child(2) {
    width: 0;
  }

  .c-nav__button.is-close span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }

  /* sp ナビ */
  .c-nav__sp {
    display: block;
    position: fixed;
    top: 60px;
    right: 0;
    width: 100%;
    height: calc(100% - 60px);
    z-index: 775;
    padding: 60px 0px 60px 0;
    background-color: #0093f5;
    transform: translateX(110%);
    transition: all 0.2s;
    overflow-y: auto;
    z-index: 777;
  }

  .c-nav__sp.is-open {
    transform: translateX(0%);
  }

  .c-nav__sp nav {
    overflow: auto;
  }

  .c-nav__sp nav>ul {
    display: block;
    margin: 0 0 50px 0;
    padding: 0;
  }

  .c-nav__sp nav>ul>li {
    margin: 0;
  }

  .c-nav__sp nav>ul>li a {
    display: block;
    padding: 15px 15px 15px 15px;
    font-family: "lineseed_B", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 3px;
    text-align: center;
    color: #fff;
  }

  .c-nav__sp nav .menu-item-has-children {
    position: relative;
  }

  .c-nav__sp nav .menu-item-has-children .sub-menu {
    display: none;
  }

  .c-nav__sp nav .menu-item-has-children .sub-menu li a {
    padding: 10px 10px 10px 10px;
  }

  .c-nav__sp nav .sub-menu-sp-btn {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url("./img/icon_arrow_down-black.png") no-repeat 50% 50%;
    background-color: #ddd;
    z-index: 666;
  }

  .l-nav-sp__banner {
    margin: 0 auto 10px auto;
    text-align: center;
  }

  .l-nav-sp__memo {
    font-size: 14px;
    line-height: 1.64;
    text-align: center;
    color: #fff;
  }
}

.heading01 {
  text-align: center;
}

.heading01__sm {
  position: relative;
  height: 83px;
  padding-top: 26px;
  font-family: "proximasoft_exC_H_l", sans-serif;
  font-size: 29px;
  font-weight: 900;
  font-stretch: extra-condensed;
  font-style: italic;
  letter-spacing: 2.9px;
  text-align: center;
  background: url("../img/icon-fukidashi01.png") no-repeat 50% 50%;
  background-size: 101px auto;
  color: #fff;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .heading01__sm {
    top: -21px;
    padding-top: 29px;
    font-size: 23px;
    background-size: 80px auto;
  }
}

.heading01__lg {
  position: relative;
  margin: -74px 0 0 0;
  font-family: "proximasoft_exC_H_l", sans-serif;
  font-size: 200px;
  font-weight: 800;
  font-stretch: extra-condensed;
  font-style: italic;
  letter-spacing: 20px;
  text-align: center;
  color: #fff;
  line-height: 0.5;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .heading01__lg {
    font-size: 130px;
  }
}

.heading01__lg--blue {
  color: #CDECFC;
}

.heading01__title {
  position: relative;
  margin: -6px 0 0 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #06406b;
  z-index: 2;
}

@media screen and (max-width: 1180px) {
  .heading01__title {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  .heading01__title {
    font-size: 35px;
    line-height: 1.29;
  }
}

.backdotted {
  background: rgb(228 243 251);
  transition: background 0.5s ease, background-color 0.5s ease;
}

.backdotted.is-active {
  background: rgb(228 243 251 / 0%);
  background-size: 15px;
  background-color: transparent;
  background-attachment: fixed;
}

.backdotted-rev {
  background: url("../img/icon-dot.png") repeat 0% 0%;
  background-size: 15px;
  background-color: transparent;
  background-attachment: fixed;
  transition: background 3s ease, background-color 3s ease;
}

.backdotted-rev.is-active {
  background: #e4f3fb;
}

.c-pageTop {
  position: fixed;
  bottom: 18px;
  right: 19px;
  width: 70px;
  height: 70px;
  padding-top: 1px;
  box-sizing: border-box;
  text-align: center;
  color: white;
  opacity: 0;
  transition: 0.3s;
  z-index: 7777;
  cursor: pointer;
}

.c-pageTop.is-show {
  opacity: 1;
}

.c-pageTop.is-show:hover {
  opacity: 0.8;
}

@media screen and (max-width: 500px) {
  .c-pageTop {
    bottom: 13px;
    right: 13px;
    width: 65px;
    height: 65px;
  }
}

.backchange {
  background: url(../img/icon-dot.png) repeat 0% 0%;
  background-size: 12px;
}

.backchange .backdot {
  background: #CDECFC;
  transition: background 0.5s ease, background-color 0.5s ease;
}

.backchange .backdot.is-active {
  background: #CDECFC;
}

.backchange .backdot.is-active2 {
  background: none;
}

.backchange .backdot.is-active3 {
  background: #CDECFC;
}

.backchange .backdot.is-active4 {
  background: none;
}

.backchange .backdot.is-active5 {
  background: #CDECFC;
}

.backchange .backdot.is-active6 {
  background: #fff;
}