/*@font-face {
  font-family: "Times New Roman";
  src: url("../font/times.otf") format("OpenType");
}*/
@import url('https://fonts.cdnfonts.com/css/sabon-lt-paneuropean');

html {
  font-size: 62.5%;
}

@media screen and (max-width: 2104px){
html {
    font-size: calc(10* (100vw / 2100)) !important;
}
}

@media only screen and (min-width: 768px) {
  .header.off{
    visibility: hidden;
    opacity: 0;
    z-index: -100;
    transition: 1s;
  }

  .content_area{
    max-width: 210rem;
    margin: 0 auto;
  }

  .heading_movie {
    max-height: 118rem;
    overflow: hidden;
}

#issue65{
  overflow: hidden;
}

}



#issue65 video{
  width: 100%;
  height: 100%;
}

.header{
  display: none;
}

img{
  max-width: 100%;
  width: 100%;
}

#Wrap{
  padding-top: 0;
}


.usual{
  font-family: "usual", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*basic*/
#Contents {
  padding-top: 0;
  background-image: url(../../../page/issue/lp/issue65/img/LP_PC_01.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center -156px;
  height: auto;
  margin: 0 auto;
  background: #fff;
}

#issue65{
  position: relative;
  width: 100%;
  background: #fff;
  font-size: 1.6rem;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-style: normal;
  font-feature-settings: "palt";
  overflow: unset;
}

#issue65 a{
  position: relative;
}

.tr{
  text-align: right;
}

.heading{
  position: relative;
  z-index: 5;
  width: 100%;
  margin: auto;
  margin-bottom: 26rem;
  background-color: #151515;
  color: #FFF;
}

.heading_list {
  display: flex;
}

.heading_img{
  width: 108.6rem;
}

.heading_inner{
  width: 101.4rem;
}

.heading_ttl{
  margin-bottom: 5.2rem;
  width: 91.4rem;
  margin-left: 5.2rem;
  margin-top: 7rem;
}

.heading_ttl .txt-line{
  font-weight: 400;
  margin-left: 0.5rem;
}

.heading_ttl .h_ttl01{
  font-weight: 200;
  vertical-align: text-top;
  margin: 0 1rem;
}

.heading_sub_ttl {
  margin-left: 4.8rem;
  font-family: 'Noto Sans', sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0;
  font-weight: 500;
}

.heading_inner_list {
  margin-left: 5rem;
  width: 91.5rem;
  display: flex;
  justify-content: space-between;

}

.heading_txt{
  margin-top: 23.2rem;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 2.4705;
  letter-spacing: 0;
  font-weight: 500;
}

.heading_eng_txt{
  text-align: right;
  margin-top: auto;
  margin-bottom: 1rem;
}

.heading_eng_txt .eng_ttl {
  display: block;
  font-family: 'Sabon LT Paneuropean', sans-serif;
  font-size: 3.1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.heading_eng_txt .eng_txt {
  font-family: 'Sabon LT Paneuropean', sans-serif;
  font-size: 2.3rem;
  line-height: 1.1304;
  letter-spacing: 0;
}

.section{
  position: relative;
  margin: auto;
}

.content_list{
  position: relative;
  display: flex;
  justify-content: space-between;
}

.content_main_ttl {
  font-size: 10rem;
  line-height: 1.02;
  font-family: 'Sabon LT Paneuropean', sans-serif;
  font-weight: 500;
  text-align: center;
}

.content_img{
  position: relative;
}

.content_price{
  margin-top: 4.2rem;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.8888;
  letter-spacing: 0.03em;
}

.content_price a{
  font-weight: 500;
}


.content_sub_ttl{
  margin-bottom: 3.8rem;
  font-weight: 300;
  font-style: normal;
  font-size: 3.7rem;
  letter-spacing: 0.13em;
  text-align: center;
}

.content_ttl{
  margin-bottom: 4.2rem;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.9rem;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
}

.content_ttl.border_bottom{
  position: relative;
}

.content_ttl.border_bottom::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: solid 0.1rem #707070;
  animation: border_anim 1.8s ease forwards;
  animation-delay: 0.5s;
}

.content_ttl_area.border_bottom{
  position: relative;
}

.content_ttl_area.border_bottom::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: solid 0.1rem #707070;
  animation: border_anim 1.8s ease forwards;
  animation-delay: 0.5s;
}

@keyframes border_anim {
  0%{
    width: 0%;
  }
  100%{
    width: 100%;
  }
}

