@charset "UTF-8";
/*
  # =================================================================
  # Global selectors
  # =================================================================
*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

em {
  font-style: normal;
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

img,
video {
  max-width: 100%;
  width: 100%;
  height: auto;
}

sub {
  bottom: 0;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  appearance: none;
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* ==========================================================================
 Base
========================================================================== */
html {
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar {
  display: none;
}

body {
  overflow: hidden;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}

ul {
  list-style: none;
}

sup {
  font-size: 0.6em;
}

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

em {
  font-style: normal;
}

* {
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: none;
}

@media screen and (max-width: 601px) {
  .is-hideSp {
    display: none;
  }
}

@media screen and (min-width: 1981px) {
  .is-hidePc {
    display: none;
  }
}

.ib {
  display: inline-block;
}

@media screen and (max-width: 601px) {
  sup {
    font-size: 0.6em;
  }
}
.l-contents__mv {
  background: #000;
  overflow: hidden;
}
.l-contents__title {
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
  opacity: 0;
  letter-spacing: normal;
}
.l-contents__title--mbs {
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 600px) {
  .l-contents__title--mbs {
    margin-bottom: 7.7333333333vw;
  }
}
.l-contents__title.js-sticky-title-1, .l-contents__title.js-sticky-title-2, .l-contents__title.js-sticky-title-3 {
  color: #fff;
  position: static;
  top: 0vw;
  left: 8.3333333333vw;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .l-contents__title.js-sticky-title-1, .l-contents__title.js-sticky-title-2, .l-contents__title.js-sticky-title-3 {
    top: 120vw;
    left: 8vw;
  }
}
.l-contents__title.is-fixed {
  position: fixed;
}
.l-contents__title.is-visible {
  opacity: 1;
}
.l-contents__title.is-sticky {
  color: #fff;
}
.l-contents__title.is-color {
  color: #6464E6;
}
.l-contents__titleSub {
  margin-top: 4.1666666667vw;
  margin-bottom: 2.9166666667vw;
}
@media screen and (max-width: 600px) {
  .l-contents__titleSub {
    margin-top: 6.1333333333vw;
    margin-bottom: 6.4vw;
  }
}
.l-contents__button {
  margin-top: 2.9166666667vw;
}
@media screen and (max-width: 600px) {
  .l-contents__button {
    display: none;
  }
}
.l-contents__buttonSp {
  display: none;
}
@media screen and (max-width: 600px) {
  .l-contents__buttonSp {
    max-width: 42.6666666667vw;
    margin-top: 8vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.l-contents__sec {
  background: #fff;
  position: relative;
}
.l-contents__sec__title {
  padding-top: 7.9166666667vw;
  top: 0vw;
  margin-left: 8.3333333333vw;
}
.l-contents__spacer {
  height: 360px;
  background: #6464E6;
}
.l-contents__row {
  padding-top: 3.125vw;
  padding-left: 4.1666666667vw;
  padding-right: 4.1666666667vw;
  padding-bottom: 3.125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .l-contents__row {
    display: block;
    padding-top: 10.6666666667vw;
    padding-left: 8vw;
    padding-right: 8vw;
    padding-bottom: 8vw;
  }
}
.l-contents__row--tran {
  padding-top: 5.3333333333vw;
  padding-bottom: 8vw;
  background: transparent;
}
@media screen and (max-width: 600px) {
  .l-contents__row--tran {
    padding-top: 10.6666666667vw;
    padding-bottom: 8vw;
  }
}
.l-contents__row--img {
  padding-top: 6rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 991px) {
  .l-contents__row--img {
    padding-top: 4.6rem;
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .l-contents__row--img {
    padding-top: 2.6rem;
    padding-bottom: 4.5rem;
  }
}

.l-contents__row__box {
  padding-top: 1.6666666667vw;
  padding-left: 4.1666666667vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40.2777777778vw;
          flex: 0 0 40.2777777778vw;
}
@media screen and (max-width: 600px) {
  .l-contents__row__box {
    padding-top: 0;
    padding-left: 0;
  }
}
.l-contents__row__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.8333333333vw;
          flex: 0 0 45.8333333333vw;
  max-height: calc(100vh - 12.5vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-transition: -webkit-clip-path 0.35s ease;
  transition: -webkit-clip-path 0.35s ease;
  transition: clip-path 0.35s ease;
  transition: clip-path 0.35s ease, -webkit-clip-path 0.35s ease;
  position: relative;
}
.l-contents__row__img::after {
  width: 100%;
  height: 100%;
  background: #6464E6;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: -webkit-clip-path 0.5s ease 0.35s;
  transition: -webkit-clip-path 0.5s ease 0.35s;
  transition: clip-path 0.5s ease 0.35s;
  transition: clip-path 0.5s ease 0.35s, -webkit-clip-path 0.5s ease 0.35s;
  -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
}
.l-contents__row__img.is-active::after {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
@media screen and (max-width: 600px) {
  .l-contents__row__img {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 600px) {
  .l-contents__row__img picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.l-contents__row__img img {
  width: 45.8333333333vw;
  height: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .l-contents__row__img img {
    width: 100%;
    height: auto;
  }
}
.l-contents__imgBox {
  width: 100%;
  max-height: calc(100vh - 8.3333333333vw);
  padding: 4.1666666667vw;
  will-change: padding;
  position: relative;
}
@media screen and (max-width: 600px) {
  .l-contents__imgBox {
    padding: 5.3333333333vw;
  }
}
.l-contents__imgBox video,
.l-contents__imgBox img {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 8.3333333333vw);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .l-contents__imgBox video,
  .l-contents__imgBox img {
    aspect-ratio: 1;
  }
}
.l-contents__imgBox iframe {
  max-width: none;
  width: auto;
  min-width: 100%;
  height: 120%;
  aspect-ratio: 16/9;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: -10%;
  right: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-contents__imgBox__wrap {
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 600px) {
  .l-contents__imgBox__wrap {
    padding-top: 100%;
  }
}
.l-contents__fixTitle {
  opacity: 0;
  position: absolute;
  top: 9.7222222222vw;
  left: 8.3333333333vw;
  letter-spacing: normal;
  pointer-events: none;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .l-contents__fixTitle {
    top: 18.6666666667vw;
    left: 8vw;
  }
}
.l-contents__fixTitle.is-visible {
  opacity: 1;
}
.l-contents__fixTitle.is-visible svg {
  opacity: 1;
}
.l-contents__fixTitle.is-sticky {
  position: fixed;
}
.l-contents__fixTitle.is-color {
  color: #6464E6;
}
.l-contents__fixTitle svg {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

.l-footer {
  position: relative;
  z-index: 100;
}
.l-footer__head {
  padding: 60px 60px 90px;
  background: #F0F0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 601px) {
  .l-footer__head {
    gap: 2.7777777778vw;
  }
}
@media screen and (max-width: 980px) {
  .l-footer__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 801px) {
  .l-footer__head {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 47px;
    gap: 27px 60px;
  }
}
@media screen and (max-width: 600px) {
  .l-footer__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 27px 30px;
  }
}
.l-footer__logo {
  width: 170px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  padding-top: 6px;
}
@media screen and (min-width: 601px) and (max-width: 991px) {
  .l-footer__logo {
    width: 115px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 115px;
            flex: 0 0 115px;
  }
}
@media screen and (max-width: 980px) {
  .l-footer__logo {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.l-footer__logo img {
  max-width: 129px;
  width: 100%;
}
@media screen and (min-width: 601px) and (max-width: 991px) {
  .l-footer__logo img {
    max-width: 100px;
  }
}
@media screen and (max-width: 600px) {
  .l-footer__logo img {
    max-width: 86px;
  }
}
.l-footer__linkList {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
@media screen and (max-width: 600px) {
  .l-footer__linkList {
    min-width: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.l-footer__linkList__wrap {
  margin-bottom: 15px;
  color: #666;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
}
@media screen and (min-width: 601px) and (max-width: 991px) {
  .l-footer__linkList__wrap {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  .l-footer__linkList__wrap {
    font-size: 1rem;
  }
}
.l-footer__linkList__wrap:first-child {
  padding-bottom: 10px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.9px;
}
@media screen and (min-width: 601px) and (max-width: 991px) {
  .l-footer__linkList__wrap:first-child {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .l-footer__linkList__wrap:first-child {
    font-size: 1.5rem;
  }
}
.l-footer__linkList__wrap:first-child a {
  color: #000;
  font-size: 1.5rem;
}
.l-footer__linkList__wrap:first-child a:link, .l-footer__linkList__wrap:first-child a:visited {
  color: #000;
}
.l-footer__linkList__wrap:first-child a:hover {
  color: #6464E6;
}
.l-footer__linkList__wrap a {
  color: #666;
  font-size: 1.4rem;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
.l-footer__linkList__wrap a:link, .l-footer__linkList__wrap a:visited {
  color: #666;
}
.l-footer__linkList__wrap a:hover {
  color: #6464E6;
  text-decoration: underline;
}
.l-footer__bottom {
  padding: 19px 60px 22px 60px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 801px) {
  .l-footer__bottom {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.l-footer__terms {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 600px) {
  .l-footer__terms {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer__terms__wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.l-footer__terms__wrap a {
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
  .l-footer__terms__wrap a {
    font-size: 1rem;
  }
}
.l-footer__terms__wrap a:link, .l-footer__terms__wrap a:visited {
  color: #fff;
}
.l-footer__terms__wrap a:hover {
  color: #6464E6;
}
.l-footer__copyright {
  color: #fff;
  text-align: right;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.52px;
}
@media screen and (max-width: 600px) {
  .l-footer__copyright {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    font-size: 1rem;
  }
}

.l-header {
  padding: 30px 60px 30px 60px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.175s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.175s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.175s ease, transform 0.35s ease;
  transition: opacity 0.175s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
@media screen and (max-width: 801px) {
  .l-header {
    padding-top: 22px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 22px;
  }
}
.l-header.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.l-header.is-styleWt {
  background: rgba(255, 255, 255, 0.8);
}
.l-header.is-styleWt .l-header__logo svg {
  fill: #6464E6;
}
.l-header.is-styleWt .l-header__gnav__list a {
  color: #000;
}
.l-header.is-styleWt .l-header__gnav__list a:link, .l-header.is-styleWt .l-header__gnav__list a:visited {
  color: #000;
}
.l-header.is-styleWt .l-header__gnav__list a:hover {
  color: #6464E6;
  text-decoration: underline;
}
.l-header.is-styleWt .l-header__button {
  border-color: #6464E6;
}
@media screen and (min-width: 601px) {
  .l-header.is-styleWt .l-header__button:hover {
    background: #6464E6;
  }
  .l-header.is-styleWt .l-header__button:hover .l-header__button__text {
    color: #fff;
  }
  .l-header.is-styleWt .l-header__button:hover .l-header__button__arrow {
    stroke: #fff;
  }
}
.l-header.is-styleWt .l-header__button__text {
  color: #6464E6;
}
.l-header.is-styleWt .l-header__button__arrow {
  stroke: #6464E6;
}
.l-header.is-styleWt .l-header__burger__icon {
  fill: #6464E6;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.l-header.is-styleWt .l-header__burger__icon:hover {
  opacity: 0.75;
}
.l-header.is-styleWt .l-header__subnav {
  background: rgba(255, 255, 255, 0.8);
}
.l-header.is-styleWt .l-header__subnav__list a {
  color: #000;
}
.l-header.is-styleWt .l-header__subnav__list a:link, .l-header.is-styleWt .l-header__subnav__list a:visited {
  color: #000;
}
.l-header.is-styleWt .l-header__subnav__list a:hover {
  color: #6464E6;
  text-decoration: underline;
}
.l-header.is-styleWt .l-header__selectLang__separate,
.l-header.is-styleWt .l-header__selectLang__link {
  color: #000;
}
.l-header.is-styleWt .l-header__selectLang__link:link, .l-header.is-styleWt .l-header__selectLang__link:visited {
  color: #000;
}
.l-header.is-styleWt .l-header__selectLang__link:hover {
  color: #6464E6;
  text-decoration: underline;
}
.l-header.is-styleWt .l-header__selectLang__link.is-current {
  color: #6464E6;
}
@media screen and (max-width: 600px) {
  .l-header.is-open {
    background: rgba(255, 255, 255, 0.8);
  }
}
.l-header.is-open .l-header__burger__icon,
.l-header.is-open .l-header__logo svg {
  fill: #6464E6;
}
.l-header.is-open .l-header__gnav__list a,
.l-header.is-open .l-header__gnav__list a:link,
.l-header.is-open .l-header__gnav__list a:visited {
  color: #000;
}
.l-header.is-open .l-header__gnav__list a:hover {
  color: #6464E6;
}
.l-header.is-open .l-header__selectLang__link:link, .l-header.is-open .l-header__selectLang__link:visited {
  color: #000;
}
.l-header.is-open .l-header__selectLang__link:hover {
  color: #6464E6;
  text-decoration: underline;
}
.l-header.is-open .l-header__selectLang__link.is-current {
  color: #6464E6;
}
.l-header.is-open .l-header__button {
  background: #6464E6;
  border-color: #6464E6;
}
@media screen and (min-width: 601px) {
  .l-header.is-open .l-header__button:hover {
    background: #fff;
  }
  .l-header.is-open .l-header__button:hover .l-header__button__text {
    color: #6464E6;
  }
  .l-header.is-open .l-header__button:hover .l-header__button__arrow {
    stroke: #6464E6;
  }
}
.l-header.is-open .l-header__button__text {
  color: #fff;
}
.l-header.is-open .l-header__selectLang__separate {
  color: #000;
}
.l-header.is-open .l-header__subnav {
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.l-header.is-open .l-header__subnav__list a {
  color: #000;
}
.l-header.is-open .l-header__subnav__list a:link, .l-header.is-open .l-header__subnav__list a:visited {
  color: #000;
}
@media screen and (min-width: 601px) {
  .l-header.is-open .l-header__subnav__list a:hover {
    color: #6464E6;
    text-decoration: underline;
  }
}
.l-header.is-open .l-header__button--inq {
  background-color: #FFF;
}

.l-header.is-open .l-header__button--inq .l-header__button__text {
  color: #6464E6;
}
.l-header__logo {
  width: 129px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 129px;
          flex: 0 0 129px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .l-header__logo {
    width: 86px;
    height: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 86px;
            flex: 0 0 86px;
    margin-top: 2px;
  }
}
.l-header__logo svg {
  width: 100%;
  height: auto;
  fill: white;
}
.l-header__gnav {
  margin-left: auto;
  margin-right: 2.7777777778vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  z-index: 2;
}
@media screen and (max-width: 990px) {
  .l-header__gnav {
    display: none;
  }
}
.l-header__gnav__wrap {
  padding-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__gnav__list {
  margin-left: 1.3888888889vw;
  margin-right: 1.3888888889vw;
}
@media screen and (min-width: 989px) and (max-width: 1162px) {
  .l-header__gnav__list {
    margin-left: 0.6944444444vw;
    margin-right: 0.6944444444vw;
  }
}
.l-header__gnav__list a {
  color: #fff;
  font-size: 1.5rem;
  -webkit-transition: color 0.35s ease, -webkit-text-decoration 0.35s ease;
  transition: color 0.35s ease, -webkit-text-decoration 0.35s ease;
  transition: color 0.35s ease, text-decoration 0.35s ease;
  transition: color 0.35s ease, text-decoration 0.35s ease, -webkit-text-decoration 0.35s ease;
}
.l-header__gnav__list a:link, .l-header__gnav__list a:visited {
  color: #fff;
}
@media screen and (min-width: 601px) {
  .l-header__gnav__list a:hover {
    color: #6464E6;
    text-decoration: underline;
  }
}
.l-header__subnav {
  width: 100%;
  padding: 30px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(0, 0, 0);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.l-header__subnav::before {
  width: 100%;
  height: 1px;
  display: block;
  background: #ccc;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 601px) {
  .l-header__subnav.is-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header__subnav__list {
  margin-left: 1.3888888889vw;
  margin-right: 1.3888888889vw;
}
.l-header__subnav__list a {
  color: #fff;
  font-size: 1.5rem;
  -webkit-transition: color 0.35s ease, -webkit-text-decoration 0.35s ease;
  transition: color 0.35s ease, -webkit-text-decoration 0.35s ease;
  transition: color 0.35s ease, text-decoration 0.35s ease;
  transition: color 0.35s ease, text-decoration 0.35s ease, -webkit-text-decoration 0.35s ease;
}
.l-header__subnav__list a:link, .l-header__subnav__list a:visited {
  color: #fff;
}
@media screen and (min-width: 601px) {
  .l-header__subnav__list a:hover {
    color: #6464E6;
    text-decoration: underline;
  }
}
.l-header__button {
  width: 140px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 140px;
          flex: 0 1 140px;
  margin-left: 0;
  margin-right: 1.3888888889vw;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 20px;
  border: 1px solid #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  -webkit-transition: border-color 0.35s ease, background 0.35s ease;
  transition: border-color 0.35s ease, background 0.35s ease;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 601px) and (max-width: 991px) {
  .l-header__button {
    margin-left: auto;
    margin-right: 40px;
  }
}
@media screen and (max-width: 600px) {
  .l-header__button {
    padding-top: 1px;
    padding-bottom: 3px;
    padding-left: 26px;
    padding-right: 26px;
    margin-left: auto;
    margin-right: 25px;
  }
}
.l-header__button--inq {
  margin-right: 10px;
}
@media screen and (max-width: 990px) {
  .l-header__button--inq {
    display: none;
  }
}
.l-header__button.is-open {
  background-color: #6464E6;
}
.l-header__button.is-open .l-header__button__text {
  color: #fff;
}
.l-header__button.is-open .l-header__button__arrow {
  stroke: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 1981px) {
  .l-header__button.is-open:hover {
    background-color: transparent;
  }
}
@media screen and (min-width: 991px) {
  .l-header__button:hover {
    background: #6464E6;
    border-color: #6464E6;
  }
  .l-header__button:hover .l-header__button__text {
    color: #fff;
  }
  .l-header__button:hover .l-header__button__arrow {
    stroke: #fff;
  }
}
.l-header__button__text {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .l-header__button__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header__button__text {
    font-size: 1.25rem;
  }
}
.l-header__button__arrow {
  width: 13px;
  height: 8px;
  margin: auto;
  stroke: #fff;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  -webkit-transition: stroke 0.35s ease;
  transition: stroke 0.35s ease;
}
@media screen and (max-width: 600px) {
  .l-header__button__arrow {
    width: 7px;
    height: 4px;
  }
}
.l-header__selectLang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 990px) {
  .l-header__selectLang {
    display: none;
  }
}
.l-header__selectLang__link, .l-header__selectLang__separate {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: normal;
  -webkit-transition: color 0.35s ease, -webkit-text-decoration 0.35s ease;
  transition: color 0.35s ease, -webkit-text-decoration 0.35s ease;
  transition: color 0.35s ease, text-decoration 0.35s ease;
  transition: color 0.35s ease, text-decoration 0.35s ease, -webkit-text-decoration 0.35s ease;
}
.l-header__selectLang__link {
  color: #fff;
}
.l-header__selectLang__link:link, .l-header__selectLang__link:visited {
  color: #fff;
}
.l-header__selectLang__link:hover {
  color: #6464E6;
  text-decoration: underline;
}
.l-header__selectLang__link.is-current {
  color: #6464E6;
}
.l-header__selectLang__link.is-current:link, .l-header__selectLang__link.is-current:visited {
  color: #6464E6;
  text-decoration: underline;
}
.l-header__burger {
  width: 30px;
  height: 21px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 991px) {
  .l-header__burger {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .l-header__burger {
    width: 20px;
    height: 21px;
  }
}
.l-header__burger__icon {
  width: 100%;
  height: auto;
  -webkit-transition: fill 0.35s ease;
  transition: fill 0.35s ease;
  fill: #fff;
}
@media screen and (min-width: 1981px) {
  .l-header__burger__icon:hover {
    fill: #6464E6;
  }
}
.l-header-productMenu {
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: -webkit-clip-path 0.35s ease;
  transition: -webkit-clip-path 0.35s ease;
  transition: clip-path 0.35s ease;
  transition: clip-path 0.35s ease, -webkit-clip-path 0.35s ease;
}
.l-header-productMenu.is-open {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  overflow-y: scroll;
}
.l-header-productMenu__cont {
  margin-top: 97px;
  padding-top: 30px;
  /* padding-bottom: 28px; */
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.5555555556vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .l-header-productMenu__cont {
    margin-top: 72px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
}
.l-header-productMenu__cont::before {
  width: 100%;
  height: 98px;
  display: block;
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
}
.l-header-productMenu__cont::after {
  width: calc(100% - 80px);
  height: 1px;
  margin: auto;
  display: block;
  background: #D9D9D9;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 600px) {
  .l-header-productMenu__cont::after {
    width: calc(100% - 40px);
  }
}
.l-header-productMenu__cont--ja {
  margin-top: 100px;
}
.l-header-productMenu__bg {
  margin: auto;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.l-header-productMenu__list {
  margin-bottom: 32px;
  padding: 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 600px) {
  .l-header-productMenu__list {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
  }
}
.l-header-productMenu__acdArrow {
  width: 11px;
  height: 6px;
  margin: auto;
  stroke: #6464E6;
  display: none;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
}
@media screen and (max-width: 600px) {
  .l-header-productMenu__acdArrow {
    display: block;
  }
}
.l-header-productMenu__category, .l-header-productMenu__link {
  display: block;
  color: #000;
  font-size: 1.5rem;
}
@media screen and (max-width: 600px) {
  .l-header-productMenu__category, .l-header-productMenu__link {
    font-size: 1.4rem;
  }
}
.l-header-productMenu__category {
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .l-header-productMenu__category {
    margin-bottom: 6px;
  }
}
.l-header-productMenu__link {
  margin-bottom: 10px;
  padding-right: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.l-header-productMenu__link:link, .l-header-productMenu__link:visited {
  color: #fff;
}
.l-header-productMenu__link:hover {
  color: #6464E6;
}
@media screen and (min-width: 1981px) {
  .l-header-productMenu__link:nth-child(2n) {
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .l-header-productMenu__link svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6px;
            flex: 0 0 6px;
  }
}
.l-header-productMenu__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9px;
          flex: 0 0 9px;
  margin-right: 8px;
}
.l-header-productMenu__label {
  /* margin-bottom: 24px; */
  color: #6464E6;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
}
.l-header-productMenu__label a {
  color: inherit;
  font-size: inherit;
}
@media screen and (max-width: 600px) {
  .l-header-productMenu__label {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}
.l-header-productMenu__label.is-open {
  margin-bottom: 24px;
}
.l-header-productMenu__label.is-open .l-header-productMenu__acdArrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-header-productMenu__box {
  display: block;
}
@media screen and (max-width: 600px) {
  .l-header-productMenu__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-header-productMenu__data {
  display: none;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .l-header-productMenu__data {
    margin-bottom: 8px;
  }
}
.l-header-productMenu__data:last-child {
  margin-bottom: 0;
}
.l-header-productMenu__txt {
  color: #000;
  font-size: 1.5rem;
}
@media screen and (max-width: 600px) {
  .l-header-productMenu__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-productMenu__txt {
    color: #6464E6;
    text-decoration: underline;
  }
}
@media screen and (min-width: 600px) {
  .l-header-productMenu__txt:hover {
    color: #6464E6;
    text-decoration: underline;
  }
}
.l-header-burgerMenu {
  margin: auto;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  opacity: 0;
  -webkit-transition: opacity 0.175s ease;
  transition: opacity 0.175s ease;
}
.l-header-burgerMenu.is-open {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
}
.l-header-burgerMenu.is-open .l-header-burgerMenu__cont {
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-header-burgerMenu__cont {
  max-width: 360px;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  background: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow: auto;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .l-header-burgerMenu__cont {
    max-width: 430px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-header-burgerMenu__close {
  padding-right: 40px;
  padding-top: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  text-align: right;
  position: relative;
}
@media screen and (max-width: 600px) {
  .l-header-burgerMenu__close {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 0;
  }
}
.l-header-burgerMenu__close__icon {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 600px) {
  .l-header-burgerMenu__close__icon {
    width: 23px;
    height: 23px;
  }
}
.l-header-burgerMenu__logoSp {
  width: 107px;
  display: none;
  position: absolute;
  left: 0;
  bottom: 20px;
}
@media screen and (max-width: 600px) {
  .l-header-burgerMenu__logoSp {
    width: 86px;
    display: block;
  }
}
.l-header-burgerMenu__logoSp svg {
  width: 100%;
  height: auto;
}
.l-header-burgerMenu__list {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.l-header-burgerMenu__linkBox {
  margin-bottom: 15px;
}
.l-header-burgerMenu__linkBox:last-child {
  margin-bottom: 0;
}
.l-header-burgerMenu__label {
  margin-bottom: 18px;
  color: #6464E6;
  font-size: 1.8rem;
}
@media screen and (max-width: 600px) {
  .l-header-burgerMenu__label {
    font-size: 1.5rem;
  }
}
.l-header-burgerMenu__txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 25px);
          flex: 0 0 calc(100% - 25px);
  font-size: 1.8rem;
}
@media screen and (max-width: 600px) {
  .l-header-burgerMenu__txt {
    font-size: 1.5rem;
  }
}
.l-header-burgerMenu__arrow {
  margin-left: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13px;
          flex: 0 0 13px;
}
@media screen and (max-width: 600px) {
  .l-header-burgerMenu__arrow {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7px;
            flex: 0 0 7px;
    stroke-width: 3px;
  }
}
.l-header-burgerMenu__link {
  max-width: 250px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .l-header-burgerMenu__link {
    max-width: 100%;
  }
}
.l-header-burgerMenu__btn {
  max-width: 240px;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .l-header-burgerMenu__btn {
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-header-burgerMenu__bg {
  margin: auto;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.l-header-2nd-layer {
  padding: 30px 60px 30px 60px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(255, 255, 255);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
@media screen and (max-width: 801px) {
  .l-header-2nd-layer {
    padding-top: 22px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 22px;
  }
}
.l-header-2nd-layer__logo {
  width: 129px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 129px;
          flex: 0 0 129px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .l-header-2nd-layer__logo {
    width: 86px;
    height: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 86px;
            flex: 0 0 86px;
    margin-top: 2px;
  }
}
.l-header-2nd-layer__logo svg {
  width: 100%;
  height: auto;
  fill: #6464E6;
}
.l-header-2nd-layer__gnav {
  margin-left: auto;
  margin-right: 1.0416666667vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  z-index: 2;
}
@media screen and (max-width: 990px) {
  .l-header-2nd-layer__gnav {
    display: none;
  }
}
.l-header-2nd-layer__gnav__wrap {
  padding-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-2nd-layer__gnav__list {
  margin-left: 1.3888888889vw;
  margin-right: 1.3888888889vw;
}
@media screen and (min-width: 989px) and (max-width: 1162px) {
  .l-header-2nd-layer__gnav__list {
    margin-left: 0.6944444444vw;
    margin-right: 0.6944444444vw;
  }
}
.l-header-2nd-layer__gnav__list a {
  font-size: 1.5rem;
  color: #000;
  -webkit-transition: color 0.35s ease, -webkit-text-decoration 0.35s ease;
  transition: color 0.35s ease, -webkit-text-decoration 0.35s ease;
  transition: color 0.35s ease, text-decoration 0.35s ease;
  transition: color 0.35s ease, text-decoration 0.35s ease, -webkit-text-decoration 0.35s ease;
}
.l-header-2nd-layer__gnav__list a:link, .l-header-2nd-layer__gnav__list a:visited {
  color: #000;
}
@media screen and (min-width: 601px) {
  .l-header-2nd-layer__gnav__list a:hover {
    color: #6464E6;
    text-decoration: underline;
  }
}
.l-header-2nd-layer__subnav {
  width: 100%;
  padding: 30px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ccc;
}
.l-header-2nd-layer__subnav::before {
  width: 100%;
  height: 1px;
  display: block;
  background: #ccc;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 601px) {
  .l-header-2nd-layer__subnav.is-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header-2nd-layer__subnav__list {
  margin-left: 1.3888888889vw;
  margin-right: 1.3888888889vw;
}
.l-header-2nd-layer__subnav__list a {
  color: #000;
  font-size: 1.5rem;
  -webkit-transition: color 0.35s ease, -webkit-text-decoration 0.35s ease;
  transition: color 0.35s ease, -webkit-text-decoration 0.35s ease;
  transition: color 0.35s ease, text-decoration 0.35s ease;
  transition: color 0.35s ease, text-decoration 0.35s ease, -webkit-text-decoration 0.35s ease;
}
.l-header-2nd-layer__subnav__list a:link, .l-header-2nd-layer__subnav__list a:visited {
  color: #000;
}
@media screen and (min-width: 601px) {
  .l-header-2nd-layer__subnav__list a:hover {
    color: #6464E6;
    text-decoration: underline;
  }
}
.l-header-2nd-layer__button {
  width: 140px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 140px;
          flex: 0 1 140px;
  margin-left: 0;
  margin-right: 1.3888888889vw;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 20px;
  border: 1px solid #6464E6;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: border-color 0.35s ease, background 0.35s ease;
  transition: border-color 0.35s ease, background 0.35s ease;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 601px) and (max-width: 991px) {
  .l-header-2nd-layer__button {
    margin-left: auto;
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .l-header-2nd-layer__button {
    padding-top: 1px;
    padding-bottom: 3px;
    padding-left: 26px;
    padding-right: 26px;
    margin-left: auto;
    margin-right: 25px;
  }
}
.l-header-2nd-layer__button--inq {
  margin-right: 10px;
}
@media screen and (max-width: 990px) {
  .l-header-2nd-layer__button--inq {
    display: none;
  }
}
.l-header-2nd-layer__button.is-open {
  background-color: #6464E6;
}
.l-header-2nd-layer__button.is-open .l-header-2nd-layer__button__text {
  color: #fff;
}
.l-header-2nd-layer__button.is-open .l-header-2nd-layer__button__arrow {
  stroke: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 1981px) {
  .l-header-2nd-layer__button.is-open:hover {
    background-color: transparent;
  }
}
@media screen and (min-width: 991px) {
  .l-header-2nd-layer__button:hover {
    background: #6464E6;
    border-color: #6464E6;
  }
  .l-header-2nd-layer__button:hover .l-header-2nd-layer__button__text {
    color: #fff;
  }
  .l-header-2nd-layer__button:hover .l-header-2nd-layer__button__arrow {
    stroke: #fff;
  }
}
.l-header-2nd-layer__button__text {
  color: #6464E6;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .l-header-2nd-layer__button__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-2nd-layer__button__text {
    font-size: 1.25rem;
  }
}
.l-header-2nd-layer__button__arrow {
  width: 13px;
  height: 8px;
  margin: auto;
  stroke: #6464E6;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  -webkit-transition: stroke 0.35s ease;
  transition: stroke 0.35s ease;
}
@media screen and (max-width: 600px) {
  .l-header-2nd-layer__button__arrow {
    width: 7px;
    height: 4px;
  }
}
.l-header-2nd-layer__selectLang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 990px) {
  .l-header-2nd-layer__selectLang {
    display: none;
  }
}
.l-header-2nd-layer__selectLang__link, .l-header-2nd-layer__selectLang__separate {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: normal;
  -webkit-transition: color 0.35s ease, -webkit-text-decoration 0.35s ease;
  transition: color 0.35s ease, -webkit-text-decoration 0.35s ease;
  transition: color 0.35s ease, text-decoration 0.35s ease;
  transition: color 0.35s ease, text-decoration 0.35s ease, -webkit-text-decoration 0.35s ease;
}
.l-header-2nd-layer__selectLang__link {
  color: #000;
}
.l-header-2nd-layer__selectLang__link:link, .l-header-2nd-layer__selectLang__link:visited {
  color: #000;
}
.l-header-2nd-layer__selectLang__link:hover {
  color: #6464E6;
  text-decoration: underline;
}
.l-header-2nd-layer__selectLang__link.is-current {
  color: #6464E6;
}
.l-header-2nd-layer__selectLang__link.is-current:link, .l-header-2nd-layer__selectLang__link.is-current:visited {
  color: #6464E6;
  text-decoration: underline;
}
.l-header-2nd-layer__burger {
  width: 30px;
  height: 21px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 991px) {
  .l-header-2nd-layer__burger {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .l-header-2nd-layer__burger {
    width: 20px;
    height: 21px;
  }
}
.l-header-2nd-layer__burger__icon {
  width: 100%;
  height: auto;
  -webkit-transition: fill 0.35s ease;
  transition: fill 0.35s ease;
  fill: #6464E6;
}
@media screen and (min-width: 1981px) {
  .l-header-2nd-layer__burger__icon:hover {
    fill: #6464E6;
  }
}
.l-header-2nd-layer-productMenu {
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: -webkit-clip-path 0.35s ease;
  transition: -webkit-clip-path 0.35s ease;
  transition: clip-path 0.35s ease;
  transition: clip-path 0.35s ease, -webkit-clip-path 0.35s ease;
}
.l-header-2nd-layer-productMenu.is-open {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  overflow-y: scroll;
}
.l-header-2nd-layer-productMenu__cont {
  margin-top: 97px;
  padding-top: 30px;
  padding-bottom: 28px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.5555555556vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .l-header-2nd-layer-productMenu__cont {
    margin-top: 72px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
}
.l-header-2nd-layer-productMenu__cont::before {
  width: 100%;
  height: 98px;
  display: block;
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
}
.l-header-2nd-layer-productMenu__cont::after {
  width: calc(100% - 80px);
  height: 1px;
  margin: auto;
  display: block;
  background: #D9D9D9;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 600px) {
  .l-header-2nd-layer-productMenu__cont::after {
    width: calc(100% - 40px);
  }
}
.l-header-2nd-layer-productMenu__cont--ja {
  margin-top: 100px;
}
.l-header-2nd-layer-productMenu__bg {
  margin: auto;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.l-header-2nd-layer-productMenu__list {
  margin-bottom: 32px;
  padding: 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 600px) {
  .l-header-2nd-layer-productMenu__list {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
  }
}
.l-header-2nd-layer-productMenu__acdArrow {
  width: 11px;
  height: 6px;
  margin: auto;
  stroke: #6464E6;
  display: none;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
}
@media screen and (max-width: 600px) {
  .l-header-2nd-layer-productMenu__acdArrow {
    display: block;
  }
}
.l-header-2nd-layer-productMenu__category, .l-header-2nd-layer-productMenu__link {
  display: block;
  color: #000;
  font-size: 1.5rem;
}
@media screen and (max-width: 600px) {
  .l-header-2nd-layer-productMenu__category, .l-header-2nd-layer-productMenu__link {
    font-size: 1.4rem;
  }
}
.l-header-2nd-layer-productMenu__category {
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .l-header-2nd-layer-productMenu__category {
    margin-bottom: 6px;
  }
}
.l-header-2nd-layer-productMenu__link {
  margin-bottom: 10px;
  padding-right: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.l-header-2nd-layer-productMenu__link:link, .l-header-2nd-layer-productMenu__link:visited {
  color: #fff;
}
.l-header-2nd-layer-productMenu__link:hover {
  color: #6464E6;
}
@media screen and (min-width: 1981px) {
  .l-header-2nd-layer-productMenu__link:nth-child(2n) {
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .l-header-2nd-layer-productMenu__link svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6px;
            flex: 0 0 6px;
  }
}
.l-header-2nd-layer-productMenu__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9px;
          flex: 0 0 9px;
  margin-right: 8px;
}
.l-header-2nd-layer-productMenu__label {
  margin-bottom: 24px;
  color: #6464E6;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 600px) {
  .l-header-2nd-layer-productMenu__label {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}
.l-header-2nd-layer-productMenu__label.is-open {
  margin-bottom: 24px;
}
.l-header-2nd-layer-productMenu__label.is-open .l-header-2nd-layer-productMenu__acdArrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-header-2nd-layer-productMenu__box {
  display: block;
}
@media screen and (max-width: 600px) {
  .l-header-2nd-layer-productMenu__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-header-2nd-layer-productMenu__data {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .l-header-2nd-layer-productMenu__data {
    margin-bottom: 8px;
  }
}
.l-header-2nd-layer-productMenu__data:last-child {
  margin-bottom: 0;
}
.l-header-2nd-layer-productMenu__txt {
  color: #000;
  font-size: 1.5rem;
}
@media screen and (max-width: 600px) {
  .l-header-2nd-layer-productMenu__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-2nd-layer-productMenu__txt {
    color: #6464E6;
    text-decoration: underline;
  }
}
@media screen and (min-width: 600px) {
  .l-header-2nd-layer-productMenu__txt:hover {
    color: #6464E6;
    text-decoration: underline;
  }
}
.l-header-2nd-layer-burgerMenu {
  margin: auto;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  opacity: 0;
  -webkit-transition: opacity 0.175s ease;
  transition: opacity 0.175s ease;
}
.l-header-2nd-layer-burgerMenu.is-open {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
}
.l-header-2nd-layer-burgerMenu.is-open .l-header-2nd-layer-burgerMenu__cont {
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-header-2nd-layer-burgerMenu__cont {
  max-width: 360px;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  background: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow: auto;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .l-header-2nd-layer-burgerMenu__cont {
    max-width: 430px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-header-2nd-layer-burgerMenu__close {
  padding-right: 40px;
  padding-top: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  text-align: right;
  position: relative;
}
@media screen and (max-width: 600px) {
  .l-header-2nd-layer-burgerMenu__close {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 0;
  }
}
.l-header-2nd-layer-burgerMenu__close__icon {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 600px) {
  .l-header-2nd-layer-burgerMenu__close__icon {
    width: 23px;
    height: 23px;
  }
}
.l-header-2nd-layer-burgerMenu__logoSp {
  width: 107px;
  display: none;
  position: absolute;
  left: 0;
  bottom: 20px;
}
@media screen and (max-width: 600px) {
  .l-header-2nd-layer-burgerMenu__logoSp {
    width: 86px;
    display: block;
  }
}
.l-header-2nd-layer-burgerMenu__logoSp svg {
  width: 100%;
  height: auto;
}
.l-header-2nd-layer-burgerMenu__list {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.l-header-2nd-layer-burgerMenu__linkBox {
  margin-bottom: 15px;
}
.l-header-2nd-layer-burgerMenu__linkBox:last-child {
  margin-bottom: 0;
}
.l-header-2nd-layer-burgerMenu__label {
  margin-bottom: 18px;
  color: #6464E6;
  font-size: 1.8rem;
}
@media screen and (max-width: 600px) {
  .l-header-2nd-layer-burgerMenu__label {
    font-size: 1.5rem;
  }
}
.l-header-2nd-layer-burgerMenu__txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 25px);
          flex: 0 0 calc(100% - 25px);
  font-size: 1.8rem;
}
@media screen and (max-width: 600px) {
  .l-header-2nd-layer-burgerMenu__txt {
    font-size: 1.5rem;
  }
}
.l-header-2nd-layer-burgerMenu__arrow {
  margin-left: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13px;
          flex: 0 0 13px;
}
@media screen and (max-width: 600px) {
  .l-header-2nd-layer-burgerMenu__arrow {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7px;
            flex: 0 0 7px;
    stroke-width: 3px;
  }
}
.l-header-2nd-layer-burgerMenu__link {
  max-width: 250px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .l-header-2nd-layer-burgerMenu__link {
    max-width: 100%;
  }
}
.l-header-2nd-layer-burgerMenu__btn {
  max-width: 240px;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .l-header-2nd-layer-burgerMenu__btn {
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-header-2nd-layer-burgerMenu__bg {
  margin: auto;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.c-button {
  display: inline-block;
  min-width: 20rem;
  height: 4rem;
  padding-left: 2rem;
  padding-right: 5.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #6464E6;
  border-radius: 1.7361111111vw;
  border: 1px solid #6464E6;
  -webkit-transition: color 0.35s ease, background 0.35s ease, border-color 0.35s ease;
  transition: color 0.35s ease, background 0.35s ease, border-color 0.35s ease;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.6rem;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 600px) {
  .c-button {
    padding-left: 5.8666666667vw;
    padding-right: 5.8666666667vw;
    border-radius: 4vw;
    font-size: 4vw;
  }
}
.c-button:link, .c-button:visited {
  color: #fff;
}
.c-button:hover {
  background-color: #fff;
  color: #6464E6;
}
.c-button:hover .c-button__arrow {
  stroke: #6464E6;
}
.c-button--bk {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.c-button--bk:hover {
  background: #ffffff;
  color: #6464E6;
}
.c-button__arrow {
  width: 2.4rem;
  height: 2.4rem;
  margin: auto;
  fill: none;
  stroke: #fff;
  -webkit-transition: stroke 0.35s ease;
  transition: stroke 0.35s ease;
  position: absolute;
  top: 0;
  right: 1.2rem;
  bottom: 0;
}
@media screen and (max-width: 600px) {
  .c-button__arrow {
    width: 4vw;
    height: 4vw;
    right: 2vw;
  }
}

.c-text {
  color: #000;
  font-size: 1.1111111111vw;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 600px) {
  .c-text {
    font-size: 3.7333333333vw;
  }
}
.c-text--c-wt {
  color: #fff;
}

.c-title, .c-title-black, .c-title-sub, .c-title-middle, .c-title-imgBox {
  line-height: normal;
  color: #6464E6;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .c-title, .c-title-black, .c-title-sub, .c-title-middle, .c-title-imgBox {
    font-size: 8vw;
  }
}
.c-title__sq {
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  margin-bottom: 0.6944444444vw;
  display: block;
}
@media screen and (max-width: 600px) {
  .c-title__sq {
    width: 10vw;
    height: 10vw;
    margin-bottom: 1.3333333333vw;
  }
}
.c-title__sq svg {
  width: 100%;
  height: auto;
}
.c-title-imgBox {
  color: #fff;
  font-weight: 700;
}
.c-title-middle {
  color: #fff;
  font-size: 2.7777777778vw;
}
@media screen and (max-width: 1980px) {
  .c-title-middle {
    line-height: 100%;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .c-title-middle {
    font-size: 8vw;
  }
}
.c-title-sub {
  color: #000;
  font-size: 2.0833333333vw;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .c-title-sub {
    font-size: 5.3333333333vw;
  }
}
.c-title-black {
  color: #000;
  font-weight: 500;
}

.p-mv {
  height: 100vh;
  overflow: hidden;
  position: relative;
  will-change: clip-path;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.p-mv.is-fvStyle {
  -webkit-clip-path: inset(100px 60px);
          clip-path: inset(100px 60px);
}
@media screen and (max-width: 600px) {
  .p-mv.is-fvStyle {
    -webkit-clip-path: inset(72px 20px);
            clip-path: inset(72px 20px);
  }
}
.p-mv.is-fvStyle .p-mv__img {
  min-height: 400px;
}
.p-mv.is-fvStyle .p-mv__img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.p-mv__img {
  -webkit-transition: width 0.5s ease, height 0.5s ease;
  transition: width 0.5s ease, height 0.5s ease;
  width: 100vw;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}
.p-mv__img video,
.p-mv__img img {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 600px) {
  .p-mv__img video,
  .p-mv__img img {
    min-height: 650px;
  }
}
.p-mv__img iframe {
  max-width: none;
  width: calc((100vh + 120px) * 16 / 9);
  width: auto;
  min-width: 100%;
  height: 120vh;
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  -webkit-transform: scale(1);
          transform: scale(1);
  position: relative;
  top: -10vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 600px) {
  .p-mv__img iframe {
    min-height: 650px;
  }
}
.p-mv__cont {
  width: 100%;
  margin: auto;
  padding-left: 8.3333333333vw;
  padding-right: 8.3333333333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 602px) and (max-width: 801px) {
  .p-mv__cont {
    padding-left: 9.7222222222vw;
    padding-right: 9.7222222222vw;
  }
}
@media screen and (max-width: 600px) {
  .p-mv__cont {
    margin-top: 43.6vw;
    padding-left: 8vw;
    padding-right: 8vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 0;
  }
}
.p-mv__square {
  width: 11.1111111111vw;
  height: 11.1111111111vw;
  margin-bottom: 2.4305555556vw;
  -webkit-transition: opacity 0.75s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.75s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.75s ease;
  transition: transform 0.5s ease, opacity 0.75s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translate(-40px, 40px);
          transform: translate(-40px, 40px);
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .p-mv__square {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    margin-bottom: 6vw;
  }
}
.p-mv__square.is-visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.p-mv__square .square-small {
  -webkit-transition: opacity 0.75s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.75s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.75s ease;
  transition: transform 0.5s ease, opacity 0.75s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translate(-40px, 40px);
          transform: translate(-40px, 40px);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  opacity: 0.5;
}
.p-mv__square .square-small.is-visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.p-mv__square svg {
  width: 100%;
  height: 100%;
}
.p-mv__title {
  line-height: 1;
  color: #fff;
  font-size: 5.5555555556vw;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 600px) {
  .p-mv__title {
    line-height: 1.2;
    font-size: 8vw;
  }
}
.p-mv__text {
  line-height: normal;
  color: #fff;
  font-size: 1.7361111111vw;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  -webkit-transition: opacity 0.55s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.55s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.55s ease;
  transition: transform 0.35s ease, opacity 0.55s ease, -webkit-transform 0.35s ease;
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}
@media screen and (max-width: 600px) {
  .p-mv__text {
    font-size: 4vw;
  }
}
.p-mv__text.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.p-mv__btn {
  max-width: 16.6666666667vw;
  margin-top: 3.4722222222vw;
  -webkit-transition: opacity 0.55s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.55s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.55s ease;
  transition: transform 0.35s ease, opacity 0.55s ease, -webkit-transform 0.35s ease;
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}
@media screen and (max-width: 600px) {
  .p-mv__btn {
    max-width: 42.6666666667vw;
    margin-top: 40vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-mv__btn.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.p-movie {
  width: 100%;
  cursor: pointer;
}
.p-movie__thumb {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-movie__thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1.4;
}
.p-movie__cont {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-movie__play {
  width: 11.1111111111vw;
  height: 11.1111111111vw;
  margin-bottom: 2.0833333333vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-movie__play {
    width: 16vw;
    height: 16vw;
    margin-bottom: 4vw;
  }
}
.p-movie__play svg {
  width: 100%;
  height: auto;
}
.p-movie__text {
  text-align: center;
  color: #FFF;
  font-size: 2.0833333333vw;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 600px) {
  .p-movie__text {
    font-size: 4vw;
  }
}
.p-movie-wrapper {
  padding-top: 56.25%;
}
@media screen and (max-width: 600px) {
  .p-movie-wrapper {
    padding-top: 100%;
  }
}

.p-wrapper-title-s {
  margin-bottom: 1.9444444444vw;
}
@media screen and (max-width: 600px) {
  .p-wrapper-title-s {
    margin-bottom: 7.7333333333vw;
  }
}
.p-wrapper-intro {
  background: #6464E6;
}
@media screen and (max-width: 600px) {
  .p-wrapper-intro {
    padding-top: 0;
  }
}
.p-wrapper-intro-box {
  padding-top: 2.7777777778vw;
  padding-left: 2.0833333333vw;
}
@media screen and (max-width: 600px) {
  .p-wrapper-intro-box {
    padding-left: 0;
    padding-right: 0;
    padding-top: 8vw;
    padding-bottom: 13.3333333333vw;
  }
}
.p-wrapper-intro-box::after {
  content: none;
}
.p-wrapper-intro-box svg {
  width: 16.6666666667vw;
  height: 16.6666666667vw;
}
@media screen and (max-width: 600px) {
  .p-wrapper-intro-box svg {
    width: 32vw;
    height: 32vw;
  }
}
@media screen and (max-width: 600px) {
  .p-wrapper-intro-btn {
    max-width: 42.6666666667vw;
    margin-top: 8vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.p-wrapper-box {
  padding-top: 6rem;
  padding-bottom: 10rem;
}

@media screen and (max-width: 991px) {
  .p-wrapper-box {
    padding-top: 4.6rem;
    padding-bottom: 7.5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-wrapper-box {
    padding-top: 2.6rem;
    padding-bottom: 4.5rem;
  }
}

.p-figures__title {
  text-align: center;
  margin-bottom: 1.1805555556vw;
}
@media screen and (max-width: 600px) {
  .p-figures__title {
    margin-bottom: 7.7333333333vw;
  }
}
.p-figures__list {
  max-width: 86.1111111111vw;
  margin: 0 auto;
  padding-right: 1.3888888889vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 600px) {
  .p-figures__list {
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 9.3333333333vw 0;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.p-figures__list__wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18.4722222222vw;
          flex: 0 0 18.4722222222vw;
}
@media screen and (max-width: 600px) {
  .p-figures__list__wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.p-figures__img {
  min-height: 10.4166666667vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .p-figures__img {
    min-height: 20vw;
  }
}
.p-figures__img--1 {
  max-width: 11.8055555556vw;
}
@media screen and (max-width: 600px) {
  .p-figures__img--1 {
    max-width: 22.6666666667vw;
  }
}
.p-figures__img--2 {
  max-width: 9.375vw;
}
@media screen and (max-width: 600px) {
  .p-figures__img--2 {
    max-width: 18vw;
  }
}
.p-figures__img--3 {
  max-width: 6.9444444444vw;
}
@media screen and (max-width: 600px) {
  .p-figures__img--3 {
    max-width: 13.3333333333vw;
  }
}
.p-figures__img--4 {
  max-width: 17.9861111111vw;
}
@media screen and (max-width: 600px) {
  .p-figures__img--4 {
    max-width: 34.5333333333vw;
  }
}
.p-figures__text {
  margin-top: 1.3888888889vw;
  text-align: center;
  color: #000;
  font-size: 1.3888888889vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 600px) {
  .p-figures__text {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.p-figures__text em {
  display: block;
  color: #6464E6;
  font-family: "Akshar", sans-serif;
  font-size: 4.1666666667vw;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .p-figures__text em {
    font-size: 10.6666666667vw;
  }
}
.p-figures__text small {
  color: #6464E6;
  font-family: "Akshar", sans-serif;
  font-size: 20px;
  font-size: 1.3888888889vw;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .p-figures__text small {
    font-size: 3.3333333333vw;
  }
}
.p-figures__btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .p-figures__btn {
    max-width: 42.6666666667vw;
    margin-top: 10.6666666667vw;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .p-news {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.p-news__title {
  text-align: center;
  margin-bottom: 1.1805555556vw;
}
@media screen and (max-width: 600px) {
  .p-news__title {
    margin-bottom: 4.4vw;
  }
}
.p-news__tab {
  max-width: 73.6111111111vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.3611111111vw;
}
@media screen and (max-width: 600px) {
  .p-news__tab {
    margin-bottom: 6.6666666667vw;
  }
}
.p-news__list {
  max-width: 73.6111111111vw;
  margin: 0 auto;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  .p-news__list {
    max-width: 100%;
  }
}
.p-news__list__wrap {
  padding-top: 1.6666666667vw;
  padding-bottom: 1.6666666667vw;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  .p-news__list__wrap {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.p-news__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6666666667vw;
}
@media screen and (max-width: 600px) {
  .p-news__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.6666666667vw;
  }
}
.p-news__date, .p-news__label, .p-news__content {
  font-size: 1.1111111111vw;
  font-weight: 400;
}
.p-news__date, .p-news__label {
  color: #6464E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news__date {
  height: 1.9444444444vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.9444444444vw;
          flex: 0 0 6.9444444444vw;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 600px) {
  .p-news__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24vw;
            flex: 0 0 24vw;
    -ms-flex-item-align: center;
        align-self: center;
    font-size: 3.3333333333vw;
  }
}
.p-news__label {
  height: 1.9444444444vw;
  padding-top: 0.2083333333vw;
  padding-left: 0.4166666667vw;
  padding-right: 0.4166666667vw;
  padding-bottom: 0.2083333333vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333vw;
          flex: 0 0 8.3333333333vw;
  word-wrap: break-word;
  border-radius: 1.3888888889vw;
  border: 1px solid #6464E6;
  background: #fff;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .p-news__label {
    height: 5.0666666667vw;
    padding-top: 0.4vw;
    padding-left: 0.8vw;
    padding-right: 0.8vw;
    padding-bottom: 0.4vw;
    border-radius: 2.6666666667vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.6666666667vw;
            flex: 0 0 22.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.p-news__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
  word-wrap: break-word;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
@media screen and (max-width: 600px) {
  .p-news__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    line-height: 1.6;
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 600px) {
  .p-news__content:hover {
    color: #6464E6;
    text-decoration: underline;
  }
}
.p-news__btn {
  margin-left: auto;
  margin-right: auto;
}

.p-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.7777777778vw;
}
@media screen and (max-width: 600px) {
  .p-tab {
    gap: 4vw;
  }
}
.p-tab__wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.p-tab__tabBtn {
  text-align: center;
  color: #666;
  font-size: 1.3888888889vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
@media screen and (max-width: 600px) {
  .p-tab__tabBtn {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 600px) {
  .p-tab__tabBtn:hover {
    color: #6464E6;
  }
}
.p-tab__tabBtn.is-current {
  color: #6464E6;
  text-decoration: underline;
  text-decoration-thickness: 0.2777777778vw;
  text-underline-offset: 0.6944444444vw;
}
@media screen and (max-width: 600px) {
  .p-tab__tabBtn.is-current {
    text-decoration-thickness: 0.6666666667vw;
    text-underline-offset: 1.3333333333vw;
  }
}

.p-work__title {
  text-align: center;
  margin-bottom: 1.1805555556vw;
}
@media screen and (max-width: 600px) {
  .p-work__title {
    margin-bottom: 4.4vw;
  }
}
.p-work__tab {
  max-width: 73.6111111111vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.4722222222vw;
}
.p-work__wrap {
  padding-top: 37.5%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .p-work__wrap {
    padding-top: 56.25%;
  }
}
.p-work__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-work__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1.4;
}
.p-work__content {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4.1666666667vw;
}
.p-work__text {
  text-align: center;
  color: #fff;
  font-size: 3.4722222222vw;
}
@media screen and (max-width: 600px) {
  .p-work__text {
    font-size: 5.3333333333vw;
  }
}
.p-work__btn {
  margin-top: 0.9027777778vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .p-work__btn {
    max-width: 42.6666666667vw;
    display: block;
    margin-top: 4vw;
  }
}
.p-work__bottom {
  padding-top: 2.7777777778vw;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
  padding-bottom: 4.1666666667vw;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.1111111111vw;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 600px) {
  .p-work__bottom {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-work__bottom {
    padding-top: 5.3333333333vw;
    padding-left: 8vw;
    padding-right: 8vw;
    padding-bottom: 8vw;
    text-align: left;
    font-size: 3.7333333333vw;
  }
}

.p-layer {
  position: relative;
}
.p-layer--1 {
  z-index: 1;
}
.p-layer--2 {
  z-index: 2;
}
.p-layer--3 {
  z-index: 3;
}
.p-layer--4 {
  z-index: 4;
}
.p-layer--5 {
  z-index: 5;
}
.p-layer--6 {
  z-index: 6;
}
.p-layer--7 {
  z-index: 7;
}
.p-layer--8 {
  z-index: 8;
}
.p-layer--9 {
  z-index: 9;
}
.p-layer--10 {
  z-index: 10;
}
.p-sticky-scroll-field {
  position: relative;
}
.p-sticky-animation-field {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.p-sticky-fixed-img {
  position: fixed;
  top: 0;
}

.p-modal {
  width: 100%;
  height: 100vh;
  background: #000;
  padding: 5.5555555556vw;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
}
.p-modal.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 1000;
}
.p-modal__close {
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  min-width: 40px;
  min-height: 40px;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 1;
  cursor: pointer;
}
.p-modal__wrap {
  padding-top: 56.25%;
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.p-modal iframe {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 600px) {
  .js-a-cont {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
  }
}
@media (min-width: 601px) {
  .js-a-cont {
    display: block;
    max-height: none;
    opacity: 1;
  }
}

.js-o {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  opacity: 0;
}
.js-o--d2 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.js-o.is-visible {
  -webkit-transition: opacity 0.75s ease 0.125s, -webkit-transform 0.75s ease 0.125s;
  transition: opacity 0.75s ease 0.125s, -webkit-transform 0.75s ease 0.125s;
  transition: transform 0.75s ease 0.125s, opacity 0.75s ease 0.125s;
  transition: transform 0.75s ease 0.125s, opacity 0.75s ease 0.125s, -webkit-transform 0.75s ease 0.125s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.js-p-container {
  position: relative;
}
.js-p-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -100;
}

.js-t-wrap {
  display: inline-block;
  overflow: hidden;
}
.js-t-block {
  display: inline-block;
}
.js-t-obj {
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.js-t.is-visible .js-t-obj {
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.36, 0.14, 0, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.36, 0.14, 0, 1);
  transition: transform 1.2s cubic-bezier(0.36, 0.14, 0, 1);
  transition: transform 1.2s cubic-bezier(0.36, 0.14, 0, 1), -webkit-transform 1.2s cubic-bezier(0.36, 0.14, 0, 1);
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
/*# sourceMappingURL=map/style.css.map */

.static-page ~ .news-events.\--shortList {
  /* padding-top: 6rem; */
}

@media screen and (max-width: 991px) {
  .static-page ~ .news-events.\--shortList {
    padding-top: 4.5rem;
  }  
}

@media screen and (max-width: 768px) {
  .static-page ~ .news-events.\--shortList {
    padding-top: 2.6rem;
  }  
}

@media screen and (max-width: 768px) {
  .static-page ~ .content-image {
    padding-top: 2.6rem;
  }  
}

.static-page ~ .cta-button__component {
  padding-bottom: 10rem;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .static-page ~ .cta-button__component {
    padding-bottom: 7.5rem;
  }
}

@media screen and (max-width: 768px) {
  .static-page ~ .cta-button__component {
    padding-bottom: 4.5rem;
  }
}

.static-page ~ .content-image {
  padding-top: 6rem;
}

@media screen and (max-width: 991px) {
  .static-page ~ .content-image {
    padding-top: 4.5rem;
  }  
}

@media screen and (max-width: 768px) {
  .static-page ~ .content-image {
    padding-top: 2.6rem;
  }  
}