@media only screen and (max-width: 767px) {
  html{
    font-size: calc(10 * (100vw / 390))!important;
  }
}
@media only screen and (min-width: 1280px) {
  html{
    font-size: calc(10 * (100vw / 1280))!important;
  }
}
@media screen and (min-width:768px) and (max-width:2100px){
  html {
    font-size: calc(10* (100vw / 1280)) !important;
  }
}
header{
  display: none;
}
#Contents,
.main-area{
  padding-top: 0;
}
footer{
  display: none;
  pointer-events: none;
}
body.noScroll{
  overflow: scroll!important;
}
@media screen and (min-width: 768px){
  body.noScroll{
    overflow: hidden!important;
  }
  #Wrap {
    padding-top: 0;
  }
}

/*================================
  variables
=================================*/
#issue104{
  --zindex-behind: -1;
  --zindex-middle: 0;
  --zindex-front: 1;
  --zindex-over: 10;
  --zindex-cursor: 100;
  --zindex-top: 200;
  --pointer-none: none;
  --color-black: #000000;
  --color-white: #fff;
}
#issue104 img,
#issue104 picture,
#issue104 video,
#issue104 a{
  display: inline-block;
  width: 100%;
  height: auto;
}
#issue104 video{
  object-fit: cover;
}
#issue104 span{
  display: inline-block;
}
#issue104 li{
  list-style: none;
}
#issue104 .imgWrap{
  background: #fff;
  position: relative;
  transition: opacity 1.5s;
}
#issue104 .flexArea{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
#issue104 .gridWrap{
  display: grid;
  margin: 0 auto;
}
/*--------------------------------
  variables for mobile
--------------------------------*/
@media screen and (max-width: 767px) {
  .pcOnly,
  #issue104 .pcOnly {
    display: none!important;
  }
  #issue104 .flexAreaSp{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
}
/*--------------------------------
  variables for desktop
--------------------------------*/
@media only screen and (min-width: 768px) {
  #issue104 .spOnly {
    display: none!important;
  }
  #issue104 .pcOnly {
    display: block;
  }
  #issue104 .flexAreaPc{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
}
/* end variables */

/*================================
  font
=================================*/
#issue104 .font-en-M{
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#issue104 .font-en-R{
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#issue104 .font-en-serif{
  font-family: Times;
  font-style: italic;
}
#issue104 .font-ja{
  font-family: "fot-cezanne-pron", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#issue104 .font-ja-serif{
  font-family: "ten-mincho-antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#issue104 [data-txt-en]{
  letter-spacing: -0.02em;
  color: var(--color-white);
}
#issue104 .bg-gray [data-txt-en]{
  color: var(--color-black);
}
#issue104 [data-txt-en="ttl"]{
  font-size: 220%;
  line-height: 1.25;
  letter-spacing: -0.03em;
  text-align: center;
}
#issue104 [data-txt-en="topic"]{
  font-size: 180%;
  line-height: 1.7;
  text-align: center;
}
#issue104 [data-txt-en="edit"]{
  font-size: 126%;
  padding: 0 10%;
}
#issue104 [data-txt-en="numb"]{
  font-size: 160%;
}
#issue104 [data-txt-en="button"]{
  font-size: 110%;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--color-black);
}
#issue104 [data-txt-en="small"]{
  font-size: 100%;
  text-align: center;
}
#issue104 [data-txt-en="serif"]{
  font-size: 130%;
  line-height: 1.1538461538;
  letter-spacing: -0.01em;
  text-align: left;
  color: var(--color-black);
}
#issue104 [data-txt-en="last"]{
  font-size: 180%;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
  position: absolute;
  top: 37.4vh;
  width: 100%;
}
#issue104 [data-txt-en="page-footer"]{
  font-size: 87%;
  text-align: center;
}
#issue104 [data-txt-ja="nomal"]{
  font-size: 130%;
  line-height: 1.9230769231;
  letter-spacing: -0.02em;
  text-align: left;
  width: 100%;
}
#issue104 .slider-top__inner[data-txt-ja="nomal"]{
  text-align: center;
  color: var(--color-white);
}
#issue104 .bg-gray [data-txt-ja="nomal"]{
  color: var(--color-black);
}

