@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@500;700;900&family=Noto+Serif+JP:wght@400;500;700;900&family=Syncopate:wght@400;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanmp.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.css");
/*/////////////////////////
 reset
//////////////////////////*/
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Noto+Sans+JP:wght@100..900&display=swap");
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0; /*font-size: 100%;font: inherit;*/
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, a:link, button {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none !important;
}

a:hover, a:active {
  text-decoration: none;
  color: inherit;
}

a:visited {
  color: inherit;
}

b {
  font-weight: bold;
}

img,
svg {
  display: inline;
  width: 100%;
  height: auto;
  pointer-events: none;
}

* {
  box-sizing: border-box;
}

img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: auto;
}

iframe {
  max-width: 100%;
  height: auto;
}

/* 
================================================================================
tag
================================================================================
*/
img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: auto;
}

img,
input,
svg,
*:before,
*:after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

a:hover img,
a:hover input {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

h1, h2, h3, h4, h5, h6 {
  text-align: left;
}

/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* 
================================================================================
body
================================================================================
*/
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 3.4666666667vw;
  }
}
.spMode.isLandscape html {
  font-size: 1.8666666667vw;
}

body {
  padding: 0;
  margin: 0;
  line-height: 2;
  text-align: left;
  color: #113293;
  font-feature-settings: "palt";
  letter-spacing: 0em;
  line-break: strict;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  body {
    position: relative;
    overflow: visible;
  }
}
body.menuOpen {
  overflow: hidden;
  background: #113293;
}
body.cursol-on {
  cursor: pointer;
}

a {
  color: #113293;
}

.l-header__navLink a,
.l-footer__menu li a {
  position: relative;
}
.l-header__navLink a::before,
.l-footer__menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  height: 1px;
  transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: right center;
  transform: scaleX(0);
}
body.notTouchDevice .l-header__navLink a:hover::before,
body.notTouchDevice .l-footer__menu li a:hover::before {
  transform-origin: left center;
  transform: scaleX(1);
}

.l-footer__menu li a::before {
  background: #c1c3c9;
  margin-bottom: -5px;
}

/* 
================================================================================
container,base
================================================================================
*/
#scale {
  width: 5vw;
  height: 100dvh;
  position: fixed;
  top: 0;
  z-index: 1000;
}

#cursor {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  width: 106px;
  height: 106px;
  background: url(../img/parts/cursor.png) center center no-repeat;
  background-size: contain;
  opacity: 0;
  top: -54px;
  left: -54px;
  transition: background-color 300ms ease 0ms, opacity 300ms ease 1000ms, transform 50ms cubic-bezier(0.385, 0.93, 0.455, 1);
  border-radius: 50%;
  overflow: hidden;
}
#cursor.on::after {
  opacity: 1;
}
#cursor::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  opacity: 0.5;
}
#cursor::after {
  content: "PLAY";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: #00c;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 5;
  transition: opacity 300ms ease;
}
body.siteActive #cursor {
  opacity: 1;
}
body.player_hover #cursor {
  display: none;
}
body.cursol_hover #cursor::after {
  transform: translate(-50%, -50%) scale(2);
}
.isTouchDevice #cursor {
  display: none;
}

.l-main {
  background: #eee;
  overflow: visible !important;
}

section.l-contents {
  padding: 140px 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  section.l-contents {
    padding: 8.1018518519vw 0;
  }
}
@media screen and (max-width: 768px) {
  section.l-contents {
    padding: 16vw 0;
  }
}
section.l-menu {
  position: relative;
  padding: 5rem;
  justify-content: flex-start;
  text-align: left;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  z-index: 10;
}
section.l-menu:not(section.l-menu-col) {
  padding: 0;
}
@media screen and (max-width: 768px) {
  section.l-menu .l-inframe {
    width: 73.4%;
  }
  .spMode.isTablet.noLandscape section.l-menu .l-inframe {
    width: 84%;
  }
}
section.l-menu.l-menu-col .l-inframe {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
@media screen and (max-width: 768px) {
  section.l-menu.l-menu-col .l-inframe {
    grid-gap: 5.3333333333vw;
  }
}
section.l-menu .l-menu__fulllink {
  padding: 50px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.l-menu .l-menu__fulllink {
    padding: 9.3333333333vw 0;
  }
  .spMode.isTablet.noLandscape section.l-menu .l-menu__fulllink {
    padding: 3.90625vw 0 4.5572916667vw 0;
  }
}
body.notTouchDevice section.l-menu .l-menu__fulllink:hover .l-inframe::after {
  transform: translate(10%, -100%);
}
section.l-menu .l-menu__fulllink .l-inframe {
  position: relative;
}
section.l-menu .l-menu__fulllink .l-inframe::after {
  content: "";
  display: block;
  width: 131px;
  height: 28px;
  background: url(../img/parts/link_arrow_r.svg) right center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -100%);
  transition: 300ms ease;
}
@media screen and (max-width: 768px) {
  section.l-menu .l-menu__fulllink .l-inframe::after {
    top: auto;
    bottom: 0;
    width: 15.2vw;
    height: 3.2vw;
    transform: translate(0, -3.2vw);
  }
  .spMode.isTablet.noLandscape section.l-menu .l-menu__fulllink .l-inframe::after {
    width: 7.421875vw;
    height: 1.5625vw;
    transform: translate(0, -1.5625vw);
    background: url(../img/parts/link_arrow_r_short.svg) right center no-repeat;
    background-size: contain;
  }
}
section.l-menu .section__title {
  text-align: left;
}
.spMode.isTablet.noLandscape section.l-menu .section__title {
  line-height: 1;
}
section.l-menu .section__title h2 {
  line-height: 1;
  font-size: 65px;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 0.01em #fff;
  text-stroke: 0.01em #fff;
}
@media screen and (max-width: 1400px) {
  section.l-menu .section__title h2 {
    font-size: 3.7615740741vw;
  }
}
@media screen and (max-width: 768px) {
  section.l-menu .section__title h2 {
    font-size: 8.8vw;
    line-height: 1.2;
  }
  .spMode.isTablet.noLandscape section.l-menu .section__title h2 {
    font-size: 3.90625vw;
  }
  .spMode.isTablet.noLandscape section.l-menu .section__title h2 br {
    display: none;
  }
}
section.l-menu .section__title small {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.l-menu .section__title small {
    font-size: 3.2vw;
  }
  .spMode.isTablet.noLandscape section.l-menu .section__title small {
    display: inline-block;
    transform: translate(0, -50%);
    font-size: 1.5625vw;
  }
}
.spMode.isTablet.isLandscape section.l-menu .section__title small {
  display: inline-block;
  transform: translate(0, 50%);
}
section.l-menu.contact {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  section.l-menu.contact {
    padding: 9.3333333333vw 0;
  }
  .spMode.isTablet.noLandscape section.l-menu.contact {
    padding: 5.859375vw 0 !important;
  }
}
section.l-menu.contact .contact__contents p {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  section.l-menu.contact .contact__contents p {
    margin-bottom: 5.3333333333vw;
  }
}
section .l-fullhide {
  width: 100%;
  overflow: hidden;
}
section .l-inframe {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  section .l-inframe {
    width: 84%;
  }
}
section .l-inframe.l-inframe-full {
  max-width: none;
  padding: 0;
  width: 100%;
}
section .l-inframe--col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
}
@media screen and (max-width: 1400px) {
  section .l-inframe--col {
    font-size: 4.6296296296vw;
  }
}

#scrollBody {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  visibility: hidden;
}
body.loadingFinish #scrollBody {
  visibility: visible;
}
.spMode #scrollBody {
  position: relative;
  top: 0;
  left: 0;
  overflow: auto;
  height: auto;
  overflow: visible !important;
}
#scrollBody.normal {
  position: relative;
  top: 0;
  left: 0;
  overflow: clip;
  height: auto;
}

.spMode #scrollBodyDummy {
  display: none;
}

#main {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
}
.spMode #main {
  position: relative;
  overflow: auto;
  height: auto;
}
#main.normal {
  position: relative;
  top: 0;
  left: 0;
  overflow: auto;
  height: auto;
  overflow: visible !important;
}
#main::after {
  display: none;
  content: "";
  width: 1728px;
  height: 8000px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(../img/_guide2.png?v=1) top center no-repeat;
  background-size: 1728px auto;
  opacity: 0.2;
  pointer-events: none;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background: #113293;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 2000ms ease 2000ms;
}
body.introNone .loader {
  background: #fff;
  transition: 1000ms ease 100ms;
}
.loader::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 1000ms cubic-bezier(0.5, 0, 1, 0.5);
  width: 100%;
  height: auto;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(254, 249, 246, 0) 35%, rgba(116, 139, 189, 0) 75%, rgba(0, 50, 150, 0) 100%);
  will-change: filter;
  filter: blur(10vw);
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
body.loaderOut .loader::before {
  opacity: 1;
  filter: blur(0vw);
  transform: translate(-50%, -50%) scale(4.5);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(254, 249, 246) 35%, rgb(116, 139, 189) 75%, rgb(0, 50, 150) 100%);
}
body.introNone .loader::before {
  display: none;
}
.loader__anime {
  width: 380px;
  height: 380px;
  position: relative;
  transition: opacity 300ms 3000ms;
}
@media screen and (max-width: 768px) {
  .loader__anime {
    width: 53.3333333333vw;
    height: 53.3333333333vw;
  }
}
.spMode.isLandscape .loader__anime {
  width: 26.6666666667vw !important;
  height: 26.6666666667vw !important;
}
.loader__anime-wrap {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 300ms 0ms;
}
body.loadingFinish .loader__anime-wrap {
  opacity: 1;
}
.loader__anime span {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 200ms ease;
}
.loader__anime span:nth-of-type(1) {
  background: url(../img/logo/intro/1.svg) center center no-repeat;
  background-size: contain;
  transition-delay: calc(1ms * 50 + 1000ms);
}
.loader__anime span:nth-of-type(2) {
  background: url(../img/logo/intro/2.svg) center center no-repeat;
  background-size: contain;
  transition-delay: calc(2ms * 50 + 1000ms);
}
.loader__anime span:nth-of-type(3) {
  background: url(../img/logo/intro/3.svg) center center no-repeat;
  background-size: contain;
  transition-delay: calc(3ms * 50 + 1000ms);
}
.loader__anime span:nth-of-type(4) {
  background: url(../img/logo/intro/4.svg) center center no-repeat;
  background-size: contain;
  transition-delay: calc(4ms * 50 + 1000ms);
}
.loader__anime span:nth-of-type(5) {
  background: url(../img/logo/intro/5.svg) center center no-repeat;
  background-size: contain;
  transition-delay: calc(5ms * 50 + 1000ms);
}
.loader__anime span:nth-of-type(6) {
  background: url(../img/logo/intro/6.svg) center center no-repeat;
  background-size: contain;
  transition-delay: calc(6ms * 50 + 1000ms);
}
.loader__anime span:nth-of-type(7) {
  background: url(../img/logo/intro/7.svg) center center no-repeat;
  background-size: contain;
  transition-delay: calc(7ms * 50 + 1000ms);
}
.loader__anime span:nth-of-type(8) {
  background: url(../img/logo/intro/8.svg) center center no-repeat;
  background-size: contain;
  transition-delay: calc(8ms * 50 + 1000ms);
}
.loader__anime span:nth-of-type(9) {
  background: url(../img/logo/intro/9.svg) center center no-repeat;
  background-size: contain;
  transition-delay: calc(9ms * 50 + 1000ms);
}
.loader__anime span:nth-of-type(10) {
  background: url(../img/logo/intro/10.svg) center center no-repeat;
  background-size: contain;
  transition-delay: calc(10ms * 50 + 1000ms);
}
.loader__anime span:nth-of-type(10) {
  opacity: 0;
  transition: 300ms ease;
  transition-delay: 0ms;
}
body.loadingFinish .loader__anime span {
  opacity: 1;
}
body.loadingFinish .loader__anime {
  opacity: 0;
}
body.introNone .loader__anime {
  display: none;
}
body.loaderOut .loader {
  opacity: 0;
  pointer-events: none;
}

.l-menu__sub {
  display: grid;
  align-content: space-between;
}

.l-menu__sns {
  display: flex;
  justify-content: flex-end;
  position: relative;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .noTablet .l-menu__sns {
    justify-content: flex-start;
    margin-bottom: 8vw;
    flex-wrap: wrap;
  }
  .isTablet .l-menu__sns {
    margin-bottom: 3.90625vw;
  }
}
.l-menu__sns li {
  width: 40px;
  height: 40px;
  display: flex;
  transition: 300ms ease;
}
@media screen and (max-width: 768px) {
  .noTablet .l-menu__sns li {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .isTablet .l-menu__sns li {
    width: 3.2552083333vw;
    height: 3.2552083333vw;
  }
}
body.notTouchDevice .l-menu__sns li:hover {
  opacity: 0.5;
}
.l-menu__sns li:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .noTablet .l-menu__sns li:first-child {
    margin-right: 5.3333333333vw;
    margin-left: 0.8vw;
  }
}
.l-menu__sns li a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-menu__sns li span {
  display: none;
}
.l-menu__sns-x {
  background: url(../img/parts/icon_x.svg) center center no-repeat;
  background-size: contain;
}
.l-menu__sns-facebook {
  background: url(../img/parts/icon_facebook.svg) center center no-repeat;
  background-size: contain;
}

#modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: 300ms ease-in-out;
}
body.modalOpen #modal {
  opacity: 1;
  pointer-events: all;
}
#modal .modal__cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#modal .modal__inframe {
  position: relative;
  width: 68vw;
  aspect-ratio: 16/9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
@media screen and (max-width: 768px) {
  #modal .modal__inframe {
    width: 100vw;
  }
}
.spMode.isLandscape #modal .modal__inframe {
  width: 68vw !important;
  transform: translate(-50%, -50%) !important;
}
.spMode.isTablet.noLandscape #modal .modal__inframe {
  width: 100vw !important;
}
#modal .modal__inframe .modal__contents {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#modal .modal__inframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
#modal .modal__inframe .modal__closebtn {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 100%);
  color: #fff;
}
#modal .modal__inframe .modal__closebtn::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/parts/icon_close.svg) center center no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}
#modal .modal__inframe .modal__closebtn::after {
  content: "";
  display: inline-block;
  width: auto;
  height: 22px;
  aspect-ratio: 153.414/26.395;
  background: url(../img/parts/close.svg) left center no-repeat;
  background-size: contain;
}

#guide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#guide div {
  position: absolute;
  top: 0;
  left: 0;
}
#guide div.dvh {
  height: 100dvh;
}
#guide div.vh {
  height: 100vh;
}

#landscape {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.isLandscape #landscape {
  display: none;
}

