/* PC：仮で設定しておりますので、調整の際は削除してください。 */

#breadcrumb{
  display: none;
}
#Contents,
#Wrap{
  padding: 0;
  margin: 0;
}



/* header */
.header .header-inner{
  background-color: #fffef8;
}
.header-nav.header-nav_fixed,
.newsticker {
  display: none;
}

header{
  text-align: left;
  position: fixed;
  top: 0;
  z-index: 99;
  transition: transform 0.3s 0.3s;
}

header.hidden {
  display: none;
}

.btn-menu {
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .header .header-inner{
    height: calc(110*(100vw / 750));
  }
  .btn-menu__icon.btn-search,
  .btn-menu__icon.btn-cart {
    display: none;
  }
}

.header-nav.header-nav_fixed,
.newsticker {
  display: none;
}
header{
  text-align: left;
  position: fixed;
  top: 0;
  z-index: 99;
  transition: transform 0.3s 0.3s;
}
header.hidden {
  display: none;
}
.btn-menu {
  margin-top: 0;
}
.header .header-logo,
.header .btn-menu__icon{
  filter: invert(0);
}
.header .btn-menu .border-t,
.header .btn-menu .border-m,
.header .btn-menu .border-b{
  background: #000;
}
.header .btn-menu.open .border-t,
.header .btn-menu.open .border-m,
.header .btn-menu.open .border-b{
  background: #000;
}
@media screen and (max-width: 750px) {
  .btn-menu__icon.btn-search,
  .btn-menu__icon.btn-cart {
    display: none;
  }
  .main-area {
    padding-top: calc(55*(100vw / 375));
  }

}

#issue108 {
  --font-en01: 'Times-New-Roman', Times, serif;
  --font-en02: 'Times-New-Roman-Italic', Times, serif;
  --font-en03: 'UniversLTStd-Light', serif;
  --color-ivory: #fffef8;
  --color-black: #231815;
  --color-bold: #3a101b;
  background: var(--color-ivory);
  overflow: clip;
}

#issue108 a{
  display: inline-block;
}

#issue108 img,
#issue108 picture,
#issue108 video{
  display: inline-block;
  width: 100%;
  height: auto;
}
#issue108 a:hover{
  transition: .5s;
  opacity: .7;
}
#issue108 .sec__img a:hover {
  opacity: 1;
}
#issue108 span{
  display: inline-block;
}
#issue108 li{
  list-style: none;
}
#issue108 .flexArea{
  display: flex;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #issue108 .spOnly {
    display: none!important;
  }
  #issue108 .pcOnly {
    display: block;
  }
  #issue108 .flexAreaPc{
    display: flex;
    /* justify-content: space-between; */
  }
}

@media screen and (max-width: 767px) {
  #issue108 .spOnly {
    display: block;
  }
  #issue108 .pcOnly {
    display: none!important;
  }
  #issue108 .flexAreaSp{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }

}


/*================================
  共通
=================================*/


/*--------------------------------
  font
--------------------------------*/
#issue108 .font-en01{
  font-family: var(--font-en01);
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  color: var(--color-black);
}
#issue108 .font-en02{
  font-family: var(--font-en02);
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  color: var(--color-black);
}
#issue108 .font-en03{
  font-family: var(--font-en03);
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  color: var(--color-black);
}

@font-face {
  font-family: 'Times-New-Roman';
  src: url('../font/Times-New-Roman.woff') format('woff'),
}
@font-face {
  font-family: 'Times-New-Roman-Italic';
  src: url('../font/Times-New-Roman-Italic.woff') format('woff'),
}
@font-face {
  font-family: 'UniversLTStd-Light';
  src: url('../font/UniversLTStd-Light.woff') format('woff'),
}

@media screen and (max-width: 767px) {
  #issue108 .font-en01{
    font-size: calc(22* (100vw / 750));
  }
}

/*--------------------------------
  credit
--------------------------------*/

#issue108 .crdtWrap{
  display: flex;
  flex-wrap: wrap;
}

#issue108 .crdt{
  letter-spacing: -0.02em;
  font-family: var(--font-en02);
  color: var(--color-black);
  pointer-events: all;
}

@media only screen and (min-width: 768px) {
  #issue108 .crdtWrap{
    row-gap: 0.8rem;
  }
  #issue108 .crdtWrap-fixed.is_view .crdt{
    pointer-events: all;
  }
  #issue108 .crdtWrap-fixed .crdt{
    pointer-events: none;
  }
  #issue108 .check a{
    font-size: 1.7rem;
    padding-top: 2.7rem;
    word-spacing: 0.1rem;
    pointer-events: all;
  }
}
/*------- credit for sp　-------*/
@media screen and (max-width: 767px) {
  #issue108 .crdtWrap{
    /* width: 100%;
    height: auto; */
    column-gap: calc(5* (100vw / 750));
    margin: calc(16.2* (100vw / 750)) auto 0;
    justify-content: center;
  }
  /* #issue108 .crdt, */
  #issue108 .crdt{
    font-size: calc(20 * (100vw / 750));
  }
  #issue108 .item .crdt a{
    font-size: calc(22 * (100vw / 750));
  }

}


/*--------------------------------
  style
--------------------------------*/
#issue108 .sec__wrap{
  width: 100%;
  margin: 0 auto;
}
#issue108 .sec__cont{
  width: 100%;
  justify-content: space-between;
}

#issue108 .item .sec__ttl,
#issue108 .item-txt,
#issue108 .item .crdt a{
  color: var(--color-ivory);
}

#issue108 .block02,
#issue108 .lookWrap{
  width: 100%;
  background-color: var(--color-ivory);
}
@media screen and (min-width: 768px) {
  #issue108 .txt-left{
    flex-direction: column;
    row-gap: 5.1rem;
    padding-left: 1.5rem;
    background-color: var(--color-ivory);
  }
  #issue108 .txt-right{
    position: relative;
    top: -0.4rem;
    right: 0.2rem;
    background-color: var(--color-ivory);
  }
  #issue108 .txt-right .nmbr{
    font-size: 1.863rem;
    letter-spacing: 0.02em;
  }
  #issue108 .sec__ttl{
    font-size: 1.786rem;
    display: inline;
    margin-right: 4.9rem;
    letter-spacing: -0.04em;
  }
  #issue108 .sec__nmbr p{
    font-size: 1.786rem;
    display: inline;
    letter-spacing: -0.04em;
  }
  #issue108 .sec__img{
    width: 62.478rem;
  }
  #issue108 .sec__imgWrap{
    justify-content: space-between;
    margin: 0 auto;
  }
  #issue108 .sec__img{
    width: 62.478rem;
  }
  #issue108 .sec__crdt{
    column-gap: 0.25rem;
    flex-direction: column;
  }
  #issue108 .item .sec__wrap{
    position: relative;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
  }
  #issue108 .item__txt-cont{
    position: absolute;
    height: 6rem;
    line-height: 1.54375;
    z-index: 10;
  }
  #issue108 .item-txt{
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  #issue108 .bgbold,
  #issue108 .item {
    width: 100%;
    background-color: var(--color-bold);
  }
  #issue108 .sec__wrap{
    padding-top: calc(24.5* (100vw / 750));
    max-width: calc(690* (100vw / 750));
  }
  #issue108 .sec__cont{
    display: flex;
    margin-bottom: calc(14.5* (100vw / 750));
   }
  #issue108 .sec__ttl{
    font-size: calc(23* (100vw / 750));
    letter-spacing: -0.04em;
  }
  #issue108 .txt-right .nmbr{
    font-size: calc(24* (100vw / 750));
    letter-spacing: 0.02em;
    padding-right: calc(5*(100vw / 750));
  }
  #issue108 .sec__imgWrap{
    flex-direction: column;
  }
  #issue108 .sec__imgWrap .sec__img:first-child{
    margin-bottom: calc(20* (100vw / 750));
  }
  #issue108 .sec__imgWrap{
    flex-direction: column;
  }
  #issue108 .item__wrap{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: calc(326.6* (100vw / 750));
    padding-bottom: calc(380* (100vw / 750));
  }
  #issue108 .item-txt{
    font-size: calc(19* (100vw / 750));
    letter-spacing: 0.02em;
    word-spacing: calc(3*(100vw / 750));
    text-align: center;
    line-height: 1.5105263158;
    word-spacing: 0;
  }
  #issue108 .item__txt-cont{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(476.69* (100vw / 750));
  }
}