.content_txt{
  font-size: 1.7rem;
  line-height: 2.0588;
  letter-spacing: 0.03em;
  text-align: left;
  font-weight: 500;
}

.sec01{
  position: relative;
  background: #FFF;
  z-index: 5;
  margin-bottom: 33.4rem;
}

.sec01 .content_list{
  width: 178rem;
  margin-left: 16.5rem;
}

.sec01 .content_img{
  width: 88.4rem;
}

.sec01 .content_main_ttl {
  margin-bottom: 3rem;
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 200;
  font-style: normal;
  font-size: 11.1rem;
  letter-spacing: 0.02em;
  text-align: center;
}

.sec01 .content_img._main{
  width: 80rem;
  margin: 0 auto;
  padding-bottom: 10rem;
}

.sec01 .borde {
  font-size: 5rem;
  font-weight: 200;
  vertical-align: super;
}

.sec01 .content_txt {
  margin-top: auto;
  margin-bottom: 0.6rem;
  width: 77.6rem;
  text-align: right;
}

.sec02{
  position: relative;
  background: #FFF;
  z-index: 5;
  margin-bottom: 39rem;
}

.sec02 .content_ttl {
  margin-bottom: 17.8rem;
  width: 193.5rem;
  margin-left: auto;
  text-align: left;
  line-height: 5;
  letter-spacing: 0em;
}

.sec02 .content_list {
  width: 134.5rem;
  margin: 0 auto;
}

.sec02 .content_txt{
  text-align: center;
  line-height: 2.4117;
  letter-spacing: 0;
}

.sec02 .content_txt._01{
  margin-bottom: 2.6rem;
}

.sec02 .content_img {
  width: 66.4rem;
}

.sec02 .content_main_ttl {
  letter-spacing: 0;
  margin-bottom: 10rem;
}

.content_inner_list {
  display: flex;
}

.sec03{
  position: sticky;
  top: -50rem;
  background: #FFF;
  z-index: 5;
  padding-bottom: 37rem;
}

.sec03 .content_ttl{
  font-family: 'Sabon LT Paneuropean', sans-serif;
  font-size: 10rem;
  line-height: 0.95;
  text-align: left;
}

.sec03 .content_inner_list {
  margin-left: 22rem;
  width: 170.8rem;
  justify-content: space-between;
}

.sec03 .content_txt {
  width: 88rem;
  line-height: 2.41117;
  letter-spacing: 0;
}

.sec03 .content_txt._01 {
  margin-top: 2rem;
  margin-bottom: 3.2rem;
}

.sec03 .content_img {
  margin-bottom: 9.6rem;
  width: 100%;
}

.sec04 {
  position: relative;
  background: #151515;
  color: #FFF;
  z-index: 5;
  padding-top: 40rem;
  padding-bottom: 0;
  margin-bottom: 53.6rem;
}

.sec04 .content_list._01 {
  width: 192.3rem;
  margin-bottom: 40rem;
}

.sec04 .content_list._01 .content_inner {
  width: 60.2rem;
}

.sec04 .content_list._02{
  width: 193.5rem;
  margin-left: auto;
  margin-bottom: 40rem;
}

.sec04 .content_img{
  width: 120rem;
}

.sec04 .content_ttl{
  margin-bottom: 11.2rem;
  font-family: 'Sabon LT Paneuropean', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 10rem;
  line-height: 1.15;
  text-align: left;
  letter-spacing: 0;
}

.sec04 .content_txt {
  line-height: 2.4117;
  letter-spacing: 0;
}

.sec04 .content_txt._03{
  letter-spacing: 0;
}

.sec04 .content_list._01 .content_txt {
  margin-bottom: 3.2rem;
}

.sec04 .content_list._02 .content_txt {
  margin-bottom: 3rem;
  margin-left: 0.4rem;
}

