@charset "UTF-8";
@font-face {
  font-family: "TimesNewRoman";
  src: url(../font/Times_New_Roman.ttf) format("TrueType");
  font-weight: normal;
}
@font-face {
  font-family: "TimesNewRoman";
  src: url(../font/Times_New_Roman_Italic.ttf) format("TrueType");
  font-style: Italic;
}
:root {
  --font: 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic, メイリオ, sans-serif;
  --font-en: TimesNewRoman, sans-serif;
  --font-mincho: NotoSerifJP, sans-serif;
  --pc-width: 2100;
  --tb-width: 768;
  --sp-width: 750;
}

* > .main-area {
  font-family: var(--font);
  font-weight: var(--fontweight-medium);
  font-feature-settings: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: unset;
  min-width: auto;
}

@media screen and (min-width: 768px) and (max-width: 2100px) {
  html {
    font-size: calc(10 * (100vw/2100));
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: calc(10 * (100vw/750));
  }
  * > .main-area {
    font-family: var(--font-hiragino);
  }
}
.main-area * {
  box-sizing: border-box;
}
.main-area img {
  height: auto;
  opacity: 1;
  width: 100%;
}
.main-area a {
  text-decoration: none;
}
.main-area picture {
  display: block;
}
.main-area p, .main-area ul, .main-area ol, .main-area dl {
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .main-area .pc_only {
    display: none;
  }
  .main-area .sp_only {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .main-area .pc_only {
    display: block;
  }
  .main-area .sp_only {
    display: none;
  }
}
.js-fadeIn-load {
  opacity: 0;
  transition: opacity 3s;
}

.js-fadeIn-load--02 {
  opacity: 0;
  transition: opacity 1s 0.8s;
}

.js-fadeIn-load.js-active, .js-fadeIn-load--02.js-active {
  opacity: 1;
}

.js-fadeUp-load {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(10px);
}

.js-fadeUp-load.js-active {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeUp, .js-fadeUp-credit {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(30px);
}

.js-fadeUp.js-active, .js-fadeUp-credit.js-active {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeIn {
  opacity: 0;
  transition: opacity 3s;
}

.js-fadeIn.js-active {
  opacity: 1;
}

.js-arrow img {
  transform: translateY(-100%);
  transition: transform 0.8s ease-in-out;
}

.js-arrow.js-active img {
  transform: translateY(0);
}

.split {
  opacity: 0;
}
.split.split_01 {
  transition: opacity 0s 0.1s;
}
.split.split_02 {
  transition: opacity 0s 0.2s;
}
.split.split_03 {
  transition: opacity 0s 0.3s;
}
.split.split_04 {
  transition: opacity 0s 0.4s;
}
.split.split_05 {
  transition: opacity 0s 0.5s;
}
.split.split_06 {
  transition: opacity 0s 0.6s;
}
.split.split_07 {
  transition: opacity 0s 0.7s;
}
.split.split_08 {
  transition: opacity 0s 0.8s;
}
.split.split_09 {
  transition: opacity 0s 0.9s;
}
.split.split_010 {
  transition: opacity 0s 1s;
}
.split.split_011 {
  transition: opacity 0s 1.1s;
}
.split.split_012 {
  transition: opacity 0s 1.2s;
}
.split.split_013 {
  transition: opacity 0s 1.3s;
}
.split.split_014 {
  transition: opacity 0s 1.4s;
}
.split.split_015 {
  transition: opacity 0s 1.5s;
}
.split.split_016 {
  transition: opacity 0s 1.6s;
}
.split.split_017 {
  transition: opacity 0s 1.7s;
}
.split.split_018 {
  transition: opacity 0s 1.8s;
}
.split.split_019 {
  transition: opacity 0s 1.9s;
}
.split.split_020 {
  transition: opacity 0s 2s;
}
.split.split_021 {
  transition: opacity 0s 2.1s;
}
.split.split_022 {
  transition: opacity 0s 2.2s;
}
.split.split_023 {
  transition: opacity 0s 2.3s;
}
.split.split_024 {
  transition: opacity 0s 2.4s;
}
.split.split_025 {
  transition: opacity 0s 2.5s;
}
.split.split_026 {
  transition: opacity 0s 2.6s;
}
.split.split_027 {
  transition: opacity 0s 2.7s;
}
.split.split_028 {
  transition: opacity 0s 2.8s;
}
.split.split_029 {
  transition: opacity 0s 2.9s;
}
.split.split_030 {
  transition: opacity 0s 3s;
}
.split.split_031 {
  transition: opacity 0s 3.1s;
}
.split.split_032 {
  transition: opacity 0s 3.2s;
}
.split.split_033 {
  transition: opacity 0s 3.3s;
}
.split.split_034 {
  transition: opacity 0s 3.4s;
}
.split.split_035 {
  transition: opacity 0s 3.5s;
}
.split.split_036 {
  transition: opacity 0s 3.6s;
}
.split.split_037 {
  transition: opacity 0s 3.7s;
}
.split.split_038 {
  transition: opacity 0s 3.8s;
}
.split.split_039 {
  transition: opacity 0s 3.9s;
}

.js-svg.js-active .split {
  opacity: 1;
}

#issue_MR241121HOLIDAY {
  margin: 0 auto;
  padding: 0 0 0 0;
  color: #000000;
  font-family: var(--font-en);
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.05em;
  transition: background-color 0.3s ease;
}
#issue_MR241121HOLIDAY p {
  font-feature-settings: "palt";
}
#issue_MR241121HOLIDAY .firstview {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
#issue_MR241121HOLIDAY .product__block {
  width: 100%;
  margin: 0 auto 0;
}
#issue_MR241121HOLIDAY .product__block .product__floating {
  width: 100%;
  margin: 0 auto;
  position: sticky;
  top: 0;
  z-index: 2;
  transition: background-color 0.3s ease;
}
#issue_MR241121HOLIDAY .product__block .product__floating .product__floating-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  width: 210rem;
  margin: 0 auto;
  height: 13rem;
  padding: 4rem 7rem 0 5.2rem;
  font-size: 2.7rem;
  line-height: 1.2925925926;
}
#issue_MR241121HOLIDAY .product__block .product__floating .text__left {
  display: inline-block;
  font-size: 1.5rem;
  padding: 1rem 0 0 0;
}
#issue_MR241121HOLIDAY .product__block .product__floating .text__left span {
  display: block;
  letter-spacing: 0.025em;
  line-height: 1;
}
#issue_MR241121HOLIDAY .product__block .product__floating .text__left span:nth-of-type(2) {
  margin: 1rem 0 0 0;
}
#issue_MR241121HOLIDAY .product__block .product__floating .text__right {
  display: inline-block;
  font-size: 2.6rem;
  font-style: italic;
  line-height: 1.3076923077;
  letter-spacing: -0.015em;
}
#issue_MR241121HOLIDAY .product__block .product__floating.product__floating--01 {
  background-color: #fff;
}
#issue_MR241121HOLIDAY .product__block .product__floating.product__floating--01 .product__floating-bg {
  background-color: #fff;
}
#issue_MR241121HOLIDAY .product__block .product__floating.product__floating--02 {
  background-color: transparent;
}
#issue_MR241121HOLIDAY .product__block .product__floating.product__floating--02 .product__floating-bg {
  background-color: transparent;
}
#issue_MR241121HOLIDAY .product__block .product__floating.product__floating--02 .product__floating-inner {
  padding: 7.7rem 7rem 0 7.8rem;
  height: 15rem;
  letter-spacing: 0.005em;
}
#issue_MR241121HOLIDAY .product__block .product__floating.product__floating--03 {
  top: -0.3rem;
  background-color: #456057;
}
#issue_MR241121HOLIDAY .product__block .product__floating.product__floating--03 .product__floating-inner {
  height: 15rem;
  padding: 6rem 7rem 0 5.2rem;
}
#issue_MR241121HOLIDAY .product__block .product__block-inner {
  width: 210rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#issue_MR241121HOLIDAY .product__block .product__box {
  position: relative;
}
#issue_MR241121HOLIDAY .product__block .product__image-wrap {
  position: relative;
}
#issue_MR241121HOLIDAY .product__block .product__image-wrap.product__image-wrap--01-3 {
  display: flex;
  justify-content: space-between;
  width: 141.6rem;
  top: 190.2rem;
  left: 35.8rem;
}
#issue_MR241121HOLIDAY .product__block .product__image-wrap.product__image-wrap--02-2 {
  display: flex;
  justify-content: space-between;
  width: 144.5rem;
  top: 39.5rem;
  left: 32rem;
}
#issue_MR241121HOLIDAY .product__block .product__image-wrap.product__image-wrap--03-1 {
  width: 210rem;
  margin: 0 auto;
}
#issue_MR241121HOLIDAY .product__block .product__image-wrap.product__image-wrap--03-4 {
  transition: background-color 0.3s ease;
  top: 251rem;
  height: 310rem;
}
#issue_MR241121HOLIDAY .product__block .product__image-wrap.product__image-wrap--03-4 .product__image-inner {
  width: 210rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#issue_MR241121HOLIDAY .product__block .product__slider {
  z-index: 1;
}
#issue_MR241121HOLIDAY .product__block .product__slider--01-3 {
  width: 69.4rem;
}
#issue_MR241121HOLIDAY .product__block .product__slider--02-1 {
  width: 69.4rem;
}
#issue_MR241121HOLIDAY .product__block .product__image {
  position: absolute;
}
#issue_MR241121HOLIDAY .product__block .product__image.product__image--01-1 {
  width: 67.8rem;
  top: 14.5rem;
  left: 33.2rem;
}
#issue_MR241121HOLIDAY .product__block .product__image.product__image--01-2 {
  width: 55.6rem;
  top: 74.5rem;
  left: 121.3rem;
}
#issue_MR241121HOLIDAY .product__block .product__image.product__image--01-3 {
  width: 55.6rem;
  top: 89.1rem;
  left: 48.7rem;
}
#issue_MR241121HOLIDAY .product__block .product__image.product__image--01-4 {
  position: static;
  width: 69.4rem;
}
#issue_MR241121HOLIDAY .product__block .product__image.product__image--01-5 {
  width: 40.6rem;
}
#issue_MR241121HOLIDAY .product__block .product__image.product__image--02-2 {
  position: static;
  width: 71rem;
}
#issue_MR241121HOLIDAY .product__block .product__image.product__image--02-3 {
  position: static;
  width: 71rem;
}
#issue_MR241121HOLIDAY .product__block .product__image.product__image--02-4 {
  width: 59rem;
  top: 285.2rem;
  left: 74rem;
}
#issue_MR241121HOLIDAY .product__block .product__image.product__image--03-1 {
  width: 52.2rem;
  top: 10.2rem;
  left: 41.6rem;
}
#issue_MR241121HOLIDAY .product__block .product__image.product__image--03-2 {
  width: 52.2rem;
  top: 41.3rem;
  left: 111rem;
}
#issue_MR241121HOLIDAY .product__block .product__image.product__image--03-3 {
  width: 71.3rem;
  top: 138.3rem;
  left: 69rem;
}
#issue_MR241121HOLIDAY .product__block .product__image.product__image--03-4 {
  width: 55.6rem;
  top: 19rem;
  left: 77.2rem;
}
#issue_MR241121HOLIDAY .product__block .product__image.product__image--03-5 {
  width: 67.8rem;
  top: 126.7rem;
  left: 30.3rem;
}
#issue_MR241121HOLIDAY .product__block .product__image.product__image--03-6 {
  width: 55.6rem;
  top: 179.4rem;
  left: 125.9rem;
}
#issue_MR241121HOLIDAY .product__block .product__image.product__image--04-1 {
  position: static;
  width: 55.8rem;
  margin: 0 0 0 auto;
}
#issue_MR241121HOLIDAY .product__block .product__text {
  position: absolute;
  width: auto;
  font-size: 2.7rem;
  line-height: 1;
  letter-spacing: 0.005em;
}
#issue_MR241121HOLIDAY .product__block .product__text.product__text--02-4a {
  top: -6rem;
  left: 0.5rem;
}
#issue_MR241121HOLIDAY .product__block .product__text.product__text--02-4b {
  top: auto;
  bottom: -6.5rem;
  left: auto;
  right: -1rem;
}
#issue_MR241121HOLIDAY .product__block .product__text.product__text--02-2 {
  top: 20.7rem;
  left: 89.9rem;
}
#issue_MR241121HOLIDAY .product__block .product__text.product__text--03 {
  width: 66rem;
  top: 127.3rem;
  left: 115.7rem;
  font-family: var(--font-en);
  font-size: 2.7rem;
  line-height: 1.3666666667;
  letter-spacing: 0.005em;
}
#issue_MR241121HOLIDAY .product__block .product__credit {
  position: absolute;
  margin: 0;
  font-family: var(--font-en);
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
  text-align: left;
}
#issue_MR241121HOLIDAY .product__block .product__credit a {
  display: inline-block;
  margin: 0 0 0 0;
}
#issue_MR241121HOLIDAY .product__block .product__credit.product__credit--01-2 {
  top: 48.3rem;
  left: auto;
  right: -3.3rem;
  transform: rotate(90deg);
  transform-origin: top right;
}
#issue_MR241121HOLIDAY .product__block .product__credit.product__credit--01-3 {
  top: auto;
  bottom: -6rem;
  left: -0.5rem;
}
#issue_MR241121HOLIDAY .product__block .product__credit.product__credit--02-3 {
  top: auto;
  bottom: -6.5rem;
  left: auto;
  right: 0;
  text-align: right;
}
#issue_MR241121HOLIDAY .product__block .product__credit.product__credit--03-1 {
  top: auto;
  bottom: -3.8rem;
  left: 0rem;
}
#issue_MR241121HOLIDAY .product__block .product__credit.product__credit--03-4 {
  top: auto;
  bottom: -5.5rem;
  left: 0rem;
}
#issue_MR241121HOLIDAY .product__block .product__credit.product__credit--03-6 {
  top: auto;
  bottom: -3.2rem;
  left: auto;
  right: 0;
}
#issue_MR241121HOLIDAY .product__sticky-contener {
  height: 980.2rem;
}
#issue_MR241121HOLIDAY .product__block--01 {
  height: 340.9rem;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
