@charset "UTF-8";
/* Sass Document */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
html,
body {
  height: 100%;
  background-color: #000;
}

html {
  font-size: 62.5%;
  font-size: min(0.8327550312vw, 62.5%);
}
@media screen and (max-width: 767.98px) {
  html {
    width: 100%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  body {
    padding-top: 6rem !important;
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-break: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767.98px) {
  html {
    font-size: 2.66666vw;
  }
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.u-en {
  font-family: "Lato", serif;
  font-weight: 300;
}

.sp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .pc {
    display: none;
  }
}

.js-anime {
  opacity: 0;
  -webkit-transform: translateY(10rem);
          transform: translateY(10rem);
}
@media screen and (max-width: 767.98px) {
  .js-anime {
    -webkit-transform: translateY(6rem);
            transform: translateY(6rem);
  }
}
.js-anime.js-animeOn {
  -webkit-animation: isFade 1.2s ease-in-out forwards;
          animation: isFade 1.2s ease-in-out forwards;
}

@-webkit-keyframes isFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8rem);
            transform: translateY(8rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes isFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8rem);
            transform: translateY(8rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 767.98px) {
  .js-animeSP {
    opacity: 0;
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
  }
}
[data-inview] {
  opacity: 0;
}

[data-inviewsp=fade-up],
[data-inview=fade-up],
[data-inview=fade-fast] {
  -webkit-transform: translate(0, 10rem);
          transform: translate(0, 10rem);
}

[data-inview=fade-in] {
  opacity: 1;
}

/* ----------------------------------------------------------------------------------------------------
*	英語サイト
* --------------------------------------------------------------------------------------------------*/
body.en .c-catch {
  letter-spacing: 0.1rem;
}
body.en .c-txt {
  letter-spacing: 0.1rem;
}
body.en .p-ec {
  width: 300px;
}
@media screen and (max-width: 767.98px) {
  body.en .p-ec {
    width: 7rem;
  }
}
body.en .p-ec a {
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  body.en .p-ec a {
    font-size: 0.8rem;
    padding: 1.7rem 0;
  }
}
body.en #spec .p-spec-textarea__head .flex {
  display: block;
}