.content_img_list {
  gap: 2rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.content_img_list .content_img {
  width: 104rem;
}

.sec05{
  position: sticky;
  top: -50rem;
  background: #FFF;
  padding-bottom: 30rem;
}

.sec05 .content_list{
  width: 134.35rem;
  margin: auto;
}

.sec05 .content_ttl {
  font-family: 'Sabon LT Paneuropean', sans-serif;
  font-size: 10rem;
  line-height: 0.95;
  text-align: left;
  letter-spacing: 0;
}

.sec05 .content_img {
  width: 100%;
  margin-bottom: 9.6rem;
}

.sec05 .content_txt {
  margin-bottom: 3.1rem;
  line-height: 2.4117;
  letter-spacing: 0;
}

.sec05 .content_inner_list {
  width: 145rem;
  margin-left: 22rem;
  justify-content: space-between;
}

.sec05 .content_inner_list div {
  width: 62rem;
}

.sec05 .content_img._big .content_price{
  margin-top: 4.6rem;
}


.sec06{
  background: #151515;
  color: #FFF;
  z-index: 5;
  padding-top: 43rem;
  margin-bottom: 51rem;
}

.sec06 .content_list._02 {
  margin-bottom: 40rem;
  width: 202rem;
}

.sec06 .content_list .content_img {
  width: 114.6rem;
}

.sec06 .content_inner {
  width: 75.5rem;
  margin-top: 0.3rem;
}

.sec06 .content_ttl{
  margin-bottom: 11.2rem;
  font-family: 'Sabon LT Paneuropean', sans-serif;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: left;
}

.sec06 .content_txt {
  margin-left: 0.4rem;
  margin-bottom: 3rem;
  line-height: 2.4117;
  letter-spacing: 0;
}

.sec06 .text-set{
  margin-left: -0.2rem;
  font-weight: 400;
}

.sec07{
  margin-bottom: 35.6rem;
}

.sec07 .content_ttl_area {
  width: 201rem;
  margin: 0 auto;
  margin-bottom: 9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec07 .content_ttl {
  font-family: 'Sabon LT Paneuropean', sans-serif;
  line-height: 2.08;
  text-align: left;
  margin-bottom: 1.2rem;
  font-size: 5rem;
  letter-spacing: 0.02em;
}

.sec07 .view_all_txt{
  width: 24.8rem;
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-top: -1rem;
  font-size: 4rem;
  font-family: 'Sabon LT Paneuropean', sans-serif;
  letter-spacing: 0;
  font-weight: 400;
}


.sec07 .item_area{
  width: 201rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.sec07 .item_img {
  width: 66.16rem;
}

.sec07 .item_ttl {
  margin-top: 3.2rem;
  font-size: 1.9rem;
  letter-spacing: 0.03em;
  font-weight: 500;
}

.sec07 .item_ttl a{
  font-weight: 500;
}

.sec07 .item_price {
  margin-top: 0.7rem;
  font-size: 1.9rem;
  font-weight: 200;
  letter-spacing: 0;
}

.sec07 .item_price a{
  font-weight: 200;
}

.sec07 .content_txt {
  margin-bottom: 10.2rem;
  font-size: 2.3rem;
  letter-spacing: 0.08em;
}

.sec07 .content_img {
  width: 144.34rem;
  margin: 0 auto;
}

.view_icon {
  display: inline-block;
  width: 3.737rem;
  margin-top: 3.2rem;
}

.sec08{
  background-color: #151515;
  color: #FFF;
}

.sec08 .content_img {
  width: 105.1rem;
}

.sec08 .item_area{

}

.sec08 .content_list {
  justify-content: normal;
}

.sec08 .content_sub_ttl{
  margin-left: -2rem;
  margin-bottom: 0.8rem;
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 6.7rem;
  letter-spacing: 0.04em;
}

.sec08 .content_ttl{
  margin-left: -2.6rem;
  margin-bottom: 2rem;
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 200;
  font-style: normal;
  font-size: 15.18rem;
  letter-spacing: 0.01em;
}

.sec08 .content_txt {
  margin-top: 8rem;
  margin-left: 10.2rem;
  font-family: 'Sabon LT Paneuropean', sans-serif;
  font-size: 2.7rem;
  font-weight: 500;
  letter-spacing: 0;
}

.sec08 .vol_txt {
  font-family: 'Sabon LT Paneuropean', sans-serif;
  font-size: 2.7rem;
  margin-top: auto;
  margin-bottom: 4.8rem;
  margin-left: 38.8rem;
  font-weight: 500;
  letter-spacing: 0;
}


  /*================ Arcive ================*/
  .archive_wrap {
    width: 163rem!important;
    margin: 0 auto 0!important;
    border-bottom: none!important;
  }
  .archive_wrap{
    padding-bottom: 0!important;
  }
  .archive_wrap .menu_btn li.issue65 {
    pointer-events: none;
    color: #FFF;
    display: inline-block!important;
}
  .archive_wrap .menu_btn li.issue65 a::after{
    content: ""!important;
    border-top: 1px solid #FFF!important;
    top: calc(50% + 1px)!important;
    width: 101%!important;
    position: absolute!important;
    left: 0!important;
    transform: translateY(-50%)!important;
    -webkit-transform: translateY(-50%)!important;
    -ms-transform: translateY(-50%)!important;
  }
  .archive_wrap .border_line:before{
    top: 0.8rem!important;
  }

  .archive_wrap .border_line:before{
    border-bottom: 1px solid#FFF!important;
  }

  /*================ AllBtn ================*/
  #issue65 .allBtnWrap{
    margin: 0 auto;
    margin-bottom: 3rem;
  }

  #issue65 .allBtnCont{
    font-family: "garamond-premier-pro-display", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center;
  }
  #issue65 .btnLiner{
    margin: 1.8rem auto 0;
    background-color: #000;
    height: 1px;
  }
  .footer{
    padding: 0 0 6rem!important;
    background-color: #fff;
  }
  .footer .footer-flex{
    margin: 0 0 11rem!important;
  }
  .footer .footer-nav{
    margin-bottom: 7.2rem!important;
  }
  .footer .footer-nav .footer-nav_list{
    margin-bottom: 0!important;
  }
  .footer .pagetop{
    border-bottom: none!important;
    padding-bottom: 0!important;
    padding-top: 2.6rem!important;
    border-top: 1px solid #000;
    margin: 0 auto 1.3rem!important;
  }
  .footer .pagetop a img{
    width: 2.8rem!important;
    margin-left: 1rem!important;
    margin-right: 2.6rem!important;
  }

  .footer-inner {
    background: #FFF;
}