/*--------------------------------
  sticky
--------------------------------*/
/* ----------- ▽ セクションごとのせり上がり ▽ ----------- */

#issue108 .last-block {
  position: -webkit-sticky;
  position: sticky;
  z-index: 800;
}

#issue108 .sticky_contents01,
#issue108 .sticky_contents02,
#issue108 .sticky_contents03,
#issue108 .sticky_contents04,
#issue108 .sticky_contents05,
#issue108 .sticky_contents06,
#issue108 .sticky_contents07,
#issue108 .sticky_contents08 {
  height: auto;
}
@media screen and (min-width: 768px) {
  #issue108 .sticky_contents01{
    position: relative;
    z-index: 10;
  }
  #issue108 .sticky_contents02{
    position: relative;
    z-index: 100;
  }
  #issue108 .sticky_contents03{
    position: relative;
    z-index: 200;
  }
  #issue108 .sticky_contents04{
    top: -100rem;
    position: -webkit-sticky;
    position: sticky;
    z-index: 300;
  }
  #issue108 .sticky_contents05 {
    position: relative;
    z-index: 400;
  }
  #issue108 .sticky_contents06{
    position: relative;
    z-index: 500;
  }
  #issue108 .sticky_contents07{
    position: relative;
    z-index: 600;
  }
  #issue108 .sticky_contents08{
    position: relative;
    z-index: 700;
  }
  #issue108 .sticky_contents09{
    position: relative;
    z-index: 800;
    transform: translateZ(7px);
  }
}
@media screen and (max-width: 767px) {
  #issue108 .sticky_contents01{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
  }
  #issue108 .sticky_contents02 {
    position: -webkit-sticky;
    position: sticky;
    top: calc(-2590*(100vw / 750));
    z-index: 100;
    transform: translateZ(1px);
  }
  #issue108 .sticky_contents03{
    position: -webkit-sticky;
    position: sticky;
    z-index: 200;
    transform: translateZ(2px);
  }
  #issue108 .sticky_contents04{
    position: relative;
    z-index: 300;
    transform: translateZ(3px);
  }
  #issue108 .sticky_contents05 {
    position: -webkit-sticky;
    position: sticky;
    top: calc(-1300*(100vw / 750));
    z-index: 400;
    transform: translateZ(4px);
  }
  #issue108 .sticky_contents06{
    position: relative;
    z-index: 500;
    transform: translateZ(6px);
  }
  #issue108 .sticky_contents07{
    position: -webkit-sticky;
    position: sticky;
    z-index: 600;
    top: calc(-8600* (100vw / 750));
    transform: translateZ(5px);
  }
  #issue108 .sticky_contents08{
    position: relative;
    z-index: 700;
  }
  #issue108 .sticky_contents09{
    position: relative;
    z-index: 800;
    transform: translateZ(7px);
  }
}
/* ----------- ▽ pc：クレジット等の追従 ▽ ----------- */

@media screen and (min-width: 768px) {
  #issue108 .crdtWrap{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /* pointer-events: none; */
  }
  #issue108 .stickyWrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #issue108 .block09 .stickyWrap{
    top: auto;
    height: 451.974rem;
  }
  #issue108 .look06 .stickyWrap{
    top: 0;
    height: 100%;
    z-index: 1000;
    bottom: 17rem;
    pointer-events: none;
  }
  #issue108 .look08 .stickyWrap{
    top: auto;
    bottom: 17rem;
    height: 93.5rem;
    z-index: 1000;
    /* pointer-events: none; */
  }
  #issue108 .stickyWrap__cont{
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 12rem;
    z-index: 1;
    pointer-events: none;
  }
  #issue108 .block02 .stickyWrap__cont{
    height: 94%;
  }
  #issue108 .block03 .stickyWrap__cont{
    padding-top: 105.7rem;
    height: 62%;
  }
  #issue108 .block09 .stickyWrap__cont{
    top: 0;
    padding-top: 12.4rem;
  }
  #issue108 .look06 .stickyWrap__cont{
    top: 5.6rem;
    padding-top: 12rem;
    height: 140rem;
  }
  #issue108 .look08 .stickyWrap__cont{
    padding-top: 2.2rem;
    height: 140rem;
  }
  #issue108 .block07 .stickyWrap__cont{
    padding-top: 0;
  }
  #issue108 .block09 .stickyWrap__cont{
    padding-top: 14.4rem;
  }
  #issue108 .crdt__wrapper{
    position: sticky;
    left: 0.7rem;
    top: 12rem;
    width: 95%;
    height: 9%;
    left: 0;
    margin: 0 auto;
  }
  #issue108 .look15 .crdt__wrapper{
    top: 12rem;
  }
  #issue108 .block03 .crdt__wrapper{
    top: 9rem;
  }
  #issue108 .look03__sticky .txt-left{
    padding-bottom: 3rem;
  }
  #issue108 .block05 .crdt__wrapper {
    position: absolute;
    z-index: 400;
    height: 16%;
    top: 15.3rem;
    left: 50%;
    transform: translateX(-50%);
  }
  #issue108 .look06 .crdt__wrapper{
    top: 0;
    height: 17.2%;
    width: 94.8%;
  }
  #issue108 .block09 .crdt__wrapper{
    height: 8.2%;
    width: 94.8%;
  }
  #issue108 .look08 .crdt__wrapper{
    height: 13.2%;
  }
  #issue108 .look08 .txt-left{
    padding-top: 0.2rem;
  }
  #issue108 .block07 .crdt__wrapper{
    height: 5%;
    width: 95.8%;
  }
  #issue108 .block07 .txt-left{
    padding-left: 2.3rem;
    padding-bottom: 14rem;
    padding-right: 2rem;
  }
  #issue108 .look09 .crdt__wrapper{
    height: 20.2%;
  }
  #issue108 .block09 .crdt__wrapper{
    width: 95.8%;
    height: 5.6%;
  }
  #issue108 .crdtWrap-fixed{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  #issue108 .block09 .crdtWrap-fixed{
    top: 9.6rem;
  }
  #issue108 .look06.crdtWrap-fixed{
    top: 9.6rem;
  }
  #issue108 .look09__sticky .txt-right{
    right: 0.2rem;
    top: -0.6rem;
  }
  #issue108 .block09 .crdtWrap-fixed{
    top: -0.1rem;
  }
  #issue108 .look01__crdt li a {
    pointer-events: all;
  }
  /* #issue108 .look13__sticky .txt-right,
  #issue108 .look14__sticky .txt-right,
  #issue108 .look15__sticky .txt-right{
    top: -10rem;
  }
  #issue108 .look13__sticky .txt-left,
  #issue108 .look14__sticky .txt-left,
  #issue108 .look15__sticky .txt-left{
    top: -10rem;
  } */
  #issue108 .block09 .txt-right{
    top: 0rem;
  }
  #issue108 .look09__sticky.crdtWrap-fixed{
    top: 0.2rem;
  }

  #issue108 .crdt{
    font-size: 1.7rem;
  }
  #issue108 .sticky-pc{
    position: sticky;
    top: 10rem;
    left: 0;
    margin: 0 auto;
  }
}
/*================================
  change
=================================*/
/* #issue108 [data-look-target]{
  background-color: var(--color-ivory);
} */
#issue108 [data-look-target="look01"]{
  z-index: 1;
}
#issue108 [data-look-target="look02"]{
  z-index: 2;
}
#issue108 [data-look-target="look03"]{
  z-index: 3;
}
#issue108 [data-look-target],
#issue108 .look01__sticky,
#issue108 .look04__sticky,
/* #issue108 .look09__sticky, */
#issue108 .look13__sticky {
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  /* pointer-events: none; */
}
#issue108 .look06__sticky .crdt{
  pointer-events: all;
}
#issue108 .look07__sticky .crdt{
  pointer-events: all;
}
#issue108 .look08__sticky .crdt{
  pointer-events: all;
}
#issue108 [data-look-target].is_view,
#issue108 .look01__sticky.is_view,
#issue108 .look04__sticky.is_view,
/* #issue108 .look09__sticky.is_view, */
#issue108 .look13__sticky.is_view {
  opacity: 1;
  visibility: visible;
}

