/*!
Theme Name: any-2025
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: any-2025
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

any-2025 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* ====================================================
  Foundation
==================================================== */
/***
  Base CSS:
  The new CSS reset - version 1.8.4 (last updated 14.2.2023)
  GitHub page: https://github.com/elad2412/the-new-css-reset
***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a,
picture,
button {
  display: block;
}

a,
button,
label,
select,
input[type=button],
input[type=submit] {
  cursor: pointer;
}

ol,
ul,
menu {
  list-style: none;
}

video {
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

video:focus-visible {
  outline: none;
}

iframe {
  border: none;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

@media (min-width: 901px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media (max-width: 900px) {
  html {
    font-size: 2.3364485981vw;
  }
}

body {
  color: #f36e3c;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.page-id-9 .p-footer {
  background-color: #f36e3c;
}
@media (max-width: 900px) {
  body.page-id-9 .l-header__naviInner {
    background-color: #f36e3c;
  }
}
body.page-id-9 .l-header__item:hover, body.page-id-9 .l-header__item:focus {
  color: #f36e3c;
}
body.page-id-11 .p-footer {
  background-color: #d295ac;
}
@media (max-width: 900px) {
  body.page-id-11 .l-header__naviInner {
    background-color: #d295ac;
  }
}
body.page-id-11 .l-header__item:hover, body.page-id-11 .l-header__item:focus {
  color: #d295ac;
}
body.page-id-16 .p-footer {
  background-color: #9199cc;
}
@media (max-width: 900px) {
  body.page-id-16 .l-header__naviInner {
    background-color: #9199cc;
  }
}
body.page-id-16 .l-header__item:hover, body.page-id-16 .l-header__item:focus {
  color: #9199cc;
}

/* ====================================================
  Layout
==================================================== */
.l-wrapper {
  -webkit-animation: fadeIn 1.5s forwards;
          animation: fadeIn 1.5s forwards;
}
.l-wrapper img,
.l-wrapper picture,
.l-wrapper video,
.l-wrapper iframe,
.l-wrapper canvas {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.l-wrapper svg {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.l-header {
  width: 100dvw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.6s 1s;
  transition: -webkit-transform 0.6s 1s;
  transition: transform 0.6s 1s;
  transition: transform 0.6s 1s, -webkit-transform 0.6s 1s;
}
@media (min-width: 901px) {
  .error404 .l-header {
    background: #f36e3c;
  }
}
@media (max-width: 900px) {
  .l-header {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    height: 5rem;
  }
}
.l-header__inner {
  width: 129rem;
  height: auto;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 100;
  padding-block: 3.2rem;
}
@media (max-width: 900px) {
  .l-header__inner {
    width: 100%;
    height: 100%;
    padding: 0;
  }
}
.l-header__navWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
.l-header__logo {
  width: 10.3rem;
}
@media (max-width: 900px) {
  .l-header__logo {
    width: 7.3rem;
    padding-left: 1.9rem;
  }
}
@media (max-width: 900px) {
  .l-header__navi {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100vh;
    right: 0;
    top: 0;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .l-header__navi.is-open {
    opacity: 1;
    pointer-events: all;
  }
  .l-header__navi.is-open .l-header__naviInner {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.l-header__naviInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  .l-header__naviInner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 28rem;
    height: 100vh;
    padding-block: 10rem;
    overflow-y: scroll;
    margin-left: auto;
    margin-right: 0;
    background: #f36e3c;
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
    -webkit-transition: -webkit-transform 0.4s 0.2s;
    transition: -webkit-transform 0.4s 0.2s;
    transition: transform 0.4s 0.2s;
    transition: transform 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
  }
  .post-type-archive-anysis .l-header__naviInner, .single-anysis .l-header__naviInner {
    background-color: #d295ac;
  }
  .post-type-archive-anykids .l-header__naviInner, .single-anykids .l-header__naviInner {
    background-color: #9199cc;
  }
}
.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media (max-width: 900px) {
  .l-header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 6.2rem;
    padding-left: 5rem;
  }
}
.l-header__item {
  font-size: max(1.6rem, 10px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #ffffff;
  position: relative;
}
.l-header__item > a, .l-header__item > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 901px) {
  .post-type-archive-anysis .l-header__item > a:hover, .post-type-archive-anysis .l-header__item > a:focus, .single-anysis .l-header__item > a:hover, .single-anysis .l-header__item > a:focus, .post-type-archive-anysis .l-header__item > span:hover, .post-type-archive-anysis .l-header__item > span:focus, .single-anysis .l-header__item > span:hover, .single-anysis .l-header__item > span:focus {
    color: #d295ac;
  }
  .post-type-archive-anykids .l-header__item > a:hover, .post-type-archive-anykids .l-header__item > a:focus, .single-anykids .l-header__item > a:hover, .single-anykids .l-header__item > a:focus, .post-type-archive-anykids .l-header__item > span:hover, .post-type-archive-anykids .l-header__item > span:focus, .single-anykids .l-header__item > span:hover, .single-anykids .l-header__item > span:focus {
    color: #9199cc;
  }
}
@media (max-width: 900px) {
  .l-header__item > a.is-active, .l-header__item > span.is-active {
    position: relative;
  }
  .l-header__item > a.is-active:before, .l-header__item > span.is-active:before {
    content: "";
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    left: -3rem;
    top: 0;
    bottom: 0;
    margin-block: auto;
  }
}
@media (min-width: 901px) {
  .l-header__item:hover > a, .l-header__item:hover > span, .l-header__item:focus > a, .l-header__item:focus > span {
    color: #f36e3c;
  }
}
@media (max-width: 900px) {
  .l-header__item {
    font-size: max(2.2rem, 10px);
    line-height: 1;
    letter-spacing: 0.04em;
  }
}
@media (min-width: 901px) {
  .l-header__item:hover .l-header__subList {
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 900px) {
  .l-header__itemIcon {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 1rem;
    position: relative;
  }
  .l-header__itemIcon:before, .l-header__itemIcon:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    inset: 0;
    margin: auto;
  }
  .l-header__itemIcon:after {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.l-header span.is-open .l-header__itemIcon:after {
  opacity: 0;
}
.l-header__subList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.1rem;
}
@media (min-width: 901px) {
  .l-header__subList {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    padding-top: 1rem;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media (max-width: 900px) {
  .l-header__subList {
    row-gap: 1.4rem;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
  }
}
@media (min-width: 901px) {
  .l-header__subItem:nth-of-type(1) a {
    color: #f36e3c;
    background: #ffffff;
  }
  .l-header__subItem:nth-of-type(1) a:hover {
    background: #f36e3c;
    color: #ffffff;
  }
  .l-header__subItem:nth-of-type(2) a {
    color: #d295ac;
    background: #ffffff;
  }
  .l-header__subItem:nth-of-type(2) a:hover {
    background: #d295ac;
    color: #ffffff;
  }
  .l-header__subItem:nth-of-type(3) a {
    color: #9199cc;
    background: #ffffff;
  }
  .l-header__subItem:nth-of-type(3) a:hover {
    background: #9199cc;
    color: #ffffff;
  }
}
@media (max-width: 900px) {
  .l-header__subItem:nth-of-type(1) {
    margin-top: 1.8rem;
  }
}
@media (min-width: 901px) {
  .l-header__subItem a {
    width: 10rem;
    height: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: max(1rem, 10px);
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 800;
    background: #ffffff;
    padding-left: 0.8rem;
  }
}
@media (max-width: 900px) {
  .l-header__subItem a {
    font-size: max(1.6rem, 10px);
    line-height: 1.125;
    letter-spacing: 0.04em;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.l-header__ig {
  width: 2rem;
}
@media (max-width: 900px) {
  .l-header__ig {
    display: none;
  }
}
.l-header__bars {
  width: 3.3rem;
  height: 2rem;
  position: relative;
  z-index: 300;
}
.l-header__bars span {
  width: 100%;
  height: 1px;
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.l-header__bars span:first-child {
  -webkit-transform: translateY(-1rem) rotate(0deg);
          transform: translateY(-1rem) rotate(0deg);
}
.l-header__bars span:nth-of-type(2) {
  opacity: 1;
}
.l-header__bars span:last-child {
  -webkit-transform: translateY(1rem) rotate(0deg);
          transform: translateY(1rem) rotate(0deg);
}
.l-header__bars.is-open span:first-child {
  -webkit-transform: translateY(0) rotate(30deg);
          transform: translateY(0) rotate(30deg);
}
.l-header__bars.is-open span:nth-of-type(2) {
  opacity: 0;
}
.l-header__bars.is-open span:last-child {
  -webkit-transform: translateY(0) rotate(-30deg);
          transform: translateY(0) rotate(-30deg);
}
.l-header__menuOpen {
  z-index: 2;
  position: absolute;
  top: 1.9rem;
  right: 1.9rem;
  width: 2.4rem;
  height: 1.1rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__menuOpen:hover {
  opacity: 0.7;
}
.l-header__menuOpen span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__menuOpen span:nth-of-type(1) {
  top: 0;
}
.l-header__menuOpen span:nth-of-type(2) {
  top: 50%;
}
.l-header__menuOpen span:nth-of-type(3) {
  top: 100%;
}
@media (min-width: 901px) {
  .l-header__naviClose {
    display: none;
  }
}
@media (max-width: 900px) {
  .l-header__naviClose {
    position: absolute;
    right: 1.9rem;
    top: 1.9rem;
    width: 2rem;
  }
}
.l-header.is-hide {
  -webkit-transform: translateY(-105%);
          transform: translateY(-105%);
}

body.is-drawerOpen {
  width: 100vw;
  height: 100dvh;
  position: fixed;
}

.l-main {
  padding-bottom: 20rem;
}
@media (max-width: 900px) {
  .l-main {
    padding-bottom: 10rem;
  }
}
.l-main__title {
  width: 53.8rem;
  margin-inline: auto;
  position: relative;
}
.l-main__title::before {
  content: "";
  width: 47rem;
  height: 8.1rem;
  position: absolute;
  background-color: rgba(63, 191, 186, 0.3);
  z-index: -1;
  top: 7.5rem;
  left: 1rem;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 0.4s ease;
  transition: clip-path 0.4s ease;
}
.l-main__title::after {
  content: "";
  position: absolute;
  border-left: 1px solid #000000;
  height: 7.5rem;
  z-index: -1;
  top: 24.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: clip-path 0.6s ease;
  transition: clip-path 0.6s ease;
}
.l-main__title.is-active::before {
  clip-path: inset(0);
}
.l-main__title.is-active::after {
  clip-path: inset(0);
}
.l-main__content {
  padding-top: 8rem;
  position: relative;
}
@media (max-width: 900px) {
  .l-main__content {
    padding-top: 0;
  }
}
.l-main__title2 {
  margin-left: auto;
  margin-right: 0;
  width: 75rem;
  margin-top: 14.8rem;
}
.l-main__title2Inner {
  width: 44.5rem;
  margin-inline: auto;
}

.l-footer {
  background-color: #f36e3c;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  padding: 5.5rem 0 20rem 0;
}
@media (max-width: 900px) {
  .l-footer {
    padding: 4.2rem 0 5rem 0;
  }
}
.l-footer a {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer a:hover {
  opacity: 0.7;
}
.l-footer__inner {
  width: 102.6rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 900px) {
  .l-footer__inner {
    width: 36.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-footer__title {
  font-size: max(3.6rem, 10px);
  line-height: 1.3888888889;
  letter-spacing: 0.01em;
  color: #ffffff;
  font-weight: 800;
}
@media (max-width: 900px) {
  .l-footer__title {
    font-size: max(2.8rem, 10px);
    line-height: 1.6071428571;
    letter-spacing: 0em;
  }
}
.l-footer__snsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__snsWrap img {
  width: 2.6rem;
}
@media (max-width: 900px) {
  .l-footer__snsWrap img {
    width: 1.8rem;
  }
}
.l-footer__snsWrap p {
  font-size: max(1.4rem, 10px);
  line-height: 1.4285714286;
  letter-spacing: 0em;
  color: #ffffff;
  margin-left: 0.9rem;
  font-weight: 400;
}
@media (max-width: 900px) {
  .l-footer__snsWrap p {
    margin-left: 0.7rem;
  }
}
.l-footer__navlist {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 900px) {
  .l-footer__navlist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.4rem;
    margin-top: 3.7rem;
  }
}
.l-footer__navlist > li > a, .l-footer__navlist > li > span {
  font-size: max(1.6rem, 10px);
  line-height: 1.25;
  letter-spacing: 0.01em;
}
@media (max-width: 900px) {
  .l-footer__navlist > li > a, .l-footer__navlist > li > span {
    font-size: max(1.2rem, 10px);
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}
.l-footer__subList {
  margin-top: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}
@media (max-width: 900px) {
  .l-footer__subList {
    margin-top: 1.1rem;
    row-gap: 0.8rem;
  }
}
.l-footer__subList a {
  font-size: max(1.2rem, 10px);
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 500;
}
@media (max-width: 900px) {
  .l-footer__subList a {
    font-size: max(0.9rem, 10px);
    line-height: 1;
    letter-spacing: 0.01em;
  }
}
.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 8.8rem;
     -moz-column-gap: 8.8rem;
          column-gap: 8.8rem;
  margin-top: 5.8rem;
}
@media (max-width: 900px) {
  .l-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.8rem;
  }
}
.l-footer__smallList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.3rem;
     -moz-column-gap: 1.3rem;
          column-gap: 1.3rem;
}
.l-footer__smallList a {
  font-size: max(1.2rem, 10px);
  line-height: 1.6666666667;
  letter-spacing: 0em;
  color: #ffffff;
  font-weight: 400;
}
.l-footer__copyRight {
  font-size: max(1.2rem, 10px);
  line-height: 1.6666666667;
  letter-spacing: 0em;
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 900px) {
  .l-footer__copyRight {
    font-size: max(0.9rem, 10px);
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
  }
}
.post-type-archive-anysis .l-footer, .single-anysis .l-footer {
  background-color: #d295ac;
}
.post-type-archive-anykids .l-footer, .single-anykids .l-footer {
  background-color: #9199cc;
}

/* ====================================================
  Component
==================================================== */
/* ====================================================
  Javascript
==================================================== */
.js-scrollAnimation--fadeIn {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
.js-scrollAnimation--fadeIn.is-active {
  opacity: 1;
}
.js-scrollAnimation--fadeIn05 {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.js-scrollAnimation--fadeIn05.is-active {
  opacity: 1;
}
.js-scrollAnimation--fadeIn10 {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.js-scrollAnimation--fadeIn10.is-active {
  opacity: 1;
}
.js-scrollAnimation--fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, transform 1.5s;
  transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
}
.js-scrollAnimation--fadeInUp.is-active {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.js-scrollAnimation--fadeInUp10 {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, transform 1.5s;
  transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.js-scrollAnimation--fadeInUp10.is-active {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.js-scrollAnimation--slideIn {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 0.6s ease;
  transition: clip-path 0.6s ease;
}
.js-scrollAnimation--slideIn.is-active {
  clip-path: inset(0);
}
.js-scrollAnimation--slideIn05 {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 0.6s ease;
  transition: clip-path 0.6s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.js-scrollAnimation--slideIn05.is-active {
  clip-path: inset(0);
}
.js-scrollAnimation--slideRight {
  clip-path: inset(0 0 0 100%);
  -webkit-transition: clip-path 0.6s ease;
  transition: clip-path 0.6s ease;
}
.js-scrollAnimation--slideRight.is-active {
  clip-path: inset(0);
}

/* ====================================================
  Project
==================================================== */
.p-homeMv {
  width: 100dvw;
  height: 100svh;
  overflow: hidden;
  position: relative;
}
.p-homeMv:before {
  content: "";
  display: block;
  width: 100dvw;
  height: 100svh;
  background: #f36e3c;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: none;
  z-index: 5;
  -webkit-transition: opacity 0.8s 3.5s, -webkit-transform 0.5s 3.5s;
  transition: opacity 0.8s 3.5s, -webkit-transform 0.5s 3.5s;
  transition: transform 0.5s 3.5s, opacity 0.8s 3.5s;
  transition: transform 0.5s 3.5s, opacity 0.8s 3.5s, -webkit-transform 0.5s 3.5s;
}
.p-homeMv__logo {
  width: 23.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translateY(-30%) scale(0.9);
          transform: translateY(-30%) scale(0.9);
  -webkit-transition: opacity 1s 2.3s, -webkit-transform 1s 2.3s;
  transition: opacity 1s 2.3s, -webkit-transform 1s 2.3s;
  transition: opacity 1s 2.3s, transform 1s 2.3s;
  transition: opacity 1s 2.3s, transform 1s 2.3s, -webkit-transform 1s 2.3s;
}
@media (max-width: 900px) {
  .p-homeMv__logo {
    width: 15.7rem;
  }
}
.p-homeMv__copy {
  width: 74.8rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.6s, -webkit-transform 0.8s 2s;
  transition: opacity 0.4s 0.6s, -webkit-transform 0.8s 2s;
  transition: opacity 0.4s 0.6s, transform 0.8s 2s;
  transition: opacity 0.4s 0.6s, transform 0.8s 2s, -webkit-transform 0.8s 2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  .p-homeMv__copy {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.7rem;
  }
}
.p-homeMv__copy p {
  width: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 900px) {
  .p-homeMv__copy p {
    width: 100%;
  }
  .p-homeMv__copy p:nth-of-type(1) {
    -webkit-transform: translateX(1.2rem);
            transform: translateX(1.2rem);
  }
}
.p-homeMv__copy p:nth-of-type(1) span:nth-of-type(1) {
  width: 5.1rem;
  -webkit-transition-delay: 0.59s;
          transition-delay: 0.59s;
}
@media (max-width: 900px) {
  .p-homeMv__copy p:nth-of-type(1) span:nth-of-type(1) {
    width: 3rem;
  }
}
.p-homeMv__copy p:nth-of-type(1) span:nth-of-type(2) {
  width: 4.76rem;
  -webkit-transition-delay: 0.63s;
          transition-delay: 0.63s;
}
@media (max-width: 900px) {
  .p-homeMv__copy p:nth-of-type(1) span:nth-of-type(2) {
    width: 2.8rem;
  }
}
.p-homeMv__copy p:nth-of-type(1) span:nth-of-type(3) {
  width: 5.865rem;
  -webkit-transition-delay: 0.67s;
          transition-delay: 0.67s;
}
@media (max-width: 900px) {
  .p-homeMv__copy p:nth-of-type(1) span:nth-of-type(3) {
    width: 3.45rem;
  }
}
.p-homeMv__copy p:nth-of-type(1) span:nth-of-type(4) {
  width: 8.585rem;
  -webkit-transition-delay: 0.71s;
          transition-delay: 0.71s;
}
@media (max-width: 900px) {
  .p-homeMv__copy p:nth-of-type(1) span:nth-of-type(4) {
    width: 5.05rem;
  }
}
.p-homeMv__copy p:nth-of-type(1) span:nth-of-type(5) {
  width: 5.1rem;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
@media (max-width: 900px) {
  .p-homeMv__copy p:nth-of-type(1) span:nth-of-type(5) {
    width: 3rem;
  }
}
.p-homeMv__copy p:nth-of-type(1) span:nth-of-type(6) {
  width: 4.76rem;
  -webkit-transition-delay: 0.79s;
          transition-delay: 0.79s;
}
@media (max-width: 900px) {
  .p-homeMv__copy p:nth-of-type(1) span:nth-of-type(6) {
    width: 2.8rem;
  }
}
.p-homeMv__copy p:nth-of-type(1) span:nth-of-type(7) {
  width: 5.355rem;
  -webkit-transition-delay: 0.83s;
          transition-delay: 0.83s;
}
@media (max-width: 900px) {
  .p-homeMv__copy p:nth-of-type(1) span:nth-of-type(7) {
    width: 3.15rem;
  }
}
.p-homeMv__copy p:nth-of-type(1) span:nth-of-type(8) {
  width: 9.605rem;
  -webkit-transition-delay: 0.87s;
          transition-delay: 0.87s;
}
@media (max-width: 900px) {
  .p-homeMv__copy p:nth-of-type(1) span:nth-of-type(8) {
    width: 5.65rem;
  }
}
.p-homeMv__copy p:nth-of-type(2) span:nth-of-type(1) {
  width: 4.59rem;
  -webkit-transition-delay: 0.91s;
          transition-delay: 0.91s;
}
@media (max-width: 900px) {
  .p-homeMv__copy p:nth-of-type(2) span:nth-of-type(1) {
    width: 2.7rem;
  }
}
.p-homeMv__copy p:nth-of-type(2) span:nth-of-type(2) {
  width: 4.76rem;
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
@media (max-width: 900px) {
  .p-homeMv__copy p:nth-of-type(2) span:nth-of-type(2) {
    width: 2.8rem;
  }
}
.p-homeMv__copy p:nth-of-type(2) span:nth-of-type(3) {
  width: 5.015rem;
  -webkit-transition-delay: 0.99s;
          transition-delay: 0.99s;
}
@media (max-width: 900px) {
  .p-homeMv__copy p:nth-of-type(2) span:nth-of-type(3) {
    width: 2.95rem;
  }
}
.p-homeMv__copy p:nth-of-type(2) span:nth-of-type(4) {
  width: 5.185rem;
  -webkit-transition-delay: 1.03s;
          transition-delay: 1.03s;
}
@media (max-width: 900px) {
  .p-homeMv__copy p:nth-of-type(2) span:nth-of-type(4) {
    width: 3.05rem;
  }
}
.p-homeMv__copy p:nth-of-type(2) span:nth-of-type(5) {
  width: 6.375rem;
  -webkit-transition-delay: 1.07s;
          transition-delay: 1.07s;
}
@media (max-width: 900px) {
  .p-homeMv__copy p:nth-of-type(2) span:nth-of-type(5) {
    width: 3.75rem;
  }
}
.p-homeMv__copy p span {
  display: block;
  height: auto;
  -webkit-transform: translateY(105%);
          transform: translateY(105%);
  -webkit-transition: -webkit-transform 0.5s 0.6s;
  transition: -webkit-transform 0.5s 0.6s;
  transition: transform 0.5s 0.6s;
  transition: transform 0.5s 0.6s, -webkit-transform 0.5s 0.6s;
}
.p-homeMv__slider {
  width: 100dvw;
  height: 100svh;
  opacity: 0;
  -webkit-transition: opacity 0.8s 3.3s;
  transition: opacity 0.8s 3.3s;
  z-index: 1;
  position: relative;
}
.p-homeMv__slide {
  width: 100dvw;
  height: 100svh;
}
.p-homeMv__slide picture,
.p-homeMv__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: opacity 1s ease, -webkit-transform 7s ease;
  transition: opacity 1s ease, -webkit-transform 7s ease;
  transition: opacity 1s ease, transform 7s ease;
  transition: opacity 1s ease, transform 7s ease, -webkit-transform 7s ease;
}
.p-homeMv__slide.is-active picture,
.p-homeMv__slide.is-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-homeMv.is-active .p-homeMv__copy {
  opacity: 1;
  -webkit-transform: translateY(7.7rem);
          transform: translateY(7.7rem);
}
.p-homeMv.is-active .p-homeMv__copy span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-homeMv.is-active .p-homeMv__logo {
  opacity: 1;
  -webkit-transform: translateY(-30%) scale(1);
          transform: translateY(-30%) scale(1);
}
.p-homeMv.is-active:before {
  -webkit-transform: translateY(-105%);
          transform: translateY(-105%);
  opacity: 0;
}
.p-homeMv.is-active .p-homeMv__slider {
  opacity: 1;
}
body.is-loading {
  width: 100vw;
  height: 100dvh;
  position: fixed;
}

.p-homeAbout {
  padding-block: 12rem 14rem;
  color: #f36e3c;
  font-family: "Noto Sans JP", sans-serif;
  width: 100dvw;
  overflow: hidden;
}
@media (max-width: 900px) {
  .p-homeAbout {
    padding-block: 5.4rem 8.4rem;
  }
}
.p-homeAbout__inner {
  width: 106.6rem;
  height: auto;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 900px) {
  .p-homeAbout__inner {
    width: 100dvw;
    overflow: hidden;
  }
}
.p-homeAbout__text {
  text-align: center;
  font-weight: 900;
  font-size: max(2rem, 10px);
  line-height: 2;
  letter-spacing: 0.08em;
}
@media (max-width: 900px) {
  .p-homeAbout__text {
    font-size: max(1.6rem, 10px);
    line-height: 2.125;
    letter-spacing: 0.05em;
  }
}
.p-homeAbout__text span {
  display: block;
  margin-top: 3.8rem;
}
.p-homeAbout__text span:nth-of-type(1) {
  margin-top: 0;
}
@media (max-width: 900px) {
  .p-homeAbout__text span:nth-of-type(2) {
    margin-top: 29rem;
  }
}
.p-homeAbout__logo {
  width: 18rem;
  height: auto;
  margin-inline: auto;
  margin-top: 10rem;
}
@media (max-width: 900px) {
  .p-homeAbout__logo {
    width: 8.3rem;
    margin-top: 7.5rem;
  }
}
.p-homeAbout__slider {
  width: 100%;
  height: 100%;
}
.p-homeAbout__slider01 {
  width: 21rem;
  height: 21rem;
  position: absolute;
  top: 14rem;
  left: -5rem;
  overflow: hidden;
}
@media (max-width: 900px) {
  .p-homeAbout__slider01 {
    width: 13.6rem;
    height: 13.6rem;
    top: 15.9rem;
    left: -4rem;
  }
}
.p-homeAbout__slider02 {
  width: 16rem;
  height: 16rem;
  position: absolute;
  top: 36rem;
  left: 6rem;
  overflow: hidden;
}
@media (max-width: 900px) {
  .p-homeAbout__slider02 {
    display: none;
  }
}
.p-homeAbout__slider03 {
  width: 22rem;
  height: 22rem;
  position: absolute;
  top: 0rem;
  right: -1.8rem;
  overflow: hidden;
}
@media (max-width: 900px) {
  .p-homeAbout__slider03 {
    width: 17.5rem;
    height: 17.5rem;
    top: 17.8rem;
    right: 12.6rem;
  }
}
.p-homeAbout__slider04 {
  width: 18rem;
  height: 18rem;
  position: absolute;
  top: 58rem;
  right: 7.2rem;
  overflow: hidden;
}
@media (max-width: 900px) {
  .p-homeAbout__slider04 {
    width: 13.1rem;
    top: 12.9rem;
    right: -3.9rem;
  }
}
.p-homeAbout__slide {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
.p-homeAbout__slide.is-active .p-homeAbout__image {
  -webkit-transform: translateX(-1%);
          transform: translateX(-1%);
}
.p-homeAbout__image {
  width: 120%;
  height: 100%;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
  -webkit-transition: -webkit-transform 7s ease-in-out;
  transition: -webkit-transform 7s ease-in-out;
  transition: transform 7s ease-in-out;
  transition: transform 7s ease-in-out, -webkit-transform 7s ease-in-out;
  will-change: transform;
}
.p-homeAbout__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-homeAbout__screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  aspect-ratio: 1/1;
  background: #f36e3c;
  pointer-events: none;
  z-index: 10;
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
  opacity: 0;
}
.p-homeAbout__screen.is-in {
  -webkit-animation: screenIn 0.8s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: screenIn 0.8s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.p-homeAbout__screen.is-out {
  -webkit-animation: screenOut 1.2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: screenOut 1.2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.p-homeAbout .splide__track {
  height: 100%;
}
.p-homeAbout__text span {
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.p-homeAbout__text span:nth-of-type(1) {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.p-homeAbout__text span:nth-of-type(2) {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}
.p-homeAbout__text span:nth-of-type(3) {
  -webkit-transition-delay: 4.2s;
          transition-delay: 4.2s;
}
.p-homeAbout__text span:nth-of-type(4) {
  -webkit-transition-delay: 5.2s;
          transition-delay: 5.2s;
}
.p-homeAbout__slider01, .p-homeAbout__slider02, .p-homeAbout__slider03, .p-homeAbout__slider04 {
  opacity: 0;
  -webkit-transition: opacity 0.6s 1.7s;
  transition: opacity 0.6s 1.7s;
}
.p-homeAbout__slider01:before, .p-homeAbout__slider02:before, .p-homeAbout__slider03:before, .p-homeAbout__slider04:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: 0;
  background: #f36e3c;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.6s 1.2s;
  transition: -webkit-transform 0.6s 1.2s;
  transition: transform 0.6s 1.2s;
  transition: transform 0.6s 1.2s, -webkit-transform 0.6s 1.2s;
}
.p-homeAbout__logo {
  opacity: 0;
  -webkit-transition: opacity 1s 6s;
  transition: opacity 1s 6s;
}
.p-homeAbout.is-active .p-homeAbout__title span,
.p-homeAbout.is-active .p-homeAbout__logo span {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.p-homeAbout.is-active .p-homeAbout__text span {
  opacity: 1;
}
.p-homeAbout.is-active .p-homeAbout__slider01,
.p-homeAbout.is-active .p-homeAbout__slider02,
.p-homeAbout.is-active .p-homeAbout__slider03,
.p-homeAbout.is-active .p-homeAbout__slider04 {
  opacity: 1;
}
.p-homeAbout.is-active .p-homeAbout__slider01:before,
.p-homeAbout.is-active .p-homeAbout__slider02:before,
.p-homeAbout.is-active .p-homeAbout__slider03:before,
.p-homeAbout.is-active .p-homeAbout__slider04:before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.p-homeAbout.is-active .p-homeAbout__logo {
  opacity: 1;
}

@-webkit-keyframes screenIn {
  from {
    opacity: 1;
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes screenIn {
  from {
    opacity: 1;
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes screenOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  99% {
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
    opacity: 0;
  }
}
@keyframes screenOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  99% {
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
    opacity: 0;
  }
}
.p-homeBrands {
  width: 100dvw;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}
@media (max-width: 900px) {
  .p-homeBrands {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-homeBrands__item {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
@media (min-width: 901px) {
  .p-homeBrands__item {
    aspect-ratio: 455/767;
  }
}
@media (max-width: 900px) {
  .p-homeBrands__item {
    aspect-ratio: 375/262;
  }
}
.p-homeBrands__item:hover .p-homeBrands__filter {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.p-homeBrands__item:nth-of-type(1) .p-homeBrands__filter {
  background: rgba(243, 110, 60, 0.85);
}
.p-homeBrands__item:nth-of-type(2) .p-homeBrands__filter {
  background: rgba(210, 149, 172, 0.8);
}
.p-homeBrands__item:nth-of-type(3) .p-homeBrands__filter {
  background: rgba(145, 153, 204, 0.8);
}
.p-homeBrands__logo {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
}
.p-homeBrands__image {
  width: 100%;
  height: 100%;
}
.p-homeBrands__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-homeBrands__filter {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.p-homeBrands__item {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 0.8s 0.3s;
  transition: clip-path 0.8s 0.3s;
}
.p-homeBrands__item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 50;
}
.p-homeBrands__item:nth-of-type(1):before {
  background: #f36e3c;
}
.p-homeBrands__item:nth-of-type(2):before {
  background: #d295ac;
}
.p-homeBrands__item:nth-of-type(3):before {
  background: #9199cc;
}
.p-homeBrands__item:nth-of-type(1) {
  -webkit-transition: clip-path 0.8s 0.3s;
  transition: clip-path 0.8s 0.3s;
}
.p-homeBrands__item:nth-of-type(1)::before {
  -webkit-transition: -webkit-transform 0.6s 1.1s;
  transition: -webkit-transform 0.6s 1.1s;
  transition: transform 0.6s 1.1s;
  transition: transform 0.6s 1.1s, -webkit-transform 0.6s 1.1s;
}
.p-homeBrands__item:nth-of-type(2) {
  -webkit-transition: clip-path 0.8s 0.5s;
  transition: clip-path 0.8s 0.5s;
}
.p-homeBrands__item:nth-of-type(2)::before {
  -webkit-transition: -webkit-transform 0.6s 1.3s;
  transition: -webkit-transform 0.6s 1.3s;
  transition: transform 0.6s 1.3s;
  transition: transform 0.6s 1.3s, -webkit-transform 0.6s 1.3s;
}
.p-homeBrands__item:nth-of-type(3) {
  -webkit-transition: clip-path 0.8s 0.7s;
  transition: clip-path 0.8s 0.7s;
}
.p-homeBrands__item:nth-of-type(3)::before {
  -webkit-transition: -webkit-transform 0.6s 1.5s;
  transition: -webkit-transform 0.6s 1.5s;
  transition: transform 0.6s 1.5s;
  transition: transform 0.6s 1.5s, -webkit-transform 0.6s 1.5s;
}
.p-homeBrands.is-active .p-homeBrands__item {
  clip-path: inset(0 0 0 0);
}
.p-homeBrands.is-active .p-homeBrands__item:before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.p-homeIg {
  margin-top: 15rem;
}
@media (max-width: 900px) {
  .p-homeIg {
    margin-top: 8.3rem;
  }
}
.p-homeIg__title {
  text-align: center;
  font-size: max(2.2rem, 10px);
  line-height: 2.6363636364;
  letter-spacing: 0.014em;
  color: #f36e3c;
}
.p-homeIg__slider {
  width: 106.7rem;
  margin-inline: auto;
  margin-top: 4.2rem;
}
@media (max-width: 900px) {
  .p-homeIg__slider {
    width: 33.2rem;
    margin-top: 4rem;
  }
}
.p-homeIg__slide {
  width: 21.4rem;
  height: auto;
  padding-inline: 0.35rem;
}
@media (max-width: 900px) {
  .p-homeIg__slide {
    width: 12.5rem;
    padding-inline: 0.4rem;
  }
}
.p-homeIg .splide__arrow {
  width: 2.7rem;
  height: 5.2rem;
  opacity: 1;
  z-index: 100;
  border-radius: 0;
}
@media (max-width: 900px) {
  .p-homeIg .splide__arrow {
    width: 1.35rem;
    height: 2.6rem;
  }
}
.p-homeIg .splide__arrow svg {
  display: none;
}
.p-homeIg .splide__arrow--prev {
  background: url(./images/home/ig_icon_prev.png) no-repeat center/contain;
  left: -4rem;
}
@media (max-width: 900px) {
  .p-homeIg .splide__arrow--prev {
    left: -2rem;
  }
}
.p-homeIg .splide__arrow--next {
  background: url(./images/home/ig_icon_next.png) no-repeat center/contain;
  right: -4rem;
}
@media (max-width: 900px) {
  .p-homeIg .splide__arrow--next {
    right: -2rem;
  }
}
.p-homeIg .splide__track {
  height: 100%;
}
.p-homeIg #sb_instagram #sbi_images {
  display: block;
}
.p-homeIg #sb_instagram #sbi_images .sbi_item.sbi_transition {
  opacity: 1 !important;
  visibility: visible !important;
}
.p-homeIg #sb_instagram .sbi_type_carousel .fa-clone {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 900px) {
  .p-homeIg #sb_instagram .sbi_type_carousel .fa-clone {
    width: 2rem;
  }
}
@media (max-width: 900px) {
  .p-homeIg #sb_instagram .sbi_type_video .svg-inline--fa.fa-play {
    width: 3rem;
  }
}
.p-homeIg .sbi_photo {
  width: 20.7rem !important;
  height: auto !important;
  aspect-ratio: 21/28 !important;
  overflow: hidden;
}
@media (max-width: 900px) {
  .p-homeIg .sbi_photo {
    width: 11.7rem !important;
  }
}
.p-homeIg .sbi_photo img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-homeIg .sbi_item {
  width: 20.7rem !important;
  height: auto !important;
  aspect-ratio: 21/28 !important;
}
@media (max-width: 900px) {
  .p-homeIg .sbi_item {
    width: 11.7rem !important;
  }
}
.p-homeIg #sb_instagram .sbi_type_video .sbi_playbtn {
  margin-left: 0 !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.p-mv {
  position: relative;
  width: 100dvw;
  height: auto;
  aspect-ratio: 1366/500;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 1s 0.3s;
  transition: clip-path 1s 0.3s;
}
@media (max-width: 900px) {
  .p-mv {
    aspect-ratio: 428/465;
  }
}
.p-mv__mainImage {
  width: 100%;
  height: 100%;
}
.p-mv__mainImage img,
.p-mv__mainImage picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv__title {
  position: absolute;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  inset: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 2.7rem;
}
.p-mv__title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 900px) {
  .p-mv__title h3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-mv__title h3 p {
  width: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.p-mv__title h3 span {
  display: block;
  height: auto;
}
@media (max-width: 900px) {
  .p-mv__title {
    padding-top: 6rem;
  }
}
.p-mv__title h2 {
  margin-inline: auto;
  height: auto;
}
.p-mv__title h3 {
  margin-inline: auto;
  height: auto;
}
.p-mv__title--any h2 {
  width: 24.9rem;
}
@media (max-width: 900px) {
  .p-mv__title--any h2 {
    width: 12.6rem;
  }
}
@media (max-width: 900px) {
  .p-mv__title--any h3 {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
}
.p-mv__title--any h3 p:nth-of-type(1) span:nth-of-type(1) {
  width: 3rem;
  -webkit-transition-delay: 2.54s;
          transition-delay: 2.54s;
}
@media (max-width: 900px) {
  .p-mv__title--any h3 p:nth-of-type(1) span:nth-of-type(1) {
    width: 2.4545454545rem;
  }
}
.p-mv__title--any h3 p:nth-of-type(1) span:nth-of-type(2) {
  width: 2.9rem;
  -webkit-transition-delay: 2.58s;
          transition-delay: 2.58s;
}
@media (max-width: 900px) {
  .p-mv__title--any h3 p:nth-of-type(1) span:nth-of-type(2) {
    width: 2.3727272727rem;
  }
}
.p-mv__title--any h3 p:nth-of-type(1) span:nth-of-type(3) {
  width: 3.5rem;
  -webkit-transition-delay: 2.62s;
          transition-delay: 2.62s;
}
@media (max-width: 900px) {
  .p-mv__title--any h3 p:nth-of-type(1) span:nth-of-type(3) {
    width: 2.8636363636rem;
  }
}
.p-mv__title--any h3 p:nth-of-type(1) span:nth-of-type(4) {
  width: 5.1rem;
  -webkit-transition-delay: 2.66s;
          transition-delay: 2.66s;
}
@media (max-width: 900px) {
  .p-mv__title--any h3 p:nth-of-type(1) span:nth-of-type(4) {
    width: 4.1727272727rem;
  }
}
.p-mv__title--any h3 p:nth-of-type(1) span:nth-of-type(5) {
  width: 3.1rem;
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
@media (max-width: 900px) {
  .p-mv__title--any h3 p:nth-of-type(1) span:nth-of-type(5) {
    width: 2.5363636364rem;
  }
}
.p-mv__title--any h3 p:nth-of-type(1) span:nth-of-type(6) {
  width: 2.8rem;
  -webkit-transition-delay: 2.74s;
          transition-delay: 2.74s;
}
@media (max-width: 900px) {
  .p-mv__title--any h3 p:nth-of-type(1) span:nth-of-type(6) {
    width: 2.2909090909rem;
  }
}
.p-mv__title--any h3 p:nth-of-type(1) span:nth-of-type(7) {
  width: 3.2rem;
  -webkit-transition-delay: 2.78s;
          transition-delay: 2.78s;
}
@media (max-width: 900px) {
  .p-mv__title--any h3 p:nth-of-type(1) span:nth-of-type(7) {
    width: 2.6181818182rem;
  }
}
.p-mv__title--any h3 p:nth-of-type(1) span:nth-of-type(8) {
  width: 5.8rem;
  -webkit-transition-delay: 2.82s;
          transition-delay: 2.82s;
}
@media (max-width: 900px) {
  .p-mv__title--any h3 p:nth-of-type(1) span:nth-of-type(8) {
    width: 4.7454545455rem;
  }
}
.p-mv__title--any h3 p:nth-of-type(2) span:nth-of-type(1) {
  width: 2.7rem;
  -webkit-transition-delay: 2.98s;
          transition-delay: 2.98s;
}
@media (max-width: 900px) {
  .p-mv__title--any h3 p:nth-of-type(2) span:nth-of-type(1) {
    width: 2.2090909091rem;
  }
}
.p-mv__title--any h3 p:nth-of-type(2) span:nth-of-type(2) {
  width: 2.9rem;
  -webkit-transition-delay: 3.02s;
          transition-delay: 3.02s;
}
@media (max-width: 900px) {
  .p-mv__title--any h3 p:nth-of-type(2) span:nth-of-type(2) {
    width: 2.3727272727rem;
  }
}
.p-mv__title--any h3 p:nth-of-type(2) span:nth-of-type(3) {
  width: 3rem;
  -webkit-transition-delay: 3.06s;
          transition-delay: 3.06s;
}
@media (max-width: 900px) {
  .p-mv__title--any h3 p:nth-of-type(2) span:nth-of-type(3) {
    width: 2.4545454545rem;
  }
}
.p-mv__title--any h3 p:nth-of-type(2) span:nth-of-type(4) {
  width: 3.1rem;
  -webkit-transition-delay: 3.1s;
          transition-delay: 3.1s;
}
@media (max-width: 900px) {
  .p-mv__title--any h3 p:nth-of-type(2) span:nth-of-type(4) {
    width: 2.5363636364rem;
  }
}
.p-mv__title--any h3 p:nth-of-type(2) span:nth-of-type(5) {
  width: 3.9rem;
  -webkit-transition-delay: 3.14s;
          transition-delay: 3.14s;
}
@media (max-width: 900px) {
  .p-mv__title--any h3 p:nth-of-type(2) span:nth-of-type(5) {
    width: 3.1909090909rem;
  }
}
.p-mv__title--anysis h2 {
  width: 40.5rem;
}
@media (max-width: 900px) {
  .p-mv__title--anysis h2 {
    width: 20.1rem;
  }
}
@media (max-width: 900px) {
  .p-mv__title--anysis h3 {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
}
.p-mv__title--anysis h3 p:nth-of-type(1) span:nth-of-type(1) {
  width: 3.3rem;
  -webkit-transition-delay: 2.54s;
          transition-delay: 2.54s;
}
@media (max-width: 900px) {
  .p-mv__title--anysis h3 p:nth-of-type(1) span:nth-of-type(1) {
    width: 2.7rem;
  }
}
.p-mv__title--anysis h3 p:nth-of-type(1) span:nth-of-type(2) {
  width: 2.8rem;
  -webkit-transition-delay: 2.58s;
          transition-delay: 2.58s;
}
@media (max-width: 900px) {
  .p-mv__title--anysis h3 p:nth-of-type(1) span:nth-of-type(2) {
    width: 2.2909090909rem;
  }
}
.p-mv__title--anysis h3 p:nth-of-type(1) span:nth-of-type(3) {
  width: 3.2rem;
  -webkit-transition-delay: 2.62s;
          transition-delay: 2.62s;
}
@media (max-width: 900px) {
  .p-mv__title--anysis h3 p:nth-of-type(1) span:nth-of-type(3) {
    width: 2.6181818182rem;
  }
}
.p-mv__title--anysis h3 p:nth-of-type(1) span:nth-of-type(4) {
  width: 3.1rem;
  -webkit-transition-delay: 2.66s;
          transition-delay: 2.66s;
}
@media (max-width: 900px) {
  .p-mv__title--anysis h3 p:nth-of-type(1) span:nth-of-type(4) {
    width: 2.5363636364rem;
  }
}
.p-mv__title--anysis h3 p:nth-of-type(1) span:nth-of-type(5) {
  width: 3rem;
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
@media (max-width: 900px) {
  .p-mv__title--anysis h3 p:nth-of-type(1) span:nth-of-type(5) {
    width: 2.4545454545rem;
  }
}
.p-mv__title--anysis h3 p:nth-of-type(1) span:nth-of-type(6) {
  width: 3.2rem;
  -webkit-transition-delay: 2.74s;
          transition-delay: 2.74s;
}
@media (max-width: 900px) {
  .p-mv__title--anysis h3 p:nth-of-type(1) span:nth-of-type(6) {
    width: 2.6181818182rem;
  }
}
.p-mv__title--anysis h3 p:nth-of-type(1) span:nth-of-type(7) {
  width: 2.3rem;
  -webkit-transition-delay: 2.78s;
          transition-delay: 2.78s;
}
@media (max-width: 900px) {
  .p-mv__title--anysis h3 p:nth-of-type(1) span:nth-of-type(7) {
    width: 1.8818181818rem;
  }
}
.p-mv__title--anysis h3 p:nth-of-type(1) span:nth-of-type(8) {
  width: 3rem;
  -webkit-transition-delay: 2.82s;
          transition-delay: 2.82s;
}
@media (max-width: 900px) {
  .p-mv__title--anysis h3 p:nth-of-type(1) span:nth-of-type(8) {
    width: 2.4545454545rem;
  }
}
.p-mv__title--anysis h3 p:nth-of-type(1) span:nth-of-type(9) {
  width: 3.4rem;
  -webkit-transition-delay: 2.86s;
          transition-delay: 2.86s;
}
@media (max-width: 900px) {
  .p-mv__title--anysis h3 p:nth-of-type(1) span:nth-of-type(9) {
    width: 2.7818181818rem;
  }
}
.p-mv__title--anysis h3 p:nth-of-type(1) span:nth-of-type(10) {
  width: 2rem;
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}
@media (max-width: 900px) {
  .p-mv__title--anysis h3 p:nth-of-type(1) span:nth-of-type(10) {
    width: 1.6363636364rem;
  }
}
.p-mv__title--anysis h3 p:nth-of-type(1) span:nth-of-type(11) {
  width: 6rem;
  -webkit-transition-delay: 2.94s;
          transition-delay: 2.94s;
}
@media (max-width: 900px) {
  .p-mv__title--anysis h3 p:nth-of-type(1) span:nth-of-type(11) {
    width: 4.9090909091rem;
  }
}
.p-mv__title--anysis h3 p:nth-of-type(2) span:nth-of-type(1) {
  width: 2.8rem;
  -webkit-transition-delay: 2.98s;
          transition-delay: 2.98s;
}
@media (max-width: 900px) {
  .p-mv__title--anysis h3 p:nth-of-type(2) span:nth-of-type(1) {
    width: 2.2909090909rem;
  }
}
.p-mv__title--anysis h3 p:nth-of-type(2) span:nth-of-type(2) {
  width: 2.9rem;
  -webkit-transition-delay: 3.02s;
          transition-delay: 3.02s;
}
@media (max-width: 900px) {
  .p-mv__title--anysis h3 p:nth-of-type(2) span:nth-of-type(2) {
    width: 2.3727272727rem;
  }
}
.p-mv__title--anysis h3 p:nth-of-type(2) span:nth-of-type(3) {
  width: 3rem;
  -webkit-transition-delay: 3.06s;
          transition-delay: 3.06s;
}
@media (max-width: 900px) {
  .p-mv__title--anysis h3 p:nth-of-type(2) span:nth-of-type(3) {
    width: 2.4545454545rem;
  }
}
.p-mv__title--anysis h3 p:nth-of-type(2) span:nth-of-type(4) {
  width: 3.2rem;
  -webkit-transition-delay: 3.1s;
          transition-delay: 3.1s;
}
@media (max-width: 900px) {
  .p-mv__title--anysis h3 p:nth-of-type(2) span:nth-of-type(4) {
    width: 2.6181818182rem;
  }
}
.p-mv__title--anysis h3 p:nth-of-type(2) span:nth-of-type(5) {
  width: 3.9rem;
  -webkit-transition-delay: 3.14s;
          transition-delay: 3.14s;
}
@media (max-width: 900px) {
  .p-mv__title--anysis h3 p:nth-of-type(2) span:nth-of-type(5) {
    width: 3.1909090909rem;
  }
}
.p-mv__title--anykids h2 {
  width: 48.8rem;
}
@media (max-width: 900px) {
  .p-mv__title--anykids h2 {
    width: 24.3rem;
  }
}
@media (max-width: 900px) {
  .p-mv__title--anykids h3 {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
}
.p-mv__title--anykids h3 p:nth-of-type(1) span:nth-of-type(1) {
  width: 3rem;
  -webkit-transition-delay: 2.54s;
          transition-delay: 2.54s;
}
@media (max-width: 900px) {
  .p-mv__title--anykids h3 p:nth-of-type(1) span:nth-of-type(1) {
    width: 2.4545454545rem;
  }
}
.p-mv__title--anykids h3 p:nth-of-type(1) span:nth-of-type(2) {
  width: 3.2rem;
  -webkit-transition-delay: 2.58s;
          transition-delay: 2.58s;
}
@media (max-width: 900px) {
  .p-mv__title--anykids h3 p:nth-of-type(1) span:nth-of-type(2) {
    width: 2.6181818182rem;
  }
}
.p-mv__title--anykids h3 p:nth-of-type(1) span:nth-of-type(3) {
  width: 3.2rem;
  -webkit-transition-delay: 2.62s;
          transition-delay: 2.62s;
}
@media (max-width: 900px) {
  .p-mv__title--anykids h3 p:nth-of-type(1) span:nth-of-type(3) {
    width: 2.6181818182rem;
  }
}
.p-mv__title--anykids h3 p:nth-of-type(1) span:nth-of-type(4) {
  width: 3.1rem;
  -webkit-transition-delay: 2.66s;
          transition-delay: 2.66s;
}
@media (max-width: 900px) {
  .p-mv__title--anykids h3 p:nth-of-type(1) span:nth-of-type(4) {
    width: 2.5363636364rem;
  }
}
.p-mv__title--anykids h3 p:nth-of-type(1) span:nth-of-type(5) {
  width: 5.7rem;
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
@media (max-width: 900px) {
  .p-mv__title--anykids h3 p:nth-of-type(1) span:nth-of-type(5) {
    width: 4.6636363636rem;
  }
}
.p-mv__title--anykids h3 p:nth-of-type(1) span:nth-of-type(6) {
  width: 3.3rem;
  -webkit-transition-delay: 2.74s;
          transition-delay: 2.74s;
}
@media (max-width: 900px) {
  .p-mv__title--anykids h3 p:nth-of-type(1) span:nth-of-type(6) {
    width: 2.7rem;
  }
}
.p-mv__title--anykids h3 p:nth-of-type(1) span:nth-of-type(7) {
  width: 2.9rem;
  -webkit-transition-delay: 2.78s;
          transition-delay: 2.78s;
}
@media (max-width: 900px) {
  .p-mv__title--anykids h3 p:nth-of-type(1) span:nth-of-type(7) {
    width: 2.3727272727rem;
  }
}
.p-mv__title--anykids h3 p:nth-of-type(1) span:nth-of-type(8) {
  width: 3.1rem;
  -webkit-transition-delay: 2.82s;
          transition-delay: 2.82s;
}
@media (max-width: 900px) {
  .p-mv__title--anykids h3 p:nth-of-type(1) span:nth-of-type(8) {
    width: 2.5363636364rem;
  }
}
.p-mv__title--anykids h3 p:nth-of-type(1) span:nth-of-type(9) {
  width: 3.3rem;
  -webkit-transition-delay: 2.86s;
          transition-delay: 2.86s;
}
@media (max-width: 900px) {
  .p-mv__title--anykids h3 p:nth-of-type(1) span:nth-of-type(9) {
    width: 2.7rem;
  }
}
.p-mv__title--anykids h3 p:nth-of-type(1) span:nth-of-type(10) {
  width: 2.9rem;
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}
@media (max-width: 900px) {
  .p-mv__title--anykids h3 p:nth-of-type(1) span:nth-of-type(10) {
    width: 2.3727272727rem;
  }
}
.p-mv__title--anykids h3 p:nth-of-type(1) span:nth-of-type(11) {
  width: 6rem;
  -webkit-transition-delay: 2.94s;
          transition-delay: 2.94s;
}
@media (max-width: 900px) {
  .p-mv__title--anykids h3 p:nth-of-type(1) span:nth-of-type(11) {
    width: 4.9090909091rem;
  }
}
.p-mv__title--anykids h3 p:nth-of-type(2) span:nth-of-type(1) {
  width: 2.8rem;
  -webkit-transition-delay: 2.98s;
          transition-delay: 2.98s;
}
@media (max-width: 900px) {
  .p-mv__title--anykids h3 p:nth-of-type(2) span:nth-of-type(1) {
    width: 2.2909090909rem;
  }
}
.p-mv__title--anykids h3 p:nth-of-type(2) span:nth-of-type(2) {
  width: 2.9rem;
  -webkit-transition-delay: 3.02s;
          transition-delay: 3.02s;
}
@media (max-width: 900px) {
  .p-mv__title--anykids h3 p:nth-of-type(2) span:nth-of-type(2) {
    width: 2.3727272727rem;
  }
}
.p-mv__title--anykids h3 p:nth-of-type(2) span:nth-of-type(3) {
  width: 3.1rem;
  -webkit-transition-delay: 3.06s;
          transition-delay: 3.06s;
}
@media (max-width: 900px) {
  .p-mv__title--anykids h3 p:nth-of-type(2) span:nth-of-type(3) {
    width: 2.5363636364rem;
  }
}
.p-mv__title--anykids h3 p:nth-of-type(2) span:nth-of-type(4) {
  width: 3.2rem;
  -webkit-transition-delay: 3.1s;
          transition-delay: 3.1s;
}
@media (max-width: 900px) {
  .p-mv__title--anykids h3 p:nth-of-type(2) span:nth-of-type(4) {
    width: 2.6181818182rem;
  }
}
.p-mv__title--anykids h3 p:nth-of-type(2) span:nth-of-type(5) {
  width: 3.9rem;
  -webkit-transition-delay: 3.14s;
          transition-delay: 3.14s;
}
@media (max-width: 900px) {
  .p-mv__title--anykids h3 p:nth-of-type(2) span:nth-of-type(5) {
    width: 3.1909090909rem;
  }
}
.p-mv:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 50;
  -webkit-transition: -webkit-transform 0.8s 1.3s;
  transition: -webkit-transform 0.8s 1.3s;
  transition: transform 0.8s 1.3s;
  transition: transform 0.8s 1.3s, -webkit-transform 0.8s 1.3s;
}
.p-mv--any:before {
  background: #f36e3c;
}
.p-mv--anysis:before {
  background: #d295ac;
}
.p-mv--anykids:before {
  background: #9199cc;
}
.p-mv__mainImage {
  overflow: hidden;
}
.p-mv__mainImage img,
.p-mv__mainImage picture {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 5s 0.3s;
  transition: -webkit-transform 5s 0.3s;
  transition: transform 5s 0.3s;
  transition: transform 5s 0.3s, -webkit-transform 5s 0.3s;
}
.p-mv__title h2 {
  overflow: hidden;
}
.p-mv__title h2 span {
  display: block;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0;
  -webkit-transition: opacity 0.6s 2.1s, -webkit-transform 0.6s 2.1s;
  transition: opacity 0.6s 2.1s, -webkit-transform 0.6s 2.1s;
  transition: opacity 0.6s 2.1s, transform 0.6s 2.1s;
  transition: opacity 0.6s 2.1s, transform 0.6s 2.1s, -webkit-transform 0.6s 2.1s;
}
.p-mv__title h3 {
  overflow: hidden;
}
.p-mv__title h3 span {
  display: block;
  -webkit-transform: translateY(105%);
          transform: translateY(105%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.p-mv.is-active {
  clip-path: inset(0 0 0 0);
}
.p-mv.is-active:before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.p-mv.is-active .p-mv__mainImage img,
.p-mv.is-active .p-mv__mainImage picture {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-mv.is-active .p-mv__title h2 span {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-mv.is-active .p-mv__title h3 span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-bottom {
  margin-top: 18rem;
}
@media (max-width: 900px) {
  .p-bottom {
    margin-top: 13rem;
  }
}
.p-bottom__inner {
  width: 67.8rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
}
@media (max-width: 900px) {
  .p-bottom__inner {
    width: 32.6rem;
    -webkit-column-gap: 0.2rem;
       -moz-column-gap: 0.2rem;
            column-gap: 0.2rem;
  }
}
.p-bottom__content {
  position: relative;
}
.p-bottom__content::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 0.6s ease;
  transition: clip-path 0.6s ease;
  z-index: 20;
}
.p-bottom__content--anysis::after {
  background-color: rgba(210, 149, 172, 0.8);
}
.p-bottom__content--anykids::after {
  background-color: rgba(145, 153, 204, 0.8);
}
.p-bottom__content--any::after {
  background-color: rgba(243, 110, 60, 0.85);
}
.p-bottom__content:hover::after {
  clip-path: inset(0);
}
.p-bottom__contentImage {
  aspect-ratio: 336/336;
  position: relative;
  z-index: 10;
}
.p-bottom__contentText {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}

.p-toTop {
  z-index: 10;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
@media (min-width: 901px) {
  .p-toTop {
    bottom: 3.2rem;
    right: 1.4rem;
    width: min(7rem, 120px);
  }
}
@media (max-width: 900px) {
  .p-toTop {
    bottom: 2.6rem;
    right: 2.6rem;
    width: 7rem;
  }
}
.p-toTop.is-show {
  opacity: 1;
  visibility: visible;
}

.p-collection {
  margin-top: 12.8rem;
}
@media (max-width: 900px) {
  .p-collection {
    margin-top: 9.8rem;
    width: 100dvw;
  }
}
.p-collection__title {
  text-align: center;
  font-size: max(2.4rem, 10px);
  line-height: 2.4166666667;
  letter-spacing: 0.02em;
}
@media (max-width: 900px) {
  .p-collection__title {
    font-size: max(2rem, 10px);
    line-height: 2.9;
    letter-spacing: 0.02em;
  }
}
.p-collection__item {
  cursor: pointer;
  position: relative;
}
@media (max-width: 900px) {
  .p-collection__item:nth-of-type(1) {
    width: 100%;
    grid-column: 1/-1;
  }
  .p-collection__item:nth-of-type(4) {
    width: 100%;
    grid-column: 1/-1;
  }
}
.p-collection__item:hover .p-collection__itemImage img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-collection__listWrap {
  width: 96rem;
  margin-top: 6.3rem;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
@media (max-width: 900px) {
  .p-collection__listWrap {
    width: 100%;
    margin-top: 3.9rem;
  }
}
.p-collection__itemImage {
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-collection__itemImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.p-collection__open {
  z-index: 2;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 2.9rem;
  height: 2.9rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-collection__open:hover {
  opacity: 0.7;
}
.p-collection__open span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-collection__open span:nth-of-type(1) {
  top: 50%;
}
.p-collection__open span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-collection__open.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(-0.2rem) rotate(-45deg);
          transform: translateY(-0.2rem) rotate(-45deg);
}
@media (max-width: 900px) {
  .p-collection__open.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(0rem) rotate(0deg);
            transform: translateY(0rem) rotate(0deg);
  }
}
.p-collection__open.is-active span:nth-of-type(2) {
  -webkit-transform: translateY(-0.2rem) rotate(45deg);
          transform: translateY(-0.2rem) rotate(45deg);
}
@media (max-width: 900px) {
  .p-collection__open.is-active span:nth-of-type(2) {
    -webkit-transform: translateY(0rem) rotate(90deg);
            transform: translateY(0rem) rotate(90deg);
  }
}
.p-collection__close {
  width: 2rem;
  position: absolute;
  z-index: 100;
  top: 2rem;
  right: 2rem;
}
@media (max-width: 900px) {
  .p-collection__close {
    position: fixed;
  }
}
.p-collection__overlay {
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(243, 110, 60, 0.85);
  color: #ffffff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
.p-collection__overlay.is-open {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 900px) {
  .p-collection__overlay.is-open {
    z-index: 100;
  }
}
@media (min-width: 901px) {
  .p-collection__overlay {
    position: absolute;
  }
}
@media (max-width: 900px) {
  .p-collection__overlay {
    position: fixed;
    width: 100dvw;
    height: 100dvh;
    z-index: 100;
    overflow-y: scroll;
  }
}
.p-collection__overlayInner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 900px) {
  .p-collection__overlayInner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
  }
}
.p-collection__overlayImage {
  width: 20rem;
  height: auto;
  margin-inline: auto;
}
.p-collection__overlayBlock {
  width: 40rem;
  height: auto;
  margin-inline: auto;
}
@media (min-width: 901px) {
  .p-collection__overlayBlock--items {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 900px) {
  .p-collection__overlayBlock--items {
    padding-block: 2.5rem 2rem;
  }
}
@media (min-width: 901px) {
  .p-collection__overlayBlock--reason {
    height: 22rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 2.5rem;
  }
}
@media (max-width: 900px) {
  .p-collection__overlayBlock--reason {
    padding-top: 2rem;
  }
}
@media (max-width: 900px) {
  .p-collection__overlayBlock {
    width: 32rem;
  }
}
.p-collection__number {
  font-size: max(1.4rem, 10px);
  line-height: 1.2142857143;
  letter-spacing: 0.02em;
  margin-top: 1rem;
}
.p-collection__number small {
  font-size: max(1.2rem, 10px);
  line-height: 1.25;
  letter-spacing: 0.02em;
}
@media (max-width: 900px) {
  .p-collection__number {
    position: absolute;
    top: 0;
    left: 5rem;
    margin-top: 0;
  }
}
.p-collection__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.4rem;
  margin-top: 1.8rem;
}
@media (max-width: 900px) {
  .p-collection__items {
    margin-top: 0;
    row-gap: 1.2rem;
  }
}
.p-collection__itemName {
  font-size: max(1.4rem, 10px);
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 900px) {
  .p-collection__itemName {
    font-size: max(1.4rem, 10px);
    line-height: 2;
    letter-spacing: 0.02em;
  }
}
.p-collection__itemInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.4rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  font-family: "Inter", sans-serif;
}
.p-collection__itemPrice {
  font-size: max(1.6rem, 10px);
  line-height: 1.25;
  letter-spacing: 0.02em;
}
.p-collection__itemLink {
  background-color: #ffffff;
  color: #f36e3c;
  width: 5.5rem;
  height: 2rem;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-size: max(1.3rem, 10px);
  line-height: 1;
  letter-spacing: 0.02em;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-collection__itemLink:hover {
  opacity: 0.7;
}
.p-collection__line {
  border: none;
  height: 1px;
  background-color: #ffffff;
  width: 40rem;
  margin-inline: auto;
}
@media (max-width: 900px) {
  .p-collection__line {
    width: 32rem;
  }
}
.p-collection__reason {
  font-size: max(1.2rem, 10px);
  line-height: 1.4166666667;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
}
.p-collection__reasonList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  margin-top: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
}
.p-collection__reasonList li {
  font-size: max(1.9rem, 10px);
  line-height: 1.4210526316;
  letter-spacing: 0em;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
@media (max-width: 900px) {
  .p-collection__reasonList li {
    line-height: 1.2;
  }
}
.p-collection--anysis .p-collection__title {
  color: #d295ac;
}
.p-collection--anysis .p-collection__overlay {
  background-color: rgba(210, 149, 172, 0.8);
}
.p-collection--anysis .p-collection__itemLink {
  color: #d295ac;
}
.p-collection--anykids .p-collection__title {
  color: #9199cc;
}
.p-collection--anykids .p-collection__overlay {
  background-color: rgba(145, 153, 204, 0.8);
}
.p-collection--anykids .p-collection__itemLink {
  color: #9199cc;
}
.p-collection__itemImage {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 0.8s 0.3s;
  transition: clip-path 0.8s 0.3s;
  position: relative;
}
.p-collection__itemImage:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 50;
  background: #f36e3c;
}
.p-collection__item:nth-of-type(1) .p-collection__itemImage {
  -webkit-transition: clip-path 0.8s 0.3s;
  transition: clip-path 0.8s 0.3s;
}
.p-collection__item:nth-of-type(1) .p-collection__itemImage::before {
  -webkit-transition: -webkit-transform 0.6s 1.1s;
  transition: -webkit-transform 0.6s 1.1s;
  transition: transform 0.6s 1.1s;
  transition: transform 0.6s 1.1s, -webkit-transform 0.6s 1.1s;
}
.p-collection__item:nth-of-type(2) .p-collection__itemImage {
  -webkit-transition: clip-path 0.8s 0.5s;
  transition: clip-path 0.8s 0.5s;
}
.p-collection__item:nth-of-type(2) .p-collection__itemImage::before {
  -webkit-transition: -webkit-transform 0.6s 1.3s;
  transition: -webkit-transform 0.6s 1.3s;
  transition: transform 0.6s 1.3s;
  transition: transform 0.6s 1.3s, -webkit-transform 0.6s 1.3s;
}
.p-collection__item:nth-of-type(3) .p-collection__itemImage {
  -webkit-transition: clip-path 0.8s 0.7s;
  transition: clip-path 0.8s 0.7s;
}
.p-collection__item:nth-of-type(3) .p-collection__itemImage::before {
  -webkit-transition: -webkit-transform 0.6s 1.5s;
  transition: -webkit-transform 0.6s 1.5s;
  transition: transform 0.6s 1.5s;
  transition: transform 0.6s 1.5s, -webkit-transform 0.6s 1.5s;
}
.p-collection__item:nth-of-type(4) .p-collection__itemImage {
  -webkit-transition: clip-path 0.8s 0.9s;
  transition: clip-path 0.8s 0.9s;
}
.p-collection__item:nth-of-type(4) .p-collection__itemImage::before {
  -webkit-transition: -webkit-transform 0.6s 1.7s;
  transition: -webkit-transform 0.6s 1.7s;
  transition: transform 0.6s 1.7s;
  transition: transform 0.6s 1.7s, -webkit-transform 0.6s 1.7s;
}
.p-collection__item:nth-of-type(5) .p-collection__itemImage {
  -webkit-transition: clip-path 0.8s 1.1s;
  transition: clip-path 0.8s 1.1s;
}
.p-collection__item:nth-of-type(5) .p-collection__itemImage::before {
  -webkit-transition: -webkit-transform 0.6s 1.9s;
  transition: -webkit-transform 0.6s 1.9s;
  transition: transform 0.6s 1.9s;
  transition: transform 0.6s 1.9s, -webkit-transform 0.6s 1.9s;
}
.p-collection__item:nth-of-type(6) .p-collection__itemImage {
  -webkit-transition: clip-path 0.8s 1.3s;
  transition: clip-path 0.8s 1.3s;
}
.p-collection__item:nth-of-type(6) .p-collection__itemImage::before {
  -webkit-transition: -webkit-transform 0.6s 2.1s;
  transition: -webkit-transform 0.6s 2.1s;
  transition: transform 0.6s 2.1s;
  transition: transform 0.6s 2.1s, -webkit-transform 0.6s 2.1s;
}
.p-collection--anysis .p-collection__itemImage:before {
  background: #d295ac;
}
.p-collection--anykids .p-collection__itemImage:before {
  background: #9199cc;
}
.p-collection.is-active .p-collection__itemImage {
  clip-path: inset(0 0 0 0);
}
.p-collection.is-active .p-collection__itemImage:before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

body.is-modalOpen {
  width: 100vw;
  height: 100dvh;
  position: fixed;
}

.p-archive {
  margin-top: 7.5rem;
}
.p-archive__title {
  text-align: center;
  font-size: max(2.2rem, 10px);
  line-height: 1.7272727273;
  letter-spacing: 0.014em;
}
.p-archive__inner {
  width: 49rem;
  margin-inline: auto;
  margin-top: 4.3rem;
}
@media (max-width: 900px) {
  .p-archive__inner {
    width: 23.2rem;
  }
}
.p-archive__list {
  width: 49rem;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 2.3rem;
     -moz-column-gap: 2.3rem;
          column-gap: 2.3rem;
  row-gap: 2.5rem;
  -ms-grid-columns: 1fr 2.3rem 1fr 2.3rem 1fr 2.3rem 1fr;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 900px) {
  .p-archive__list {
    width: 23.2rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-archive__item {
  padding-block: 0.7rem;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #f36e3c;
  font-size: max(1.4rem, 10px);
  line-height: 1;
  letter-spacing: 0.015em;
  font-weight: 600;
  background-color: #ffffff;
  color: #f36e3c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-archive__item:hover {
  background-color: #f36e3c;
  color: #ffffff;
}

.anysis .p-archive__title {
  color: #d295ac;
}
.anysis .p-archive__item {
  border: 1px solid #d295ac;
  color: #d295ac;
}
.anysis .p-archive__item:hover {
  background-color: #d295ac;
  color: #ffffff;
}

.anykids .p-archive__title {
  color: #9199cc;
}
.anykids .p-archive__item {
  border: 1px solid #9199cc;
  color: #9199cc;
}
.anykids .p-archive__item:hover {
  background-color: #9199cc;
  color: #ffffff;
}

.p-rebranding {
  padding-block: 11rem 3rem;
}
@media (max-width: 900px) {
  .p-rebranding {
    padding-block: 10rem 6rem;
  }
}
.p-rebranding p {
  text-align: center;
  font-size: max(1.6rem, 10px);
  line-height: 2.625;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #696868;
}
@media (max-width: 900px) {
  .p-rebranding p {
    font-size: max(1.5rem, 10px);
    line-height: 1.8666666667;
    letter-spacing: 0.02em;
  }
}

.p-issue {
  margin-top: 15rem;
}
@media (max-width: 900px) {
  .p-issue {
    margin-top: 8.3rem;
  }
}
.p-issue__inner {
  width: 96rem;
  margin-inline: auto;
}
@media (max-width: 900px) {
  .p-issue__inner {
    width: 39rem;
  }
}
.p-issue__title {
  text-align: center;
  font-size: max(2.2rem, 10px);
  line-height: 2.6363636364;
  letter-spacing: 0.014em;
}
.p-issue__list {
  width: 100%;
  margin-top: 4.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.4rem;
}
@media (max-width: 900px) {
  .p-issue__list {
    margin-top: 4rem;
    gap: 0.8rem;
  }
}
.p-issue__item {
  width: 31rem;
  height: auto;
  overflow: hidden;
}
.p-issue__item a {
  display: block;
  width: 100%;
  height: auto;
}
.p-issue__item img {
  width: 100%;
  height: auto;
}
@media (max-width: 900px) {
  .p-issue__item {
    width: 19rem;
  }
}

.anysis .p-issue__title {
  color: #d295ac;
}

.anykids .p-issue__title {
  color: #9199cc;
}

.p-404 {
  width: 100%;
  height: 60dvh;
  padding-top: 28rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  .p-404 {
    padding-top: 13rem;
    height: 50dvh;
  }
}
.p-404__title {
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.08em;
}
@media (max-width: 900px) {
  .p-404__title {
    font-size: 2.4rem;
  }
}
.p-404__subTitle {
  margin-top: 10rem;
  text-align: center;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 900px) {
  .p-404__subTitle {
    margin-top: 5rem;
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
.p-404__text {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 2rem;
}
@media (max-width: 900px) {
  .p-404__text {
    font-size: 1.2rem;
  }
}

/* ====================================================
  Utility
==================================================== */
.u-hover {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.u-hover:hover {
  opacity: 0.7;
}

@media (min-width: 901px) {
  .u-pcNone {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .u-spNone {
    display: none !important;
  }
}