﻿@charset "UTF-8";

.lpFont.it {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: italic;
}

picture {
  display: block;
}

.txtObj,
.lpFont {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  /* font-size: 1.25rem; */
  letter-spacing: 0em;
  pointer-events: none;
}

.artclArea {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 0;
}

img {
  -webkit-user-select: none;
  user-select: none;
}

/*font set*/

.lpTitle {
  font-size: 8.8vw;
}

.lpLTxt {
  font-size: 3.6vw;
}

.lpMTxt {
  font-size: 3.2vw;
}

.lpSTxt {
  font-size: 2.6vw;
}

.lpXsTxt {
  font-size: 2vw;
}

body {
  /* background: #e9c0b3; */
}

@media screen and (min-width: 768px) {
  /*font set*/
  .lpTitle {
    font-size: 6.8vw;
  }
  .lpLTxt {
    font-size: 2.8vw;
  }
  .lpMTxt {
    font-size: 2vw;
  }
  .lpSTxt {
    font-size: 1.8vw;
  }
  .lpXsTxt {
    font-size: 1.45vw;
  }

  .artclArea {
    padding: 0 0 10%;
  }
}

@media screen and (min-width: 961px) {
  .artclArea {
  }
  /*font set*/
  .lpTitle {
    font-size: 6rem;
  }
  .lpLTxt {
    font-size: 2rem;
  }
  .lpMTxt {
    font-size: 1.4rem;
  }
  .lpSTxt {
    font-size: 1.3rem;
  }
  .lpXsTxt {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1281px) {
  /*font set*/
  .lpMTxt {
  }
  .lpSTxt {
  }
}

#glbMenu .logoSct {
  display: none;
}