/* ----------- ▽ PC：check all items ▽ ----------- */


#issue108 .sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  background: #fff;
}
#sticky-01 {
  z-index: 1;
  top: var(--sticky-block01-pos);
}
#sticky-02 {
  top: var(--sticky-block02-pos);
  z-index: 1000;
}
@media (min-width: 768px) {
  /* ーーーーーーーー10/04 23:06変更 */
  #issue108 .side__text__wraper{
    position: absolute;
    top: 0;
    width: 100%;
    height: 92.8%;
    pointer-events: none;
  }
  #issue108 .side__text {
    /* position: absolute; */
    display: flex;
    justify-content: end;
    align-items: flex-end;
    bottom: 0;
    height: 100%;
    top: calc(450* 100vw / 1280);
    width: 100vw;
    pointer-events: none;
  }
  #issue108 .side__text h2{
    position: sticky;
    display: flex;
    bottom: 0;
    z-index: 1000000;
    padding-bottom: 6rem;
    padding-right: 5.34rem;
  }
  #issue108 .side__text__image a{
    pointer-events: all;
  }
  #issue108 .side__text__wraper.color_on img{
    filter: brightness(1)!important;
  }
  #issue108 [data-color-trigger].color_change .side__text__wraper .color_change img{
    filter: invert(1);
  }
  #issue108 .side__text__wraper{
    position: absolute;
    top: 0;
    width: 100%;
    height: 96%;
    z-index: 1000;
    pointer-events: none;
  }
  #issue108 .ca-btn img{
    width: 16.332rem;
    height: 16.332rem;
  }
  #issue108 [data-color-target] a{
    border: none;
  }

  #issue108 .side__text__wraper img{
    filter: invert(1);
    transition: 0.5s;
  }
  #issue108 .side__text__wraper.color_black img{
    filter: brightness(0)!important;
  }
  #issue108 .block01.color_on ~ .side__text__wraper img{
    filter: invert(1);
  }
  #issue108 .block02.color_on ~ .side__text__wraper img{
    filter: brightness(0);
  }
  #issue108 .block03:has(.item02.color_on) ~ .side__text__wraper img{
    filter: invert(1);
  }
  #issue108 .block03:has(.look04.color_on) ~ .side__text__wraper img{
    filter: brightness(0);
  }
  #issue108 .block04.color_on ~ .side__text__wraper img{
    filter: invert(1)!important;
  }
  #issue108 .block05.color_on ~ .side__text__wraper img{
    filter: brightness(0)!important;
  }
  #issue108 .block06.color_on ~ .side__text__wraper img{
    filter: invert(1)!important;
  }
  #issue108 .block07.color_on ~ .side__text__wraper img{
    filter: brightness(0)!important;
  }
  #issue108 .block08.color_on ~ .side__text__wraper img{
    filter: invert(1)!important;
  }
  #issue108 .block09.color_on ~ .side__text__wraper img{
    filter: brightness(0)!important;
  }

}



/* ========== ▼ block01 ▼ ========== */
/* ----------- ▽ main visual ▽ ----------- */
#issue108 .main-visual{
  position: relative;
  width: 100vw;
  background-color: var(--color-bold);
}
#issue108 .mvWrap__img{
  position: relative;
  background-color: #fff;
}

#issue108 .mvWrap__ttl{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#issue108 .mvWrap__upper{
  position: absolute;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  #issue108 .main-visual{
    height: 100vh;
  }
  #issue108 .main-visual a{
    width: 100%;
  }
  #issue108 .mvWrap__img{
    height: 100%;
  }
  #issue108 .mvWrap__img img{
    height: 100vh;
    object-fit: cover;
  }
  #issue108 .main-visual{
    position: sticky;
    top: 0;
    z-index: 1;
    /* margin-bottom: 7.5rem; */
  }
  #issue108 .mvWrap__upper{
    width: 47.669rem;
    top: 14.2rem;
    left: 6.72rem;
  }
  #issue108 .mvWrap__subttl{
    width: 30.412rem;
  }
  #issue108 .mvWrap__ttl{
    font-size: 2.1rem;
    letter-spacing: -0.04em;
    padding-bottom: 2.9rem;
  }
  #issue108 .mvWrap__txt{
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1.54375;
    text-align: left;

  }
}