/* 上下のアニメーション*/
/*全共通*/
.slide-in{
  display: block;
}

.slide-in_inner {
  display: block;
  overflow: hidden;
}

.upAnime{
  opacity: 0;/* 事前に透過0 にして消しておく*/
}

.slideAnimeDownUp {
  animation-name:slideTextY-100;
  animation-duration:0.75s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes slideTextY100 {
from {
  display: block;
  transform: translateY(-100%);/* 要素を下の枠外に移動*/
  transition: transform 0.8s cubic-bezier(0.025, 0.9, 0.45, 1), -webkit-transform 0.8s cubic-bezier(0.025, 0.9, 0.45, 1);
  transition-property: transform, -webkit-transform;
  transition-duration: 0.8s, 0.8s;
  transition-timing-function: cubic-bezier(0.025, 0.9, 0.45, 1), cubic-bezier(0.025, 0.9, 0.45, 1);
  transition-delay: 0s, 0s;
}
to {
    transform: translateY(0);/* 要素を元の位置に移動*/
    opacity: 1;
}
}
.slideAnimeUpDown {
/* animation-name:slideTextY-100;
animation-duration:0.75s;
animation-fill-mode:forwards; */
opacity: 1;
overflow: hidden;
}

@keyframes slideTextY-100 {
from {
  display: block;
  transform: translateY(90%);/* 要素を上の枠外に移動*/
  transition: transform 0.8s cubic-bezier(0.025, 0.9, 0.45, 1), -webkit-transform 0.8s cubic-bezier(0.025, 0.9, 0.45, 1);
  transition-property: transform, -webkit-transform;
  transition-duration: 0.8s, 0.8s;
  transition-timing-function: cubic-bezier(0.025, 0.9, 0.45, 1), cubic-bezier(0.025, 0.9, 0.45, 1);
  transition-delay: 0s, 0s;
}
to {
transform: translateY(0);/* 要素を元の位置に移動*/
opacity: 1;
}
}
  /* ====== PC ===== */
  @media only screen and (min-width: 768px) {
    .sp{
      display: none!important;
    }

    /*.section{
      width: 210rem;
    }*/
  }

  /* ====== TABLET ===== */
  @media screen and (max-width: 1280px) and (min-width:768px){
    html{
      font-size: calc(10*(100vw/1280));
    }

    .menu_area__item{
      height: 30rem;
    }

  }

  /* ====== SP ===== */
  @media only screen and (max-width: 767px) {
    .pc{
      display: none!important;
    }

    .section{
      width: calc(750* (100vw/750));
    }

/*basic*/

#issue65{
  font-size: calc(24* (100vw/750));
  letter-spacing: 0.1em;
  overflow: unset;
}

#issue65 section{
  z-index: 2;
}