.artclArea .lpSet {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.lpSet {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  position: relative;
  /* overflow: hidden; */
}

.lpSet .abImgSet {
  line-height: 1;
  z-index: 1;
}

.lpSet .abImgSet {
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.lpSet .abImgSet .ssImg {
}

.areaStyle + .areaStyle {
  margin: 15% auto 0;
}

@media screen and (max-width: 767px) {
  .spw95 {
    width: 95%;
  }
}

@media screen and (min-width: 768px) {
  .artclArea .lpSet {
    width: min(92%, 1400px);
  }
  .areaStyle + .areaStyle {
    margin: 0 auto;
  }
  .lpSet .abImgSet {
    overflow: inherit;
  }
  .lpSet .abImgSet .ssImg {
  }
}

.slideOut {
  opacity: 0;
  transform: translate(0, 0);
  transition: 0.6s all ease-in;
}

.slideOutLeft {
  opacity: 0;
  transform: translate(-30px, 0);
  transition: 0.6s all ease-in;
}

.slideOutTop {
  opacity: 0;
  transform: translate(0, -30px);
  transition: 0.6s all ease-in;
}

.slideIn {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  transform: translate(0, 0);
  transition: all 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*=======================================*/

.lpTtlObj {
  position: fixed;
  z-index: 2;
  top: 2vh;
  width: min(59vw, 350px);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.mainImg {
  position: relative;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100svh;
  z-index: 0;

  .imgObj {
    width: 100%;
    height: 100%;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .logoObj {
    position: absolute;
    bottom: 2%;
    width: 51%;
    right: 4%;
  }
  .logoObj svg {
  }
}
@media (width >= 768px) {
  .mainImg {
    .imgObj {
      img {
      }
    }
    .logoObj {
      width: 28%;
      right: 3%;
      bottom: 4%;
    }
    .logoObj svg {
    }
  }
  a:hover {
    opacity: 1;
  }
}

.creditLists {
  width: auto;
  margin: 2em 0 0;
  text-align: left;
  padding: 0 0 0 1em;
  position: static;
}
.creditLists.full {
  padding: 0;
}
.creditLists .creditList {
  font-size: 1.18rem;
  line-height: 1.7;
  line-height: 1.5;
  letter-spacing: 0.1em;
  /* display: flex; */
  /* align-items: center; */
  color: #4e4d4d;
  font-family: "Hanken Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: subpixel-antialiased;

  .price {
    text-decoration: none;
    margin: 0 0 0 0.25em;
    /* line-height: 1; */
    position: relative;
    color: #4e4d4d;
  }

  .num {
    font-size: 70%;
    padding: 0 0.25em 0 0.25em;
    vertical-align: text-top;
  }
}
.creditLists .creditList .price::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.5px;
  background: #4e4d4d;
  bottom: 0;
}
.creditLists .creditList + .creditList {
}
.creditLists .creditList a {
}

.lpSet .imgGlp {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  transition: 0s;
}

.stickyBlk {
  .stickyObj {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100dvh;
  }
  .stickyObj img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.stickyObj a {
  height: 100dvh;
}
.stickyObj picture {
  width: 100%;
  height: 100dvh;
  object-fit: cover;
}
.stickyBlk {
}

@media (width >= 768px) {
  .creditLists {
    position: relative;
    margin: 0em 0 0;
    padding: 0;
  }
  .creditLists .creditList {
    font-size: 0.88rem;
    font-size: 1rem;
  }
  .creditLists .creditList + .creditList {
  }
  .creditLists .creditList a {
    font-size: min(0.88vw, 13px);
  }
}

:root {
  --shadow: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
  --shadow1: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
  --shadow2: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}

#mainSct {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 103svh;
}

#mainSct .imgObj {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: initial;
}
#mainSct .imgObj + .imgObj {
}
#mainSct .imgObj.i1 {
  width: 84%;
  top: 14.5%;
  filter: var(--shadow);
}
#mainSct .imgObj.i2 {
  width: 84%;
  top: 22.82%;
}
#mainSct .imgObj.i3 {
  width: 85%;
  top: 21%;
}
#mainSct .imgObj.i4 {
  width: 82%;
  top: 24%;
}
#mainSct .imgObj.i5 {
  width: 79.5%;
  top: 25.45%;
  right: auto;
  left: 13%;
}
#mainSct .imgObj.i6 {
  width: 64%;
  left: 11%;
  right: auto;
  top: 21.5%;
  filter: var(--shadow);
}
#mainSct .imgObj.i7 {
  width: 48.6%;
  left: auto;
  right: -1%;
  top: 16.5%;
}

#mainSct .logoObj {
  position: absolute;
  top: 3%;
  left: 4%;
  z-index: 10;
  width: 58%;
}
#mainSct .logoObj svg {
}
#mainSct .ttlObj {
  position: absolute;
  bottom: 0;
  left: 6%;
  width: 42%;
}

