/**
* Project
**/

.letalon2024aw {
  /*overflow-x: hidden; */
}

/* .p-mv */

.p-mv {
  position: relative;
  padding: 0;
  overflow: hidden;
}

@media only screen and (max-width: 880px) {
  .p-mv {
  }
}

.p-mv__inner {
}

@media only screen and (max-width: 880px) {
  .p-mv__inner {
  }
}

.p-mv__inner video {
  width: 100%;
}

/* .p-style */

.p-style {
  padding: 54px 30px;
}

@media only screen and (max-width: 880px) {
  .p-style {
    padding: 8.8vw 5.3vw;
  }
}

.p-style__head {
  position: relative;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 880px) {
  .p-style__head {
    margin-bottom: 17vw;
  }
}

.p-style__head span {
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 500;
}

@media only screen and (max-width: 880px) {
  .p-style__head span {
    font-size: 2.8vw;
  }
  .p-style__head span:last-child {
    text-align: right;
  }
}

.p-style__head h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5625rem;
  font-weight: 400;
}

@media only screen and (max-width: 880px) {
  .p-style__head h2 {
    top: 16.4vw;
    font-size: 6vw;
  }
}

.p-style__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media only screen and (max-width: 880px) {
  .p-style__list {
    display: block;
    flex-direction: column;
    gap: 5.3vw;
  }
}

.p-style__item {
  position: relative;
  width: calc((100% - 60px) / 4);
  overflow: hidden;
}

@media only screen and (max-width: 880px) {
  .p-style__item {
    width: 100%;
    margin-top: 5.3vw;
  }
  .p-style__item:first-child {
    margin-top: 0;
  }
}

.p-style__item--l {
  overflow: hidden;
  width: calc((100% - 20px) / 2);
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

@media only screen and (max-width: 880px) {
  .p-style__item--l {
    width: 100%;
  }
}

.p-style__num {
  position: absolute;
  top: 30px;
  left: 24px;
  width: 43px;
  z-index: 1;
}

@media only screen and (max-width: 880px) {
  .p-style__num {
    top: 7vw;
    left: 5.3vw;
    width: 10vw;
  }
}

.p-style__click {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 11px;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #fff;
  z-index: 2;
  cursor: pointer;
}

@media only screen and (max-width: 880px) {
  .p-style__click {
    bottom: 2.4vw;
    right: 2vw;
    width: 5vw;
    height: 5vw;
  }
}

.p-style__click svg {
  width: 10px;
  transition-duration: 0.6s;
  fill: #fff;
}

@media only screen and (max-width: 880px) {
  .p-style__click svg {
    width: 2.6vw;
  }
}

.p-style__click svg * {
    stroke: #fff;
}

.p-style__txt {
  position: absolute;
  top: 90px;
  left: 23px;
  font-size: 0.6875rem;
  line-height: 1.2;
  transform: rotate(-90deg) translate(-100%, 0);
  text-align: right;
  transform-origin: top left;
  z-index: 1;
  white-space: nowrap;
  color: #fff;
}

@media only screen and (max-width: 880px) {
  .p-style__txt {
    top: 21vw;
    left: 5vw;
    font-size: 2.8vw;
  }
  .p-style__txt span {
    font-size: 2.8vw;
  }
}

.p-style__txt span {
  display: none;
  letter-spacing: -0.002em;
}

.p-style__credit {
  display: flex;
  flex-direction: column;
  gap: 10px 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 24px 13px 12px;
  color: #fff;
  background: #000000;
  z-index: 1;
  visibility: hidden;
  transform: translate(0, 100%);
  transition-duration: 0.5s;
}

@media only screen and (max-width: 880px) {
  .p-style__credit {
    gap: 3.2vw;
    padding: 2.8vw 2.8vw 2.8vw;
  }
}

.p-style__slide .swiper-wrapper,
.p-style__slide .slick-list,
.p-style__slide .slick-track {
  /*height: 100%;*/
  /*-webkit-animation: loop-slide 20s infinite linear 1s both;
  animation: loop-slide 20s infinite linear 1s both;*/
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.p-style__item.is-active .p-style__credit {
  visibility: inherit;
  transform: translate(0, 0);
}

.p-style__item.is-active .p-style__click .cls-1 {
  stroke: #fff;
}

.p-style__item.is-active .p-style__click {
  border: 1px solid #fff;
}

.p-style__item.is-active .p-style__click svg {
  transform: rotate(45deg);
  transition-duration: 0.6s;
}

.p-style__credit * {
  font-size: 0.7rem;
  line-height: 1.4;
}

@media only screen and (max-width: 880px) {
  .p-style__credit * {
    font-size: 2.8vw;
  }
}

.p-style__credit .p-style__buy {
  display: inline-block;
  position: relative;
  padding-bottom: 1px;
  font-size: 0.625rem;
  margin-left: 6px;
}

@media only screen and (max-width: 880px) {
  .p-style__credit .p-style__buy {
    font-size: 2.4vw;
  }
}

.p-style__credit .p-style__buy:after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transition-duration: 0.6s;
}

@media only screen and (max-width: 880px) {
  .p-style__credit .p-style__buy:after {
    bottom: 0.5vw;
  }
}

.p-style__creditBox a:hover .p-style__buy:after {
  width: 0;
}

.p-style__creditInner {
  display: flex;
  gap: 10px;
}

@media only screen and (max-width: 880px) {
  .p-style__creditInner {
    gap: 2vw;
  }
}

.p-style__creditBox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0 12px;
}