.usual{
  font-family: "usual", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.heading{
  position: relative;
  z-index: 5;
  width: 100%;
  margin: auto;
  margin-bottom: 0;
  background-color: #151515;
  color: #FFF;
}

.heading_list {
  display: flex;
}

.heading_img{
  position: relative;
  width: calc(640* (100vw / 750));
  margin: 0 auto;
  margin-top: calc(-214* (100vw / 750));
  margin-bottom: calc(106* (100vw / 750));
  z-index: 6;
}

.heading_inner{
  width: 101.4rem;
}

.heading_ttl{
  margin-bottom: calc(46* (100vw / 750));
  width: calc(678.4* (100vw / 750));
  margin-left: calc(34* (100vw / 750));
  margin-top: 0;
  padding-top: calc(46* (100vw / 750));
}

.heading_ttl .txt-line{
  font-weight: 400;
  margin-left: calc(6* (100vw / 750));
}

.heading_ttl .h_ttl01{
  vertical-align: text-top;
  margin-left: calc(-20* (100vw / 750));
}

.heading_sub_ttl {
  margin-bottom: calc(56* (100vw / 750));
  margin-left: calc(32* (100vw / 750));
  font-family: 'Noto Sans', sans-serif;
  font-size: calc(28* (100vw / 750));
  letter-spacing: 0;
  font-weight: 500;
}

.heading_inner_list {
  margin-left: 5rem;
  width: 91.5rem;
  display: flex;
  justify-content: space-between;

}

.heading_txt{
  margin-top: 23.2rem;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 2.4705;
  letter-spacing: 0;
  font-weight: 500;
}

.heading_eng_txt{
  margin-right: calc(54* (100vw / 750));
  text-align: right;
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: calc(374* (100vw / 750));
}

.heading_eng_txt .eng_ttl {
  margin-bottom: calc(16* (100vw / 750));
  display: block;
  font-family: 'Sabon LT Paneuropean', sans-serif;
  font-size: calc(31* (100vw / 750));
  font-weight: 500;
}

.heading_eng_txt .eng_txt {
  font-family: 'Sabon LT Paneuropean', sans-serif;
  font-size: calc(23* (100vw / 750));
  line-height: 1.1304;
}

.heading_movie{
  margin-bottom: calc(51* (100vw / 750));
}

.section{
  overflow: hidden;
  position: relative;
  margin: auto;
}

.content_list{
  position: relative;
  display: flex;
  justify-content: space-between;
}

.content_main_ttl {
  font-size: calc(80* (100vw / 750));
  line-height: 0.9625;
  font-family: 'Sabon LT Paneuropean', sans-serif;
  font-weight: 500;
  text-align: left;
}

.content_img{
  position: relative;
}

.content_price{
  margin-top: 4.2rem;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.8888;
  letter-spacing: 0.03em;
}

.content_price a{
  font-weight: 500;
}


.content_sub_ttl{
  margin-bottom: 3.8rem;
  font-weight: 300;
  font-style: normal;
  font-size: 3.7rem;
  letter-spacing: 0.13em;
  text-align: center;
}

.content_ttl{
  margin-bottom: 4.2rem;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(22* (100vw / 750));
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
}

.content_ttl.border_bottom{
  position: relative;
}

.content_ttl.border_bottom::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: solid 0.1rem #707070;
  animation: border_anim 1.8s ease forwards;
  animation-delay: 0.5s;
}

.content_ttl_area.border_bottom{
  position: relative;
}

.content_ttl_area.border_bottom::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: solid 0.1rem #707070;
  animation: border_anim 1.8s ease forwards;
  animation-delay: 0.5s;
}

@keyframes border_anim {
  0%{
    width: 0%;
  }
  100%{
    width: 100%;
  }
}

.content_txt{
  font-size: calc(17* (100vw / 750));
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: left;
  font-weight: 500;
}

.sec01{
  width: calc(640* (100vw / 750));
  position: relative;
  background: #FFF;
  z-index: 5;
  margin-bottom: calc(179* (100vw / 750))
}

.sec01 .content_list{
  flex-direction: column;
  width: calc(640* (100vw / 750));
  margin: 0 auto;
}

.sec01 .content_img{
  width: calc(640* (100vw / 750));
}

.sec01 .content_txt.sp{
  margin-top: 0;
  margin-bottom: calc(110* (100vw / 750));
  font-size: calc(22* (100vw / 750));
  line-height: 2.363636;
  letter-spacing: 0;
  font-weight: 500;
  text-align: left;
  width: auto;
}

.sec01 .content_main_ttl {
  margin-bottom: 3rem;
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 200;
  font-style: normal;
  font-size: 11.1rem;
  letter-spacing: 0.02em;
  text-align: center;
}