.l-header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 1000;
  transition: 200ms ease 0ms;
  pointer-events: none;
}
body.headerHide .l-header {
  opacity: 0;
}
body.headerShow .l-header {
  opacity: 1 !important;
  pointer-events: all;
}
body.menuOpen .l-header {
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 15.2vw;
  }
}
.l-header .lock {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #03205a;
  opacity: 0;
  transition: 300ms ease 0ms;
}
body.menuOpen .l-header .lock {
  pointer-events: all;
  opacity: 0.7;
}
.l-header__container {
  position: static;
  display: flex;
  height: auto;
  align-items: center;
  z-index: 5;
}
.l-header__containerInner {
  width: 100%;
}
.l-header__containerInner a {
  display: inline-block;
}
.l-header__inner {
  margin: auto;
  width: 90%;
  display: flex;
  align-items: center;
}
.l-header__logo {
  position: absolute;
  top: 50px;
  left: 60px;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 26.6666666667vw;
    top: 4.5333333333vw;
    left: 8vw;
  }
}
.isTablet .l-header__logo {
  width: 20.8333333333vw;
  top: 3.90625vw;
  left: 5.2083333333vw;
}
.l-header__logo img {
  transition: 300ms ease;
}
.l-header__logo:hover img {
  will-change: filter;
  filter: brightness(2.4) saturate(40%);
}
.l-header__navList {
  display: flex;
  list-style: none;
}
.l-header__navItem {
  margin-left: 38px;
}
@media screen and (max-width: 1080px) {
  .l-header__navItem {
    margin-left: 1.5em;
  }
}
.isLandscape .l-header__navItem {
  margin-left: 2em;
}
@media screen and (max-width: 1080px) {
  .l-header__navLink {
    font-size: 1.6vw !important;
  }
}
.isLandscape .l-header__navLink {
  font-size: 1.4vw !important;
}
.l-header__navsp {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  height: auto;
  width: 100vw;
  height: 100vh;
  z-index: 6;
  transform: translate(100%, 0);
  transition: 300ms ease-in-out;
}
.l-header__navsp .l-header__unit {
  width: 100%;
}
.l-header__navsp-inner {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  z-index: 4;
  width: 72vw;
  height: 100vh;
  background: #113293;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  color: #fff;
  padding: 18.6666666667vw 13.3333333333vw;
}
.isLandscape .l-header__navsp-inner {
  padding: 9.3333333333vw 6.6666666667vw;
}
.spMode.isTablet.noLandscape .l-header__navsp-inner {
  width: 50vw;
  padding: 23.4375vw 9.1145833333vw;
}
body.menuOpen .l-header__navsp {
  transform: translate(0%, 0);
}
.l-header__navsp a {
  color: #fff !important;
}
.l-header__navsp-menu {
  position: relative;
  z-index: 2;
  margin-bottom: 8vw;
}
.l-header__navsp-menu li {
  line-height: 1;
  margin-bottom: 5.3333333333vw;
}
.isLandscape .l-header__navsp-menu li {
  margin-bottom: 2.6666666667vw;
}
@media screen and (max-width: 768px) {
  .spMode.isTablet.noLandscape .l-header__navsp-menu li {
    font-size: 2.34375vw;
    margin-bottom: 4.1666666667vw;
  }
}
.l-header__navsp-menu-site {
  font-size: 4vw;
  font-weight: bold !important;
  margin-bottom: 13.3333333333vw;
}
@media screen and (max-width: 768px) {
  .isTablet .l-header__navsp-menu-site {
    font-size: 2.6041666667vw !important;
    margin-bottom: 7.8125vw;
  }
  .spMode.isTablet.noLandscape .l-header__navsp-menu-site {
    margin-bottom: 7.8125vw;
  }
}
.isLandscape .l-header__navsp-menu-site {
  font-size: 2.6666666667vw !important;
  margin-bottom: 8vw;
}
.l-header__navsp-menu-link {
  font-size: 3.2vw;
}
.isLandscape .l-header__navsp-menu-link {
  font-size: 2.1333333333vw !important;
}
@media screen and (max-width: 768px) {
  .isTablet .l-header__navsp-menu-link {
    font-size: 2.0833333333vw !important;
  }
  .spMode.isTablet.noLandscape .l-header__navsp-menu-link {
    margin-bottom: 4.5572916667vw;
  }
}
.l-header__navsp-menu-link a {
  color: #C1C3C9 !important;
}
.l-header__navsp-menu-link li {
  margin-bottom: 4.2666666667vw;
}
@media screen and (max-width: 768px) {
  .spMode.isTablet.noLandscape .l-header__navsp-menu-link li {
    font-size: 1.953125vw;
    margin-bottom: 2.9947916667vw;
  }
}
.l-header__navsp .l-menu__copyright {
  font-size: 0.7rem;
  color: #C1C3C9;
}
@media screen and (max-width: 768px) {
  .l-header__navsp .l-menu__copyright {
    font-size: 2.4vw;
  }
  .spMode.isTablet.noLandscape .l-header__navsp .l-menu__copyright {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .isTablet .l-header__navsp .l-menu__sns {
    justify-content: flex-start;
  }
}
.l-header__navsp .l-menu__share {
  font-size: 2.9333333333vw;
  margin-bottom: 0.5em;
}
.spMode.isTablet.noLandscape .l-header__navsp .l-menu__share {
  font-size: 1.796875vw;
}
.l-header__menubtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 50px;
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  .l-header__menubtn {
    width: 16.5333333333vw;
    height: 15.2vw;
  }
}
@media screen and (max-width: 1080px) {
  .spMode.isTablet .l-header__menubtn {
    width: 12.5vw;
    height: 12.5vw;
  }
}
.l-header__menubtn div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.8666666667vw;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .isTablet.noLandscape .l-header__menubtn div {
    width: 2.8645833333vw;
  }
}
.l-header__menubtn div:nth-of-type(1) {
  margin-top: -1.8666666667vw;
}
@media screen and (max-width: 768px) {
  .isTablet.noLandscape .l-header__menubtn div:nth-of-type(1) {
    margin-top: -0.9114583333vw;
  }
}
.l-header__menubtn div:nth-of-type(3) {
  margin-top: 1.8666666667vw;
}
@media screen and (max-width: 768px) {
  .isTablet.noLandscape .l-header__menubtn div:nth-of-type(3) {
    margin-top: 0.9114583333vw;
  }
}
body.menuOpen .l-header__menubtn div {
  width: 7.4666666667vw;
}
@media screen and (max-width: 768px) {
  .isTablet.noLandscape body.menuOpen .l-header__menubtn div {
    width: 3.6458333333vw;
    margin: 0;
  }
}
body.menuOpen .l-header__menubtn div:nth-of-type(1) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
body.menuOpen .l-header__menubtn div:nth-of-type(2) {
  display: none;
}
body.menuOpen .l-header__menubtn div:nth-of-type(3) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header#headerSub {
  color: #fff;
  mix-blend-mode: difference;
  pointer-events: none;
}
.l-header#headerSub .l-header__navLink {
  font-size: 17px;
}
.l-header#headerSub .l-header__navLink a {
  display: flex;
  color: #fff;
  height: fit-content;
  pointer-events: all;
}
.l-header#headerSub .l-header__inner {
  pointer-events: none;
  justify-content: flex-end;
  position: fixed;
  top: 54px;
  right: 70px;
}
@media screen and (min-width: 1000px) {
  .isTablet.isLandscape .l-header#headerSub .l-header__inner {
    top: 3.90625vw;
  }
}
.isTablet .l-header#headerSub .l-header__inner {
  top: 4.5572916667vw;
  right: 1.953125vw;
}
body.menuOpen .l-header#headerSub {
  mix-blend-mode: normal;
}
@media screen and (max-width: 768px) {
  .l-header#headerSub nav {
    display: none;
  }
}

#footer {
  border: 0;
}
@media screen and (max-width: 768px) {
  #footer {
    overflow: hidden;
  }
}

.footer__inframe {
  padding-top: 110px;
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .footer__inframe {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  .isTablet .footer__inframe {
    padding-top: 5.2083333333vw;
    padding-bottom: 5.2083333333vw;
  }
}
.footer__inframe .l-footer__navInner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .noTablet .footer__inframe .l-footer__navInner {
    display: block;
  }
}
.footer__inframe .l-footer__navInner .l-footer__unit {
  display: grid;
  align-content: space-between;
}
@media screen and (max-width: 768px) {
  .noTablet .footer__inframe .l-footer__navInner .l-footer__unit {
    display: grid;
  }
}
.footer__inframe .l-footer__logo {
  width: 160px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .noTablet .footer__inframe .l-footer__logo {
    width: 26.6666666667vw;
    margin-bottom: 6.6666666667vw;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .isTablet .footer__inframe .l-footer__logo {
    display: flex;
    width: 14.5833333333vw;
    margin-bottom: 3.2552083333vw;
    line-height: 1;
  }
}
.footer__inframe .l-footer__menu {
  font-size: 0.8rem;
  display: flex;
}
@media screen and (max-width: 1400px) {
  .footer__inframe .l-footer__menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.3148148148vw;
  }
}
@media screen and (max-width: 768px) {
  .noTablet .footer__inframe .l-footer__menu {
    display: inline-grid;
    grid-template-columns: 1fr;
    grid-gap: 4vw;
    margin-bottom: 8vw;
  }
  .isTablet .footer__inframe .l-footer__menu {
    grid-template-columns: auto auto auto auto;
  }
}
.footer__inframe .l-footer__menu li {
  line-height: 1;
}
.footer__inframe .l-footer__menu li a {
  color: #C1C3C9;
  font-weight: 400;
}
.footer__inframe .l-footer__menu li:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: solid 1px #616D94;
}
@media screen and (max-width: 768px) {
  .isTablet .footer__inframe .l-footer__menu li:not(:last-child) {
    margin-right: 0vw !important;
    padding-right: 1.3020833333vw !important;
  }
}
.isTablet .footer__inframe .l-footer__menu li:last-child {
  border: 0;
  margin-right: 0vw !important;
  padding-right: 0vw !important;
}
@media screen and (max-width: 1400px) {
  .footer__inframe .l-footer__menu li {
    margin-right: 2.3148148148vw !important;
    padding-right: 2.3148148148vw !important;
  }
  .footer__inframe .l-footer__menu li a {
    padding: 0;
    margin: 0;
  }
  .footer__inframe .l-footer__menu li:last-child {
    border-right: solid 1px #616D94;
  }
}
@media screen and (max-width: 768px) {
  .noTablet .footer__inframe .l-footer__menu li {
    border: 0 !important;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .isTablet .footer__inframe .l-footer__menu li {
    font-size: 1.3671875vw;
  }
}
.footer__inframe .l-footer__unit.l-menu__sub {
  position: relative;
}
@media screen and (max-width: 768px) {
  .noTablet .footer__inframe .l-footer__unit.l-menu__sub {
    padding-top: 2em;
  }
}
.footer__inframe .l-footer__unit .l-menu__share {
  position: absolute;
  top: 1em;
  left: 4em;
  display: inline-block;
  margin-right: 20px;
  font-size: 0.7rem;
}
@media screen and (max-width: 768px) {
  .noTablet .footer__inframe .l-footer__unit .l-menu__share {
    width: 100%;
    margin-bottom: 1.3333333333vw;
    top: 0em;
    left: 0em;
  }
  .isTablet .footer__inframe .l-footer__unit .l-menu__share {
    width: auto;
    margin-bottom: 0vw;
    font-size: 1.4322916667vw;
    top: 0.390625vw;
    left: auto;
    right: 8.4635416667vw;
  }
}
.footer__inframe .l-footer__unit .l-menu__copyright {
  font-size: 13px;
  color: #C1C3C9;
}
@media screen and (max-width: 768px) {
  .footer__inframe .l-footer__unit .l-menu__copyright {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  .isTablet .footer__inframe .l-footer__unit .l-menu__copyright {
    font-size: 1.171875vw;
    line-height: 1;
  }
}

section a {
  text-decoration: none;
}
.p-onlyPC {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-onlyPC {
    display: none;
  }
}

.p-onlySP {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-onlySP {
    display: block;
  }
}

.p-onlyTabLand {
  display: none;
}
.spMode.isTablet.isLandscape .p-onlyTabLand {
  display: block;
}

.p-syncopate-regular {
  font-family: "Syncopate", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p-syncopate-bold {
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.p-bg-blue {
  position: relative;
  background: rgb(0, 50, 150);
  background-image: radial-gradient(circle at 300px 200px, rgb(0, 50, 150) 0%, rgb(0, 33, 98) 35%, rgb(0, 17, 52) 100%);
}
@media screen and (max-width: 768px) {
  .p-bg-blue {
    overflow: hidden;
  }
}
.spMode.isTablet .p-bg-blue {
  overflow: hidden;
}
.spMode.isLandscape .p-bg-blue {
  overflow: hidden;
}
.p-bg-blue::before {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../img/bg/footer.png) center center no-repeat;
  background-size: cover;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.p-bg-blue-bg {
  position: absolute;
  width: 100vw;
  height: 100vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-bg-blue-bg {
    width: 200vw;
    height: 200vw;
  }
}
.p-bg-blue-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(255, 255, 255);
  background: #FFFFFF;
  background: radial-gradient(at center, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%);
  opacity: 0.2;
  transform-origin: center 20vw;
  animation-name: bgAnime;
  /*1で解説*/
  animation-duration: 20s;
  /*3で解説*/
  animation-iteration-count: infinite;
  /*4で解説*/
  animation-timing-function: linear;
  /*5で解説*/
  animation-delay: 0.5s;
  /*6で解説*/
  animation-direction: normal;
  /*7で解説*/
}
.p-bg-blue-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(255, 255, 255);
  background: #FFFFFF;
  background: radial-gradient(at center, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 50%);
  opacity: 0.1;
  transform-origin: center 80vw;
  animation-name: bgAnime2;
  /*1で解説*/
  animation-duration: 20s;
  /*3で解説*/
  animation-iteration-count: infinite;
  /*4で解説*/
  animation-timing-function: linear;
  /*5で解説*/
  animation-delay: 1.5s;
  /*6で解説*/
  animation-direction: normal;
  /*7で解説*/
}
.p-bg-blue .p-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-bg-blue .p-video video {
  position: absolute;
  object-fit: cover;
}
.p-bg-lightblue {
  background: rgb(214, 216, 223);
  background: radial-gradient(circle at 1200px 200px, rgb(255, 255, 255) 0%, rgb(214, 216, 223) 100%);
}
.p-bg-lightgray {
  background: rgb(214, 216, 223);
  background: radial-gradient(circle at 1200px 200px, rgb(255, 255, 255) 0%, rgb(214, 216, 223) 100%);
}

.p-basecolor-white {
  color: #fff;
}
.p-basecolor-white a {
  color: inherit;
}

.p-unit {
  display: flex;
  justify-content: space-between;
  border: solid 1px #ccc;
}
.p-unit .p-unit-item {
  width: 20%;
  margin: 0 0px;
  border: solid 1px #000;
}
.p-unit .p-unit-item .p-unit-image {
  background: #eee;
  aspect-ratio: 1/1;
}
.p-unit.p-unit-col3 .p-unit-item {
  width: 30%;
}
.p-unit.p-unit-col2 .p-unit-item {
  width: 48%;
}
.p-navi {
  display: flex;
  justify-content: center;
  border: solid 1px #ccc;
}
.p-navi .p-navi-item {
  width: 200px;
  margin: 0 20px;
  border: solid 1px #000;
}
.p-navi .p-navi-item .p-navi-image {
  background: #333;
  aspect-ratio: 1/1;
}
.p-font-bold {
  font-weight: bold;
}

.p-boxunit__responsive .p-boxunit-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-boxunit__responsive .p-boxunit-item {
  margin: 0;
  width: 32%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .spMode.noTablet .p-boxunit__responsive .p-boxunit-item {
    width: 100%;
    height: auto;
    margin-bottom: 0vw;
    padding-top: 3.2vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5.3333333333vw;
    align-items: center;
  }
  .spMode.noTablet .p-boxunit__responsive .p-boxunit-item::after {
    width: 12vw;
    height: 8vw;
  }
  .spMode.noTablet .p-boxunit__responsive .p-boxunit-item:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .spMode.noTablet .p-boxunit__responsive .p-boxunit-item {
    padding-top: 3.2vw !important;
  }
  .spMode.isTablet .p-boxunit__responsive .p-boxunit-item {
    padding-top: 2.6041666667vw !important;
  }
}
@media screen and (min-width: 768px) {
  .p-boxunit__responsive .p-boxunit-item {
    opacity: 0;
    transform: translate(0, 10%);
    transition: 300ms ease-out;
  }
  .p-boxunit__responsive .p-boxunit-item:nth-of-type(1) {
    transition-delay: 100ms;
  }
  .p-boxunit__responsive .p-boxunit-item:nth-of-type(2) {
    transition-delay: 200ms;
  }
  .p-boxunit__responsive .p-boxunit-item:nth-of-type(3) {
    transition-delay: 300ms;
  }
  .p-boxunit__responsive .p-boxunit-item:nth-of-type(4) {
    transition-delay: 400ms;
  }
  .p-boxunit__responsive .p-boxunit-item:nth-of-type(5) {
    transition-delay: 500ms;
  }
  .p-boxunit__responsive .p-boxunit-item.is-in {
    opacity: 1;
    transform: translate(0, 0%);
  }
}
@media screen and (max-width: 768px) {
  .p-boxunit__responsive .p-boxunit-item {
    opacity: 0;
    transform: translate(0, 10%);
    transition: 300ms ease-out;
  }
  .p-boxunit__responsive .p-boxunit-item.is-in {
    opacity: 1;
    transform: translate(0, 0%);
  }
}
.spMode.isTablet.noLandscape .p-boxunit__responsive .p-boxunit-item {
  padding-top: 2.6041666667vw !important;
}
@media screen and (max-width: 768px) {
  .spMode.isTablet .p-boxunit__responsive .p-boxunit-item::after {
    height: 3.90625vw;
  }
}
.spMode.isTablet.noLandscape .p-boxunit__responsive .p-boxunit-item::after {
  height: 3.90625vw;
}
@media screen and (max-width: 1400px) {
  .p-boxunit__responsive .p-boxunit-image {
    margin-bottom: 1.7361111111vw;
  }
}
@media screen and (max-width: 768px) {
  .p-boxunit__responsive .p-boxunit-image {
    margin-bottom: 0;
  }
  .spMode.isTablet .p-boxunit__responsive .p-boxunit-image {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-boxunit__responsive .p-boxunit-label {
    margin-bottom: 3.2vw;
  }
  .spMode.isTablet .p-boxunit__responsive .p-boxunit-label {
    margin-bottom: 1.953125vw;
  }
  .spMode.isTablet .p-boxunit__responsive .p-boxunit-label img {
    height: 3.2552083333vw !important;
  }
}
.spMode.isTablet.noLandscape .p-boxunit__responsive .p-boxunit-label img {
  height: 2.6041666667vw !important;
}
@media screen and (max-width: 768px) {
  .spMode.noTablet .p-boxunit__responsive .p-boxunit-more {
    height: 10.6666666667vw;
  }
  .spMode.isTablet .p-boxunit__responsive .p-boxunit-more {
    width: 17.7083333333vw;
    font-size: 1.5625vw !important;
  }
}
.spMode.isTablet.noLandscape .p-boxunit__responsive .p-boxunit-more {
  width: 17.7083333333vw;
  font-size: 1.5625vw !important;
}
.p-boxunit-wrap {
  display: inline-flex;
}
.p-boxunit-item {
  width: 468px;
  height: 490px;
  margin-right: 25px;
  padding-top: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-boxunit-item {
    padding-top: 8vw !important;
  }
  .spMode.isLandscape .p-boxunit-item {
    padding-top: 8vw !important;
  }
  .spMode.isTablet .p-boxunit-item {
    padding-top: 4vw !important;
  }
}
.p-boxunit-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-boxunit-item:after {
    width: 100%;
    height: 10.6666666667vw;
  }
  .spMode.isLandscape .p-boxunit-item:after {
    height: 5.3333333333vw;
  }
  .spMode.isTablet .p-boxunit-item:after {
    height: 5.3333333333vw;
  }
}
.p-boxunit-item-1::after {
  background: url(../img/himitsu/01.svg) left top no-repeat;
  background-size: contain;
}
.p-boxunit-item-2::after {
  background: url(../img/himitsu/02.svg) left top no-repeat;
  background-size: contain;
}
.p-boxunit-item-3::after {
  background: url(../img/himitsu/03.svg) left top no-repeat;
  background-size: contain;
}
.p-boxunit-item-4::after {
  background: url(../img/himitsu/04.svg) left top no-repeat;
  background-size: contain;
}
.p-boxunit-item-5::after {
  background: url(../img/himitsu/05.svg) left top no-repeat;
  background-size: contain;
}
.spMode.isLandscape .p-boxunit-item .p-boxunit-label img {
  height: 2.8645833333vw !important;
}
.spMode.isLandscape .p-boxunit-item .p-boxunit-more {
  min-width: auto !important;
  width: 19.53125vw !important;
  font-size: 1.5625vw !important;
}
body.notTouchDevice .p-boxunit-item .p-boxunit-image:hover img {
  transform: scale(1.05);
}
body.notTouchDevice .p-boxunit-item .p-boxunit-more:hover {
  color: #fff;
}
body.notTouchDevice .p-boxunit-item .p-boxunit-more:hover::after {
  width: 100%;
}
.p-boxunit-image {
  width: 100%;
  height: auto;
  line-height: 0;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
  display: inline-block;
}
.spMode.isLandscape .p-boxunit-image {
  margin-bottom: 0vw !important;
}
.spMode.isTablet.isLandscape .p-boxunit-image {
  margin-bottom: 1.0666666667vw !important;
  border-radius: 1.953125vw;
}
@media screen and (max-width: 768px) {
  .p-boxunit-image {
    margin-bottom: 1.8666666667vw;
    border-radius: 1.3333333333vw;
  }
  .spMode.isTablet .p-boxunit-image {
    margin-bottom: 1.8666666667vw;
  }
}
.spMode.isTablet.noLandscape .p-boxunit-image {
  border-radius: 1.953125vw;
}
.p-boxunit-image img {
  transition: 300ms ease;
}
.p-boxunit-label {
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
.spMode.isLandscape .p-boxunit-label {
  margin-bottom: 1.8666666667vw !important;
}
@media screen and (max-width: 768px) {
  .p-boxunit-label {
    margin-bottom: 3.7333333333vw;
  }
}
.p-boxunit-label img {
  width: auto;
  height: 27px;
}
@media screen and (max-width: 768px) {
  .p-boxunit-label img {
    height: 5.3333333333vw;
  }
}
.spMode.isLandscape .p-boxunit-label img {
  height: 4.8vw !important;
}
.spMode.isTablet .p-boxunit-label img {
  height: 3.7333333333vw !important;
}
@media screen and (max-width: 768px) {
  .spMode.isTablet .p-boxunit-label img {
    height: 4.5572916667vw !important;
  }
}
.p-boxunit-more {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  font-weight: 500 !important;
  width: 200px;
  height: 58px;
  border-radius: 29px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: auto !important;
  aspect-ratio: 201/59;
}
@media screen and (max-width: 768px) {
  .p-boxunit-more {
    height: auto !important;
    aspect-ratio: 201/63;
  }
  .isTablet.noLandscape .p-boxunit-more {
    font-size: 2.6041666667vw !important;
  }
}
.spMode.isLandscape .p-boxunit-more {
  min-width: auto !important;
  width: 28vw !important;
  border-radius: 5.3333333333vw !important;
  font-size: 2.1333333333vw !important;
}
.p-boxunit-more span {
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-boxunit-more {
    width: 40vw;
    height: 12.2666666667vw;
    font-size: 3.2vw;
  }
}
.p-boxunit-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  background: url(../img/parts/btn_frame_grade.svg?v=2) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-boxunit-more::before {
    background: url(../img/parts/btn_frame_grade_sp.svg?v=2) center center no-repeat;
    background-size: contain;
  }
}
.p-boxunit-more::hover::before {
  width: 50%;
}
.p-boxunit-more::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 0%;
  height: 100%;
  border-radius: 50px;
  background: rgb(15, 47, 138);
  background: linear-gradient(90deg, rgb(15, 47, 138) 0%, rgb(4, 21, 63) 100%);
  transition: 300ms ease;
  z-index: 1;
}

.p-slideshow {
  position: sticky;
  top: 220px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1400px) {
  .p-slideshow {
    top: 8.6805555556vw;
  }
}
@media screen and (max-width: 768px) {
  .p-slideshow {
    top: 16vw;
  }
}
.spMode.isLandscape .p-slideshow {
  top: 8vw !important;
  height: 35vw !important;
}
.p-slideshow__group {
  width: 60vh;
  height: 76vh;
  max-height: 800px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .p-slideshow__group {
    height: 53.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .spMode.isTablet .p-slideshow__group {
    width: 100%;
    height: 40vw;
    transform: translate(-30%, 0);
  }
}
.spMode.isLandscape .p-slideshow__group {
  left: 60%;
  width: 32vw;
  height: auto !important;
}
.p-slideshow__group-item {
  position: absolute;
  top: 0;
  left: -100px;
  opacity: 0;
  transform: translate(0, 0) scale(0);
  transition: 700ms cubic-bezier(0.23, 1.395, 0.24, 0.99);
  width: 130%;
}
.p-slideshow__group-item:nth-of-type(1) img {
  transform: translate(-6%, -16%) scale(0.8);
}
.p-slideshow__group-item:nth-of-type(2) img {
  transform: translate(-6%, -16%) scale(0.8);
}
.p-slideshow__group-item:nth-of-type(3) img {
  transform: translate(-6%, -16%) scale(0.8);
}
.p-slideshow__group-item:nth-of-type(4) img {
  transform: translate(-6%, -16%) scale(0.8);
}
.p-slideshow__group-item:nth-of-type(4) img:nth-of-type(1) {
  transition: 100ms ease-out 400ms;
}
.p-slideshow__group-item:nth-of-type(4) img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translate(-6%, -28%) scale(0);
  transition: 200ms ease-out 300ms;
}
.p-slideshow__group-item:nth-of-type(4) img:nth-of-type(3) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 200ms ease-out 300ms;
}
@media screen and (max-width: 768px) {
  .p-slideshow__group-item {
    width: 130%;
    height: 100%;
    object-fit: contain;
    left: -14vw;
  }
  .p-slideshow__group-item:nth-of-type(1) img {
    transform: translate(1%, -2%) scale(1);
  }
  .p-slideshow__group-item:nth-of-type(2) img {
    transform: translate(1%, 0%) scale(0.95);
  }
  .p-slideshow__group-item:nth-of-type(3) img {
    transform: translate(1%, -1%) scale(1.1);
  }
  .p-slideshow__group-item:nth-of-type(4) img {
    transform: translate(4%, 4%) scale(1);
  }
}
.spMode.isLandscape .p-slideshow__group-item {
  width: 100% !important;
  height: auto !important;
}
@media screen and (max-width: 768px) {
  .p-slideshow__group-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.p-slideshow__group-item.in {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.p-slideshow__group-item.in .p-light {
  opacity: 0.5;
}
.p-slideshow__group-item.in.no_1 .p-light {
  opacity: 1;
}
.p-slideshow__group-item.in:nth-of-type(4) img:nth-of-type(1) {
  opacity: 0;
}
.p-slideshow__group-item.in:nth-of-type(4) img:nth-of-type(2) {
  opacity: 1;
  transform: translate(-6%, -28%) scale(1);
}
@media screen and (max-width: 768px) {
  .p-slideshow__group-item.in:nth-of-type(4) img:nth-of-type(2) {
    transform: translate(4%, -10%) scale(1.2);
  }
}
.p-slideshow__group-item.in:nth-of-type(4) img:nth-of-type(3) {
  opacity: 1;
}
.p-slideshow__group-item .p-light {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 0;
  right: 0;
  transform: translate(0%, -30%) scale(2);
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 60%);
  mix-blend-mode: plus-lighter;
  opacity: 0;
  z-index: 5;
  transition: 1300ms ease-out 150ms;
}
@media screen and (max-width: 768px) {
  .p-slideshow__group-item .p-light {
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 40%);
    transform: translate(10%, -20%) scale(1);
  }
}
.p-slideshow__extra {
  width: 100%;
  height: 18vh;
  max-height: 160px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-60%, 0);
}
.p-slideshow__extra img {
  width: auto;
  max-width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-slideshow__extra {
    position: absolute;
    left: auto;
    right: -2.6666666667vw;
    top: 0;
    width: 134.9333333333vw;
    height: 5.8666666667vw;
    overflow: hidden;
    transform: translate(100%, 0) rotate(90deg);
    transform-origin: top left;
  }
}
.p-slideshow__extra-item {
  display: none;
  height: 100%;
  width: 100%;
}
.p-slideshow__extra-item.in {
  display: flex;
}

