/* ===============================================###
ヘッダーのスタイル　※削除しないよう、お願いいたします。
###=============================================== */
/* .header {
  background: #ccc;
}

.header .information__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 35px;
  font-size: 18px;
  background: #bbb;
}

@media screen and (min-width: 768px) {
  .header .header__wrapper {
    padding-block: 37px;
  }
}

@media screen and (max-width: 767px) {
  .header .header__inner {
    height: calc(210 * (100vw / 750));
    background: #ccc;
  }
} */

/* ===============================================###
オーバーライド
###=============================================== */
.archive {
  position: relative;
  background-color: #fff;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .archive {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .archive__container {
    margin-bottom: 0px !important;
    padding: 0 70px !important;
  }
}

/* @media screen and (max-width: 767px) {
  .archive__container {
    margin-bottom: 0px !important;
    padding: 0 70px !important;
  }
} */

#Header {
  position: relative;
  z-index: 2;
}

#Foot {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

/* ===============================================###
以下よりコーディングをお願いいたします。
###=============================================== */

/* 差分 ここから*/
.issue_251119 .main__mv-swiper .swiper-slide a:hover {
  opacity: 1;
}

.issue_251119 .contents .contents__section .block__ph a:hover {
  opacity: 1;
}

.issue_251119 .contents .contents__section--1 .block--1 .block__ph--2 a {
  width: calc(675 * (100vw / 750));
}

@media screen and (min-width: 768px) {
  .issue_251119 .contents .contents__section--1 .block--1 .block__ph--2 a {
    width: 405px;
  }
}
/* 差分 ここまで*/

.issue_251119 {
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  padding-top: calc(calc(210 * (100vw / 750)) + 35px);
}

@media screen and (max-width: 767px) {
  .issue_251119 {
    padding-top: calc(calc(0 * (100vw / 750)));
    margin-bottom: calc(200 * (100vw / 750));
  }
}

.issue_251119 * {
  box-sizing: border-box;
}

.issue_251119 a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: inherit;
  display: block;
  text-decoration: inherit;
  width: 100%;
}

.issue_251119 img,
.issue_251119 video {
  display: block;
  width: 100%;
}

.issue_251119 .sp-contents {
  background-color: #fff;
  overflow: clip;
  position: relative;
  width: calc(750 * (100vw / 750));
  z-index: 1;
}

.issue_251119 .sp-contents .sec-wrapper {
  margin-top: calc(-183 * (100vw / 750));
}

.issue_251119 {
  position: relative;
}

.issue_251119 .pc-contents {
  display: none;
}

.issue_251119 .pc-contents-right .link__arrow {
  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.issue_251119 .pc-contents-right .link:hover {
  opacity: 1 !important;
}

.issue_251119 .pc-contents-right .link:hover .link__arrow {
  transform: translateX(30%);
}

.issue_251119 .pc-contents-right .link:hover::after {
  animation: issue_251119_lineAnim 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1;
}

@keyframes issue_251119_lineAnim {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }

  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

.issue_251119 .fixed {
  bottom: env(safe-area-inset-bottom);
  left: calc(550 * (100vw / 750));
  opacity: 0;
  position: sticky;
  top: calc(1100 * (100vw / 750));
  width: calc(173 * (100vw / 750));
  z-index: 100;
}

.issue_251119 .fixed__item img {
  aspect-ratio: 1/1;
  width: calc(173 * (100vw / 750));
}

.issue_251119 .main {
  padding-top: calc(74 * (100vw / 750));
}

.issue_251119 .main__mv {
  height: calc(1261 * (100vw / 750));
  position: relative;
  width: calc(750 * (100vw / 750));
}

.issue_251119 .main__mv-scrl {
  bottom: calc(14 * (100vw / 750));
  height: calc(134 * (100vw / 750));
  position: absolute;
  width: calc(750 * (100vw / 750));
  z-index: 2;
}

.issue_251119 .main__mv-scrl .scrl-wrapper {
  display: flex;
}

.issue_251119 .main__mv-scrl .scrl-item {
  display: flex;
}

.issue_251119 .main__mv-scrl .scrl-img {
  aspect-ratio: 1340/133;
  box-sizing: content-box;
  height: auto;
  padding-right: calc(50 * (100vw / 750));
  position: relative;
  width: calc(1340 * (100vw / 750));
}

.issue_251119 .main__mv-scrl .scrl-img img {
  position: absolute;
}

.issue_251119 .main__mv-scrl .scrl-img .text {
  left: calc(0 * (100vw / 750));
  top: calc(32 * (100vw / 750));
  width: calc(1300 * (100vw / 750));
}

.issue_251119 .main__mv-scrl .scrl-img .times {
  left: calc(323 * (100vw / 750));
  top: calc(47 * (100vw / 750));
  width: calc(75 * (100vw / 750));
}

.issue_251119 .main__mv-scrl .scrl-img .ribbon {
  left: calc(798 * (100vw / 750));
  top: calc(0 * (100vw / 750));
  width: calc(71 * (100vw / 750));
}

.issue_251119 .main__mv-scrl .scrl-img .apple {
  bottom: calc(0 * (100vw / 750));
  left: calc(1296 * (100vw / 750));
  width: calc(43 * (100vw / 750));
}

.issue_251119 .main__mv-swiper {
  height: calc(1261 * (100vw / 750));
  left: 0;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: absolute;
  position: relative;
  top: 0;
  width: calc(750 * (100vw / 750));
  z-index: 1;
}

.issue_251119 .main__mv-swiper .swiper-wrapper {
  width: -moz-fit-content;
  width: fit-content;
}

.issue_251119 .main__mv-swiper .swiper-slide {
  position: relative;
  width: calc(750 * (100vw / 750));
}

.issue_251119 .main__mv-swiper .swiper-slide--1 {
  z-index: 4;
}

.issue_251119 .main__mv-swiper .swiper-slide--2 {
  z-index: 3;
}

.issue_251119 .main__mv-swiper .swiper-slide--3 {
  z-index: 2;
}

.issue_251119 .main__mv-swiper .swiper-slide--4 {
  z-index: 1;
}

.issue_251119 .main__mv-swiper .swiper-slide svg {
  overflow: visible;
}

.issue_251119 .main__mv-swiper .swiper-slide .ph {
  position: absolute;
  top: calc(258 * (100vw / 750));
  width: calc(750 * (100vw / 750));
  z-index: 5;
}

.issue_251119 .main__mv-swiper .swiper-slide .main__ttl {
  height: calc(188 * (100vw / 750));
  left: 0;
  left: calc(105 * (100vw / 750));
  overflow: visible;
  position: absolute;
  top: calc(5 * (100vw / 750));
  width: calc(527 * (100vw / 750));
}

.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--1 {
  z-index: 4;
}

.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--1 .cls-1,
.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--1 .cls-2 {
  fill: #efd5e4;
}

.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--1 .cls-1,
.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--1 .cls-2,
.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--1 .cls-3 {
  stroke: #000;
  stroke-width: 2.48px;
}

.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--1 .cls-1,
.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--1 .cls-3 {
  stroke-miterlimit: 10;
}

.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--1 .cls-2 {
  stroke-linecap: round;
  stroke-linejoin: round;
}

.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--1 .cls-3 {
  fill: #fff;
}

.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--2 {
  z-index: 3;
}

.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--2 .cls-1,
.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--2 .cls-2,
.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--2 .cls-3 {
  fill: #e50020;
}

.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--2 .cls-1,
.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--2 .cls-3 {
  stroke: #231815;
  stroke-width: 2.65px;
}

.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--2 .cls-1,
.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--2 .cls-4 {
  stroke-linejoin: round;
}

.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--2 .cls-2,
.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--2 .cls-3,
.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--2 .cls-5 {
  stroke-miterlimit: 10;
}

.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--2 .cls-2,
.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--2 .cls-4,
.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--2 .cls-5 {
  stroke: #000;
  stroke-width: 2.47px;
}

.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--2 .cls-4,
.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--2 .cls-5 {
  fill: #0075c1;
}

.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--3 {
  z-index: 2;
}

.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--3 .cls-1 {
  fill: #fff;
  stroke-width: 2.48px;
}

.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--3 .cls-1,
.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--3 .cls-2 {
  stroke: #000;
  stroke-miterlimit: 10;
}

.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--3 .cls-2 {
  fill: #eae9e8;
  stroke-width: 2.47px;
}

.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--4 {
  z-index: 1;
}

.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--4 .cls-1 {
  stroke-linecap: round;
  stroke-linejoin: round;
}

.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--4 .cls-1,
.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--4 .cls-2,
.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--4 .cls-3 {
  stroke: #000;
  stroke-width: 2.48px;
}

.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--4 .cls-2 {
  fill: #fff;
}

.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--4 .cls-2,
.issue_251119 .main__mv-swiper .swiper-slide .main__ttl--4 .cls-3 {
  stroke-miterlimit: 10;
}

.issue_251119 .main__mv-swiper .swiper-slide .season {
  height: calc(252 * (100vw / 750));
  left: calc(37 * (100vw / 750));
  position: absolute;
  top: calc(489 * (100vw / 750));
  width: calc(42 * (100vw / 750));
  z-index: 5;
}

.issue_251119 .main__mv-swiper .swiper-slide .season--1 .cls-1 {
  fill: #fff;
}

.issue_251119 .main__mv-swiper .swiper-slide .season--1 .cls-1,
.issue_251119 .main__mv-swiper .swiper-slide .season--1 .cls-2 {
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 1.48px;
}

.issue_251119 .main__mv-swiper .swiper-slide .season--1 .cls-2 {
  fill: #efd5e4;
}

.issue_251119 .main__mv-swiper .swiper-slide .season--2 .cls-1 {
  fill: #0075c1;
}

.issue_251119 .main__mv-swiper .swiper-slide .season--2 .cls-1,
.issue_251119 .main__mv-swiper .swiper-slide .season--2 .cls-2 {
  stroke: #000;
  stroke-miterlimit: 10;
}

.issue_251119 .main__mv-swiper .swiper-slide .season--2 .cls-2 {
  fill: #e50020;
  stroke-width: 1.47px;
}

.issue_251119 .main__mv-swiper .swiper-slide .season--3 .cls-1 {
  fill: #eae9e8;
}

.issue_251119 .main__mv-swiper .swiper-slide .season--3 .cls-1,
.issue_251119 .main__mv-swiper .swiper-slide .season--3 .cls-2 {
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 1.48px;
}

.issue_251119 .main__mv-swiper .swiper-slide .season--3 .cls-2 {
  fill: #fff;
}

.issue_251119 .main__mv-swiper .swiper-slide .season--4 .cls-1,
.issue_251119 .main__mv-swiper .swiper-slide .season--4 .cls-2 {
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 1.48px;
}

.issue_251119 .main__mv-swiper .swiper-slide .season--4 .cls-2 {
  fill: #fff;
}

.issue_251119 .main__mv-swiper .swiper-slide .deco-kitty {
  left: calc(323 * (100vw / 750));
  position: absolute;
  top: calc(167 * (100vw / 750));
  width: calc(129 * (100vw / 750));
  z-index: 6;
}

.issue_251119 .main__mv-swiper .swiper-slide .deco {
  position: absolute;
  z-index: 5;
}

.issue_251119 .main__mv-swiper .swiper-slide .deco--1 {
  right: calc(100 * (100vw / 750));
  top: calc(328 * (100vw / 750));
  width: calc(235 * (100vw / 750));
}

.issue_251119 .main__mv-swiper .swiper-slide .deco--2 {
  right: calc(13 * (100vw / 750));
  top: calc(238 * (100vw / 750));
  width: calc(198 * (100vw / 750));
}

.issue_251119 .main__mv-swiper .swiper-slide .deco--3 {
  right: calc(37 * (100vw / 750));
  top: calc(317 * (100vw / 750));
  width: calc(198 * (100vw / 750));
}

.issue_251119 .main__mv-swiper .swiper-slide .deco--4-1 {
  right: calc(20 * (100vw / 750));
  top: calc(307 * (100vw / 750));
  width: calc(164 * (100vw / 750));
}

.issue_251119 .main__mv-swiper .swiper-slide .deco--4-2 {
  left: calc(54 * (100vw / 750));
  top: calc(337 * (100vw / 750));
  width: calc(84 * (100vw / 750));
}

.issue_251119 .main__lead {
  font-size: calc(26 * (100vw / 750));
  line-height: 2.4;
  margin-top: calc(92 * (100vw / 750));
  text-align: center;
}

.issue_251119 .main__lead span {
  color: #999;
}

.issue_251119 .main__mv-scrl .scrl-item {
  animation: issue_251119_infinity-scroll-left 40s infinite linear both;
}

.issue_251119 .main__mv-scrl .scrl-item .times {
  animation: issue_251119_rotation 13.33333s infinite
    cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation-delay: 10.8s;
}

.issue_251119 .main__mv-scrl .scrl-item .ribbon {
  animation: issue_251119_katakata 13.33333s infinite linear both;
  animation-delay: 1.5s;
}

.issue_251119 .main__mv-scrl .scrl-item .apple {
  animation: issue_251119_apple 13.33333s infinite
    cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation-delay: 4.5s;
  z-index: 10;
}

@keyframes issue_251119_infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes issue_251119_rotation {
  0% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0);
  }

  8% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

