﻿@charset "UTF-8";

body {
  margin: 0;
  height: 100svh;
  overflow: hidden;
}

.logoObj {
  width: auto;
  position: fixed;
  bottom: 4.5%;
  left: 5%;
  mix-blend-mode: difference;
  height: 62px;
  z-index: 10;
}
.logoObj a {
  width: auto;
  height: 100%;
}
#scrollArea {
  display: flex;
  flex-direction: row;
  height: 100svh;
  width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: flex-start;
  padding: 0 20% 0 0;
}
#scrollArea .articleSet {
  display: flex;
  flex-direction: row;
}
video {
  width: auto;
  height: 100%;
}
img {
  width: auto;
  height: 100%;
}
.creditLists {
  margin: 1em 0 0;
}
.creditLists .creditList {
}
.creditLists .creditList + .creditList {
}
.creditLists .creditList a {
  text-decoration: none;
  color: #000;
  text-align: right;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
  font-size: 9px;
  line-height: 1.6;
  letter-spacing: 0;
  display: flex;
  justify-content: flex-start;
}
.creditLists.clrWh .creditList a {
  color: #fff;
}
.creditLists.txtR .creditList a {
  justify-content: flex-end;
}

.creditLists .creditList .name {
  width: 6em;
  display: block;
  margin: 0 1.5em 0 0;
  text-align: left;
}
.creditLists .creditList .price {
  width: auto;
  text-align: left;
}
.creditLists.txtL {
}
.creditLists.txtL .creditList {
}
.creditLists.txtL .creditList a {
}
@media screen and (min-width: 768px) {
  body {
    margin: 0;
    height: 100svh;
    overflow: hidden;
  }

  .logoObj {
    bottom: 12.5%;
    left: 1%;
    height: 72px;
  }
  #scrollArea {
    display: flex;
    flex-direction: row;
    height: 100svh;
    width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    padding: 0 20% 0 0;
  }
  #scrollArea .articleSet {
    display: flex;
    flex-direction: row;
  }
  video {
    width: auto;
    height: 100%;
  }
  img {
    width: auto;
    height: 100%;
  }
  .creditLists {
    margin: 0.5em 0 0;
  }
  .creditLists .creditList {
  }
  .creditLists .creditList + .creditList {
  }
  .creditLists .creditList a {
    font-size: 9px;
    line-height: 1.6;
  }
  .creditLists .creditList .name {
    width: 5em;
    display: block;
    margin: 0 1.5em 0 0;
    text-align: left;
  }
  .creditLists .creditList .price {
    width: auto;
    text-align: left;
  }
  .creditLists.txtL {
  }
  .creditLists.txtL .creditList {
  }
  .creditLists.txtL .creditList a {
  }
}
.imgObj {
  position: relative;
}
.imgGlp {
  display: flex;
  flex-flow: wrap;
}
.set01 {
  height: 79.8svh;
  margin: auto 25% auto 20%;
  /* width: 100svh; */
  width: 100vw;
}
.set01 video {
  /* height: auto; */
  /* width: 100%; */
}
.set02 {
}
.set02 .txtObj {
  height: 2%;
  display: flex;
  margin: auto 2% 35vh 0;
}
.set02 {
  margin: 0 30% 0 0;
}
.set03 {
  margin: 0 4% 0 110%;
}

.set04 {
  margin: 0 60% 0 0;
}
.set05 {
}
.set06 {
  margin: 0 0 0 70%;
}
.set06 .ttlObj {
  height: 1.8%;
  margin: auto 5% auto 0;
}
.set06 .imgTxtBlk {
  /* height: 32svh; */
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  width: 100%;
}
.set06 .imgTxtBlk .imgLists {
  display: flex;
  flex-flow: wrap;
  width: 60vh;
  /* height: 40svh; */
  align-items: center;
  /* height: 100%; */
}
.set06 .imgTxtBlk .imgLists .imgList {
  width: calc(100% / 5 - 1%);
  margin: 0 0 0.5% auto;
  display: flex;
}
.set06 .imgTxtBlk .imgLists .imgList img {
  width: 100%;
  height: auto;
}
.set06 .imgTxtBlk .imgLists .imgList + .imgList {
}
.set06 .imgTxtBlk .imgLists .imgList a {
}
.set06 .imgTxtBlk .imgLists .imgList a:hover {
  opacity: 1;
}

.set06 .imgTxtBlk .imgLists .imgList a:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.66);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s ease;
}
.set06 .imgTxtBlk .imgLists .imgList a:hover::before {
  opacity: 1;
  transition: 0.5s ease;
}
.set06 .imgTxtBlk .bkBtn {
  height: 1svh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3% 0 0 auto;
}
.set06 .imgTxtBlk .bkBtn a {
  line-height: 1;
  width: 100%;
  height: 100%;
  display: flex;
}
.set06 .imgTxtBlk .bkBtn a:hover {
}