@media only screen and (max-width: 880px) {
  .p-style__creditBox {
    width: 100%;
    gap: 2.2vw 2vw;
  }
}

.p-style__creditBox a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
}

@media only screen and (max-width: 880px) {
    .p-style__creditBox a {
      gap: 1.6vw;
      width: 100%;
    }
}


.p-style__creditBox a p {
  /*flex: 1; */
}

@media only screen and (max-width: 880px) {
  .p-style__creditBox a p {
    flex: inherit;
  }
}

.p-style__sex {
  min-width: 40px;
  white-space: nowrap;
  font-size: 0.675rem;
}

@media only screen and (max-width: 880px) {
  .p-style__sex {
    margin-top: 0.2vw;
    font-size: 2.4vw;
  }
}

.p-style__img {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-top: 146.945%;
}

@media only screen and (max-width: 880px) {
  .p-style__img {
    height: inherit;
    padding-top: 146.945%;
  }
}

.p-style__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-style__img img.img-on {
  opacity: 0;
}

.p-style__img:hover img.img-on {
  opacity: 1;
}

@media only screen and (max-width: 880px) {
  .p-style__img:hover img.img-on {
    opacity: 0;
  }
  .p-style__img.is-active img.img-on {
    opacity: 1;
  }
}

.p-style__img:hover img.img-off {
  opacity: 0;
}

@media only screen and (max-width: 880px) {
  .p-style__img:hover img.img-off {
    opacity: 1;
  }
  .p-style__img.is-active img.img-off {
    opacity: 0;
  }
}

.p-style__video {
}

@media only screen and (max-width: 880px) {
  .p-style__video {
    height: 160vw;
  }
}

.p-style__video video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-style__slide {
  height: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.p-style__slide .swiper-wrapper {
  transition-timing-function: linear;
}

.p-style__slideItem {
  width: 12vw;
  height: 34.8vw;
  /*height: 100%;*/
  padding: 2vw 0 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  border-right: 1px solid #000;
  text-align: center;
}

@media only screen and (max-width: 1400px) {
  .p-style__slideItem {
    height: 33.6vw;
  }
}

@media only screen and (max-width: 1200px) {
  .p-style__slideItem {
    height: 32.8vw;
  }
}

@media only screen and (max-width: 1000px) {
  .p-style__slideItem {
    height: 32.4vw;
  }
}

@media only screen and (max-width: 880px) {
  .p-style__slideItem {
    width: 44vw;
    height: 116vw;
    padding: 4vw 0 12vw;
  }
}

.p-style__slideItem--l {
  width: 16.8vw;
}

@media only screen and (max-width: 880px) {
  .p-style__slideItem--l {
    width: 59vw;
  }
}

.p-style__slideItem figure {
  width: 80%;
  margin: 2.4vw auto 3.8vw;
}

.p-style__slideItem--l figure {
  width: 86%;
}

.p-style__slideItem p {
  position: absolute;
  bottom: 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 20px;
  padding: 0 20px;
  font-size: 0.625rem;
  text-align: left;
  line-height: 1.2;
  letter-spacing: -0.008em;
}

@media only screen and (max-width: 880px) {
  .p-style__slideItem p {
    bottom: 6.3vw;
    margin-top: 5vw;
    padding: 0 5.3vw;
    font-size: 2.5vw;
  }
}

.p-style__slideNum {
  position: absolute;
  top: 1.8vw;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.0625rem;
}

@media only screen and (max-width: 880px) {
  .p-style__slideNum {
    top: 4vw;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 4vw;
  }
}

.p-section {
  position: relative;
}

.p-section video {
  width: 100%;
}

.p-section__ttl {
  display: flex;
  gap: 68px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8125rem;
  color: #fff;
}

@media only screen and (max-width: 880px) {
  .p-section__ttl {
    top: 49.5%;
    width: 100%;
    justify-content: space-between;
    padding: 0 3.2vw;
    font-size: 2.8vw;
    gap: 2.2vw;
  }
  .p-section__ttl span:first-child {
    width: 25%;
  }
  .p-section__ttl span:nth-child(2) {
    width: 50%;
    text-align: center;
  }
  .p-section__ttl span:last-child {
    text-align: right;
    width: 25%;
  }
}

@media only screen and (max-width: 880px) {
  .p-section__ttl span {
    width: 30%;
  }
}

.p-footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 34px 30px;
  border-top: 1px solid #000;
}