/*================================
  swiper
=================================*/
#issue104 .swiper-wrapper{
	width: 100%;
  height: 100%;
}
#issue104 .swiper-slide{
  height: 100svh;
}
#issue104 .swiper-slide img {
  width: 100%!important;
  height: 100%!important;
  align-items: end;
  vertical-align: bottom;
}
/*================================
  layout
=================================*/
#issue104 [data-area],
#issue104 [data-area-inner],
#issue104 [data-area="top"]::before,
#issue104 .js-headerMenu{
  background-size: cover;
  background-position: center;
  object-fit: cover;
  object-position: center;
  width: 100vw;
  height: 100svh;
}
#issue104 [data-area-inner]{
  position: absolute;
  width: 100%;
  height: 100%;
}
#issue104 .button-cont{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
  width: 75.6%;
  padding: 2.8% 0 3.2%;
  margin: 0 auto;
  cursor: pointer;
}
#issue104 [data-cross-cont]{  
  position: relative;
}
#issue104 [data-cross-line]{
  position: absolute;
}
#issue104 [data-cross-line]{
  position: absolute;
  top: 50%;
  display: block;
  background: var(--color-white);
  width: 2rem;
  height: 0.1rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#issue104 [data-cross-line="line01"]{
  transform: rotate(45deg);
}
#issue104 [data-cross-line="line02"]{
  transform: rotate(-45deg);
}
/*---------- first ----------*/
#issue104 [data-area-inner="first"]{
  background-image: url(../../issue104/img/top.jpg);
}
#issue104 [data-area-inner="first"]{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#issue104 .area-first__logo{
  filter: invert(1);
  width: 65%;
  margin: 0 auto 6.6%;
}
#issue104 .area-first__button{
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
}
#issue104 .area-first__popup{
  background-color: var(--color-black);
  position: absolute;
  top: auto;
  bottom: -100%;
  width: 100%;
  height: 21.2vh;
  padding: 3.2vh 0 0;
  transition: .5s;
}
#issue104 .popup-inner__close{
  position: absolute;
  top: 5.8%;
  left: auto;
  right: 2.4%;
  cursor: pointer;
}
#issue104 [data-cross-cont="popup"]{
  width: 2rem;
  height: 2rem;
}
#issue104 .popup-inner__txt{
  line-height: 1.25;
  text-align: center;
  margin-bottom: 2.4vh;
}
/*---------- top ----------*/
#issue104 .area-top.js-blur::before{
  background-image: url(../../issue104/img/top.jpg);
  filter: blur(10px);
  margin-top: -12px;
  width: calc(20px + 100vw);
  height: calc(20px + 100svh);
  transition: 1s;
  z-index: 1;
  transform: translateX(-8px);
}
#issue104 [data-area-inner="top"]{
  background-image: url(../../issue104/img/top.jpg);
  position: relative;
  z-index: 2;
}
#issue104 .area-top.js-blur{
  height: 101dvh;
}
#issue104 .area-top.js-blur [data-area-inner="top"]{
  background: none;
}
#issue104 [data-area="top"]::before{
  content: "";
  position: absolute;
  top: 0;
}
#issue104 [data-slider="top"]{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#issue104 .slider-top__attention{
  display: block;
  margin-top: 63.2%;
  cursor: pointer;
}
#issue104 .verticalWrap{
  width: 100%;
  height: 100svh;
}
#issue104 .js-top-last{
  pointer-events: none;
}
#issue104 .js-top-last.js-top-fin{
  height: 100svh!important;
  display: flex;
  flex-direction: column;
  justify-content: end;
  pointer-events: all;
}
/*---------- chapter ----------*/
#issue104 .contentWrap.scrolloff{
  position: relative;
}
#issue104 .contentWrap.scrolloff::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
}
#issue104 .contentWrap{
  /* position: fixed;
  top: 0;
  width: 100vw;
  height: 100%;
  overflow-y: hidden; */
  margin-top: -100svh;
  height: 200dvh;
}
#issue104 [data-area="chapter"]{
  position: relative;
  opacity: 1;
  z-index: 0;
  /* -ms-overflow-style: none;
  scroll-snap-stop: always;
  scroll-snap-type: y mandatory;
  scroll-snap-align: start; */
  /* pointer-events: none; */
}
#issue104 [data-area-inner="chapter"]{
  position: relative;
  z-index: 400;
  /* pointer-events: none; */
}
#issue104 .chapter-block{
  /* position: sticky;
  top: 0; */
  /* -ms-overflow-style: none;
  scroll-snap-stop: always;
  scroll-snap-type: y mandatory;
  scroll-snap-align: start; */
  transition: 3s;
}
#issue104 .swiper-button-next{
  width: 100vw;
  height: 100svh;
  top: 3.3vh;
  left: 0 !important;
  cursor: pointer;
}
#issue104 .swiper-button-next:after,
#issue104 .swiper-button-prev:after{
  content: none;
}
#issue104 .swiper-notification{
  display: none;
}
#issue104 .swiper-slide{
  display: flex;
  justify-content: center;
  align-items: center;
  touch-action: pan-y;
}
#issue104 .chapter-block__inner{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#issue104 .chapterInner__topic{
  position: absolute;
  top: auto;
  bottom: 16.4vh;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