#issue_MR241121HOLIDAY .product__block--02 {
  height: 407rem;
  /*background-color: #E8E4D4;*/
  position: sticky;
  top: -303.7rem;
}
#issue_MR241121HOLIDAY .product__block--02 .product__block-inner {
  margin: -4.5rem auto 0;
}
#issue_MR241121HOLIDAY .product__block--02 .product__contener {
  display: flex;
  justify-content: space-between;
  padding: 0 11.5rem 0 7.5rem;
}
#issue_MR241121HOLIDAY .product__block--02 .product__slider-interlocking {
  width: 69.4rem;
}
#issue_MR241121HOLIDAY .product__block--02 .product__slider-interlocking .product__credit {
  display: block;
  margin: 1.3rem 0 0 auto;
  position: static;
  text-align: right;
}
#issue_MR241121HOLIDAY .product__block--02 .product__thumbnail {
  position: relative;
  width: 60.4rem;
  height: 56.8rem;
  margin: 46.2rem 0 0 0;
}
#issue_MR241121HOLIDAY .product__block--02 .product__thumbnail::after {
  display: block;
  content: "HOLIDAY COLLECTION";
  position: absolute;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  top: -2.6rem;
  left: 0.1rem;
}
#issue_MR241121HOLIDAY .product__block--02 .product__thumbnail .slick-track {
  transform: unset !important;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, auto);
  gap: 1rem 1rem;
}
#issue_MR241121HOLIDAY .product__block--02 .product__thumbnail .slick-current {
  opacity: 0.5;
}
#issue_MR241121HOLIDAY .product__block--02 .product__thumbnail .product__thumbnail-image {
  width: 100% !important;
}
#issue_MR241121HOLIDAY .product__block--03 {
  height: 565.7rem;
  padding: 0 0 7rem 0;
  background-color: #456057;
  position: sticky;
  top: 0;
  transition: background-color 0.3s ease;
}
#issue_MR241121HOLIDAY .product__block--03 .product__block-inner {
  width: 100%;
}
#issue_MR241121HOLIDAY .product__block--04 {
  height: 95.5rem;
  margin: 0 0 0 0;
  background: #fff;
  position: relative;
}
#issue_MR241121HOLIDAY .product__block--04 .product__block-inner {
  padding: 0 6rem 0 5.5rem;
}
#issue_MR241121HOLIDAY .button__all {
  display: block;
  width: 38rem;
  height: 6.4rem;
  margin: 8rem auto 0;
  background-color: #B43A26;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  line-height: 6.4rem;
  text-align: center;
}
#issue_MR241121HOLIDAY .lp__bottom {
  position: absolute;
  bottom: 15rem;
}
#issue_MR241121HOLIDAY .lp__bottom .staff_credit {
  font-size: 2rem;
  letter-spacing: 0.035em;
  line-height: 1.6625;
}
#issue_MR241121HOLIDAY .lp__bottom .view__all {
  display: inline-block;
  margin: 3.2rem 0 0 0;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: 0.055em;
}

