@charset "utf-8";


/*FV動画*/
.archive #tcheader{
	display: none !important;
}
/* hide */
.js-hide {
  opacity: 0;
  transition: all 0.5s ease;
}
.hide_frombottom {
  transform: translate(0, 100px);
}
.hide_fromtop {
  transform: translate(0, -100px);
}
.hide_fromright {
  transform: translate(100px, 0);
}
.hide_fromleft {
  transform: translate(-100px, 0);
}
.js-fade {
  opacity: 1;
  transform: translate(0, 0px);
}

.mv {
  display: flex;
  align-items: stretch;
  background: #000;
  position: relative;
}



.loading-video {
  position: absolute;
  width: 100%;
  z-index: 50;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0);
}

@media (max-width: 767px) {
  .loading-video {
    background-color: rgba(0, 0, 0);
    padding-inline: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#loadingvideo {
  aspect-ratio: 1280 / 720;
	max-height: 100vh;   /* fallback */
  max-height: 100dvh;  /* mobile correct */
}

@media (max-width: 767px) {
  #loadingvideo {
    aspect-ratio: 375 / 209;
		aspect-ratio: 375 / 670;
    width: 100vw;
    /* height: 51.367vw; */
  }
}

.loading-video.window-loaded {
  opacity: 0;
  height: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
.loading-video.window-loaded {
	transition: none;
}
}
.loading-layer {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  inset: 0;
}

.loading-inner {
  position: relative;
  line-height: 0;
}

.video-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 1.563vw 0;
	padding: 0;
  gap: 1.563vw;
  z-index: 90;
  right: 5.469vw;
	right: 100px;
  top: 5.353vw;
  cursor: pointer;
}

@media (max-width: 767px) {
  .video-btns {
    top: 55px;
  }
}

.video-btn-txt {
      font-size: 1.8rem;
    line-height: 1.875vw;
    text-transform: uppercase;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background: none;
    padding: 0 0.781vw;
	padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 7.813vw;
    width: 9.8rem;
    height: 3.2rem;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255,255,255,.5);
	background: rgb(82 82 82 / 30%);
}
#videoToggleBtn{
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 0;
    gap: 1.563vw;
    z-index: 90;
    right: 2.469vw;
	right: 59px;
    top: 5.369vw;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 3.1rem;
    position: absolute;
    height: auto;
    z-index: 90;
    border: none;
		border: 1px solid rgba(255, 255, 255, .5);
	background: rgb(82 82 82 / 30%);
}

@media (max-width: 767px) {
  .video-btn-txt {
    font-size: 18px;
    line-height: 21px;
    padding: 0 5px;
    width: 95px;
    height: 34px;
  }
}

.video-btn-txt:hover {
  opacity: 0.7;
	opacity: 1;
}

.mv-img {
  position: relative;
}

.mv-img .img-ab {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  width: 12.266vw;
}

@media (max-width: 767px) {
  .mv-img .img-ab {
    width: 60px;
  }
}

.mv-img .img-ab.event {
  left: 2.969vw;
  top: unset;
  bottom: 30vw;
}

@media (max-width: 767px) {
  .mv-img .img-ab.event {
    left: 3.467vw;
    bottom: 48.8vw;
  }
}

.mv-img .img-ab.collabo {
  right: 24.766vw;
  bottom: 38.781vw;
  left: unset;
  top: unset;
}

@media (max-width: 767px) {
  .mv-img .img-ab.collabo {
    right: 22.667vw;
    left: unset;
    bottom: 52.8vw;
  }
}
.mv-img .img-ab.place {
  bottom: 11.406vw;
  top: unset;
  left: 37.344vw;
}

@media (max-width: 767px) {
  .mv-img .img-ab.place {
    bottom: 27.63vw;
    left: 34.667vw;
  }
}

.mv-top .img-ab {
  transform: translateY(-15px);
  transition: 0.8s ease;
  opacity: 0;
  visibility: hidden;
}

.mv-top .img-ab.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-property: opacity, visibility;
  transition-property: all;
}

.mv-sp {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.mv-sp.hide {
  opacity: 0;
  height: 51.367vw;
  visibility: hidden;
  /*transition: 0.5s all ease;*/
}


.mv-top .mv-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  max-height: 0;
  /* transition: all ease-in-out 0.5s; */
}

.mv-top .mv-hover.show {
  opacity: 1;
  max-height: 100%;
  position: relative;
}



/*追記*/
.video-toggle--hidden {
  display: none !important;
}

.mv{
	margin-bottom: 10vw;
}
/*.mv.playcyu{
	margin-bottom: 4vw;
}*/
@media (max-width: 767px) {
.mv{
	margin-bottom: 10vw;
	overflow: hidden;
	aspect-ratio: 375 / 670;
	aspect-ratio: 9 / 16;
}
/*.mv.playcyu{
	margin-bottom: 0rem;
	aspect-ratio: 375 / 670;
}*/
}
@media (max-width: 767px) {
    .video-btns {
        top: 28px;
        right: 50px;
			right: 65px;
    }
	#videoToggleBtn {
    right: 20px;
    top: 28px;
    width: 35px;
}
}
.under_fv_txt{
	margin-bottom: 5rem;
}
.under_fv_txt a{
	display: block;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    padding: 3rem 0 4rem;
    font-family: "Noto serif jp", serif;
	position: relative;
}
.under_fv_txt a::after {
	position: absolute;
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 1.7rem;
    height: 1.7rem;
    border: 0.1rem solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    left: 0;
    right: 0;
    margin: auto;
    bottom: 2rem;
}
.year-last{
	margin-top: 0;
}
#featured_area{
	position: relative;
	bottom: -6rem;
}
@media (max-width: 767px) {
#featured_area{
	bottom: 0rem;
}
.under_fv_txt a {
    font-size: 1.6rem;
	padding: 1.5rem 0 2.5rem;
}
.under_fv_txt a::after {
    width: 1.3rem;
    height: 1.3rem;
	bottom: 1.2rem;
}
}


.palalax{
	position: relative;
	background: #fff;
	margin-top: 55vw;
	/*padding-top: 5rem;*/
}
@media (max-width: 767px) {
.palalax {
    margin-top: 178vw;
}
}
.mv{
	position: fixed;
	top:0;
	left: 0;
	right: 0;
}

.adlogo-area{
	text-align: center;
}
.adlogo-area img{
	max-width: 70rem;
}
.filter-buttons button{
	color: #000;
}