#issue104 .chapterInner__nomal{
  color: var(--color-white);
  position: absolute;
  top: auto;
  bottom: 6vh;
  left: 0;
  white-space: nowrap;
  opacity: 0;
}
#issue104 .chapterInner__nomal-blank{
  margin: 0 1% 0 0;
}
#issue104 .chapterInner__numb{
  position: absolute;
  top: auto;
  bottom: 5.8vh;
  left: auto;
  right: 10.4%;
  opacity: 0;
}
#issue104 .chapterInner__lead-ja:nth-child(1){
  padding-bottom: 6.4vh;
}
#issue104 [data-area="chapter4-3"] .chapterInner__lead-ja:nth-child(1){
  padding-bottom: 0;
}
#issue104 .chapterInner__lead,
#issue104 .chapterInner__lead .chapterInner__topic{
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding: 0 10% 4vh;
  padding: 0 10%;
  bottom: 0;
}
#issue104 .chapterInner__lead .chapterInner__topic{
  padding: 0;
}
#issue104 [data-area="chapter1-1"]{
  background-image: url(../../issue104/img/chapter-img_01.jpg);
}
#issue104 [data-area="chapter1-2"]{
  background-color: #EBEBEB;
}
#issue104 [data-area="chapter1-3-hov00"]{
  background-image: url(../../issue104/img/chapter-img_02.jpg);
}
#issue104 [data-area="chapter1-3-hov01"]{
  background-image: url(../../issue104/img/chapter-img_03.jpg);
}
#issue104 [data-area="chapter1-3-hov02"]{
  background-image: url(../../issue104/img/chapter-img_04.jpg);
}
#issue104 [data-area="chapter1-3-hov03"]{
  background-image: url(../../issue104/img/chapter-img_05.jpg);
}
#issue104 [data-area="chapter1-3-hov04"]{
  background-image: url(../../issue104/img/chapter-img_06.jpg);
}
#issue104 [data-area="chapter2-1"]{
  background-image: url(../../issue104/img/chapter-img_07.jpg);
}
#issue104 [data-area="chapter2-2"]{
  background-image: url(../../issue104/img/chapter-img_08.jpg);
}
#issue104 [data-area="chapter2-3"]{
  background-color: #EBEBEB;
}
#issue104 [data-area="chapter3-1"]{
  background-image: url(../../issue104/img/chapter-img_09.jpg);
}
#issue104 [data-area="chapter3-2-hov00"]{
  background-image: url(../../issue104/img/chapter-img_10.jpg);
}
#issue104 [data-area="chapter3-2-hov01"]{
  background-image: url(../../issue104/img/chapter-img_11.jpg);
}
#issue104 [data-area="chapter3-2-hov02"]{
  background-image: url(../../issue104/img/chapter-img_12.jpg);
}
#issue104 [data-area="chapter3-2-hov03"]{
  background-image: url(../../issue104/img/chapter-img_13.jpg);
}
#issue104 [data-area="chapter3-3"]{
  background-color: #EBEBEB;
}
#issue104 [data-area="chapter4-1"]{
  background-image: url(../../issue104/img/chapter-img_14-big.jpg);
}
#issue104 [data-area="chapter4-2"]{
  background-color: #EBEBEB;
}
#issue104 [data-area="chapter4-3"]{
  background-image: url(../../issue104/img/chapter-img_15.jpg);
}
#issue104 [data-area="chapter4-4"]{
  background-color: #EBEBEB;
}
#issue104 [data-area="chapter5-1"]{
  background-image: url(../../issue104/img/chapter-img_16.jpg);
}
#issue104 [data-area="chapter5-2"]{
  background-image: url(../../issue104/img/chapter-img_17.jpg);
}
#issue104 [data-area="chapter5-3"]{
  background-color: #EBEBEB;
}
#issue104 [data-area="chapter6-1"]{
  background-image: url(../../issue104/img/chapter-img_18.jpg);
}
#issue104 [data-area="chapter6-2"]{
  background-image: url(../../issue104/img/chapter-img_19.jpg);
}
#issue104 [data-area="chapter6-3"]{
  background-color: #EBEBEB;
}
#issue104 [data-area="chapter6-4"]{
  background-image: url(../../issue104/img/chapter-img_20.jpg);
}
#issue104 [data-area="chapter7-1"]{
  background-image: url(../../issue104/img/chapter-img_21.jpg);
}
#issue104 [data-area="chapter7-2"]{
  background-image: url(../../issue104/img/chapter-img_22.jpg);
}
#issue104 [data-area="chapter7-3"]{
  background-color: #EBEBEB;
  height: 200vh;
}
#issue104 [data-area="last"]{
  background-image: url(../../issue104/img/chapter-img_23.jpg);
  position: relative;
  height: 94.5dvh;
}
/*---------- special ----------*/
#issue104 .chapterInner__special{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100svh;
  padding: 6.4vh 10%;
}
#issue104 .chapterInner__special-img{
  background-color: var(--color-white);
  width: 98%;
  padding: 1.6vh 2%;
  margin: 7vh auto 1vh;
}
#issue104 .click-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 1;
  pointer-events: all;
}
#issue104 .chapterInner__button{
  display: inline-block;
  width: 8%;
  margin: 0 auto;
  z-index: 2;
}
#issue104 .swiper-slide-active[data-area="chapter4-2"] .chapterInner__button{
  pointer-events: all;
  z-index: 500;
  cursor: pointer;
}
#issue104  .chapterInner__button.js-zoomOut{
  color: var(--color-white);
}
#issue104 .js-overlay{
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: end;
  opacity: 0;
  transition: 1s;
  z-index: 0;
  overflow: scroll;
}
#issue104 .js-overlay-img{
  max-width: none;
}
#issue104 .js-overlay.js-zoomIn{
  opacity: 1;
  transition: 1s;
  z-index: 500;
  pointer-events: all;
  cursor: pointer;
}
#issue104 .overlay-img{
  height: calc(1vh*300);
  min-height: calc(1vh*300);
  min-width: 100%;
  width: auto;
  max-width: none;
  object-fit: contain;
}
#issue104 .overlay-button{
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
#issue104 .overlay-button__cont{
  position: absolute;
  top: auto;
  bottom: 3.2%;
  display: flex;
  justify-content: center;
  width: 100%;
}

