@charset "UTF-8";
#nitoms {
  --c-main: #000;
  --white: #fff;
  --font-main: "Noto Sans JP", "Hiragino Sans", sans-serif;
  --font-mplus1p: "Noto Sans JP", "Hiragino Sans", sans-serif;
  --font-mplus2p: "Noto Sans JP", "Hiragino Sans", sans-serif;
  --font-zenmaru: "Noto Sans JP", "Hiragino Sans", sans-serif;
  --white: #fff;
  --pink: #E4007F;
  --navy-blue: #1D2087;
  --blue: #0B318F;
  --yellow: #ffff00;
  --yellow-mark: #fff100;
  --cyan: #84CCC9;
  --link-blue: #0081CC;
  --gray-59: #595757;
  --gray-4f: #4F4F4F;
  --gray-a5: #a5a5a7;
  --pink-red: #F15E74;
  --pink-light: #FCE9E4;
  --pink-txt: #e3007f;
  --l-blue: #d4ecf3;
}

html {
  font-size: 62.5%;
}

#nitoms {
  color: var(--c-main);
  font-family: var(--font-main);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#nitoms a,
#nitoms button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#nitoms a:hover,
#nitoms button:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #nitoms a:hover,
  #nitoms button:hover {
    opacity: 1;
  }
}

main#nitoms {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}

html {
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  html {
    height: auto !important;
    overflow: unset !important;
  }
}

body {
  min-width: 0;
  overflow-x: clip;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

#nitoms {
  line-height: 1.5;
}