/* ----------------------------------------------------------------------------------------------------
*	scサイト
* --------------------------------------------------------------------------------------------------*/
[lang=sc] .p-ec {
  width: 320px;
}
@media screen and (max-width: 767.98px) {
  [lang=sc] .p-ec {
    width: 7rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	header
* --------------------------------------------------------------------------------------------------*/
#l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.l-header__inner {
  position: relative;
  padding: 2.55rem 3rem 3.4rem;
  z-index: 110;
}
@media screen and (max-width: 767.98px) {
  .l-header__inner {
    padding-left: 2rem;
    padding-right: 2rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
    background: linear-gradient(to bottom, #000, transparent);
  }
  .l-header__inner .l-language-wrapper {
    display: none;
  }
}

.l-header__logo {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s visible, 0.3s opacity;
  transition: 0.3s visible, 0.3s opacity;
  width: 160px;
}
.l-header__logo.is-in {
  opacity: 1;
  visibility: visible;
}
.l-header__logo a {
  display: block;
  text-decoration: none;
}
@media (any-hover) {
  .l-header__logo a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header__logo {
    width: 13.2rem;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s opacity, 0.3s visibility;
    transition: 0.3s opacity, 0.3s visibility;
  }
}
.l-header__logo.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.l-hamburger-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.7rem;
  position: absolute;
  right: 3rem;
  top: 1rem;
}
@media screen and (max-width: 767.98px) {
  .l-hamburger-wrapper {
    right: 1.5rem;
    margin-left: auto;
  }
}
.l-hamburger-wrapper.is-open .l-hamburger .c-line:first-of-type {
  top: calc(50% - 0.5px);
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: unset;
          animation: unset;
}
.l-hamburger-wrapper.is-open .l-hamburger .c-line:nth-of-type(2) {
  opacity: 0;
  -webkit-animation: unset;
          animation: unset;
}
.l-hamburger-wrapper.is-open .l-hamburger .c-line:last-of-type {
  top: calc(50% - 0.5px);
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-animation: unset;
          animation: unset;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.l-hamburger {
  width: 4rem;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  border: none;
  padding: 0;
}
@media (any-hover: hover) {
  .l-hamburger:hover .c-line:first-of-type {
    -webkit-animation: line-1 2s infinite;
            animation: line-1 2s infinite;
  }
  .l-hamburger:hover .c-line:nth-of-type(2) {
    -webkit-animation: line-2 2s -3.3s infinite;
            animation: line-2 2s -3.3s infinite;
  }
  .l-hamburger:hover .c-line:nth-of-type(3) {
    -webkit-animation: line-1 2s -0.1s infinite;
            animation: line-1 2s -0.1s infinite;
  }
}
@media screen and (max-width: 767.98px) {
  .l-hamburger {
    width: 2.8rem;
  }
}
.l-hamburger .c-line {
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.l-hamburger .c-line:first-of-type {
  top: 0;
}
.l-hamburger .c-line:nth-of-type(2) {
  top: calc(50% - 0.5px);
}
.l-hamburger .c-line:last-of-type {
  top: calc(100% - 1px);
}

@-webkit-keyframes line-1 {
  0% {
    -webkit-transform: scale(0.7, 1);
            transform: scale(0.7, 1);
  }
  10% {
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
  }
  20% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  30% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  40% {
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 1);
            transform: scale(0.7, 1);
  }
  60% {
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
  }
  70% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  80% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  100% {
    -webkit-transform: scale(0.7, 1);
            transform: scale(0.7, 1);
  }
}

@keyframes line-1 {
  0% {
    -webkit-transform: scale(0.7, 1);
            transform: scale(0.7, 1);
  }
  10% {
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
  }
  20% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  30% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  40% {
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 1);
            transform: scale(0.7, 1);
  }
  60% {
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
  }
  70% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  80% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  100% {
    -webkit-transform: scale(0.7, 1);
            transform: scale(0.7, 1);
  }
}
@-webkit-keyframes line-2 {
  0% {
    -webkit-transform: scale(0.3, 1);
            transform: scale(0.3, 1);
  }
  10% {
    -webkit-transform: scale(0.2, 1);
            transform: scale(0.2, 1);
  }
  20% {
    -webkit-transform: scale(0.4, 1);
            transform: scale(0.4, 1);
  }
  30% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  40% {
    -webkit-transform: scale(0.2, 1);
            transform: scale(0.2, 1);
  }
  50% {
    -webkit-transform: scale(0.3, 1);
            transform: scale(0.3, 1);
  }
  60% {
    -webkit-transform: scale(0.2, 1);
            transform: scale(0.2, 1);
  }
  70% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  80% {
    -webkit-transform: scale(0.4, 1);
            transform: scale(0.4, 1);
  }
  90% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  100% {
    -webkit-transform: scale(0.3, 1);
            transform: scale(0.3, 1);
  }
}
@keyframes line-2 {
  0% {
    -webkit-transform: scale(0.3, 1);
            transform: scale(0.3, 1);
  }
  10% {
    -webkit-transform: scale(0.2, 1);
            transform: scale(0.2, 1);
  }
  20% {
    -webkit-transform: scale(0.4, 1);
            transform: scale(0.4, 1);
  }
  30% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  40% {
    -webkit-transform: scale(0.2, 1);
            transform: scale(0.2, 1);
  }
  50% {
    -webkit-transform: scale(0.3, 1);
            transform: scale(0.3, 1);
  }
  60% {
    -webkit-transform: scale(0.2, 1);
            transform: scale(0.2, 1);
  }
  70% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  80% {
    -webkit-transform: scale(0.4, 1);
            transform: scale(0.4, 1);
  }
  90% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  100% {
    -webkit-transform: scale(0.3, 1);
            transform: scale(0.3, 1);
  }
}
.l-hamburger-inner {
  display: block;
  position: relative;
  height: 2.2rem;
}
@media screen and (max-width: 767.98px) {
  .l-hamburger-inner {
    height: 1.6rem;
  }
}

.c-menu-text {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  margin-top: 1.4rem;
  letter-spacing: 0.15rem;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .c-menu-text {
    font-size: 0.8rem;
    margin-top: 0.9rem;
  }
}

.l-language-wrapper {
  position: absolute;
  right: 0;
  top: 100%;
  width: 11rem;
}
@media screen and (max-width: 767.98px) {
  .l-language-wrapper {
    right: auto;
    left: 2rem;
    position: relative;
    top: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.l-language {
  background-color: transparent;
  padding: 0;
  border: none;
  position: relative;
  font: inherit;
  cursor: pointer;
  display: block;
  text-align: center;
  margin-left: auto;
  padding: 0 3rem 0 2rem;
}
@media screen and (max-width: 767.98px) {
  .l-language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.8rem;
    margin: 0;
    padding: 0;
  }
  .l-language.is-open .c-language-txt::after {
    -webkit-transform: translateY(-10%) rotate(225deg);
            transform: translateY(-10%) rotate(225deg);
  }
}
.l-language .icn {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .l-language .icn {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: 0.2rem;
  }
}

.c-language-txt {
  font-size: 1.4rem;
  color: #fff;
  white-space: nowrap;
  margin-top: 1rem;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .c-language-txt {
    position: relative;
    margin: 0 0 0 0.3rem;
    padding-right: 1.5rem;
    text-align: left;
    top: auto;
  }
  .c-language-txt::after {
    right: 0;
    content: "";
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    top: 45%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
  }
}

.l-select-language {
  position: relative;
  white-space: nowrap;
  right: 0;
  padding-top: 1rem;
  display: none;
}
@media screen and (max-width: 767.98px) {
  .l-select-language {
    position: static;
    padding-top: 0.5rem;
    margin: 0 0 0 1.7rem;
  }
}
.l-select-language li {
  font-size: 1.4rem;
  text-align: right;
}
.l-select-language li.is-current {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .l-select-language li {
    text-align: left;
  }
}
.l-select-language a {
  display: block;
  padding: 1rem 3rem 1rem 2rem;
  text-decoration: none;
  text-align: right;
  color: #fff;
}
@media (any-hover) {
  .l-select-language a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-select-language a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .l-select-language a {
    padding: 0.8rem 0;
    display: inline-block;
    position: relative;
    padding-right: 1.6rem;
    text-align: center;
  }
}

.l-global-nav-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  height: 100vh;
  padding-top: 15rem;
  padding-bottom: 10rem;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s opacity, visibility 0.3s;
  transition: 0.3s opacity, visibility 0.3s;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
}
.l-global-nav-content.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 767.98px) {
  .l-global-nav-content {
    display: block;
    padding-top: 9rem;
    padding-bottom: 5rem;
    height: 100dvh;
    overflow: auto;
  }
}
.l-global-nav-content__inner {
  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;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .l-global-nav-content__inner {
    display: block;
    overflow-y: auto;
    padding-top: 4rem;
    padding-bottom: 10rem;
  }
}
.l-global-nav-content .p-utility-nav {
  margin-top: 7rem;
}
@media screen and (max-width: 767.98px) {
  .l-global-nav-content .p-utility-nav {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .l-global-nav-content .p-utility-nav__list {
    display: block;
  }
}
.l-global-nav-content .p-utility-nav__item a {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .l-global-nav-content .p-utility-nav__item a {
    text-align: left;
    padding: 1.3rem 0;
  }
}

.p-primary-nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .p-primary-nav {
    width: auto;
    padding: 0 2rem;
  }
}
.p-primary-nav__button {
  width: 423px;
  margin: 70px auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-primary-nav__button {
    width: 100%;
    margin: 3.5rem auto 0;
    padding: 0 2rem;
  }
}
.p-primary-nav__button a {
  padding: 14px 0;
  border: 1px solid #FFF;
  background: #000;
  color: #FFF;
  font-size: 1.8rem;
  text-decoration: none;
  line-height: 1.8;
  letter-spacing: 0.15rem;
  display: block;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767.98px) {
  .p-primary-nav__button a {
    font-size: 1.6rem;
  }
}
.p-primary-nav__button a:hover {
  color: #000;
  background-color: #FFF;
}
.p-primary-nav__logo {
  padding: 30px 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-primary-nav__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 50px;
}
@media screen and (max-width: 862px) {
  .p-primary-nav__list {
    padding: 0;
  }
}

