@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;
}
@media screen and (min-width: 768px){
  #Wrap {
    padding-top: 0;
  }
}

/*================================
  variables
=================================*/
#issue104_product{
  --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_product img,
#issue104_product picture,
#issue104_product video,
#issue104_product a{
  display: inline-block;
  width: 100%;
  height: auto;
}
#issue104_product video{
  object-fit: cover;
}
#issue104_product span{
  display: inline-block;
}
#issue104_product li{
  list-style: none;
}
#issue104_product .imgWrap{
  background: #fff;
  position: relative;
  transition: opacity 1.5s;
}
#issue104_product .flexArea{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
#issue104_product .gridWrap{
  display: grid;
  margin: 0 auto;
}
/*--------------------------------
  variables for mobile
--------------------------------*/
@media screen and (max-width: 767px) {
  .pcOnly,
  #issue104_product .pcOnly {
    display: none!important;
  }
  #issue104_product .flexAreaSp{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
}
/*--------------------------------
  variables for desktop
--------------------------------*/
@media only screen and (min-width: 768px) {
  #issue104_product .spOnly {
    display: none!important;
  }
  #issue104_product .pcOnly {
    display: block;
  }
  #issue104_product .flexAreaPc{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
}
/* end variables */

/*================================
  font
=================================*/
#issue104_product .font-en-M{
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#issue104_product .font-en-R{
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#issue104_product .font-en-DB{
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#issue104_product .font-en-serif{
  font-family: Times;
  font-style: italic;
}
#issue104_product .font-ja{
  font-family: "fot-cezanne-pron", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#issue104_product .font-ja-serif{
  font-family: "ten-mincho-antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#issue104_product [data-txt-en]{
  letter-spacing: -0.02em;
  color: var(--color-white);
}
#issue104_product .bg-gray [data-txt-en]{
  color: var(--color-black);
}
#issue104_product [data-txt-en="lead"]{
  font-size: 156%;
  line-height: 1.05;
  text-align: center;
}
#issue104_product [data-txt-en="button"]{
  font-size: 110%;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--color-black);
}
#issue104_product [data-txt-en="serif"]{
  font-size: 170%;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-align: left;
  color: var(--color-black);
  margin: 0 0 5vh 7.5%;
}
#issue104_product [data-txt-en="edit"]{
  font-size: 126%;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
#issue104_product [data-area="last"][data-txt-en="edit"]{
  line-height: 1.4;
}
#issue104_product [data-txt-en="small"]{
  font-size: 78%;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 1vh;
}
#issue104_product [data-txt-en="credit"]{
  font-size: 110%;
  line-height: 1.9230769231;
  line-height: 1;
  letter-spacing: -0.06em;
  text-align: left;
  width: auto;
  color: #8B8B8B;
}
#issue104_product [data-txt-en="ttl"]{
  font-size: 220%;
  line-height: 1.25;
  letter-spacing: -0.03em;
  text-align: center;
}
#issue104_product [data-txt-en="last"]{
  font-size: 164%;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--color-black);
  width: 100%;
  margin-bottom: 3.2vh;
}
#issue104_product [data-txt-en="last-edit"]{
  font-size: 126%;
  line-height: 1.56;
  letter-spacing: 0.07em;
  text-align: center;
  color: var(--color-black);
  margin-bottom: 4vh;
}
#issue104_product [data-txt-ja="nomal"]{
  font-size: 130%;
  line-height: 1.9230769231;
  letter-spacing: -0.01em;
  text-align: left;
  display: inline-block;
  width: auto;
  color: var(--color-white);
}
#issue104_product .area-product [data-txt-ja="nomal"]{
  color: var(--color-black);
}
#issue104_product [data-txt-en="page-footer"]{
  font-size: 87%;
  text-align: center;
}