@media screen and (max-width: 767px) {
  #issue108 .mvWrap__img{
    height: calc(1141* (100vw / 750));
  }
  #issue108 .mvWrap__upper{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 47.54%;
    padding-right: calc(5*(100vw / 750));
  }
  #issue108 .mvWrap__lower{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: calc(47* (100vw / 750));
    pointer-events: none;
  }
  #issue108 .mvWrap__logo{
    width: calc(311.3874* (100vw / 750));
    height: calc(43.3459* (100vw / 750));
  }
  #issue108 .mvWrap__subttl01{
    width: calc(238.4731*(100vw / 750));
    height: calc(15.9248* (100vw / 750));
    margin-top: calc(35* (100vw / 750));
  }
  #issue108 .mvWrap__subttl02{
    width: calc(253.5635*(100vw / 750));
    height: calc(25.4844* (100vw / 750));
  }
  #issue108 .mvWrap__ttl{
    align-items: center;
  }
}
/* ----------- △ main visual △  ----------- */
/* ----------- item01 ----------- */
/* #issue108 .item01.bgbold{
  background-color: var(--color-bold);
} */
#issue108 .item01__ttl {
  color: var(--color-ivory);
}
@media only screen and (min-width: 768px) {
  /* #issue108 .item01{
    height: 92.458rem;
  } */
  #issue108 .item01__ttl {
    position: absolute;
    top: 9.7rem;
    left: 6rem;
    font-size: 1.786rem;
    letter-spacing: -0.04em;
    padding-left: 0.8rem;
    z-index: 1;
  }
  #issue108 .item01__img {
    background: var(--color-bold);
  }
  #issue108 .item01__img__cont {
    width: 52.612rem;
    padding-top: 1.5rem;
    padding-left: 0.2rem;
    padding-top: 11.2rem;
    padding-bottom: 11.6rem;
  }
  #issue108 .item01 .item-txt{
    position: relative;
    right: 0.7rem;
  }
  #issue108 .item01 .item__txt-cont{
    bottom: 9.5rem;
    right: 6.1rem;
  }
}

@media screen and (max-width: 767px) {
  #issue108 .item01__img{
    width: calc(492.2399* (100vw / 750));
  }
  #issue108 .item01__ttl{
    width: calc(316.5*(100vw / 750));
    height: calc(18.6943*(100vw / 750));
    margin: calc(71*(100vw / 750)) auto calc(29*(100vw / 750));
  }
}

/* ========== ▲ block01 ▲ ========== */
/* ========== ▼ block02 ▼ ========== */
@media only screen and (min-width: 768px) {
  #issue108 .block02{
    /* position: relative;
    z-index: 100; */
    background-color: var(--color-ivory);
  }

}

/* ----------- look1 ----------- */
@media screen and (min-width: 768px) {
  #issue108 .look01 .sec__imgWrap{
    padding-top: 8.95rem;
    padding-bottom: 14.2rem;
  }
  /* #issue108 .look01__wrap{
    flex-direction: row-reverse;
    justify-content: flex-end;
  } */
  /* #issue108 .look01__cont01 {
    margin: 0.8rem 0 0 42.93rem;
  } */

}
@media screen and (max-width: 767px) {
  #issue108 .look01 .sec__imgWrap .sec__img:first-child{
    margin-bottom: 0;
  }
  #issue108 .look01 {
    padding-bottom: calc(212.5* (100vw / 750));
  }
  #issue108 .look01__cont01{
    padding-top: calc(24.5* (100vw / 750));
  }
}
/* ----------- look2 ----------- */
@media screen and (min-width: 768px) {
  #issue108 .look02 .sec__imgWrap{
    padding-bottom: 13.3rem;
  }
  #issue108 .look02__img{
    width: 60.62309rem;
  }

  /* #issue108 .look02__wrap{
    flex-direction: row-reverse;
    justify-content: flex-end;
  } */
  /* #issue108 .look02__cont01 {
    width: 75.8rem;
    margin: 0.8rem 0 0 42.93rem;
  } */

}
@media screen and (max-width: 767px) {
  #issue108 .look02 {
    padding-bottom: calc(230.5* (100vw / 750));
    background-color: var(--color-ivory);
  }
  #issue108 .look02 .sec__cont{
    margin-bottom: calc(9.5*(100vw / 750));
  }
}


/* ========== ▲ block02 ▲ ========== */

/* ========== ▼ block03 ▼ ========== */
#issue108 .block03{
  background-color: var(--color-ivory);
}
@media only screen and (min-width: 768px) {
  /* #issue108 .block03{
    position: relative;
    z-index: 200;
  } */
}
@media screen and (max-width: 767px) {
  #issue108 .block03{
    padding-bottom: calc(118*(100vw / 750));
  }
}
/* ----------- txt__wrap ----------- */
@media screen and (max-width: 767px) {
  #issue108 .txt__wrap p{
    width: calc(545.24* (100vw / 750));
    font-size: calc(19* (100vw / 750));
    line-height: 1.7210526316;
    text-align: left;
    color: var(--color-ivory);
    padding: calc(62.8* (100vw / 750)) 0 calc(640.6* (100vw / 750)) calc(57.2* (100vw / 750));
  }
}

/* ----------- look3 ----------- */
@media screen and (min-width: 768px) {
  #issue108 .look03 .sec__imgWrap{
    padding-bottom: 18.5rem;
  }
}
@media screen and (max-width: 767px) {
  /* #issue108 .look03 {
    padding-bottom: calc(314.6* (100vw / 750));
  } */
  #issue108 .look03{
    position: relative;
  }
  #issue108 .look03::after{
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 2px solid var(--color-bold);
  }
  #issue108 .look03 .nmbr,
  #issue108 .look03 .sec__ttl,
  #issue108 .look03 .crdt a{
    color: var(--color-ivory);
  }
  #issue108 .look03 .sec__cont{
    margin-bottom: calc(12.5*(100vw / 750));
  }
  #issue108 .look03 .crdtWrap {
    margin: calc(23.2*(100vw / 750)) auto 0;
  }
}
/* ----------- item02  ----------- */

@media only screen and (min-width: 768px) {
  #issue108 .item02{
    /* height: 88.458rem; */
    position: sticky;
    top: 0;
  }
  #issue108 .item02{
    position: relative;
    width: 100%;
  }
  #issue108 .item02 .sec__imgWrap{
    justify-content: space-between;
    padding: 11.07rem 0 11.68rem;
  }
  #issue108 .item02 .item__txt-cont{
    position: absolute;
    right: 3.37%;
    bottom: 8.1rem;
    line-height: 1.54375;
    /* align-self: flex-end; */
  }
  #issue108 .item02 .item__crdt{
    position: absolute;
    top: 7rem;
    left: 2.91%;
    z-index: 1000;
  }
  #issue108 .item02 .sec__ttl {
    font-size: 1.786rem;
    letter-spacing: -0.04em;
    margin-left: 0.8rem;
  }
  #issue108 .item02__img__cont{
    position: relative;
    width: 47.724rem;
    padding-top: 7.6rem;
    padding-bottom: 9.4rem;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  #issue108 .item02 {
    padding-bottom: calc(258.6* (100vw / 750));
  }
  #issue108 .item02 .item__wrap{
    padding-top: calc(316.6*(100vw / 750));
    padding-bottom: 0;
  }
  #issue108 .item02 .sec__ttl{
    padding-bottom: calc(25.6* (100vw / 750));
  }
  #issue108 .item02__img {
    width: calc(395* (100vw / 750));
    margin: 0 auto;
    padding-bottom: calc(26.5* (100vw / 750));
  }
  #issue108 .item02 .item__txt-cont{
    width: calc(330* (100vw / 750));
    padding-bottom: calc(81* (100vw / 750));
  }
  #issue108 .item02 .item-txt {
    word-spacing: calc(-2*(100vw / 750));
  }
}