.p-primary-nav__item {
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-primary-nav__item {
    font-size: 2rem;
  }
}
.p-primary-nav__item + .p-primary-nav__item {
  margin-top: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-primary-nav__item + .p-primary-nav__item {
    margin-top: 0;
  }
}
.p-primary-nav__item a {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-primary-nav__item a {
    padding: 1.2rem 0;
  }
}
@media (any-hover: hover) {
  .p-primary-nav__item a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.p-primary-nav__item a::after {
  content: "";
  position: absolute;
  top: 100%;
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: 0.6s -webkit-transform;
  transition: 0.6s -webkit-transform;
  transition: 0.6s transform;
  transition: 0.6s transform, 0.6s -webkit-transform;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (max-width: 767.98px) {
  .p-primary-nav__item a::after {
    display: none;
  }
}

.c-catch {
  font-size: 3.6rem;
  letter-spacing: 0.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  .c-catch {
    font-size: 2.3rem;
    letter-spacing: 0.25rem;
  }
}

.c-txt {
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  line-height: 2.2;
}
@media screen and (max-width: 767.98px) {
  .c-txt {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	footer
* --------------------------------------------------------------------------------------------------*/
#l-footer {
  padding-top: 15rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  #l-footer {
    padding-top: 13rem;
    padding-bottom: 5rem;
  }
}

.l-footer__logo {
  width: 13.1rem;
  margin: 0 auto;
  text-align: center;
}
@media (any-hover) {
  .l-footer__logo a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-footer__logo a:hover {
    opacity: 0.7;
  }
}

#l-footer .p-utility-nav__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 3rem;
  max-width: 56rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  #l-footer .p-utility-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: inherit;
    gap: 0 1.5rem;
    padding: 0 2rem;
  }
}