/*================================
  fadeIn
=================================*/
#issue104_product .js-fadeIn{
  opacity: 0;
  transition: 1.5s;
  transform: translateY(5rem);
}
#issue104_product .js-fadeIn[data-delay="01"]{
  transition-delay: 3s;
}
#issue104_product .js-scrollIn{
  opacity: 1;
  transform: translateY(0rem);
}
/*---------- pagination ----------*/
#issue104_product .swiper-pagination{
  display: flex;
  justify-content: center;
  bottom: 0!important;
}
#issue104_product .swiper-pagination span:not(:first-child){
  margin-left: 2.8%!important;
}
#issue104_product .swiper-pagination-clickable .swiper-pagination-bullet{
  background: var(--color-black);
  border-radius: 100%;
  box-sizing: border-box;
  opacity: 1;
  margin: 0!important;
  width: 5px;
  height: 5px;
}
#issue104_product span.swiper-pagination-bullet.swiper-pagination-bullet-active{
  opacity: 50%;
}
#issue104_product span.swiper-notification{
  display: none!important;
}
/*================================
  swiper
=================================*/
#issue104_product .swiper{
  margin-top: -1px;
}
#issue104_product .swiper-wrapper{
	width: 100%;
  height: 100%;
}
#issue104_product .swiper-slide{
  padding-bottom: 4.6vh;
  align-items: end;
  vertical-align: bottom;
}
#issue104_product .swiper-slide img {
  width: 100%!important;
  align-items: end;
  vertical-align: bottom;
}
/*================================
  layout
=================================*/
#issue104_product #luxy{
  z-index: 1;
}
#issue104_product [data-area],
#issue104_product [data-area="top"]::before,
#issue104_product .js-overlay,
#issue104_product .js-headerMenu{
  background-size: cover;
  background-position: center;
  object-fit: cover;
  object-position: center;
  width: 100vw;
  height: 100dvh;
}
#issue104_product .button-cont,
#issue104_product .button-cont-buy{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
  width: 84.6%;
  margin: 0 auto;
  cursor: pointer;
}
#issue104_product .button-cont a,
#issue104_product .button-cont-buy a{
  padding: 4% 0 5.4%;
}
#issue104_product .button-cont-buy{
  background-color: inherit;
  border: solid #000 1px;
  margin: 0 auto 4vh;
}
/*---------- first ----------*/
#issue104_product [data-area="first"]{
  /* position: sticky;
  top: 0; */
  height: 120dvh;
  position: relative;
  z-index: 1;
}
#issue104_product [data-area-inner="first"]{
  background-image: url(../img/product-img_01.jpg);
  background-size: cover;
  background-position: center;
  object-fit: cover;
  object-position: center;
  position: relative;
  height: 100%;
}
#issue104_product .area-lead__logo{
  filter: invert(1);
  width: 42%;
  margin: 0 auto 7.2%;
}
#issue104_product .area-first__button{
  letter-spacing: 0;
  text-align: center;
}

/*---------- lead ----------*/
#issue104_product [data-area="lead"]{
  /* position: sticky;
  top: 0; */
  position: relative;
  background-color: var(--color-black);
  height: 97.5dvh;
  height: 150dvh;
  z-index: 2;
}
#issue104_product .area-lead__first{
  position: absolute;
  top: -64.7svh;
  left: 0;
  width: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #issue104_product .area-lead__first{
    top: -60.7svh;
  }
}
#issue104_product [data-area="lead"]::after{
  content: "";
  display: block;
  position: absolute;
  top: -33.3vh;
  left: 50%;
  width: 1px;
  height: 32.5vh;
  background-color: var(--color-white);
}
#issue104_product [data-area-inner="lead"]{
  padding: 19.2vh 7.8% 0;
}
#issue104_product .area-lead__txt{
  letter-spacing: -0.015em;
  margin-bottom: 10vh;
}

/*---------- top ----------*/
#issue104_product [data-area="top"]{
  /* position: sticky;
  top: 0; */
  position: relative;
  background-color: var(--color-white);
  z-index: 3;
}
#issue104_product [data-area-inner="top"]{
  background-image: url(../img/product-img_02.jpg);
  background-size: cover;
  background-position: center;
  object-fit: cover;
  object-position: center;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*---------- product ----------*/
#issue104_product .productWrap{
  background-color: var(--color-white);
  padding-top: 31.2vh;
  position: relative;
  z-index: 4;
}
#issue104_product [data-area="product"]{
  height: auto;
  padding-bottom: 24.5vh;
}
#issue104_product .productInner__img [data-child="01"]{
  position: relative;
  z-index: 2;
}
#issue104_product .txt-onImg{
  position: absolute;
  top: auto;
  bottom: 14.2vh;
  left: 7.8%;
}
#issue104_product .productInner__img{
  margin-bottom: 6.8vh;
}
#issue104_product .product01Inner__lead{
  padding: 0 7.8%;
  margin-bottom: 4.8vh;
}

/*---------- blankWrap ----------*/
#issue104_product .blankWrap{
  /* background-color: var(--color-white); */
  padding: 20.8vh 0 20.2vh;
  position: relative;
  z-index: 5;
}
#issue104_product .blankWrap-img{
  width: 46.4%;
  margin: 0 auto;
}

/*---------- last ----------*/
#issue104_product [data-area="last"]{
  background-color: #EBEBEB;
  height: auto;
  padding: 17.3vh 0 13.8vh;
  position: relative;
  z-index: 5;
}
#issue104_product .page-footer{
  position: relative;
  display: flex;
  justify-content: center;
  background-color: var(--color-black);
  padding: 4.6vh 0 20.7vh;
  position: relative;
  z-index: 5;
}