/*================================
  contentWrap__pagination
=================================*/
#issue104 .contentWrap__pagination{
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  pointer-events: none;
}
#issue104 .js-fadeOut-last{
  opacity: 0;
  transition: 1s;
}
#issue104 .js-fadeOut-last.active,
#issue104 [data-pagination].active{
  opacity: 1;
}
#issue104 .js-fadeOut-last.js-fadeOut,
#issue104 .js-fadeOut-last.js-fadeOut-pc,
#issue104 [data-pagination]{
  opacity: 0;
}
#issue104 .pagination__numb{
  position: absolute;
  top: auto;
  bottom: 5.8vh;
  left: auto;
  right: 10.4%;
}
#issue104 .pagination__txt{
  color: var(--color-white);
  position: absolute;
  top: auto;
  bottom: 6vh;
  left: 0;
  white-space: nowrap;
}
#issue104 .pagination__txt-blank{
  margin: 0 1% 0 0;
}
#issue104 .contentWrap:has(.swiper):has(.swiper-wrapper):has(.swiper-slide-active.bg-gray) .contentWrap__pagination .pagination__txt,
#issue104 .contentWrap:has(.swiper):has(.swiper-wrapper):has(.swiper-slide-active.bg-gray) .contentWrap__pagination [data-txt-en]{
  color: var(--color-black);
  transition: all .4s;
}