.l-footer__breadcrumbs {
  padding: 0 2rem;
  max-width: 80rem;
  margin: 0 auto 7rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__breadcrumbs {
    margin: 0 auto 4rem;
  }
}
.l-footer__breadcrumbs ol {
  padding: 0;
  margin: 0;
}
.l-footer__breadcrumbs ol li {
  list-style: none;
  font-size: 1.2rem;
  line-height: 1.4;
  display: inline;
}
.l-footer__breadcrumbs ol li:not(:last-child)::after {
  content: "";
  display: inline-block;
  margin-inline: 0.4em;
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  width: 1rem;
  aspect-ratio: 1;
  background-color: #949494;
}
.l-footer__breadcrumbs ol li a {
  color: #949494;
  text-underline-offset: 3px;
}
@media (any-hover) {
  .l-footer__breadcrumbs ol li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-footer__breadcrumbs ol li a:hover {
    opacity: 0.7;
  }
}
.l-footer__breadcrumbs ol li a.current {
  pointer-events: none;
  text-decoration: none;
}

.p-utility-nav {
  margin-top: 7rem;
}
@media screen and (max-width: 767.98px) {
  .p-utility-nav {
    margin-top: 2rem;
  }
}
.p-utility-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-utility-nav__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 1.5rem;
  }
}

.p-utility-nav__item {
  font-size: 1.1rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.98px) {
  .p-utility-nav__item {
    text-align: center;
  }
}
.p-utility-nav__item a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-bottom: 0.5rem;
  font-family: "Outfit", "Noto Sans JP", serif;
}
@media (any-hover: hover) {
  .p-utility-nav__item a:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.p-utility-nav__item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
  width: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.6s -webkit-transform;
  transition: 0.6s -webkit-transform;
  transition: 0.6s transform;
  transition: 0.6s transform, 0.6s -webkit-transform;
}
@media screen and (max-width: 767.98px) {
  .p-utility-nav__item a {
    display: block;
    text-align: center;
    padding: 1rem 0;
  }
}
.p-utility-nav__item a[target=_blank] span {
  display: inline-block;
  position: relative;
  padding-right: 1.5rem;
}
.p-utility-nav__item a[target=_blank] span::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: url(../img/icn_blank.svg) no-repeat center center/100% 100%;
  top: 0.2rem;
  right: 0;
}

.c-copyright {
  margin-top: 4rem;
  display: block;
  font-size: 1rem;
  color: #949494;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .c-copyright {
    margin-top: 2.4rem;
  }
}

@media screen and (max-width: 767.98px) {
  .l-content__inner {
    padding: 0 20px;
  }
}

.fade_mv {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}
.fade_mv.is-show {
  opacity: 1;
}

.fade_ttl {
  -webkit-transition: 3s;
  transition: 3s;
  opacity: 0;
}
.fade_ttl.is-show {
  opacity: 1;
}

.c-section__ttl {
  font-size: 4.6rem;
  letter-spacing: 0.35rem;
}
@media screen and (max-width: 767.98px) {
  .c-section__ttl {
    font-size: 3.2rem;
  }
}

.p-top-arrow {
  position: absolute;
  font-size: 1rem;
  bottom: 3rem;
  right: 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-arrow {
    bottom: auto;
    top: 12vw;
  }
}
.p-top-arrow p {
  margin-top: 1rem;
}
.p-top-arrow a {
  display: -ms-grid;
  display: grid;
  place-content: center;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
@media (any-hover) {
  .p-top-arrow a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-top-arrow a:hover {
    opacity: 0.7;
  }
}

.p-ec {
  width: 260px;
  text-align: center;
  position: fixed;
  bottom: 48px;
  right: 45px;
  z-index: 99;
  display: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767.98px) {
  .p-ec {
    width: 7rem;
    height: 7rem;
    right: 1rem;
    bottom: 1rem;
  }
}
.p-ec a {
  border: 1px solid #FFF;
  font-size: 2rem;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  line-height: 1.8;
  padding: 15px 0;
  letter-spacing: 0.25rem;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-ec a {
    font-size: 1rem;
    border-radius: 50%;
    letter-spacing: 0;
    padding: 1.4rem 0;
    line-height: 1.5;
  }
}
.p-ec a::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .p-ec a::before {
    display: none;
  }
}
.p-ec a:hover {
  color: #000;
  background: #FFF;
}

/* ----------------------------------------------------------------------------------------------------
*	main
* --------------------------------------------------------------------------------------------------*/
#mv {
  height: 100vh;
}
@media screen and (max-width: 767.98px) {
  #mv {
    height: 70vh;
  }
}