/* ----------- look4 ----------- */
@media screen and (min-width: 768px) {
  #issue108 .look04 .sec__imgWrap{
    padding: 14.17rem 0 17.01rem;
  }
}
@media screen and (max-width: 767px) {
  #issue108 .look04 {
    padding-bottom: calc(92.5* (100vw / 750));
  }
  #issue108 .look04 .sec__wrap{
    padding-top: calc(26.5*(100vw / 750));
  }
  #issue108 .look04 .sec__cont {
    margin-bottom: calc(10*(100vw / 750));
    padding-left: calc(2*(100vw / 750));
  }
  #issue108 .look04 .txt-right .nmbr{
    padding-right: calc(3*(100vw / 750));
  }
  #issue108 .look04 .sec__imgWrap .sec__img:first-child {
    margin-bottom: calc(16*(100vw / 750));
  }
  #issue108 .look04 .crdtWrap{
    margin: calc(35.2*(100vw / 750)) auto 0;
  }
}

/* ----------- look5 ----------- */
@media screen and (min-width: 768px) {
  #issue108 .look05 .sec__imgWrap{
    padding: 0 0 13.2rem;
  }
}
@media screen and (max-width: 767px) {
  #issue108 .look05 .sec__imgWrap .sec__img:first-child {
    margin-bottom: calc(22*(100vw / 750));
  }
  #issue108 .look05 .crdtWrap{
    margin: calc(22*(100vw / 750)) auto 0;
  }
  #issue108 .look05 .sec__cont{
    margin-bottom: calc(9.5*(100vw / 750));
  }
}
/* ========== ▲ block03 ▲ ========== */
/* ========== ▼ block04 ▼ ========== */
#issue108 .block04{
  background-color: var(--color-bold);
}
/* ----------- item03  ----------- */
@media only screen and (min-width: 768px) {
  #issue108 .item03{
    position: relative;
    width: 100%;
    background-color: var(--color-ivory);
  }
  #issue108 .item03 .sec__imgWrap{
    padding: 11.07rem 0 11.68rem;
  }

  #issue108 .item03 .sec__ttl {
    font-size: 1.786rem;
    letter-spacing: -0.04em;
    margin-right: 7.7rem;
    margin-left: 0.8rem;
  }

  #issue108 .item03 .item__txt-cont{
    position: absolute;
    right: 3.37%;
    bottom: 12rem;
    height: auto;
  }
  #issue108 .item03 .item__crdt{
    position: absolute;
    top: 7.6rem;
    left: 2.91%;
    z-index: 100;
  }

  #issue108 .item03__img__cont{
    position: relative;
    width: 47.724rem;
    padding-top: 7.5rem;
    padding-left: 0.3rem;
    padding-bottom: 12.5rem;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  #issue108 .item03 {
    padding-bottom: calc(228.6* (100vw / 750));
  }
  #issue108 .item03 .item__wrap{
    padding-top: calc(194.5*(100vw / 750));
    padding-bottom: 0;
  }
  #issue108 .item03 .sec__ttl{
    padding-bottom: calc(28* (100vw / 750));
  }
  #issue108 .item03__img {
    width: calc(422* (100vw / 750));
    margin: 0 auto;
    padding-bottom: calc(26.5* (100vw / 750));
  }
  #issue108 .item03 .item__txt-cont{
    padding-bottom: calc(90.5* (100vw / 750));
  }
  #issue108 .item03 .item-txt {
    font-size: calc(16*(100vw / 750));
    letter-spacing: 0.02em;
  }
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーここから */

/* ----------- look6 ----------- */
/* #issue108 .look06 .stickyWrap{

} */
#issue108 .look06 .font-en01,
#issue108 .look06 .font-en02,
#issue108 .look06 .crdt a {
  color: var(--color-ivory);
}
@media screen and (min-width: 768px) {
  #issue108 .look06 {
    position: relative;
    background-color: var(--color-bold);
  }
  #issue108 .look06 .sec__imgWrap{
    position: relative;
    padding: 9.5rem 0 14.2rem;
    background-color: var(--color-bold);
    /* height: 117.296rem; */
  }
  #issue108 .look06__img01,
  #issue108 .look06__img02{
    pointer-events: all;
  }
  #issue108 .look06 .sec__imgWrap::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--color-bold);
    top: 0;
    left: 0;
  }
  #issue108 .look06 .txt-right{
    background-color: transparent;
  }
  #issue108 .look06 .txt-left{
    padding-left: 1.2rem;
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  #issue108 .look06 {
    padding-bottom: calc(75* (100vw / 750));
  }
  #issue108 .look06 .sec__imgWrap .sec__img:first-child {
    margin-bottom: calc(22*(100vw / 750));
  }
  #issue108 .look06 .crdtWrap{
    margin: calc(16*(100vw / 750)) auto 0;
  }
  #issue108 .look06 .sec__cont{
    margin-bottom: calc(9.5*(100vw / 750));
  }
}

/* ========== ▲ block04 ▲ ========== */
/* ========== ▼ block05 ▼ ========== */
#issue108 .block05{
  background-color: var(--color-ivory);
}
#issue108 .block05 .txt-right {
  top: -0.1rem;
}
@media screen and (min-width: 768px) {
  #issue108 .block05 .stickyWrap__cont{
    padding-top: 12.4rem;
  }
  #issue108 .block05 .txt-left{
    padding-top: 0.2rem;
  }
}
/* ----------- look7 ----------- */
@media screen and (min-width: 768px) {

  #issue108 .look07 .sec__imgWrap{
    padding: 12.39rem 0 10.2rem;
  }
  /* #issue108 .look07 .txt-right{

  } */
}
@media screen and (max-width: 767px) {
  #issue108 .look07{
    padding-bottom: calc(238* (100vw / 750));
  }
  #issue108 .look07 .sec__wrap {
    padding-top: calc(204.5*(100vw / 750));
  }
  #issue108 .look07 .sec__imgWrap .sec__img:first-child {
    margin-bottom: calc(19*(100vw / 750));
  }
  #issue108 .look07 .txt-right .nmbr{
    padding-right: 0;
  }
  #issue108 .look07 .crdtWrap{
    margin: calc(18*(100vw / 750)) auto 0;
  }
  #issue108 .look07 .sec__cont{
    margin-bottom: calc(9.5*(100vw / 750));
  }
}

/* ========== ▲ block05 ▲ ========== */

/* ========== ▼ block06 ▼ ========== */
#issue108 .block06{
  background-color: var(--color-ivory);
}