.sec01 .content_img._main{
  width: 80rem;
  margin: 0 auto;
  padding-bottom: 10rem;
}

.sec01 .borde {
  font-size: 5rem;
  font-weight: 200;
  vertical-align: super;
}

.sec01 .content_txt {
  margin-top: calc(38* (100vw / 750));
  margin-bottom: 0.6rem;
  width: calc(640* (100vw / 750));
  text-align: left;
}

.sec02{
  width: calc(640* (100vw / 750));
  position: relative;
  background: #FFF;
  z-index: 5;
  margin-bottom: calc(215* (100vw / 750));
}

.sec02 .content_ttl {
  margin-bottom: calc(40* (100vw / 750));
  width: calc(696* (100vw / 750));
  margin-left: auto;
  text-align: left;
  line-height: 4.8;
  letter-spacing: 0;
}

.sec02 .content_list {
  width: 134.5rem;
  margin: 0 auto;
}

.sec02 .content_txt{
  font-size: calc(22* (100vw / 750));
  text-align: left;
  line-height: 2.3636;
  letter-spacing: 0;
}

.sec02 .content_txt._01{
  margin-bottom: calc(28* (100vw / 750));
}

.sec02 .content_img {
  width: 66.4rem;
}

.sec02 .content_main_ttl {
  letter-spacing: 0;
  margin-bottom: calc(47* (100vw / 750));
}

.content_inner_list {
  display: flex;
}

.sec03{
  position: -webkit-sticky;
  position: sticky;
  top: calc(100* (100vw / 750));
  background: #FFF;
  z-index: 5;
  padding-bottom: calc(118* (100vw / 750));
}

.sec03 .content_ttl{
  margin-bottom: calc(50* (100vw / 750));
  margin-left: calc(56* (100vw / 750));
  font-family: 'Sabon LT Paneuropean', sans-serif;
  font-size: calc(80* (100vw / 750));
  line-height: 0.95;
  text-align: left;
}

.sec03 .content_inner_list {
  margin: 0 auto;
  width: calc(640* (100vw / 750));
  justify-content: space-between;
}

.sec03 .content_txt {
  font-size: calc(22* (100vw / 750));
  width: calc(640* (100vw / 750));
  line-height: 2.3636;
  letter-spacing: -0.055em;
}

.sec03 .content_txt._01 {
  margin-top: 1.8rem;
  margin-bottom: calc(30* (100vw / 750));
}

.sec03 .content_img {
  margin: 0 auto;
  margin-bottom: calc(76* (100vw / 750));
  width: calc(640* (100vw / 750));
}

.sec04 {
  position: relative;
  background: #151515;
  color: #FFF;
  z-index: 5;
  padding-top: calc(80* (100vw / 750));
  padding-bottom: 0;
  margin-bottom: calc(226* (100vw / 750));
}

.sec04 .content_list._01 {
  flex-direction: column;
  width: calc(640* (100vw / 750));
  margin: 0 auto;
  margin-bottom: calc(178* (100vw / 750));
}

.sec04 .content_list._01 .content_inner {
  width: calc(640* (100vw / 750));
}

.sec04 .content_list._02{
  flex-direction: column-reverse;
  width: calc(640* (100vw / 750));
  margin: 0 auto;
  margin-bottom: calc(70* (100vw / 750));
}

.sec04 .content_img{
  margin-bottom: calc(82* (100vw / 750));
  width: calc(640* (100vw / 750));
}

.sec04 .content_ttl{
  width: calc(640* (100vw / 750));
  margin: 0 auto;
  margin-bottom: calc(44* (100vw / 750));
  font-family: 'Sabon LT Paneuropean', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(80* (100vw / 750));
  line-height: 1.15;
  text-align: left;
  letter-spacing: 0;
}

.sec04 .content_txt {
  font-size: calc(22* (100vw / 750));
  line-height: 2.363636;
  letter-spacing: 0;
}

.sec04 .content_list._01 .content_txt {
  margin-bottom: calc(29* (100vw / 750));
}

.sec04 .content_list._02 .content_txt {
  margin-bottom: calc(28* (100vw / 750));
  margin-left: 0;
}

.content_img_list {
  gap: 0;
  display: block;
  width: 100%;
  justify-content: space-between;
}

.content_img_list .content_img {
  width: 100%;
}

.sec05{
  width: calc(640* (100vw / 750));
  position: -webkit-sticky;
  position: sticky;
  top: calc(100* (100vw / 750));
  background: #FFF;
  padding-bottom: calc(41* (100vw / 750));
}

