@charset "UTF-8";


canvas,
progress,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
}


/* .l-footer
-----------------------------------------------------------------*/
.l-footer {
  padding: 9rem 0 10rem;
  color: var(--color_white);
  position: relative;
  overflow: hidden;
  z-index: 10;
  /*background-color: #FF6B00;*/
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 5rem 0;
  }
}
.l-footer .c-content-medium {
  position: relative;
  z-index: 100;
}
.l-footer:after {
  content: "";
  display: block;
  width: 87.7rem;
  height: 54.8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 87.7rem 54.8rem;
  opacity: 0.1;
  position: absolute;
  left: 43.39%;
  right: -7.85%;
  top: 6.96%;
  bottom: -2.25%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .l-footer:after {
    display: none;
  }
}

.l-footer__logo {
  width: 26.8rem;
}
@media screen and (max-width: 1279px) {
  .l-footer__logo {
    width: 22rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 19.2rem;
  }
}

.l-footer__address {
  margin-top: 4.5rem;
  font-size: calc(var(--font-size_level2) * 0.1rem);
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  .l-footer__address {
    margin-top: 2rem;
    line-height: 1.6;
  }
}

.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    margin-top: 2.3rem;
  }
}
.l-footer__sns li {
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.l-footer__sns li + li {
  margin-left: 1.5rem;
}
.l-footer__sns li:hover {
  opacity: 0.8;
}

.l-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .l-footer__main {
    display: block;
  }
  .l-footer__main .l-footer__block:nth-of-type(2) {
    margin-top: 4rem;
  }
}
.l-footer__main .l-menu__list {
  display: none;
}
@media screen and (max-width: 1023px) {
  .l-footer__main .l-menu__list {
    display: block;
  }
}

.l-footer__menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .l-footer__menu-wrap {
    display: none;
  }
}

.l-footer__menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-footer__menu + .l-footer__menu {
  margin-left: 4.6rem;
}
@media screen and (max-width: 1279px) {
  .l-footer__menu + .l-footer__menu {
    margin-left: 3.2rem;
  }
}
.l-footer__menu > li > a {
  display: inline-block;
  font-size: calc(var(--font-size_level4) * 0.1rem);
  line-height: 1.5;
  font-family: var(--font-family_type3);
  font-weight: 700;
  position: relative;
}

.l-footer__menu ul {
  margin-top: 3.4rem;
}
.l-footer__menu ul li + li {
  margin-top: 1.6rem;
}
.l-footer__menu ul li a {
  font-size: 1.1rem;
  line-height: 1.4;
}
@media screen and (max-width: 1100px) {
  .l-footer__menu ul li a {
    font-size: 1rem;
  }
}

.l-footer__sub {
  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;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sub {
    display: block;
    margin-top: 5rem;
  }
}

.l-footer__sub__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__sub__menu {
    display: block;
  }
}
.l-footer__sub__menu li + li {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sub__menu li + li {
    margin-top: 2rem;
    margin-left: 0;
  }
}
.l-footer__sub__menu li a {
  display: inline-block;
  font-size: calc(var(--font-size_level2) * 0.1rem);
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .l-footer__sub__menu li a {
    font-size: 1.2rem;
  }
}

.l-footer__copyright {
  display: block;
  font-size: 1.1rem;
  font-family: var(--font-family_en);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    margin-top: 3rem;
    font-size: 1rem;
  }
}

.l-footer__bg {
  position: absolute;
  width: 100%;
  height: 110%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer__bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-footer__bg {
    height: 130%;
  }
}

.js-gradation-box canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* l-footer2
-----------------------------------------------------------------*/
.l-footer2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.6rem 6rem 2.6rem 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(85.12deg, #ce003a 21.08%, #610001 97.37%);
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-footer2 {
    padding: 2rem;
  }
}

.l-footer2__logo {
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .l-footer2__logo {
    width: 13rem;
  }
}

.l-footer2__copyright {
  font-size: 1.1rem;
  line-height: 1;
  font-family: var(--font-family_en);
  font-weight: 500;
  color: var(--color_white);
}
@media screen and (max-width: 767px) {
  .l-footer2__copyright {
    font-size: 1rem;
  }
}


/* フッター仕様
-----------------------------------------------------------------*/
.l-footer .l-menu__list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.l-footer .l-menu__list__item {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.l-footer .l-menu__list__item > a {
  color: var(--color_white);
}
.l-footer .l-menu__list__item > a:before {
  display: none !important;
}
.l-footer .l-menu__list__switch__icon {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.l-footer .l-menu__list__switch__icon:before, .l-footer .l-menu__list__switch__icon:after {
  background-color: var(--color_white);
}
.l-footer .l-menu__list__item.is-open .l-menu__list__switch__icon {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-footer .l-menu__list-child__item {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.l-footer .l-menu__list-child__item a {
  color: var(--color_white);
}