/* ----------- item04  ----------- */
@media only screen and (min-width: 768px) {
  #issue108 .item04{
    width: 100%;
  }
  #issue108 .item04 .sec__imgWrap{
    padding: 7.6rem 0 12.5rem;
    /* width: 132.7rem; */
    /* margin-right: auto;
    margin-left: 6.8rem; */
  }
  #issue108 .item04 .sec__ttl {
    font-size: 1.786rem;
    letter-spacing: -0.04em;
  }
  #issue108 .item04__img{
    background: transparent;
    width: 100%;
  }
  #issue108 .item04 .item__txt-cont{
    position: absolute;
    top: 4rem;
  }
  #issue108 .item04 .item-txt{
    width: 50rem;
    text-align: left;
  }

  #issue108 .item04 .item-txt__wrap {
    position: absolute;
    left: 3.28%;
    top: 9.9rem;
    z-index: 10000;
    height: auto;
  }
  /* #issue108 .item04 .item__txt-cont{
    position: relative;
  } */
  #issue108 .item04 .item__crdt{
    position: relative;
    top: 12.6rem;
    left: -0.2rem;
    z-index: 100;
  }

  #issue108 .item04__img__cont{
    position: relative;
    width: 47.724rem;
    padding-top: 7.5rem;
    padding-left: 0.3rem;
    padding-bottom: 12.5rem;
    z-index: 10;
  }

}
@media screen and (max-width: 767px) {
  #issue108 .item04 {
    position: relative;
  }
  #issue108 .item04::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: calc(-1*(100vw / 750));
    border-bottom: 2px solid var(--color-bold);
  }
  #issue108 .item04 .item__wrap{
    padding-top: calc(42*(100vw / 750));
    padding-bottom: calc(272*(100vw / 750));
    align-items: flex-end;
  }
  #issue108 .item04 .item__txt-cont{
    padding-bottom: calc(334* (100vw / 750));
    margin-left: auto;
  }
  #issue108 .item04 .item-txt {
    font-size: calc(16*(100vw / 750));
    line-height: 1.54375;
    text-align: right;
  }
  #issue108 .item04__img {
    width: calc(444.96* (100vw / 750));
    margin: 0 auto 0 calc(37.5* (100vw / 750));
  }
  #issue108 .item04 .crdt {
    padding-top: calc(18.3*(100vw / 750));
  }
}

/* ----------- look8 ----------- */
#issue108 .look08 .font-en01,
#issue108 .look08 .font-en02,
#issue108 .look08 .crdt a {
  color: var(--color-ivory);
}
@media screen and (min-width: 768px) {
  #issue108 .look08 .sec__imgWrap{
    position: relative;
    z-index: 10;
    z-index: 10000;
    width: 100%;
    height: auto;
    background-color: transparent;
    pointer-events: none;
    /* padding: 0 0 0; */
  }
  #issue108 .look08 .look08__wrap{
    pointer-events: none;
  }
  #issue108 .look08__img01,
  #issue108 .look08__img02 {
    padding-top: 5.5rem;
    padding-bottom: 17.5rem;
    pointer-events: all;
  }
  #issue108 .look08__sticky .txt-left,
  #issue108 .look08__sticky .txt-right {
    background-color: transparent;
  }
  #issue108 .look08__sticky .txt-left p,
  #issue108 .look08__sticky .txt-right p{
    color: var(--color-ivory);
  }
  #issue108 .look08 .txt-right{
    top: 0;
  }

}
@media screen and (max-width: 767px) {
  #issue108 .look08{
    padding-bottom: calc(90* (100vw / 750));
  }
  #issue108 .look08 .txt-right .nmbr {
    padding-right: 0;
  }
  #issue108 .look08 .sec__imgWrap .sec__img:first-child {
    margin-bottom: calc(22*(100vw / 750));
  }
  #issue108 .look08 .crdtWrap{
    margin: calc(20*(100vw / 750)) auto 0;
  }
  #issue108 .look08 .sec__cont{
    margin-bottom: calc(6.5*(100vw / 750));
  }
  #issue108 .look08 .swiper-pagination-clickable .swiper-pagination-bullet{
    background: #fff;
  }
  #issue108 .look08 span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #B5B5B6;
  }
}

/* ========== ▲ block06 ▲ ========== */

