/*---------- reset ----------*/
/*---------- reset ----------*/
/*---------- all common ----------*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

.aw2nd_collection img {
  width: 100%;
  height: auto;
}
.aw2nd_collection a, .aw2nd_collection picture {
  display: block;
}
.aw2nd_collection .pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .aw2nd_collection .pc-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .aw2nd_collection .sp-only {
    display: none;
  }
}

/*---------- all common ----------*/
/*---------- animation ----------*/
.js-fade-Vr-first,
.js-fade-Vr {
  opacity: 0;
  transition-duration: 1.2s;
}

.js-fade-Vr-first.active,
.js-fade-Vr.active {
  opacity: 1;
}

.txtFlowArea {
  overflow: hidden;
  white-space: nowrap;
  margin-left: calc(50% - 50vw);
  width: 100vw;
}
.txtFlowArea__upper, .txtFlowArea__lower {
  display: flex;
}
.txtFlowArea__upper ul, .txtFlowArea__lower ul {
  display: flex;
}
.txtFlowArea__upper {
  margin-bottom: calc(-12 *(100vw / 750));
}
.txtFlowArea__upper ul {
  -webkit-animation: flow-txt-r 100s infinite linear 0.5s both;
          animation: flow-txt-r 100s infinite linear 0.5s both;
}
@media screen and (min-width: 768px) {
  .txtFlowArea__upper ul {
    -webkit-animation: flow-txt-l 80s infinite linear 0.5s both;
            animation: flow-txt-l 80s infinite linear 0.5s both;
  }
}
@media screen and (min-width: 768px) {
  .txtFlowArea__upper {
    margin-bottom: 11px;
  }
}
.txtFlowArea__lower ul {
  -webkit-animation: flow-txt-l 100s infinite linear 0.5s both;
          animation: flow-txt-l 100s infinite linear 0.5s both;
}

.txtFlowArea01 {
  margin-bottom: calc(96 *(100vw / 750));
}
@media screen and (min-width: 768px) {
  .txtFlowArea01 {
    order: 7;
    margin-bottom: 16rem;
  }
}

.txtFlowArea02 {
  margin-bottom: calc(85 *(100vw / 750));
}
@media screen and (min-width: 768px) {
  .txtFlowArea02 {
    order: 12;
    margin-bottom: 8.6rem;
  }
}