/*================================
  animation-open
=================================*/
#issue104 [data-area="first"],
#issue104 [data-area="top"]{
  position: fixed;
  top: 0;
}
/*---------- first ----------*/
#issue104 [data-area="first"]{
  z-index: 100;
}
#issue104 [data-area-inner="first"]{
  overflow: hidden;
  z-index: 200;
}
#issue104  .area-first.js-close{
  transition: 1s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#issue104 .area-first__popup.js-popupIn{
  bottom: 0;
  transition: .5s;
}
#issue104 .js-first-open{
  position: relative;
  z-index: 300;
}
/*---------- top ----------*/
#issue104 [data-area="top"]{
  z-index: 0;
}
#issue104 [data-area="top"].js-open{
  z-index: 200;
}
#issue104 .area-top.js-close{
  transition: 1s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
/*---------- area-chapter ----------*/
#issue104{
  scrollbar-width: none;
}
/* .content::-webkit-scrollbar,
[data-area="chapter"]::-webkit-scrollbar,
.chapter-block::-webkit-scrollbar{
  display:none;
} */
#issue104 [data-area="chapter"].js-open{
  /* transition: 1s; */
  position: sticky;
  top: 0;
  opacity: 1;
  z-index: 100;
  pointer-events: all;
}
/*---------- area-last ----------*/
#issue104 .page-footer{
  position: relative;
  display: flex;
  justify-content: center;
  background-color: var(--color-black);
  padding: 4.4vh 0 10vh;
}
#issue104 .area-last,
#issue104 .page-footer{
  display: none;
}
#issue104 .area-last.js-open,
#issue104 .page-footer.js-open{
  display: block;
}
#issue104 .button-cont-last{
  font-size: 120%;
  position: absolute;
  top: 52.9vh;
  left: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
  width: 84.6%;
  padding: 2.6vh 0 3vh;
  margin: 0 auto;
  cursor: pointer;
}

/*================================
  animation-vertical
=================================*/
#issue104 .verticalWrap__inner{
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#issue104 .animation-vertical{
  position: absolute;
  top: 48.4%;
  left: 0;
  width: 100%;
  opacity: 0;
}
#issue104 .animation-vertical.js-start[data-child="01"]{
  animation: vertical 3.0s forwards linear;
  animation-delay: 1s;
  -webkit-animation: vertical 3.0s forwards linear;
  -webkit-animation-delay: 1s;
}
#issue104 .animation-vertical.js-start[data-child="02"]{
  animation: vertical 3.0s forwards linear;
  animation-delay: 3.5s;
  -webkit-animation: vertical 3.0s forwards linear;
  -webkit-animation-delay: 3.5s;
}
#issue104 .animation-vertical.js-start[data-child="03"]{
  top: auto;
  bottom: 0;
  width: auto;
  height: auto;
  margin: auto 0 0;
  padding: 0 10% 5.2vh;
  animation: verticalLast 3.0s forwards linear;
  animation-delay: 6.5s;
  -webkit-animation: verticalLast 3.0s forwards linear;
  -webkit-animation-delay: 6.5s;
}
@keyframes vertical {
  0%{
    opacity: 0;
    transform:translateY(30%);
    -webkit-transform:translateY(30%);
  }
  50%{
    opacity: 1;
    transform:translateY(0);
    -webkit-transform:translateY(0);
  }
  100%{
    opacity: 0;
    transform:translateY(-30%);
    -webkit-transform:translateY(-30%);
  }
}
@keyframes verticalLast {
  0%{ opacity: 0;}
  100%{ opacity: 1;}
}