/* ========== ▼ block07 ▼ ========== */
#issue108 .block07{
  width: 100%;
  background-color: var(--color-ivory);
}
@media only screen and (min-width: 768px) {
  /* #issue108 .block07{
    position: relative;
    z-index: 500;
  } */
}
/* ----------- look9 ----------- */
@media screen and (min-width: 768px) {
  #issue108 .look09 .sec__imgWrap{
    padding: 14rem 0 3rem;
  }
  #issue108 .look09 .txt-right{
    right: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  #issue108 .look09 .sec__imgWrap .sec__img:first-child {
    margin-bottom: calc(22*(100vw / 750));
  }
  #issue108 .look09 .crdtWrap{
    margin: calc(22*(100vw / 750)) auto 0;
  }
  #issue108 .look09 .sec__cont{
    margin-bottom: calc(9.5*(100vw / 750));
  }
}
/* ----------- look10 ----------- */
@media screen and (min-width: 768px) {
  #issue108 .look10 .sec__imgWrap{
    padding: 14rem 0 14rem;
  }
}
@media screen and (max-width: 767px) {
  #issue108 .look10 {
    padding-top: calc(251.5*(100vw / 750));
  }
  #issue108 .look10 .sec__imgWrap .sec__img:first-child {
    margin-bottom: calc(19*(100vw / 750));
  }
  #issue108 .look10 .crdtWrap{
    margin: calc(22*(100vw / 750)) auto 0;
  }
  #issue108 .look10 .sec__cont{
    margin-bottom: calc(7.5*(100vw / 750));
  }
  #issue108 .look10 .txt-right .nmbr {
    padding-right: 0;
  }
}
/* ----------- look11 ----------- */
@media screen and (min-width: 768px) {
  #issue108 .look11 .sec__imgWrap{
    padding: 0 0 16.5rem;
  }
}
@media screen and (max-width: 767px) {
  #issue108 .look11 {
    padding-bottom: calc(333*(100vw / 750));
  }
  #issue108 .look11 .sec__wrap {
    padding-top: calc(278.5*(100vw / 750));
  }
  #issue108 .look11 .sec__ttl {
    padding-left: calc(3*(100vw / 750));
  }
  #issue108 .look11 .txt-right .nmbr {
    padding-right: 0;
  }
  #issue108 .look11 .sec__imgWrap .sec__img:first-child {
    margin-bottom: calc(20*(100vw / 750));
  }
  #issue108 .look11 .crdtWrap{
    margin: calc(27*(100vw / 750)) auto 0;
  }
  #issue108 .look11 .sec__cont{
    margin-bottom: calc(14.5*(100vw / 750));
  }
  #issue108 .look11 .img02WrapImg-pagination{
    bottom: calc(-82.2*(100vw / 750));
  }

}
/* ----------- look12 ----------- */
@media screen and (min-width: 768px) {
  #issue108 .look12 .sec__imgWrap{
    padding: 0 0 20.2rem;
  }
}
@media screen and (max-width: 767px) {
  #issue108 .look12 {
    padding-bottom: calc(153*(100vw / 750));
  }
  #issue108 .look12 .sec__ttl {
    padding-left: calc(10*(100vw / 750));
  }
  #issue108 .look12 .txt-right .nmbr {
    padding-right: calc(2*(100vw / 750));
  }
  #issue108 .look12 .sec__imgWrap .sec__img:first-child {
    margin-bottom: calc(26*(100vw / 750));
  }
  #issue108 .look12 .crdtWrap{
    margin: calc(26*(100vw / 750)) auto 0 calc(13*(100vw / 750));
  }g
  #issue108 .look12 .sec__cont{
    margin-bottom: calc(13.5*(100vw / 750));
  }
  #issue108 .look12 .img02WrapImg-pagination {
    bottom: calc(-95.2*(100vw / 750));
    left: 48.7%;
  }
}
/* ========== ▲ block07 ▲ ========== */
/* ========== ▼ block08 ▼ ========== */
#issue108 .block08{
  background-color: var(--color-ivory);
}
/* ----------- item05  ----------- */
@media only screen and (min-width: 768px) {

  #issue108 .item05{
    position: relative;
    width: 100%;
    /* height: 94.775rem; */
  }
  #issue108 .item05__wrap{
    justify-content: space-between;
    padding: 11.07rem 0 11.68rem;
  }

  #issue108 .item05 .sec__ttl {
    font-size: 1.786rem;
    letter-spacing: -0.04em;
    margin-right: 7.7rem;
    margin-left: 0.8rem;
  }

  #issue108 .item05 .item__txt-cont{
    position: absolute;
    right: 2.67%;
    bottom: 8.6rem;
  }
  /* #issue108 .item05__img{
    padding:  7rem 0 11.5rem;
  } */
  #issue108 .item05__img__cont{
    position: relative;
    width: 47.724rem;
    padding-top: 11.7rem;
    padding-left: 0.3rem;
    padding-bottom: 11.5rem;
    z-index: 100;
  }
  #issue108 .item05 .item__crdt {
    position: absolute;
    padding-top: 7.2rem;
    padding-left: 2.8%;
    z-index: 100;
  }
  #issue108 .item05 .sec__ttl {
    font-size: 1.786rem;
    letter-spacing: -0.04em;
    padding-bottom: 2.51rem;
  }
  #issue108 .item05 .item-txt{
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  #issue108 .item05 .item__wrap{
    padding-top: calc(52*(100vw / 750));
    flex-direction: column-reverse;
    padding-bottom: calc(75*(100vw / 750));
  }
  #issue108 .item05 .item__txt-cont{
    padding-bottom: calc(400* (100vw / 750));
    margin-right: calc(17* (100vw / 750));
    margin-left: auto;
  }
  #issue108 .item05 .item-txt {
    text-align: right;
    letter-spacing: 0;
    line-height: 1.7210526316;
  }
  #issue108 .item05__img {
    width: calc(493.53* (100vw / 750));
    margin-right: auto;
    margin-left: 0;
    padding-bottom: calc(22* (100vw / 750));
  }
  #issue108 .item05 .item__crdt{
    margin-right: auto;
    margin-left: 0;
  }
}
/* ========== ▲ block08 ▲ ========== */
/* ========== ▼ block09 ▼ ========== */
#issue108 .block09{
  background-color: var(--color-ivory);
}
@media screen and (min-width: 768px) {
  #issue108 .block09 .txt-left{
    padding-left: 2.4rem;
  }
}
/* ----------- look13 ----------- */
@media screen and (min-width: 768px) {
  #issue108 .look13 .sec__imgWrap{
    padding: 11.5rem 0 16.8rem 0;
  }
}
@media screen and (max-width: 767px) {
  #issue108 .look13 {
    padding-bottom: calc(207*(100vw / 750));
  }
  #issue108 .look13 .sec__wrap{
    padding-top: calc(31.5*(100vw / 750));
  }
  #issue108 .look13 .sec__ttl{
    padding-left: calc(2*(100vw / 750));
  }
  #issue108 .look13 .sec__imgWrap .sec__img:first-child {
    margin-bottom: calc(19*(100vw / 750));
  }
  #issue108 .look13 .crdtWrap{
    margin: calc(28*(100vw / 750)) auto 0 calc(5*(100vw / 750));
  }
  #issue108 .look13 .sec__cont{
    margin-bottom: calc(6.5*(100vw / 750));
  }
  #issue108 .look13 .img02WrapImg-pagination {
    bottom: calc(-84.2*(100vw / 750));
    left: 47.7%;
  }
}
/* ----------- look14 ----------- */
@media screen and (min-width: 768px) {
  #issue108 .look14 .sec__imgWrap{
    padding: 0 0 16.8rem 0;
  }
}
@media screen and (max-width: 767px) {
  #issue108 .look14 {
    padding-bottom: calc(351*(100vw / 750));
  }
  /* #issue108 .look14 .sec__imgWrap .sec__img:first-child {
    margin-bottom: calc(2*(100vw / 750));
  } */
  #issue108 .look14 .crdtWrap{
    margin: calc(27*(100vw / 750)) auto 0 calc(4*(100vw / 750));
  }
  #issue108 .look14 .sec__ttl {
    padding-left: calc(2*(100vw / 750));
  }
  #issue108 .look14 .sec__cont{
    margin-bottom: calc(5.5*(100vw / 750));
  }
  #issue108 .look14 .img02WrapImg-pagination {
    bottom: calc(-83.2*(100vw / 750));
    left: 47.8%;
  }
}
/* ----------- look15 ----------- */
@media screen and (min-width: 768px) {
  #issue108 .look15{
    padding-bottom: 80rem;
  }
  #issue108 .look15 .sec__imgWrap{
    padding: 0 0 22.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  #issue108 .look15 {
    padding-bottom: calc(157*(100vw / 750));
  }
  #issue108 .look15 .sec__imgWrap .sec__img:first-child {
    margin-bottom: calc(17*(100vw / 750));
  }
  #issue108 .look15 .sec__ttl {
    padding-left: calc(3*(100vw / 750));
  }
  #issue108 .look15 .crdtWrap{
    margin: calc(29*(100vw / 750)) auto 0;
  }
  #issue108 .look15 .sec__cont{
    margin-bottom: calc(14.5*(100vw / 750));
  }
  #issue108 .look15 .img02WrapImg-pagination {
    bottom: calc(-90.2*(100vw / 750));
  }
}
/* ========== ▲ block09 ▲ ========== */


/* ========== ▼ last-block ▼ ========== */