@-webkit-keyframes flow-txt-l {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes flow-txt-l {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes flow-txt-r {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes flow-txt-r {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.txt-fade {
  display: inline-block;
  overflow: hidden;
  line-height: 1;
}

.js-txt-fade {
  display: inline-block;
  transform: translate(0, 150%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.js-txt-fade.active {
  transition: transform 1s cubic-bezier(0.26, 0.09999, 0.14, 1);
  transform: translate(0, 0%);
}

/*---------- animation ----------*/
/*---------- font ----------*/
.aw2nd_collection {
  color: #211916;
}

.txtFlowArea li {
  font-family: baskerville-urw, serif;
  color: #333333;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.025em;
}

.txtFlowArea01 li {
  font-size: calc(124 *(100vw / 750));
}
@media screen and (min-width: 768px) {
  .txtFlowArea01 li {
    font-size: 94px;
  }
}

.txtFlowArea02 li {
  font-size: calc(125 *(100vw / 750));
}
@media screen and (min-width: 768px) {
  .txtFlowArea02 li {
    font-size: 93px;
  }
}

.hero__caption--left,
.hero__caption--right,
.sec-credit span,
.sec-txt span {
  font-family: rigid-square, sans-serif;
  color: #211916;
  font-weight: 300;
  font-style: normal;
  font-size: calc(20 *(100vw / 750));
  line-height: 1.4;
  letter-spacing: 0.028em;
}
@media screen and (min-width: 768px) {
  .hero__caption--left,
.hero__caption--right,
.sec-credit span,
.sec-txt span {
    font-size: 11.68px;
  }
}

.sec04 .sec-txt span,
.sec14 .sec-txt span {
  color: #410000;
}

/*---------- font ----------*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
/*---------- image-size ----------*/
.sec-image {
  width: calc(660 *(100vw / 750));
}

.staff-image {
  width: calc(658 *(100vw / 750));
}

.film-image {
  width: calc(144 *(100vw / 750));
}

/*---------- image-size ----------*/
/*---------- common ----------*/
.hero {
  position: relative;
  width: 100%;
}

.hero__visual {
  position: relative;
}

.hero__thumbs {
  position: relative;
  background-color: #dddddd;
}

.hero__thumbs a {
  pointer-events: none;
}

.hero__thumb {
  overflow: hidden;
}

.hero__img {
  opacity: 0;
  visibility: hidden;
  transition-duration: 1s;
  transition-timing-function: ease;
}

.hero__caption {
  position: absolute;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition-duration: 1s;
  transition-timing-function: ease;
}
.hero__caption--right {
  display: flex;
  text-align: right;
}

.hero__caption.is-show {
  opacity: 1;
  visibility: visible;
}

.hero__logo {
  position: absolute;
  left: 0;
  right: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  transition-duration: 1s;
  pointer-events: none;
}

.hero.is-loaded .hero__img {
  scale: 1;
  opacity: 1;
  visibility: visible;
}

.hero.is-loaded .hero__logo {
  opacity: 1;
  visibility: visible;
}

.sec01,
.sec__wrap01,
.sec02,
.sec03,
.sec04,
.sec05,
.sec06,
.sec07,
.sec08,
.sec09,
.sec10,
.sec11,
.image1101,
.sec12,
.sec13,
.sec14,
.sec15,
.sec16,
.sec17,
.sec18 {
  margin-bottom: calc(130 *(100vw / 750));
}

.sec-image {
  margin-left: auto;
  margin-right: auto;
}

.sec-creditWrap,
.sec-credit--center {
  position: absolute;
  width: 100%;
}

.sec-creditWrap {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top: calc(18 *(100vw / 750));
}

.sec-credit--left {
  text-align: left;
}
.sec-credit--left .txt-fade {
  margin-right: calc(3 *(100vw / 750));
}
.sec-credit--right {
  text-align: right;
}
.sec-credit--right .txt-fade {
  margin-left: calc(3 *(100vw / 750));
}
.sec-credit--center {
  text-align: center;
  margin-top: calc(11 *(100vw / 750));
}
.sec-credit .txt-fade {
  display: inline-block;
}

.sec-txt {
  position: absolute;
  margin-top: calc(10 *(100vw / 750));
  width: 100%;
}
.sec-txt span {
  display: inline-block;
}

/*---------- common ----------*/
.aw2nd_collection {
  padding-bottom: calc(136 *(100vw / 750));
  background-color: #dddddd;
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 767px) {
  .hero {
    margin-bottom: calc(82 *(100vw / 750));
  }
  .hero__thumbs {
    height: calc(982 *(100vw / 750));
  }
  .hero__thumbs::after {
    will-change: top, left, opacity, margin, padding, width, height, transform;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    margin: auto;
    -webkit-animation: borderDraw 1.5s ease forwards;
    animation: borderDraw 1.5s ease forwards;
    transition-duration: 1s;
  }
  .hero__thumbs.active::after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    background-color: transparent;
    transition-delay: 2.5s;
  }
  .hero__thumb {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 50%;
    transition-duration: 0.75s;
    transition-timing-function: ease;
  }
  .hero__thumb + .is-show {
    height: 100%;
  }
  .hero__thumb.is-show {
    height: 100%;
  }
  .hero__thumb.is-show + .hero__thumb {
    height: 0;
  }
  .hero__thumb:nth-child(1) {
    top: 0;
    left: 0;
  }
  .hero__thumb:nth-child(1) .hero__img {
    top: 20%;
    right: 10%;
  }
  .hero__thumb:nth-child(2) {
    bottom: 0;
    right: 0;
  }
  .hero__thumb:nth-child(2) .hero__img {
    bottom: 20%;
    left: 10%;
  }
  .hero__img {
    position: absolute;
    scale: 1.2;
    transition-delay: 1s;
  }
  .hero__logo {
    top: 0;
    bottom: 0;
    width: calc(252 *(100vw / 750));
    transition-duration: 1s;
    transition-delay: 2s;
    transition-timing-function: ease;
  }
  .hero__caption {
    justify-content: space-between;
    width: 100%;
    -webkit-margin-before: calc(12 *(100vw / 750));
    margin-block-start: calc(12 *(100vw / 750));
    padding-inline: calc(20 *(100vw / 750));
    font-size: 10px;
  }
  .hero__caption--left {
    text-align: left;
  }
  .hero__caption--right span:first-child {
    margin-right: calc(10 *(100vw / 750));
  }
  .hero.is-loaded .hero__thumb:nth-child(1) {
    top: 0;
    left: 0;
  }
  .hero.is-loaded .hero__thumb:nth-child(1) .hero__img {
    top: 0;
    right: 0;
  }
  .hero.is-loaded .hero__thumb:nth-child(2) {
    bottom: 0;
    right: 0;
  }
  .hero.is-loaded .hero__thumb:nth-child(2) .hero__img {
    bottom: 0;
    left: 0;
  }
  @-webkit-keyframes borderDraw {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes borderDraw {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
}
.contentArea {
  margin-bottom: calc(194 *(100vw / 750));
}

.sec__wrapper {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: calc(660 *(100vw / 750));
}

.sec18 {
  margin-bottom: 0;
}

.staff-creditArea {
  position: relative;
  margin-bottom: calc(172 *(100vw / 750));
}
.staff-creditArea .staff-image {
  margin: 0 auto;
}
.staff-creditArea .staff-credit {
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: calc(342 *(100vw / 750));
  z-index: 15;
}
.staff-creditArea .staff-credit::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: calc(570 *(100vw / 750));
  height: calc(294 *(100vw / 750));
  content: "";
  background-color: #191414;
  opacity: 0.7;
  z-index: -1;
}

.film-image {
  margin: 0 auto;
  margin-bottom: calc(131 *(100vw / 750));
  transform: translateX(4px);
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  /*---------- image-size ----------*/
  .sec-image {
    max-width: 600px;
    width: 100%;
  }
  .staff-image {
    max-width: 970px;
    width: 95%;
  }
  .film-image {
    width: 144px;
  }
  /*---------- image-size ----------*/
  /*---------- common ----------*/
  .sec01,
.sec__wrap01,
.sec02,
.sec03,
.sec04,
.sec05,
.sec06,
.sec07,
.sec08,
.sec09,
.sec10,
.sec11,
.image1101,
.sec12,
.sec13,
.sec14,
.sec15,
.sec16,
.sec17,
.sec18 {
    margin-bottom: 0;
  }
  .sec {
    margin-bottom: 135px;
  }
  .sec__wrapper {
    max-width: 1200px;
    width: 95%;
  }
  .sec01__wrapper,
.sec04__wrapper,
.sec06__wrapper,
.sec09__wrapper,
.sec13__wrapper,
.sec14__wrapper,
.sec18__wrapper {
    max-width: none;
    width: 600px;
  }
  .sec__wrap,
.slick-wrap {
    display: flex;
    justify-content: center;
  }
  .sec-image {
    margin: 0;
  }
  .sec-creditWrap {
    margin-top: 16px;
  }
  .sec-credit--left {
    transform: none;
  }
  .sec-credit--left .txt-fade {
    margin-right: 4px;
  }
  .sec-credit--right {
    transform: none;
  }
  .sec-credit--right .txt-fade {
    margin-left: 4px;
  }
  .sec-credit--center {
    margin-top: 10px;
    transform: none;
  }
  .sec-txt {
    margin-top: 18px;
    transform: none;
  }
  /*---------- common ----------*/
  .aw2nd_collection {
    padding-bottom: 266px;
  }
  .hero {
    margin-bottom: 170px;
  }
  .hero__thumbs {
    display: flex;
  }
  .hero__thumb {
    position: relative;
    width: 33.3333333333%;
  }
  .hero__thumb:not(:nth-child(2))::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 0;
    background-color: #fff;
    transition-duration: 3s;
  }
  .hero__thumbs.active .hero__thumb:not(:nth-child(2))::after {
    background-color: transparent;
    transition-delay: 2.5s;
  }
  .hero__thumb:nth-child(1) {
    order: 1;
  }
  .hero__thumb:nth-child(1) .hero__img {
    transform: translate(5%, -5%);
    transition-delay: 1s;
  }
  .hero__thumb:nth-child(1)::after {
    bottom: 0;
    -webkit-animation: borderDraw 1.5s ease forwards;
    animation: borderDraw 1.5s ease forwards;
  }
  .hero__thumb:nth-child(2) {
    order: 3;
  }
  .hero__thumb:nth-child(2) .hero__img {
    transform: translate(-5%, -5%);
    transition-delay: 2s;
  }
  .hero__thumb:nth-child(3) {
    order: 2;
  }
  .hero__thumb:nth-child(3) .hero__img {
    transform: translate(5%, 5%);
    transition-delay: 1.5s;
    height: 100%;
  }
  .hero__thumb:nth-child(3) .hero__img a, .hero__thumb:nth-child(3) .hero__img img {
    height: 100%;
  }
  .hero__thumb:nth-child(3)::after {
    top: 0;
    -webkit-animation: borderDraw 1.5s ease 1s forwards;
    animation: borderDraw 1.5s ease 1s forwards;
  }
  .hero__caption {
    width: 33.3333333333%;
    justify-content: space-between;
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .hero__caption--right span + span {
    margin-left: 10px;
  }
  .hero__caption[data-tgt=tgt1] {
    left: 0;
  }
  .hero__caption[data-tgt=tgt2] {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .hero__caption[data-tgt=tgt3] {
    right: 0;
  }
  .hero__caption.sec-credit--center {
    justify-content: center;
  }
  .hero__logo {
    bottom: 11%;
    width: 226px;
    transition-delay: 3s;
    z-index: 15;
  }
  .hero.is-loaded .hero__img {
    transform: translate(0, 0);
  }
  @-webkit-keyframes borderDraw {
    0% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  @keyframes borderDraw {
    0% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  .contentArea {
    display: flex;
    flex-direction: column;
    margin-bottom: 236px;
  }
  .sec01 {
    margin-bottom: 150px;
  }
  .sec05__wrap {
    flex-direction: row-reverse;
  }
  .sec11__wrap {
    flex-direction: row-reverse;
  }
  .sec12 {
    order: 13;
  }
  .sec13 {
    order: 12;
  }
  .sec14 {
    order: 14;
  }
  .sec15 {
    order: 15;
  }
  .sec16 {
    order: 16;
  }
  .sec17 {
    order: 17;
  }
  .sec18 {
    margin-bottom: 0;
    order: 18;
  }
  .staff-creditArea {
    margin-bottom: 194px;
  }
  .staff-creditArea .staff-credit {
    top: 37.4%;
    left: 50.4%;
    width: 328px;
  }
  .staff-creditArea .staff-credit::after {
    width: 544px;
    height: 280px;
  }
  .film-image {
    margin-bottom: 181px;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for tablet
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media (max-width: 1280px) and (min-width: 768px) {
  html {
    font-size: 0.78125vw;
  }
}
/*# sourceMappingURL=style.css.map */