@media screen and (min-width: 768px) {
  #mainSct {
    /* overflow: auto; */
    height: 100vh;
    overflow: inherit;
  }

  #mainSct .imgObj {
  }
  #mainSct .imgObj + .imgObj {
  }
  #mainSct .imgObj.i1 {
    width: 38%;
    top: 7%;
  }
  #mainSct .imgObj.i2 {
    width: 38%;
    top: 14%;
  }
  #mainSct .imgObj.i3 {
    width: 41%;
    top: 11%;
  }
  #mainSct .imgObj.i4 {
    width: 38%;
    top: 15%;
  }
  #mainSct .imgObj.i5 {
    width: 37%;
    left: 33%;
    top: 16%;
  }
  #mainSct .imgObj.i6 {
    width: 30.5%;
    left: 31%;
    top: 12%;
  }
  #mainSct .imgObj.i7 {
    width: 21.2%;
    right: 19%;
    top: 2.5%;
    transform: rotate(-7deg) !important;
  }

  #mainSct .logoObj {
    width: min(30%, 390px);
    right: 3.2%;
    left: auto;
    bottom: 1.5%;
    top: auto;
  }
  #mainSct .logoObj svg {
  }
  #mainSct .ttlObj {
    width: min(14%, 176px);
    left: 3.5%;
    bottom: auto;
    top: 5%;
  }
  #mainSct .conceptObj {
    position: absolute;
    bottom: 2.5%;
    left: 3.5%;
    text-align: left;
  }
}
.seasonTxtArea {
  width: 76%;
  margin: 8% auto 0 6%;
}
.seasonTxtArea .conceptObj {
}
@media screen and (min-width: 768px) {
  .seasonTxtArea {
    width: min(20%, 300px);
    position: absolute;
    top: 87vh;
    left: 0%;
    margin: 0 0 0 3.5%;
  }
  .seasonTxtArea .conceptObj {
  }
}
#set01 {
  margin-top: 19%;
}
#set02 {
  margin-top: 36%;
}
#set03 {
}
#set04 {
  margin: 0 auto;
}
#set05 {
}
#set06 {
}
#set07 {
  padding: 0 0 7%;
}
#set08 {
}
#set09 {
  overflow: inherit;
}
#set10 {
}
#set10 .conceptBlk {
}
#set10 .conceptBlk .txtSet {
}
#set10 .conceptBlk .txtSet .logoObj {
}
#set10 .conceptBlk .txtSet .txtGlp {
}
#set10 .conceptBlk .txtSet .txtGlp .ttlObj {
}
#set10 .conceptBlk .txtSet .txtGlp .txtObj {
}
#set10 .conceptBlk .imgTxtBlk {
}
#set10 .conceptBlk .imgTxtBlk .movObj {
}
#set10 .conceptBlk .imgTxtBlk .movObj video {
}
#set10 .conceptBlk .imgTxtBlk .creditObj {
}

#p1 {
  width: 69.9%;
  margin: 0 6% 0 auto;
}
#p1 .abImgSet {
}
#p1 .creditLists {
}

#p2 {
  margin: 1% auto 0 0;
}
#p2 .abImgSet {
  width: 68.8%;
  margin: 0% auto 0 3%;
}
#p2 .creditLists {
  padding: 0 0 0 4em;
}
#p2_1 {
  margin: 39% 12% 0 auto;
  width: 67%;
}
#p3 {
  width: 63%;
  margin: 1% 7% 0 auto;
}
#p3 .abImgSet {
}
#p3 .creditLists {
}

#p4 {
  width: 62%;
  margin: -4% auto 0 8%;
}
#p4 .abImgSet {
}
#p4 .creditLists {
  margin-top: 2em;
}

#p5 {
  margin: 23% 11% 0 auto;
  width: 79%;
}
#p5 .abImgSet {
}
#p5 .creditLists {
  width: 90%;
  color: #e67f98;
  margin: 1em auto 0 6%;
}
#p5 .creditLists li,
#p5 .creditLists li .price {
  color: #e67f98;
}
#p5 .creditLists li .price::before {
  background: #e67f98;
}

#p6 {
  margin: 13.2% auto 0 2%;
  width: 53.5%;
  z-index: 5;
}
#p6 .abImgSet {
}
#p6 .creditLists {
}

#p7 {
  width: 41%;
  margin: -45% 5% 0 auto;
  z-index: 3;
}
#p7 .abImgSet {
}
#p7 .creditLists {
}

#p8 {
  margin: 12% auto 0 11%;
  width: 71%;
}
#p8 .abImgSet {
  filter: var(--shadow);
  overflow: initial;
}
#p8 .creditLists {
  margin: 3em auto 0 3%;
}

#p9 {
  margin: 28% 8% 0 auto;
  width: 74%;
}
#p9 .abImgSet {
}
#p9 .creditLists {
  margin-top: 7%;
}
#p9 .texture {
}
#p9 .texture.t1 {
}
#p9 .texture.t2 {
}