/*================================
  animation-fade
=================================*/
#issue104 .js-chapter-fade{
  position: relative;
}
#issue104 .js-fadeSlider{
  background-color: var(--color-white);
  height: 100svh;
}
#issue104 .js-chapter-fade.swiper-slide-active [data-area]{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#issue104 .chapter-block__inner:nth-child(1){
  z-index: 6;
}
/*---------- fadeSlide5 ----------*/
#issue104 [data-area="chapter1-3"].swiper-slide-active [data-area]{
  animation: fadeSlide5 8s infinite linear;
  -webkit-animation: fadeSlide5 8s infinite linear;
}
#issue104 [data-area="chapter1-3"].swiper-slide-active [data-area="chapter1-3-hov00"]{
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  z-index: 5;
}
#issue104 [data-area="chapter1-3"].swiper-slide-active [data-area="chapter1-3-hov01"]{
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
  z-index: 4;
}
#issue104 [data-area="chapter1-3"].swiper-slide-active [data-area="chapter1-3-hov02"]{
  animation-delay: 3.2s;
  -webkit-animation-delay: 3.2s;
  z-index: 3;
}
#issue104 [data-area="chapter1-3"].swiper-slide-active [data-area="chapter1-3-hov03"]{
  animation-delay: 4.8s;
  -webkit-animation-delay: 4.8s;
  z-index: 2;
}
#issue104 [data-area="chapter1-3"].swiper-slide-active [data-area="chapter1-3-hov04"]{
  animation-delay: 6.4s;
  -webkit-animation-delay: 6.4s;
  z-index: 1;
}
@keyframes fadeSlide5{
  0%{ opacity: 0;}
  5%{ opacity: 1;}
  25%{ opacity: 1;}
  30%{ opacity: 0;}
  100%{ opacity: 0;}
}
/*---------- fadeSlide4 ----------*/
#issue104 [data-area="chapter3-2"].swiper-slide-active [data-area]{
  animation: fadeSlide4 8s infinite linear;
  -webkit-animation: fadeSlide4 8s infinite linear;
}
#issue104 [data-area="chapter3-2"].swiper-slide-active [data-area="chapter3-2-hov00"]{
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  z-index: 5;
}
#issue104 [data-area="chapter3-2"].swiper-slide-active [data-area="chapter3-2-hov01"]{
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  z-index: 4;
}
#issue104 [data-area="chapter3-2"].swiper-slide-active [data-area="chapter3-2-hov02"]{
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
  z-index: 3;
}
#issue104 [data-area="chapter3-2"].swiper-slide-active [data-area="chapter3-2-hov03"]{
  animation-delay: 6s;
  -webkit-animation-delay: 6s;
  z-index: 2;
}
@keyframes fadeSlide4{
	0%{ opacity: 0;}
	20%{ opacity: 1;}
	30%{ opacity: 1;}
	35%{ opacity: 0;}
	100%{ opacity: 0;}
}

/*================================
  page-header
=================================*/
#issue104 .page-header{
  position: fixed;
  top: 2vh;
  display: block;
  width: 100%;
  height: 3vh;
  z-index: 10000;
}
#issue104 .page-header-menu{
  position: absolute;
  right: 4%;
  display: block;
  width: 5%;
  height: 3vh;
  pointer-events: all;
  z-index: 9999;
  cursor: pointer;
}
#issue104 .border-t,
#issue104 .border-b{
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  background-color: var(--color-white);
  width: 100%;
  height: 1px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