.p-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  height: 70px;
  border: solid 1px #113293;
  border-radius: 35px;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-btn {
    min-width: 73.3333333333vw;
    height: 14.9333333333vw;
    border-radius: 7.4666666667vw;
    font-size: 3.7333333333vw;
  }
  .spMode.isLandscape .p-btn {
    min-width: inherit;
  }
}
.spMode.isLandscape .p-btn {
  height: 7.4666666667vw !important;
  border-radius: 5.3333333333vw !important;
  font-size: 2.1333333333vw !important;
}
body.notTouchDevice .p-btn:hover {
  color: #fff;
}
body.notTouchDevice .p-btn:hover::after {
  opacity: 1;
}
.p-btn a {
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.p-btn__line-white {
  border: 0 !important;
  color: #fff;
  height: auto !important;
  aspect-ratio: 320/69;
  background: url(../img/parts/btn_frame_white.svg?v=2) center center no-repeat;
  background-size: contain;
}
.p-btn__line-more {
  width: 280px;
  border: 0;
  position: relative;
  height: auto !important;
  aspect-ratio: 281/70;
}
@media screen and (max-width: 768px) {
  .p-btn__line-more {
    height: auto !important;
    aspect-ratio: 276/57;
  }
}
.spMode.isLandscape .p-btn__line-more {
  min-width: none !important;
  height: auto !important;
  aspect-ratio: 276/57;
}
.p-btn__line-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  background: url(../img/parts/btn_frame_products.svg?v=2) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-btn__line-more::before {
    background: url(../img/parts/btn_frame_products_sp.svg?v=2) center center no-repeat;
    background-size: contain;
  }
}
.p-btn__line-more::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-radius: 50px;
  background: rgb(15, 47, 138);
  background: linear-gradient(90deg, rgb(15, 47, 138) 0%, rgb(4, 21, 63) 100%);
  opacity: 1;
  transition: 300ms ease;
  z-index: 1;
}
.p-btn__line-more-white {
  border: solid 1px #fff;
}
.p-btn__line-more-white::before {
  display: none;
}
body.notTouchDevice .p-btn__line-more:hover::after {
  width: 100%;
}
.p-btn__blank span {
  position: relative;
  padding-right: 0.5em;
  z-index: 3;
}
.p-btn__blank span::after {
  content: "";
  width: 16px;
  height: 13px;
  background: url(../img/parts/icon_blank.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .p-btn__blank span::after {
    width: 3.4666666667vw;
    height: 2.6666666667vw;
  }
  .spMode.isLandscape .p-btn__blank span::after {
    width: 2.1333333333vw;
    height: 1.6vw;
  }
  .isTablet .p-btn__blank span::after {
    width: 1.6927083333vw;
    height: 1.3020833333vw;
  }
}
body.notTouchDevice .p-btn__blank:hover {
  color: #fff;
}
body.notTouchDevice .p-btn__blank:hover span::after {
  background: url(../img/parts/icon_blank_white.svg) center center no-repeat;
}
.p-btn__blank-white::after {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(201, 201, 201) 100%);
}
.p-btn__blank-white span {
  position: relative;
  padding-right: 0.5em;
  z-index: 3;
}
.p-btn__blank-white span::after {
  content: "";
  width: 16px;
  height: 13px;
  background: url(../img/parts/icon_blank_white.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 768px) {
  .p-btn__blank-white span::after {
    width: 3.4666666667vw;
    height: 2.6666666667vw;
  }
  .isTablet .p-btn__blank-white span::after {
    width: 1.6927083333vw;
    height: 1.3020833333vw;
  }
}
body.notTouchDevice .p-btn__blank-white:hover {
  color: #113293;
}
body.notTouchDevice .p-btn__blank-white:hover span::after {
  background: url(../img/parts/icon_blank.svg) center center no-repeat;
}

.p-font-dmsans {
  font-family: "DM Sans" !important;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
}

.p-popup {
  position: absolute;
}
.p-popup.in {
  transition: 700ms cubic-bezier(0.23, 1.395, 0.24, 0.99);
}
.p-popup div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0;
  bottom: 0;
  offset-path: path("M143.9,165.4c0,0-129.1-3.9-142.9,298.7s232,150.8,142.9,520.4");
  offset-rotate: 0deg;
}
.spMode .p-popup div {
  offset-path: none;
}
.spMode.isLandscape .p-popup div {
  offset-path: none;
}
@keyframes move {
  to {
    offset-distance: 100%;
  }
}
.p-popup-ex {
  width: 125px;
  height: auto;
  aspect-ratio: 548/1588;
}
.p-popup-ex div {
  background: url(../img/parts/exclamation/exclamation.png) 0px 0 no-repeat;
  background-size: auto 100%;
}
.p-popup-ex.in div {
  animation: fuwari 4s steps(39) infinite;
  animation-delay: 1000ms;
}
.p-popup-q {
  width: 150px;
  height: auto;
  aspect-ratio: 700/1588;
}
.p-popup-q div {
  background: url(../img/parts/question/question.png) 0px 0 no-repeat;
  background-size: auto 100%;
}
.p-popup-q.in div {
  animation: fuwari 4s steps(39) infinite 300ms;
  animation-delay: 1000ms;
}

.p-mark-r {
  position: relative;
  width: 10px;
  height: auto;
  transform: translate(-0.1em, -0.5em);
}
@media screen and (max-width: 768px) {
  .p-mark-r {
    width: 2.1333333333vw;
  }
  .isTablet .p-mark-r {
    width: 1.0416666667vw;
    transform: translate(-0.1em, -0.6em);
  }
}
.p-mark__exclamation {
  display: inline-block;
  width: 0.4em;
  margin: 0 0.15em 0 0.2em;
  height: auto;
}
.p-stickyWrap {
  overflow: clip;
}

.enepaBG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/brand/bg.jpg) top center no-repeat;
  background-size: cover;
}

#landscapeAlert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
}
.noTablet body.landscapeAlert #landscapeAlert {
  display: block;
  pointer-events: none;
}
#landscapeAlert::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #003296;
}
#landscapeAlert div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  font-size: 0.5555555556rem;
  font-weight: bold;
}
#landscapeAlert div span {
  display: block;
  width: 30vh;
  height: 30vh;
  position: relative;
}
#landscapeAlert div span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/parts/landscape.svg) center center/contain no-repeat;
}
#landscapeAlert div::after {
  content: "向きを変えてご覧ください";
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 2.6666666667vw;
}