#p10 {
  position: relative;
  margin: 0% 0 0;
}
#p10 .abImgSet {
  width: 97%;
  margin: 70% 0 0 6%;
}
#p10 .creditLists {
}
#p10 .texture1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  width: 85%;
}
#p10 .texture2 {
  width: 71.5%;
  position: relative;
  z-index: 2;
  margin: -32% auto 0 3%;
}
#p11 {
  margin: 5% 8% 0 auto;
  width: 74%;
}
#p11 .abImgSet {
  filter: var(--shadow1);
  overflow: initial;
}
#p11 .creditLists {
  margin: 2em 0 0 2%;
}

#p12 {
  width: 65.4%;
  margin: 28% auto 0 4%;
}
#p12 .abImgSet {
}
#p12 .creditLists {
}

#p13 {
  width: 62.5%;
  margin: -12% 10% 0 auto;
}
#p13 .abImgSet {
}
#p13 .creditLists {
  margin: 3em 0 0;
}

#p14 {
}
#p14 .abImgSet {
  display: flex;
  overflow: inherit;
}
#p14 .abImgSet a:nth-child(1) {
  width: 62.8%;
  margin: 5% 0 0 7%;
}
#p14 .abImgSet a:nth-child(2) {
  position: absolute;
  top: 5%;
  width: 62.5%;
  left: 9%;
}
#p14 .creditLists {
  width: 65%;
  margin: 8% auto 0 10%;
}

#p15 {
  width: 71%;
  margin: 28% 6% 0 auto;
}
#p15 .abImgSet {
}
#p15 .creditLists {
}

#p16 {
  width: 65.8%;
  margin: -5% auto 0 1%;
}
#p16 .abImgSet {
}
#p16 .creditLists {
  margin: 2% 0 0 5%;
}

#p17 {
  width: 62%;
  margin: 29% 8% 0 auto;
}
#p17 .abImgSet {
}
#p17 .creditLists {
}

#p18 {
  margin: 33% auto 0 -14px;
  width: 104%;
  z-index: 2;
}
#p18 .abImgSet {
  filter: var(--shadow2);
  overflow: initial;
}
#p18 .creditLists {
}

#p19 {
  z-index: 1;
  width: 63%;
  margin: 3% auto 0 11%;
}
#p19 .abImgSet {
}
#p19 .creditLists {
  margin: 3em 0 0 0.5em;
}

#p20 {
  width: 100%;
  margin: 3% 5% 0 auto;
}
#p20 .abImgSet {
  display: flex;
}
#p20 .abImgSet a:nth-child(1) {
  width: 73%;
  margin: 27% 1% 0 auto;
}
#p20 .abImgSet a:nth-child(2) {
  position: absolute;
  top: 0;
  width: 74%;
  left: 4%;
}
#p20 .creditLists {
  width: 66%;
  margin: 1% 0 0 auto;
}

#p21 {
  width: 86%;
  margin: 11.5% 4% 0 auto;
}
#p21 .abImgSet {
}
#p21 .creditLists {
  margin: 4% 0 0 2%;
}

#p22 {
  width: 83%;
  margin: 11% 9% 0 auto;
}
#p22 .abImgSet {
  padding: 0;
  overflow: inherit;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
}
#p22 .creditLists {
}

#p23 {
}
#p23 .abImgSet {
  padding: 5% 0 5%;
}
#p23 .abImgSet picture {
  margin: 0 auto;
  width: 65%;
}
#p23 .abImgSet picture + picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#p23 .abImgSet picture:nth-child(1) {
  width: 65%;
  margin: 5% auto 0;
}
#p23 .abImgSet picture:nth-child(2) {
  top: 8.5%;
  width: 67%;
}
#p23 .abImgSet picture:nth-child(3) {
  top: 11%;
}
#p23 .abImgSet picture:nth-child(4) {
  width: 62%;
  top: 13%;
  left: 6%;
}
#p23 .creditLists {
}