@keyframes issue_251119_katakata {
  0% {
    transform: rotate(0deg);
  }

  1% {
    transform: rotate(30deg);
  }

  2% {
    transform: rotate(0deg);
  }

  3% {
    transform: rotate(30deg);
  }

  4% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes issue_251119_apple {
  0% {
    animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: translateX(0%) rotate(0deg);
  }

  25% {
    transform: translateX(-300%) rotate(-720deg);
  }

  28% {
    animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: translateX(-300%) rotate(-720deg);
  }

  53% {
    transform: translateX(0%) rotate(0deg);
  }

  100% {
    transform: translateX(0%) rotate(0deg);
  }
}

.issue_251119 .contents {
  padding-top: calc(70 * (100vw / 750));
}

.issue_251119 .contents__intro-visual {
  margin: 0 auto;
  overflow: hidden;
  width: calc(320 * (100vw / 750));
}

.issue_251119 .contents__intro-visual .wrapper {
  display: flex;
  width: calc(2560 * (100vw / 750));
}

.issue_251119 .contents__intro-visual .wrapper .visual {
  aspect-ratio: 320/393;
  width: calc(320 * (100vw / 750));
}

.issue_251119 .contents__intro-logo {
  aspect-ratio: 316/190;
  margin-left: calc(216 * (100vw / 750));
  margin-right: auto;
  margin-top: calc(40 * (100vw / 750));
  width: calc(316 * (100vw / 750));
}

.issue_251119 .contents__intro-arrow {
  aspect-ratio: 95/108;
  margin-left: calc(316 * (100vw / 750));
  margin-right: auto;
  margin-top: calc(78 * (100vw / 750));
  width: calc(95 * (100vw / 750));
}

.issue_251119 .contents__section {
  margin-top: calc(95 * (100vw / 750));
  padding-top: calc(31 * (100vw / 750));
}

.issue_251119 .contents__section .num {
  margin-left: calc(27 * (100vw / 750));
  position: relative;
}

.issue_251119 .contents__section .block .credits__sticker {
  align-items: center;
  background-color: var(--bg-color);
  border: calc(2 * (100vw / 750)) solid var(--frame-color);
  border-radius: calc(999 * (100vw / 750));
  display: flex;
  height: calc(37 * (100vw / 750));
  justify-content: center;
  margin-inline: auto;
  margin-top: calc(72 * (100vw / 750));
  width: calc(148 * (100vw / 750));
}

.issue_251119 .contents__section .block .credits__sticker svg {
  overflow: visible;
  width: calc(98 * (100vw / 750));
}

.issue_251119 .contents__section .block .credits__sticker svg path {
  fill: var(--text-color);
}

.issue_251119 .contents__section .block .credits__collab {
  margin-inline: auto;
  margin-top: calc(45 * (100vw / 750));
  width: -moz-fit-content;
  width: fit-content;
}

.issue_251119 .contents__section .block .credits__collab .table {
  display: table;
  margin: 0 auto;
  margin-bottom: calc(43 * (100vw / 750));
}

.issue_251119 .contents__section .block .credits__collab .note {
  display: block !important;
  text-align: center;
}

.issue_251119 .contents__section .block .credits__collab .credit {
  font-size: calc(30 * (100vw / 750));
}

.issue_251119 .contents__section .block .credits__collab .credit .item {
  color: #e50020;
}

.issue_251119 .contents__section .block .credits__collab .credit .blue {
  color: #0075c1;
}

.issue_251119 .contents__section .block .credits__collab-small {
  font-size: calc(25 * (100vw / 750));
  margin-top: calc(55 * (100vw / 750));
  text-align: center;
}

.issue_251119 .contents__section .block .credits__line {
  display: block;
  margin-inline: auto;
  margin-top: calc(56 * (100vw / 750));
  width: calc(590 * (100vw / 750));
}

.issue_251119 .contents__section .block .credits .credit {
  display: inline;
}

.issue_251119 .contents__section .block .credits .credit .note {
  font-size: calc(20 * (100vw / 750));
  margin-top: calc(37 * (100vw / 750));
}

.issue_251119 .contents__section--1 {
  background-color: #fff;
  padding-bottom: calc(5 * (100vw / 750));
}

.issue_251119 .contents__section--1 .num {
  width: calc(76 * (100vw / 750));
}

.issue_251119 .contents__section--1 .num svg .cls-1 {
  fill: #231815;
}

.issue_251119 .contents__section--1 .num svg .cls-2 {
  fill: #e50020;
}

.issue_251119 .contents__section--1 .num svg .cls-2,
.issue_251119 .contents__section--1 .num svg .cls-3 {
  stroke: #231815;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.37px;
}

.issue_251119 .contents__section--1 .num svg .cls-3 {
  fill: #0075c1;
}

.issue_251119 .contents__section--1 .block--1 {
  margin-top: calc(-89 * (100vw / 750));
}

.issue_251119 .contents__section--1 .block--1 .block__ph--1 img {
  aspect-ratio: 750/995;
  width: calc(750 * (100vw / 750));
}

.issue_251119 .contents__section--1 .block--1 .block__ph--2 {
  align-items: center;
  background: #000;
  display: flex;
  height: calc(897 * (100vw / 750));
  justify-content: center;
  margin-inline: auto;
  margin-top: calc(134 * (100vw / 750));
  width: calc(691 * (100vw / 750));
}

.issue_251119 .contents__section--1 .block--1 .block__ph--2 img {
  aspect-ratio: 675/881;
  width: calc(675 * (100vw / 750));
}

.issue_251119 .contents__section--1 .block--2 {
  margin-top: calc(194 * (100vw / 750));
}

.issue_251119 .contents__section--1 .block--2 .block__ph {
  aspect-ratio: 722/887;
  height: auto;
  margin-inline: auto;
  position: relative;
  width: calc(722 * (100vw / 750));
}

.issue_251119 .contents__section--1 .block--2 .block__ph--1 {
  aspect-ratio: 722/887;
  position: absolute;
  width: calc(722 * (100vw / 750));
}

.issue_251119 .contents__section--1 .block--2 .block__ph-deco {
  aspect-ratio: 144/120;
  position: absolute;
  right: calc(42 * (100vw / 750));
  top: calc(-52 * (100vw / 750));
  width: calc(144 * (100vw / 750));
}

.issue_251119 .contents__section--2 {
  background-color: #f4e4df;
  margin-top: 0;
  padding-bottom: calc(230 * (100vw / 750));
  padding-top: 0;
  position: relative;
  z-index: 0;
}

.issue_251119 .contents__section--2 .num {
  margin-top: calc(31 * (100vw / 750));
  position: absolute;
  width: calc(88 * (100vw / 750));
  z-index: 1;
}

.issue_251119 .contents__section--2 .num svg .cls-1 {
  fill: #fff;
}

.issue_251119 .contents__section--2 .num svg .cls-1,
.issue_251119 .contents__section--2 .num svg .cls-2 {
  stroke: #231815;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.37px;
}

.issue_251119 .contents__section--2 .num svg .cls-3 {
  fill: #231815;
}

.issue_251119 .contents__section--2 .num svg .cls-2 {
  fill: #e5cad8;
}

.issue_251119 .contents__section--2 .block--1 {
  position: relative;
}

.issue_251119 .contents__section--2 .block--1 .pin-spacer {
  aspect-ratio: 450/1928;
  width: calc(750 * (100vw / 750));
}

.issue_251119 .contents__section--2 .block--1 .block__ph--1 {
  aspect-ratio: 750/1248;
  height: auto;
  overflow: hidden;
  width: calc(750 * (100vw / 750));
  will-change: auto;
}

.issue_251119 .contents__section--2 .block--1 .block__ph--1 .inner {
  aspect-ratio: 1965/1248;
  height: auto;
  position: relative;
  width: calc(1965 * (100vw / 750));
}

.issue_251119 .contents__section--2 .block--1 .block__ph--1 .ph {
  aspect-ratio: 1965/1248;
  width: calc(1965 * (100vw / 750));
}

.issue_251119 .contents__section--2 .block--1 .block__ph--1 .block__ph-deco {
  aspect-ratio: 255/54;
  position: absolute;
  right: calc(219 * (100vw / 750));
  top: calc(607 * (100vw / 750));
  width: calc(255 * (100vw / 750));
  z-index: 1;
}

.issue_251119 .contents__section--2 .block--2 {
  margin-top: calc(138 * (100vw / 750));
  overflow: visible;
}

.issue_251119 .contents__section--2 .block--2 .block__ph--1 {
  aspect-ratio: 750/930;
  height: auto;
  position: relative;
  width: calc(750 * (100vw / 750));
}

.issue_251119 .contents__section--2 .block--2 .block__ph--1 .block__ph-deco {
  aspect-ratio: 108/100;
  left: calc(331 * (100vw / 750));
  position: absolute;
  top: 0;
  width: calc(108 * (100vw / 750));
}

.issue_251119 .contents__section--2 .block--2 .block__ph--1 .ph-wrapper {
  aspect-ratio: 750/930;
  height: auto;
  position: absolute;
  width: calc(750 * (100vw / 750));
}

.issue_251119 .contents__section--2 .block--2 .block__ph--1 .ph-wrapper .inner {
  aspect-ratio: 750/930;
  height: auto;
  overflow: hidden;
  position: relative;
  width: calc(750 * (100vw / 750));
}

.issue_251119 .contents__section--2 .block--2 .block__ph--1 .ph {
  aspect-ratio: 411/783;
  position: absolute;
  width: calc(411 * (100vw / 750));
}

.issue_251119 .contents__section--2 .block--2 .block__ph--1 .ph--1,
.issue_251119 .contents__section--2 .block--2 .block__ph--1 .ph--3 {
  top: calc(11 * (100vw / 750));
}

.issue_251119 .contents__section--2 .block--2 .block__ph--1 .ph--1 {
  left: calc(-155 * (100vw / 750));
}

.issue_251119 .contents__section--2 .block--2 .block__ph--1 .ph--3 {
  right: calc(-155 * (100vw / 750));
}

.issue_251119 .contents__section--2 .block--2 .block__ph--1 .ph--2 {
  bottom: 0;
  left: calc(164 * (100vw / 750));
  z-index: 1;
}

.issue_251119 .contents__section--2 .block--2 .block__ph--2 {
  aspect-ratio: 750/1535;
  height: auto;
  margin-top: calc(31 * (100vw / 750));
  overflow: hidden;
  position: relative;
  width: calc(750 * (100vw / 750));
  z-index: 1;
}

.issue_251119 .contents__section--2 .block--2 .block__ph--2 .ph {
  aspect-ratio: 750/1435;
  position: absolute;
  width: calc(750 * (100vw / 750));
}

.issue_251119 .contents__section--2 .block--2 .block__ph--2 .block__ph-deco {
  position: absolute;
  z-index: 1;
}

.issue_251119 .contents__section--2 .block--2 .block__ph--2 .block__ph-deco--1 {
  right: calc(64 * (100vw / 750));
  top: calc(97 * (100vw / 750));
  width: calc(163 * (100vw / 750));
}

.issue_251119 .contents__section--2 .block--2 .block__ph--2 .block__ph-deco--2 {
  bottom: calc(51 * (100vw / 750));
  left: calc(109 * (100vw / 750));
  width: calc(210 * (100vw / 750));
}

.issue_251119 .contents__section--2 .block--3 {
  margin-top: calc(156 * (100vw / 750));
  /* overflow: clip; */
}

.issue_251119 .contents__section--2 .block--3 .block__ph {
  aspect-ratio: 809/720;
  margin-left: calc(-28 * (100vw / 750));
}

.issue_251119 .contents__section--2 .block--3 .block__ph img {
  aspect-ratio: 809/720;
  width: calc(809 * (100vw / 750));
}

.issue_251119 .contents__section--2 .block--3 .credits__sticker {
  margin-top: calc(-60 * (100vw / 750));
}

.issue_251119
  .contents__section--2
  .block--1
  .credits__collab
  .credit:nth-child(1),
.issue_251119
  .contents__section--2
  .block--2
  .credits__collab
  .credit:nth-child(1) {
  display: inline-block;
  text-align: center;
}

.issue_251119
  .contents__section--2
  .block--1
  .credits__collab
  .credit:nth-child(2),
.issue_251119
  .contents__section--2
  .block--2
  .credits__collab
  .credit:nth-child(2) {
  padding-left: calc(160 * (100vw / 750));
}

.issue_251119 .contents__section--3 {
  margin-top: calc(-3 * (100vw / 750));
  overflow: hidden;
  padding-bottom: calc(5 * (100vw / 750));
}

.issue_251119 .contents__section--3 .num {
  width: calc(88 * (100vw / 750));
}

.issue_251119 .contents__section--3 .num svg .cls-1 {
  fill: #231815;
}

.issue_251119 .contents__section--3 .num svg .cls-2 {
  fill: #e50020;
  stroke: #231815;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.37px;
}

.issue_251119 .contents__section--3 .block--1 {
  margin-top: calc(-97 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--1 .block__ph img {
  aspect-ratio: 750/1096;
  width: calc(750 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--1 .credits .credits__collab {
  text-align: center;
}

.issue_251119 .contents__section--3 .block--2 {
  margin-top: calc(147 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph {
  aspect-ratio: 750/1103;
  height: auto;
  position: relative;
  width: calc(750 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph img {
  position: absolute;
}

.issue_251119 .contents__section--3 .block--2 .block__ph .ph {
  aspect-ratio: 545/711;
  left: calc(104 * (100vw / 750));
  top: calc(197 * (100vw / 750));
  width: calc(545 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--1 {
  aspect-ratio: 80/94;
  left: calc(67 * (100vw / 750));
  top: 0;
  width: calc(80 * (100vw / 750));
  z-index: 1;
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2 {
  aspect-ratio: 24/23;
  width: calc(24 * (100vw / 750));
  z-index: 1;
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_1 {
  left: calc(505 * (100vw / 750));
  top: calc(25 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_2 {
  left: calc(510 * (100vw / 750));
  top: calc(59 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_3 {
  left: calc(508 * (100vw / 750));
  top: calc(100 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_4 {
  left: calc(501 * (100vw / 750));
  top: calc(145 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_5 {
  left: calc(440 * (100vw / 750));
  top: calc(140 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_6 {
  left: calc(390 * (100vw / 750));
  top: calc(145 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_7 {
  left: calc(330 * (100vw / 750));
  top: calc(144 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_8 {
  left: calc(290 * (100vw / 750));
  top: calc(142 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_9 {
  left: calc(230 * (100vw / 750));
  top: calc(142 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_10 {
  left: calc(180 * (100vw / 750));
  top: calc(148 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_11 {
  left: calc(113 * (100vw / 750));
  top: calc(145 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_12 {
  left: calc(78 * (100vw / 750));
  top: calc(197 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_13 {
  left: calc(81 * (100vw / 750));
  top: calc(251 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_14 {
  left: calc(82 * (100vw / 750));
  top: calc(305 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_15 {
  left: calc(87 * (100vw / 750));
  top: calc(359 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_16 {
  left: calc(96 * (100vw / 750));
  top: calc(413 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_17 {
  left: calc(99 * (100vw / 750));
  top: calc(467 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_18 {
  left: calc(110 * (100vw / 750));
  top: calc(521 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_19 {
  left: calc(111 * (100vw / 750));
  top: calc(575 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_20 {
  left: calc(111 * (100vw / 750));
  top: calc(629 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_21 {
  left: calc(121 * (100vw / 750));
  top: calc(683 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_22 {
  left: calc(129 * (100vw / 750));
  top: calc(737 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_23 {
  left: calc(131 * (100vw / 750));
  top: calc(791 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_24 {
  left: calc(132 * (100vw / 750));
  top: calc(845 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_25 {
  left: calc(140 * (100vw / 750));
  top: calc(907 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_26 {
  left: calc(175 * (100vw / 750));
  top: calc(925 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_27 {
  left: calc(228 * (100vw / 750));
  top: calc(927 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_28 {
  left: calc(281 * (100vw / 750));
  top: calc(924 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_29 {
  left: calc(334 * (100vw / 750));
  top: calc(925 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_30 {
  left: calc(388 * (100vw / 750));
  top: calc(926 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_31 {
  left: calc(442 * (100vw / 750));
  top: calc(922 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_32 {
  left: calc(495 * (100vw / 750));
  top: calc(925 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_33 {
  left: calc(548 * (100vw / 750));
  top: calc(928 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_34 {
  left: calc(586 * (100vw / 750));
  top: calc(925 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_35 {
  left: calc(594 * (100vw / 750));
  top: calc(874 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_36 {
  left: calc(596 * (100vw / 750));
  top: calc(823 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_37 {
  left: calc(599 * (100vw / 750));
  top: calc(772 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_38 {
  left: calc(608 * (100vw / 750));
  top: calc(721 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_39 {
  left: calc(611 * (100vw / 750));
  top: calc(670 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_40 {
  left: calc(613 * (100vw / 750));
  top: calc(619 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_41 {
  left: calc(625 * (100vw / 750));
  top: calc(568 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_42 {
  left: calc(626 * (100vw / 750));
  top: calc(517 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_43 {
  left: calc(629 * (100vw / 750));
  top: calc(466 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_44 {
  left: calc(638 * (100vw / 750));
  top: calc(415 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_45 {
  left: calc(646 * (100vw / 750));
  top: calc(364 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_46 {
  left: calc(646 * (100vw / 750));
  top: calc(313 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_47 {
  left: calc(648 * (100vw / 750));
  top: calc(262 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_48 {
  left: calc(658 * (100vw / 750));
  top: calc(200 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_49 {
  left: calc(666 * (100vw / 750));
  top: calc(152 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_50 {
  left: calc(622 * (100vw / 750));
  top: calc(150 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_51 {
  left: calc(569 * (100vw / 750));
  top: calc(145 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_52 {
  left: calc(564 * (100vw / 750));
  top: calc(106 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_53 {
  left: calc(564 * (100vw / 750));
  top: calc(63 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2_54 {
  left: calc(564 * (100vw / 750));
  top: calc(20 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--3 {
  aspect-ratio: 22/55;
  width: calc(22 * (100vw / 750));
  z-index: 1;
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--3_1,
.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--3_2,
.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--3_3 {
  bottom: calc(-69 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--3_3 {
  right: calc(102 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--3_2 {
  right: calc(67 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--3_1 {
  right: calc(32 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--2 .credits__sticker {
  margin-top: calc(2 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--3 {
  margin-top: calc(187 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--3 .block__ph {
  aspect-ratio: 489/625;
  height: auto;
  margin: 0 auto;
  position: relative;
  width: calc(489 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--3 .block__ph .ph {
  aspect-ratio: 489/625;
  height: auto;
  position: absolute;
  width: calc(489 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--3 .block__ph .block__ph-deco {
  aspect-ratio: 704/642;
  left: calc(-121 * (100vw / 750));
  position: absolute;
  top: calc(21 * (100vw / 750));
  width: calc(704 * (100vw / 750));
  z-index: 1;
  pointer-events: none;
}

.issue_251119 .contents__section--3 .block--3 .credits .credits__collab {
  text-align: center;
}

.issue_251119 .contents__section--3 .block--4 {
  margin-top: calc(170 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--4 .block__ph {
  aspect-ratio: 661/819;
  height: auto;
  margin: 0 auto;
  position: relative;
  width: calc(661 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--4 .block__ph .ph {
  aspect-ratio: 661/819;
  height: auto;
  position: absolute;
  width: calc(661 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--4 .block__ph .block__ph-deco {
  position: absolute;
  z-index: 1;
}

.issue_251119 .contents__section--3 .block--4 .block__ph .block__ph-deco--1 {
  aspect-ratio: 104/105;
  left: calc(-20 * (100vw / 750));
  top: calc(-197 * (100vw / 750));
  width: calc(104 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--4 .block__ph .block__ph-deco--2 {
  aspect-ratio: 164/168;
  right: calc(-7 * (100vw / 750));
  top: calc(12 * (100vw / 750));
  width: calc(164 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--5 {
  margin-top: calc(170 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--5 .block__ph {
  aspect-ratio: 661/819;
  height: auto;
  margin: 0 auto;
  position: relative;
  width: calc(661 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--5 .block__ph .ph {
  aspect-ratio: 661/819;
  height: auto;
  position: absolute;
  width: calc(661 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--5 .block__ph .block__ph-deco {
  position: absolute;
  z-index: 1;
}

.issue_251119 .contents__section--3 .block--5 .block__ph .block__ph-deco--1 {
  aspect-ratio: 117/164;
  left: calc(-15 * (100vw / 750));
  top: calc(-270 * (100vw / 750));
  width: calc(117 * (100vw / 750));
}

.issue_251119 .contents__section--3 .block--5 .block__ph .block__ph-deco--2 {
  aspect-ratio: 235/198;
  right: calc(-21 * (100vw / 750));
  top: calc(-136 * (100vw / 750));
  width: calc(235 * (100vw / 750));
}

.issue_251119 .contents__section--4 {
  margin-top: calc(202 * (100vw / 750));
}

.issue_251119 .contents__section--4 .num {
  margin-inline: auto;
  margin-left: auto;
  width: calc(92 * (100vw / 750));
}

.issue_251119 .contents__section--4 .num svg .cls-1 {
  fill: #231815;
}

.issue_251119 .contents__section--4 .num svg .cls-2 {
  fill: #e50020;
  stroke: #231815;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.37px;
}

.issue_251119 .contents__section--4 .block--1 {
  margin-top: calc(41 * (100vw / 750));
}

.issue_251119 .contents__section--4 .block--1 .block__ph--1 {
  aspect-ratio: 509/696;
  height: auto;
  margin-inline: auto;
  position: relative;
  width: calc(509 * (100vw / 750));
}

.issue_251119 .contents__section--4 .block--1 .block__ph--1 .ph {
  aspect-ratio: 509/696;
  position: absolute;
  width: calc(509 * (100vw / 750));
}

.issue_251119 .contents__section--4 .block--1 .block__ph--1 .block__ph-deco {
  aspect-ratio: 99/162;
  bottom: calc(-23 * (100vw / 750));
  position: absolute;
  right: calc(-69 * (100vw / 750));
  width: calc(99 * (100vw / 750));
  z-index: 1;
}

.issue_251119 .contents__section--4 .block--1 .block__ph--2 {
  aspect-ratio: 750/1003;
  height: auto;
  margin-inline: auto;
  margin-top: calc(108 * (100vw / 750));
  position: relative;
  width: calc(750 * (100vw / 750));
}

.issue_251119 .contents__section--4 .block--1 .block__ph--2 .ph {
  aspect-ratio: 750/1003;
  position: absolute;
  width: calc(750 * (100vw / 750));
}

.issue_251119 .contents__section--4 .block--1 .block__ph--2 .budge {
  position: absolute;
  width: calc(39 * (100vw / 750));
  z-index: 1;
}

.issue_251119 .contents__section--4 .block--1 .block__ph--2 .budge svg .cls-1 {
  fill: #e50020;
}

.issue_251119 .contents__section--4 .block--1 .block__ph--2 .budge svg .cls-2 {
  fill: #fff;
}

.issue_251119 .contents__section--4 .block--1 .block__ph--2 .budge--1 {
  left: calc(164 * (100vw / 750));
  top: calc(164 * (100vw / 750));
}

.issue_251119 .contents__section--4 .block--1 .block__ph--2 .budge--2 {
  right: calc(81 * (100vw / 750));
  top: calc(141 * (100vw / 750));
}

.issue_251119 .contents__section--4 .block--1 .block__ph--2 .budge--3 {
  left: calc(27 * (100vw / 750));
  top: calc(531 * (100vw / 750));
}

.issue_251119 .contents__section--4 .block--1 .block__ph--2 .budge--4 {
  left: calc(241 * (100vw / 750));
  top: calc(471 * (100vw / 750));
}

.issue_251119 .contents__section--4 .block--1 .block__ph--2 .budge--5 {
  right: calc(40 * (100vw / 750));
  top: calc(713 * (100vw / 750));
}

.issue_251119 .contents__section--4 .block--1 .credits .credit {
  display: inline;
}

.issue_251119 .contents__section--4 .block--1 .credits .credit:nth-child(3) {
  line-height: 3.5;
  padding-left: calc(10 * (100vw / 750));
}

.issue_251119 .contents__section--4 .block--1 .credits .credit:nth-child(5) {
  padding-left: calc(10 * (100vw / 750));
}

.issue_251119 .contents__section--4 .block--2 {
  margin-top: calc(105 * (100vw / 750));
}

.issue_251119 .contents__section--4 .block--2 .block__ph {
  aspect-ratio: 712/881;
  height: auto;
  margin: 0 auto;
  position: relative;
  width: calc(712 * (100vw / 750));
}

.issue_251119 .contents__section--4 .block--2 .block__ph .ph {
  aspect-ratio: 712/881;
  width: calc(712 * (100vw / 750));
}

.issue_251119 .contents__section--4 .block--3 {
  margin-top: calc(124 * (100vw / 750));
}

.issue_251119 .contents__section--4 .block--3 .block__ph {
  aspect-ratio: 685/888;
  height: auto;
  margin-left: 0;
  position: relative;
  width: calc(685 * (100vw / 750));
}

.issue_251119 .contents__section--4 .block--3 .block__ph .ph {
  aspect-ratio: 685/888;
  height: auto;
  position: absolute;
  width: calc(685 * (100vw / 750));
}

.issue_251119 .contents__section--4 .block--3 .block__ph-deco {
  aspect-ratio: 133/178;
  position: absolute;
  right: calc(-36 * (100vw / 750));
  width: calc(133 * (100vw / 750));
  z-index: 1;
}

.issue_251119 .contents__section--4 .block--3 .block__ph-deco:nth-of-type(1) {
  bottom: calc(-66 * (100vw / 750));
  z-index: 1;
}

.issue_251119 .contents__section--4 .block--3 .block__ph-deco:nth-of-type(2) {
  bottom: calc(77 * (100vw / 750));
  z-index: 2;
}

.issue_251119 .contents__section--4 .block--3 .block__ph-deco:nth-of-type(3) {
  bottom: calc(220 * (100vw / 750));
  z-index: 3;
}

.issue_251119 .contents__section--4 .block--3 .block__ph-deco:nth-of-type(4) {
  bottom: calc(363 * (100vw / 750));
  z-index: 4;
}

.issue_251119 .contents__section--4 .block--3 .block__ph-deco:nth-of-type(5) {
  bottom: calc(506 * (100vw / 750));
  z-index: 5;
}

.issue_251119 .contents__section--4 .block--3 .block__ph-deco:nth-of-type(6) {
  bottom: calc(649 * (100vw / 750));
  z-index: 6;
}

.issue_251119 .contents__section--4 .block--4 {
  margin-top: calc(136 * (100vw / 750));
}

.issue_251119 .contents__section--4 .block--4 .block__ph {
  aspect-ratio: 661/819;
  height: auto;
  margin: 0 auto;
  width: calc(661 * (100vw / 750));
}

.issue_251119 .contents__section--4 .block--4 .block__ph .ph {
  aspect-ratio: 661/819;
  height: auto;
  width: calc(661 * (100vw / 750));
}

.issue_251119 .contents__section--5 {
  margin-top: calc(175 * (100vw / 750));
}

.issue_251119 .contents__section--5 .num {
  width: calc(88 * (100vw / 750));
  z-index: 2;
}

.issue_251119 .contents__section--5 .num svg .cls-1 {
  fill: #fff;
  stroke: #231815;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.37px;
}

.issue_251119 .contents__section--5 .num svg .cls-2 {
  fill: #231815;
}

.issue_251119 .contents__section--5 .block--1 {
  margin-top: calc(-105 * (100vw / 750));
  position: relative;
  z-index: 1;
}

.issue_251119 .contents__section--5 .block--1 .block__ph {
  width: calc(750 * (100vw / 750));
}

.issue_251119 .contents__section--5 .block--1 .block__ph img {
  aspect-ratio: 750/997;
  width: calc(750 * (100vw / 750));
}

.issue_251119 .contents__section--5 .block--2 {
  margin-top: calc(-293 * (100vw / 750));
}

.issue_251119 .contents__section--5 .block--2 .block__ph {
  width: calc(750 * (100vw / 750));
}

.issue_251119 .contents__section--5 .block--2 .block__ph--1 {
  height: calc(5120 * (100vw / 750));
}

.issue_251119 .contents__section--5 .block--2 .block__ph--2 {
  height: calc(3840 * (100vw / 750));
}

.issue_251119 .contents__section--5 .block--2 .block__ph--3 {
  height: calc(2560 * (100vw / 750));
}

.issue_251119 .contents__section--5 .block--2 .block__ph--2 {
  margin-top: calc(-3840 * (100vw / 750));
}

.issue_251119 .contents__section--5 .block--2 .block__ph--3 {
  margin-top: calc(-2560 * (100vw / 750));
}

.issue_251119 .contents__section--5 .block--2 .block__ph .inner {
  height: 100vh;
  padding-top: calc(279 * (100vw / 750));
  position: sticky;
  top: 0;
  width: calc(750 * (100vw / 750));
}

.issue_251119 .contents__section--5 .block--2 .block__ph .wrapper {
  height: 100vh;
  position: relative;
  width: calc(750 * (100vw / 750));
}

.issue_251119 .contents__section--5 .block--2 .block__ph img {
  aspect-ratio: 521/714;
  position: absolute;
  top: 50%;
  width: calc(521 * (100vw / 750));
}

.issue_251119 .contents__section--5 .block--2 .block__ph--1 img {
  left: calc(122 * (100vw / 750));
  transform: translateY(-69%);
}

.issue_251119 .contents__section--5 .block--2 .block__ph--2 img {
  left: calc(152 * (100vw / 750));
  transform: translateY(-65%);
}

.issue_251119 .contents__section--5 .block--2 .block__ph--3 img {
  left: calc(101 * (100vw / 750));
  transform: translateY(-74%);
}

.issue_251119 .contents__section--5 .block--2 .credits {
  margin-top: calc(-130 * (100vw / 750));
  position: relative;
  z-index: 1;
}

.issue_251119 .contents__section--5 .block--3 {
  margin-top: calc(161 * (100vw / 750));
}

.issue_251119 .contents__section--5 .block--3 .block__ph {
  margin-inline: auto;
  width: calc(661 * (100vw / 750));
}

.issue_251119 .contents__section--5 .block--3 .block__ph img {
  aspect-ratio: 661/777;
  width: calc(661 * (100vw / 750));
}

.issue_251119 .contents__section--5 .block--3 .credits .credits__collab {
  text-align: center;
}

.issue_251119 .contents__section--5 .block--4 {
  margin-top: calc(161 * (100vw / 750));
}

.issue_251119 .contents__section--5 .block--4 .block__ph {
  margin-inline: auto;
  width: calc(750 * (100vw / 750));
}

.issue_251119 .contents__section--5 .block--4 .block__ph img {
  aspect-ratio: 750/889;
  width: calc(750 * (100vw / 750));
}

.issue_251119 .contents__section--6 {
  margin-top: calc(108 * (100vw / 750));
}

.issue_251119 .contents__section--6 .num {
  width: calc(87 * (100vw / 750));
}

.issue_251119 .contents__section--6 .num svg .cls-1 {
  fill: #231815;
}

.issue_251119 .contents__section--6 .num svg .cls-2 {
  fill: #b7e2d5;
  stroke: #000;
  stroke-miterlimit: 10;
}

.issue_251119 .contents__section--6 .num svg .cls-3 {
  fill: #0075c1;
  stroke: #231815;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.37px;
}

.issue_251119 .contents__section--6 .block .circle {
  left: 0;
  left: calc(-54 * (100vw / 750));
  opacity: 0;
  position: absolute;
  top: 0;
  width: calc(650 * (100vw / 750));
  pointer-events: none;
}

.issue_251119 .contents__section--6 .block .circle .cls-1 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
}

.issue_251119 .contents__section--6 .block--1 {
  margin-top: calc(38 * (100vw / 750));
}

.issue_251119 .contents__section--6 .block--1 .block__ph {
  margin-inline: auto;
  width: calc(680 * (100vw / 750));
}

.issue_251119 .contents__section--6 .block--1 .block__ph img {
  aspect-ratio: 680/820;
  width: calc(680 * (100vw / 750));
}

.issue_251119 .contents__section--6 .block--1 .block__ph--2 {
  aspect-ratio: 680/820;
  height: auto;
  margin-top: calc(5 * (100vw / 750));
  position: relative;
  width: calc(680 * (100vw / 750));
}

.issue_251119 .contents__section--6 .block--1 .block__ph--2 img {
  position: absolute;
}

.issue_251119 .contents__section--6 .block--1 .block__ph--2 .ph--1 {
  z-index: 2;
}

.issue_251119 .contents__section--6 .block--1 .block__ph--2 .ph--2 {
  z-index: 1;
}

.issue_251119
  .contents__section--6
  .block--1
  .credits__collab-small
  .credit:nth-child(3),
.issue_251119
  .contents__section--6
  .block--1
  .credits__collab-small
  .credit:nth-child(4) {
  line-height: 3.8;
}

.issue_251119 .contents__section--6 .block--2,
.issue_251119 .contents__section--6 .block--3 {
  margin-top: calc(140 * (100vw / 750));
}

.issue_251119 .contents__section--6 .block--2 .block__ph,
.issue_251119 .contents__section--6 .block--3 .block__ph {
  aspect-ratio: 535/664;
  height: auto;
  margin-inline: auto;
  position: relative;
  width: calc(535 * (100vw / 750));
}

.issue_251119 .contents__section--6 .block--2 .block__ph .ph,
.issue_251119 .contents__section--6 .block--3 .block__ph .ph {
  aspect-ratio: 535/664;
  width: calc(535 * (100vw / 750));
}

.issue_251119 .contents__section--6 .block--2 .block__ph-deco-wrapper,
.issue_251119 .contents__section--6 .block--3 .block__ph-deco-wrapper {
  aspect-ratio: 1/1;
  height: auto;
  left: calc(-109 * (100vw / 750));
  position: absolute;
  top: 0;
  width: calc(750 * (100vw / 750));
}

.issue_251119 .contents__section--6 .block--2 .block__ph .inner,
.issue_251119 .contents__section--6 .block--3 .block__ph .inner {
  aspect-ratio: 1/1;
  height: auto;
  position: relative;
  width: calc(750 * (100vw / 750));
}

.issue_251119 .contents__section--6 .block--2 .block__ph .block__ph-deco,
.issue_251119 .contents__section--6 .block--3 .block__ph .block__ph-deco {
  position: absolute;
}

.issue_251119 .contents__section--6 .block--2 .block__ph .block__ph-deco--1,
.issue_251119 .contents__section--6 .block--3 .block__ph .block__ph-deco--1 {
  aspect-ratio: 1/1;
  background-color: #e50020;
  border-radius: calc(999 * (100vw / 750));
  height: auto;
  left: calc(340 * (100vw / 750));
  top: calc(-30 * (100vw / 750));
  width: calc(64 * (100vw / 750));
  z-index: 3;
}

.issue_251119 .contents__section--6 .block--2 .block__ph .block__ph-deco--2 {
  aspect-ratio: 101/72;
  height: auto;
  left: calc(321 * (100vw / 750));
  top: calc(-39 * (100vw / 750));
  width: calc(101 * (100vw / 750));
  z-index: 2;
}

.issue_251119 .contents__section--6 .block--2 .block__ph .block__ph-deco--3 {
  aspect-ratio: 79/85;
  height: auto;
  left: calc(332 * (100vw / 750));
  top: calc(-42 * (100vw / 750));
  width: calc(79 * (100vw / 750));
  z-index: 1;
}

.issue_251119 .contents__section--6 .block--3 .block__ph .block__ph-deco--2 {
  aspect-ratio: 44/47;
  height: auto;
  left: calc(332 * (100vw / 750));
  top: calc(-42 * (100vw / 750));
  width: calc(44 * (100vw / 750));
  z-index: 1;
}

.issue_251119 .contents__section--7 {
  margin-top: calc(237 * (100vw / 750));
}

.issue_251119 .contents__section--7 .num {
  width: calc(85 * (100vw / 750));
  z-index: 1;
}

.issue_251119 .contents__section--7 .num svg .cls-1 {
  fill: #fff;
}

.issue_251119 .contents__section--7 .num svg .cls-1,
.issue_251119 .contents__section--7 .num svg .cls-2 {
  stroke: #231815;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.37px;
}

.issue_251119 .contents__section--7 .num svg .cls-3 {
  fill: #231815;
}

.issue_251119 .contents__section--7 .num svg .cls-2 {
  fill: #e5cad8;
}

.issue_251119 .contents__section--7 .block--1 {
  margin-top: calc(-116 * (100vw / 750));
}

.issue_251119 .contents__section--7 .block--1 .anim-wrapper {
  aspect-ratio: 700/1078;
  margin-inline: auto;
  width: calc(700 * (100vw / 750));
}

.issue_251119 .contents__section--7 .block--1 .block__ph {
  aspect-ratio: 700/1078;
  margin-inline: auto;
  position: relative;
  width: calc(700 * (100vw / 750));
}

.issue_251119 .contents__section--7 .block--1 .block__ph--1 {
  aspect-ratio: 700/1078;
  left: 0;
  margin-inline: auto;
  position: absolute;
  top: 0;
  width: calc(700 * (100vw / 750));
  z-index: 1;
}

.issue_251119 .contents__section--7 .block--1 .block__ph .balloon {
  aspect-ratio: 700/784;
  margin-inline: auto;
  margin-top: calc(-13 * (100vw / 750));
  position: relative;
  width: calc(700 * (100vw / 750));
}

.issue_251119 .contents__section--7 .block--1 .block__ph .balloon__ph {
  aspect-ratio: 700/784;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
}

.issue_251119 .contents__section--7 .block--1 .block__ph .balloon__deco {
  bottom: calc(67 * (100vw / 750));
  left: calc(135 * (100vw / 750));
  margin-right: auto;
  position: absolute;
  width: calc(451 * (100vw / 750));
}

.issue_251119
  .contents__section--7
  .block--1
  .block__ph
  .balloon__deco
  svg
  .cls-1 {
  fill: #fff;
}

.issue_251119 .contents__section--7 .block--1 .block__ph-deco--1 {
  aspect-ratio: 90/68;
  display: block;
  margin-inline: auto;
  position: relative;
  width: calc(90 * (100vw / 750));
  z-index: 1;
}

.issue_251119 .contents__section--7 .block--1 .block__ph-deco--2 {
  margin-inline: auto;
  margin-top: calc(-28 * (100vw / 750));
  width: calc(3 * (100vw / 750));
}

.issue_251119 .contents__section--7 .block--1 .block__ph-deco--2 svg .cls-1 {
  stroke-dasharray: 5.95 5.95;
}

.issue_251119 .contents__section--7 .block--1 .block__ph-deco--2 svg .cls-1,
.issue_251119 .contents__section--7 .block--1 .block__ph-deco--2 svg .cls-2 {
  fill: none;
  stroke: #d1d1d1;
  stroke-miterlimit: 10;
  stroke-width: calc(3 * (100vw / 750));
}

.issue_251119 .contents__section--7 .block--1 .block__ph-deco--3 {
  aspect-ratio: 67/72;
  cursor: pointer;
  display: block;
  margin-inline: auto;
  margin-top: calc(-10 * (100vw / 750));
  transition: transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  width: calc(67 * (100vw / 750));
  z-index: 1;
}

.issue_251119 .contents__section--7 .block--1 .block__ph-deco--3:active {
  transform: scale(0.9);
}

.issue_251119 .contents__section--7 .block--1 .block__ph-deco--3 svg .cls-1 {
  stroke-dasharray: 5.95 5.95;
}

.issue_251119 .contents__section--7 .block--1 .block__ph-deco--3 svg .cls-1,
.issue_251119 .contents__section--7 .block--1 .block__ph-deco--3 svg .cls-2 {
  fill: none;
  stroke: #d1d1d1;
  stroke-miterlimit: 10;
  stroke-width: calc(3 * (100vw / 750));
}

.issue_251119 .contents__section--7 .block--1 .block__ph-deco--4 {
  aspect-ratio: 95/17;
  bottom: calc(5 * (100vw / 750));
  position: absolute;
  right: calc(188 * (100vw / 750));
  width: calc(95 * (100vw / 750));
}

.issue_251119 .contents__section--7 .block--1 .block__ph-deco--4 svg .cls-1 {
  fill: #e50020;
}

.issue_251119 .contents__section--7 .block--1 .block__ph-deco--6 {
  aspect-ratio: 364/273;
  cursor: pointer;
  left: calc(178 * (100vw / 750));
  position: absolute;
  top: calc(504 * (100vw / 750));
  width: calc(364 * (100vw / 750));
  z-index: -1;
}

.issue_251119 .contents__section--7 .block--1 .block__ph-deco--6 .inner {
  aspect-ratio: 364/273;
  height: auto;
  position: relative;
  width: calc(364 * (100vw / 750));
}

.issue_251119 .contents__section--7 .block--1 .block__ph-deco--6 .inner img {
  position: absolute;
}

.issue_251119 .contents__section--7 .block--1 .block__ph-deco--6 .inner .logo {
  aspect-ratio: 364/273;
  left: 0;
  top: 0;
  width: calc(364 * (100vw / 750));
}

.issue_251119 .contents__section--7 .block--1 .block__ph-deco--6 .inner .kitty {
  aspect-ratio: 101/105;
  left: 0;
  top: calc(130 * (100vw / 750));
  width: calc(101 * (100vw / 750));
}

.issue_251119 .contents__section--7 .block--1 .block__ph-deco--7 {
  align-items: center;
  background: #000;
  border-radius: 999px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  left: calc(300 * (100vw / 750));
  padding: 0.5em;
  position: absolute;
  top: calc(804 * (100vw / 750));
  width: calc(100 * (100vw / 750));
  z-index: 0;
}

.issue_251119 .contents__section--7 .block--1 .block__ph-deco--7 img {
  aspect-ratio: 72/15;
  width: calc(72 * (100vw / 750));
}

.issue_251119
  .contents__section--7
  .block--1
  .credits__collab-small
  .credit:nth-child(3) {
  line-height: 3.8;
}

.issue_251119 .contents__section--7 .block--2 {
  margin-top: calc(164 * (100vw / 750));
}

.issue_251119 .contents__section--7 .block--2 .block__ph {
  aspect-ratio: 541/697;
  margin-inline: auto;
  width: calc(541 * (100vw / 750));
}

.issue_251119 .contents__section--7 .block--2 .block__ph img {
  aspect-ratio: 541/697;
  width: calc(541 * (100vw / 750));
}

.issue_251119 .contents .block__interval--1 {
  background-color: #fff;
  height: calc(583 * (100vw / 750));
  position: relative;
  width: calc(750 * (100vw / 750));
  z-index: 1;
}

.issue_251119 .contents .block__interval--1 .block__interval-item {
  position: absolute;
}

.issue_251119 .contents .block__interval--1 .block__interval-item--1 {
  aspect-ratio: 94/67;
  left: calc(126 * (100vw / 750));
  top: calc(283 * (100vw / 750));
  width: calc(94 * (100vw / 750));
}

.issue_251119 .contents .block__interval--1 .block__interval-item--2 {
  aspect-ratio: 64/57;
  left: calc(338 * (100vw / 750));
  top: calc(215 * (100vw / 750));
  width: calc(64 * (100vw / 750));
}

.issue_251119 .contents .block__interval--1 .block__interval-item--3 {
  aspect-ratio: 44/47;
  right: calc(131 * (100vw / 750));
  top: calc(324 * (100vw / 750));
  width: calc(44 * (100vw / 750));
}

.issue_251119 .contents .block__interval--1 .block__interval-item--4 {
  left: calc(240 * (100vw / 750));
  top: calc(237 * (100vw / 750));
  width: calc(300 * (100vw / 750));
}

.issue_251119 .contents .block__interval--2 {
  height: calc(592 * (100vw / 750));
  margin-top: calc(187 * (100vw / 750));
  width: calc(750 * (100vw / 750));
}

.issue_251119 .contents .block__interval--2 .block__interval-item {
  display: block;
}

.issue_251119 .contents .block__interval--2 .block__interval-item--1,
.issue_251119 .contents .block__interval--2 .block__interval-item--3 {
  aspect-ratio: 524/199;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  width: calc(524 * (100vw / 750));
  z-index: 1;
}

.issue_251119 .contents .block__interval--2 .block__interval-item--2 {
  aspect-ratio: 119/124;
  margin-bottom: calc(36 * (100vw / 750));
  margin-inline: auto;
  margin-top: calc(34 * (100vw / 750));
  width: calc(119 * (100vw / 750));
}

.issue_251119 .contents .block__interval--3 {
  margin-inline: auto;
  margin-top: calc(87 * (100vw / 750));
  width: calc(385 * (100vw / 750));
}

.issue_251119 .contents .block__interval--3 .block__interval-item {
  aspect-ratio: 385/129;
  width: calc(385 * (100vw / 750));
}

.issue_251119 .bottom {
  margin-top: calc(169 * (100vw / 750));
  width: calc(750 * (100vw / 750));
}

.issue_251119 .bottom__scrl {
  background-color: #000;
  height: auto;
  overflow: hidden;
  padding-bottom: calc(15 * (100vw / 750));
  padding-top: calc(15 * (100vw / 750));
  position: relative;
  width: calc(750 * (100vw / 750));
}

.issue_251119 .bottom__scrl-line {
  aspect-ratio: 1221/17;
  height: auto;
  width: calc(1221 * (100vw / 750));
}

.issue_251119 .bottom__scrl-line--1 {
  margin-bottom: calc(15 * (100vw / 750));
}

.issue_251119 .bottom__scrl-line--2 {
  margin-top: calc(15 * (100vw / 750));
}

.issue_251119 .bottom__scrl-ph {
  overflow: hidden;
  padding-right: calc(8 * (100vw / 750));
  width: calc(750 * (100vw / 750));
}

.issue_251119 .bottom__scrl-ph .scrl-wrapper {
  display: flex;
  padding-right: calc(8 * (100vw / 750));
  width: calc(8055 * (100vw / 750));
}

.issue_251119 .bottom__scrl-ph img {
  aspect-ratio: 2685/435;
  width: calc(2685 * (100vw / 750));
}

.issue_251119 .bottom__scrl-ph--2 {
  margin-top: calc(6 * (100vw / 750));
}

.issue_251119 .bottom__scrl-theme {
  aspect-ratio: 644/310;
  left: calc(52 * (100vw / 750));
  position: absolute;
  top: calc(340 * (100vw / 750));
  width: calc(644 * (100vw / 750));
}

.issue_251119 .bottom__text {
  font-size: calc(24 * (100vw / 750));
}

.issue_251119 .bottom__text--1 {
  color: #009043;
  margin-left: calc(375 * (100vw / 750));
  margin-top: calc(177 * (100vw / 750));
  transform: rotate(-22deg);
  transform-origin: bottom left;
  width: -moz-fit-content;
  width: fit-content;
}

.issue_251119 .bottom__text--2 {
  color: #e50020;
  line-height: 2.1;
  margin-top: calc(13 * (100vw / 750));
  text-align: center;
}

.issue_251119 .bottom__link,
.issue_251119 .bottom .inner {
  aspect-ratio: 593/176;
  border-radius: calc(999 * (100vw / 750));
  height: auto;
  width: calc(593 * (100vw / 750));
}

.issue_251119 .bottom__link {
  background-color: #000;
  box-sizing: border-box;
  display: block;
  margin-left: calc(84 * (100vw / 750));
  margin-top: calc(106 * (100vw / 750));
  position: relative;
}

.issue_251119 .bottom__link .inner {
  align-items: center;
  background-color: #e50020;
  border: calc(3 * (100vw / 750)) solid #000;
  bottom: calc(7 * (100vw / 750));
  display: flex;
  justify-content: right;
  margin-top: calc(106 * (100vw / 750));
  position: absolute;
  right: calc(7 * (100vw / 750));
}

.issue_251119 .bottom__link-text {
  margin-right: calc(49 * (100vw / 750));
  width: calc(221 * (100vw / 750));
}

.issue_251119 .bottom__link-text svg .cls-1 {
  stroke: #000;
  stroke-miterlimit: 10;
}

.issue_251119 .bottom__link-arrow {
  aspect-ratio: 44/24;
  height: auto;
  margin-right: calc(89 * (100vw / 750));
  width: calc(44 * (100vw / 750));
}

.issue_251119 .bottom__link-arrow svg .cls-1 {
  stroke: #000;
  stroke-miterlimit: 10;
}

.issue_251119 .bottom__logo {
  aspect-ratio: 349/268;
  display: block;
  height: auto;
  margin-inline: auto;
  margin-top: calc(67 * (100vw / 750));
  width: calc(349 * (100vw / 750));
}

.issue_251119 .bottom__scrl-ph {
  display: flex;
}

.issue_251119 .bottom__scrl-ph .scrl-wrapper {
  background-color: #fff;
}

.issue_251119 .bottom__scrl-ph--1 .scrl-wrapper {
  animation: issue_251119_infinity-scroll-left 70s infinite linear both;
}

.issue_251119 .bottom__scrl-ph--2 .scrl-wrapper {
  animation: issue_251119_infinity-scroll-right 70s infinite linear both;
}

@keyframes issue_251119_infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes issue_251119_infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

.issue_251119 .bottom__link .inner {
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.issue_251119 .bottom__link:hover {
  opacity: 1 !important;
}

.issue_251119 .bottom__link:hover .inner {
  bottom: calc(0 * (100vw / 750));
  right: calc(0 * (100vw / 750));
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.issue_251119 .bottom__link:hover .bottom__link-arrow {
  animation: issue_251119_moveArwX 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1;
}

@keyframes issue_251119_moveArwX {
  0% {
    transform: translateX(0);
  }

  50% {
    opacity: 0;
    transform: translateX(30%);
  }

  51% {
    opacity: 1;
    transform: translateX(-30%);
  }

  100% {
    transform: translateX(0);
  }
}

.issue_251119 .pj__footer {
  aspect-ratio: 751/908;
  height: auto;
  margin-top: calc(92 * (100vw / 750));
  padding-top: 0;
  position: relative;
  width: calc(750 * (100vw / 750));
}

.issue_251119 .pj__footer__ph {
  aspect-ratio: 751/908;
  position: absolute;
  width: calc(750 * (100vw / 750));
}

.issue_251119 .pj__footer__logo {
  aspect-ratio: 185/64;
  left: calc(281 * (100vw / 750));
  position: absolute;
  top: calc(145 * (100vw / 750));
  width: calc(185 * (100vw / 750));
}

.issue_251119 .pj__footer__staffcredit {
  color: #fff;
  font-size: calc(26 * (100vw / 750));
  position: absolute;
  text-align: center;
  top: calc(270 * (100vw / 750));
  width: calc(750 * (100vw / 750));
}

.issue_251119 .pj__footer__staffcredit-name {
  line-height: 1.6;
}

.issue_251119 .pj__footer__copyright {
  color: #fff;
  font-size: calc(26 * (100vw / 750));
  line-height: 1.6;
  position: absolute;
  text-align: center;
  top: calc(675 * (100vw / 750));
  width: calc(750 * (100vw / 750));
}

.issue_251119 .roboto {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 400;
}

.issue_251119 .zen-maru-M {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.issue_251119 .zen-maru-B {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .issue_251119 .sp {
    display: none !important;
  }

  .issue_251119 {
    padding-top: 0;
  }

  .issue_251119 .sp-contents {
    width: 450px;
  }

  .issue_251119 .sp-contents .sec-wrapper {
    margin-top: -109.8px;
  }

  .issue_251119 .sp-contents {
    margin: 0 auto;
  }

  .issue_251119 .sp-contents .sec-wrapper {
    margin-top: -103px;
  }

  .issue_251119 .pc-contents {
    background-color: #f2f2f2;
    background-repeat: repeat;
    display: block;
    height: 100%;
    left: 0;
    padding-top: 147px;
    position: fixed;
    top: 0;
    width: calc(1400 * (100vw / 1400));
    z-index: 0;
  }

  .issue_251119 .pc-contents .inner {
    height: -webkit-fill-available;
    position: relative;
    width: calc(1400 * (100vw / 1400));
  }

  .issue_251119 .pc-contents .pc-contents__corner-items {
    position: absolute;
  }

  .issue_251119 .pc-contents .pc-contents__corner-items .corner-inner {
    height: 83px;
    position: relative;
    width: 82px;
  }

  .issue_251119
    .pc-contents
    .pc-contents__corner-items
    .pc-contents__corner-item {
    left: 0;
    position: absolute;
    top: 0;
  }

  .issue_251119
    .pc-contents
    .pc-contents__corner-items
    .pc-contents__corner-item:nth-child(1) {
    aspect-ratio: 67/83;
    width: 67px;
    z-index: 3;
  }

  .issue_251119
    .pc-contents
    .pc-contents__corner-items
    .pc-contents__corner-item:nth-child(2) {
    aspect-ratio: 82/69;
    width: 82px;
    z-index: 2;
  }

  .issue_251119
    .pc-contents
    .pc-contents__corner-items
    .pc-contents__corner-item:nth-child(3) {
    aspect-ratio: 68/65;
    width: 68px;
    z-index: 1;
  }

  .issue_251119 .pc-contents .pc-contents__corner-items--1 {
    left: 28px;
    top: 28px;
  }

  .issue_251119 .pc-contents .pc-contents__corner-items--2 {
    right: 28px;
    top: 28px;
  }

  .issue_251119 .pc-contents .pc-contents__corner-items--3 {
    bottom: 28px;
    left: 28px;
  }

  .issue_251119 .pc-contents .pc-contents__corner-items--4 {
    bottom: 28px;
    right: 28px;
  }

  .issue_251119 .pc-contents-left {
    align-items: center;
    display: flex;
    height: -webkit-fill-available;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    width: calc((100vw - 450px) / 2);
  }

  .issue_251119 .pc-contents-left .ph {
    aspect-ratio: 256/273;
    width: 25.6rem;
  }

  .issue_251119 .pc-contents-right {
    align-items: center;
    display: flex;
    height: -webkit-fill-available;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    width: calc((100vw - 450px) / 2);
  }

  .issue_251119 .pc-contents-right .link {
    position: relative;
    width: 16rem;
  }

  .issue_251119 .pc-contents-right .link::after {
    background-color: #000;
    border-radius: 999px;
    bottom: -3px;
    content: "";
    height: 1.5px;
    left: 0;
    position: absolute;
    width: 16rem;
  }

  .issue_251119 .pc-contents-right .link__arrow {
    aspect-ratio: 15/8;
    margin-right: -31px;
    position: absolute;
    right: 0;
    top: 7px;
    width: 15px;
  }

  .issue_251119 .fixed {
    width: 103.8px;
  }

  .issue_251119 .fixed__item img {
    width: 103.8px;
  }

  .issue_251119 .fixed {
    top: 630px;
  }

  .issue_251119 .main {
    padding-top: 44.4px;
  }

  .issue_251119 .main__mv {
    width: 450px;
  }

  .issue_251119 .main__mv {
    height: 756.6px;
  }

  .issue_251119 .main__mv-scrl {
    bottom: 8.4px;
  }

  .issue_251119 .main__mv-scrl {
    width: 450px;
  }

  .issue_251119 .main__mv-scrl {
    height: 80.4px;
  }

  .issue_251119 .main__mv-scrl .scrl-img {
    padding-right: 30px;
  }

  .issue_251119 .main__mv-scrl .scrl-img {
    width: 804px;
  }

  .issue_251119 .main__mv-scrl .scrl-img .text {
    width: 780px;
  }

  .issue_251119 .main__mv-scrl .scrl-img .text {
    left: 0px;
  }

  .issue_251119 .main__mv-scrl .scrl-img .text {
    top: 19.2px;
  }

  .issue_251119 .main__mv-scrl .scrl-img .times {
    width: 45px;
  }

  .issue_251119 .main__mv-scrl .scrl-img .times {
    left: 193.8px;
  }

  .issue_251119 .main__mv-scrl .scrl-img .times {
    top: 28.2px;
  }

  .issue_251119 .main__mv-scrl .scrl-img .ribbon {
    width: 42.6px;
  }

  .issue_251119 .main__mv-scrl .scrl-img .ribbon {
    left: 478.8px;
  }

  .issue_251119 .main__mv-scrl .scrl-img .ribbon {
    top: 0px;
  }

  .issue_251119 .main__mv-scrl .scrl-img .apple {
    width: 25.8px;
  }

  .issue_251119 .main__mv-scrl .scrl-img .apple {
    left: 777.6px;
  }

  .issue_251119 .main__mv-scrl .scrl-img .apple {
    bottom: 0px;
  }

  .issue_251119 .main__mv-swiper {
    width: 450px;
  }

  .issue_251119 .main__mv-swiper {
    height: 756.6px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide {
    width: 450px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide .ph {
    top: 154.8px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide .ph {
    width: 450px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide .main__ttl {
    top: 3px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide .main__ttl {
    left: 63px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide .main__ttl {
    width: 316.2px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide .main__ttl {
    height: 112.8px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide .season {
    top: 293.4px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide .season {
    left: 22.2px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide .season {
    width: 25.2px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide .season {
    height: 151.2px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide .deco-kitty {
    top: 100.2px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide .deco-kitty {
    left: 193.8px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide .deco-kitty {
    width: 77.4px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide .deco--1 {
    width: 141px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide .deco--1 {
    top: 196.8px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide .deco--1 {
    right: 60px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide .deco--2 {
    width: 118.8px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide .deco--2 {
    top: 142.8px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide .deco--2 {
    right: 7.8px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide .deco--3 {
    width: 118.8px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide .deco--3 {
    top: 190.2px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide .deco--3 {
    right: 22.2px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide .deco--4-1 {
    width: 98.4px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide .deco--4-1 {
    top: 184.2px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide .deco--4-1 {
    right: 12px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide .deco--4-2 {
    width: 50.4px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide .deco--4-2 {
    top: 202.2px;
  }

  .issue_251119 .main__mv-swiper .swiper-slide .deco--4-2 {
    left: 32.4px;
  }

  .issue_251119 .main__lead {
    margin-top: 55.2px;
  }

  .issue_251119 .main__lead {
    font-size: 15px;
  }

  .issue_251119 .contents {
    padding-top: 42px;
  }

  .issue_251119 .contents__intro-visual {
    width: 192px;
  }

  .issue_251119 .contents__intro-visual .wrapper {
    width: 1536px;
  }

  .issue_251119 .contents__intro-visual .wrapper .visual {
    width: 192px;
  }

  .issue_251119 .contents__intro-logo {
    width: 189.6px;
  }

  .issue_251119 .contents__intro-logo {
    margin-top: 24px;
  }

  .issue_251119 .contents__intro-logo {
    margin-left: 129.6px;
  }

  .issue_251119 .contents__intro-arrow {
    width: 57px;
  }

  .issue_251119 .contents__intro-arrow {
    margin-top: 46.8px;
  }

  .issue_251119 .contents__intro-arrow {
    margin-left: 189.6px;
  }

  .issue_251119 .contents__section {
    margin-top: 57px;
  }

  .issue_251119 .contents__section {
    padding-top: 18.6px;
  }

  .issue_251119 .contents__section .num {
    margin-left: 16.2px;
  }

  .issue_251119 .contents__section .block .credits__sticker {
    width: 88.8px;
  }

  .issue_251119 .contents__section .block .credits__sticker {
    height: 22.2px;
  }

  .issue_251119 .contents__section .block .credits__sticker {
    margin-top: 43.2px;
  }

  .issue_251119 .contents__section .block .credits__sticker {
    border-radius: 599.4px;
  }

  .issue_251119 .contents__section .block .credits__sticker svg {
    width: 58.8px;
  }

  .issue_251119 .contents__section .block .credits__collab {
    margin-top: 27px;
  }

  .issue_251119 .contents__section .block .credits__collab .table {
    margin-bottom: 25.8px;
  }

  .issue_251119 .contents__section .block .credits__collab-small {
    margin-top: 33px;
  }

  .issue_251119 .contents__section .block .credits__line {
    margin-top: 33.6px;
  }

  .issue_251119 .contents__section .block .credits__line {
    width: 354px;
  }

  .issue_251119 .contents__section .block .credits .credit .note {
    margin-top: 22.2px;
  }

  .issue_251119 .contents__section--1 {
    padding-bottom: 3px;
  }

  .issue_251119 .contents__section--1 .num {
    width: 45.6px;
  }

  .issue_251119 .contents__section--1 .block--1 {
    margin-top: -53.4px;
  }

  .issue_251119 .contents__section--1 .block--1 .block__ph--1 img {
    width: 450px;
  }

  .issue_251119 .contents__section--1 .block--1 .block__ph--2 {
    margin-top: 80.4px;
  }

  .issue_251119 .contents__section--1 .block--1 .block__ph--2 {
    width: 414.6px;
  }

  .issue_251119 .contents__section--1 .block--1 .block__ph--2 {
    height: 538.2px;
  }

  .issue_251119 .contents__section--1 .block--1 .block__ph--2 img {
    width: 405px;
  }

  .issue_251119 .contents__section--1 .block--2 {
    margin-top: 116.4px;
  }

  .issue_251119 .contents__section--1 .block--2 .block__ph {
    width: 433.2px;
  }

  .issue_251119 .contents__section--1 .block--2 .block__ph--1 {
    width: 433.2px;
  }

  .issue_251119 .contents__section--1 .block--2 .block__ph-deco {
    top: -31.2px;
  }

  .issue_251119 .contents__section--1 .block--2 .block__ph-deco {
    right: 25.2px;
  }

  .issue_251119 .contents__section--1 .block--2 .block__ph-deco {
    width: 86.4px;
  }

  .issue_251119 .contents__section--2 {
    padding-bottom: 138px;
  }

  .issue_251119 .contents__section--2 .num {
    width: 52.8px;
  }

  .issue_251119 .contents__section--2 .num {
    margin-top: 18.6px;
  }

  .issue_251119 .contents__section--2 .block--1 .pin-spacer {
    width: 450px;
  }

  .issue_251119 .contents__section--2 .block--1 .block__ph--1 {
    width: 450px;
  }

  .issue_251119 .contents__section--2 .block--1 .block__ph--1 .inner {
    width: 1179px;
  }

  .issue_251119 .contents__section--2 .block--1 .block__ph--1 .ph {
    width: 1179px;
  }

  .issue_251119 .contents__section--2 .block--1 .block__ph--1 .block__ph-deco {
    width: 153px;
  }

  .issue_251119 .contents__section--2 .block--1 .block__ph--1 .block__ph-deco {
    top: 364.2px;
  }

  .issue_251119 .contents__section--2 .block--1 .block__ph--1 .block__ph-deco {
    right: 131.4px;
  }

  .issue_251119 .contents__section--2 .block--2 {
    margin-top: 82.8px;
  }

  .issue_251119 .contents__section--2 .block--2 .block__ph--1 {
    width: 450px;
  }

  .issue_251119 .contents__section--2 .block--2 .block__ph--1 .block__ph-deco {
    left: 198.6px;
  }

  .issue_251119 .contents__section--2 .block--2 .block__ph--1 .block__ph-deco {
    width: 64.8px;
  }

  .issue_251119 .contents__section--2 .block--2 .block__ph--1 .ph-wrapper {
    width: 450px;
  }

  .issue_251119
    .contents__section--2
    .block--2
    .block__ph--1
    .ph-wrapper
    .inner {
    width: 450px;
  }

  .issue_251119 .contents__section--2 .block--2 .block__ph--1 .ph {
    width: 246.6px;
  }

  .issue_251119 .contents__section--2 .block--2 .block__ph--1 .ph--1,
  .issue_251119 .contents__section--2 .block--2 .block__ph--1 .ph--3 {
    top: 6.6px;
  }

  .issue_251119 .contents__section--2 .block--2 .block__ph--1 .ph--1 {
    left: -93px;
  }

  .issue_251119 .contents__section--2 .block--2 .block__ph--1 .ph--3 {
    right: -93px;
  }

  .issue_251119 .contents__section--2 .block--2 .block__ph--1 .ph--2 {
    left: 98.4px;
  }

  .issue_251119 .contents__section--2 .block--2 .block__ph--2 {
    margin-top: 18.6px;
  }

  .issue_251119 .contents__section--2 .block--2 .block__ph--2 {
    width: 450px;
  }

  .issue_251119 .contents__section--2 .block--2 .block__ph--2 .ph {
    width: 450px;
  }

  .issue_251119
    .contents__section--2
    .block--2
    .block__ph--2
    .block__ph-deco--1 {
    top: 58.2px;
  }

  .issue_251119
    .contents__section--2
    .block--2
    .block__ph--2
    .block__ph-deco--1 {
    right: 38.4px;
  }

  .issue_251119
    .contents__section--2
    .block--2
    .block__ph--2
    .block__ph-deco--1 {
    width: 97.8px;
  }

  .issue_251119
    .contents__section--2
    .block--2
    .block__ph--2
    .block__ph-deco--2 {
    bottom: 30.6px;
  }

  .issue_251119
    .contents__section--2
    .block--2
    .block__ph--2
    .block__ph-deco--2 {
    left: 65.4px;
  }

  .issue_251119
    .contents__section--2
    .block--2
    .block__ph--2
    .block__ph-deco--2 {
    width: 126px;
  }

  .issue_251119 .contents__section--2 .block--3 {
    margin-top: 93.6px;
  }

  .issue_251119 .contents__section--2 .block--3 .block__ph {
    margin-left: -16.8px;
  }

  .issue_251119 .contents__section--2 .block--3 .block__ph img {
    width: 485.4px;
  }

  .issue_251119 .contents__section--2 .block--3 .credits__sticker {
    margin-top: -36px;
  }

  .issue_251119
    .contents__section--2
    .block--1
    .credits__collab
    .credit:nth-child(2),
  .issue_251119
    .contents__section--2
    .block--2
    .credits__collab
    .credit:nth-child(2) {
    padding-left: 96px;
  }

  .issue_251119 .contents__section--3 {
    margin-top: -1.8px;
  }

  .issue_251119 .contents__section--3 {
    padding-bottom: 3px;
  }

  .issue_251119 .contents__section--3 .num {
    width: 52.8px;
  }

  .issue_251119 .contents__section--3 .block--1 {
    margin-top: -58.2px;
  }

  .issue_251119 .contents__section--3 .block--1 .block__ph img {
    width: 450px;
  }

  .issue_251119 .contents__section--3 .block--2 {
    margin-top: 88.2px;
  }

  .issue_251119 .contents__section--3 .block--2 .block__ph {
    width: 450px;
  }

  .issue_251119 .contents__section--3 .block--2 .block__ph .ph {
    width: 327px;
  }

  .issue_251119 .contents__section--3 .block--2 .block__ph .ph {
    top: 118.2px;
  }

  .issue_251119 .contents__section--3 .block--2 .block__ph .ph {
    left: 62.4px;
  }

  .issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--1 {
    width: 48px;
  }

  .issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--1 {
    left: 40.2px;
  }

  .issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--2 {
    width: 14.4px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_1 {
    left: 303px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_1 {
    top: 15px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_2 {
    top: 35.4px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_2 {
    left: 306px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_3 {
    top: 60px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_3 {
    left: 304.8px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_4 {
    top: 87px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_4 {
    left: 300.6px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_5 {
    top: 84px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_5 {
    left: 264px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_6 {
    top: 87px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_6 {
    left: 234px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_7 {
    top: 86.4px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_7 {
    left: 198px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_8 {
    top: 85.2px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_8 {
    left: 174px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_9 {
    top: 85.2px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_9 {
    left: 138px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_10 {
    top: 88.8px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_10 {
    left: 108px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_11 {
    top: 87px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_11 {
    left: 67.8px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_12 {
    top: 118.2px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_12 {
    left: 46.8px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_13 {
    top: 150.6px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_13 {
    left: 48.6px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_14 {
    top: 183px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_14 {
    left: 49.2px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_15 {
    top: 215.4px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_15 {
    left: 52.2px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_16 {
    top: 247.8px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_16 {
    left: 57.6px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_17 {
    top: 280.2px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_17 {
    left: 59.4px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_18 {
    top: 312.6px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_18 {
    left: 66px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_19 {
    top: 345px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_19 {
    left: 66.6px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_20 {
    top: 377.4px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_20 {
    left: 66.6px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_21 {
    top: 409.8px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_21 {
    left: 72.6px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_22 {
    top: 442.2px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_22 {
    left: 77.4px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_23 {
    top: 474.6px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_23 {
    left: 78.6px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_24 {
    top: 507px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_24 {
    left: 79.2px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_25 {
    top: 544.2px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_25 {
    left: 84px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_26 {
    top: 555px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_26 {
    left: 105px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_27 {
    top: 556.2px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_27 {
    left: 136.8px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_28 {
    top: 554.4px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_28 {
    left: 168.6px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_29 {
    top: 555px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_29 {
    left: 200.4px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_30 {
    top: 555.6px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_30 {
    left: 232.8px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_31 {
    top: 553.2px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_31 {
    left: 265.2px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_32 {
    top: 555px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_32 {
    left: 297px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_33 {
    top: 556.8px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_33 {
    left: 328.8px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_34 {
    top: 555px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_34 {
    left: 351.6px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_35 {
    top: 524.4px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_35 {
    left: 356.4px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_36 {
    top: 493.8px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_36 {
    left: 357.6px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_37 {
    top: 463.2px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_37 {
    left: 359.4px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_38 {
    top: 432.6px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_38 {
    left: 364.8px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_39 {
    top: 402px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_39 {
    left: 366.6px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_40 {
    top: 371.4px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_40 {
    left: 367.8px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_41 {
    top: 340.8px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_41 {
    left: 375px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_42 {
    top: 310.2px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_42 {
    left: 375.6px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_43 {
    top: 279.6px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_43 {
    left: 377.4px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_44 {
    top: 249px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_44 {
    left: 382.8px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_45 {
    top: 218.4px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_45 {
    left: 387.6px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_46 {
    top: 187.8px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_46 {
    left: 387.6px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_47 {
    top: 157.2px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_47 {
    left: 388.8px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_48 {
    top: 120px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_48 {
    left: 394.8px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_49 {
    top: 91.2px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_49 {
    left: 399.6px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_50 {
    top: 90px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_50 {
    left: 373.2px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_51 {
    top: 87px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_51 {
    left: 341.4px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_52 {
    top: 63.6px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_52 {
    left: 338.4px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_53 {
    top: 37.8px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_53 {
    left: 338.4px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_54 {
    top: 12px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--2_54 {
    left: 338.4px;
  }

  .issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--3 {
    width: 13.2px;
  }

  .issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--3_1,
  .issue_251119 .contents__section--3 .block--2 .block__ph .block__ph-deco--3_2,
  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--3_3 {
    bottom: -41.4px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--3_3 {
    right: 61.2px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--3_2 {
    right: 40.2px;
  }

  .issue_251119
    .contents__section--3
    .block--2
    .block__ph
    .block__ph-deco--3_1 {
    right: 19.2px;
  }

  .issue_251119 .contents__section--3 .block--2 .credits__sticker {
    margin-top: 1.2px;
  }

  .issue_251119 .contents__section--3 .block--3 {
    margin-top: 112.2px;
  }

  .issue_251119 .contents__section--3 .block--3 .block__ph {
    width: 293.4px;
  }

  .issue_251119 .contents__section--3 .block--3 .block__ph .ph {
    width: 293.4px;
  }

  .issue_251119 .contents__section--3 .block--3 .block__ph .block__ph-deco {
    width: 422.4px;
  }

  .issue_251119 .contents__section--3 .block--3 .block__ph .block__ph-deco {
    top: 12.6px;
  }

  .issue_251119 .contents__section--3 .block--3 .block__ph .block__ph-deco {
    left: -72.6px;
  }

  .issue_251119 .contents__section--3 .block--4 {
    margin-top: 102px;
  }

  .issue_251119 .contents__section--3 .block--4 .block__ph {
    width: 396.6px;
  }

  .issue_251119 .contents__section--3 .block--4 .block__ph .ph {
    width: 396.6px;
  }

  .issue_251119 .contents__section--3 .block--4 .block__ph .block__ph-deco--1 {
    width: 62.4px;
  }

  .issue_251119 .contents__section--3 .block--4 .block__ph .block__ph-deco--1 {
    top: -118.2px;
  }

  .issue_251119 .contents__section--3 .block--4 .block__ph .block__ph-deco--1 {
    left: -12px;
  }

  .issue_251119 .contents__section--3 .block--4 .block__ph .block__ph-deco--2 {
    width: 98.4px;
  }

  .issue_251119 .contents__section--3 .block--4 .block__ph .block__ph-deco--2 {
    top: 7.2px;
  }

  .issue_251119 .contents__section--3 .block--4 .block__ph .block__ph-deco--2 {
    right: -4.2px;
  }

  .issue_251119 .contents__section--3 .block--5 {
    margin-top: 102px;
  }

  .issue_251119 .contents__section--3 .block--5 .block__ph {
    width: 396.6px;
  }

  .issue_251119 .contents__section--3 .block--5 .block__ph .ph {
    width: 396.6px;
  }

  .issue_251119 .contents__section--3 .block--5 .block__ph .block__ph-deco--1 {
    width: 70.2px;
  }

  .issue_251119 .contents__section--3 .block--5 .block__ph .block__ph-deco--1 {
    top: -162px;
  }

  .issue_251119 .contents__section--3 .block--5 .block__ph .block__ph-deco--1 {
    left: -9px;
  }

  .issue_251119 .contents__section--3 .block--5 .block__ph .block__ph-deco--2 {
    width: 141px;
  }

  .issue_251119 .contents__section--3 .block--5 .block__ph .block__ph-deco--2 {
    top: -81.6px;
  }

  .issue_251119 .contents__section--3 .block--5 .block__ph .block__ph-deco--2 {
    right: -12.6px;
  }

  .issue_251119 .contents__section--4 {
    margin-top: 121.2px;
  }

  .issue_251119 .contents__section--4 .num {
    width: 55.2px;
  }

  .issue_251119 .contents__section--4 .block--1 {
    margin-top: 24.6px;
  }

  .issue_251119 .contents__section--4 .block--1 .block__ph--1 {
    width: 305.4px;
  }

  .issue_251119 .contents__section--4 .block--1 .block__ph--1 .ph {
    width: 305.4px;
  }

  .issue_251119 .contents__section--4 .block--1 .block__ph--1 .block__ph-deco {
    width: 59.4px;
  }

  .issue_251119 .contents__section--4 .block--1 .block__ph--1 .block__ph-deco {
    bottom: -13.8px;
  }

  .issue_251119 .contents__section--4 .block--1 .block__ph--1 .block__ph-deco {
    right: -41.4px;
  }

  .issue_251119 .contents__section--4 .block--1 .block__ph--2 {
    margin-top: 64.8px;
  }

  .issue_251119 .contents__section--4 .block--1 .block__ph--2 {
    width: 450px;
  }

  .issue_251119 .contents__section--4 .block--1 .block__ph--2 .ph {
    width: 450px;
  }

  .issue_251119 .contents__section--4 .block--1 .block__ph--2 .budge {
    width: 23.4px;
  }

  .issue_251119 .contents__section--4 .block--1 .block__ph--2 .budge--1 {
    top: 98.4px;
  }

  .issue_251119 .contents__section--4 .block--1 .block__ph--2 .budge--1 {
    left: 98.4px;
  }

  .issue_251119 .contents__section--4 .block--1 .block__ph--2 .budge--2 {
    top: 84.6px;
  }

  .issue_251119 .contents__section--4 .block--1 .block__ph--2 .budge--2 {
    right: 48.6px;
  }

  .issue_251119 .contents__section--4 .block--1 .block__ph--2 .budge--3 {
    top: 318.6px;
  }

  .issue_251119 .contents__section--4 .block--1 .block__ph--2 .budge--3 {
    left: 16.2px;
  }

  .issue_251119 .contents__section--4 .block--1 .block__ph--2 .budge--4 {
    top: 282.6px;
  }

  .issue_251119 .contents__section--4 .block--1 .block__ph--2 .budge--4 {
    left: 144.6px;
  }

  .issue_251119 .contents__section--4 .block--1 .block__ph--2 .budge--5 {
    top: 427.8px;
  }

  .issue_251119 .contents__section--4 .block--1 .block__ph--2 .budge--5 {
    right: 24px;
  }

  .issue_251119 .contents__section--4 .block--2 {
    margin-top: 63px;
  }

  .issue_251119 .contents__section--4 .block--2 .block__ph {
    width: 427.2px;
  }

  .issue_251119 .contents__section--4 .block--2 .block__ph .ph {
    width: 427.2px;
  }

  .issue_251119 .contents__section--4 .block--3 {
    margin-top: 74.4px;
  }

  .issue_251119 .contents__section--4 .block--3 .block__ph {
    width: 411px;
  }

  .issue_251119 .contents__section--4 .block--3 .block__ph .ph {
    width: 411px;
  }

  .issue_251119 .contents__section--4 .block--3 .block__ph-deco {
    width: 79.8px;
  }

  .issue_251119 .contents__section--4 .block--3 .block__ph-deco {
    right: -21.6px;
  }

  .issue_251119 .contents__section--4 .block--3 .block__ph-deco:nth-of-type(1) {
    bottom: -39.6px;
  }

  .issue_251119 .contents__section--4 .block--3 .block__ph-deco:nth-of-type(2) {
    bottom: 46.2px;
  }

  .issue_251119 .contents__section--4 .block--3 .block__ph-deco:nth-of-type(3) {
    bottom: 132px;
  }

  .issue_251119 .contents__section--4 .block--3 .block__ph-deco:nth-of-type(4) {
    bottom: 217.8px;
  }

  .issue_251119 .contents__section--4 .block--3 .block__ph-deco:nth-of-type(5) {
    bottom: 303.6px;
  }

  .issue_251119 .contents__section--4 .block--3 .block__ph-deco:nth-of-type(6) {
    bottom: 389.4px;
  }

  .issue_251119 .contents__section--4 .block--4 {
    margin-top: 81.6px;
  }

  .issue_251119 .contents__section--4 .block--4 .block__ph {
    width: 396.6px;
  }

  .issue_251119 .contents__section--4 .block--4 .block__ph .ph {
    width: 396.6px;
  }

  .issue_251119 .contents__section--5 {
    margin-top: 105px;
  }

  .issue_251119 .contents__section--5 .num {
    width: 52.8px;
  }

  .issue_251119 .contents__section--5 .block--1 {
    margin-top: -63px;
  }

  .issue_251119 .contents__section--5 .block--1 .block__ph {
    width: 450px;
  }

  .issue_251119 .contents__section--5 .block--1 .block__ph img {
    width: 450px;
  }

  .issue_251119 .contents__section--5 .block--2 {
    margin-top: -175.8px;
  }

  .issue_251119 .contents__section--5 .block--2 .block__ph {
    width: 450px;
  }

  .issue_251119 .contents__section--5 .block--2 .block__ph .inner {
    width: 450px;
  }

  .issue_251119 .contents__section--5 .block--2 .block__ph .inner {
    padding-top: 167.4px;
  }

  .issue_251119 .contents__section--5 .block--2 .block__ph .wrapper {
    width: 450px;
  }

  .issue_251119 .contents__section--5 .block--2 .block__ph img {
    width: 312.6px;
  }

  .issue_251119 .contents__section--5 .block--2 .block__ph--1 img {
    left: 73.2px;
  }

  .issue_251119 .contents__section--5 .block--2 .block__ph--2 img {
    left: 91.2px;
  }

  .issue_251119 .contents__section--5 .block--2 .block__ph--3 img {
    left: 60.6px;
  }

  .issue_251119 .contents__section--5 .block--2 .credits {
    margin-top: -78px;
  }

  .issue_251119 .contents__section--5 .block--3 {
    margin-top: 96.6px;
  }

  .issue_251119 .contents__section--5 .block--3 .block__ph {
    width: 396.6px;
  }

  .issue_251119 .contents__section--5 .block--3 .block__ph img {
    width: 396.6px;
  }

  .issue_251119 .contents__section--5 .block--4 {
    margin-top: 96.6px;
  }

  .issue_251119 .contents__section--5 .block--4 .block__ph {
    width: 450px;
  }

  .issue_251119 .contents__section--5 .block--4 .block__ph img {
    width: 450px;
  }

  .issue_251119 .contents__section--6 {
    margin-top: 64.8px;
  }

  .issue_251119 .contents__section--6 .num {
    width: 52.2px;
  }

  .issue_251119 .contents__section--6 .block .circle {
    width: 390px;
  }

  .issue_251119 .contents__section--6 .block .circle {
    left: -32.4px;
  }

  .issue_251119 .contents__section--6 .block--1 {
    margin-top: 22.8px;
  }

  .issue_251119 .contents__section--6 .block--1 .block__ph {
    width: 408px;
  }

  .issue_251119 .contents__section--6 .block--1 .block__ph img {
    width: 408px;
  }

  .issue_251119 .contents__section--6 .block--1 .block__ph--2 {
    margin-top: 3px;
  }

  .issue_251119 .contents__section--6 .block--1 .block__ph--2 {
    width: 408px;
  }

  .issue_251119 .contents__section--6 .block--2,
  .issue_251119 .contents__section--6 .block--3 {
    margin-top: 84px;
  }

  .issue_251119 .contents__section--6 .block--2 .block__ph,
  .issue_251119 .contents__section--6 .block--3 .block__ph {
    width: 321px;
  }

  .issue_251119 .contents__section--6 .block--2 .block__ph .ph,
  .issue_251119 .contents__section--6 .block--3 .block__ph .ph {
    width: 321px;
  }

  .issue_251119 .contents__section--6 .block--2 .block__ph-deco-wrapper,
  .issue_251119 .contents__section--6 .block--3 .block__ph-deco-wrapper {
    width: 450px;
    pointer-events: none;
  }

  .issue_251119 .contents__section--6 .block--2 .block__ph-deco-wrapper,
  .issue_251119 .contents__section--6 .block--3 .block__ph-deco-wrapper {
    left: -65.4px;
  }

  .issue_251119 .contents__section--6 .block--2 .block__ph .inner,
  .issue_251119 .contents__section--6 .block--3 .block__ph .inner {
    width: 450px;
  }

  .issue_251119 .contents__section--6 .block--2 .block__ph .block__ph-deco--1,
  .issue_251119 .contents__section--6 .block--3 .block__ph .block__ph-deco--1 {
    width: 38.4px;
  }

  .issue_251119 .contents__section--6 .block--2 .block__ph .block__ph-deco--1,
  .issue_251119 .contents__section--6 .block--3 .block__ph .block__ph-deco--1 {
    border-radius: 599.4px;
  }

  .issue_251119 .contents__section--6 .block--2 .block__ph .block__ph-deco--1,
  .issue_251119 .contents__section--6 .block--3 .block__ph .block__ph-deco--1 {
    left: 204px;
  }

  .issue_251119 .contents__section--6 .block--2 .block__ph .block__ph-deco--1,
  .issue_251119 .contents__section--6 .block--3 .block__ph .block__ph-deco--1 {
    top: -18px;
  }

  .issue_251119 .contents__section--6 .block--2 .block__ph .block__ph-deco--2 {
    width: 60.6px;
  }

  .issue_251119 .contents__section--6 .block--2 .block__ph .block__ph-deco--2 {
    left: 192.6px;
  }

  .issue_251119 .contents__section--6 .block--2 .block__ph .block__ph-deco--2 {
    top: -23.4px;
  }

  .issue_251119 .contents__section--6 .block--2 .block__ph .block__ph-deco--3 {
    width: 47.4px;
  }

  .issue_251119 .contents__section--6 .block--2 .block__ph .block__ph-deco--3 {
    left: 199.2px;
  }

  .issue_251119 .contents__section--6 .block--2 .block__ph .block__ph-deco--3 {
    top: -25.2px;
  }

  .issue_251119 .contents__section--6 .block--3 .block__ph .block__ph-deco--2 {
    width: 26.4px;
  }

  .issue_251119 .contents__section--6 .block--3 .block__ph .block__ph-deco--2 {
    left: 199.2px;
  }

  .issue_251119 .contents__section--6 .block--3 .block__ph .block__ph-deco--2 {
    top: -25.2px;
  }

  .issue_251119 .contents__section--7 {
    margin-top: 142.2px;
  }

  .issue_251119 .contents__section--7 .num {
    width: 51px;
  }

  .issue_251119 .contents__section--7 .block--1 {
    margin-top: -69.6px;
  }

  .issue_251119 .contents__section--7 .block--1 .anim-wrapper {
    width: 420px;
  }

  .issue_251119 .contents__section--7 .block--1 .block__ph {
    width: 420px;
  }

  .issue_251119 .contents__section--7 .block--1 .block__ph--1 {
    width: 420px;
  }

  .issue_251119 .contents__section--7 .block--1 .block__ph .balloon {
    width: 420px;
  }

  .issue_251119 .contents__section--7 .block--1 .block__ph .balloon {
    margin-top: -7.8px;
  }

  .issue_251119 .contents__section--7 .block--1 .block__ph .balloon__deco {
    width: 270.6px;
  }

  .issue_251119 .contents__section--7 .block--1 .block__ph .balloon__deco {
    bottom: 40.2px;
  }

  .issue_251119 .contents__section--7 .block--1 .block__ph .balloon__deco {
    left: 81px;
  }

  .issue_251119 .contents__section--7 .block--1 .block__ph-deco--1 {
    width: 54px;
  }

  .issue_251119 .contents__section--7 .block--1 .block__ph-deco--2 {
    width: 1.8px;
  }

  .issue_251119 .contents__section--7 .block--1 .block__ph-deco--2 {
    margin-top: -16.8px;
  }

  .issue_251119 .contents__section--7 .block--1 .block__ph-deco--2 svg .cls-1,
  .issue_251119 .contents__section--7 .block--1 .block__ph-deco--2 svg .cls-2 {
    stroke-width: 1.8px;
  }

  .issue_251119 .contents__section--7 .block--1 .block__ph-deco--3 {
    margin-top: -6px;
  }

  .issue_251119 .contents__section--7 .block--1 .block__ph-deco--3 {
    width: 40.2px;
  }

  .issue_251119 .contents__section--7 .block--1 .block__ph-deco--3 svg .cls-1,
  .issue_251119 .contents__section--7 .block--1 .block__ph-deco--3 svg .cls-2 {
    stroke-width: 1.8px;
  }

  .issue_251119 .contents__section--7 .block--1 .block__ph-deco--4 {
    width: 57px;
  }

  .issue_251119 .contents__section--7 .block--1 .block__ph-deco--4 {
    bottom: 3px;
  }

  .issue_251119 .contents__section--7 .block--1 .block__ph-deco--4 {
    right: 112.8px;
  }

  .issue_251119 .contents__section--7 .block--1 .block__ph-deco--6 {
    width: 218.4px;
  }

  .issue_251119 .contents__section--7 .block--1 .block__ph-deco--6 {
    top: 302.4px;
  }

  .issue_251119 .contents__section--7 .block--1 .block__ph-deco--6 {
    left: 106.8px;
  }

  .issue_251119 .contents__section--7 .block--1 .block__ph-deco--6 .inner {
    width: 218.4px;
  }

  .issue_251119
    .contents__section--7
    .block--1
    .block__ph-deco--6
    .inner
    .logo {
    width: 218.4px;
  }

  .issue_251119
    .contents__section--7
    .block--1
    .block__ph-deco--6
    .inner
    .kitty {
    width: 60.6px;
  }

  .issue_251119
    .contents__section--7
    .block--1
    .block__ph-deco--6
    .inner
    .kitty {
    top: 78px;
  }

  .issue_251119 .contents__section--7 .block--1 .block__ph-deco--7 {
    width: 60px;
  }

  .issue_251119 .contents__section--7 .block--1 .block__ph-deco--7 {
    top: 482.4px;
  }

  .issue_251119 .contents__section--7 .block--1 .block__ph-deco--7 {
    left: 180px;
  }

  .issue_251119 .contents__section--7 .block--1 .block__ph-deco--7 img {
    width: 43.2px;
  }

  .issue_251119 .contents__section--7 .block--2 {
    margin-top: 98.4px;
  }

  .issue_251119 .contents__section--7 .block--2 .block__ph {
    width: 324.6px;
  }

  .issue_251119 .contents__section--7 .block--2 .block__ph img {
    width: 324.6px;
  }

  .issue_251119 .contents .block__interval--1 {
    width: 450px;
  }

  .issue_251119 .contents .block__interval--1 {
    height: 349.8px;
  }

  .issue_251119 .contents .block__interval--1 .block__interval-item--1 {
    width: 56.4px;
  }

  .issue_251119 .contents .block__interval--1 .block__interval-item--1 {
    top: 169.8px;
  }

  .issue_251119 .contents .block__interval--1 .block__interval-item--1 {
    left: 75.6px;
  }

  .issue_251119 .contents .block__interval--1 .block__interval-item--2 {
    width: 38.4px;
  }

  .issue_251119 .contents .block__interval--1 .block__interval-item--2 {
    top: 129px;
  }

  .issue_251119 .contents .block__interval--1 .block__interval-item--2 {
    left: 202.8px;
  }

  .issue_251119 .contents .block__interval--1 .block__interval-item--3 {
    width: 26.4px;
  }

  .issue_251119 .contents .block__interval--1 .block__interval-item--3 {
    top: 194.4px;
  }

  .issue_251119 .contents .block__interval--1 .block__interval-item--3 {
    right: 78.6px;
  }

  .issue_251119 .contents .block__interval--1 .block__interval-item--4 {
    width: 180px;
  }

  .issue_251119 .contents .block__interval--1 .block__interval-item--4 {
    top: 142.2px;
  }

  .issue_251119 .contents .block__interval--1 .block__interval-item--4 {
    left: 144px;
  }

  .issue_251119 .contents .block__interval--2 {
    margin-top: 112.2px;
  }

  .issue_251119 .contents .block__interval--2 {
    width: 450px;
  }

  .issue_251119 .contents .block__interval--2 {
    height: 355.2px;
  }

  .issue_251119 .contents .block__interval--2 .block__interval-item--1,
  .issue_251119 .contents .block__interval--2 .block__interval-item--3 {
    width: 314.4px;
  }

  .issue_251119 .contents .block__interval--2 .block__interval-item--2 {
    width: 71.4px;
  }

  .issue_251119 .contents .block__interval--2 .block__interval-item--2 {
    margin-top: 20.4px;
  }

  .issue_251119 .contents .block__interval--2 .block__interval-item--2 {
    margin-bottom: 21.6px;
  }

  .issue_251119 .contents .block__interval--3 {
    margin-top: 52.2px;
  }

  .issue_251119 .contents .block__interval--3 {
    width: 231px;
  }

  .issue_251119 .contents .block__interval--3 .block__interval-item {
    width: 231px;
  }

  .issue_251119 .contents__section .block .credits__sticker {
    border: 2px solid var(--frame-color);
  }

  .issue_251119 .contents__section .block .credits__collab .credit {
    font-size: 18px;
  }

  .issue_251119 .contents__section .block .credits__collab-small {
    font-size: 16px;
  }

  .issue_251119 .contents__section .block .credits .credit .note {
    font-size: 14px;
  }

  .issue_251119 .contents__section--2 {
    margin-top: 0;
    padding-top: 0;
  }

  .issue_251119 .contents__section--3 {
    margin-top: 0;
  }

  .issue_251119 .contents__section--5 .block--2 .block__ph--1 {
    height: 400vh;
  }

  .issue_251119 .contents__section--5 .block--2 .block__ph--2 {
    height: 300vh;
  }

  .issue_251119 .contents__section--5 .block--2 .block__ph--3 {
    height: 200vh;
  }

  .issue_251119 .contents__section--5 .block--2 .block__ph--2 {
    margin-top: -300vh;
  }

  .issue_251119 .contents__section--5 .block--2 .block__ph--3 {
    margin-top: -200vh;
  }

  .issue_251119 .bottom {
    margin-top: 101.4px;
  }

  .issue_251119 .bottom {
    width: 450px;
  }

  .issue_251119 .bottom__scrl {
    padding-top: 9px;
  }

  .issue_251119 .bottom__scrl {
    padding-bottom: 9px;
  }

  .issue_251119 .bottom__scrl {
    width: 450px;
  }

  .issue_251119 .bottom__scrl-line {
    width: 732.6px;
  }

  .issue_251119 .bottom__scrl-line--1 {
    margin-bottom: 9px;
  }

  .issue_251119 .bottom__scrl-line--2 {
    margin-top: 9px;
  }

  .issue_251119 .bottom__scrl-ph {
    padding-right: 4.8px;
  }

  .issue_251119 .bottom__scrl-ph {
    width: 450px;
  }

  .issue_251119 .bottom__scrl-ph .scrl-wrapper {
    padding-right: 4.8px;
  }

  .issue_251119 .bottom__scrl-ph .scrl-wrapper {
    width: 4833px;
  }

  .issue_251119 .bottom__scrl-ph img {
    width: 1611px;
  }

  .issue_251119 .bottom__scrl-ph--2 {
    margin-top: 3.6px;
  }

  .issue_251119 .bottom__scrl-theme {
    width: 386.4px;
  }

  .issue_251119 .bottom__scrl-theme {
    top: 204px;
  }

  .issue_251119 .bottom__scrl-theme {
    left: 31.2px;
  }

  .issue_251119 .bottom__text--1 {
    margin-top: 106.2px;
  }

  .issue_251119 .bottom__text--1 {
    margin-left: 225px;
  }

  .issue_251119 .bottom__text--2 {
    margin-top: 7.8px;
  }

  .issue_251119 .bottom__link,
  .issue_251119 .bottom .inner {
    width: 355.8px;
  }

  .issue_251119 .bottom__link,
  .issue_251119 .bottom .inner {
    border-radius: 599.4px;
  }

  .issue_251119 .bottom__link {
    margin-top: 63.6px;
  }

  .issue_251119 .bottom__link {
    margin-left: 50.4px;
  }

  .issue_251119 .bottom__link .inner {
    margin-top: 63.6px;
  }

  .issue_251119 .bottom__link .inner {
    bottom: 4.2px;
  }

  .issue_251119 .bottom__link .inner {
    right: 4.2px;
  }

  .issue_251119 .bottom__link-text {
    width: 132.6px;
  }

  .issue_251119 .bottom__link-text {
    margin-right: 29.4px;
  }

  .issue_251119 .bottom__link-arrow {
    width: 26.4px;
  }

  .issue_251119 .bottom__link-arrow {
    margin-right: 53.4px;
  }

  .issue_251119 .bottom__logo {
    width: 209.4px;
  }

  .issue_251119 .bottom__logo {
    margin-top: 40.2px;
  }

  .issue_251119 .bottom__link .inner {
    border: solid 2px #000;
    box-sizing: border-box;
  }

  .issue_251119 .bottom__text {
    font-size: 14px;
  }

  .issue_251119 .bottom__link:hover .inner {
    bottom: 0px;
  }

  .issue_251119 .bottom__link:hover .inner {
    right: 0px;
  }

  .issue_251119 .pj__footer {
    margin-top: 55.2px;
  }

  .issue_251119 .pj__footer {
    width: 450px;
  }

  .issue_251119 .pj__footer__ph {
    width: 450px;
  }

  .issue_251119 .pj__footer__logo {
    width: 111px;
  }

  .issue_251119 .pj__footer__logo {
    top: 87px;
  }

  .issue_251119 .pj__footer__logo {
    left: 168.6px;
  }

  .issue_251119 .pj__footer__staffcredit {
    top: 162px;
  }

  .issue_251119 .pj__footer__staffcredit {
    width: 450px;
  }

  .issue_251119 .pj__footer__copyright {
    top: 405px;
  }

  .issue_251119 .pj__footer__copyright {
    width: 450px;
  }

  .issue_251119 .pj__footer__staffcredit {
    font-size: 16px;
  }

  .issue_251119 .pj__footer__copyright {
    font-size: 16px;
  }
}

@media screen and (min-width: 900px) {
  .issue_251119 .sp-contents {
    margin: 0 auto;
  }

  .issue_251119 .sp-contents .sec-wrapper {
    margin-top: 0;
  }

  .issue_251119 .fixed {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .issue_251119 .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .issue_251119 .pc-contents-left .ph {
    display: none;
  }

  .issue_251119 .pc-contents-right .link {
    display: none;
  }
}