@keyframes bgAnime {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  100% {
    transform: translate(0, 0%) rotate(360deg) scale(1);
  }
}
@keyframes bgAnime2 {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  100% {
    transform: translate(0, 0%) rotate(-360deg) scale(1);
  }
}
@keyframes fuwari {
  to {
    background-position: 100% 0;
  }
}
section.view {
  position: relative;
  padding: 0;
  height: 100vh;
  height: 100svh;
  background: #ccc;
  overflow: hidden;
}
section.view .p-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
section.view .view__inframe {
  min-height: inherit;
  height: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.view .view__inframe--layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1000ms linear 0ms;
  z-index: 1;
}
section.view .view__inframe--layer::before, section.view .view__inframe--layer::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.view .view__inframe--layer::before {
  transform: translateZ(0) scale(1.15);
  object-fit: fill;
  will-change: filter;
  filter: blur(80px);
}
section.view .view__inframe--layer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 4000ms ease 0ms;
}
@media (min-aspect-ratio: 17/10) {
  section.view .view__inframe--layer img {
    left: 50%;
    height: 100%;
    width: auto;
    transform: translateX(-50%) scale(1);
    mask-image: linear-gradient(to right, transparent 0, #000 12%, #000 88%, transparent 100%);
  }
}
section.view .view__inframe--layer img.white {
  opacity: 0;
}
section.view .view__inframe--layer.active {
  opacity: 1;
  z-index: 5;
}
section.view .view__inframe--layer.show-in {
  z-index: 10;
}
section.view .view__scrolldown {
  mix-blend-mode: difference;
  z-index: 100;
  position: absolute;
  bottom: 0px;
  right: 65px;
  min-width: 120px;
  width: auto;
  height: auto;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 1;
  transform-origin: bottom right;
  transform: rotate(90deg);
  color: #fff;
  font-weight: 200 !important;
  opacity: 0;
  transition: opacity 1000ms ease 0ms;
}
body.scrolldown-on section.view .view__scrolldown {
  opacity: 1;
}
body.kv-smooth-end section.view .view__scrolldown {
  mix-blend-mode: normal;
}
section.view .view__scrolldown::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.3;
}
section.view .view__scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #fff;
  animation-name: scrolldown;
  /*1で解説*/
  animation-duration: 1.5s;
  /*3で解説*/
  animation-iteration-count: infinite;
  /*4で解説*/
  animation-timing-function: ease-in-out;
  /*5で解説*/
  animation-delay: 0s;
  /*6で解説*/
  animation-direction: normal;
  /*7で解説*/
}
section.view #view_layer_bg {
  opacity: 1;
}
section.view .view_layer_1::before {
  background: url(../img/kv_view/1_day.webp) center center no-repeat;
  background-size: cover;
  filter: blur(80px) saturate(1.35) brightness(1.05);
}
@media screen and (max-width: 768px) {
  section.view .view_layer_1::before {
    transform: scale(1) !important;
    filter: blur(0px);
    background: url(../img/kv_view/1_day_sp.webp) center center no-repeat;
    background-size: cover;
  }
  section.view .view_layer_1 img {
    display: none;
  }
}
body:not(.kv-step) section.view .view_layer_2 {
  transition: opacity 2000ms linear 0ms;
}
section.view .view_layer_2::before {
  background: url(../img/kv_view/2_evening.webp) center center no-repeat;
  background-size: cover;
  filter: blur(80px) saturate(1.25) brightness(1);
}
@media screen and (max-width: 768px) {
  section.view .view_layer_2::before {
    transform: scale(1) !important;
    filter: blur(0px);
    background: url(../img/kv_view/2_evening_sp.webp) center center no-repeat;
    background-size: cover;
  }
  section.view .view_layer_2 img {
    display: none;
  }
}
body:not(.kv-step) section.view .view_layer_3 {
  transition: opacity 3000ms linear 0ms;
}
section.view .view_layer_3::before {
  background: url(../img/kv_view/3_night.webp) center center no-repeat;
  background-size: cover;
  filter: blur(80px) brightness(0.7);
}
@media screen and (max-width: 768px) {
  section.view .view_layer_3::before {
    transform: scale(1) !important;
    filter: blur(0px);
    background: url(../img/kv_view/3_night_sp.webp) center center no-repeat;
    background-size: cover;
  }
  section.view .view_layer_3 img {
    display: none;
  }
}
section.view .view_layer_1::after,
section.view .view_layer_2::after,
section.view .view_layer_3::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 10;
  opacity: 0.12;
  mix-blend-mode: overlay;
  filter: url(#grainFilter);
  pointer-events: none;
}
@media (min-aspect-ratio: 17/10) {
  section.view .view_layer_1 img,
  section.view .view_layer_2 img,
  section.view .view_layer_3 img {
    left: 50%;
    height: 100%;
    width: auto;
    transform: translateX(-50%) scale(1);
  }
  body.kv-autoscale section.view .view_layer_1 img,
  body.kv-autoscale section.view .view_layer_2 img,
  body.kv-autoscale section.view .view_layer_3 img {
    transform: translateX(-50%) scale(1.25);
  }
}
section.view.step_2 .view_layer_2 {
  z-index: 6;
  opacity: 1;
}
section.view.step_3 .view_layer_3 {
  z-index: 7;
  opacity: 1;
}
section.view .view__inframe--contents {
  width: auto;
  aspect-ratio: 463/853;
  position: absolute;
  z-index: 20;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  padding-top: 5.5555555556rem;
}
section.view .view__inframe--contents_text {
  border: solid 1px #c00;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
section.view .view__inframe--contents_text_item {
  border: solid 1px #c00;
  position: relative;
  width: 14%;
  opacity: 0;
  transition: opacity 2000ms ease 0ms;
}
section.view .view__inframe--contents_text_item img {
  transition: opacity 2000ms ease 0ms;
}
body:not(.kv-step) section.view .view__inframe--contents_text_item img {
  transition: opacity 4000ms ease 0ms;
}
section.view .view__inframe--contents_text_item .white {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
section.view .view__inframe--contents_text_item:nth-of-type(3), section.view .view__inframe--contents_text_item:nth-of-type(4), section.view .view__inframe--contents_text_item:nth-of-type(5) {
  transition: opacity 4000ms ease 0ms;
}
section.view .view__inframe--contents_logo {
  border: solid 1px #c00;
  display: flex;
  position: relative;
  opacity: 0;
  transition: opacity 1000ms ease 0ms;
}
section.view .view__inframe--contents_logo img {
  max-width: 100%;
}
section.view .view__inframe--contents_logo .white {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
section.view.text_1 .view__inframe--contents_logo {
  opacity: 1;
}
section.view.text_1 #view_layer_logo {
  opacity: 1;
  z-index: 10;
}
section.view.text_2 .view__inframe--contents_text_item:nth-of-type(1) {
  opacity: 1;
}
section.view.text_2 #view_layer_text_1 {
  opacity: 1;
  z-index: 10;
}
section.view.text_3 .view__inframe--contents_text_item:nth-of-type(2) {
  opacity: 1;
}
section.view.text_3 #view_layer_text_2 {
  opacity: 1;
  z-index: 10;
}
section.view.text_4 .view__inframe--contents_text_item:nth-of-type(3) {
  opacity: 1;
}
section.view.text_4 #view_layer_text_3 {
  opacity: 1;
  z-index: 10;
}
section.view.text_5 .view__inframe--contents_text_item:nth-of-type(4) {
  opacity: 1;
}
section.view.text_5 #view_layer_text_4 {
  opacity: 1;
  z-index: 10;
}
section.view.text_6 .view__inframe--contents_text_item:nth-of-type(5) {
  opacity: 1;
}
section.view.text_6 #view_layer_text_5 {
  opacity: 1;
  z-index: 10;
}
section.view.view_end .view_layer_1 {
  transition: opacity 1ms linear 0ms;
  opacity: 1;
}
section.view.view_end .view_layer_2 {
  display: none;
}
section.view.view_end .view_layer_3 {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  section.view #view_layer_text_1,
  section.view #view_layer_text_2,
  section.view #view_layer_text_3,
  section.view #view_layer_text_4,
  section.view #view_layer_text_5,
  section.view #view_layer_logo {
    transform: translate(0, 1.3333333333vw) scale(1.1) !important;
  }
}
section.view.darkmode .view__inframe--layer .white {
  opacity: 1;
}
section.view.darkmode .view__inframe--layer .color {
  opacity: 0;
}
section.view.darkmode .view__inframe--contents_text_item .white {
  opacity: 1;
}
section.view.darkmode .view__inframe--contents_logo .white {
  opacity: 1;
}
section.kv {
  display: none;
  position: relative;
  padding: 0;
  height: 100vh;
  height: 100dvh;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 26%, rgb(236, 237, 240) 100%);
}
@media screen and (max-width: 768px) {
  section.kv {
    overflow: hidden;
  }
}
.isTablet section.kv {
  overflow: hidden;
}
.spMode.isLandscape section.kv {
  overflow: hidden;
}
section.kv .kv__inframe {
  min-height: inherit;
  height: 100vh;
  height: 100dvh;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.kv .kv__inframe--title {
  z-index: 10;
  width: 22vw;
}
@media screen and (min-width: 1720px) {
  section.kv .kv__inframe--title {
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  section.kv .kv__inframe--title {
    width: 47.2vw;
    transform: translate(0, -10vw);
  }
}
.spMode.isLandscape section.kv .kv__inframe--title {
  width: 21.3333333333vw !important;
  transform: translate(0, 0vw) !important;
}
@media screen and (min-width: 768px) {
  .spMode.noLandscape.isTablet section.kv .kv__inframe--title {
    width: 39.0625vw !important;
  }
}
@media screen and (min-width: 1000px) {
  .spMode.noLandscape.isTablet section.kv .kv__inframe--title {
    width: 39.0625vw !important;
    transform: translate(0, -2.6041666667vw) !important;
  }
}
section.kv .kv__inframe--title img {
  max-width: 100%;
}
section.kv .kv__inframe--layer {
  z-index: 1;
  position: absolute;
  line-height: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.kv .kv__inframe--layer.p-onlyPC::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.kv .kv__inframe--layer.p-onlyPC .layer {
  position: absolute;
  width: 100%;
  height: 100%;
}
section.kv .kv__inframe--layer.p-onlyPC .layer img {
  position: absolute;
}
section.kv .kv__inframe--layer.p-onlyPC .layer1 img {
  width: 42vw;
  max-width: 1446px;
  aspect-ratio: 1446/1681;
  bottom: -4vw;
  left: -3vw;
}
section.kv .kv__inframe--layer.p-onlyPC .layer2 img {
  width: 44vw;
  max-width: 1233px;
  aspect-ratio: 1497/1269;
  bottom: -5vw;
  right: 3vw;
}
section.kv .kv__inframe--layer.p-onlyPC .layer3 img {
  width: 28vw;
  max-width: 938px;
  aspect-ratio: 938/1938;
  bottom: -6vw;
  right: -3vw;
}
section.kv .kv__inframe--layer.p-onlyPC .layer4 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: plus-lighter;
  overflow: visible;
  opacity: 0.5;
}
section.kv .kv__inframe--layer.p-onlyPC .layer4 div {
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  animation: 30s linear infinite rotation;
}
@keyframes rotation {
  0% {
    transform: translate(-50%, -50%) scale(1.5) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5) rotate(360deg);
  }
}
section.kv .kv__inframe--layer.p-onlyPC .layer4 div img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.kv .kv__inframe--layer.p-onlySP .layer {
  position: absolute;
  width: 100%;
  height: 100%;
}
section.kv .kv__inframe--layer.p-onlySP .layer img {
  position: absolute;
}
section.kv .kv__inframe--layer.p-onlySP .layer1 img {
  width: 115vw;
  bottom: -30vw;
  left: -60vw;
}
section.kv .kv__inframe--layer.p-onlySP .layer2 img {
  width: 116vw;
  bottom: -22vw;
  right: -35vw;
}
section.kv .kv__inframe--layer.p-onlySP .layer3 img {
  width: 63vw;
  bottom: -8vw;
  right: -38vw;
}
section.kv .kv__inframe--layer.p-onlySP .layer4 {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: plus-lighter;
  opacity: 0.3;
}
section.kv .kv__inframe--layer.p-onlySP .layer4 img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(2);
}
.isLandscape section.kv .kv__inframe--layer.p-onlySP .layer1 img {
  width: 48vw;
  bottom: -14vw;
  left: -6vw;
}
.isLandscape section.kv .kv__inframe--layer.p-onlySP .layer2 img {
  width: 48vw;
  bottom: -12vw;
  right: 2.5vw;
}
.isLandscape section.kv .kv__inframe--layer.p-onlySP .layer3 img {
  width: 28vw;
  bottom: -10vw;
  right: -1vw;
}
.isLandscape section.kv .kv__inframe--layer.p-onlySP .layer4 {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: plus-lighter;
  opacity: 0.3;
}
.isLandscape section.kv .kv__inframe--layer.p-onlySP .layer4 img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(2);
}
section.kv .kv__inframe--image {
  position: absolute;
  line-height: 0;
}
section.kv .kv__inframe--image-1 {
  width: 29vw;
  max-width: 577px;
  aspect-ratio: 498/781;
  bottom: 0;
  left: 0;
}
section.kv .kv__inframe--image-2 {
  width: 33vw;
  max-width: 646px;
  aspect-ratio: 558/770;
  bottom: 0;
  right: 0;
}
section.kv .kv__inframe--image-3 {
  width: 21vw;
  max-width: 404px;
  aspect-ratio: 394/999;
  bottom: 0;
  right: 0;
}
section.kv .kv__inframe--text {
  z-index: 5;
  position: absolute;
  bottom: 35px;
  left: 60px;
  width: 48px;
}
@media screen and (max-width: 768px) {
  section.kv .kv__inframe--text {
    width: 8.9333333333vw;
    bottom: 5.3333333333vw;
    left: 5.3333333333vw;
  }
}
.spMode.isLandscape section.kv .kv__inframe--text {
  width: 4vw !important;
  bottom: 2.6666666667vw !important;
  left: 5.3333333333vw !important;
}
.spMode.isLandscape section.kv .kv__inframe--text .p-onlyPC {
  display: block !important;
}
.spMode.isLandscape section.kv .kv__inframe--text .p-onlySP {
  display: none !important;
}
section.kv .kv__scrolldown {
  mix-blend-mode: difference;
  z-index: 100;
  position: absolute;
  bottom: 0px;
  right: 65px;
  min-width: 120px;
  width: auto;
  height: auto;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 1;
  transform-origin: bottom right;
  transform: rotate(90deg);
  color: #fff;
  font-weight: 200 !important;
}
section.kv .kv__scrolldown::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.3;
}
section.kv .kv__scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #fff;
  animation-name: scrolldown;
  /*1で解説*/
  animation-duration: 1.5s;
  /*3で解説*/
  animation-iteration-count: infinite;
  /*4で解説*/
  animation-timing-function: ease-in-out;
  /*5で解説*/
  animation-delay: 0s;
  /*6で解説*/
  animation-direction: normal;
  /*7で解説*/
}
@media screen and (max-width: 768px) {
  section.kv .kv__scrolldown {
    width: 26.6666666667vw;
    min-width: inherit;
    bottom: 0vw;
    right: 8vw;
    transform: translate(0%, 0%) rotate(90deg);
    padding-bottom: 2.6666666667vw;
  }
}
section.statement {
  padding-top: 0;
  padding-bottom: 270px;
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  section.statement {
    background-color: hsl(225, 9%, 83%);
    background-image: radial-gradient(at 79% 4%, #f8f8f9 0px, transparent 50%);
  }
}
@media screen and (max-width: 1400px) {
  section.statement {
    padding-bottom: 15.625vw;
  }
}
@media screen and (max-width: 768px) {
  section.statement {
    padding-bottom: 0vw;
    display: flex;
    overflow: visible !important;
    z-index: 100;
  }
  .spMode.isTablet section.statement {
    padding-bottom: 0vw !important;
  }
}
.spMode.isLandscape section.statement {
  padding-bottom: 0vw !important;
  contain: none !important;
  z-index: 12 !important;
}
section.statement::before {
  content: "";
  display: block;
  width: 100%;
  height: 950px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 1728px auto;
  opacity: 0.5;
}
section.statement .statement__wrap {
  padding-top: 150px;
  position: relative;
  width: 90%;
  max-width: 1400px;
}
@media screen and (max-width: 1400px) {
  section.statement .statement__wrap {
    padding-top: 8.6805555556vw;
  }
}
@media screen and (max-width: 768px) {
  section.statement .statement__wrap {
    padding-top: 16vw;
    height: 100vh;
    width: 100vw;
    overflow: hidden !important;
    position: sticky;
    top: 0;
    background-color: hsl(225, 9%, 83%);
    background-image: radial-gradient(at 40% 4%, #f8f8f9 0px, transparent 50%);
    background-size: 200vw auto;
  }
  .spMode.noTablet.isLandscape section.statement .statement__wrap {
    overflow: visible !important;
  }
  .spMode.noLandscape.isTablet section.statement .statement__wrap {
    padding-top: 10.4166666667vw;
  }
}
.spMode.isLandscape section.statement .statement__wrap {
  height: auto !important;
  position: relative !important;
  padding-top: 10.6666666667vw !important;
  padding-bottom: 10.6666666667vw !important;
}
body.statement-fixed section.statement .statement__wrap {
  position: sticky;
  top: 0;
}
section.statement .statement__inframe {
  width: 100%;
  grid-template-columns: 1fr 620px;
  grid-gap: 80px;
}
@media screen and (max-width: 1400px) {
  section.statement .statement__inframe {
    grid-template-columns: 1fr 46.2962962963vw;
  }
}
@media screen and (max-width: 1400px) {
  section.statement .statement__inframe {
    grid-gap: 4.6296296296vw;
  }
}
@media screen and (max-width: 768px) {
  section.statement .statement__inframe {
    grid-template-columns: 1fr;
    grid-gap: 5.3333333333vw;
    display: block;
    width: 84%;
  }
}
@media screen and (min-width: 768px) {
  .spMode.isTablet section.statement .statement__inframe {
    grid-template-columns: 1fr 46vw;
  }
}
.spMode.isLandscape section.statement .statement__inframe {
  display: grid !important;
  grid-template-columns: auto 42.6666666667vw !important;
}
.spMode.isLandscape section.statement .statement__inframe .p-slideshow__group-item {
  left: 0vw !important;
}
.spMode.isTablet.isLandscape section.statement .statement__inframe {
  grid-template-columns: auto 56vw !important;
}
.pcMode section.statement .statement__title .p-slideshow__group {
  width: auto;
}
@media screen and (max-width: 1400px) {
  .pcMode section.statement .statement__title .p-slideshow__group {
    transform: translate(-35%, 0);
  }
}
@media screen and (max-width: 768px) {
  section.statement .statement__title {
    width: 100%;
    height: auto;
    margin-bottom: 0vw;
  }
}
.spMode.isTablet.isLandscape section.statement .statement__title .p-slideshow__group {
  left: 50%;
  transform: translate(-40%, 0);
}
.spMode.isTablet.noLandscape section.statement .statement__title .p-slideshow__group {
  width: 100%;
  height: 52.0833333333vw;
  transform: translate(-30%, 0);
}
@media screen and (max-width: 768px) {
  .spMode.isTablet.noLandscape section.statement .statement__title .p-slideshow__group {
    transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 1000px) {
  .spMode.isTablet.noLandscape section.statement .statement__title .p-slideshow__group {
    height: 37.7604166667vw;
  }
  .spMode.isTablet.noLandscape section.statement .statement__title .p-slideshow__group-item {
    left: -9.1145833333vw;
  }
}
section.statement .statement__title img {
  max-width: 100%;
}
section.statement .statement__contents {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.3;
  padding-top: 0px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  section.statement .statement__contents {
    font-size: 1.4467592593vw;
  }
}
@media screen and (max-width: 768px) {
  section.statement .statement__contents {
    font-size: 3.4666666667vw;
    height: calc(100vh - 16vw - 80vw - 5.33vw);
    overflow: hidden;
    padding-top: 0vw;
    -webkit-mask-image: linear-gradient(to bottom, transparent, black 3em, black calc(100% - 0em), transparent);
    mask-image: linear-gradient(to bottom, transparent, black 3em, black calc(100% - 0em), transparent);
  }
  .spMode.noLandscape.noTablet section.statement .statement__contents {
    height: calc(100vh - 16vw - 60vw - 5.33vw);
    overflow: visible !important;
    position: relative;
    z-index: 200;
  }
  .spMode.noLandscape.isTablet section.statement .statement__contents {
    width: 51.171875vw;
    margin: auto;
    font-size: 2.34375vw;
  }
  .spMode.noLandscape.isTablet section.statement .statement__contents .logo {
    width: 30.078125vw;
  }
}
.spMode.isLandscape section.statement .statement__contents {
  font-size: 1.8666666667vw !important;
  overflow: visible !important;
  height: auto !important;
  -webkit-mask-image: none;
  mask-image: none;
}
@media screen and (max-width: 768px) {
  section.statement .statement__contents-wrap {
    padding-top: 4em;
    padding-bottom: 56vw;
  }
  .spMode.noLandscape.noTablet section.statement .statement__contents-wrap {
    padding-bottom: 29.3333333333vw;
  }
}
.spMode.isLandscape section.statement .statement__contents-wrap {
  padding-bottom: 5.3333333333vw !important;
}
@media screen and (max-width: 768px) {
  .spMode.isTablet.noLandscape section.statement .statement__contents-wrap {
    padding-bottom: 19.53125vw !important;
  }
}
section.statement .statement__contents p {
  letter-spacing: -0.07em;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  section.statement .statement__contents p {
    margin-bottom: 4.8vw;
  }
}
section.statement .statement__contents p span {
  display: inline-block;
  transition: 300ms ease;
  color: rgba(0, 0, 0, 0.05);
}
section.statement .statement__contents p span.in {
  color: #113293;
}
section.statement .statement__contents .logo {
  width: 90%;
  max-width: 298px;
  margin-top: 1.5em;
  opacity: 0;
  transition: 300ms ease;
}
@media screen and (max-width: 768px) {
  section.statement .statement__contents .logo {
    width: 47.2vw;
  }
}
.spMode.isLandscape section.statement .statement__contents .logo {
  width: 26.6666666667vw !important;
}
section.statement .statement__contents .logo.in {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .spMode.isTablet.noLandscape section.statement .statement__contents {
    height: calc(100vh - 16vw - 35vw - 5.33vw);
  }
}
section.statement .p-popup {
  bottom: 0;
  right: 95%;
  transform: translate(-50%, 175%) rotate(0deg) scale(0);
  z-index: 100;
  width: 120px;
}
section.statement .p-popup.in {
  transform: translate(0%, 105%) rotate(20deg) scale(1);
}
@media screen and (max-width: 768px) {
  section.statement .p-popup {
    width: 13.3333333333vw;
    bottom: 50.6666666667vw;
    right: 0vw;
    transform: translate(-70%, 40%) rotate(0deg) scale(0);
  }
  section.statement .p-popup.in {
    transform: translate(-20%, -35%) rotate(20deg) scale(1);
  }
  .spMode.noLandscape.noTablet section.statement .p-popup {
    bottom: 5.3333333333vw;
  }
}
.spMode.isLandscape section.statement .p-popup {
  width: 8vw !important;
  bottom: -26.6666666667vw !important;
  right: 42.6666666667vw !important;
  transform: translate(-70%, 40%) rotate(0deg) scale(0);
}
.spMode.isLandscape section.statement .p-popup.in {
  transform: translate(-20%, -35%) rotate(20deg) scale(1);
}
.spMode.isTablet.isLandscape section.statement .p-popup {
  width: 8vw !important;
  bottom: -26.6666666667vw !important;
  right: 42.6666666667vw !important;
}
.spMode.isTablet.noLandscape section.statement .p-popup {
  display: none;
  bottom: -5.3333333333vw !important;
  right: 21.3333333333vw !important;
}
.spMode.noTablet.noLandscape section.statement .p-popup {
  display: none;
}
section.statement .p-popup.p-popup-ex.state_movie {
  display: none;
  position: absolute;
  bottom: 2.7777777778rem !important;
  left: 50% !important;
}
.spMode.noTablet.noLandscape section.statement .p-popup.p-popup-ex.state_movie {
  display: block;
  bottom: 10.6666666667vw !important;
  left: 66.6666666667vw !important;
}
.spMode.isTablet.noLandscape section.statement .p-popup.p-popup-ex.state_movie {
  display: block;
  bottom: 15.625vw !important;
  left: auto !important;
  right: 23.4375vw !important;
  width: 6.5104166667vw !important;
}
@media screen and (max-width: 768px) {
  .spMode.isTablet.noLandscape section.statement .p-popup.p-popup-ex.state_movie {
    width: 7.8125vw !important;
    bottom: -13.0208333333vw !important;
    right: 31.25vw !important;
  }
}
section.brandmovie {
  height: 911px;
  background: url(../img/movie/bg.png) center center no-repeat;
  position: relative;
  padding-top: 170px;
  padding-bottom: 0;
}
@media screen and (max-width: 1400px) {
  section.brandmovie {
    padding-top: 9.837962963vw;
    height: 69.4444444444vw;
  }
}
@media screen and (max-width: 768px) {
  section.brandmovie {
    padding-top: 13.3333333333vw;
    height: 92.2666666667vw;
    overflow: hidden;
    z-index: 10;
  }
}
.spMode.isLandscape section.brandmovie {
  padding-top: 0vw !important;
  height: 58.6666666667vw !important;
  overflow: visible !important;
}
.spMode.isTablet.noLandscape section.brandmovie {
  padding-top: 6.5104166667vw;
}
@media screen and (max-width: 768px) {
  section.brandmovie .p-popup.p-onlySP {
    width: 20vw;
    transform: translate(50%, 5%) rotate(0deg) scale(0);
  }
  section.brandmovie .p-popup.p-onlySP.in {
    transform: translate(0, -85%) rotate(15deg) scale(1);
  }
}
section.brandmovie .brandmovie__inframe .p-popup {
  bottom: 0;
  left: 0%;
  transform: translate(50%, 75%) rotate(0deg) scale(0);
  z-index: 100;
}
section.brandmovie .brandmovie__inframe .p-popup.in {
  transform: translate(0, 25%) rotate(-15deg) scale(1);
}
section.brandmovie .brandmovie__inframe .p-popup div {
  offset-path: path("M63,133.4c0,0,35,117.8,193,199.5c337.6,174.4,1459.9-80.5,1656.9,128.5");
}
.spMode.isLandscape section.brandmovie .brandmovie__inframe .p-popup div {
  offset-path: none;
}
.spMode.isLandscape section.brandmovie .brandmovie__inframe .p-popup.p-onlyPC {
  display: block !important;
  width: 8vw !important;
}
.spMode.isLandscape section.brandmovie .brandmovie__inframe .p-popup {
  bottom: -2.6666666667vw;
}
.spMode.isTablet.isLandscape section.brandmovie .brandmovie__inframe .p-popup {
  bottom: -2.6666666667vw;
}
.spMode.isTablet.noLandscape section.brandmovie .brandmovie__inframe .p-popup {
  display: none;
}
section.brandmovie .brandmovie__title-anim {
  position: absolute;
  width: 100%;
  height: 85px;
  top: 177px;
  left: 0vw;
}
@media screen and (max-width: 768px) {
  section.brandmovie .brandmovie__title-anim {
    top: 14.6666666667vw;
    height: 8.5333333333vw;
  }
}
.isTablet section.brandmovie .brandmovie__title-anim {
  overflow: hidden;
}
.spMode.isLandscape section.brandmovie .brandmovie__title-anim {
  top: 12vw;
  overflow: hidden !important;
}
.spMode.isTablet.noLandscape section.brandmovie .brandmovie__title-anim {
  top: 6.5104166667vw;
}
@media screen and (max-width: 768px) {
  .spMode.isTablet.noLandscape section.brandmovie .brandmovie__title-anim {
    top: 13.0208333333vw;
  }
}
section.brandmovie .brandmovie__title-anim span {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0px;
  left: 0vw;
  display: inline-block;
}
section.brandmovie .brandmovie__title-anim span:nth-of-type(2) img {
  animation-name: ticker2;
}
section.brandmovie .brandmovie__title-anim span img {
  width: auto;
  height: 100%;
  line-height: 0;
  animation-name: ticker;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0s;
}
section.brandmovie .brandmovie__title-label {
  transition: 800ms cubic-bezier(0.42, 0, 0, 1.01);
  transform: translate(20%, 0);
  opacity: 0;
}
section.brandmovie .brandmovie__title-label.in {
  transform: translate(0%, 0);
  opacity: 1;
}
section.brandmovie .brandmovie__title-label img {
  width: auto;
  height: 85px;
  transform: translate(-140px, 0);
}
@media screen and (max-width: 1400px) {
  section.brandmovie .brandmovie__title-label img {
    transform: translate(0vw, 0);
    height: 4.9189814815vw;
  }
}
@media screen and (max-width: 768px) {
  section.brandmovie .brandmovie__title-label img {
    transform: translate(-5.3333333333vw, 0);
    height: 9.3333333333vw;
  }
}
section.brandmovie .brandmovie__contents {
  position: absolute;
  right: 0px;
  bottom: 0;
  line-height: 0;
  border-radius: 3em 0 0 0;
  overflow: hidden;
  width: 1190px;
  aspect-ratio: 1190/669;
}
@media screen and (max-width: 1400px) {
  section.brandmovie .brandmovie__contents {
    width: 90vw;
  }
}
@media screen and (max-width: 768px) {
  section.brandmovie .brandmovie__contents {
    width: 100vw;
    border-radius: 2em 0 0 0;
  }
}
.spMode.isLandscape section.brandmovie .brandmovie__contents {
  width: 70vw !important;
}
section.brandmovie .brandmovie__movie {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
section.brandmovie .brandmovie__movie img,
section.brandmovie .brandmovie__movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.brandmovie .brandmovie__movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3em 0 0 0;
}
@media screen and (max-width: 768px) {
  section.brandmovie .brandmovie__movie iframe {
    border-radius: 2em 0 0 0;
  }
}
section.brandmovie .brandmovie__movie .p-video__poster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/movie/thumbnail.png) center center no-repeat;
  background-size: cover;
  transform: scale(1.01);
  transition: 300ms ease;
}
body.notTouchDevice section.brandmovie .brandmovie__movie .p-video__poster:hover {
  transform: scale(1.03);
}
body.notTouchDevice section.brandmovie .brandmovie__movie .p-video__poster:hover .icon::after {
  width: 100%;
}
body.notTouchDevice section.brandmovie .brandmovie__movie .p-video__poster:hover .icon span {
  background: url(../img/parts/icon_media_play_white.svg) center center no-repeat;
  background-size: contain;
}
section.brandmovie .brandmovie__movie .icon {
  display: block;
  width: 110px;
  height: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  margin-top: 62px;
  pointer-events: none;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.brandmovie .brandmovie__movie .icon {
    width: 11.2vw;
    height: 11.2vw;
    margin-top: 6.9333333333vw;
  }
}
section.brandmovie .brandmovie__movie .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: url(../img/parts/btn_frame_circle.svg?v=2) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  section.brandmovie .brandmovie__movie .icon::before {
    background: url(../img/parts/btn_frame_circle_sp.svg?v=2) center center no-repeat;
    background-size: contain;
  }
}
section.brandmovie .brandmovie__movie .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 50%;
  transition: 300ms ease;
  z-index: 1;
}
section.brandmovie .brandmovie__movie .icon span {
  position: absolute;
  width: 21px;
  height: 27px;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-40%, -50%);
  background: url(../img/parts/icon_media_play_white.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  section.brandmovie .brandmovie__movie .icon span {
    width: 3.4666666667vw;
    height: 4.5333333333vw;
  }
}
section.brandmovie .brandmovie__movie .p-video.play .icon {
  visibility: hidden;
}
section.brandmovie .brandmovie__movie .p-video.ended .icon {
  visibility: visible;
}
section.poparea {
  height: 0px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  section.poparea {
    height: 0vw;
    overflow: hidden;
  }
}
.spMode.isLandscape section.poparea {
  padding-top: 0vw !important;
  height: 0vw !important;
  overflow: visible !important;
}
.spMode.isTablet.noLandscape section.poparea {
  padding-top: 0vw;
}
@media screen and (max-width: 768px) {
  section.poparea .p-popup.p-onlySP {
    width: 20vw;
    transform: translate(50%, 5%) rotate(0deg) scale(0);
  }
  section.poparea .p-popup.p-onlySP.in {
    transform: translate(0, -85%) rotate(15deg) scale(1);
  }
}
section.poparea .poparea__inframe .p-popup {
  bottom: 0;
  left: 0%;
  transform: translate(50%, 75%) rotate(0deg) scale(0);
  z-index: 100;
}
section.poparea .poparea__inframe .p-popup.in {
  transform: translate(0, 25%) rotate(-15deg) scale(1);
}
section.poparea .poparea__inframe .p-popup div {
  offset-path: path("M63,133.4c0,0,35,117.8,193,199.5c337.6,174.4,1459.9-80.5,1656.9,128.5");
}
.spMode.isLandscape section.poparea .poparea__inframe .p-popup div {
  offset-path: none;
}
.spMode.isLandscape section.poparea .poparea__inframe .p-popup.p-onlyPC {
  display: block !important;
  width: 8vw !important;
}
.spMode.isLandscape section.poparea .poparea__inframe .p-popup {
  bottom: -2.6666666667vw;
}
.spMode.isTablet.isLandscape section.poparea .poparea__inframe .p-popup {
  bottom: -2.6666666667vw;
}
.spMode.isTablet.noLandscape section.poparea .poparea__inframe .p-popup {
  display: none;
}
section.poparea .poparea__title-anim {
  position: absolute;
  width: 100%;
  height: 85px;
  top: 177px;
  left: 0vw;
}
@media screen and (max-width: 768px) {
  section.poparea .poparea__title-anim {
    top: 14.6666666667vw;
    height: 8.5333333333vw;
  }
}
.isTablet section.poparea .poparea__title-anim {
  overflow: hidden;
}
.spMode.isLandscape section.poparea .poparea__title-anim {
  top: 12vw;
  overflow: hidden !important;
}
.spMode.isTablet.noLandscape section.poparea .poparea__title-anim {
  top: 6.5104166667vw;
}
@media screen and (max-width: 768px) {
  .spMode.isTablet.noLandscape section.poparea .poparea__title-anim {
    top: 13.0208333333vw;
  }
}
section.poparea .poparea__title-anim span {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0px;
  left: 0vw;
  display: inline-block;
}
section.poparea .poparea__title-anim span:nth-of-type(2) img {
  animation-name: ticker2;
}
section.poparea .poparea__title-anim span img {
  width: auto;
  height: 100%;
  line-height: 0;
  animation-name: ticker;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0s;
}
section.poparea .poparea__title-label {
  transition: 800ms cubic-bezier(0.42, 0, 0, 1.01);
  transform: translate(20%, 0);
  opacity: 0;
}
section.poparea .poparea__title-label.in {
  transform: translate(0%, 0);
  opacity: 1;
}
section.poparea .poparea__title-label img {
  width: auto;
  height: 85px;
  transform: translate(-140px, 0);
}
@media screen and (max-width: 1400px) {
  section.poparea .poparea__title-label img {
    transform: translate(0vw, 0);
    height: 4.9189814815vw;
  }
}
@media screen and (max-width: 768px) {
  section.poparea .poparea__title-label img {
    transform: translate(-5.3333333333vw, 0);
    height: 9.3333333333vw;
  }
}
section.poparea .poparea__contents {
  position: absolute;
  right: 0px;
  bottom: 0;
  line-height: 0;
  border-radius: 3em 0 0 0;
  overflow: hidden;
  width: 1190px;
  aspect-ratio: 1190/669;
}
@media screen and (max-width: 1400px) {
  section.poparea .poparea__contents {
    width: 90vw;
  }
}
@media screen and (max-width: 768px) {
  section.poparea .poparea__contents {
    width: 100vw;
    border-radius: 2em 0 0 0;
  }
}
.spMode.isLandscape section.poparea .poparea__contents {
  width: 70vw !important;
}
section.poparea .poparea__movie {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
section.poparea .poparea__movie img,
section.poparea .poparea__movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.poparea .poparea__movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3em 0 0 0;
}
@media screen and (max-width: 768px) {
  section.poparea .poparea__movie iframe {
    border-radius: 2em 0 0 0;
  }
}
section.poparea .poparea__movie .p-video__poster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/movie/thumbnail.png) center center no-repeat;
  background-size: cover;
  transform: scale(1.01);
  transition: 300ms ease;
}
body.notTouchDevice section.poparea .poparea__movie .p-video__poster:hover {
  transform: scale(1.03);
}
body.notTouchDevice section.poparea .poparea__movie .p-video__poster:hover .icon::after {
  width: 100%;
}
body.notTouchDevice section.poparea .poparea__movie .p-video__poster:hover .icon span {
  background: url(../img/parts/icon_media_play_white.svg) center center no-repeat;
  background-size: contain;
}
section.poparea .poparea__movie .icon {
  display: block;
  width: 152px;
  height: 152px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.poparea .poparea__movie .icon {
    width: 18.9333333333vw;
    height: 18.9333333333vw;
  }
}
section.poparea .poparea__movie .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: url(../img/parts/btn_frame_circle.svg?v=2) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  section.poparea .poparea__movie .icon::before {
    background: url(../img/parts/btn_frame_circle_sp.svg?v=2) center center no-repeat;
    background-size: contain;
  }
}
section.poparea .poparea__movie .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 50%;
  background: rgb(15, 47, 138);
  background: linear-gradient(90deg, rgb(15, 47, 138) 0%, rgb(4, 21, 63) 100%);
  transition: 300ms ease;
  z-index: 1;
}
section.poparea .poparea__movie .icon span {
  position: absolute;
  width: 30px;
  height: 40px;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-40%, -50%);
  background: url(../img/parts/icon_media_play.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  section.poparea .poparea__movie .icon span {
    width: 3.4666666667vw;
    height: 4.5333333333vw;
  }
}
section.poparea .poparea__movie .p-video.play .icon {
  visibility: hidden;
}
section.poparea .poparea__movie .p-video.ended .icon {
  visibility: visible;
}
section.enepa {
  position: relative;
  height: auto;
  padding: 0;
  background-color: #d6d8df;
  background-image: radial-gradient(at 27% -20%, #fcfcfd 0px, transparent 50%);
  background-size: 200vw auto;
}
.spMode.isLandscape section.enepa {
  z-index: 9 !important;
}
section.enepa .l-fullhide {
  position: sticky;
  top: -250px;
  width: 100%;
  height: fit-content;
  padding: 160px 0 140px 0;
}
@media screen and (max-width: 768px) {
  section.enepa .l-fullhide {
    position: relative;
    padding: 18.6666666667vw 0;
    top: 0 !important;
  }
  .isTablet section.enepa .l-fullhide {
    padding: 9.1145833333vw 0;
  }
  .spMode.isTablet.noLandscape section.enepa .l-fullhide {
    padding: 9.1145833333vw 0 10.4166666667vw;
  }
}
.spMode.isLandscape section.enepa .l-fullhide {
  padding: 8vw 0 4vw 0;
}
body.enepa-lock2 section.enepa .l-fullhide {
  position: absolute;
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  section.enepa .enepa__inframe {
    overflow: visible;
  }
}
section.enepa .enepa__inframe .p-popup {
  top: -50px;
  right: 700px;
  transform: translate(-60%, 50%) rotate(0deg) scale(0);
  z-index: 100;
}
section.enepa .enepa__inframe .p-popup.in {
  transform: translate(-10%, -20%) rotate(15deg) scale(1);
}
section.enepa .enepa__inframe .p-popup div {
  offset-path: path("M734.9,40.4c0,0-111.8,90.3-194.9,191.5c-55,67-167,52-493,69");
}
.spMode.isLandscape section.enepa .enepa__inframe .p-popup div {
  offset-path: none;
}
@media screen and (max-width: 768px) {
  section.enepa .enepa__inframe .p-popup {
    width: 16vw;
    top: -13.3333333333vw;
    right: 2.6666666667vw;
    transform: translate(-50%, 50%) rotate(0deg) scale(1);
  }
  section.enepa .enepa__inframe .p-popup.in {
    transform: translate(0, 0%) rotate(15deg) scale(1);
  }
  section.enepa .enepa__inframe .p-popup div {
    offset-path: none;
  }
  .isTablet.noLandscape section.enepa .enepa__inframe .p-popup {
    width: 13.0208333333vw;
    top: -19.53125vw;
    right: 91.1458333333vw;
  }
}
.spMode.isLandscape section.enepa .enepa__inframe .p-popup {
  width: 10.6666666667vw;
  top: 5.3333333333vw;
  right: 5.3333333333vw;
}
.spMode.isTablet.noLandscape section.enepa .enepa__inframe .p-popup {
  width: 10.4166666667vw;
}
section.enepa .enepa__title {
  transition: 300ms ease;
  transform: translate(0, 10%);
  opacity: 0;
}
body.enepa-fixed section.enepa .enepa__title, body.enepa-lock section.enepa .enepa__title {
  opacity: 0;
  transform: translate(0, -50%);
}
section.enepa .enepa__title.is-in {
  opacity: 1;
  transform: translate(0, 0%);
}
body.enepa-lock section.enepa .enepa__title.is-in {
  opacity: 0;
  transform: translate(0, -50%);
}
section.enepa .enepa__title-label {
  margin-bottom: 35px;
  width: 480px;
}
@media screen and (max-width: 768px) {
  section.enepa .enepa__title-label {
    width: 61.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .isTablet section.enepa .enepa__title-label {
    width: 29.9479166667vw;
    margin-bottom: 1.3020833333vw;
  }
}
section.enepa .enepa__title-text {
  margin-bottom: 55px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  section.enepa .enepa__title-text {
    font-size: 3.7333333333vw;
    margin-bottom: 16vw;
  }
  .isTablet section.enepa .enepa__title-text {
    font-size: 1.8229166667vw;
    margin-bottom: 7.8125vw;
  }
  .isTablet section.enepa .enepa__title-text .p-onlySP {
    display: none;
  }
  .isTablet section.enepa .enepa__title-text .p-onlyPC {
    display: block;
  }
}
.spMode.isLandscape section.enepa .enepa__title-text {
  font-size: 1.6vw !important;
  margin-bottom: 5.3333333333vw !important;
}
section.enepa .p-boxunit {
  transition: 300ms ease-out;
}
@media screen and (min-width: 768px) {
  section.enepa .p-boxunit {
    transform: translate(0, 10%);
    opacity: 0;
  }
}
section.enepa .p-boxunit.is-in {
  opacity: 1;
  transform: translate(0, 0%);
}
@media screen and (min-width: 768px) {
  section.enepa .p-boxunit.is-in .p-boxunit-wrap .p-boxunit-item {
    opacity: 1;
    transform: translate(0, 0%);
  }
}
@media screen and (min-width: 768px) {
  section.enepa .p-boxunit-wrap .p-boxunit-item {
    opacity: 0;
    transform: translate(0, 10%);
    transition: 300ms ease-out;
  }
  section.enepa .p-boxunit-wrap .p-boxunit-item:nth-of-type(1) {
    transition-delay: 100ms;
  }
  section.enepa .p-boxunit-wrap .p-boxunit-item:nth-of-type(2) {
    transition-delay: 200ms;
  }
  section.enepa .p-boxunit-wrap .p-boxunit-item:nth-of-type(3) {
    transition-delay: 300ms;
  }
  section.enepa .p-boxunit-wrap .p-boxunit-item:nth-of-type(4) {
    transition-delay: 400ms;
  }
  section.enepa .p-boxunit-wrap .p-boxunit-item:nth-of-type(5) {
    transition-delay: 500ms;
  }
}
@media screen and (max-width: 768px) {
  section.enepa .p-boxunit-wrap .p-boxunit-item {
    opacity: 0;
    transform: translate(0, 10%);
    transition: 300ms ease-out;
  }
  section.enepa .p-boxunit-wrap .p-boxunit-item.is-in {
    opacity: 1;
    transform: translate(0, 0%);
  }
}
@media screen and (max-width: 768px) {
  section.enepa .p-boxunit-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  section.enepa .p-boxunit-wrap .p-boxunit-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 13.3333333333vw;
    padding-top: 6.4vw;
    position: relative;
  }
  .spMode.isTablet section.enepa .p-boxunit-wrap .p-boxunit-item {
    margin-bottom: 6.6666666667vw;
  }
  section.enepa .p-boxunit-wrap .p-boxunit-item:nth-last-of-type(1) {
    margin-bottom: 0vw;
  }
  .spMode.isTablet section.enepa .p-boxunit-wrap .p-boxunit-item:nth-last-of-type(2) {
    margin-bottom: 0vw;
  }
}
.spMode.isTablet section.enepa .p-boxunit-wrap {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  grid-gap: 3.90625vw !important;
}
.spMode.isTablet section.enepa .p-boxunit-wrap .p-boxunit-item {
  width: 100% !important;
}
.spMode.isTablet section.enepa .p-boxunit-wrap .p-boxunit-more {
  width: 21.3333333333vw !important;
  font-size: 1.6vw !important;
}
.spMode.isTablet.isLandscape section.enepa .p-boxunit-wrap .p-boxunit-more {
  width: 21.3333333333vw !important;
}
.spMode.isTablet.noLandscape section.enepa .p-boxunit-wrap .p-boxunit-image {
  margin-bottom: 0vw !important;
}
.spMode.isTablet.noLandscape section.enepa .p-boxunit-wrap .p-boxunit-label {
  margin-bottom: 2.6041666667vw !important;
}
.spMode.isTablet.noLandscape section.enepa .p-boxunit-wrap .p-boxunit-label img {
  height: 2.6041666667vw !important;
}
.spMode.isTablet.noLandscape section.enepa .p-boxunit-wrap .p-boxunit-more {
  width: 19.53125vw !important;
  font-size: 1.5625vw !important;
}
.spMode.isLandscape section.enepa .p-boxunit-wrap .p-boxunit-item {
  padding-top: 3.7333333333vw !important;
  margin-bottom: 5.3333333333vw !important;
  height: auto;
}
.spMode.isTablet.noLandscape section.enepa .p-boxunit-wrap .p-boxunit-item {
  padding-top: 3.2552083333vw !important;
  margin-bottom: 1.3020833333vw !important;
  height: auto;
}
.spMode.isLandscape section.enepa .p-boxunit-wrap {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  grid-gap: 2.6666666667vw !important;
}
section.products {
  padding-top: 390px;
  padding-bottom: 150px;
  background-color: #d6d8df;
  background-image: radial-gradient(at 27% -20%, #fcfcfd 0px, transparent 50%);
  background-size: 200vw auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.products {
    overflow: hidden;
    padding: 40vw 0 21.3333333333vw 0;
  }
}
.spMode.isTablet section.products {
  overflow: hidden;
  padding: 29.3333333333vw 0 10.6666666667vw 0 !important;
}
.spMode.isTablet.isLandscape section.products {
  padding: 26.6666666667vw 0 10.6666666667vw 0 !important;
}
section.products .p-popup {
  top: 120px;
  right: 0%;
  transform: translate(-50%, 40%) rotate(0deg) scale(0);
  z-index: 100;
}
section.products .p-popup.in {
  transform: translate(40%, -10%) rotate(30deg) scale(0.6);
}
@media screen and (max-width: 768px) {
  section.products .p-popup {
    width: 13.3333333333vw;
    top: 69.3333333333vw;
    right: 0vw;
    transform: translate(-50%, 50%) rotate(0deg) scale(0);
  }
  section.products .p-popup.in {
    transform: translate(0, 0%) rotate(20deg) scale(0.6);
  }
}
.spMode.isTablet section.products .p-popup {
  width: 10.6666666667vw;
  top: 42.6666666667vw;
  right: 26.6666666667vw;
  display: none;
}
.spMode.isTablet.isLandscape section.products .p-popup {
  right: 32vw;
}
section.products .products__title {
  height: 85px;
  margin-bottom: 160px;
}
@media screen and (max-width: 1400px) {
  section.products .products__title {
    margin-bottom: 2.8935185185vw;
  }
}
@media screen and (max-width: 768px) {
  section.products .products__title {
    height: 9.0666666667vw;
    margin-bottom: 17.3333333333vw;
  }
}
section.products .products__title-anim {
  position: absolute;
  width: 100%;
  height: 85px;
  top: 147px;
  left: 0vw;
}
@media screen and (max-width: 768px) {
  section.products .products__title-anim {
    top: 13.3333333333vw;
    height: 8.5333333333vw;
  }
}
.spMode.isTablet section.products .products__title-anim {
  top: 10.6666666667vw !important;
}
section.products .products__title-anim span {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0px;
  left: 0vw;
  display: inline-block;
}
section.products .products__title-anim span:nth-of-type(2) img {
  animation-name: ticker2;
}
section.products .products__title-anim span img {
  width: auto;
  height: 100%;
  line-height: 0;
  animation-name: ticker;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0s;
}
section.products .products__title-label {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-140px, 0);
}
@media screen and (max-width: 1400px) {
  section.products .products__title-label {
    transform: translate(0vw, 0);
  }
}
section.products .products__title-label img {
  height: 85px;
  max-width: none;
  width: auto;
}
@media screen and (max-width: 1400px) {
  section.products .products__title-label img {
    height: 4.9189814815vw;
  }
}
@media screen and (max-width: 768px) {
  section.products .products__title-label img {
    transform: translate(-6.6666666667vw, 0);
    height: 9.3333333333vw;
  }
}
section.products .products__itemgroupItem {
  display: grid;
  grid-template-columns: 58% auto;
  grid-gap: 100px;
  position: relative;
  min-height: 380px;
}
@media screen and (max-width: 1400px) {
  section.products .products__itemgroupItem {
    min-height: 21.9907407407vw;
    grid-gap: 5.787037037vw;
  }
}
@media screen and (max-width: 768px) {
  section.products .products__itemgroupItem {
    grid-template-columns: 1fr;
    grid-gap: 13.3333333333vw;
  }
  .spMode.isTablet section.products .products__itemgroupItem {
    grid-template-columns: 40% auto !important;
  }
}
.spMode.isTablet section.products .products__itemgroupItem {
  grid-template-columns: 41.6666666667vw auto !important;
  grid-gap: 5.3333333333vw !important;
  position: relative !important;
}
@media screen and (max-width: 768px) {
  .spMode.isTablet section.products .products__itemgroupItem {
    grid-template-columns: 39.0625vw auto !important;
    grid-gap: 6.5104166667vw !important;
  }
}
section.products .products__itemgroupItem:not(:last-child) {
  margin-bottom: 130px;
}
@media screen and (max-width: 1400px) {
  section.products .products__itemgroupItem:not(:last-child) {
    margin-bottom: 7.5231481481vw;
  }
}
@media screen and (max-width: 768px) {
  section.products .products__itemgroupItem:not(:last-child) {
    margin-bottom: 26.6666666667vw;
  }
}
.spMode.isTablet section.products .products__itemgroupItem:not(:last-child) {
  margin-bottom: 10.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  .spMode.isTablet section.products .products__itemgroupItem:not(:last-child) {
    margin-bottom: 13.3333333333vw !important;
  }
}
section.products .products__itemgroupItem-image {
  position: relative;
}
@media screen and (max-width: 768px) {
  section.products .products__itemgroupItem-image {
    min-height: 53.3333333333vw;
  }
  .spMode.isTablet section.products .products__itemgroupItem-image {
    min-height: 26.0416666667vw;
  }
}
section.products .products__itemgroupItem-image div {
  position: absolute;
  top: 50%;
  right: 90px;
  width: 708px;
  height: 480px;
  transform: translate(0, -42%);
}
section.products .products__itemgroupItem-image div .visible {
  visibility: visible !important;
}
@media screen and (max-width: 1400px) {
  section.products .products__itemgroupItem-image div {
    right: 6.9444444444vw;
    width: 40.9722222222vw;
    height: 25.6365740741vw;
  }
  .spMode.isTablet section.products .products__itemgroupItem-image div {
    aspect-ratio: 708/443;
    width: 42.96875vw;
    height: auto;
    right: 1.3020833333vw;
    transform: translate(0, -39%);
  }
}
@media screen and (max-width: 768px) {
  section.products .products__itemgroupItem-image div {
    right: -1.3333333333vw;
    width: 87.7333333333vw;
    height: auto;
    transform: translate(0, -39%);
  }
  .spMode.isTablet section.products .products__itemgroupItem-image div {
    width: 41.6666666667vw !important;
    aspect-ratio: 708/443;
    right: 2.6041666667vw;
  }
}
section.products .products__itemgroupItem-image div img {
  max-width: 100%;
  height: auto;
  transition: 500ms ease-out 150ms;
  transform: translate(0%, 5%);
  opacity: 0;
}
section.products .products__itemgroupItem-image div img:nth-child(1) {
  visibility: hidden;
}
section.products .products__itemgroupItem-image-item {
  height: auto;
  position: absolute;
  transition-duration: 300ms !important;
  transform: translate(0%, 15px) !important;
}
@media screen and (max-width: 768px) {
  section.products .products__itemgroupItem-image-item {
    transform: translate(0%, 3vw) !important;
  }
}
section.products .products__itemgroupItem-image-item-1 {
  width: 35.5%;
  top: 0px;
  left: 34.5%;
}
section.products .products__itemgroupItem-image-item-2 {
  width: 28%;
  top: 0px;
  left: 17.5%;
  transition-delay: 250ms !important;
}
section.products .products__itemgroupItem-image-item-3 {
  width: 11%;
  top: 29%;
  left: 72%;
  transition-delay: 350ms !important;
}
@media screen and (max-width: 768px) {
  .spMode.isTablet section.products .products__itemgroupItem-image-item-3 {
    top: 27%;
  }
}
section.products .products__itemgroupItem-image-item-4 {
  width: 51.5%;
  bottom: 0.5%;
  left: 48.5%;
  transition-delay: 450ms !important;
}
@media screen and (max-width: 768px) {
  .spMode.isTablet section.products .products__itemgroupItem-image-item-4 {
    bottom: 5.5%;
  }
}
section.products .products__itemgroupItem-image-item-5 {
  width: 44.5%;
  bottom: -1%;
  left: 0;
  transition-delay: 550ms !important;
}
@media screen and (max-width: 768px) {
  .spMode.isTablet section.products .products__itemgroupItem-image-item-5 {
    bottom: 5.5%;
  }
}
section.products .products__itemgroupItem-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  border-radius: 0 190px 190px 0;
  width: 100vw;
  height: 380px;
  background: url(../img/products/01_bg.png) right center no-repeat #224b90;
  background-size: auto 100%;
  transition: 500ms ease-out;
  transform: translate(-5%, 0);
  opacity: 0;
}
@media screen and (max-width: 1400px) {
  section.products .products__itemgroupItem-image::before {
    top: 50%;
    transform: translate(0, -50%);
    height: 21.9907407407vw;
  }
}
@media screen and (max-width: 768px) {
  section.products .products__itemgroupItem-image::before {
    position: absolute;
    top: 0%;
    transform: translate(-5%, 0);
    height: 53.3333333333vw;
    background-position: -85vw center;
    background: url(../img/products/01_bg_sp.png) right center no-repeat #224b90;
    background-size: auto 100%;
  }
  .spMode.isTablet section.products .products__itemgroupItem-image::before {
    height: 26.0416666667vw;
    top: 46%;
    transform: translate(-5%, -50%);
  }
}
@media screen and (min-width: 768px) {
  .spMode.isTablet section.products .products__itemgroupItem-image::before {
    height: 26.6666666667vw;
  }
}
section.products .products__itemgroupItem-data {
  transition: 500ms ease-out 400ms;
  transform: translate(-5%, 0);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  section.products .products__itemgroupItem-data {
    padding: 0 5.3333333333vw;
    transform: translate(0%, 5%);
    transition: 500ms ease-out 100ms;
  }
  .spMode.isTablet section.products .products__itemgroupItem-data {
    padding: 0 0vw;
  }
}
.spMode.isTablet section.products .products__itemgroupItem-data {
  display: flex !important;
  flex-wrap: wrap !important;
  align-content: center !important;
}
section.products .products__itemgroupItem-data-title {
  padding-top: 50px;
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  section.products .products__itemgroupItem-data-title {
    padding-top: 0;
    font-size: 5.8666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.spMode.isTablet section.products .products__itemgroupItem-data-title {
  width: 100%;
  font-size: 2.8645833333vw !important;
  margin-bottom: 0.6510416667vw;
  padding-top: 0;
}
section.products .products__itemgroupItem-data-sub {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  section.products .products__itemgroupItem-data-sub {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
  }
  .spMode.isTablet section.products .products__itemgroupItem-data-sub {
    margin-bottom: 0.6510416667vw;
  }
}
.spMode.isTablet section.products .products__itemgroupItem-data-sub {
  width: 100%;
  font-size: 1.8229166667vw !important;
}
section.products .products__itemgroupItem-data-text {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  section.products .products__itemgroupItem-data-text {
    font-size: 3.2vw;
  }
  .spMode.isTablet section.products .products__itemgroupItem-data-text {
    font-size: 1.5625vw;
    margin-bottom: 1.953125vw;
  }
}
.spMode.isTablet section.products .products__itemgroupItem-data-text {
  font-size: 1.7333333333vw !important;
}
@media screen and (max-width: 768px) {
  section.products .products__itemgroupItem-data-more {
    width: 100%;
  }
  .spMode.isTablet section.products .products__itemgroupItem-data-more {
    min-width: inherit;
    width: 35.8072916667vw;
    font-size: 1.8229166667vw;
    aspect-ratio: 275/58;
    display: flex;
  }
}
.spMode.isTablet.isLandscape section.products .products__itemgroupItem-data-more {
  aspect-ratio: 281/70;
  font-size: 1.4322916667vw !important;
}
@media screen and (max-width: 768px) {
  .spMode.isTablet section.products .products__itemgroupItem:nth-of-type(1) .products__itemgroupItem-image div {
    transform: translate(0, -32%);
  }
  .spMode.isTablet section.products .products__itemgroupItem:nth-of-type(1) .products__itemgroupItem-image::before {
    top: 10%;
  }
}
section.products .products__itemgroupItem:nth-of-type(2) {
  grid-template-columns: auto 58%;
}
@media screen and (max-width: 768px) {
  section.products .products__itemgroupItem:nth-of-type(2) {
    grid-template-columns: 1fr;
  }
}
.spMode.isTablet section.products .products__itemgroupItem:nth-of-type(2) {
  grid-template-columns: auto 30% !important;
  grid-gap: 5.3333333333vw !important;
  position: relative !important;
  grid-template-columns: auto 46.875vw !important;
  grid-gap: 5.3333333333vw !important;
  position: relative !important;
}
@media screen and (max-width: 768px) {
  .spMode.isTablet section.products .products__itemgroupItem:nth-of-type(2) {
    grid-template-columns: auto 41.6666666667vw !important;
    grid-gap: 6.5104166667vw !important;
  }
}
section.products .products__itemgroupItem:nth-of-type(2) .products__itemgroupItem-image {
  order: 2;
}
@media screen and (max-width: 768px) {
  section.products .products__itemgroupItem:nth-of-type(2) .products__itemgroupItem-image {
    order: 1;
  }
}
.spMode.isTablet section.products .products__itemgroupItem:nth-of-type(2) .products__itemgroupItem-image {
  order: 2 !important;
}
section.products .products__itemgroupItem:nth-of-type(2) .products__itemgroupItem-image div {
  top: 50%;
  left: 300px;
  right: auto;
  width: 340px;
  height: 500px;
  transform: translate(0, -58%);
}
@media screen and (max-width: 1400px) {
  section.products .products__itemgroupItem:nth-of-type(2) .products__itemgroupItem-image div {
    left: 17.3611111111vw;
    width: 19.6759259259vw;
    height: 28.9351851852vw;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 768px) {
  section.products .products__itemgroupItem:nth-of-type(2) .products__itemgroupItem-image div {
    left: 21.3333333333vw;
    width: 51.2vw;
    height: 74.6666666667vw;
    transform: translate(0, -58%);
  }
}
.spMode.isTablet section.products .products__itemgroupItem:nth-of-type(2) .products__itemgroupItem-image div {
  margin-top: -0.8vw;
  left: 10.6666666667vw !important;
  width: 26.6666666667vw !important;
  height: auto !important;
}
section.products .products__itemgroupItem:nth-of-type(2) .products__itemgroupItem-image div img {
  display: inline;
  transform: translate(0, 5%);
}
section.products .products__itemgroupItem:nth-of-type(2) .products__itemgroupItem-image-item {
  height: auto;
  position: absolute;
}
section.products .products__itemgroupItem:nth-of-type(2) .products__itemgroupItem-image-item-1 {
  width: 59%;
  top: auto;
  bottom: 0px;
  left: 0%;
  z-index: 5;
}
.spMode.isTablet section.products .products__itemgroupItem:nth-of-type(2) .products__itemgroupItem-image-item-1 {
  bottom: 1.953125vw;
}
section.products .products__itemgroupItem:nth-of-type(2) .products__itemgroupItem-image-item-2 {
  width: 56.5%;
  top: 0px;
  left: 43.5%;
}
section.products .products__itemgroupItem:nth-of-type(2) .products__itemgroupItem-image::before {
  left: 0;
  right: auto;
  border-radius: 190px 0 0 190px;
  background: url(../img/products/02_bg.png) left center no-repeat #224b90;
  background-size: auto 100%;
  transform: translate(5%, 0);
}
@media screen and (max-width: 768px) {
  section.products .products__itemgroupItem:nth-of-type(2) .products__itemgroupItem-image::before {
    transform: translate(5%, 0);
    background-position: -25vw center;
  }
}
.spMode.isTablet section.products .products__itemgroupItem:nth-of-type(2) .products__itemgroupItem-image::before {
  transform: translate(5%, -50%);
}
section.products .products__itemgroupItem:nth-of-type(2) .products__itemgroupItem-data {
  order: 1;
  padding-left: 80px;
  transform: translate(5%, 0);
}
@media screen and (max-width: 768px) {
  section.products .products__itemgroupItem:nth-of-type(2) .products__itemgroupItem-data {
    padding: 0 5.3333333333vw;
    transform: translate(0%, 5%);
  }
}
.spMode.isTablet section.products .products__itemgroupItem:nth-of-type(2) .products__itemgroupItem-data {
  padding: 0 0vw;
}
section.products .products__itemgroupItem:nth-of-type(2) .products__itemgroupItem-data .p-mark-r {
  transform: translate(0.05em, -0.6em);
}
@media screen and (max-width: 768px) {
  section.products .products__itemgroupItem:nth-of-type(2) .products__itemgroupItem-image.is-in::before {
    transform: translate(-5.3333333333vw, 0%);
    opacity: 1;
  }
  section.products .products__itemgroupItem:nth-of-type(2) .products__itemgroupItem-image.is-in div img {
    transform: translate(0, 0);
    opacity: 1;
  }
  section.products .products__itemgroupItem:nth-of-type(2) .products__itemgroupItem-data.is-in {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  section.products .products__itemgroupItem.is-in .products__itemgroupItem-image::before {
    transform: translate(0, 0);
    opacity: 1;
  }
  .spMode.isTablet section.products .products__itemgroupItem.is-in .products__itemgroupItem-image::before {
    transform: translate(0%, -50%);
  }
  section.products .products__itemgroupItem.is-in .products__itemgroupItem-image div img {
    transform: translate(0, 0) !important;
    opacity: 1;
  }
  section.products .products__itemgroupItem.is-in .products__itemgroupItem-data {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@media screen and (max-width: 1400px) {
  section.products .products__itemgroupItem.is-in .products__itemgroupItem-image::before {
    transform: translate(0, -50%);
  }
  section.products .products__itemgroupItem.is-in .products__itemgroupItem-image div img {
    transform: translate(0, 0) !important;
  }
  section.products .products__itemgroupItem.is-in .products__itemgroupItem-data {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) {
  section.products .products__itemgroupItem .products__itemgroupItem-image.is-in::before {
    transform: translate(5.3333333333vw, 0%);
    opacity: 1;
  }
  section.products .products__itemgroupItem .products__itemgroupItem-image.is-in div img {
    transform: translate(0, 0);
    opacity: 1;
  }
  section.products .products__itemgroupItem .products__itemgroupItem-data.is-in {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  section.contact .l-inframe {
    display: block;
    grid-template-columns: 1fr !important;
  }
  .spMode.isTablet.noLandscape section.contact .l-inframe {
    width: 84%;
    grid-template-columns: 1fr 1fr !important;
  }
}
section.contact .contact__title p {
  display: none;
}
@media screen and (max-width: 768px) {
  .spMode.isTablet.noLandscape section.contact .contact__title p {
    display: block;
    padding-top: 2.6041666667vw;
    line-height: 1.8;
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  section.contact .contact__contents p {
    font-size: 3.2vw;
  }
  .spMode.isTablet.noLandscape section.contact .contact__contents p {
    font-size: 1.5625vw;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .spMode.isTablet.noLandscape section.contact .contact__contents {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
section.contact .contact__contents .p-btn {
  width: 320px;
  aspect-ratio: 320/69;
}
@media screen and (max-width: 768px) {
  section.contact .contact__contents .p-btn {
    width: 100%;
    min-width: inherit;
    height: auto;
  }
  .spMode.isTablet.noLandscape section.contact .contact__contents .p-btn {
    font-size: 1.5625vw;
    width: 35.8072916667vw;
  }
}
.spMode.isLandscape section.contact .contact__contents .p-btn {
  width: 40vw !important;
}
section .enepaDetail__pager {
  position: absolute;
  top: 50%;
  left: 0px;
  height: auto;
  padding: 0;
  transform: translate(0%, -50%);
}
section .enepaDetail__pager .l-inframe {
  position: relative;
  width: 80%;
  max-width: 1500px;
}
@media screen and (max-width: 768px) {
  .spMode.isTablet.noLandscape section .enepaDetail__pager .l-inframe {
    margin-left: -1.3020833333vw;
  }
}
@media screen and (min-width: 1000px) {
  .spMode.isTablet.noLandscape section .enepaDetail__pager .l-inframe {
    margin-left: 2.6041666667vw;
  }
}
section .enepaDetail__pager .l-inframe div {
  width: 10vw;
  position: absolute;
  top: -50px;
  left: 0;
  color: #fff;
  transform: translate(-600%, 0%);
  width: 1em;
  height: auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  line-height: 1.4;
  font-family: "Syncopate", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  section .enepaDetail__pager .l-inframe div {
    transform: translate(-200%, 0%);
    height: auto;
  }
}
section .enepaDetail__pager .l-inframe div span {
  display: inline-block;
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 768px) {
  .spMode.isTablet.noLandscape section .enepaDetail__pager .l-inframe div span {
    width: 100%;
    height: 1em;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 2.34375vw;
  }
}
section .enepaDetail__pager .l-inframe div span:first-child {
  margin-bottom: 0.1em;
  position: relative;
}
section .enepaDetail__pager .l-inframe div span:first-child.count_1 .countWrap {
  transform: translate(0%, 0em);
}
section .enepaDetail__pager .l-inframe div span:first-child.count_2 .countWrap {
  transform: translate(0%, -1em);
}
section .enepaDetail__pager .l-inframe div span:first-child.count_3 .countWrap {
  transform: translate(0%, -2em);
}
section .enepaDetail__pager .l-inframe div span:first-child.count_4 .countWrap {
  transform: translate(0%, -3em);
}
section .enepaDetail__pager .l-inframe div span:first-child.count_5 .countWrap {
  transform: translate(0%, -4em);
}
section .enepaDetail__pager .l-inframe div span .countWrap {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 1em;
  display: flex;
  flex-wrap: wrap;
  transform: translate(0%, 0%);
  line-height: 1;
  transition: all 300ms ease-in-out;
}
section .enepaDetail__pager .l-inframe div span .countWrap div {
  width: auto;
  position: relative;
  top: 0px;
  left: 0;
  transform: translate(0%, 0%);
  width: 100%;
  height: 1em;
  padding: 0;
  display: flex;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
section .enepaDetail__pager .l-inframe div span .countWrap div.in {
  opacity: 1;
}
section.enepaDetail {
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 100px;
  position: relative;
  overflow: visible;
}
section.enepaDetail .bg {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/brand/bg.jpg) top center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  section.enepaDetail {
    padding-bottom: 13.3333333333vw;
  }
  .spMode.isTablet.noLandscape section.enepaDetail {
    padding-bottom: 10.4166666667vw;
  }
}
section.enepaDetail .enepaDetail {
  overflow: visible;
}
section.enepaDetail .enepaDetail__inframe {
  position: sticky;
  top: 100px;
  height: fit-content;
  max-width: none;
  width: 80%;
  max-width: 1500px;
}
@media screen and (max-width: 768px) {
  section.enepaDetail .enepaDetail__inframe {
    top: 16vw;
  }
}
@media screen and (max-width: 1000px) {
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__inframe {
    width: 73.9583333333vw;
  }
}
section.enepaDetail .enepaDetail__title {
  line-height: 1;
  margin-bottom: 65px;
  transition: 300ms ease;
  top: 0px;
  display: inline-block;
  justify-content: flex-start;
  transform-origin: top left;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__title {
    margin-bottom: 3.90625vw;
  }
}
@media screen and (min-width: 1000px) {
  .isTablet.noLandscape section.enepaDetail .enepaDetail__title {
    margin-bottom: 3.90625vw;
  }
}
.isTablet section.enepaDetail .enepaDetail__title {
  margin-bottom: -3.90625vw !important;
  transform: scale(0.6);
}
.isTablet section.enepaDetail .enepaDetail__title .section__title-label {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .isTablet section.enepaDetail .enepaDetail__title {
    margin-bottom: 2.6041666667vw !important;
    transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  .spMode.noTablet.noLandscape section.enepaDetail .enepaDetail__title.compact {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .pcMode.noTablet.noLandscape section.enepaDetail .enepaDetail__title.compact {
    margin-bottom: 0vw !important;
    transform: scale(0.6);
  }
  .pcMode.noTablet.noLandscape section.enepaDetail .enepaDetail__title.compact .section__title-label {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .isTablet section.enepaDetail .enepaDetail__title.compact {
    margin-bottom: 0px;
    transform: scale(0.6);
  }
  .isTablet section.enepaDetail .enepaDetail__title.compact .section__title-label {
    margin: 0;
  }
}
section.enepaDetail .enepaDetail__title-label {
  display: inline-flex;
  align-items: flex-end;
  color: #fff;
  transition: transform 300ms linear;
  transform-origin: top left;
  width: fit-content;
}
section.enepaDetail .enepaDetail__title-label img {
  width: auto;
  height: 112px;
}
@media screen and (min-width: 1000px) {
  .isTablet.noLandscape section.enepaDetail .enepaDetail__title-label img {
    height: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) {
  section.enepaDetail .enepaDetail__title-label img {
    height: 11.2vw;
  }
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__title-label img {
    height: 5.46875vw;
  }
}
section.enepaDetail .enepaDetail__title-label.section__title-label-no {
  padding-left: 20px;
  margin-right: 60px;
}
.isTablet section.enepaDetail .enepaDetail__title-label.section__title-label-no {
  padding-left: 0vw;
  margin-right: 3.90625vw;
}
@media screen and (max-width: 768px) {
  section.enepaDetail .enepaDetail__title-label.section__title-label-no {
    padding-left: 1.3333333333vw;
    margin-right: 5.3333333333vw;
  }
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__title-label.section__title-label-no {
    padding-left: 0.6510416667vw;
    margin-right: 1.3020833333vw;
  }
}
@media screen and (min-width: 1000px) {
  .isTablet.noLandscape section.enepaDetail .enepaDetail__title-label.section__title-label-no {
    padding-left: 0.6510416667vw;
    margin-right: 130.2083333333vw;
  }
}
section.enepaDetail .enepaDetail__title-label.section__title-label-no-2 {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  section.enepaDetail .enepaDetail__title-label.section__title-label-no-2 {
    margin-right: 2.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  .isTablet.noLandscape section.enepaDetail .enepaDetail__title-label.section__title-label-no-2 {
    margin-right: 1.953125vw;
  }
}
section.enepaDetail .enepaDetail__title-label.section__title-label-no-3 {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  section.enepaDetail .enepaDetail__title-label.section__title-label-no-3 {
    margin-right: 2.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  .isTablet.noLandscape section.enepaDetail .enepaDetail__title-label.section__title-label-no-3 {
    margin-right: 1.953125vw;
  }
}
section.enepaDetail .enepaDetail__title-label.section__title-label-no-4 {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  section.enepaDetail .enepaDetail__title-label.section__title-label-no-4 {
    margin-right: 2.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  .isTablet.noLandscape section.enepaDetail .enepaDetail__title-label.section__title-label-no-4 {
    margin-right: 1.953125vw;
  }
}
section.enepaDetail .enepaDetail__title-label.section__title-label-enepa {
  padding-left: 10px;
}
@media screen and (min-width: 1000px) {
  .isTablet.noLandscape section.enepaDetail .enepaDetail__title-label.section__title-label-enepa {
    padding-left: 1.3020833333vw;
  }
}
section.enepaDetail .enepaDetail__title-label.section__title-label-text {
  font-size: 43px;
  padding: 0 0 0.2em 0em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  section.enepaDetail .enepaDetail__title-label.section__title-label-text {
    font-size: 4.2666666667vw;
  }
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__title-label.section__title-label-text {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1000px) {
  .isTablet.noLandscape section.enepaDetail .enepaDetail__title-label.section__title-label-text {
    font-size: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  section.enepaDetail .enepaDetail__title {
    margin-bottom: 8vw;
  }
}
section.enepaDetail .enepaDetail__itemgroup {
  position: relative;
  width: 100%;
  margin: 0 auto 100px;
}
.isTablet section.enepaDetail .enepaDetail__itemgroup {
  margin-top: -2.6041666667vw !important;
}
@media screen and (max-width: 768px) {
  .isTablet section.enepaDetail .enepaDetail__itemgroup {
    margin-top: 0vw !important;
  }
}
@media screen and (max-width: 768px) {
  section.enepaDetail .enepaDetail__itemgroup {
    margin-bottom: 13.3333333333vw;
  }
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__itemgroup {
    margin-bottom: 10.4166666667vw;
  }
}
section.enepaDetail .enepaDetail__itemgroup-item {
  position: relative;
  width: 90vw;
  max-width: 1500px;
  padding: 70px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 140px;
  align-items: center;
}
.spMode.isTablet section.enepaDetail .enepaDetail__itemgroup-item {
  overflow: hidden;
}
section.enepaDetail .enepaDetail__itemgroup-item:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 1600px) {
  section.enepaDetail .enepaDetail__itemgroup-item {
    grid-template-columns: 1fr 1fr;
    grid-gap: 8.1018518519vw;
  }
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__itemgroup-item {
    min-height: 138.6666666667vw;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    grid-gap: 5.3333333333vw;
    padding: 5.8666666667vw 9.3333333333vw 9.3333333333vw;
    align-items: flex-start;
    padding: 2.6041666667vw 13.0208333333vw 7.03125vw 13.0208333333vw;
    min-height: 71.6145833333vw;
    height: auto;
    width: 90vw;
    grid-template-rows: auto auto;
    grid-gap: 1.3020833333vw;
  }
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__itemgroup-item:not(:last-child) {
    margin-bottom: 9.3333333333vw;
  }
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__itemgroup-item-data {
    max-height: 33.8541666667vw;
    height: auto;
  }
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__itemgroup-item .enepaDetail__itemgroup-item-data-scroll-unit {
    align-content: flex-start;
  }
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__itemgroup-item .enepaDetail__itemgroup-item-data-scroll-unit:first-child {
    padding-top: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) {
  section.enepaDetail .enepaDetail__itemgroup-item {
    min-height: 138.6666666667vw;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    grid-gap: 2.6666666667vw;
    padding: 5.8666666667vw 9.3333333333vw 9.3333333333vw;
    align-items: flex-start;
  }
  section.enepaDetail .enepaDetail__itemgroup-item:not(:last-child) {
    margin-bottom: 9.3333333333vw;
  }
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__itemgroup-item {
    padding: 2.6041666667vw 13.0208333333vw 7.03125vw 13.0208333333vw;
    min-height: 71.6145833333vw;
    height: auto;
    width: 86.9791666667vw;
    grid-template-rows: auto auto;
    grid-gap: 1.3020833333vw;
  }
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__itemgroup-item-data {
    max-height: 33.8541666667vw;
    height: auto;
  }
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__itemgroup-item .enepaDetail__itemgroup-item-data-scroll-unit {
    align-content: flex-start;
  }
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__itemgroup-item .enepaDetail__itemgroup-item-data-scroll-unit:first-child {
    padding-top: 3.2552083333vw;
  }
}
section.enepaDetail .enepaDetail__itemgroup-item::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #e9e9e9;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 40px 0 0 40px;
}
section.enepaDetail .enepaDetail__itemgroup-item-data {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  padding-left: 140px;
  font-size: 0.95rem;
  height: 500px;
  text-align: justify;
  align-content: flex-start;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  section.enepaDetail .enepaDetail__itemgroup-item-data {
    padding-left: 8.1018518519vw;
    height: 26.0416666667vw;
  }
  .spMode.isTablet.isLandscape section.enepaDetail .enepaDetail__itemgroup-item-data {
    height: 28.6458333333vw;
  }
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__itemgroup-item-data {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 768px) {
  section.enepaDetail .enepaDetail__itemgroup-item-data {
    max-height: 69.3333333333vw;
    padding: 0;
  }
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__itemgroup-item-data h3 {
    font-size: 2.6041666667vw;
  }
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__itemgroup-item-data p {
    font-size: 1.8229166667vw;
  }
}
section.enepaDetail .enepaDetail__itemgroup-item-data::before, section.enepaDetail .enepaDetail__itemgroup-item-data::after {
  content: "";
  display: block;
  width: 100%;
  height: 5em;
  position: absolute;
  left: 0;
  z-index: 5;
  border-radius: 40px 0 0 40px;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  section.enepaDetail .enepaDetail__itemgroup-item-data::before, section.enepaDetail .enepaDetail__itemgroup-item-data::after {
    height: 3em;
  }
}
@media screen and (max-width: 768px) {
  section.enepaDetail .enepaDetail__itemgroup-item-data::before, section.enepaDetail .enepaDetail__itemgroup-item-data::after {
    border-radius: 0px;
    height: 6.6666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__itemgroup-item-data::before, .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__itemgroup-item-data::after {
    height: 2.6041666667vw;
  }
}
.spMode.isTablet.isLandscape section.enepaDetail .enepaDetail__itemgroup-item-data::before, .spMode.isTablet.isLandscape section.enepaDetail .enepaDetail__itemgroup-item-data::after {
  height: 2.6041666667vw;
}
section.enepaDetail .enepaDetail__itemgroup-item-data::before {
  top: -1px;
  background: rgb(233, 233, 233);
  background: linear-gradient(180deg, rgb(233, 233, 233) 20%, rgba(233, 233, 233, 0) 100%);
}
section.enepaDetail .enepaDetail__itemgroup-item-data::after {
  bottom: -1px;
  background: rgb(233, 233, 233);
  background: linear-gradient(0deg, rgb(233, 233, 233) 20%, rgba(233, 233, 233, 0) 100%);
}
section.enepaDetail .enepaDetail__itemgroup-item-data-scroll {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .isTablet.noLandscape section.enepaDetail .enepaDetail__itemgroup-item-data-scroll {
    padding-top: 0vw;
    padding-bottom: 0vw;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
  }
  .isTablet.noLandscape section.enepaDetail .enepaDetail__itemgroup-item-data-scroll-unit {
    margin: 0 !important;
    height: 26.0416666667vw;
  }
}
section.enepaDetail .enepaDetail__itemgroup-item-data-scroll-unit {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media screen and (max-width: 1600px) {
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__itemgroup-item-data-scroll-unit {
    padding-top: 0vw !important;
    align-content: center !important;
  }
}
section.enepaDetail .enepaDetail__itemgroup-item-data-scroll-unit:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 1600px) {
  section.enepaDetail .enepaDetail__itemgroup-item-data-scroll-unit:not(:last-child) {
    margin-bottom: 5.787037037vw;
  }
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__itemgroup-item-data-scroll-unit:not(:last-child) {
    margin-bottom: 6.5104166667vw !important;
  }
}
@media screen and (max-width: 768px) {
  section.enepaDetail .enepaDetail__itemgroup-item-data-scroll-unit:first-child {
    padding-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  section.enepaDetail .enepaDetail__itemgroup-item-data-scroll-unit:not(:first-child) {
    padding-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  section.enepaDetail .enepaDetail__itemgroup-item-data-scroll-unit:last-child {
    padding-bottom: 8vw;
  }
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__itemgroup-item-data-scroll-unit:last-child {
    padding-bottom: 1.3020833333vw;
  }
}
@media screen and (max-width: 1600px) {
  section.enepaDetail .enepaDetail__itemgroup-item-data-scroll-unit:last-child {
    margin-bottom: 0vw;
  }
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__itemgroup-item-data-scroll-unit:last-child {
    margin-bottom: 0vw !important;
  }
}
section.enepaDetail .enepaDetail__itemgroup-item-data h3 {
  font-size: 29px;
  line-height: 1.8;
  margin-bottom: 1em;
}
@media screen and (max-width: 1600px) {
  section.enepaDetail .enepaDetail__itemgroup-item-data h3 {
    font-size: 1.8vw;
  }
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__itemgroup-item-data h3 {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  section.enepaDetail .enepaDetail__itemgroup-item-data h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 0.6em;
  }
}
section.enepaDetail .enepaDetail__itemgroup-item-data p {
  text-align: justify;
  font-size: 19px;
}
@media screen and (max-width: 1600px) {
  section.enepaDetail .enepaDetail__itemgroup-item-data p {
    font-size: 1.1vw;
  }
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__itemgroup-item-data p {
    font-size: 1.6927083333vw;
  }
}
@media screen and (max-width: 768px) {
  section.enepaDetail .enepaDetail__itemgroup-item-data p {
    font-size: 3.2vw;
    line-height: 1.8;
  }
}
section.enepaDetail .enepaDetail__itemgroup-item-image {
  display: flex;
  align-items: center;
  align-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .isTablet.noLandscape section.enepaDetail .enepaDetail__itemgroup-item-image {
    padding-right: 0px;
  }
}
section.enepaDetail .enepaDetail__itemgroup-item-image-data {
  width: 673px;
  aspect-ratio: 674/500;
  line-height: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  section.enepaDetail .enepaDetail__itemgroup-item-image-data {
    width: 100%;
  }
}
.spMode.isTablet.isLandscape section.enepaDetail .enepaDetail__itemgroup-item-image-data {
  position: relative;
  display: flex;
  align-items: center;
  background: #369;
}
section.enepaDetail .enepaDetail__itemgroup-item-image-data-wrap {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 674/500;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}
.spMode.isTablet.isLandscape section.enepaDetail .enepaDetail__itemgroup-item-image-data-wrap {
  width: 100%;
  height: auto;
}
section.enepaDetail .enepaDetail__itemgroup-item-image-data img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 300ms ease;
}
section.enepaDetail .enepaDetail__itemgroup-item-image-data img.in {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  section.enepaDetail .enepaDetail__itemgroup-item-image {
    padding: 0;
  }
}
section.enepaDetail .enepaDetail__itemnavi {
  display: flex;
  justify-content: center;
}
section.enepaDetail .enepaDetail__itemnavi-wrap {
  position: relative;
}
section.enepaDetail .enepaDetail__itemnavi-wrap-menu {
  display: flex;
  justify-content: center;
}
section.enepaDetail .enepaDetail__itemnavi-wrap-menu::before {
  content: "";
  display: inline;
  width: 1px;
  height: 80%;
  background: #fff;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
}
section.enepaDetail .enepaDetail__itemnavi-wrap-menu-single::before {
  display: none;
}
section.enepaDetail .enepaDetail__itemnavi-wrap-menu-btn {
  padding: 0px 75px;
  font-family: "Syncopate", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 70px;
  line-height: 1;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 0.01em #fff;
  text-stroke: 0.01em #fff;
  transition: 300ms ease;
}
@media screen and (max-width: 1400px) {
  section.enepaDetail .enepaDetail__itemnavi-wrap-menu-btn {
    padding: 0px 35px;
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  section.enepaDetail .enepaDetail__itemnavi-wrap-menu-btn {
    padding: 0 5.3333333333vw;
    font-size: 6.4vw;
    -webkit-text-stroke: 0.02em #fff;
    text-stroke: 0.02em #fff;
  }
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__itemnavi-wrap-menu-btn {
    font-size: 3.7760416667vw;
  }
}
section.enepaDetail .enepaDetail__itemnavi-wrap-menu-btn span {
  display: inline-block;
  transform: translate(0, 5%);
}
section.enepaDetail .enepaDetail__itemnavi-wrap-menu-btn::after {
  content: "";
  display: inline;
  line-height: 1;
  width: 74px;
  height: 16px;
  position: absolute;
  top: 50%;
  background: url(../img/parts/link_arrow_r.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  section.enepaDetail .enepaDetail__itemnavi-wrap-menu-btn::after {
    width: 37px;
    height: 8px;
  }
}
@media screen and (max-width: 768px) {
  section.enepaDetail .enepaDetail__itemnavi-wrap-menu-btn::after {
    width: 6.4vw;
    height: 1.6vw;
    background: url(../img/parts/link_arrow_r_sp.svg) center center no-repeat;
    background-size: contain;
  }
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__itemnavi-wrap-menu-btn::after {
    width: 3.90625vw;
    height: 1.3020833333vw;
  }
}
section.enepaDetail .enepaDetail__itemnavi-wrap-menu-btn-prev {
  padding-left: 110px;
}
@media screen and (max-width: 1400px) {
  section.enepaDetail .enepaDetail__itemnavi-wrap-menu-btn-prev {
    padding-left: 55px;
  }
}
@media screen and (max-width: 768px) {
  section.enepaDetail .enepaDetail__itemnavi-wrap-menu-btn-prev {
    padding-right: 4vw;
    padding-left: 8.8vw;
  }
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__itemnavi-wrap-menu-btn-prev {
    padding-right: 1.953125vw;
    padding-left: 5.2083333333vw;
  }
}
section.enepaDetail .enepaDetail__itemnavi-wrap-menu-btn-prev::after {
  left: 0;
  transform: translate(0, -100%) scale(-1, 1);
}
body.notTouchDevice section.enepaDetail .enepaDetail__itemnavi-wrap-menu-btn-prev:hover {
  transform: translate(-5%, 0%);
}
section.enepaDetail .enepaDetail__itemnavi-wrap-menu-btn-next {
  padding-right: 110px;
}
@media screen and (max-width: 1400px) {
  section.enepaDetail .enepaDetail__itemnavi-wrap-menu-btn-next {
    padding-right: 55px;
  }
}
@media screen and (max-width: 768px) {
  section.enepaDetail .enepaDetail__itemnavi-wrap-menu-btn-next {
    padding-left: 4vw;
    padding-right: 8.8vw;
  }
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__itemnavi-wrap-menu-btn-next {
    padding-left: 1.953125vw;
    padding-right: 5.2083333333vw;
  }
}
section.enepaDetail .enepaDetail__itemnavi-wrap-menu-btn-next::after {
  right: 0;
  transform: translate(0, -100%);
}
body.notTouchDevice section.enepaDetail .enepaDetail__itemnavi-wrap-menu-btn-next:hover {
  transform: translate(5%, 0%);
}
section.enepaDetail .enepaDetail__itemnavi-wrap-mark {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(100%, -40%) scale(0.5);
}
section.enepaDetail .enepaDetail__itemnavi-wrap-mark div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/parts/question/question.png) 0px 0 no-repeat;
  background-size: auto 100%;
  animation: fuwari 4s steps(39) infinite 300ms;
  animation-delay: 1000ms;
}
@media screen and (max-width: 1400px) {
  section.enepaDetail .enepaDetail__itemnavi-wrap-mark {
    transform: translate(80%, -45%) scale(0.25);
  }
}
@media screen and (max-width: 768px) {
  section.enepaDetail .enepaDetail__itemnavi-wrap-mark {
    transform: translate(60%, -48%) scale(0.25) rotate(10deg);
    right: -4vw;
  }
  .spMode.isTablet.noLandscape section.enepaDetail .enepaDetail__itemnavi-wrap-mark {
    transform: translate(60%, -48%) scale(0.35) rotate(10deg);
    right: -3.90625vw;
  }
}
section.enepa_detail-footer {
  position: relative;
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  section.enepa_detail-footer {
    padding: 8vw 0;
  }
}
.spMode.isTablet.noLandscape section.enepa_detail-footer {
  padding: 7.8125vw 0;
}

@keyframes scrolldown {
  0% {
    width: 0%;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0%;
    left: auto;
    right: 0;
  }
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes ticker2 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}