.sec05 .content_list{
  width: 134.35rem;
  margin: auto;
}

.sec05 .content_ttl {
  margin-bottom: calc(50* (100vw / 750));
  font-family: 'Sabon LT Paneuropean', sans-serif;
  font-size: calc(80* (100vw / 750));
  line-height: 0.95;
  text-align: left;
  letter-spacing: 0;
}

.sec05 .content_img {
  width: 100%;
  margin-bottom: calc(86* (100vw / 750));
}

.sec05 .content_txt {
  font-size: calc(22* (100vw / 750));
  margin-bottom: calc(24* (100vw / 750));
  line-height: 2.363636;
  letter-spacing: -0.055em;
}

.sec05 .content_inner_list {
  width: calc(640* (100vw / 750));
  margin: 0 auto;
  justify-content: space-between;
}

.sec05 .content_inner_list div {
  width: calc(640* (100vw / 750));
}

.sec05 .content_img._big .content_price{
  margin-top: 4.6rem;
}


.sec06{
  background: #151515;
  color: #FFF;
  z-index: 5;
  padding-top: calc(90* (100vw / 750));
  margin-bottom: calc(178* (100vw / 750));
}

.sec06 .content_list._02 {
  flex-direction: column;
  margin: 0 auto;
  margin-bottom: calc(64* (100vw / 750));
  width: calc(640* (100vw / 750));
}

.sec06 .content_list .content_img {
  width: calc(640* (100vw / 750));
}

.sec06 .content_inner {
  width: calc(640* (100vw / 750));
  margin-top: calc(82* (100vw / 750));
}

.sec06 .content_ttl{
  width: calc(640* (100vw / 750));
  margin: 0 auto;
  margin-bottom: calc(49* (100vw / 750));
  font-family: 'Sabon LT Paneuropean', sans-serif;
  font-size: calc(80* (100vw / 750));
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: left;
}

.sec06 .content_txt {
  margin-left: 0;
  font-size: calc(22* (100vw / 750));
  margin-bottom: calc(28* (100vw / 750));
  line-height: 2.363636;
  letter-spacing: -0.1em;
}

.sec06 .text-set {
  margin-left: calc(-4* (100vw / 750));
}

.sec07{
  width: calc(710.5* (100vw / 750));
  margin-bottom: calc(218* (100vw / 750));
}