#issue108 .staff-list{
  flex-direction: column;
}
#issue108 .staff-name{
  line-height: 1;
  color: var(--color-ivory);
}
#issue108 .last-block__wrap .sec__ttl{
  color: var(--color-ivory);
}
#issue108 .arrow {
  filter: invert(1);
  width: 100%;
}
@media screen and (min-width: 768px) {
  #issue108 .last-block{
    margin-top: -80rem;
    background-color: var(--color-bold);
  }
  #issue108 .last-block__wrap{

    background-color: var(--color-bold);
    margin-right: auto;

  }
  #issue108 .last-ttl__wrap{
    position: absolute;
    top: 9.7rem;
    left: 3.24%;
  }
  #issue108 .item06__img{

    width: 100%;
    background-color: var(--color-bold);
    padding-top: 9.8rem;
    padding-top: 2.5rem;
  }
  #issue108 .item06__img__cont{
    position: relative;
    left: 64rem;
    width: 48.102rem;
    padding: 9.8rem 0 19.05rem;
  }
  #issue108 .staff-list_wrap{
    position: absolute;
    bottom: 20.7rem;
    left: 3.22%;

  }
  #issue108 .junko_k__img{
    width: 23.5rem;
    height: 3rem;
    padding-left: 0.1rem;
    padding-bottom: 6.3rem;
  }
  #issue108 .staff-list{
    row-gap: 1.75rem;
    padding-bottom: 6.3rem;
  }
  #issue108 .staff-name{
    font-size: 2.1rem;
    letter-spacing: 0.0075em;
  }
  #issue108 .check-all-btn .cai_txt{
    width: 18.592rem;
    height: 1.454rem;
  }
  #issue108 .check-all-btn .arrow{
    margin-right: 1rem;
    width: 1rem;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  #issue108 .last-block__wrap{
    display: grid;
  }
  #issue108 .last-block__wrap{
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    width: 100%;
    padding: calc(189* (100vw / 750)) 0 calc(114.2* (100vw / 750));
  }
  #issue108 .last-ttl__wrap{
    grid-row: 1 / 2;
    padding-bottom: calc(99* (100vw / 750));
  }
  #issue108 .last-block__wrap .sec__ttl {
    font-size: calc(32.36* (100vw / 750));
    letter-spacing: -0.04em;
    text-align: center;
    padding-bottom: calc(23* (100vw / 750));
  }
  #issue108 .junko_k__img{
    width: calc(236.24* (100vw / 750));
    height: calc(24.07* (100vw / 750));
    margin: 0 auto;
  }
  #issue108 .item06__img__cont{
    grid-row: 2 / 3;
    width: calc(395* (100vw / 750));
    padding-bottom: calc(195.7* (100vw / 750));
    margin: 0 auto;
  }
  #issue108 .staff-list_wrap{
    grid-row: 3 / 4;
    width: 100vw;
    border-top: 1px solid var(--color-ivory);
    padding-top: calc(71* (100vw / 750));
  }
  #issue108 .staff-list_wrap__cont{
    justify-content: space-between;
    width: calc(656.03* (100vw / 750));
  }
  #issue108 .staff-list{
    row-gap: calc(17.4* (100vw / 750));
  }
  #issue108 .staff-name{
    font-size: calc(21* (100vw / 750));
    letter-spacing: 0.008em;
  }
  #issue108 .check-all-btn {
    margin-top: calc(4* (100vw / 750));
  }
  #issue108 .check-all-btn .cai_txt{
    width: calc(185.92* (100vw / 750));
    height: calc(14.54* (100vw / 750));
  }
  #issue108 .check-all-btn .arrow{
    position: relative;
    display: inline-block;
    bottom: calc(2*(100vw / 750));
    margin-right: calc(10* 100vw / 750);
    width: calc(12* 100vw / 750);
    aspect-ratio: 1 / 1;
  }
}

.footer {
  padding-top: 0;
  background-color: #fff;
}

/* ========== ▲ last-block ▲ ========== */

/*================================
  animation
=================================*/


/*--------------------------------
  fadeIn blur
--------------------------------*/
#issue108 .js-fadeIn{
  opacity: 0;
}
#issue108 .js-fadeIn.js-scrollIn{
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime{
  0% {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}

#issue108 .js-fadeInPc,
#issue108 .js-fadeInSp{
  opacity: 0;
  transition: 1s;
  transform: translateY(5rem);
}
#issue108 .js-fadeIn .delay01{
  transition-delay: 3s;
}
#issue108 .js-scrollIn{
  opacity: 1;
  transform: translateY(0rem);
}

/*----  fadeIn for mobile  -----*/
@media screen and (max-width: 767px) {
  #issue108 .js-fadeInPc{
    opacity: 1;
    transform: translateX(0);
    transform: translateY(0);
  }
}

/*----  fadeIn for desktop  -----*/
@media only screen and (min-width: 768px) {
  #issue108 .js-fadeInSp{
    opacity: 1;
    transform: translateX(0);
    transform: translateY(0);
  }
}

/*--------------------------------
  fadeUp
--------------------------------*/
#issue108 .js-fadeUp{
  opacity: 0;
  transition: 1s;
  transform: translateY(5rem);
}
#issue108 .js-fadeUp.js-scrollIn{
  opacity: 1;
  transform: translateY(0rem);
}
/*--------------------------------
  pc：bg blur
--------------------------------*/
@media only screen and (min-width: 768px) {
  #issue108 .only_bg{
    position: absolute;
    display: block;
    opacity: 0;
    transition: 0.5s;
    width: 100vw;
    height: 100%;
    z-index: 10;
  }
  /* #issue108 .item04 .only_bg{
    height: 208.062rem;
  } */
  #issue108 .item_bg.is-active .only_bg{
    opacity: 1;
    background-color: var(--color-bold);
  }
  #issue108 .item_bg2.is-active2 .only_bg{
    opacity: 1;
    background-color: var(--color-bold);
  }
}

/*--------------------------------
  swiper
--------------------------------*/

/*===================== pagination */
#issue108 .swiper-pagination{
  display: flex;
  justify-content: left;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #issue108 .swiper-pagination span:not(:first-child){
    margin-left: calc(15* (100vw / 750))!important;
  }
  #issue108 .img02WrapImg-pagination{
    left: 47.4%;
    bottom: calc(-79.2*(100vw / 750));
  }
}
#issue108 .swiper-pagination-clickable .swiper-pagination-bullet{
  background: #B5B5B6;
  /* border: solid calc(1* (100vw / 750)) #000; */
  border-radius: 100%;
  box-sizing: border-box;
  opacity: 1;
  margin: 0!important;
  width: calc(10* (100vw / 750));
  height: calc(10* (100vw / 750));
}
#issue108 span.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #000;
}
#issue108 span.swiper-notification{
  display: none!important;
}
#issue108 .swiper{
  overflow: visible;
}
/* //pagination */


@media only screen and (min-width: 768px) {
  .sec__imgWrap,
  .item04__img,
  .item05__img,
  .item06__img {
    background-color: var(--color-ivory);
  }
  #issue108 .item01__img,
  #issue108 .item02__img,
  #issue108 .item03__img,
  #issue108 .item04__img,
  #issue108 .item05__img,
  #issue108 .item06__img {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #issue108 .sec__imgWrap{
    width: 100%;
    justify-content: center;
    column-gap: 2.5rem;
    margin: 0;

  }

}


