@charset "UTF-8";
/*メディアクエリー
---------------------------------------------*/
body {
  background: #8F8F85;
  color: #000 !important;
}
body a:hover {
  opacity: 0.5;
  transition: 0.5s;
  text-decoration: none !important;
}

@media screen and (min-width: 970px) {
  header {
    height: 100vh !important;
  }
}
@media screen and (max-width: 970px) {
  .sp_none {
    display: none !important;
  }
}
@media screen and (min-width: 970px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 970px) {
  #fixed-header {
    position: fixed;
    top: -100px;
    width: 100%;
    box-sizing: border-box;
    transition: 0.5s; /* アニメーションタイミング */
    height: 93px;
    z-index: 888;
  }
  #fixed-header .hamburger {
    z-index: 9999;
  }
  #fixed-header.is-show {
    top: 0;
  }
}
#fv {
  position: relative;
  height: 100svh;
}
@media screen and (min-width: 970px) {
  #fv {
    margin-left: 14%;
  }
}
#fv h1 {
  width: 32%;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
  animation-name: fade;
  animation-delay: 2s;
  opacity: 0;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 970px) {
  #fv h1 {
    width: 12%;
    top: 50%;
  }
}
#fv .fv_img {
  position: absolute;
  width: 100%;
  height: 100svh;
}
@media screen and (max-width: 970px) {
  #fv .fv_img img {
    height: 100svh;
    width: auto;
  }
}
@media screen and (min-width: 970px) {
  #fv .fv_img img {
    height: 100svh;
    width: auto;
  }
}
#fv p {
  font-family: "embarcadero-mvb-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 1.5rem;
  white-space: nowrap;
  z-index: 999;
  animation-name: fade;
  animation-delay: 2s;
  opacity: 0;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 970px) {
  #fv p {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 970px) {
  #main {
    margin-left: 14%;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
  z-index: -1;
}
.flex .f_img {
  width: calc((100% - 3px) / 2);
}
@media screen and (min-width: 970px) {
  .flex .f_img {
    width: calc(33.3333333333% - 2px);
  }
}
@media screen and (max-width: 970px) {
  .flex .f_img:nth-child(2n) {
    border-right: 1px solid #000;
  }
}
@media screen and (min-width: 970px) {
  .flex .f_img:nth-child(3), .flex .f_img:nth-child(6), .flex .f_img:nth-child(9), .flex .f_img:nth-child(12), .flex .f_img:nth-child(15) {
    border-right: 1px solid #000;
  }
}

.b_r {
  border-right: 1px solid #000;
}

.b_b img {
  border-bottom: 1px solid #000;
  height: 70vw;
}
@media screen and (min-width: 970px) {
  .b_b img {
    height: 40vw;
  }
}

.typ_box {
  background: #fff;
  height: 40px;
}

.TextTyping {
  font-family: "embarcadero-mvb-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 5px auto 0;
  font-size: 0.7rem;
  word-break: break-all;
  text-align: left;
}
@media screen and (min-width: 970px) {
  .TextTyping {
    font-size: 1.2rem;
  }
}

.TextTyping span {
  display: none;
}

.TextTyping::after {
  content: "|";
  animation: typinganime 0.8s ease infinite;
}

@keyframes typinganime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 970px) {
  .typing {
    padding: 6px 0;
  }
}

.m_b {
  padding-bottom: 8px;
}

.ty_d {
  animation-delay: 2s;
}

.img-slide-box {
  position: relative;
  width: calc((100% - 3px) / 2);
  height: 70vw;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}
@media screen and (min-width: 970px) {
  .img-slide-box {
    width: calc(33.3333333333% - 2px);
    height: 40vw;
  }
}
.img-slide-box .slide-img-wrap {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 970px) {
  .img-slide-box .slide-img-wrap {
    height: 41vw;
  }
}

.btn-credit {
  position: absolute;
  bottom: 15%;
  right: 18%;
}
@media screen and (min-width: 970px) {
  .btn-credit {
    right: 59px;
    bottom: 65px;
  }
}

.slick-active .btn-credit {
  pointer-events: auto;
}

.btn-credit::after {
  content: "";
  background-image: url(../images/23aw_img/credit_btn.svg);
  background-size: contain;
  background-position: center;
  width: 18px;
  height: 18px;
  position: absolute;
}
@media screen and (min-width: 970px) {
  .btn-credit::after {
    width: 25px;
    height: 25px;
    position: absolute;
  }
}

@media screen and (min-width: 970px) {
  .pb {
    padding-bottom: 20% !important;
  }
}
.show .btn-credit::after {
  content: "";
  background-image: url(../images/23aw_img/credit_btn_02.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 50;
}
@media screen and (min-width: 970px) {
  .show .btn-credit::after {
    width: 35px;
    height: 35px;
    position: absolute;
  }
}

@media screen and (max-width: 970px) {
  .m_b2 {
    margin-bottom: 3px !important;
  }
}

.credit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: translateY(40%);
  transition: all 0.3s linear 0.1s !important;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(10, 10, 10, 0.47);
  text-align: center;
  margin-bottom: 7px;
}
@media screen and (min-width: 970px) {
  .credit {
    padding: 5% 0;
    justify-content: end;
    margin-bottom: 13px;
    text-align: left;
  }
}
@media screen and (min-width: 970px) {
  .credit li {
    justify-content: flex-start;
    display: flex;
    margin-left: 8%;
  }
}
.credit .under {
  text-decoration: underline;
}
.credit p {
  margin: 0;
}
.credit a:hover {
  opacity: 0.5;
  transition: 0.5s;
  text-decoration: none;
}
.credit .credit_li {
  padding-bottom: 10px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}
@media screen and (min-width: 970px) {
  .credit .credit_li {
    font-size: 14px;
    width: 460px;
    padding-left: 8%;
  }
}
.credit .credit_li img {
  width: 41px;
}
@media screen and (min-width: 970px) {
  .credit .credit_li img {
    margin-right: 17%;
  }
}
@media screen and (min-width: 970px) {
  .credit .credit_li p {
    width: 370px;
  }
}

.shop_btn {
  width: 70px !important;
}

.coming_btn {
  width: 74px !important;
}

.show .credit {
  opacity: 1;
  pointer-events: inherit;
  transform: translateY(0);
  z-index: 9;
}

.slide {
  animation-name: fade;
  animation-delay: 3s;
  opacity: 0;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.staff {
  text-align: center;
  font-family: "embarcadero-mvb-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 100px auto 50px;
  font-size: 0.7rem;
  line-height: 2;
}
@media screen and (min-width: 970px) {
  .staff {
    font-size: 1rem;
    line-height: 2.4;
    margin: 200px auto 150px;
  }
}

.all {
  text-align: center;
  font-family: "embarcadero-mvb-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.1rem;
  border-bottom: 1px solid #000;
  width: 21%;
  padding-bottom: 4px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 970px) {
  .all {
    width: 7%;
    padding-bottom: 7px;
    margin: 100px auto 180px;
    font-size: 2rem !important;
  }
}

@media screen and (min-width: 970px) {
  .s_m {
    margin-left: 14%;
  }
}

footer {
  background: #8F8F85 !important;
  color: #000 !important;
}
@media screen and (min-width: 970px) {
  footer {
    margin-left: 14%;
  }
}/*# sourceMappingURL=style.css.map */