@charset "UTF-8";
/* ==========================================================================
    style.css
========================================================================== */
.nmr {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}
.nmr img {
  width: 100%;
  max-width: none;
}
.nmr .sp-only {
  display: none;
}
@media screen and (max-width: 768.98px) {
  .nmr .sp-only {
    display: block;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.nmr_loop {
  margin-top: -1px;
  width: 100%;
  min-width: 1080px;
  height: min(calc(140 / 1920 * 100vw),140px);
  display: flex;
  position: absolute;
  z-index: 2;
  align-items: center;
}
@media screen and (max-width: 768.98px) {
  .nmr_loop {
    height: calc(65 / 375 * 100vw);
    min-width: 0;
    min-height: 60px;
  }
}
.nmr_loop .nmr_loop_wrapper {
  display: flex;
  height: 100%;
  overflow: hidden;
}
.nmr_loop .nmr_loop_list {
  margin: 0 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.nmr_loop .nmr_loop_list-left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
@media screen and (max-width: 768.98px) {
  .nmr_loop .nmr_loop_list-left {
    animation: infinity-scroll-left 30s infinite linear 0.5s both;
  }
}
.nmr_loop .nmr_loop_item {
  width: 20vw;
}
@media screen and (max-width: 768.98px) {
  .nmr_loop .nmr_loop_item {
    width: 50vw;
  }
}
@media screen and (max-width: 768.98px) {
  .nmr_loop .nmr_loop_item-pc {
    display: none;
  }
}
.nmr_loop .nmr_loop_item > img {
  width: 100%;
  height: auto;
}

.nmr-kv-loop_bg {
  width: 100%;
  height: min(calc(140 / 1920 * 100vw),140px);
  position: absolute;
  margin-top: -1px;
  top: 0;
}
@media screen and (max-width: 768.98px) {
  .nmr-kv-loop_bg {
    height: calc(64 / 375 * 100vw);
  }
}
@media screen and (max-width: 768.98px) {
  .nmr-kv-loop_bg img {
    height: 100%;
  }
}

@media screen and (max-width: 768.98px) {
  .nmr-intro + .nmr_loop {
    margin-top: calc(-60 / 375 * 100vw);
  }
}

.nmr_loop-lower {
  margin: 0;
  position: relative;
}
@media screen and (max-width: 768.98px) {
  .nmr_loop-lower {
    height: calc(63 / 375 * 100vw);
  }
}
.nmr_loop-lower .nmr-kv-loop_bg {
  height: 100%;
  margin: 0;
}

.nmr-kv .nmr-kv_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.nmr-kv .nmr-kv_item {
  position: absolute;
  top: 0;
}
.nmr-kv .nmr-kv_item-txt,
.nmr-kv .nmr-kv_anim-item01,
.nmr-kv .nmr-kv_anim-item03,
.nmr-kv .nmr-kv_anim-item04 {
  z-index: 2;
}
.nmr-kv .nmr-kv_anim-item02 {
  z-index: 3;
}
.nmr-kv .nmr-kv_item-overlap {
  z-index: 2;
}
.nmr-kv .nmr-kv_anim-item01,
.nmr-kv .nmr-kv_anim-item02,
.nmr-kv .nmr-kv_anim-item03,
.nmr-kv .nmr-kv_anim-item04,
.nmr-kv .nmr-kv_anim-item05 {
  opacity: 0;
}

.nmr-intro {
  min-height: 592px;
  position: relative;
}
.nmr-intro img {
  position: absolute;
  top: 0;
  left: 0;
}
.nmr-intro .nmr-intro_content {
  z-index: 1;
}
@media screen and (max-width: 768.98px) {
  .nmr-intro .nmr-intro_content_txt {
    top: calc(-10 / 375 * 100vw);
  }
}
.nmr-intro .nmr-intro_bg {
  position: relative;
}
.nmr-intro .nmr_loop {
  bottom: 0;
  height: 140px;
}
.nmr-intro .nmr_loop img {
  position: initial;
}

.nmr-tvcm {
  margin-top: min(calc(290 / 1920 * 100vw),290px);
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768.98px) {
  .nmr-tvcm {
    margin-top: calc(57 / 375 * 100vw);
  }
}
.nmr-tvcm .nmr-tvcm_anim .nmr-tvcm_anim01 {
  width: min(calc(460 / 1920 * 100vw),460px);
  min-width: 250px;
  height: auto;
  position: absolute;
  top: max(calc(-50 / 1920 * 100vw),-50px);
  left: min(calc(60 / 1920 * 100vw),60px);
}
@media screen and (max-width: 768.98px) {
  .nmr-tvcm .nmr-tvcm_anim .nmr-tvcm_anim01 {
    width: calc(98 / 375 * 100vw);
    min-width: 0;
    height: auto;
    top: calc(-33 / 375 * 100vw);
    left: 0;
  }
}
.nmr-tvcm .nmr-tvcm_anim .nmr-tvcm_anim02 {
  width: min(calc(460 / 1920 * 100vw),460px);
  min-width: 250px;
  height: auto;
  position: absolute;
  top: min(calc(340 / 1920 * 100vw),340px);
  right: min(calc(55 / 1920 * 100vw),55px);
}
@media screen and (max-width: 768.98px) {
  .nmr-tvcm .nmr-tvcm_anim .nmr-tvcm_anim02 {
    width: calc(96 / 375 * 100vw);
    min-width: 0;
    height: auto;
    top: calc(88 / 375 * 100vw);
    right: 0;
  }
}
.nmr-tvcm .nmr-tvcm_anim .nmr-tvcm_anim03 {
  width: min(calc(460 / 1920 * 100vw),460px);
  min-width: 250px;
  height: auto;
  position: absolute;
  top: min(calc(775 / 1920 * 100vw),775px);
  left: min(calc(120 / 1920 * 100vw),120px);
  z-index: 1;
}
@media screen and (max-width: 768.98px) {
  .nmr-tvcm .nmr-tvcm_anim .nmr-tvcm_anim03 {
    width: calc(125 / 375 * 100vw);
    min-width: 0;
    height: auto;
    top: calc(660 / 375 * 100vw);
    left: 0;
  }
}
.nmr-tvcm .nmr-tvcm_anim .nmr-tvcm_anim04 {
  width: min(calc(460 / 1920 * 100vw),460px);
  min-width: 250px;
  height: auto;
  position: absolute;
  top: min(calc(1055 / 1920 * 100vw),1055px);
  right: min(calc(115 / 1920 * 100vw),115px);
  z-index: 3;
}
@media screen and (max-width: 768.98px) {
  .nmr-tvcm .nmr-tvcm_anim .nmr-tvcm_anim04 {
    width: calc(120 / 375 * 100vw);
    min-width: 0;
    height: auto;
    top: calc(720 / 375 * 100vw);
    right: 0;
  }
}
.nmr-tvcm .nmr-tvcm_title {
  width: min(calc(466 / 1920 * 100vw),466px);
  min-width: 266px;
  height: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 768.98px) {
  .nmr-tvcm .nmr-tvcm_title {
    width: calc(168 / 375 * 100vw);
    min-width: 0;
    margin-bottom: calc(42 / 375 * 100vw);
  }
}
.nmr-tvcm .nmr-tvcm_text {
  width: min(calc(678 / 1920 * 100vw),678px);
  min-width: 387px;
  height: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 768.98px) {
  .nmr-tvcm .nmr-tvcm_text {
    margin-top: -20px;
    margin-bottom: calc(35 / 375 * 100vw);
    width: calc(197 / 375 * 100vw);
    min-width: 0;
  }
}
.nmr-tvcm .nmr-tvcm_movie {
  margin-bottom: 90px;
  width: min(calc(640 / 1920 * 100vw),640px);
  min-width: 340px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 768.98px) {
  .nmr-tvcm .nmr-tvcm_movie {
    width: calc(320 / 375 * 100vw);
    min-width: 0;
    margin-bottom: calc(123 / 375 * 100vw);
    gap: calc(24 / 375 * 100vw);
  }
}
.nmr-tvcm .nmr-tvcm_movie img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.nmr-tvcm .nmr-tvcm_cast {
  width: min(calc(1200 / 1920 * 100vw),1200px);
  min-width: 760px;
  margin: auto;
  margin-bottom: 170px;
  padding: min(calc(80 / 1920 * 100vw),80px) min(calc(105 / 1920 * 100vw),105px) min(calc(90 / 1920 * 100vw),90px);
  box-sizing: border-box;
  background-color: rgba(247, 245, 208, 0.5);
}
@media screen and (max-width: 768.98px) {
  .nmr-tvcm .nmr-tvcm_cast {
    width: calc(320 / 375 * 100vw);
    min-width: 0;
    margin-bottom: calc(50 / 375 * 100vw);
    padding: calc(40 / 375 * 100vw) calc(35 / 375 * 100vw) calc(48 / 375 * 100vw);
  }
}
.nmr-tvcm .nmr-tvcm_cast .nmr-tvcm_cast_heading {
  width: 180px;
  margin: 0 auto 65px;
}
@media screen and (max-width: 768.98px) {
  .nmr-tvcm .nmr-tvcm_cast .nmr-tvcm_cast_heading {
    width: calc(90 / 375 * 100vw);
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
.nmr-tvcm .nmr-tvcm_cast .nmr-tvcm_cast_heading img {
  width: 100%;
  height: auto;
}
.nmr-tvcm .nmr-tvcm_cast .nmr-tvcm_cast_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768.98px) {
  .nmr-tvcm .nmr-tvcm_cast .nmr-tvcm_cast_box {
    flex-direction: column;
    align-items: center;
    gap: calc(35 / 375 * 100vw);
  }
}
.nmr-tvcm .nmr-tvcm_cast .nmr-tvcm_cast_box .nmr-tvcm_cast_inner {
  display: flex;
  width: 46.37%;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768.98px) {
  .nmr-tvcm .nmr-tvcm_cast .nmr-tvcm_cast_box .nmr-tvcm_cast_inner {
    width: 100%;
  }
}
.nmr-tvcm .nmr-tvcm_cast .nmr-tvcm_cast_box .nmr-tvcm_cast_inner img {
  width: min(calc(275 / 1920 * 100vw),275px);
  min-width: 150px;
  height: auto;
}
@media screen and (max-width: 768.98px) {
  .nmr-tvcm .nmr-tvcm_cast .nmr-tvcm_cast_box .nmr-tvcm_cast_inner img {
    width: calc(135 / 375 * 100vw);
    min-width: 0;
  }
}
.nmr-tvcm .nmr-tvcm_cast .nmr-tvcm_cast_box .nmr-tvcm_cast_inner span {
  margin-top: 19px;
  font-weight: 500;
  font-size: 30px;
}
@media screen and (max-width: 768.98px) {
  .nmr-tvcm .nmr-tvcm_cast .nmr-tvcm_cast_box .nmr-tvcm_cast_inner span {
    margin-top: calc(18 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
  }
}
.nmr-tvcm .nmr-tvcm_cast .nmr-tvcm_cast_box .nmr-tvcm_cast_inner span + span {
  margin-top: 0;
  font-size: 24px;
}
@media screen and (max-width: 768.98px) {
  .nmr-tvcm .nmr-tvcm_cast .nmr-tvcm_cast_box .nmr-tvcm_cast_inner span + span {
    font-size: calc(15 / 375 * 100vw);
  }
}
.nmr-tvcm .nmr-tvcm_cast .nmr-tvcm_cast_box .nmr-tvcm_cast_inner p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768.98px) {
  .nmr-tvcm .nmr-tvcm_cast .nmr-tvcm_cast_box .nmr-tvcm_cast_inner p {
    margin-top: calc(18 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.8;
  }
}
.nmr-tvcm .nmr-tvcm_bg {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: max(calc(-30 / 1920 * 100vw),-30px);
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768.98px) {
  .nmr-tvcm .nmr-tvcm_bg {
    bottom: calc(-285 / 375 * 100vw);
  }
}

.nmr-product {
  background-color: rgb(247, 245, 207);
  position: relative;
}
.nmr-product .nmr-product_intro {
  display: flex;
  margin-bottom: 150px;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_intro {
    margin-bottom: calc(100 / 375 * 100vw);
  }
}
.nmr-product .nmr-product_intro .nmr-product_heading {
  width: min(calc(719 / 1920 * 100vw),719px);
  margin: 140px auto 110px;
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_intro .nmr-product_heading {
    width: calc(257 / 375 * 100vw);
    margin: calc(100 / 375 * 100vw) auto calc(42 / 375 * 100vw);
  }
}
.nmr-product .nmr-product_intro .nmr-product_sub-heading {
  width: min(calc(1016 / 1920 * 100vw),1016px);
  margin-bottom: 70px;
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_intro .nmr-product_sub-heading {
    width: calc(285 / 375 * 100vw);
    margin-bottom: calc(48 / 375 * 100vw);
    margin-top: 0;
  }
}
.nmr-product .nmr-product_intro .nmr-product_intro_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 min(calc(18 / 1120 * 100vw),18px);
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_intro .nmr-product_intro_box {
    grid-template-columns: 1fr;
    gap: calc(25 / 375 * 100vw);
  }
}
.nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_sp {
  display: none;
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_sp {
    display: block;
    margin: calc(-15 / 375 * 100vw) auto calc(-15 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
    font-weight: 500;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content {
  width: min(calc(553 / 1120 * 100vw),553px);
  height: min(calc(553 / 1120 * 100vw),553px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content {
    width: calc(325 / 375 * 100vw);
    height: calc(325 / 375 * 100vw);
  }
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content:nth-of-type(1) .nmr-product_intro_content_inner {
    padding-top: calc(25 / 375 * 100vw);
  }
}
.nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content:nth-of-type(2) {
  margin-top: min(calc(220 / 1120 * 100vw),220px);
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content:nth-of-type(2) {
    margin: auto;
  }
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content:nth-of-type(2) .nmr-product_intro_content_inner {
    padding-top: calc(25 / 375 * 100vw);
  }
}
.nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content:nth-of-type(3) {
  margin-top: max(calc(-170 / 1120 * 100vw),-170px);
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content:nth-of-type(3) {
    margin: auto;
  }
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content:nth-of-type(3) .nmr-product_intro_content_inner {
    padding-top: calc(10 / 375 * 100vw);
  }
}
.nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content:nth-of-type(4) {
  margin-top: min(calc(45 / 1120 * 100vw),45px);
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content:nth-of-type(4) {
    margin: auto;
  }
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content:nth-of-type(4) .nmr-product_intro_content_inner {
    max-width: none;
    padding-top: calc(15 / 375 * 100vw);
    align-items: center;
  }
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content:nth-of-type(4) .nmr-product_intro_content_inner h3 {
    width: calc(295 / 375 * 100vw);
  }
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content:nth-of-type(4) .nmr-product_intro_content_inner p {
    max-width: calc(250 / 375 * 100vw);
  }
}
.nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content .nmr-product_intro_content_inner {
  max-width: min(calc(420 / 1120 * 100vw),420px);
  display: flex;
  flex-direction: column;
  gap: min(calc(10 / 1120 * 100vw),10px);
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content .nmr-product_intro_content_inner {
    max-width: calc(250 / 375 * 100vw);
    gap: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content .nmr-product_intro_content_inner .nmr-product_pc {
    display: none;
  }
}
.nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content h3 {
  width: min(calc(400 / 1120 * 100vw),400px);
  margin: auto;
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content h3 {
    width: calc(250 / 375 * 100vw);
  }
}
.nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content p {
  margin: 0;
  font-size: min(calc(15 / 1120 * 100vw),15px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content p {
    font-size: calc(13 / 375 * 100vw);
    line-height: 1.85;
    letter-spacing: 0.03em;
  }
}
.nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content .nmr-product_intro-narrow {
  padding: 0 min(calc(25 / 1120 * 100vw),25px);
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content .nmr-product_intro-narrow {
    padding: 0 calc(5 / 375 * 100vw);
  }
}
.nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content .nmr-product_intro_content_img,
.nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content .nmr-product_intro_content_img-single {
  display: flex;
  padding: 0 min(calc(10 / 1120 * 100vw),10px);
  justify-content: center;
  gap: min(calc(20 / 1120 * 100vw),20px);
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content .nmr-product_intro_content_img,
  .nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content .nmr-product_intro_content_img-single {
    padding: 0 calc(10 / 375 * 100vw);
    gap: calc(8 / 375 * 100vw);
  }
}
.nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content .nmr-product_intro_content_img img,
.nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content .nmr-product_intro_content_img-single img {
  width: min(calc(169 / 1120 * 100vw),169px);
  height: auto;
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content .nmr-product_intro_content_img img,
  .nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content .nmr-product_intro_content_img-single img {
    width: calc(90 / 375 * 100vw);
  }
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content .nmr-product_intro_content_img-single img {
    width: calc(134 / 375 * 100vw);
  }
}
.nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content .nmr-product_intro_content_img {
  padding: 0 min(calc(20 / 1120 * 100vw),20px);
}
.nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content small {
  margin-top: -10px;
  padding: 0 min(calc(30 / 1120 * 100vw),30px);
  font-size: min(calc(12 / 1120 * 100vw),12px);
  font-weight: 500;
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content small {
    margin: auto;
    padding: 0;
    font-size: calc(10 / 375 * 100vw);
  }
}
.nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content .nmr-product_intro_content_indent {
  text-indent: -1em;
  padding-left: 1em;
}
.nmr-product .nmr-product_intro .nmr-product_intro_box .nmr-product_intro_content:nth-of-type(2) .nmr-product_intro-narrow {
  padding: 0 min(calc(10 / 1120 * 100vw),10px);
}
.nmr-product .nmr-product_info {
  display: flex;
  padding: min(calc(145 / 1120 * 100vw),145px) 0 min(calc(150 / 1120 * 100vw),150px);
  flex-direction: column;
  align-items: center;
  gap: 70px;
  position: relative;
  z-index: 2;
  background-color: rgba(248, 245, 241, 0.8);
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_info {
    padding: calc(68 / 375 * 100vw) 0 calc(60 / 375 * 100vw);
    gap: calc(35 / 375 * 100vw);
  }
}
.nmr-product .nmr-product_info .nmr-product_info_sp {
  display: none;
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_info .nmr-product_info_sp {
    display: block;
    width: calc(260 / 375 * 100vw);
  }
}
.nmr-product .nmr-product_info .nmr-product_info_heading {
  width: min(calc(574 / 1120 * 100vw),574px);
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_info .nmr-product_info_heading {
    width: calc(270 / 375 * 100vw);
  }
}
.nmr-product .nmr-product_info .nmr-product_info_heading img {
  width: 100%;
  height: auto;
}
.nmr-product .nmr-product_info .nmr-product_info_box {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_info .nmr-product_info_box {
    justify-content: center;
    margin-top: calc(25 / 375 * 100vw);
  }
}
.nmr-product .nmr-product_info .nmr-product_info_box img {
  width: 42.6%;
  height: auto;
  max-height: 514px;
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_info .nmr-product_info_box img {
    display: none;
  }
}
.nmr-product .nmr-product_info .nmr-product_info_box .nmr-product_info_detail {
  width: 50.5%;
  margin-top: min(calc(60 / 1120 * 100vw),60px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
  font-weight: bold;
  line-height: 1.68;
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_info .nmr-product_info_box .nmr-product_info_detail {
    width: 100%;
    padding: 0 calc(30 / 375 * 100vw);
    gap: calc(23 / 375 * 100vw);
  }
}
.nmr-product .nmr-product_info .nmr-product_info_box .nmr-product_info_detail dt {
  width: 28%;
  font-size: min(calc(16 / 1120 * 100vw),16px);
  font-feature-settings: "palt";
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_info .nmr-product_info_box .nmr-product_info_detail dt {
    width: 30%;
    font-size: calc(13 / 375 * 100vw);
  }
}
.nmr-product .nmr-product_info .nmr-product_info_box .nmr-product_info_detail dd {
  width: 65.6%;
  font-size: min(calc(16 / 1120 * 100vw),16px);
  font-feature-settings: "palt";
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_info .nmr-product_info_box .nmr-product_info_detail dd {
    width: 60%;
    font-size: calc(13 / 375 * 100vw);
  }
}
.nmr-product .nmr-product_info .nmr-product_info_box .nmr-product_info_detail dd span {
  display: block;
  width: fit-content;
  margin-top: 5px;
  padding-top: 3px;
  padding-right: 10px;
  border-top: 2px solid #060601;
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_info .nmr-product_info_box .nmr-product_info_detail .nmr-product_info_pc {
    display: none;
  }
}
.nmr-product .nmr-product_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768.98px) {
  .nmr-product .nmr-product_bg {
    top: 0;
    bottom: auto;
  }
}

/* modal */
.modal-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000000;
}

.modal-container {
  overflow-y: auto;
  width: 100%;
  max-width: 940px;
}

.modal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.modal-close {
  background: transparent;
  border: 0;
}

.modal-header .modal-close::before {
  content: "✕";
}

.modal-content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.modal-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

/* モーダルアニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide[aria-hidden=false] .modal-overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}