#issue104 .contentWrap:has(.swiper):has(.swiper-wrapper):has(.swiper-slide-active.bg-gray) ~ .page-header .border-t,
#issue104 .contentWrap:has(.swiper):has(.swiper-wrapper):has(.swiper-slide-active.bg-gray) ~ .page-header .border-b{
  background-color: var(--color-black);
  -webkit-transition: all .4s;
  transition: all .4s;
  transition-delay: .6s;
}
#issue104 .border-b{
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/*---------- headerMenu-opne ----------*/
#issue104 .js-close .border-t{
  background-color: var(--color-black);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#issue104 .js-close .border-b{
  background-color: var(--color-black);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#issue104 .js-headerMenu{
  position: fixed;
  top: 0;
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
  height: 100svh;
  padding: 0 10% 5.4vh;
  opacity: 0;
  transition: .4s;
  z-index: 0;
}
#issue104 .js-headerMenu.js-headerMenu-open{
  opacity: 1;
  z-index: 9999;
}
#issue104 .headerMenu-link{
  text-align: left;
  color: var(--color-black);
  display: inline-block;
  width: auto;
}
#issue104 .headerMenu-link[data-child="01"]{
  margin-bottom: 3.2vh;
}
#issue104 .headerMenu-link[data-child="02"]{
  margin-bottom: 34vh;
}
/*---------- fadeIn ----------*/
#issue104 .chapterInner__topic,
#issue104 .chapterInner__nomal,
#issue104 .chapterInner__lead,
#issue104 .chapterInner__special{
  opacity: 0;
}
#issue104 .swiper-slide-active .chapterInner__topic,
#issue104 .swiper-slide-active .chapterInner__nomal,
#issue104 .swiper-slide-active .chapterInner__lead,
#issue104 .swiper-slide-active .chapterInner__special{
  opacity: 1;
  transition: 1s;
  transition-delay: 1s;
}