@media only screen and (min-width: 768px) {
  .header.off {
    visibility: hidden;
    opacity: 0;
    z-index: -100;
    transition: 1s;
  }
  .product__slider .slick-dots {
    display: flex !important;
    justify-content: end;
    width: 7rem;
    margin: 0;
    position: absolute;
    top: auto;
    bottom: -3.5rem;
    left: auto;
    right: 0;
  }
  .product__slider .slick-dots li {
    margin: 0;
  }
  .product__slider .slick-dots li:nth-of-type(n+2) {
    margin: 0 0 0 1rem;
  }
  .product__slider .slick-dots li button {
    width: 1rem;
    height: 1rem;
    border: 0.1rem solid #717071;
    border-radius: 50%;
  }
  .product__slider .slick-dots li.slick-active button {
    background-color: #717071;
  }
}
@media only screen and (max-width: 767px) {
  #issue_MR241121HOLIDAY {
    margin: 0;
    padding: 0 0 0 0;
    max-width: calc(750 * (100vw/750));
    font-feature-settings: "palt";
    font-weight: 400;
    letter-spacing: 0.05em;
    position: relative;
  }
  #issue_MR241121HOLIDAY p {
    font-feature-settings: "palt";
  }
  #issue_MR241121HOLIDAY .firstview {
    width: calc(750 * (100vw/750));
    margin: 0;
    padding: 0 0 0 0;
  }
  #issue_MR241121HOLIDAY .product__block {
    width: 100%;
  }
  #issue_MR241121HOLIDAY .product__block .product__floating {
    width: 100%;
    margin: 0 auto;
    position: static;
    top: 0;
    z-index: 2;
    transition: background-color 0.3s ease;
  }
  #issue_MR241121HOLIDAY .product__block .product__floating .product__floating-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    margin: 0 auto;
    height: calc(100 * (100vw/750));
    padding: calc(28 * (100vw/750)) calc(40 * (100vw/750)) 0 calc(30 * (100vw/750));
    font-size: calc(32 * (100vw/750));
    line-height: 1.090625;
  }
  #issue_MR241121HOLIDAY .product__block .product__floating .text__left {
    display: inline-block;
    font-size: calc(24 * (100vw/750));
    padding: 0 0 0 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__floating .text__left span {
    display: block;
    letter-spacing: 0.025em;
    line-height: 1;
  }
  #issue_MR241121HOLIDAY .product__block .product__floating .text__left span:nth-of-type(2) {
    margin: calc(2 * (100vw/750)) 0 0 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__floating .text__right {
    display: inline-block;
    font-size: 2.6rem;
    font-style: italic;
    line-height: 1.3076923077;
    letter-spacing: -0.015em;
  }
  #issue_MR241121HOLIDAY .product__block .product__floating.product__floating--01 {
    background-color: #fff;
  }
  #issue_MR241121HOLIDAY .product__block .product__floating.product__floating--01 .product__floating-bg {
    background-color: #fff;
  }
  #issue_MR241121HOLIDAY .product__block .product__floating.product__floating--02 {
    background-color: transparent;
  }
  #issue_MR241121HOLIDAY .product__block .product__floating.product__floating--02 .product__floating-bg {
    background-color: transparent;
  }
  #issue_MR241121HOLIDAY .product__block .product__floating.product__floating--02 .product__floating-inner {
    padding: calc(28 * (100vw/750)) calc(40 * (100vw/750)) 0 calc(30 * (100vw/750));
    height: 15rem;
    letter-spacing: 0.005em;
  }
  #issue_MR241121HOLIDAY .product__block .product__floating.product__floating--03 {
    background-color: #456057;
  }
  #issue_MR241121HOLIDAY .product__block .product__floating.product__floating--03 .product__floating-inner {
    height: 15rem;
    padding: 6rem 7rem 0 5.2rem;
  }
  #issue_MR241121HOLIDAY .product__block .product__block-inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  #issue_MR241121HOLIDAY .product__block .product__box {
    position: relative;
  }
  #issue_MR241121HOLIDAY .product__block .product__item {
    position: static;
  }
  #issue_MR241121HOLIDAY .product__block .product__block-inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  #issue_MR241121HOLIDAY .product__block .product__box {
    position: relative;
  }
  #issue_MR241121HOLIDAY .product__block .product__image-wrap {
    position: relative;
  }
  #issue_MR241121HOLIDAY .product__block .product__image-wrap.product__image-wrap--01-3 {
    display: block;
    height: auto;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin: calc(313 * (100vw/750)) 0 0 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__image-wrap.product__image-wrap--02-2 {
    display: block;
    position: static;
    height: auto;
    width: 100%;
    padding: 0 0 0 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__image-wrap.product__image-wrap--03-1 {
    height: auto;
    width: 100%;
    padding: 0 0 0 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__image-wrap.product__image-wrap--03-4 {
    height: auto;
    width: 100%;
    padding: 0 0 calc(155 * (100vw/750)) 0;
    top: 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__slider {
    z-index: 1;
  }
  #issue_MR241121HOLIDAY .product__block .product__slider--01-3 {
    width: 100%;
  }
  #issue_MR241121HOLIDAY .product__block .product__slider--02-1 {
    width: 69.4rem;
  }
  #issue_MR241121HOLIDAY .product__block .product__image {
    position: static;
    margin: 0 auto 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__image.product__image--01-0 {
    width: calc(521 * (100vw/750));
    margin: calc(185 * (100vw/750)) 0 0 calc(190 * (100vw/750));
  }
  #issue_MR241121HOLIDAY .product__block .product__image.product__image--01-1 {
    width: calc(693 * (100vw/750));
    margin: calc(204 * (100vw/750)) auto 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__image.product__image--01-2 {
    width: calc(522 * (100vw/750));
    margin: calc(272 * (100vw/750)) auto 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__image.product__image--01-3 {
    width: 100%;
    margin: calc(82 * (100vw/750)) 0 0 calc(65 * (100vw/750));
  }
  #issue_MR241121HOLIDAY .product__block .product__image.product__image--01-4 {
    width: calc(522 * (100vw/750));
    margin: calc(28 * (100vw/750)) auto 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__image.product__image--01-5 {
    width: calc(610 * (100vw/750));
    margin: calc(83 * (100vw/750)) 0 0 auto;
  }
  #issue_MR241121HOLIDAY .product__block .product__image.product__image--01-6 {
    width: calc(610 * (100vw/750));
    margin: calc(85 * (100vw/750)) 0 0 auto;
  }
  #issue_MR241121HOLIDAY .product__block .product__image.product__image--02-2 {
    width: 100%;
    margin: calc(150 * (100vw/750)) 0 0 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__image.product__image--02-3 {
    width: 100%;
    margin: 0 0 0 auto;
  }
  #issue_MR241121HOLIDAY .product__block .product__image.product__image--02-4 {
    width: calc(522 * (100vw/750));
    margin: calc(126 * (100vw/750)) auto 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__image.product__image--02-5 {
    width: calc(610 * (100vw/750));
    margin: calc(83 * (100vw/750)) 0 0 auto;
  }
  #issue_MR241121HOLIDAY .product__block .product__image.product__image--02-6 {
    width: calc(610 * (100vw/750));
    margin: calc(85 * (100vw/750)) 0 0 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__image.product__image--03-1 {
    width: calc(522 * (100vw/750));
    margin: 0;
    padding: calc(195 * (100vw/750)) 0 0 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__image.product__image--03-2 {
    width: calc(522 * (100vw/750));
    margin: calc(118 * (100vw/750)) calc(56 * (100vw/750)) 0 auto;
  }
  #issue_MR241121HOLIDAY .product__block .product__image.product__image--03-3 {
    width: 100%;
    margin: calc(165 * (100vw/750)) 0 0 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__image.product__image--03-4 {
    width: calc(521 * (100vw/750));
    margin: 0 auto 0;
    padding: calc(180 * (100vw/750)) 0 0 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__image.product__image--03-5 {
    width: calc(693 * (100vw/750));
    margin: calc(143 * (100vw/750)) auto 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__image.product__image--03-6 {
    width: calc(522 * (100vw/750));
    margin: calc(216 * (100vw/750)) calc(28 * (100vw/750)) 0 auto;
  }
  #issue_MR241121HOLIDAY .product__block .product__image.product__image--04-1 {
    width: 100%;
    margin: calc(0 * (100vw/750)) calc(28 * (100vw/750)) 0 auto;
  }
  #issue_MR241121HOLIDAY .product__block .product__text {
    position: absolute;
    width: auto;
  }
  #issue_MR241121HOLIDAY .product__block .product__text.product__text--01-0 {
    font-size: calc(30 * (100vw/750));
    line-height: 1;
    text-align: right;
    top: calc(-47 * (100vw/750));
    left: auto;
    right: 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__text .product__lead-title {
    margin: calc(35 * (100vw/750)) auto 0;
    font-size: calc(32 * (100vw/750));
    letter-spacing: 0.14em;
    line-height: 1.8;
    text-align: center;
  }
  #issue_MR241121HOLIDAY .product__block .product__text .product__lead-text {
    margin: 0;
    font-size: calc(24 * (100vw/750));
    letter-spacing: 0.02em;
    line-height: 2.2;
  }
  #issue_MR241121HOLIDAY .product__block .product__text.product__text--01-2 {
    width: calc(620 * (100vw/750));
    margin: 0 auto 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__text.product__text--01-2 .product__lead-text {
    margin: calc(55 * (100vw/750)) auto 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__text.product__text--01-3 {
    width: calc(620 * (100vw/750));
    margin: calc(65 * (100vw/750)) auto 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__text.product__text--02-2 {
    width: calc(620 * (100vw/750));
    margin: calc(50 * (100vw/750)) auto 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__text.product__text--02-3a {
    margin: calc(24 * (100vw/750)) calc(37 * (100vw/750)) 0 0;
    text-align: right;
    position: static;
    font-size: calc(32 * (100vw/750));
    letter-spacing: 0.005em;
  }
  #issue_MR241121HOLIDAY .product__block .product__text.product__text--02-3b {
    margin: calc(0 * (100vw/750)) calc(27 * (100vw/750)) 0 0;
    text-align: right;
    position: static;
    font-size: calc(32 * (100vw/750));
    letter-spacing: 0.005em;
  }
  #issue_MR241121HOLIDAY .product__block .product__text.product__text--02-3 {
    width: calc(620 * (100vw/750));
    margin: calc(67 * (100vw/750)) auto 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__text.product__text--02-4 {
    width: calc(620 * (100vw/750));
    margin: calc(66 * (100vw/750)) auto 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__text.product__text--03-2 {
    width: calc(620 * (100vw/750));
    margin: calc(50 * (100vw/750)) auto 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__text.product__text--03-2 .product__lead-text {
    margin: calc(55 * (100vw/750)) auto 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__text.product__text--03-3 {
    width: calc(620 * (100vw/750));
    margin: calc(68 * (100vw/750)) auto 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__text.product__text--03-4 {
    width: calc(620 * (100vw/750));
    margin: calc(65 * (100vw/750)) auto 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__credit {
    position: static;
    margin: calc(16 * (100vw/750)) 0 0 0;
    font-size: calc(21 * (100vw/750));
    letter-spacing: 0.02em;
    line-height: 1.3376190476;
    text-align: right;
  }
  #issue_MR241121HOLIDAY .product__block .product__credit a {
    display: inline-block;
    margin: 0 0 0 0;
    line-height: 1.3376190476;
  }
  #issue_MR241121HOLIDAY .product__block .product__credit.product__credit--01-1 {
    width: 100%;
    margin: calc(21 * (100vw/750)) 0 0 calc(0 * (100vw/750));
    text-align: left;
  }
  #issue_MR241121HOLIDAY .product__block .product__credit.product__credit--01-1 a {
    display: inline-block;
  }
  #issue_MR241121HOLIDAY .product__block .product__credit.product__credit--01-2 {
    display: none;
    width: calc(665 * (100vw/750));
    margin: calc(40 * (100vw/750)) 0 0 calc(45 * (100vw/750));
    text-align: center;
  }
  #issue_MR241121HOLIDAY .product__block .product__credit.product__credit--01-2 a {
    display: inline-block;
  }
  #issue_MR241121HOLIDAY .product__block .product__credit.product__credit--01-3 {
    width: auto;
    height: calc(40 * (100vw/750));
    margin: 0;
    position: absolute;
    top: calc(362 * (100vw/750));
    bottom: 0;
    left: calc(410 * (100vw/750));
    z-index: 1;
    transform: rotate(90deg);
    transform-origin: top right;
  }
  #issue_MR241121HOLIDAY .product__block .product__credit.product__credit--01-4 {
    margin: calc(17 * (100vw/750)) 0 0 0;
    text-align: center;
  }
  #issue_MR241121HOLIDAY .product__block .product__credit.product__credit--02-2 {
    width: auto;
    margin: 0;
    position: absolute;
    top: calc(24 * (100vw/750));
    left: calc(31 * (100vw/750));
    text-align: left;
  }
  #issue_MR241121HOLIDAY .product__block .product__credit.product__credit--02-3 {
    width: calc(665 * (100vw/750));
    margin: calc(38 * (100vw/750)) 0 0 calc(140 * (100vw/750));
  }
  #issue_MR241121HOLIDAY .product__block .product__credit.product__credit--02-4 {
    text-align: left;
  }
  #issue_MR241121HOLIDAY .product__block .product__credit.product__credit--03-2 {
    width: 100%;
    margin: calc(16 * (100vw/750)) 0 0 0;
    text-align: left;
  }
  #issue_MR241121HOLIDAY .product__block .product__credit.product__credit--03-3 {
    width: calc(594 * (100vw/750));
    margin: calc(38 * (100vw/750)) 0 0 calc(140 * (100vw/750));
  }
  #issue_MR241121HOLIDAY .product__block .product__credit.product__credit--03-4 {
    white-space: nowrap;
    width: 100%;
    text-align: left;
    margin: calc(10 * (100vw/750)) 0 0 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__heading {
    position: relative;
  }
  #issue_MR241121HOLIDAY .product__block .product__heading .product__heading-arrow {
    width: calc(23 * (100vw/750));
    height: calc(109 * (100vw/750));
    position: absolute;
    top: calc(-89 * (100vw/750));
    left: calc(375 * (100vw/750));
    z-index: 2;
  }
  #issue_MR241121HOLIDAY .product__block .product__heading .product__heading-arrow__inner {
    height: calc(109 * (100vw/750));
  }
  #issue_MR241121HOLIDAY .product__block .product__heading .product__heading-title {
    width: calc(422 * (100vw/750));
    margin: 0 auto 0;
    padding: calc(135 * (100vw/750)) 0 0 0;
  }
  #issue_MR241121HOLIDAY .product__block .product__heading .product__heading-text {
    margin: calc(35 * (100vw/750)) auto 0;
    text-align: center;
    font-size: calc(32 * (100vw/750));
    letter-spacing: 0.14em;
    line-height: 1.8;
  }
  #issue_MR241121HOLIDAY .product__sticky-contener {
    height: auto;
  }
  #issue_MR241121HOLIDAY .product__block--01 {
    height: auto;
    margin: calc(0 * (100vw/750)) auto 0;
    position: sticky;
    z-index: 1;
    padding-bottom: calc(120 * (100vw/750));
  }
  #issue_MR241121HOLIDAY .product__block--02 {
    background-color: #EAE6D6;
    position: sticky;
    height: auto;
    margin: 0 auto 0;
    z-index: 1;
    padding-bottom: calc(300 * (100vw/750));
  }
  #issue_MR241121HOLIDAY .product__block--02 .product__contener {
    width: calc(700 * (100vw/750));
    display: flex;
    justify-content: space-between;
    margin: 0 calc(20 * (100vw/750)) 0 auto;
    padding: calc(390 * (100vw/750)) 0 0 0;
  }
  #issue_MR241121HOLIDAY .product__block--02 .product__scroll-fixed {
    text-align: left;
    padding: 0;
    margin: 0;
  }
  #issue_MR241121HOLIDAY .product__block--02 .product__scroll-fixed .product__scroll-inner {
    position: sticky;
    top: calc(160 * (100vw/750));
    padding: calc(7 * (100vw/750)) 0 0 0;
  }
  #issue_MR241121HOLIDAY .product__block--02 .product__scroll-fixed .product__credit {
    text-align: left;
    margin: 0;
  }
  #issue_MR241121HOLIDAY .product__block--02 .product__scroll-fixed .product__credit.js-select-credit {
    padding: 0 0 calc(35 * (100vw/750)) 0;
  }
  #issue_MR241121HOLIDAY .product__block--02 .product__scroll-interlocking {
    width: calc(357 * (100vw/750));
    display: grid;
    grid-gap: calc(12 * (100vw/750));
  }
  #issue_MR241121HOLIDAY .product__block--02 .product__scroll-interlocking .product__image {
    display: grid;
    grid-gap: calc(12 * (100vw/750));
  }
  #issue_MR241121HOLIDAY .product__block--02 .product__scroll-interlocking .product__credit {
    display: block;
    margin: 0 0 0 auto;
    position: static;
    text-align: right;
  }
  #issue_MR241121HOLIDAY .product__block--02-2 {
    background-color: #EAE6D6;
    position: sticky;
    z-index: 1;
    padding-bottom: calc(300 * (100vw/750));
  }
  #issue_MR241121HOLIDAY .product__block--03 {
    height: auto;
    margin: 0 auto 0;
    padding: 0;
    z-index: 1;
  }
  #issue_MR241121HOLIDAY .product__block--03-2 {
    background-color: #fff;
    position: sticky;
    z-index: 1;
    padding-bottom: calc(0 * (100vw/750));
  }
  #issue_MR241121HOLIDAY .product__block--04 {
    background-color: #fff;
    z-index: 1;
    height: auto;
    padding-bottom: calc(200 * (100vw/750));
  }
  #issue_MR241121HOLIDAY .product__block--04 .product__block-inner {
    padding: 0;
  }
  #issue_MR241121HOLIDAY .button__all {
    display: block;
    width: calc(675 * (100vw/750));
    height: calc(120 * (100vw/750));
    margin: calc(138 * (100vw/750)) auto 0;
    font-size: calc(28 * (100vw/750));
    letter-spacing: 0.16em;
    line-height: calc(120 * (100vw/750));
    text-align: center;
    white-space: nowrap;
    position: relative;
  }
  #issue_MR241121HOLIDAY .lp__bottom {
    position: static;
    padding: calc(40 * (100vw/750)) 0 0 calc(32 * (100vw/750));
  }
  #issue_MR241121HOLIDAY .lp__bottom .staff_credit {
    font-size: calc(20 * (100vw/750));
    letter-spacing: 0.035em;
    line-height: 1.6625;
  }
  #issue_MR241121HOLIDAY .lp__bottom .view__all {
    display: inline-block;
    margin: calc(32 * (100vw/750)) 0 0 0;
    font-size: calc(23 * (100vw/750));
    line-height: 1;
    letter-spacing: 0.055em;
  }
  #issue_MR241121HOLIDAY .staff__area {
    margin: calc(143 * (100vw/750)) 0 0 0;
    text-align: center;
  }
  #issue_MR241121HOLIDAY .staff__area .staff__title {
    font-size: calc(26 * (100vw/750));
    line-height: 1;
    letter-spacing: 0.15em;
  }
  #issue_MR241121HOLIDAY .staff__area .staff__name {
    margin: calc(18 * (100vw/750)) 0 0 0;
    font-size: calc(23 * (100vw/750));
    line-height: 2;
    letter-spacing: 0.02em;
  }
}/*# sourceMappingURL=style.css.map */