#p24 {
  margin: 20% auto 10%;
}
#p24 .staffcredit {
  display: flex;
  flex-flow: wrap;
  width: 80%;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  #set01 {
    margin-top: 13.8%;
  }
  #set02 {
    margin-top: 3%;
  }
  #set03 {
    padding: 8.2% 0 0;
  }
  #set04 {
  }
  #set05 {
  }
  #set06 {
    overflow: inherit;
  }
  #set07 {
    margin: 13% auto 0;
  }
  #set08 {
  }
  #set09 {
  }
  #set10 {
    margin: 4% auto 0;
  }
  #set10 .conceptBlk {
  }
  #set10 .conceptBlk .txtSet {
  }
  #set10 .conceptBlk .txtSet .logoObj {
  }
  #set10 .conceptBlk .txtSet .txtGlp {
  }
  #set10 .conceptBlk .txtSet .txtGlp .ttlObj {
  }
  #set10 .conceptBlk .txtSet .txtGlp .txtObj {
  }
  #set10 .conceptBlk .imgTxtBlk {
  }
  #set10 .conceptBlk .imgTxtBlk .movObj {
  }
  #set10 .conceptBlk .imgTxtBlk .movObj video {
  }
  #set10 .conceptBlk .imgTxtBlk .creditObj {
  }
  #p1 {
    width: 39%;
    margin: 0 24% 0 auto;
  }
  #p1 .abImgSet {
  }
  #p1 .creditLists {
    margin: 1% 0 0 3%;
  }

  #p2 {
  }

  #p2 .abImgSet {
    width: 37.5%;
    margin: -23.8% 0 0 -1.5%;
    transform: rotate(-2deg);
  }
  #p2 .creditLists {
  }
  #p2_1 {
    margin: 0.5% 2.5% 0 auto;
    width: 30%;
  }
  #p3 {
    transform: rotate(-1.5deg) !important;
    width: 26.4%;
    margin: 0 0 0 4.2%;
  }
  #p3 .abImgSet {
  }
  #p3 .creditLists {
    margin: 4% 0 0;
  }

  #p4 {
    width: 26%;
    margin: 10.5% auto 0 -3.5%;
    transform: rotate(4deg) !important;
  }
  #p4 .abImgSet {
  }
  #p4 .creditLists {
  }

  #p5 {
    transform: rotate(0deg) !important;
    margin: 14.5% 0% 0 44%;
    width: 44%;
  }
  #p5 .abImgSet {
  }
  #p5 .creditLists {
    margin: 0% auto 0 3%;
  }

  #p6 {
    width: 26%;
    margin: 0 0 0 23.5%;
  }
  #p6 .abImgSet {
  }
  #p6 .creditLists {
  }

  #p7 {
    width: 21.8%;
    margin: 24.8% auto 0 -0.5%;
    transform: rotate(-5deg) !important;
    z-index: 5;
  }
  #p7 .abImgSet {
  }
  #p7 .creditLists {
  }

  #p8 {
    transform: rotate(2deg) !important;
    width: 33%;
    margin: -14.8% auto 0 3.2%;
  }
  #p8 .abImgSet {
  }
  #p8 .creditLists {
    margin: 6% auto 0 1%;
  }

  #p9 {
    width: 50.5%;
    margin: 45% 2.5% 0 auto;
  }
  #p9 .abImgSet {
  }
  #p9 .creditLists {
    margin-top: 3%;
  }
  #p9 .texture {
  }
  #p9 .texture.t1 {
  }
  #p9 .texture.t2 {
  }

  #p10 {
  }
  #p10 .abImgSet {
    width: 49.2%;
    margin: 29.6% auto 0 3.5%;
    transform: rotate(8deg) !important;
  }
  #p10 .texture1 {
    width: 40%;
    left: 40%;
    top: 1%;
  }
  #p10 .texture2 {
    width: 37.5%;
    margin: -30% auto 0 41%;
  }
  #p10 .creditLists {
  }

  #p11 {
    width: 33%;
    margin: 6.8% 10.5% 0 56.6%;
    order: 1;
  }
  #p11 .abImgSet {
  }
  #p11 .creditLists {
    margin: 4% 0 0 0;
  }

  #p12 {
    width: 32%;
    margin: 15.8% auto 0 -6.5%;
    order: 3;
  }
  #p12 .abImgSet {
  }
  #p12 .creditLists {
  }

  #p13 {
    order: 2;
    width: 33%;
    margin: -6.5% 0 0 3.5%;
  }
  #p13 .abImgSet {
  }
  #p13 .creditLists {
    margin: 4% 0 0;
  }

  #p14 {
    order: 2;
    margin: -2% auto 0 0;
  }
  #p14 .abImgSet {
    width: 50%;
    overflow: inherit;
  }
  #p14 .abImgSet a:nth-child(1) {
    width: 69%;
    margin: 5% 0 0 8%;
    transform: rotate(-2deg) !important;
  }
  #p14 .abImgSet a:nth-child(2) {
    width: 71%;
    transform: rotate(6deg) !important;
    left: 10%;
  }
  #p14 .creditLists {
    margin: 3% auto 0 2%;
  }

  #p15 {
    order: 4;
    margin: -4% 7% 0 0;
    width: 35.5%;
    transform: rotate(3deg) !important;
  }
  #p15 .abImgSet {
  }
  #p15 .creditLists {
    margin: 5% 0 0 auto;
    width: 48%;
  }

  #p16 {
    order: 3;
    width: 32%;
    margin: 17.5% -5.5% 0 auto;
    transform: rotate(-6deg) !important;
    z-index: 5;
  }
  #p16 .abImgSet {
  }
  #p16 .creditLists {
  }

  #p17 {
    order: 1;
    margin: 13.5% 9.5% 0 auto;
    width: 31.8%;
  }
  #p17 .abImgSet {
  }
  #p17 .creditLists {
  }

  #p18 {
    order: 2;
    width: 62%;
    transform: rotate(-7deg) !important;
    margin: -10.5% 0 0 18%;
  }
  #p18 .abImgSet {
  }
  #p18 .creditLists {
    transform: rotate(12deg);
    width: 36%;
    margin: 6.4% 0 0 auto;
  }

  #p19 {
    order: 1;
    transform: rotate(3deg) !important;
    width: 34.8%;
    margin: 3.8% auto 0 5.5%;
  }
  #p19 .abImgSet {
  }
  #p19 .creditLists {
  }

  #p20 {
    width: 44%;
    margin: 6% 10.5% 0 auto;
  }
  #p20 .abImgSet {
  }
  #p20 .creditLists {
  }

  #p21 {
    width: 46%;
    margin: -13.5% 50% 0 4.5%;
  }
  #p21 .abImgSet {
  }
  #p21 .creditLists {
  }

  #p22 {
    transform: rotate(0deg) !important;
    width: 46.8%;
    margin: 8.5% 5.6% 0 auto;
  }
  #p22 .abImgSet video {
    transform: rotate(0deg) !important;
  }
  #p22 .creditLists {
  }

  #p23 {
    width: 46%;
    margin: 1% 0 0 4%;
  }
  #p23 .abImgSet {
  }
  #p23 .creditLists {
  }

  #p24 {
    width: 41%;
    margin: 20.5% 0 0 4%;
  }
  #p24 .staffcredit {
  }
}