/*================================
  for desktop
=================================*/
@media screen and (min-width: 768px){
  .pc-arrow{
    width: 47.8vh;
    height: 100vh;
    margin: 0 auto;
    pointer-events: none;
    display: flex;
    justify-content: end;
    align-items: end;
    position: relative;
    z-index: 5;
  }
  .pc-arrow img{
    display: block;
    width: 1.6vh;
    height: 7.8vh;
    position: absolute;
    bottom: 9.2vh;
    right: -8.6%;
  }
  body{
    width: 100%;
    height: 100vh;
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* overflow: hidden; */
  }
  #issue104::before{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: block;
    background-image: url(../img/page-bg_pc.jpg);
    background-position: center;
    object-fit: cover;
    object-position: bottom;
  }
  #issue104{
    width: 47.8vh;
    height: 81.4vh;
    position: fixed;
    top: calc(50vh - 81.4vh/2);
    overflow: scroll;
  }
  /* #issue104.noScroll{
    overflow: hidden!important;
  } */
  #issue104 [data-area],
  #issue104 [data-area-inner],
  #issue104 [data-area-inner="top"]::before{
    width: 100%;
    height: 81.4vh;
  }
  #issue104 [data-txt-en="ttl"]{
    font-size: 2.67vh;
    padding: 0!important;
  }
  #issue104 [data-txt-en="topic"]{
    font-size: 2.25vh;
  }
  #issue104 [data-txt-en="edit"]{
    font-size: 1.6vh;
  }
  #issue104 [data-txt-en="numb"]{
    font-size: 1.98vh;
  }
  #issue104 [data-txt-en="button"]{
    font-size: 1.37vh;
  }
  #issue104 [data-txt-en="small"]{
    font-size: 1.25vh;
  }
  #issue104 [data-txt-en="last"]{
    font-size: 2.25vh;
  }
  #issue104 [data-txt-en="page-footer"]{
    font-size: 1.1vh;
  }
  #issue104 [data-txt-ja="nomal"]{
    font-size: 1.6vh;
  }
  /*---------- first/top ----------*/
  #issue104 [data-area="first"],
  #issue104 [data-area="top"]{
    width: 47.8vh;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
    top: 0;
  }
  #issue104 [data-area="top"]{
    height: 81.4vh;
    top: calc(50vh - 81.4vh/2);
  }
  #issue104 [data-area="top"].js-open{
    width: 47.8vh;
    top: calc(50vh - 81.4vh/2);
  }
  #issue104 [data-area-inner="first"],
  #issue104 [data-area-inner="top"]{
    width: 100%;
    height: 81.4vh;
    padding-top: 0;
  }
  #issue104 .area-first__popup{
    height: 13.4vh;
    padding: 3vh 0 3vh;
  }
  #issue104 [data-area-inner="top"],
  #issue104 [data-area="top"]::before{
    width: 47.8vh;
    height: 81.4vh;
  }
  #issue104 .area-top.js-blur::before{
    margin: -1.4vh 0 0 0;
    width: calc(2.5vh + 47.8vh);
    height: calc(2.5vh + 81.4vh);
    transform: translateX(-0.1vh);
  }
  #issue104 .area-top.js-blur{
    height: 81.4vh;
  }
  #issue104 .js-top-last.js-top-fin{
    height: 76.2vh!important;
  }
  #is#issue104 [data-area="top"].js-open{
    top: calc(50vh - 81.4vh/2);
  }
  /*---------- chapter ----------*/
  #issue104 .contentWrap{
    width: 47.8vh;
    height: 100vh;
    margin: 0 auto;
  }
  #issue104 .contentWrap.scrolloff::after{
    top: auto;
    bottom: 0;
    width: 47.8vh;
    height: 81.4vh;
  }
  #issue104 [data-area="chapter"]{
    width: 47.8vh;
    height: 81.4vh;
  }
  #issue104 [data-area-inner="chapter"]{
    z-index: 10;
    cursor: pointer;
  }
  #issue104 .swiper-button-next{
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
    left: auto!important;
    right: 0;
    z-index: 9;
  }
  #issue104 .swiper-button-prev{
    width: 100%;
    height: 50%;
    top: 1.7vh;
    left: 0;
  }
  #issue104 .chapterInner__lead{
    height: 81.4vh;
  }
  #issue104 .chapterInner__lead,
  #issue104 .chapterInner__lead .chapterInner__topic{
    height: 77.4vh;
  }
  #issue104 .chapter-block__inner.js-overlay{
    width: 38.2vh;
    height: 77.4vh;
  }
  /*---------- special ----------*/
  #issue104 .chapterInner__special{
    height: 68.6vh;
  }
  #issue104 .chapterInner__special-img{
    margin: 5vh auto 1vh;
  }
  #issue104 .swiper-slide{
    box-sizing: border-box;
    height: 81.4vh!important;
  }
  #issue104 .js-overlay{
    width: 47.8vh;
    height: 81.4vh;
    top: calc(50vh - 81.4vh / 2);
    scrollbar-width: none;
  }
  #issue104 .overlay-img{
    height: calc(1vh* 200);
    min-height: calc(1vh* 200);
  }
  #issue104 .overlay-button{
    width: 47.8vh;
    height: 81.4vh;
    top: calc(50vh - 81.4vh / 2);
  }
  /*----------  contentWrap__pagination ----------*/
  #issue104 .contentWrap__pagination{
    top: calc(50vh - 81.4vh / 2);
    width: 47.8vh;
    height: 81.4vh;
  }
  /*---------- animation ----------*/
  #issue104 .verticalWrap{
    height: 100%;
  }
  #issue104 .js-fadeSlider{
    height: 81.4vh;
  }
  /*---------- page-header ----------*/
  #issue104 .page-header{
    top: calc(51vh - 81.4vh / 2);
    width: 47.8vh;
  }
  #issue104 .js-headerMenu{
    position: fixed;
    top: calc(50vh - 81.4vh / 2);
    width: calc(47.8vh - 4.6%);
    height: 76vh;
    padding: 0 0 5.4vh 4.6%;
  }
}