.i01 {
  height: 82svh;
  margin: 1.5% 1.5% 0 0;
}
.i01 .creditLists {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.i02 {
  height: 49svh;
  margin: auto 3% 1.5% 0;
}
.i02 .creditLists {
}
.i03 {
  height: 47svh;
  margin: auto 0 3% 0;
  z-index: 1;
}
.i03 .creditLists {
}
.i04 {
  height: 77svh;
  margin: 3% 0px 0 -4%;
  z-index: 0;
}
.i04 .creditLists {
  position: absolute;
  top: 3%;
  right: 105%;
  margin: 0;
}
.i05 {
  height: 56svh;
  margin: auto 4% 7% -1.5%;
}
.i05 .creditLists {
}
.i06 {
  height: 57svh;
  margin: 3.5% 0 0 0;
  z-index: 2;
}
.i06 .creditLists {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  padding: 0 31% 0 0;
}
.i07 {
  height: 100svh;
  margin: 0 0 0 -2%;
  z-index: 0;
}
.i07 .creditLists {
}
.i08 {
  height: 56svh;
  flex-flow: column-reverse;
  display: flex;
  margin: auto 0 2.5% 0;
  z-index: 2;
}
.i08 .creditLists {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  padding: 0 18% 8% 0;
}
.i09 {
  z-index: 1;
  height: 69svh;
  margin: 4.4% 4% 0 -1%;
}
.i09 .creditLists {
}
.i10 {
  height: 58svh;
  margin: 7.5% 0 0;
}
.i10 .creditLists {
}
.i11 {
  height: 58svh;
  margin: 7.5% 5% 0 0;
}
.i11 .creditLists {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.i12 {
  height: 80svh;
  margin: 2% 0 0 0;
}
.i12 .creditLists {
  position: absolute;
  top: 0;
  left: 105%;
}
.i13 {
  height: 57svh;
  margin: auto 0 3% -4%;
}
.i13 .creditLists {
}
.i14 {
  height: 47svh;
  margin: 7% 2% auto 0;
}
.i14 .creditLists {
}
.i15 {
  height: 78svh;
  margin: auto 0 1%;
  z-index: 2;
}
.i15 .creditLists {
}
.i16 {
  z-index: 1;
  height: 59svh;
  margin: 1% 1.5% 0 -1%;
}
.i16 .creditLists {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.i17 {
  height: 59svh;
  margin: auto 0 1.6%;
}
.i17 .creditLists {
}
.i18 {
  height: 65svh;
  margin: 2% 1.5% 0 1%;
}
.i18 .creditLists {
}
.i19 {
  height: 68svh;
  margin: auto 1.5% 0 0;
  display: flex;
  flex-flow: column-reverse;
}
.i19 .creditLists {
  margin: 0 0 1.5em;
}
.i20 {
  height: 81svh;
  margin: 0.8% 2% 0 0;
}
.i20 .creditLists {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.i21 {
  height: 49svh;
  margin: auto 2% 8% 0;
}
.i21 .creditLists {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}

@media screen and (min-width: 768px) {
  .imgObj {
    position: relative;
  }
  .imgGlp {
    display: flex;
    flex-flow: wrap;
  }
  .set01 {
    height: 85%;
    margin: auto 12% auto 10%;
  }
  .set02 {
  }
  .set02 .txtObj {
    height: 2%;
    display: flex;
    margin: auto 1% 35vh 0;
  }
  .set02 {
    margin: 0 14% 0 0;
  }
  .set03 {
    margin: 0 4% 0 0;
  }

  .set04 {
    margin: 0 15% 0 0;
  }
  .set05 {
    margin: 0 7% 0 0;
  }
  .set06 {
    margin: 0 0 0 19%;
  }
  .set06 .ttlObj {
    height: 1.8vh;
    margin: auto 5% auto 0;
  }
  .set06 .imgTxtBlk {
    /* height: 32svh; */
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
  }
  .set06 .imgTxtBlk .imgLists {
    display: flex;
    flex-flow: wrap;
    width: 46.7vw;
    /* height: 40svh; */
    align-items: center;
    /* height: 100%; */
  }
  .set06 .imgTxtBlk .imgLists .imgList {
    height: auto;
    margin: 0 0 1% auto;
    display: flex;
    /* width: auto; */
  }
  .set06 .imgTxtBlk .imgLists .imgList img {
    /* width: auto; */
    /* height: 100%; */
  }
  .set06 .imgTxtBlk .imgLists .imgList + .imgList {
  }
  .set06 .imgTxtBlk .imgLists .imgList a {
    display: flex;
  }
  .set06 .imgTxtBlk .imgLists .imgList a:hover {
    opacity: 1;
  }

  .set06 .imgTxtBlk .imgLists .imgList a:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.66);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s ease;
  }
  .set06 .imgTxtBlk .imgLists .imgList a:hover::before {
    opacity: 1;
    transition: 0.5s ease;
  }
  .set06 .imgTxtBlk .bkBtn {
    height: 1svh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3% 0 0 auto;
  }
  .set06 .imgTxtBlk .bkBtn a {
    line-height: 1;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .i01 {
    height: 79vh;
    margin: 1% 1.2% 0 0;
  }
  .i01 .creditLists {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
  }
  .i02 {
    height: 51vh;
    margin: auto 2% 2.5% 0;
  }
  .i02 .creditLists {
  }
  .i03 {
    height: 51vh;
    margin: auto 0 4% 0;
    z-index: 1;
  }
  .i03 .creditLists {
  }
  .i04 {
    height: 75vh;
    margin: 1.5% 0px 0 -3%;
    z-index: 0;
  }
  .i04 .creditLists {
    position: absolute;
    top: 5%;
    right: 105%;
  }
  .i05 {
    height: 56vh;
    margin: auto 4% 8% -2%;
  }
  .i05 .creditLists {
  }
  .i06 {
    height: 60vh;
    margin: 2% 0 0 0;
    z-index: 2;
  }
  .i06 .creditLists {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    padding: 0 35% 0 0;
  }
  .i07 {
    z-index: 0;
    height: 100vh;
    margin: 0 0 0 -3%;
  }
  .i07 .creditLists {
  }
  .i08 {
    height: 56vh;
    flex-flow: column-reverse;
    display: flex;
    margin: auto 0 5% 0;
    z-index: 2;
    height: 56vh;
  }
  .i08 .creditLists {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    padding: 0 18% 8% 0;
  }
  .i09 {
    z-index: 1;
    height: 71vh;
    margin: 2% 4% 0 -1%;
  }
  .i09 .creditLists {
  }
  .i10 {
    height: 60vh;
    margin: 4.5% 0 0;
  }
  .i10 .creditLists {
  }
  .i11 {
    height: 60vh;
    margin: 4.5% 5% 0 0;
  }
  .i11 .creditLists {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
  }
  .i12 {
    height: 80vh;
    margin: 1% 0 0 0;
  }
  .i12 .creditLists {
    position: absolute;
    top: 0;
    left: 105%;
  }
  .i13 {
    height: 57vh;
    margin: auto 0 3% -4%;
  }
  .i13 .creditLists {
  }
  .i14 {
    height: 47vh;
    margin: 7% 2% auto 0;
  }
  .i14 .creditLists {
  }
  .i15 {
    height: 80vh;
    margin: auto 0 0.5%;
    z-index: 2;
  }
  .i15 .creditLists {
  }
  .i16 {
    z-index: 1;
    height: 62vh;
    margin: 1% 1% 0 -1%;
  }
  .i16 .creditLists {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
  }
  .i17 {
    height: 59vh;
    margin: auto 0 1.6%;
  }
  .i17 .creditLists {
  }
  .i18 {
    height: 65vh;
    margin: 1.5% 1.5% 0 1%;
  }
  .i18 .creditLists {
  }
  .i19 {
    height: 68vh;
    margin: auto 1.5% 0 0;
    display: flex;
    flex-flow: column-reverse;
  }
  .i19 .creditLists {
    margin: 0 0 1.5em;
  }
  .i20 {
    height: 81vh;
    margin: 0.8% 2% 0 0;
  }
  .i20 .creditLists {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
  }
  .i21 {
    height: 49vh;
    margin: auto 2% 8% 0;
  }
  .i21 .creditLists {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
  }
}
/* @media screen and (min-width: 768px) {
  .i01 {
  }
  .i01 .creditLists {
  }
  .i02 {
  }
  .i02 .creditLists {
  }
  .i03 {
  }
  .i03 .creditLists {
  }
  .i04 {
  }
  .i04 .creditLists {
  }
  .i05 {
  }
  .i05 .creditLists {
  }
  .i06 {
  }
  .i06 .creditLists {
  }
  .i07 {
  }
  .i07 .creditLists {
  }
  .i08 {
  }
  .i08 .creditLists {
  }
  .i09 {
  }
  .i09 .creditLists {
  }
  .i10 {
  }
  .i10 .creditLists {
  }
  .i11 {
  }
  .i11 .creditLists {
  }
  .i12 {
  }
  .i12 .creditLists {
  }
  .i13 {
  }
  .i13 .creditLists {
  }
  .i14 {
  }
  .i14 .creditLists {
  }
  .i15 {
  }
  .i15 .creditLists {
  }
  .i16 {
  }
  .i16 .creditLists {
  }
  .i17 {
  }
  .i17 .creditLists {
  }
  .i18 {
  }
  .i18 .creditLists {
  }
  .i19 {
  }
  .i19 .creditLists {
  }
  .i20 {
  }
  .i20 .creditLists {
  }
} */

.fadeIn {
  transition: transform 1.6s cubic-bezier(0.37, 0, 0.63, 1), opacity 1s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
  transform: translateX(25px);
}

.fadeIn.animated {
  opacity: 1;
  transform: translateX(0px);
}

.animA img {
  transition: 1s ease-out;
  will-change: transform; /* パフォーマンス向上のため */
}

.noLink {
  pointer-events: none;
}