.p-mv__inner {
  background: url("../img/img_mv.png") center/cover no-repeat;
  height: 100%;
  position: relative;
}
.p-mv__inner .c-content__ttl {
  width: 364px;
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .p-mv__inner .c-content__ttl {
    width: 17.2rem;
    top: 12vw;
  }
}

.p-concept-wrapper {
  background: url("../img/img_concept.png") right center/650px auto no-repeat;
}
@media screen and (max-width: 767.98px) {
  .p-concept-wrapper {
    background: url("../img/img_concept.png") right bottom 1rem/80% auto no-repeat;
  }
}
.p-concept-wrapper .p-concept-inner {
  max-width: 120rem;
  margin: 0 auto;
  padding: 100px 70px;
}
@media screen and (max-width: 767.98px) {
  .p-concept-wrapper .p-concept-inner {
    padding: 14rem 2rem 6rem;
  }
}
.p-concept-wrapper .c-catch {
  margin-bottom: 3rem;
}
.p-concept-wrapper .c-txt {
  margin-bottom: 2em;
}
@media screen and (max-width: 767.98px) {
  .p-concept-wrapper .c-txt {
    letter-spacing: 0.1rem;
    margin-bottom: 2rem;
  }
}

.p-movie {
  margin: 2rem auto 0;
  text-align: center;
  max-width: 1000px;
}
.p-movie-wrapper video {
  aspect-ratio: 14/8;
  width: 100%;
  height: 100%;
}
.p-movie-button {
  margin-top: 2rem;
  width: 50px;
}
@media screen and (max-width: 767.98px) {
  .p-movie-button {
    margin-left: 5vw;
    width: 10vw;
  }
}
.p-movie-button button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}
.p-movie-button button.is-current {
  display: none;
}
.p-movie-button button img {
  display: block;
}