:where(#nitoms),
:where(#nitoms) *,
:where(#nitoms) *::before,
:where(#nitoms) *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
:where(#nitoms) h1,
:where(#nitoms) h2,
:where(#nitoms) h3,
:where(#nitoms) h4,
:where(#nitoms) p,
:where(#nitoms) figure,
:where(#nitoms) blockquote,
:where(#nitoms) dl,
:where(#nitoms) dd,
:where(#nitoms) ul,
:where(#nitoms) li {
  margin: 0;
}
:where(#nitoms) ul,
:where(#nitoms) ol {
  list-style: none;
  padding: 0;
}
:where(#nitoms) a:not([class]) {
  text-decoration-skip-ink: auto;
}
:where(#nitoms) a {
  color: inherit;
  text-decoration: none;
}
:where(#nitoms) img,
:where(#nitoms) picture {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
:where(#nitoms) input,
:where(#nitoms) button,
:where(#nitoms) textarea,
:where(#nitoms) select {
  font: inherit;
}
:where(#nitoms) button {
  background-color: transparent;
  background-color: initial;
  border: none;
  padding: 0;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  :where(#nitoms),
  :where(#nitoms) *,
  :where(#nitoms) *::before,
  :where(#nitoms) *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
            transition-duration: 0.01ms !important;
  }
}
:where(#nitoms) .l-inner-nitoms {
  margin-left: auto;
  margin-right: auto;
  max-width: min(72.9166666667vw, 105rem);
  padding-left: min(1.7361111111vw, 2.5rem);
  padding-right: min(1.7361111111vw, 2.5rem);
  width: 100%;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .l-inner-nitoms {
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

:where(#nitoms) .l-page-top {
  bottom: min(1.3888888889vw, 2rem);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: min(1.3888888889vw, 2rem);
  visibility: hidden;
  width: min(1.7361111111vw, 2.5rem);
  z-index: 99;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .l-page-top {
    right: 0.8rem;
    width: 1.5rem;
  }
}
:where(#nitoms) .l-page-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
:where(#nitoms) .l-page-top__link {
  display: block;
}
:where(#nitoms) .l-page-top img {
  display: block;
  height: auto;
  width: 100%;
}

:where(#nitoms) .c-line {
  display: inline-block;
  position: relative;
  z-index: 1;
}
:where(#nitoms) .c-line::after {
  background: var(--yellow);
  bottom: max(-0.6944444444vw, -1rem);
  content: "";
  height: min(1.4583333333vw, 2.1rem);
  left: max(-0.5555555556vw, -0.8rem);
  position: absolute;
  right: max(-0.5555555556vw, -0.8rem);
  width: auto;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .c-line::after {
    bottom: 0.5333333333vw;
    height: 2.6666666667vw;
    left: -1.0666666667vw;
    right: 0;
  }
}
:where(#nitoms) .c-line.is-active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
:where(#nitoms) .c-line--thin::after {
  background: var(--yellow-mark);
  border-radius: 50vh;
  bottom: max(-0.4166666667vw, -0.6rem);
  height: min(0.2083333333vw, 0.3rem);
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .c-line--thin::after {
    bottom: -0.2666666667vw;
    height: 0.2rem;
    left: 0;
    right: 0;
  }
}

:where(#nitoms) .c-modal__overlay {
  height: 100vh;
  left: 50%;
  position: fixed;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, .8);
          transform: translate(-50%, -50%);
  z-index: 100;
}
:where(#nitoms) .c-modal__container {
  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;
  height: inherit;
  margin: 0 auto;
  max-height: 100vh;
  max-width: min(69.4444444444vw, 100rem);
  padding: min(2.0833333333vw, 3rem);
  width: 100%;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .c-modal__container {
    max-width: none;
    padding: 4vw;
  }
}
:where(#nitoms) .c-modal__close {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  height: min(3.4722222222vw, 5rem);
  position: fixed;
  right: min(1.3888888889vw, 2rem);
  top: min(1.3888888889vw, 2rem);
  width: min(3.4722222222vw, 5rem);
  z-index: 101;
}
:where(#nitoms) .c-modal__close::before {
  color: #fff;
  content: "✕";
  font-size: min(2.0833333333vw, 3rem);
}
:where(#nitoms) .c-modal__movie {
  max-width: min(54.8611111111vw, 79rem);
  width: 100%;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .c-modal__movie {
    max-width: none;
  }
}
:where(#nitoms) .c-modal__movie iframe {
  aspect-ratio: 790/444;
  border: none;
  display: block;
  height: 100%;
  outline: none;
  width: 100%;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
:where(#nitoms) .micromodal-slide {
  display: none;
}
:where(#nitoms) .micromodal-slide.is-open {
  display: block;
}
:where(#nitoms) .micromodal-slide[aria-hidden=false] .c-modal__overlay {
  -webkit-animation: fadeIn 0.8s ease-in-out;
          animation: fadeIn 0.8s ease-in-out;
}
:where(#nitoms) .micromodal-slide[aria-hidden=false] .c-modal__container {
  -webkit-animation: fadeIn 0.8s ease-in-out;
          animation: fadeIn 0.8s ease-in-out;
}
:where(#nitoms) .micromodal-slide[aria-hidden=true] .c-modal__overlay {
  -webkit-animation: fadeOut 0.8s ease-in-out;
          animation: fadeOut 0.8s ease-in-out;
}
:where(#nitoms) .micromodal-slide[aria-hidden=true] .c-modal__container {
  -webkit-animation: fadeOut 0.8s ease-in-out;
          animation: fadeOut 0.8s ease-in-out;
}
:where(#nitoms) .micromodal-slide .c-modal__container,
:where(#nitoms) .micromodal-slide .c-modal__overlay {
  will-change: transform;
}

:where(#nitoms).c-store__hidden .p-cta__btn--shop,
:where(#nitoms).c-store__hidden .p-store__search,
:where(#nitoms).c-store__hidden .p-store__map,
:where(#nitoms).c-store__hidden .p-store__note,
:where(#nitoms) .c-store__hidden .p-cta__btn--shop,
:where(#nitoms) .c-store__hidden .p-store__search,
:where(#nitoms) .c-store__hidden .p-store__map,
:where(#nitoms) .c-store__hidden .p-store__note {
  display: none;
}
@media screen and (max-width: 767px) {
  :where(#nitoms).c-store__hidden .p-cta,
  :where(#nitoms) .c-store__hidden .p-cta {
    pointer-events: none;
  }
  :where(#nitoms).c-store__hidden .p-cta__btn--cart,
  :where(#nitoms) .c-store__hidden .p-cta__btn--cart {
    border-radius: 0 0 0 1.0666666667vw;
    height: 7.7333333333vw;
    margin-left: auto;
    max-width: 100%;
    pointer-events: auto;
    width: 36vw;
  }
  :where(#nitoms).c-store__hidden .p-cta__btn--cart img,
  :where(#nitoms) .c-store__hidden .p-cta__btn--cart img {
    width: 30.6666666667vw;
  }
  :where(#nitoms).c-store__hidden .p-mv,
  :where(#nitoms) .c-store__hidden .p-mv {
    margin-top: -8.2666666667vw;
  }
}

:where(#nitoms) .p-bottom-container {
  background-color: var(--cyan);
  margin-bottom: min(12.5vw, 18rem);
  margin-top: min(13.8888888889vw, 20rem);
  padding-bottom: min(1.0416666667vw, 1.5rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-bottom-container {
    margin-top: 10.1333333333vw;
    padding-bottom: 15.2vw;
  }
}
:where(#nitoms) .p-bottom-container::before,
:where(#nitoms) .p-bottom-container::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;
}
:where(#nitoms) .p-bottom-container::before {
  background-image: url(../img/bg_top.png);
  height: min(18.8194444444vw, 27.1rem);
  top: max(-11.8055555556vw, -17rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-bottom-container::before {
    background-image: url(../img/bg_top-sp.png);
    background-size: contain;
    height: 18.1333333333vw;
    top: -14.6666666667vw;
  }
}
:where(#nitoms) .p-bottom-container::after {
  background-image: url(../img/bg_bottom.png);
  bottom: max(-15.2777777778vw, -22rem);
  height: min(15.2777777778vw, 22rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-bottom-container::after {
    background-image: url(../img/bg_bottom-sp.png);
    background-size: contain;
    bottom: -9.3333333333vw;
    height: 12.2666666667vw;
  }
}
:where(#nitoms) .p-bottom-container.p-bottom-container--shop {
  margin-bottom: 0;
  margin-top: min(9.7222222222vw, 14rem);
  padding-bottom: min(3.4722222222vw, 5rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-bottom-container.p-bottom-container--shop {
    margin-top: 0rem;
  }
}
:where(#nitoms) .p-bottom-container.p-bottom-container--shop::before {
  background-image: url(../img/bg_top-cta02.png);
  background-size: cover;
  height: min(23.8194444444vw, 34.3rem);
  top: max(-15.4166666667vw, -22.2rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-bottom-container.p-bottom-container--shop::before {
    background-image: url(../img/bg_top-sp.png);
    background-size: contain;
    height: 18.1333333333vw;
    top: -14.6666666667vw;
  }
}
:where(#nitoms) .p-bottom-container.p-bottom-container--shop::after {
  display: none;
}

:where(#nitoms) .p-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 0;
  top: min(7.2222222222vw, 10.4rem);
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(1.8055555556vw, 2.6rem);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  will-change: opacity, transform;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-cta {
    position: sticky;
    right: auto;
    top: 0;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    -webkit-transform: none;
            transform: none;
    z-index: 1000;
  }
}
:where(#nitoms) .p-cta.is-cta-hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(min(1.3888888889vw, 2rem));
          transform: translateX(min(1.3888888889vw, 2rem));
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-cta.is-cta-hidden {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
            transform: none;
  }
}
:where(#nitoms) .p-cta__btn {
  border-radius: min(0.6944444444vw, 1rem) 0 0 min(0.6944444444vw, 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: clamp(13.7rem, 11.8055555556vw, 17rem);
  width: clamp(3.3rem, 2.8472222222vw, 4.1rem);
  -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: 767px) {
  :where(#nitoms) .p-cta__btn {
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    height: 10.6666666667vw;
    padding: 2.1333333333vw 0;
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
:where(#nitoms) .p-cta__btn picture {
  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;
  height: 100%;
  width: 100%;
}
:where(#nitoms) .p-cta__btn--cart {
  background-color: var(--yellow);
}
:where(#nitoms) .p-cta__btn--cart img {
  width: clamp(2.2rem, 1.875vw, 2.7rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-cta__btn--cart img {
    width: 32.2666666667vw;
  }
}
:where(#nitoms) .p-cta__btn--shop {
  background-color: var(--pink);
}
:where(#nitoms) .p-cta__btn--shop img {
  width: clamp(2rem, 1.7361111111vw, 2.5rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-cta__btn--shop img {
    width: 31.2vw;
  }
}
@media (any-hover: hover) {
  :where(#nitoms) .p-cta__btn:hover {
    opacity: 0.7;
  }
}

:where(#nitoms) .p-feature {
  padding-top: min(6.9444444444vw, 10rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature {
    padding-top: 10.6666666667vw;
  }
}
:where(#nitoms) .p-feature__side-product {
  left: min(4.7222222222vw, 6.8rem);
  position: absolute;
  top: max(-26.7361111111vw, -38.5rem);
  width: min(33.75vw, 48.6rem);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__side-product {
    display: none;
  }
}
:where(#nitoms) .p-feature__inner {
  max-width: min(79.1666666667vw, 114rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__inner {
    max-width: none;
    padding-inline: 5.3333333333vw;
  }
}
:where(#nitoms) .p-feature__wrapper {
  margin-inline: auto;
  max-width: min(73.3333333333vw, 105.6rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__wrapper {
    max-width: 89.3333333333vw;
  }
}
:where(#nitoms) .p-feature__container {
  margin-inline: auto;
  max-width: min(68.8194444444vw, 99.1rem);
  width: 100%;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__container {
    max-width: 89.3333333333vw;
  }
}
:where(#nitoms) .p-feature__ttl-wrapper {
  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;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__ttl-wrapper {
    margin: 0;
    margin-inline: auto;
    max-width: 81.3333333333vw;
  }
}
:where(#nitoms) .p-feature__ttl-top {
  margin-left: min(1.5277777778vw, 2.2rem);
  max-width: min(42.0833333333vw, 60.6rem);
  width: 100%;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__ttl-top {
    margin-left: 0;
    max-width: 68vw;
  }
}
:where(#nitoms) .p-feature__ttl-center {
  margin-top: min(1.0416666667vw, 1.5rem);
  max-width: min(51.5277777778vw, 74.2rem);
  width: 100%;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__ttl-center {
    margin-top: 0.7rem;
    max-width: unset;
  }
}
:where(#nitoms) .p-feature__copy {
  background-color: var(--navy-blue);
  border-radius: min(2.5vw, 3.6rem);
  color: var(--yellow-mark);
  font-size: min(2.5vw, 3.6rem);
  font-weight: 800;
  height: min(5vw, 7.2rem);
  letter-spacing: 0.15em;
  line-height: min(5vw, 7.2rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__copy {
    border-radius: 50vh;
    font-size: 4.8vw;
    height: 8.8vw;
    letter-spacing: 0.1em;
    line-height: 8.8vw;
    margin-inline: auto;
    width: 81.3333333333vw;
  }
}
:where(#nitoms) .p-feature__ttl-bottom {
  margin-left: min(0.9027777778vw, 1.3rem);
  margin-top: min(0.2777777778vw, 0.4rem);
  width: 100%;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__ttl-bottom {
    margin-left: -0.5333333333vw;
    margin-top: 1.8666666667vw;
  }
}
:where(#nitoms) .p-feature__ttl-txt {
  color: var(--c-main);
  font-family: var(--font-mplus2p);
  font-size: min(4.1666666667vw, 6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__ttl-txt {
    font-size: min(8.5333333333vw, 60px);
    margin-left: 3.4666666667vw;
    margin-top: -0.8vw;
  }
}
:where(#nitoms) .p-feature__ttl-num {
  font-size: min(7.4423611111vw, 10.717rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__ttl-num {
    font-size: min(14.9333333333vw, 88px);
  }
}
:where(#nitoms) .p-feature__list {
  margin-top: min(7.4305555556vw, 10.7rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__list {
    margin-top: 8vw;
  }
}
:where(#nitoms) .p-feature__item {
  border: min(0.2430555556vw, 0.35rem) solid var(--cyan);
  border-radius: min(1.875vw, 2.7rem);
  margin-inline: auto;
  max-width: min(68.8194444444vw, 99.1rem);
  padding: min(4.1666666667vw, 6rem);
  padding-block: min(6.1111111111vw, 8.8rem) min(5vw, 7.2rem);
  position: relative;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__item {
    border: none;
    max-width: unset;
    padding: 0;
  }
}
:where(#nitoms) .p-feature__item::before {
  background-color: var(--white);
  content: "";
  height: min(15.1388888889vw, 21.8rem);
  left: max(-3.0555555556vw, -4.4rem);
  position: absolute;
  top: max(-2.0833333333vw, -3rem);
  width: min(11.9444444444vw, 17.2rem);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__item::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__item::after,
  :where(#nitoms) .p-feature__bottom-item::after {
    background: var(--cyan);
    border-radius: 50vh;
    content: "";
    display: block;
    height: 0.4vw;
    left: 0;
    margin-inline: auto;
    position: absolute;
    right: 0;
    top: -8vw;
    width: 89.3333333333vw;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__item:first-child::after {
    display: none;
  }
}
:where(#nitoms) .p-feature__item + .p-feature__item {
  margin-top: min(9.7222222222vw, 14rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__item + .p-feature__item {
    margin-top: 16vw;
    padding-bottom: 0;
    padding-top: 0;
  }
}
:where(#nitoms) .p-feature__num {
  display: block;
  left: max(-3.125vw, -4.5rem);
  position: absolute;
  top: 0;
  width: min(9.8611111111vw, 14.2rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__num {
    max-width: 75px;
    position: static;
    width: 16vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__item-head {
    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;
    gap: 3.2vw;
    margin-inline: auto;
    max-width: 500px;
  }
}
:where(#nitoms) .p-feature__item > .p-feature__item-head {
  margin-inline: auto;
  max-width: min(60vw, 86.4rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__item > .p-feature__item-head {
    max-width: unset;
  }
}
:where(#nitoms) .p-feature__item-wrapper {
  margin-inline: auto;
  max-width: min(60vw, 86.4rem);
  width: 100%;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__item-wrapper {
    max-width: 81.3333333333vw;
  }
}
:where(#nitoms) .p-feature__item-ttl {
  margin: 0;
  margin-inline: auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
:where(#nitoms) .p-feature__item .p-feature__item-line {
  width: min(33.2638888889vw, 47.9rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__item .p-feature__item-line {
    max-width: 354px;
    width: 65.0666666667vw;
  }
}
:where(#nitoms) .p-feature__item02-ttl-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
:where(#nitoms) .p-feature__item02-ttl {
  display: inline-block;
  width: min(35.9027777778vw, 51.7rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__item02-ttl {
    max-width: 354px;
    width: 67.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__item02-ttl::after {
    bottom: 1.6vw;
  }
}
:where(#nitoms) .p-feature__item-l {
  font-size: min(3.4722222222vw, 5rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__item-l {
    font-size: min(5.8666666667vw, 38px);
  }
}
:where(#nitoms) .p-feature__point-img {
  margin-top: min(2.7777777778vw, 4rem);
  max-width: min(60vw, 86.4rem);
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__point-img {
    margin-inline: auto;
    margin-top: 4.5333333333vw;
    max-width: 81.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__point-img-pc {
    display: none;
  }
}
:where(#nitoms) .p-feature__point-img-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__point-img-sp {
    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;
    margin-inline: auto;
    row-gap: 5.3333333333vw;
    width: 81.3333333333vw;
  }
}
:where(#nitoms) .p-feature__point-img--item2 {
  position: relative;
}
:where(#nitoms) .p-feature__point-txt {
  --point-txt-w: min(22.5694444444vw, 32.5rem);
  bottom: min(1.3888888889vw, 2rem);
  height: min(5.3381944444vw, 7.687rem);
  position: absolute;
  right: min(20.6597222222vw, 29.75rem);
  width: var(--point-txt-w);
  -o-object-fit: fill;
     object-fit: fill;
  opacity: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  will-change: width, opacity;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__point-txt {
    --point-txt-w: 33.8666666667vw;
    height: 7.7333333333vw;
    right: 33.8666666667vw;
  }
}
:where(#nitoms) .p-feature__point-txt.is-active {
  -webkit-animation: featurePointTxtStretch 2.1s both;
          animation: featurePointTxtStretch 2.1s both;
}
@-webkit-keyframes featurePointTxtStretch {
  0% {
    opacity: 0;
    width: calc(var(--point-txt-w) * 0.25);
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.3, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.3, 1);
  }
  58% {
    width: calc(var(--point-txt-w) * 1.22);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
            animation-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: var(--point-txt-w);
  }
}
@keyframes featurePointTxtStretch {
  0% {
    opacity: 0;
    width: calc(var(--point-txt-w) * 0.25);
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.3, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.3, 1);
  }
  58% {
    width: calc(var(--point-txt-w) * 1.22);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
            animation-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: var(--point-txt-w);
  }
}
:where(#nitoms) .p-feature__item-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-block: min(2.9166666667vw, 4.2rem);
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__item-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-block: 5.8666666667vw 5.8666666667vw;
    max-width: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 81.3333333333vw;
  }
}
:where(#nitoms) .p-feature__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(48.125vw, 69.3rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: min(2.2916666667vw, 3.3rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__points {
    max-width: 500px;
    row-gap: 2rem;
    width: 73.0666666667vw;
  }
}
:where(#nitoms) .p-feature__points-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--c-main);
  font-family: var(--font-mplus1p);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__points-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 0.5333333333vw;
  }
}
:where(#nitoms) .p-feature__points-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: min(1.3888888889vw, 2rem);
  width: min(2.2222222222vw, 3.2rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__points-icon {
    margin-right: 2.1333333333vw;
    width: 4vw;
  }
}
:where(#nitoms) .p-feature__points-ttl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: min(2.0833333333vw, 3rem);
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__points-ttl {
    font-size: min(5.3333333333vw, 28px);
    font-weight: 600;
  }
}
:where(#nitoms) .p-feature__points-dot {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
  background-image: url(../img/line-dot-short.svg);
  background-position: left center;
  background-repeat: repeat-x;
  background-size: auto min(0.2083333333vw, 0.3rem);
          flex: 1 1 auto;
  height: min(0.2083333333vw, 0.3rem);
  margin-inline: min(1.0416666667vw, 1.5rem) 0;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__points-dot {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
    background-image: url(../img/line-long-sp.svg);
    background-size: auto 0.5333333333vw;
            flex: 1 1 auto;
    height: 0.8vw;
    margin-inline: 2.1333333333vw 0;
    width: auto;
  }
}
:where(#nitoms) .p-feature__points-desc {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: min(1.6666666667vw, 2.4rem);
  letter-spacing: 0.05em;
  line-height: 1;
  margin-left: min(1.7361111111vw, 2.5rem);
  white-space: nowrap;
  width: min(31.5277777778vw, 45.4rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__points-desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: min(3.7333333333vw, 20px);
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.4;
    margin-left: 6.1333333333vw;
    margin-top: 1.0666666667vw;
    width: 100%;
  }
}
:where(#nitoms) .p-feature__item02-txt--pink {
  color: var(--pink);
}
:where(#nitoms) .p-feature__item02-txt--mark {
  padding-bottom: min(0.2083333333vw, 0.3rem);
  position: relative;
}
:where(#nitoms) .p-feature__item02-txt--mark::before {
  background-color: var(--yellow-mark);
  border-radius: 50vh;
  bottom: 0;
  content: "";
  display: block;
  height: min(0.2083333333vw, 0.3rem);
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__item02-txt--mark::before {
    height: 0.2rem;
  }
}
:where(#nitoms) .p-feature__item02-txt--mark.is-active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
:where(#nitoms) .p-feature__item02-figure-wrapper {
  background-color: var(--l-blue);
  border-radius: min(0.6944444444vw, 1rem);
  margin-inline: auto;
  margin-top: min(3.75vw, 5.4rem);
  max-width: min(59.0277777778vw, 85rem);
  padding-block: min(3.3333333333vw, 4.8rem) min(2.0833333333vw, 3rem);
  padding-inline: min(3.2638888889vw, 4.7rem) min(2.0833333333vw, 3rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__item02-figure-wrapper {
    border-radius: 1.3333333333vw;
    margin-inline: auto;
    margin-top: 4.5333333333vw;
    max-width: 81.3333333333vw;
    padding-block: 5.3333333333vw 3.2vw;
  }
}
:where(#nitoms) .p-feature__item02-figure-wrapper::before {
  background-image: url(../img/bg_triangle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: min(2.7777777778vw, 4rem);
  left: min(3.125vw, 4.5rem);
  position: absolute;
  top: max(-2.0833333333vw, -3rem);
  width: min(3.4722222222vw, 5rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__item02-figure-wrapper::before {
    height: 4.5333333333vw;
    left: 9.3333333333vw;
    top: -2.9333333333vw;
    width: 5.8666666667vw;
  }
}
:where(#nitoms) .p-feature__item02-figure {
  margin-inline: auto;
  max-width: min(54.4444444444vw, 78.4rem);
  width: 100%;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__item02-figure {
    max-width: 374px;
    width: 73.0666666667vw;
  }
}
:where(#nitoms) .p-feature__item02-txt {
  font-family: var(--font-mplus1p);
  font-size: min(1.7361111111vw, 2.5rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0;
  margin-top: min(1.6666666667vw, 2.4rem);
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__item02-txt {
    font-size: min(3.7333333333vw, 24px);
    font-weight: 600;
    line-height: 1.5714285714;
    margin-top: 2.6666666667vw;
  }
}
:where(#nitoms) .p-feature__item02-txt + .p-feature__item02-txt {
  margin: 0;
  margin-top: min(0.9027777778vw, 1.3rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__item02-txt + .p-feature__item02-txt {
    margin: -0.8vw;
  }
}
:where(#nitoms) .p-feature__item-product {
  margin-left: auto;
  margin-top: min(3.0555555556vw, 4.4rem);
  max-width: min(56.9444444444vw, 82rem);
  width: 100%;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__item-product {
    margin-left: auto;
    margin-top: 5.8666666667vw;
    max-width: 73.8666666667vw;
  }
}
:where(#nitoms) .p-feature__bottom-item {
  border: min(0.2430555556vw, 0.35rem) solid var(--cyan);
  border-radius: min(1.3888888889vw, 2rem);
  margin-inline: auto;
  margin-top: min(9.5138888889vw, 13.7rem);
  max-width: min(68.8194444444vw, 99.1rem);
  padding-bottom: min(4.3055555556vw, 6.2rem);
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__bottom-item {
    border: none;
    margin-inline: auto;
    margin-top: 16vw;
    max-width: 89.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
:where(#nitoms) .p-feature__bottom-item::before {
  background-color: var(--white);
  content: "";
  height: min(15.1388888889vw, 21.8rem);
  left: max(-3.0555555556vw, -4.4rem);
  position: absolute;
  top: max(-2.0833333333vw, -3rem);
  width: min(11.9444444444vw, 17.2rem);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__bottom-item::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__bottom-item .p-feature__item-head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
:where(#nitoms) .p-feature__bottom-item .p-feature__item-ttl {
  letter-spacing: 0;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__bottom-item .p-feature__item-ttl {
    margin: auto;
    margin-top: 2.6666666667vw;
    position: relative;
  }
}
:where(#nitoms) .p-feature__bottom-item .p-feature__item-line {
  width: min(44.3055555556vw, 63.8rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__bottom-item .p-feature__item-line {
    margin-inline: auto;
    max-width: 386px;
    width: 76.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__bottom-item .p-feature__item-line::after {
    bottom: 0;
  }
}
:where(#nitoms) .p-feature__bottom-item-inner {
  padding: min(6.1111111111vw, 8.8rem) min(4.1666666667vw, 6rem) min(4.1666666667vw, 6rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__bottom-item-inner {
    padding: 0;
  }
}
:where(#nitoms) .p-feature__bottom-item-txt {
  font-family: var(--font-mplus1p);
  font-size: min(1.7361111111vw, 2.5rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.92;
  margin: 0;
  margin-top: min(0.9027777778vw, 1.3rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__bottom-item-txt {
    font-size: min(3.7333333333vw, 22px);
    font-weight: 600;
    line-height: 1.5714285714;
    margin-top: 2.6666666667vw;
    padding-left: 2.6666666667vw;
  }
}
:where(#nitoms) .p-feature__bottom-item-txt + .p-feature__bottom-item-txt {
  margin-top: 0;
}
:where(#nitoms) .p-feature__item03-center {
  margin-inline: auto;
  margin-top: min(3.6805555556vw, 5.3rem);
  max-width: min(59.0277777778vw, 85rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__item03-center {
    margin-top: 5.3333333333vw;
    max-width: 81.3333333333vw;
  }
}
:where(#nitoms) .p-feature__point-item-img {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__point-item-img {
    position: relative;
    z-index: 1;
  }
}
:where(#nitoms) .p-feature__point-item-txt {
  bottom: min(4.5833333333vw, 6.6rem);
  max-width: min(20.4166666667vw, 29.4rem);
  position: absolute;
  right: min(2.9861111111vw, 4.3rem);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__point-item-txt {
    bottom: 3.4666666667vw;
    max-width: 34.4vw;
    right: 1.8666666667vw;
  }
}
:where(#nitoms) .p-feature__item03-wrapper {
  margin-top: min(4.1666666667vw, 6rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__item03-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5.6vw;
    width: 81.3333333333vw;
    -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;
    margin-inline: auto;
    position: relative;
  }
}
:where(#nitoms) .p-feature__item03-bottom-txt {
  font-family: var(--font-mplus1p);
  font-size: min(2.0833333333vw, 3rem);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__item03-bottom-txt {
    font-size: min(4.2666666667vw, 22px);
    font-weight: 600;
    line-height: 1.4375;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
:where(#nitoms) .p-feature__item03-txt-blue {
  color: var(--link-blue);
}
:where(#nitoms) .p-feature__item03-example {
  margin-inline: auto;
  margin-top: min(1.8055555556vw, 2.6rem);
  max-width: min(59.0277777778vw, 85rem);
  width: 100%;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__item03-example {
    margin-left: 1.8666666667vw;
    margin-right: 0;
    margin-top: 4vw;
    max-width: 314px;
    position: relative;
    width: min(51.2vw, 252px);
    z-index: 1;
  }
}
:where(#nitoms) .p-feature__sample {
  margin-left: auto;
  margin-top: max(-2.7777777778vw, -4rem);
  max-width: min(63.8888888889vw, 92rem);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-feature__sample {
    bottom: 11.2vw;
    margin: 0;
    max-width: none;
    overflow: hidden;
    position: absolute;
    right: 4vw;
    width: 22.4vw;
    width: min(22.4vw, 144px);
    z-index: -1;
  }
}

:where(#nitoms) .p-howto {
  background-color: var(--white);
  border-radius: min(1.3888888889vw, 2rem);
  margin-inline: auto;
  margin-top: min(3.4722222222vw, 5rem);
  max-width: min(69.4444444444vw, 100rem);
  padding: min(6.5972222222vw, 9.5rem) min(4.1666666667vw, 6rem) min(5.5555555556vw, 8rem);
  position: relative;
  top: 3.4722222222vw;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-howto {
    border-radius: 1.3333333333vw;
    margin-top: 8vw;
    max-width: 600px;
    padding: 7.2vw 0 5.6vw;
    width: 89.3333333333vw;
  }
}
:where(#nitoms) .p-howto__inner {
  max-width: min(52.2222222222vw, 75.2rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-howto__inner {
    max-width: unset;
    padding-inline: 6.6666666667vw;
  }
}
:where(#nitoms) .p-howto__ttl {
  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;
  background-color: var(--navy-blue);
  border-radius: 50vh;
  color: var(--white);
  font-family: var(--font-mplus2p);
  font-size: min(3.125vw, 4.5rem);
  font-weight: 700;
  height: min(4.9305555556vw, 7.1rem);
          justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-inline: auto;
  max-width: 100%;
  text-align: center;
  width: min(48.6111111111vw, 70rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-howto__ttl {
    font-size: min(5.3333333333vw, 35px);
    font-weight: 800;
    height: 8.8vw;
    letter-spacing: 0.1em;
    width: 73.3333333333vw;
  }
}
:where(#nitoms) .p-howto__ttl span {
  display: inline-block;
  padding-bottom: min(0.2777777778vw, 0.4rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-howto__ttl span {
    padding-bottom: 0.5333333333vw;
  }
}
:where(#nitoms) .p-howto__movie {
  margin-top: min(2.0833333333vw, 3rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-howto__movie {
    margin-top: 4vw;
  }
}
:where(#nitoms) .p-howto__movie-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  background-color: var(--white);
  border: 1px solid var(--gray-a5);
  border-radius: min(0.6944444444vw, 1rem);
  cursor: pointer;
  height: min(3.8888888889vw, 5.6rem);
          justify-content: center;
  max-width: 100%;
  width: min(24.4444444444vw, 35.2rem);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-howto__movie-btn {
    border-radius: 1.3333333333vw;
    height: min(7.2vw, 50px);
    width: 54.1333333333vw;
  }
}
:where(#nitoms) .p-howto__movie-btn span {
  color: var(--c-main);
  font-family: var(--font-mplus1p);
  font-size: min(1.3888888889vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  -webkit-transition: color 0.3s;
  display: inline-block;
  padding-bottom: min(0.0694444444vw, 0.1rem);
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-howto__movie-btn span {
    font-size: min(3.2vw, 16px);
    padding-bottom: 0.2666666667vw;
  }
}
:where(#nitoms) .p-howto__movie-btn::after {
  border-right: min(0.1388888889vw, 0.2rem) solid var(--gray-a5);
  border-top: min(0.1388888889vw, 0.2rem) solid var(--gray-a5);
  border-top-right-radius: min(0.1388888889vw, 0.2rem);
  content: "";
  height: min(0.8333333333vw, 1.2rem);
  width: min(0.8333333333vw, 1.2rem);
  -webkit-transform: rotate(45deg);
  margin-left: min(0.4861111111vw, 0.7rem);
          transform: rotate(45deg);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-howto__movie-btn::after {
    border-right: 0.2666666667vw solid var(--gray-a5);
    border-top: 0.2666666667vw solid var(--gray-a5);
    border-top-right-radius: 0.4vw;
    height: 1.6vw;
    margin-left: 2.1333333333vw;
    width: 1.6vw;
  }
}
@media (any-hover: hover) {
  :where(#nitoms) .p-howto__movie-btn:hover {
    background-color: var(--gray-a5);
  }
  :where(#nitoms) .p-howto__movie-btn:hover span {
    color: var(--white);
  }
  :where(#nitoms) .p-howto__movie-btn:hover::after {
    border-color: var(--white);
  }
}
:where(#nitoms) .p-howto__block {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: min(1.6666666667vw, 2.4rem);
     -moz-column-gap: min(1.6666666667vw, 2.4rem);
          column-gap: min(1.6666666667vw, 2.4rem);
  margin-top: min(3.4722222222vw, 5rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-howto__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-inline: auto;
    width: min(73.3333333333vw, 500px);
    -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;
    margin-top: 8vw;
  }
}
:where(#nitoms) .p-howto__block--01 {
  grid-template-areas: "subtitle image" "body     image";
  grid-template-columns: 1fr auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
:where(#nitoms) .p-howto__block--02 {
  grid-template-areas: "image subtitle" "image body";
  grid-template-columns: auto 1fr;
  -webkit-column-gap: min(2.6388888889vw, 3.8rem);
     -moz-column-gap: min(2.6388888889vw, 3.8rem);
          column-gap: min(2.6388888889vw, 3.8rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-howto__block--02 {
    margin-top: 8vw;
  }
}
:where(#nitoms) .p-howto__block--03 {
  grid-template-areas: "image body";
  grid-template-columns: auto 1fr;
  margin-top: 0;
  -webkit-column-gap: min(2.7777777778vw, 4rem);
     -moz-column-gap: min(2.7777777778vw, 4rem);
          column-gap: min(2.7777777778vw, 4rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-howto__block--03 {
    margin-top: 3.2vw;
  }
}
:where(#nitoms) .p-howto__body {
  grid-area: body;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-howto__body {
    margin-top: 2.6666666667vw;
    width: 100%;
  }
}
:where(#nitoms) .p-howto__block--01 .p-howto__body {
  width: min(24.3055555556vw, 35rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-howto__block--01 .p-howto__body {
    width: min(73.3333333333vw, 500px);
  }
}
:where(#nitoms) .p-howto__block--03 .p-howto__body {
  width: min(22.2222222222vw, 32rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-howto__block--03 .p-howto__body {
    width: 100%;
  }
}
:where(#nitoms) .p-howto__subttl {
  border-bottom: min(0.1736111111vw, 0.25rem) solid var(--pink);
  color: var(--pink);
  display: block;
  font-family: var(--font-mplus1p);
  font-size: min(2.4305555556vw, 3.5rem);
  font-weight: 700;
  grid-area: subtitle;
  letter-spacing: 0.085em;
  line-height: 1.4;
  max-width: 100%;
  padding-bottom: min(1.0416666667vw, 1.5rem);
  width: min(24.3055555556vw, 35rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-howto__subttl {
    border: none;
    font-size: min(4.5333333333vw, 26px);
    letter-spacing: 0.1em;
    max-width: 50rem;
    padding-bottom: 0;
    text-align: center;
    width: 100%;
  }
}
:where(#nitoms) .p-howto__block--02 .p-howto__subttl {
  text-align: justify;
  width: min(22.2222222222vw, 32rem);
  -moz-text-align-last: justify;
  letter-spacing: 0;
       text-align-last: justify;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-howto__block--02 .p-howto__subttl {
    text-align: center;
    -moz-text-align-last: unset;
    letter-spacing: 0.1em;
         text-align-last: unset;
    width: 100%;
  }
}
:where(#nitoms) .p-howto__txt {
  color: var(--c-main);
  font-family: var(--font-mplus1p);
  font-size: min(1.3541666667vw, 1.95rem);
  font-weight: 500;
  line-height: 1.65;
  margin-top: min(1.3888888889vw, 2rem);
  text-align: justify;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-howto__txt {
    font-size: min(3.7333333333vw, 20px);
    font-weight: 600;
    line-height: 1.4285714286;
    margin-top: 0;
  }
}
:where(#nitoms) .p-howto__block--02 .p-howto__txt {
  letter-spacing: 0;
  margin-top: max(-2.7777777778vw, -4rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-howto__block--02 .p-howto__txt {
    margin-top: 0;
  }
}
:where(#nitoms) .p-howto__block--03 .p-howto__txt {
  font-size: min(1.3541666667vw, 1.95rem);
  letter-spacing: 0;
  margin-top: min(0.625vw, 0.9rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-howto__block--03 .p-howto__txt {
    font-size: min(3.7333333333vw, 20px);
    font-weight: 600;
    margin-top: 0;
  }
}
:where(#nitoms) .p-howto__note {
  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;
  background-color: var(--pink);
  color: var(--white);
  font-family: var(--font-mplus1p);
  font-size: min(1.3888888889vw, 2rem);
  font-weight: 500;
  height: min(2.5vw, 3.6rem);
          justify-content: center;
  letter-spacing: -0.05em;
  margin-top: min(1.6666666667vw, 2.4rem);
  max-width: 100%;
  padding-inline: min(0.4861111111vw, 0.7rem) min(0.8333333333vw, 1.2rem);
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-howto__note {
    font-size: min(3.2vw, 16px);
    font-weight: 600;
    height: 5.3333333333vw;
    line-height: 1.7;
    margin-top: 4vw;
    padding: 0;
  }
}
:where(#nitoms) .p-howto__caution {
  color: var(--c-main);
  font-family: var(--font-mplus1p);
  font-size: min(0.9722222222vw, 1.4rem);
  font-weight: 500;
  line-height: 2;
  margin-top: min(0.2777777778vw, 0.4rem);
  text-align: justify;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-howto__caution {
    font-size: min(3.2vw, 16px);
    font-weight: 600;
    line-height: 1.5;
    margin-top: 2.6666666667vw;
  }
}
:where(#nitoms) .p-howto__fig {
  grid-area: image;
}
:where(#nitoms) .p-howto__fig--01 {
  max-width: min(22.2916666667vw, 32.1rem);
  width: 100%;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-howto__fig--01 {
    margin-top: 2.6666666667vw;
    max-width: 500px;
    width: 73.3333333333vw;
  }
}
:where(#nitoms) .p-howto__fig--02,
:where(#nitoms) .p-howto__fig--03 {
  width: min(23.6805555556vw, 34.1rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-howto__fig--02,
  :where(#nitoms) .p-howto__fig--03 {
    margin-top: 2.6666666667vw;
    max-width: 500px;
    width: min(73.3333333333vw, 500px);
  }
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-howto__fig--01 img {
    aspect-ratio: 275/142;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
:where(#nitoms) .p-howto__parts {
  margin: min(1.0416666667vw, 1.5rem) auto 0;
  margin-left: max(-0.4861111111vw, -0.7rem);
  width: min(55.625vw, 80.1rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-howto__parts {
    margin: 4.5333333333vw auto 0;
    margin-left: 0;
    width: min(82.4vw, 553px);
  }
}
:where(#nitoms) .p-howto__line {
  margin: min(1.5972222222vw, 2.3rem) auto;
  max-width: 100%;
  width: min(48.3958333333vw, 69.69rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-howto__line {
    margin: 2.6666666667vw auto;
    width: min(73.3333333333vw, 500px);
  }
}

:where(#nitoms) .p-lineup {
  padding-block: min(11.1111111111vw, 16rem) min(1.9444444444vw, 2.8rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-lineup {
    padding-block: 8vw 22.1333333333vw;
  }
}
:where(#nitoms) .p-lineup__ttl {
  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;
  background-color: var(--navy-blue);
  border-radius: 50vh;
  color: var(--white);
  font-family: var(--font-mplus2p);
  font-size: min(3.125vw, 4.5rem);
  font-weight: 800;
  height: min(4.9305555556vw, 7.1rem);
          justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-inline: auto;
  max-width: 100%;
  text-align: center;
  width: min(48.6111111111vw, 70rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-lineup__ttl {
    font-size: min(5.3333333333vw, 35px);
    height: 8.8vw;
    letter-spacing: 0.08em;
    width: 73.3333333333vw;
  }
}
:where(#nitoms) .p-lineup__ttl span {
  display: inline-block;
  padding-bottom: min(0.2777777778vw, 0.4rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-lineup__ttl span {
    padding-bottom: 0.5333333333vw;
  }
}
:where(#nitoms) .p-lineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  gap: min(1.3888888889vw, 2rem);
          justify-content: space-between;
  margin-inline: auto;
  margin-top: min(3.2638888889vw, 4.7rem);
  max-width: min(48.6111111111vw, 70rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-lineup__list {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 4vw;
    margin-left: -1.8666666667vw;
    margin-top: 8vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: unset;
  }
}
:where(#nitoms) .p-lineup__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 50%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-lineup__item {
    -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;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    gap: 0;
            justify-content: flex-end;
    text-align: center;
    width: 42%;
  }
}
:where(#nitoms) .p-lineup__item:first-child {
  width: min(23.6111111111vw, 34rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-lineup__item:first-child {
    width: 38%;
  }
}
:where(#nitoms) .p-lineup__item:last-child {
  width: min(20.8333333333vw, 30rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-lineup__item:last-child {
    width: 46%;
  }
}
:where(#nitoms) .p-lineup__info {
  position: relative;
  top: max(-0.8333333333vw, -1.2rem);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-lineup__info {
    margin-top: 2.1333333333vw;
    text-align: center;
    top: 0;
  }
}
:where(#nitoms) .p-lineup__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
:where(#nitoms) .p-lineup__img--01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(9.7222222222vw, 14rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
:where(#nitoms) .p-lineup__img--01 img {
  width: min(9.7222222222vw, 14rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-lineup__img--01 img {
    max-width: 100px;
    width: 16vw;
  }
}
:where(#nitoms) .p-lineup__img--02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(6.1111111111vw, 8.8rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
:where(#nitoms) .p-lineup__img--02 img {
  position: relative;
  top: max(-0.1388888889vw, -0.2rem);
  width: min(6.1111111111vw, 8.8rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-lineup__img--02 img {
    max-width: 78px;
    top: 0;
    width: 10.1333333333vw;
  }
}
:where(#nitoms) .p-lineup__number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--c-main);
  font-family: var(--font-mplus1p);
  font-size: min(0.9722222222vw, 1.4rem);
  font-weight: 500;
  gap: min(0.6944444444vw, 1rem);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-lineup__number {
    gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    font-size: min(2.6666666667vw, 16px);
    font-weight: 600;
            justify-content: center;
    width: 29.3333333333vw;
  }
}
:where(#nitoms) .p-lineup__number-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  border: 1px solid var(--c-main);
  border-radius: 50vh;
  font-size: min(0.9722222222vw, 1.4rem);
  height: min(1.5972222222vw, 2.3rem);
          justify-content: center;
  line-height: 1;
  padding-inline: min(0.6944444444vw, 1rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-lineup__number-label {
    font-size: min(2.6666666667vw, 14px);
    font-weight: 600;
    height: min(4.2666666667vw, 25px);
    padding-inline: 1.6vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
:where(#nitoms) .p-lineup__name {
  color: var(--c-main);
  font-family: var(--font-mplus1p);
  font-size: min(1.7361111111vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin: 0;
  margin-top: min(0.6944444444vw, 1rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-lineup__name {
    font-size: min(3.7333333333vw, 20px);
    letter-spacing: 0.01em;
    line-height: 1.6;
    margin-inline: auto;
    margin-top: 0.2666666667vw;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
:where(#nitoms) .p-lineup__number-code {
  letter-spacing: 0.1em;
}

:where(#nitoms) .p-movie {
  position: relative;
  z-index: 1;
}
:where(#nitoms) .p-movie__ttl {
  color: var(--navy-blue);
  font-family: var(--font-mplus2p);
  font-size: min(3.4722222222vw, 5rem);
  font-weight: 800;
  gap: min(1.3888888889vw, 2rem);
  letter-spacing: 0.1em;
  line-height: 1;
  margin-inline: auto;
  padding-inline: min(1.7361111111vw, 2.5rem) min(1.3888888889vw, 2rem);
  position: relative;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-movie__ttl {
    font-size: min(5.3333333333vw, 35px);
    gap: 2.1333333333vw;
    letter-spacing: 0.05em;
    padding-inline: 3.4666666667vw 2.6666666667vw;
  }
}
:where(#nitoms) .p-movie__ttl::before,
:where(#nitoms) .p-movie__ttl::after {
  content: "";
  -ms-flex-negative: 0;
  background-color: var(--navy-blue);
  border-radius: 50vh;
  bottom: max(-0.4166666667vw, -0.6rem);
      flex-shrink: 0;
  height: min(3.9583333333vw, 5.7rem);
  position: absolute;
  width: min(0.3472222222vw, 0.5rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-movie__ttl::before,
  :where(#nitoms) .p-movie__ttl::after {
    height: 5.8666666667vw;
    width: 0.5333333333vw;
  }
}
:where(#nitoms) .p-movie__ttl::before {
  left: 0;
  -webkit-transform: rotate(-39deg);
          transform: rotate(-39deg);
}
:where(#nitoms) .p-movie__ttl::after {
  right: 0;
  -webkit-transform: rotate(39deg);
          transform: rotate(39deg);
}
:where(#nitoms) .p-movie__btn-area {
  margin: min(2.4305555556vw, 3.5rem) auto 0;
  max-width: min(59.0277777778vw, 85rem);
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-movie__btn-area {
    margin-top: 2.4rem;
    max-width: 66rem;
    width: 81.3333333333vw;
  }
}
:where(#nitoms) .p-movie__txt {
  color: var(--navy-blue);
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: min(1.0416666667vw, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
  margin: min(0.8333333333vw, 1.2rem) auto 0;
  max-width: min(59.0277777778vw, 85rem);
  text-align: right;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  gap: min(0.2083333333vw, 0.3rem);
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-movie__txt {
    font-size: min(2.6666666667vw, 16px);
    gap: 0.8vw;
    margin-top: 1.6vw;
    max-width: 66rem;
    width: 81.3333333333vw;
  }
}
:where(#nitoms) .p-movie__txt::after {
  background-image: url(../img/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1lh;
  width: min(1.25vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-movie__txt::after {
    width: 4.8vw;
  }
}
@media (any-hover: hover) {
  :where(#nitoms) .p-movie__txt:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
:where(#nitoms) .p-movie__btn {
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-movie__btn {
    max-width: 66rem;
    width: 100%;
  }
}
:where(#nitoms) .p-movie__thumb {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-movie__thumb {
    border-radius: 0.5rem;
  }
}
:where(#nitoms) .p-movie__thumb::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../img/icon_play.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: min(6.1111111111vw, 8.8rem);
          transform: translate(-50%, -50%);
  width: min(6.1111111111vw, 8.8rem);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-movie__thumb::before {
    height: 5rem;
    width: 5rem;
  }
}
:where(#nitoms) .p-movie__thumb::after {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, .2);
  height: 100%;
  opacity: 0;
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 0;
  -webkit-transition: 0.3s ease;
  border-radius: min(1.1805555556vw, 1.7rem);
  cursor: pointer;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-movie__thumb::after {
    border-radius: 1.3333333333vw;
  }
}
@media (any-hover: hover) {
  :where(#nitoms) .p-movie__btn:hover .p-movie__thumb::after {
    opacity: 1;
    z-index: 2;
  }
}
:where(#nitoms) .p-movie__thumb img {
  border: 2px solid var(--white);
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 850/474;
  border-radius: min(1.1805555556vw, 1.7rem);
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-movie__thumb img {
    aspect-ratio: 287/161;
    border: 1px solid var(--white);
    border-radius: 1.3333333333vw;
  }
}

:where(#nitoms) .p-mv {
  background-color: var(--cyan);
  container-type: inline-size;
  overflow-x: clip;
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-mv {
    margin-top: -0.5333333333vw;
  }
}
:where(#nitoms) .p-mv__logo {
  left: 1.6rem;
  position: absolute;
  top: 0.8rem;
  width: 7.5vw;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-mv__logo {
    left: 1rem;
    top: 1rem;
    width: 13.3333333333vw;
  }
}
:where(#nitoms) .p-mv__logo-link {
  display: block;
}
:where(#nitoms) .p-mv__img-box {
  position: relative;
}
:where(#nitoms) .p-mv__img-product {
  margin-left: auto;
  margin-top: -1.5277777778vw;
  max-width: 85.1388888889vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-mv__img-product {
    height: 88.5333333333vw;
    left: -10.4vw;
    margin-top: 0;
    max-width: unset;
    padding-left: 0;
    position: relative;
    top: 12.5333333333vw;
    width: 133.0666666667vw;
  }
}
:where(#nitoms) .p-mv__img-product img {
  height: auto;
  width: 100%;
}
:where(#nitoms) .p-mv__bg {
  background: var(--cyan);
  height: 39.9305555556vw;
  left: 0;
  position: absolute;
  top: 0;
  width: 42.5vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 52.6% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 52.6% 100%, 0% 100%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-mv__bg {
    height: 38.1333333333vw;
    width: 100%;
    -webkit-clip-path: unset;
            clip-path: unset;
  }
}
:where(#nitoms) .p-mv__edge {
  background: var(--cyan);
  height: 16.6666666667vw;
  left: 0;
  position: absolute;
  top: 0;
  width: 30.2083333333vw;
  z-index: 23;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-mv__edge {
    height: 27.4666666667vw;
    left: -2.1%;
    rotate: 1deg;
    width: 46.1333333333vw;
  }
}
:where(#nitoms) .p-mv__copy {
  bottom: -3.3333333333vw;
  left: 32.5vw;
  position: absolute;
  width: 47.9166666667vw;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-mv__copy {
    bottom: -31.9%;
    left: 12.8%;
    width: 89.6vw;
  }
}
:where(#nitoms) .p-mv__subcopy {
  left: 3.4027777778vw;
  position: absolute;
  top: 17.6388888889vw;
  width: 24.5833333333vw;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-mv__subcopy {
    left: 50.2%;
    margin-top: 0;
    top: 5.8666666667vw;
    width: 50.9333333333vw;
    z-index: 16;
  }
}
:where(#nitoms) .p-mv__product {
  bottom: -3.0555555556vw;
  position: absolute;
  right: 7.3611111111vw;
  width: 10.625vw;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-mv__product {
    bottom: -19.8%;
    left: 3.6%;
    right: unset;
    width: 16.2666666667vw;
    z-index: 20;
  }
}
:where(#nitoms) .p-mv__product::before {
  background: linear-gradient(115deg, transparent 38%, rgba(255, 255, 255, .85) 50%, transparent 62%);
  background-position: 150% 0;
  background-repeat: no-repeat;
  background-size: 250% 100%;
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  -webkit-mask: url(../img/mv_product-pc.png) no-repeat center/contain;
  mask: url(../img/mv_product-pc.png) no-repeat center/contain;
}
:where(#nitoms) .p-mv__product.is-shine {
  -webkit-animation: mv-product-tilt 1s ease-in-out;
          animation: mv-product-tilt 1s ease-in-out;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
@-webkit-keyframes mv-product-tilt {
  0% {
    rotate: 0deg;
  }
  50% {
    rotate: 7deg;
  }
  100% {
    rotate: 0deg;
  }
}
@keyframes mv-product-tilt {
  0% {
    rotate: 0deg;
  }
  50% {
    rotate: 7deg;
  }
  100% {
    rotate: 0deg;
  }
}
:where(#nitoms) .p-mv__product.is-shine::before {
  -webkit-animation: mv-product-shine 1.8s ease-in-out 0.6s;
          animation: mv-product-shine 1.8s ease-in-out 0.6s;
}
@-webkit-keyframes mv-product-shine {
  0% {
    background-position: 150% 0;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: -80% 0;
    opacity: 0;
  }
}
@keyframes mv-product-shine {
  0% {
    background-position: 150% 0;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: -80% 0;
    opacity: 0;
  }
}
:where(#nitoms) .p-mv__arrow {
  left: 23.2638888889vw;
  position: absolute;
  top: 2.5694444444vw;
  width: 15vw;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-mv__arrow {
    left: 36.7%;
    top: 2.6%;
    width: 24.2666666667vw;
  }
}
:where(#nitoms) .p-mv__point {
  left: -0.0694444444vw;
  position: absolute;
  rotate: 1.2deg;
  top: 0.9027777778vw;
  width: 31.4583333333vw;
  z-index: 13;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-mv__point {
    left: 0;
    top: 0;
    width: 50.6666666667vw;
  }
}
:where(#nitoms) .p-mv__shadow {
  display: block;
  left: 6.5972222222vw;
  overflow: hidden;
  position: absolute;
  rotate: 1.2deg;
  top: 0.8333333333vw;
  width: 20.8333333333vw;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-mv__shadow {
    left: 11.4666666667vw;
    rotate: 0.3deg;
    top: 2.9333333333vw;
    width: 26.6666666667vw;
  }
}
:where(#nitoms) .p-mv__shadow::before {
  content: "";
  display: block;
  height: 0.1rem;
  left: -3.5416666667vw;
  position: absolute;
  rotate: 149.8deg;
  top: 9.6527777778vw;
  width: 17.0833333333vw;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-mv__shadow::before {
    left: 4.9%;
    top: 10.6666666667vw;
    width: 17.3333333333vw;
  }
}
:where(#nitoms) .p-mv__main-product {
  left: 6.875vw;
  position: absolute;
  top: -11.5277777778vw;
  width: 48.2638888889vw;
  z-index: 14;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-mv__main-product {
    left: 11.3%;
    top: -21.9%;
    width: 75.7333333333vw;
  }
}

:where(#nitoms) .p-problems__inner {
  max-width: min(62.5vw, 90rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-problems__inner {
    max-width: 91.4666666667vw;
  }
}
:where(#nitoms) .p-problems__head {
  margin-inline: auto;
  margin-top: min(7.5vw, 10.8rem);
  max-width: min(66.3888888889vw, 95.6rem);
  width: 100%;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-problems__head {
    margin-top: 10.9333333333vw;
    max-width: 60rem;
  }
}
:where(#nitoms) .p-problems__ttl {
  width: min(32.5vw, 46.8rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-problems__ttl {
    width: 47.2vw;
  }
}
:where(#nitoms) .p-problems__icon {
  position: absolute;
  right: min(5.5555555556vw, 8rem);
  top: max(-9.7916666667vw, -14.1rem);
  width: min(18.3333333333vw, 26.4rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-problems__icon {
    right: 0.5333333333vw;
    top: -13.8666666667vw;
    width: 26.1333333333vw;
  }
}
:where(#nitoms) .p-problems__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
  margin-top: min(2.7777777778vw, 4rem);
  max-width: min(66.3888888889vw, 95.6rem);
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  gap: min(2.7777777778vw, 4rem);
          justify-content: center;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-problems__cards {
    gap: 4.2666666667vw;
    margin-top: 2.6666666667vw;
    max-width: 600px;
    padding-bottom: 5.3333333333vw;
  }
}
:where(#nitoms) .p-problems__card {
  width: 100%;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-problems__card {
    width: 38.6666666667vw;
  }
}
:where(#nitoms) .p-problems__card-img {
  position: relative;
}
:where(#nitoms) .p-problems__card-img picture img {
  aspect-ratio: 392/292;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-problems__card-img picture img {
    aspect-ratio: 145/120;
  }
}
:where(#nitoms) .p-problems__card-txt {
  color: var(--navy-blue);
  font-family: var(--font-mplus2p);
  font-size: min(2.0833333333vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-inline: auto;
  margin-top: min(1.3888888889vw, 2rem);
  padding-bottom: min(0.5555555556vw, 0.8rem);
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-problems__card-txt {
    font-size: min(3.7333333333vw, 24px);
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-top: 2.6666666667vw;
    padding-bottom: 2.1333333333vw;
    padding-inline: 0.8vw;
  }
}
:where(#nitoms) .p-problems__card-line {
  background: url(../img/line_wave.svg) no-repeat center center/100% 100%;
  bottom: max(-0.6944444444vw, -1rem);
  display: block;
  height: min(0.6944444444vw, 1rem);
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 0.7s ease;
  transition: -webkit-clip-path 0.7s ease;
  transition: clip-path 0.7s ease;
  transition: clip-path 0.7s ease, -webkit-clip-path 0.7s ease;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-problems__card-line {
    background-image: url(../img/line_wave-sp.svg);
    height: 1.8666666667vw;
  }
}
:where(#nitoms) .p-problems__card-txt.is-active .p-problems__card-line {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
:where(#nitoms) .p-problems__card:nth-of-type(1) .p-problems__card-line {
  width: 105%;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-problems__card:nth-of-type(1) .p-problems__card-line {
    width: 105%;
  }
}
:where(#nitoms) .p-problems__card:nth-of-type(2) .p-problems__card-line {
  width: 150%;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-problems__card:nth-of-type(2) .p-problems__card-line {
    width: 100%;
  }
}
:where(#nitoms) .p-problems__bottom-txt {
  bottom: max(-17.9166666667vw, -25.8rem);
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(32.1527777778vw, 46.3rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-problems__bottom-txt {
    bottom: -16vw;
    width: 38.4vw;
  }
}

:where(#nitoms) .p-recommend {
  padding-top: min(6.25vw, 9rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-recommend {
    padding-top: 8.8vw;
  }
}
:where(#nitoms) .p-recommend__inner {
  max-width: min(72.9166666667vw, 105rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-recommend__inner {
    max-width: unset;
  }
}
:where(#nitoms) .p-recommend__ttl {
  color: var(--white);
  font-family: var(--font-mplus2p);
  font-size: min(3.125vw, 4.5rem);
  font-weight: 800;
  line-height: 1.625;
  text-align: center;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-recommend__ttl {
    font-size: min(3.4666666667vw, 22px);
    line-height: 1.95;
  }
}
:where(#nitoms) .p-recommend__ttl:first-of-type {
  margin-inline: auto;
  position: relative;
  width: min(65.9027777778vw, 94.9rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-recommend__ttl:first-of-type {
    width: 81.3333333333vw;
  }
}
:where(#nitoms) .p-recommend__ttl:first-of-type::after {
  background-color: var(--yellow-mark);
  border-radius: 50vh;
  content: "";
  height: min(0.2520833333vw, 0.363rem);
  left: min(7.1527777778vw, 10.3rem);
  position: absolute;
  top: min(3.4722222222vw, 5rem);
  width: min(36.8055555556vw, 53rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-recommend__ttl:first-of-type::after {
    height: 0.4vw;
    left: 3.7333333333vw;
    top: 4.8vw;
    width: 51.4666666667vw;
  }
}
:where(#nitoms) .p-recommend__ttl + .p-recommend__ttl {
  margin: 0;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-recommend__ttl + .p-recommend__ttl {
    font-size: min(5.3333333333vw, 30px);
    line-height: 1.35;
  }
}
:where(#nitoms) .p-recommend__list {
  display: grid;
  gap: min(1.3888888889vw, 2rem) min(2.9166666667vw, 4.2rem);
  grid-template-columns: repeat(3, 1fr);
  margin-top: min(2.9166666667vw, 4.2rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-recommend__list {
    gap: 5.3333333333vw 5.3333333333vw;
    grid-template-columns: repeat(2, 1fr);
    margin-inline: auto;
    margin-top: 8vw;
    max-width: 600px;
    width: 81.3333333333vw;
  }
}
:where(#nitoms) .p-recommend__item-img img {
  aspect-ratio: 305/190;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-recommend__item-img img {
    aspect-ratio: 93/63;
    border-radius: 1.3333333333vw;
  }
}
:where(#nitoms) .p-recommend__txt {
  color: var(--white);
  font-family: var(--font-mplus1p);
  font-size: min(1.6666666667vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: min(0.1388888889vw, 0.2rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-recommend__txt {
    font-size: min(3.7333333333vw, 20px);
    letter-spacing: 0.2em;
    margin-top: 0.8vw;
  }
}

:where(#nitoms) .p-store {
  padding-block: min(9.0277777778vw, 13rem) min(7.2916666667vw, 10.5rem);
  scroll-margin-top: min(8.3333333333vw, 12rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-store {
    padding-block: 10.6666666667vw 10.6666666667vw;
    scroll-margin-top: 8rem;
  }
}
:where(#nitoms) .p-store__ttl {
  margin-inline: auto;
  width: min(31.1111111111vw, 44.8rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-store__ttl {
    width: 58.9333333333vw;
  }
}
:where(#nitoms) .p-store__ec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  gap: min(1.5972222222vw, 2.3rem);
          justify-content: center;
  margin-top: min(4.1666666667vw, 6rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-store__ec {
    -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;
    gap: 4vw;
    margin-top: 5.8666666667vw;
  }
}
:where(#nitoms) .p-store__ec-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  background-color: var(--white);
  border: min(0.1388888889vw, 0.2rem) solid var(--gray-a5);
  border-radius: min(0.6944444444vw, 1rem);
  height: min(6.25vw, 9rem);
          justify-content: center;
  text-decoration: none;
  width: min(20.9722222222vw, 30.2rem);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-store__ec-btn {
    border: 0.15rem solid var(--gray-a5);
    border-radius: 0.5rem;
    height: min(13.8666666667vw, 80px);
    max-width: 346px;
    width: 53.3333333333vw;
  }
}
@media (any-hover: hover) {
  :where(#nitoms) .p-store__ec-btn:hover {
    opacity: 0.7;
  }
}
:where(#nitoms) .p-store__ec-logo--rakuten {
  height: auto;
  width: min(9.0277777778vw, 13rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-store__ec-logo--rakuten {
    width: min(20vw, 125px);
  }
}
:where(#nitoms) .p-store__ec-logo--amazon {
  height: auto;
  width: min(9.9305555556vw, 14.3rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-store__ec-logo--amazon {
    width: min(21.8666666667vw, 132px);
  }
}
:where(#nitoms) .p-store__ec-icon {
  position: absolute;
  right: min(1.25vw, 1.8rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
  height: min(0.6944444444vw, 1rem);
          transform: translateY(-50%);
  width: min(1.0416666667vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-store__ec-icon {
    height: 2.6666666667vw;
    right: 3.2vw;
    width: min(4vw, 20px);
  }
}
:where(#nitoms) .p-store__ec-icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
:where(#nitoms) .p-store__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: min(3.6805555556vw, 5.3rem);
  scroll-margin-top: min(8.3333333333vw, 12rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-store__search {
    margin-inline: auto;
    margin-top: 4vw;
    max-width: 346px;
    scroll-margin-top: 8rem;
    width: 53.3333333333vw;
  }
}
:where(#nitoms) .p-store__search-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--pink);
  border-radius: min(0.6944444444vw, 1rem);
  color: var(--white);
  font-family: var(--font-mplus1p);
  font-size: min(1.7361111111vw, 2.5rem);
  font-weight: 500;
  gap: min(1.3888888889vw, 2rem);
  height: min(6.1111111111vw, 8.8rem);
  letter-spacing: 0.04em;
  max-width: 100%;
  width: min(31.25vw, 45rem);
  -webkit-transition: opacity 0.3s;
  padding-inline: min(5.9027777778vw, 8.5rem) min(1.3888888889vw, 2rem);
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-store__search-btn {
    border-radius: 0.5rem;
    font-size: min(3.4666666667vw, 16px);
    gap: 2.6666666667vw;
    height: min(13.8666666667vw, 80px);
    max-width: 346px;
    width: 53.3333333333vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-inline: 2.4vw 0;
  }
}
@media (any-hover: hover) {
  :where(#nitoms) .p-store__search-btn:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
:where(#nitoms) .p-store__search-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: min(3.75vw, 5.4rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-store__search-icon {
    left: 4vw;
    position: absolute;
    width: min(6.4vw, 35px);
  }
  :where(#nitoms) .p-store__search-icon img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
:where(#nitoms) .p-store__search-link {
  position: absolute;
  right: min(1.875vw, 2.7rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(1.0416666667vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-store__search-link {
    right: 3.2vw;
    width: min(4vw, 20px);
  }
}
:where(#nitoms) .p-store__search-link img {
  -o-object-fit: contain;
     object-fit: contain;
}
:where(#nitoms) .p-store__map {
  aspect-ratio: 1000/618;
  margin: min(3.125vw, 4.5rem) auto 0;
  max-width: 100%;
  width: min(69.4444444444vw, 100rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-store__map {
    aspect-ratio: 1/1;
    margin-top: 5.3333333333vw;
    width: 84vw;
  }
}
:where(#nitoms) .p-store__map iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}
:where(#nitoms) .p-store__note {
  color: var(--navy-blue);
  font-family: var(--font-mplus1p);
  font-size: min(1.1111111111vw, 1.6rem);
  font-weight: 500;
  margin-right: max(-0.1388888889vw, -0.2rem);
  margin-top: min(1.3888888889vw, 2rem);
  text-align: right;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-store__note {
    font-size: min(2.6666666667vw, 16px);
    font-weight: 600;
    margin-inline: auto;
    margin-top: 3.7333333333vw;
    text-align: left;
    width: 84vw;
  }
}

:where(#nitoms) .p-top-container {
  background-color: var(--cyan);
  margin-bottom: min(27.7777777778vw, 40rem);
  margin-top: max(-0.0694444444vw, -0.1rem);
  padding-top: min(9.9305555556vw, 14.3rem);
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-top-container {
    margin-bottom: 28vw;
    margin-top: 11.7333333333vw;
    padding-top: 16vw;
  }
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-top-container::before {
    background: var(--cyan);
    bottom: 99.9%;
    content: "";
    height: 16vw;
    left: 0;
    position: absolute;
    width: 100%;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
}
:where(#nitoms) .p-top-container::after {
  background: var(--cyan);
  bottom: max(-27.0138888889vw, -38.9rem);
  content: "";
  height: min(27.0833333333vw, 39rem);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-top-container::after {
    bottom: -27.7333333333vw;
    height: 28vw;
  }
}

:where(#nitoms) .p-voice {
  background-color: var(--white);
  border-radius: min(1.3888888889vw, 2rem);
  margin-inline: auto;
  margin-top: min(10.3472222222vw, 14.9rem);
  max-width: min(69.4444444444vw, 100rem);
  padding: min(4.4444444444vw, 6.4rem) min(4.0277777778vw, 5.8rem) min(3.4722222222vw, 5rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-voice {
    border-radius: 5.3333333333vw;
    border-radius: 1.3333333333vw;
    margin-top: 11.7333333333vw;
    max-width: 600px;
    padding: 8.2666666667vw 5.3333333333vw 5.3333333333vw;
    width: 89.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-voice__inner {
    padding: 0;
  }
}
:where(#nitoms) .p-voice__ttl {
  margin-inline: auto;
  position: relative;
  width: min(37.9166666667vw, 54.6rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-voice__ttl {
    width: 63.7333333333vw;
  }
}
:where(#nitoms) .p-voice__ttl img {
  position: relative;
  z-index: 1;
}
:where(#nitoms) .p-voice__ttl-marker {
  left: min(16.7361111111vw, 24.1rem);
  position: absolute;
  top: min(1.9444444444vw, 2.8rem);
  z-index: 0;
  -webkit-transform: translateX(-50%);
  height: min(1.7361111111vw, 2.5rem);
          transform: translateX(-50%);
  width: min(34.0277777778vw, 49rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-voice__ttl-marker {
    height: 2.6666666667vw;
    left: 49%;
    top: 4.2666666667vw;
    width: 65.3333333333vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
:where(#nitoms) .p-voice__ttl-marker::after {
  bottom: auto;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-voice__ttl-marker::after {
    bottom: auto;
    height: 100%;
    left: 0;
    right: 0;
  }
}
:where(#nitoms) .p-voice__result {
  display: grid;
  grid-template-areas: "graph rate" "graph data";
  grid-template-columns: min(24.3055555556vw, 35rem) auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: min(4.8611111111vw, 7rem);
     -moz-column-gap: min(4.8611111111vw, 7rem);
          column-gap: min(4.8611111111vw, 7rem);
  margin-top: min(4.0972222222vw, 5.9rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-voice__result {
    grid-template-areas: "rate" "graph" "data";
    grid-template-columns: 1fr;
    justify-items: center;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    margin-top: 9.8666666667vw;
    row-gap: 3.2vw;
  }
}
:where(#nitoms) .p-voice__graph {
  grid-area: graph;
  max-width: min(24.3055555556vw, 35rem);
  width: 100%;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-voice__graph {
    margin-left: -5.8666666667vw;
    margin-top: 8.5333333333vw;
    max-width: none;
    max-width: 350px;
    width: 58.9333333333vw;
  }
}
:where(#nitoms) .p-voice__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: rate;
  -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;
  left: max(-2.6388888889vw, -3.8rem);
  position: relative;
  top: min(1.25vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-voice__rate {
    margin-inline: auto;
    position: static;
    width: 100%;
  }
}
:where(#nitoms) .p-voice__rate-ttl {
  color: var(--pink);
  font-family: var(--font-mplus1p);
  font-size: min(2.4305555556vw, 3.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-voice__rate-ttl {
    font-size: min(5.8666666667vw, 32px);
    letter-spacing: 0.15em;
    line-height: 1;
    position: relative;
    white-space: nowrap;
  }
}
:where(#nitoms) .p-voice__rate-deco {
  display: inline-block;
  height: min(2.5vw, 3.6rem);
  position: relative;
  vertical-align: middle;
  width: min(2.5vw, 3.6rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-voice__rate-deco {
    height: 1lh;
    position: absolute;
    top: 55%;
    width: min(5.8666666667vw, 30px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
:where(#nitoms) .p-voice__rate-deco::before,
:where(#nitoms) .p-voice__rate-deco::after {
  background-color: var(--pink);
  border-radius: 50vh;
  content: "";
  height: 100%;
  position: absolute;
  top: 50%;
  width: min(0.2083333333vw, 0.3rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-voice__rate-deco::before,
  :where(#nitoms) .p-voice__rate-deco::after {
    width: min(0.6666666667vw, 3.5px);
  }
}
:where(#nitoms) .p-voice__rate-deco--left {
  margin-right: min(0.2777777778vw, 0.4rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-voice__rate-deco--left {
    left: -8.5333333333vw;
    margin-right: 0;
  }
}
:where(#nitoms) .p-voice__rate-deco--right {
  margin-left: min(0.2777777778vw, 0.4rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-voice__rate-deco--right {
    margin-left: 0;
    right: -6.6666666667vw;
  }
}
:where(#nitoms) .p-voice__rate-deco--left::before {
  left: min(0.4861111111vw, 0.7rem);
  -webkit-transform: translateY(-50%) rotate(-40deg);
          transform: translateY(-50%) rotate(-40deg);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-voice__rate-deco--left::before {
    left: 2.1333333333vw;
    -webkit-transform: translateY(-50%) rotate(-40deg);
            transform: translateY(-50%) rotate(-40deg);
  }
}
:where(#nitoms) .p-voice__rate-deco--left::after {
  left: min(1.5277777778vw, 2.2rem);
  -webkit-transform: translateY(-50%) rotate(-40deg);
          transform: translateY(-50%) rotate(-40deg);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-voice__rate-deco--left::after {
    left: 4.8vw;
    -webkit-transform: translateY(-50%) rotate(-40deg);
            transform: translateY(-50%) rotate(-40deg);
  }
}
:where(#nitoms) .p-voice__rate-deco--right::before {
  left: min(0.4861111111vw, 0.7rem);
  -webkit-transform: translateY(-50%) rotate(40deg);
          transform: translateY(-50%) rotate(40deg);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-voice__rate-deco--right::before {
    left: 2.1333333333vw;
    -webkit-transform: translateY(-50%) rotate(40deg);
            transform: translateY(-50%) rotate(40deg);
  }
}
:where(#nitoms) .p-voice__rate-deco--right::after {
  left: min(1.5277777778vw, 2.2rem);
  -webkit-transform: translateY(-50%) rotate(40deg);
          transform: translateY(-50%) rotate(40deg);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-voice__rate-deco--right::after {
    left: 4.8vw;
    -webkit-transform: translateY(-50%) rotate(40deg);
            transform: translateY(-50%) rotate(40deg);
  }
}
:where(#nitoms) .p-voice__rate-num {
  margin-top: min(1.0416666667vw, 1.5rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-voice__rate-num {
    margin-top: 4vw;
  }
}
:where(#nitoms) .p-voice__rate-marker {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--yellow)), to(var(--yellow)));
  background-image: linear-gradient(var(--yellow), var(--yellow));
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% min(1.5277777778vw, 2.2rem);
  display: inline-block;
  padding-bottom: min(0.6944444444vw, 1rem);
  padding-inline: min(0.8333333333vw, 1.2rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-voice__rate-marker {
    background-size: 100% 4vw;
    padding-bottom: 1.6vw;
    padding-inline: 2.1333333333vw;
  }
}
:where(#nitoms) .p-voice__rate-marker img {
  display: block;
  width: min(14.2361111111vw, 20.5rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-voice__rate-marker img {
    width: 36.5333333333vw;
  }
}
:where(#nitoms) .p-voice__data {
  color: var(--gray-59);
  font-size: min(0.9027777778vw, 1.3rem);
  font-weight: 400;
  grid-area: data;
  left: max(-2.0833333333vw, -3rem);
  line-height: 1.9230769231;
  position: relative;
  top: max(-0.6944444444vw, -1rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-voice__data {
    font-size: min(2.6666666667vw, 16px);
    margin-inline: auto;
    margin-top: 1.3333333333vw;
    max-width: 80vw;
    position: static;
  }
}
:where(#nitoms) .p-voice__slider {
  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;
  gap: min(1.6666666667vw, 2.4rem);
          justify-content: center;
  margin-inline: auto;
  margin-top: min(3.125vw, 4.5rem);
  max-width: min(58.0555555556vw, 83.6rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-voice__slider {
    gap: 0;
    margin-top: 0vw;
    max-width: 122.6666666667vw;
  }
}
:where(#nitoms) .p-voice__swiper {
  max-width: min(44.4444444444vw, 64rem);
  overflow: hidden;
  padding-top: min(2.3611111111vw, 3.4rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-voice__swiper {
    max-width: 80vw;
    padding-top: 4.8vw;
    width: 80vw;
  }
}
:where(#nitoms) .p-voice__card {
  width: min(20.8333333333vw, 30rem);
}
:where(#nitoms) .p-voice__card img {
  aspect-ratio: 300/377;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-voice__card {
    max-width: 340px;
    width: 61.6vw;
  }
  :where(#nitoms) .p-voice__card img {
    aspect-ratio: 330/384;
  }
}
:where(#nitoms) .p-voice__arrow {
  -ms-flex-negative: 0;
  background-image: url(../img/icon_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
      flex-shrink: 0;
  height: min(5.1388888889vw, 7.4rem);
  width: min(5.1388888889vw, 7.4rem);
  -webkit-transition: opacity 0.3s;
  position: relative;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-voice__arrow {
    height: 7.2vw;
    top: 5.3333333333vw;
    width: 7.2vw;
  }
}
@media (any-hover: hover) {
  :where(#nitoms) .p-voice__arrow:hover {
    opacity: 0.75;
  }
}
:where(#nitoms) .p-voice__arrow--prev {
  -webkit-transform: scaleX(-1);
  left: max(-1.7361111111vw, -2.5rem);
  top: min(2.0833333333vw, 3rem);
          transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-voice__arrow--prev {
    left: -1.0666666667vw;
    top: 6.1333333333vw;
  }
}
:where(#nitoms) .p-voice__arrow--next {
  right: max(-1.7361111111vw, -2.5rem);
  top: min(2.0833333333vw, 3rem);
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-voice__arrow--next {
    right: -1.0666666667vw;
    top: 6.1333333333vw;
  }
}
:where(#nitoms) .p-voice__caution {
  color: var(--gray-59);
  font-size: min(0.9027777778vw, 1.3rem);
  margin-inline: auto;
  margin-top: min(1.6666666667vw, 2.4rem);
  max-width: min(44.3055555556vw, 63.8rem);
  position: relative;
  right: max(-0.2083333333vw, -0.3rem);
  text-align: right;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .p-voice__caution {
    font-size: min(2.6666666667vw, 12px);
    margin-top: 2.6666666667vw;
    max-width: 100%;
    right: -0.8vw;
    width: 61.6vw;
    z-index: 10;
  }
}

@media screen and (max-width: 767px) {
  :where(#nitoms) .u-pc {
    display: none;
  }
}

:where(#nitoms) .u-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  :where(#nitoms) .u-sp {
    display: block;
  }
}

:where(#nitoms) .u-tab {
  display: none;
}
@media screen and (max-width: 767px) {
  :where(#nitoms) .u-tab {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  :where(#nitoms) .u-tabpc {
    display: none;
  }
}
/*# sourceMappingURL=common.css.map */