@media screen and (min-width: 1201px) {
  #set01 {
    .readArea {
      .ttlObj {
      }
      .txtObj {
      }
    }
  }
  #set02 {
  }
  #set03 {
  }
  #set04 {
  }
  #set05 {
  }
  #set06 {
  }
  #set07 {
  }
  #set08 {
  }
  #set09 {
  }
  #set10 {
  }
  #set10 .conceptBlk {
  }
  #set10 .conceptBlk .txtSet {
  }
  #set10 .conceptBlk .txtSet .logoObj {
  }
  #set10 .conceptBlk .txtSet .txtGlp {
  }
  #set10 .conceptBlk .txtSet .txtGlp .ttlObj {
  }
  #set10 .conceptBlk .txtSet .txtGlp .txtObj {
  }
  #set10 .conceptBlk .imgTxtBlk {
  }
  #set10 .conceptBlk .imgTxtBlk .movObj {
  }
  #set10 .conceptBlk .imgTxtBlk .movObj video {
  }
  #set10 .conceptBlk .imgTxtBlk .creditObj {
  }
  #p1 {
  }

  #p1 {
  }
  #p1 .abImgSet {
  }
  #p1 .creditLists {
  }

  #p2 {
  }
  #p2 .abImgSet {
  }
  #p2 .creditLists {
  }

  #p3 {
  }
  #p3 .abImgSet {
  }
  #p3 .creditLists {
  }

  #p4 {
  }
  #p4 .abImgSet {
  }
  #p4 .creditLists {
  }

  #p5 {
  }
  #p5 .abImgSet {
  }
  #p5 .creditLists {
  }

  #p6 {
  }
  #p6 .abImgSet {
  }
  #p6 .creditLists {
  }

  #p7 {
  }
  #p7 .abImgSet {
  }
  #p7 .creditLists {
  }

  #p8 {
  }
  #p8 .abImgSet {
  }
  #p8 .creditLists {
  }

  #p9 {
  }
  #p9 .abImgSet {
  }
  #p9 .creditLists {
  }
  #p9 .texture {
  }
  #p9 .texture.t1 {
  }
  #p9 .texture.t2 {
  }

  #p10 {
  }
  #p10 .abImgSet {
  }
  #p10 .creditLists {
  }

  #p11 {
  }
  #p11 .abImgSet {
  }
  #p11 .creditLists {
  }

  #p12 {
  }
  #p12 .abImgSet {
  }
  #p12 .creditLists {
  }

  #p13 {
  }
  #p13 .abImgSet {
  }
  #p13 .creditLists {
  }

  #p14 {
  }
  #p14 .abImgSet {
  }
  #p14 .creditLists {
  }

  #p15 {
  }
  #p15 .abImgSet {
  }
  #p15 .creditLists {
  }

  #p16 {
  }
  #p16 .abImgSet {
  }
  #p16 .creditLists {
  }

  #p17 {
  }
  #p17 .abImgSet {
  }
  #p17 .creditLists {
  }

  #p18 {
  }
  #p18 .abImgSet {
  }
  #p18 .creditLists {
  }

  #p19 {
  }
  #p19 .abImgSet {
  }
  #p19 .creditLists {
  }

  #p20 {
  }
  #p20 .abImgSet {
  }
  #p20 .creditLists {
  }

  #p21 {
  }
  #p21 .abImgSet {
  }
  #p21 .creditLists {
  }

  #p22 {
  }
  #p22 .abImgSet {
  }
  #p22 .creditLists {
  }

  #p23 {
  }
  #p23 .abImgSet {
  }
  #p23 .creditLists {
  }

  #p24 {
  }
  #p24 .abImgSet {
  }
  #p24 .creditLists {
  }
  #p24 .logoObj {
  }
  #p24 .logoObj svg {
  }
  #p24 .staffcredit {
  }
  #p24 .staffcredit dt {
  }
  #p24 .staffcredit dd {
  }
  #p24 .staffcredit dd + dt {
  }
}

.prev {
  pointer-events: none;
  opacity: 0.5;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  filter: hue-rotate(45deg);
  width: 100%;
}

.js-fade {
  opacity: 0;
  transition: 0s;
}
.js-fade.active {
  opacity: 1;
}

.abImgSet a:hover {
  opacity: 1;
}

.loopSet .loopImg {
  opacity: 0;
}
.loopSet .loopImg.active {
  opacity: 1;
  transition: 0s;
}

.ef-chImg {
  opacity: 0;
  animation: blink 3s infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