#features {
  position: relative;
  padding-top: 100px;
  margin-top: 80px;
}
@media screen and (max-width: 767.98px) {
  #features {
    padding-top: 10rem;
    margin-top: 5rem;
  }
}
#features .c-line {
  font-size: 2.4rem;
  letter-spacing: 0.5rem;
  text-align: center;
  position: relative;
  line-height: 1.6;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  #features .c-line {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
  }
}
#features .c-line::before {
  content: "";
  width: 1px;
  height: 100px;
  background-color: #FFF;
  display: block;
  position: absolute;
  bottom: -130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  #features .c-line::before {
    height: 6rem;
    bottom: -9rem;
  }
}
#features .c-section__ttl {
  text-align: center;
  margin-bottom: 2rem;
}
#features .p-features-megalinks {
  padding-top: 20rem;
}
@media screen and (max-width: 767.98px) {
  #features .p-features-megalinks {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  #features .p-features-megalinks .c-line::before {
    height: 6rem;
    bottom: -9rem;
  }
}
#features .p-features-megalinks__inner {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
}
@media screen and (max-width: 767.98px) {
  #features .p-features-megalinks__inner {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: auto;
    margin-top: 9rem;
  }
}
#features .p-features-megalinks.col2 .item {
  width: 50%;
}
#features .p-features-megalinks .item {
  width: 33.3333333333%;
  height: 100%;
  -webkit-transition: width 2s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.9s linear;
  transition: width 2s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.9s linear;
  -webkit-transition-property: width, opacity;
  transition-property: width, opacity;
  display: none;
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  #features .p-features-megalinks .item {
    width: 100%;
    display: block;
    -webkit-transition: none;
    transition: none;
  }
  #features .p-features-megalinks .item:not(:last-of-type) {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 767.98px) {
  #features .p-features-megalinks .item .c-catch {
    margin-bottom: 2rem;
  }
}
#features .p-features-megalinks .item.is-visible {
  display: block;
  pointer-events: auto;
}
#features .p-features-megalinks .item.is-visible .c-linelink {
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
}
@media screen and (max-width: 767.98px) {
  #features .p-features-megalinks .item.is-visible .c-linelink {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
#features .p-features-megalinks .item:hover {
  width: 80%;
}
@media screen and (max-width: 767.98px) {
  #features .p-features-megalinks .item:hover {
    width: 100%;
  }
}
#features .p-features-megalinks .item:hover .item__txt .ttl {
  display: none;
}
#features .p-features-megalinks .item:hover .item__txt .txt {
  width: 390px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767.98px) {
  #features .p-features-megalinks .item:hover .item__txt .txt {
    width: 100%;
  }
}
@media screen and (min-width: 863px) {
  #features .p-features-megalinks .item:hover .item__txt .txt .c-catch {
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 863px) {
  #features .p-features-megalinks .item:hover .item__txt .txt .c-txt {
    text-align: left;
    font-size: 1.4rem;
  }
}
#features .p-features-megalinks .item:hover .item__bg::before {
  opacity: 1;
}
#features .p-features-megalinks .item:hover .item__bg img.bg {
  display: none;
}
#features .p-features-megalinks .item:hover .item__bg img.bg_hover {
  display: block;
}
#features .p-features-megalinks .item .c-linelink {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translateY(-5rem);
          transform: translateY(-5rem);
}
@media screen and (max-width: 767.98px) {
  #features .p-features-megalinks .item .c-linelink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#features .p-features-megalinks .item__inner {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767.98px) {
  #features .p-features-megalinks .item__inner {
    position: static;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: -8rem auto 0;
    width: 100%;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  #features .p-features-megalinks .item.p-features-material .item__inner {
    margin: -5rem auto 0;
  }
}
@media screen and (max-width: 767.98px) {
  #features .p-features-megalinks .item.p-features-balance .txt {
    text-align: right;
  }
}
@media screen and (max-width: 767.98px) {
  #features .p-features-megalinks .item.p-features-design .txt {
    text-align: left;
  }
}
@media screen and (max-width: 767.98px) {
  #features .p-features-megalinks .item.p-features-design .item__inner {
    margin: 3rem auto 0;
  }
}
#features .p-features-megalinks .item__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #features .p-features-megalinks .item__txt {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
#features .p-features-megalinks .item__txt .ttl {
  font-size: 3.2rem;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  #features .p-features-megalinks .item__txt .ttl {
    display: none;
  }
}
#features .p-features-megalinks .item__txt .txt {
  -webkit-transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  display: none;
}
@media screen and (max-width: 767.98px) {
  #features .p-features-megalinks .item__txt .txt {
    display: block;
  }
}
#features .p-features-megalinks .item__txt .txt .jp {
  margin-bottom: 1rem;
  white-space: nowrap;
}
#features .p-features-megalinks .item__txt .txt .en {
  color: #a78f45;
  white-space: nowrap;
}
#features .p-features-megalinks .item__bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  #features .p-features-megalinks .item__bg {
    position: static;
    aspect-ratio: 5/4;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#features .p-features-megalinks .item__bg:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transition-property: background;
  transition-property: background;
}
@media screen and (max-width: 767.98px) {
  #features .p-features-megalinks .item__bg:before {
    display: none;
  }
}
#features .p-features-megalinks .item__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767.98px) {
  #features .p-features-megalinks .item__bg img {
    position: static;
  }
}
#features .p-features-megalinks .item__bg img.bg_hover {
  display: none;
}
#features .p-features-image {
  width: 100%;
  z-index: -1;
  position: relative;
}
#features .p-features-image img {
  width: 100%;
}
#features .p-features-image._image01 {
  margin: 100px auto 0;
}
@media screen and (max-width: 767.98px) {
  #features .p-features-image._image01 {
    margin: 15% auto 5%;
  }
}
#features .p-features-image._image02 {
  margin: -5% auto 0;
}
#features .p-features-txt__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.98px) {
  #features .p-features-txt__inner {
    display: block;
    padding: 0 2rem;
  }
}
#features .p-features-txt__left {
  margin: -15% auto 0;
  max-width: 1200px;
}
@media screen and (max-width: 767.98px) {
  #features .p-features-txt__left {
    margin-top: -10%;
    max-width: none;
  }
}
#features .p-features-txt__left .c-txt {
  margin-left: 150px;
}
@media screen and (max-width: 767.98px) {
  #features .p-features-txt__left .c-txt {
    margin: 3rem auto 0;
  }
}
#features .p-features-txt__center {
  margin-top: 150px;
}
@media screen and (max-width: 767.98px) {
  #features .p-features-txt__center {
    margin-top: 10rem;
  }
}
#features .p-features-txt__center .c-catch {
  text-align: center;
}
#features .p-features-txt__center .c-txt {
  text-align: center;
}
#features .p-features-txt__right {
  margin: 0 auto;
  position: relative;
  z-index: -1;
}
#features .p-features-txt__right .p-features-txt__inner {
  display: block;
  max-width: 120rem;
  margin: -45rem auto 0;
}
@media screen and (max-width: 767.98px) {
  #features .p-features-txt__right .p-features-txt__inner {
    margin: -5rem auto 0;
  }
}
#features .p-features-txt__right .c-catch {
  text-align: right;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767.98px) {
  #features .p-features-txt__right .c-catch {
    margin-bottom: 2rem;
  }
}
#features .p-features-txt__right .c-txt {
  text-align: right;
}
@media screen and (max-width: 767.98px) {
  #features .p-features-txt__right .p-features-image {
    position: relative;
  }
}
#features .p-features-txt__right .p-features-image::before {
  content: "";
  width: 100%;
  height: 280px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: linear-gradient(to bottom, transparent, #000);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  #features .p-features-txt__right .p-features-image::before {
    height: 37vw;
  }
}
#features .p-features-link {
  font-size: 1.8rem;
  text-align: center;
}
#features .p-features-link__ttl {
  margin: 50px 0 35px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  #features .p-features-link__ttl {
    margin: 5rem 0 3.5rem;
    font-size: 1.4rem;
  }
}
#features .p-features-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#features .p-features-link ul li {
  border-left: 1px solid #555555;
  padding: 6px 50px;
}
@media screen and (max-width: 767.98px) {
  #features .p-features-link ul li {
    padding: 0.4rem 2rem;
  }
}
#features .p-features-link ul li a {
  color: #FFF;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  text-decoration: none;
  cursor: pointer;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding-bottom: 0.25rem;
}
@media screen and (max-width: 767.98px) {
  #features .p-features-link ul li a {
    font-size: 1rem;
  }
}
#features .p-features-link ul li a::before {
  content: "";
  width: 9px;
  height: 9px;
  background: url("../img/icn_features-link.svg") center/contain no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: -16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  #features .p-features-link ul li a::before {
    width: 0.7rem;
    height: 0.7rem;
  }
}
#features .p-features-link ul li a::after {
  content: "";
  position: absolute;
  top: 100%;
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: 0.6s -webkit-transform;
  transition: 0.6s -webkit-transform;
  transition: 0.6s transform;
  transition: 0.6s transform, 0.6s -webkit-transform;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