.sec07 .content_ttl_area {
  width: calc(708* (100vw / 750));
  margin: 0 auto;
  margin-bottom: 9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec07 .content_ttl {
  font-family: 'Sabon LT Paneuropean', sans-serif;
  line-height: 2;
  text-align: left;
  margin-bottom: calc(4* (100vw / 750));
  font-size: calc(38* (100vw / 750));
  letter-spacing: 0.02em;
}

.sec07 .view_all_txt{
  width: auto;
  margin-left: auto;
  display: block;
  text-align: right;
  margin-bottom: calc(26* (100vw / 750));
  margin-top: calc(-4* (100vw / 750));
  font-size: calc(26* (100vw / 750));
  font-family: 'Sabon LT Paneuropean', sans-serif;
  letter-spacing: 0;
}


.sec07 .item_area{
  width: calc(710.5* (100vw / 750));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.sec07 .item_img {
  width: calc(232.8* (100vw / 750));
}

.sec07 .item_ttl {
  margin-top: calc(20* (100vw / 750));
  font-size: calc(15* (100vw / 750));
  line-height: 1.333;
  letter-spacing: 0;
}

.sec07 .item_price {
  margin-top: calc(10* (100vw / 750));
  font-size: calc(15* (100vw / 750));
  font-weight: 200;
  letter-spacing: 0;
}

.sec07 .content_txt {
  margin-bottom: 10.2rem;
  font-size: 2.3rem;
  letter-spacing: 0.08em;
}

.sec07 .content_img {
  width: 144.34rem;
  margin: 0 auto;
}

.view_icon {
  display: inline-block;
  width: 3.737rem;
  margin-top: 2.2rem;
}

.sec08{
  background-color: #151515;
  color: #FFF;
}

.sec08 .content_img {
  width: calc(376* (100vw / 750));
}

.sec08 .item_area{

}

.sec08 .content_sub_ttl{
  margin-left: -2rem;
  margin-bottom: 0.8rem;
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 6.7rem;
  letter-spacing: 0.04em;
}

.sec08 .content_ttl{
  margin-left: -2.6rem;
  margin-bottom: 2rem;
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 200;
  font-style: normal;
  font-size: 15.18rem;
  letter-spacing: 0.01em;
}

.sec08 .content_txt {
  margin-top: calc(36* (100vw / 750));
  margin-left: calc(44* (100vw / 750));
  font-family: 'Sabon LT Paneuropean', sans-serif;
  font-size: calc(21* (100vw / 750));
  line-height: 1.5714;
  font-weight: 500;
  letter-spacing: 0;
}

.sec08 .vol_txt {
  font-family: 'Sabon LT Paneuropean', sans-serif;
  font-size: calc(19* (100vw / 750));
  margin-top: auto;
  margin-bottom: calc(48* (100vw / 750));
  margin-left: calc(46* (100vw / 750));
  font-weight: 500;
  letter-spacing: 0;
}


    #issue65 .allBtnCont{
      font-size: calc(28 * (100vw / 750));
      line-height: 1.6;
      letter-spacing: 0.03em;
      margin: 0 auto;
    }

    .archive_wrap .border_line:before {
      top: 2.8rem!important;
  }

    #issue65 .btnLiner {
      margin: calc(1.2* (100vw / 750)) auto auto auto;
      text-align: center;
  }

  .archive_wrap .scroll_title{
    font-size: calc(20 *(100vw /750));
  }

  .archive_wrap {
    width: calc(644 *(100vw /750))!important;
    margin: calc(0 *(100vw /750)) auto 0!important;
    padding-top: calc(146* (100vw / 750));
}
  .archive_wrap .menu_btn li.issue65{
    pointer-events: none;
    color: #fff;
    display: inline-block!important;
  }
  .archive_wrap .menu_btn li.issue65 a{
    display: inline-block!important;
  }

  .archive_wrap .border_line{
    font-size: calc(20* (100vw / 750));
  }

  .footer {
    padding: calc(54* (100vw / 750)) 0 calc(70 * (100vw / 750))!important;
  }

  .footer .footer-nav .pagetop {
    padding-top: calc(30* (100vw / 750))!important;
    padding-right: calc(9* (100vw / 750))!important;
    margin: 0 calc(40 * (100vw / 750)) calc(91* (100vw / 750))!important;
}

.footer .footer-nav .pagetop a img {
  width: calc(35* (100vw / 750))!important;
  margin-left: calc(10* (100vw / 750))!important;
}

.footer .footer-nav .footer-nav_list {
  margin-bottom: calc(40* (100vw / 750))!important;
}

.footer .footer-nav {
  margin-bottom: calc(70 * (100vw / 750))!important;
}

.footer .pagetop a img{
  margin-right: 0!important;
}

#issue65 .allBtnWrap{
  margin-bottom: calc(62* (100vw / 750));
}

  }

/*================ FadeIn ================*/
#issue65 .fadeIn{
  opacity: 0;
  transition: 2s;
  transform: 0;
  transform: translateY(5rem);
}
#issue65 .fadeIn._left{
  opacity: 0;
  transition: 2s;
  transform: 0;
  transform: translateX(-5rem);
  transition-delay: 1s;
}
@media only screen and (min-width: 768px) {
#issue65 .fadeIn.Second{
  transition: 1.5s;
  transition-delay: 0.5s;
}

#issue65 .fadeIn.Third{
  transition: 1s;
  transition-delay: 1.2s;
}

#issue65 .fadeIn.Third.scrollIn{
  transition: 2s;
  transition-delay: 1.1s;
}
}

#issue65 .fadeIn._up{
  transition: 2s;
  transform: translateY(5rem);
}

#issue65 .fadeIn._up.scrollIn{
  transition: 2s;
  transform: translateY(0rem);
}

#issue65 .fadeIn.scrollIn{
  opacity: 1;
  transform: translateY(0rem);
  transform: translateX(0rem);
}
#issue65 .itemBtn{
  opacity: 0;
  transition: 1s;
}
#issue65 .liner.done + .itemBtn{
  opacity: 1;
}
/*================ Liner ================*/
.liner{
  width: 0%;
  transition: all 1s ease;
}
@media only screen and (max-width: 560px) {
.btnLiner{
  width: calc(150 * (100vw / 750));
  transform: scale(0, 1);
}
.active{
  transform: scale(1, 1);
}
}
@media only screen and (min-width: 561px) {
  .active{
    width: 13rem;
  }
}


/* SP調整 */
@media screen and (max-width: 767px) {



}