@media only screen and (max-width: 880px) {
  .p-footer {
    display: block;
    padding: 2vw 5.3vw 5.3vw;
  }
}

@media only screen and (max-width: 880px) {
  .p-footer__nav {
    width: 52%
  }
}


.p-footer__nav ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 59%;
  gap: 10px 30px;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.0001em;
}

@media only screen and (max-width: 880px) {
  .p-footer ul {
    flex-direction: column;
    margin-bottom: 12vw;
    gap: 4vw;
    font-size: 3.1vw;
  }
}

.p-footer__sp {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@media only screen and (max-width: 880px) {
  .p-footer__sp {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2.8vw;
  }
}

.p-footer__nav ul li {
  width: calc(50% - 30px);
}

@media only screen and (max-width: 880px) {
  .p-footer__nav ul li {
    width: 100%;
  }
}

.p-footer__nav ul li:last-child {
  display: flex;
  gap: 24px;
}

@media only screen and (max-width: 880px) {
  .p-footer__nav ul li:last-child {
    gap: 10px;
  }
}

.p-footer__nav ul li:last-child > a {
  text-decoration: underline;
}

.p-footer__nav ul li .sns  {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 0.75rem;
}

@media only screen and (max-width: 880px) {
  .p-footer__nav ul li .sns  {
    gap: 14px;
    font-size: 2.8vw;
  }
}

.p-footer__nav ul li .sns a {
  white-space: nowrap;
}

.p-footer__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media only screen and (max-width: 880px) {
  .p-footer__logo {
    position: static;
    margin: 4vw 0;
    transform: translate(0, 0);
  }
}

@media only screen and (max-width: 880px) {
  .p-footer__logo {
    width: 50vw;
    margin: 2.8vw auto 6vw;
  }
}

.p-footer__logo span {
  display: block;
  width: 180px;
  margin: 0 auto 6px;
}

@media only screen and (max-width: 880px) {
  .p-footer__logo span {
    width: 28vw;
    margin: 0 auto 4vw;
  }
}

.p-footer__logo small {
  font-size: 0.75rem;
  letter-spacing: -0.001em;
}

@media only screen and (max-width: 880px) {
  .p-footer__logo small {
    font-size: 3.2vw;
  }
}

.p-footer__photo {
  width: 36%;
  display: flex;
  justify-content: flex-end;
  font-size: 0.625rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.0001em;
}

@media only screen and (max-width: 880px) {
  .p-footer__photo {
    display: block;
    width: 42%;
    margin-bottom: 7.3vw;
    font-size: 2.4vw;
    letter-spacing: -0.025em;
    text-align: ;left;
  }
}

@media only screen and (max-width: 880px) {
  .p-footer__copy {
    font-size: 2.4vw;
    text-align: center;
  }
}

.p-splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 3;
    animation-name: fadeout;
    animation-fill-mode: forwards;
    animation-duration: 1.6s;
    animation-iteration-count: initial;
    animation-timing-function: ease;
    animation-direction: normal;
    line-height: 1;
    animation-delay: 3.2s;
}

.p-splash__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: 1;
    animation-name: fadeout;
    animation-fill-mode: forwards;
    animation-duration: 1.6s;
    animation-iteration-count: initial;
    animation-timing-function: ease;
    animation-direction: normal;
    line-height: 1;
    animation-delay: 1.8s;
}

@media only screen and (max-width: 880px) {
    .p-splash__inner { 
        flex-direction: column; 
        gap: 2.8vw;
    }
}

.p-splash__inner span {
    /*padding: 12px 20px;*/
    font-size: 1.6rem;
    /*background: #fff;*/
    overflow: hidden;
}

@media only screen and (max-width: 880px) {
    .p-splash__inner span {  
        font-size: 5.4vw;
    }
}

.p-splash__inner span b {
    display: block;
    transform: translate(0,100%);
    animation-name: splash;
    animation-fill-mode: forwards;
    animation-duration: 0.6s;
    animation-iteration-count: initial;
    animation-timing-function: ease;
    animation-direction: normal;
    line-height: 1;
}

.p-splash__inner span:first-child b {
    animation-delay: 0.5s;
}

.p-splash__inner span:nth-child(2) b {
    animation-delay: 0.8s;
}

.p-splash__inner span:nth-child(3) b {
    animation-delay: 1.1s;
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes splash {
  0% {
    transform: translate(0, 100%);
  }

  100% {
    transform: translate(0, 0%);
  }
}