#features .p-features-link ul li a.is-current::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#features .p-features-link ul li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#features .p-features-link ul li:last-child {
  border-right: 1px solid #555555;
}
#features .p-features-slide {
  margin: 6rem auto;
}
@media screen and (max-width: 767.98px) {
  #features .p-features-slide {
    margin: 4rem auto;
  }
}

.loopSliderWrap {
  top: 0;
  left: 0;
  height: 275px;
  overflow: hidden;
  position: absolute;
}

.loopSliderWrap:after {
  content: "";
  display: block;
  clear: both;
}

.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 275px;
  text-align: left;
  position: relative;
  overflow: hidden;
  visibility: hidden;
}

.loopSlider ul {
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  float: left;
  overflow: hidden;
}

.loopSlider ul li img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .loopSliderWrap,
  .loopSlider,
  .loopSlider ul {
    height: 110px;
  }
  .loopSlider ul li {
    height: 110px;
  }
  .loopSlider ul li img {
    width: auto;
  }
}
#spec {
  margin-top: 15rem;
  padding-top: 10rem;
}
@media screen and (max-width: 767.98px) {
  #spec {
    margin-top: 5rem;
    padding-top: 8rem;
  }
}
#spec .c-section__ttl {
  text-align: center;
  position: relative;
  line-height: 1.4;
}
#spec .c-section__ttl::after {
  content: "";
  width: 1px;
  height: 100px;
  background-color: #FFF;
  display: block;
  margin: 20px auto;
}
@media screen and (max-width: 767.98px) {
  #spec .c-section__ttl::after {
    height: 6rem;
    margin: 3rem auto 0;
  }
}
#spec .p-spec-wrapper {
  max-width: 106rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767.98px) {
  #spec .p-spec-wrapper {
    margin: 1rem auto 0;
  }
}
#spec .p-spec-wrapper dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.98px) {
  #spec .p-spec-wrapper dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#spec .p-spec-wrapper dl dt, #spec .p-spec-wrapper dl dd, #spec .p-spec-wrapper dl li {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 767.98px) {
  #spec .p-spec-wrapper dl dt, #spec .p-spec-wrapper dl dd, #spec .p-spec-wrapper dl li {
    font-size: 1rem;
    letter-spacing: 0.15rem;
  }
}
#spec .p-spec-wrapper dl dt {
  width: 14rem;
  margin-right: 4rem;
}
@media screen and (max-width: 767.98px) {
  #spec .p-spec-wrapper dl dt {
    width: 12rem;
    margin-right: 2rem;
  }
}
#spec .p-spec-wrapper dl dd {
  width: calc(100% - 18rem);
}
@media screen and (max-width: 767.98px) {
  #spec .p-spec-wrapper dl dd {
    width: calc(100% - 14rem);
  }
}
#spec .p-spec-wrapper dl dd ul li {
  padding-left: 1em;
  text-indent: -0.5em;
}
#spec .p-spec-wrapper dl dd ul li::before {
  content: "・";
  display: inline-block;
}
#spec .p-spec-wrapper .p-txt-wrapper {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767.98px) {
  #spec .p-spec-wrapper .p-txt-wrapper {
    margin-bottom: 3rem;
    padding: 0 1rem;
  }
}
#spec .p-spec-ttl {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  letter-spacing: 0.25rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  #spec .p-spec-ttl {
    font-size: 1.4rem;
  }
}
#spec .p-spec-txt {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 767.98px) {
  #spec .p-spec-txt {
    font-size: 1rem;
    letter-spacing: 0.15rem;
  }
}
#spec .p-spec-txt span {
  font-size: 1rem;
  display: block;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