/*================================
  page-header
=================================*/
#issue104_product .page-header{
  position: fixed;
  top: 2vh;
  display: block;
  width: 100%;
  height: 3vh;
  z-index: 999;
}
#issue104_product .page-header-menu{
  position: absolute;
  right: 4%;
  display: block;
  width: 5%;
  height: 3vh;
  pointer-events: all;
  z-index: 999;
  cursor: pointer;
}
#issue104_product .border-t,
#issue104_product .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_product .border-b{
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/*---------- headerMenu-opne ----------*/
#issue104_product .js-close .border-t{
  background-color: var(--color-black);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#issue104_product .js-close .border-b{
  background-color: var(--color-black);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#issue104_product .js-headerMenu{
  position: fixed;
  top: 0;
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
  height: 100vh;
  padding: 0 10% 5.4vh;
  opacity: 0;
  transition: .4s;
  z-index: 0;
}
#issue104_product .js-headerMenu.js-headerMenu-open{
  opacity: 1;
  z-index: 900;
}
#issue104_product .headerMenu-link{
  text-align: left;
  color: var(--color-black);
  display: inline-block;
  width: auto;
}
#issue104_product .headerMenu-link[data-child="01"]{
  margin-bottom: 3.2vh;
}
#issue104_product .headerMenu-link[data-child="02"]{
  margin-bottom: 34vh;
}
#issue104_product .creditWrap{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 0.6vh;
  padding: 0 7.8%;
}


/*================================
  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: fixed;
    top: 0;
    left: calc((100vw - 47.8vh)/2);
  }
  .pc-arrow img{
    display: block;
    width: 1.6vh;
    height: 7.8vh;
    position: absolute;
    bottom: 9.2vh;
    right: -8.6%;
  }
  body{
    /* background-image: url(../img/page-bg_pc.jpg);
    background-position: center;
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden; */
  }
  body::before,
  body::after,
  #issue104_product::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;
    z-index: 9999;
  }
  body::before{
    clip-path: inset(0 0 90vh);
  }
  body::after{
    clip-path: inset(90vh 0 0);
  }
  #issue104_product::before{
    z-index: 1;
  }
  #issue104_product{
    /* width: 47.8vh;
    height: 81.4vh;
    margin-top: calc(50vh - 81.4vh/2);
    overflow: scroll; */
    width: 47.8vh;
    margin: 0 auto;
    overflow: hidden;
  }
  #issue104_product #luxy{
    width: 47.8vh!important;
  }
  #issue104_product .contentWrap{
    background-color: var(--color-white);
    /* width: 47.8vh;
    margin: 0 auto; */
  }
  #issue104_product [data-area]{
    width: 47.8vh;
  }
  #issue104_product [data-txt-en="lead"]{
    font-size: 1.8vh;
  }
  #issue104_product [data-txt-en="ttl"]{
    font-size: 2.67vh;
    padding: 0!important;
  }
  #issue104_product [data-txt-en="serif"]{
    font-size: 2.2vh;
  }
  #issue104_product [data-txt-en="edit"]{
    font-size: 1.6vh;
  }
  #issue104_product [data-txt-en="numb"]{
    font-size: 1.98vh;
  }
  #issue104_product [data-txt-en="button"]{
    font-size: 1.37vh;
  }
  #issue104_product [data-txt-en="small"]{
    font-size: 1.18vh;
  }
  #issue104_product [data-txt-en="credit"]{
    font-size: 1.35vh;
  }
  #issue104_product [data-txt-en="last"]{
    font-size: 2.4vh;
  }
  #issue104_product [data-txt-en="last-edit"]{
    font-size: 1.75vh;
  }
  #issue104_product [data-txt-ja="nomal"]{
    font-size: 1.6vh;
  }
  #issue104_product [data-txt-en="page-footer"]{
    font-size: 1.1vh;
  }
  /*---------- lead ----------*/
  #issue104_product [data-area="lead"]{
    height: 160vh;
  }
  #issue104_product [data-area-inner="lead"]{
    height: auto!important;
  }
  /*---------- top ----------*/
  #issue104_product [data-area-inner="top"]{
    width: 47.8vh;
    /* height: 81.4vh; */
    height: 100vh;
  }
  /*---------- product ----------*/
  #issue104_product .productWrap{
    padding-top: 26vh;
  }
  #issue104_product [data-area="product"]{
    height: 100%;
    padding-bottom: 18vh;
  }
  
  /*---------- page-header ----------*/
  #issue104_product .page-header{
    /* top: calc(51vh - 81.4vh / 2); */
    top: 11vh;
    width: 47.8vh;
  }
  #issue104_product .js-headerMenu{
    width: calc(47.8vh - 4.6%);
    height: 84.6vh;
    padding: 0 0 5.4vh 4.6%;
  }
}