@media screen and (max-width: 767.98px) {
  #spec .p-spec-txt span {
    font-size: 1rem;
  }
}
#spec .p-spec__image {
  width: 395px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  #spec .p-spec__image {
    width: 27rem;
  }
}
#spec .p-spec-textarea {
  margin: 3rem 0 0 25rem;
  width: 605px;
}
@media screen and (max-width: 767.98px) {
  #spec .p-spec-textarea {
    width: 100%;
    margin: 5rem auto 0;
  }
}
#spec .p-spec-textarea .flex {
  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: 767.98px) {
  #spec .p-spec-textarea .flex {
    display: block;
  }
}
#spec .p-spec-btn {
  text-align: center;
}
#spec .p-spec-btn a {
  font-size: 1.3rem;
  color: #FFF;
  text-decoration: none;
  display: block;
}
#spec .p-spec-btn a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
#spec .p-spec-btn._close a::after {
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 12px auto 0;
}
#spec .p-spec-btn._read a::after {
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-buy-button {
  max-width: 58rem;
  margin: 120px auto 0;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-buy-button {
    margin: 10rem auto 0;
    padding: 0 2rem;
  }
}
.p-buy-button::before {
  content: "";
  width: 1px;
  height: 100px;
  background-color: #FFF;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .p-buy-button::before {
    height: 10rem;
  }
}
.p-buy-button a {
  padding: 25px 0;
  font-size: 2rem;
  text-decoration: none;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.15rem;
  background-color: #FFF;
  border: 1px solid #FFF;
  display: block;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767.98px) {
  .p-buy-button a {
    padding: 2rem 0;
    font-size: 1.6rem;
  }
}
.p-buy-button a::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-buy-button a::before {
    height: 1.3rem;
  }
}
.p-buy-button a:hover {
  background-color: #000;
  color: #FFF;
}
@media screen and (max-width: 767.98px) {
  .p-buy-button a:hover {
    background-color: #FFF;
    color: #000;
  }
}
.p-buy-button a:hover::before {
  background-color: #FFF;
}
@media screen and (max-width: 767.98px) {
  .p-buy-button a:hover::before {
    background-color: #000;
  }
}
.p-buy-button.m-nolink a {
  opacity: 0.5;
  pointer-events: none;
}

.modal_box {
  position: fixed;
  z-index: 7777;
  display: none;
  width: 960px;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .modal_box {
    width: 100%;
  }
}

.modal_movie {
  width: 100%;
  margin: 0 auto;
}
.modal_movie video {
  width: 100%;
  height: 100%;
  aspect-ratio: 32/17;
}
@media screen and (max-width: 767.98px) {
  .modal_movie video {
    aspect-ratio: 335/178;
  }
}

.modal_close {
  position: fixed;
  top: 40px;
  right: 40px;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .modal_close {
    width: 2rem;
    line-height: 2rem;
    top: 2rem;
    right: 2rem;
  }
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background: #0b0b0b;
  opacity: 0.9;
}

.link_area {
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .link_area {
    margin: 4rem auto 0;
  }
}

.link_area ul li a {
  line-height: 1.8;
}

#contact {
  position: relative;
  text-align: center;
  padding-top: 23.4rem;
  z-index: 12;
}
@media screen and (max-width: 767.98px) {
  #contact {
    padding-top: 10rem;
  }
}
#contact .c-txt {
  font-size: 1.3rem;
}
@media screen and (max-width: 767.98px) {
  #contact .c-txt {
    font-size: 1.1rem;
  }
}

.c-contact__upper {
  padding-top: 8.3rem;
}
@media screen and (max-width: 767.98px) {
  .c-contact__upper {
    padding-top: 4rem;
  }
}

.c-contact__bottom {
  padding-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .c-contact__bottom {
    padding-top: 3rem;
  }
}

.c-contact__upper .c-link,
.c-contact__bottom .c-link {
  margin-top: 1em;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .c-contact__upper .c-link,
  .c-contact__bottom .c-link {
    font-size: 1.6rem;
  }
}
.c-contact__upper a,
.c-contact__bottom a {
  color: currentColor;
  text-decoration: none;
  display: inline-block;
}
@media (any-hover) {
  .c-contact__upper a,
  .c-contact__bottom a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-contact__upper a:hover,
  .c-contact__bottom a:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=style.css.map */