@charset "UTF-8";
body{
  margin-top: 100px;
}
.scroll_ban.no-scroll {
overflow: hidden;
}
.fix{
}
.pc-plum-img{

}
.top .top_mv {
  background-size: contain;
}
.top__mv-wrap{
  /* width: 100vw;
  height: 100vh; */
  position: fixed;
  z-index: 100;
  background-color: #fff;
  z-index: 200;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.mv-scroll{
  text-align: center;
  transform: translateY(50%;);
}
/* .top__mv-wrap::before{
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: #fff;
  top: 0;
} */
.mv_bg{
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  top: 0;
}
.mv-plum{
  /* width: 200%; */
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  transform: translateX(-50%) translateY(-60%);
  z-index: 200;
  width: 80%;
  text-align: center;
}
.mv-plum.plum-img{
  /* width: 300%; */
  /* width: 80%; */
  width: 75%;
}
.top__mv-wrap__sec05 .mv-plum{
  transform: translateX(-50%) translateY(-50%);
}
.mv-plum img{
  max-width: 100%;
}
.top__mv-wrap__sec01 .mv_bg img,
.top__mv-wrap__sec02 .mv_bg img,
.top__mv-wrap__sec03 .mv_bg img,
.top__mv-wrap__sec04 .mv_bg img
{
  position: absolute;
  bottom: 0;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  object-fit: cover;
  transform: translateY(0) translateX(-50%);
}
.top__mv-wrap__sec01{
  width: 100%;
  height: 100%;
  min-width: 100vw;
  min-height: calc(100vh + 30px);
  /* background: url(../images/mv-anime/sec01/a_back.png); */
  background-size: cover;
  background-position: center bottom;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.top__mv-wrap__sec02{
  width: 100%;
  height: 100%;
  min-width: 100vw;
  min-height: calc(100vh + 30px);
  /* background: url(../images/mv-anime/sec02/b_back.png); */
  background-size: cover;
  background-position: center bottom;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.top__mv-wrap__sec03{
  width: 100%;
  height: 100%;
  min-width: 100vw;
  min-height: calc(100vh + 30px);
  /* background: url(../images/mv-anime/sec03/c_back.png); */
  background-size: cover;
  background-position: center bottom;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.top__mv-wrap__sec04{
  width: 100%;
  height: 100%;
  min-width: 100vw;
  min-height: calc(100vh + 30px);
  /* background: url(../images/mv-anime/sec04/d_back.png); */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  background-size: cover;
}
.top__mv-wrap__sec04 video{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.top__mv-wrap__sec05{
  width: 100vw;
  height: 100vh;
  /* background: url(../images/mv-anime/sec05/e_back.png); */
  background-position: 49% 50%;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  z-index: 100;
  display: none;
}
.top__mv-wrap__sec05 .mv_bg{
    position: relative;
    overflow: hidden;
    position: relative;
}
.top__mv-wrap__sec05 .mv_bg img{
position: absolute;
    top: 50%;
    left: 50%;
    width: 350%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    /* max-width: 100%; */
    object-fit: cover;
    transform: translateY(-50%) translateX(-49%) ;
}
.pc, .pc-in, .pc-inbl, .tabpc-inbl {
	display: none;
}
.sp {
	display: block;
}
.sp-in {
	display: inline;
}
.sp-inbl {
	display: inline-block;
}
#skip-btn{
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index:110 ;
}
#mv-plum-scroll{
  display: inline;
  max-width: 25%;
  transform:translateY(250%);
   animation: mv-plum-scroll_anime 1s linear infinite;
}
 @keyframes mv-plum-scroll_anime {
 0% {
  transform:translateY(230%);
}
 100% {
  transform:translateY(280%);
}
}
#mv_section-navi{
  position: fixed;
  right: 20px;
  z-index: 500;
  top: 50%;
  transform: translateY(-50%);
}
#mv_section-navi li{
  width: 10px;
  height: 10px;
  border-radius: 15px;
  background-color: #fff;
  margin-bottom: 25px;
  opacity: 0.3;
  cursor: pointer;
}
#mv_section-navi li.mv_section-navi__active{
  opacity: 1;
}
@media screen and (min-width:751px) {
img[src^='assets/images/mv-anime/sec05/02/']{
  transform: scale(1.5);
}
  #mv_section-navi{
    right: 40px;
  }
  /*  PC */
  .top .top_mv {
  background-size: cover;
}
 @keyframes mv-plum-scroll_anime {
 0% {
  transform:translateY(300%);
}
 100% {
  transform:translateY(370%);
}
}
#mv-plum-txt01{
  max-width: 400px;
}
#mv-plum-caption01{
  max-width: 600px;
}
.loading-logo{
  width: 250px;
}
.loading-logo img{
  max-width: 100%;
}
.top__mv-wrap__sec04 video{
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  object-fit: cover;
  transform: translateY(0) translateX(-50%);
}
.pc {
	display: block;
}
.pc-in {
	display: inline;
}
.pc-inbl, .tabpc-inbl {
	display: inline-block;
}
.sp, .sp-in, .sp-inbl {
	display: none;
}
  .mv-plum{
  width: 70%;    
  }
  .mv-plum.plum-img{
    width: 100%;
    text-align: center;
  }
  #skip-btn{
  cursor: pointer;
  color: #fff;
  font-size: 20px;
}
#skip-btn{
  bottom: 80px;
  right: 80px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 2px;
}
#header.top__mv-header{
  z-index: 300;
  background-color: transparent;
  color: #fff;
}
#header.top__mv-header .nav01 .list a{
  color: #fff;
}
#header.top__mv-header .nav01 .list .item:after {
  background-color: #fff;
}
#header.top__mv-header .nav02 .cart a{
  background: url("../images/common/h_cart02.png") center 0/100% no-repeat;
}
#header.top__mv-header .nav02 .contact a{
  background: url(../images/common/h_mail02.png) center 0/100% no-repeat;
}
#header.top__mv-header .nav02 .lang .lang_btn{
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}
}
@media screen and (max-width:751px) {
  .top__mv-wrap__sec01 .sp-text{
    width: 75%;
  }
  .top__mv-wrap__sec02 .sp-text{
    width: 75%;
  }
  .top__mv-wrap__sec03 .sp-text{
    width: 75%;
  }
  .top__mv-wrap__sec04 .sp-text{
    width: 75%;
  }
  .top__mv-wrap__sec05 .mv-plum{
    width: 40%;
  }
  .top__mv-wrap__sec05 .mv-plum.plum{
    width: 40%;
  }
#header.top__mv-header{
    z-index: 300;
    background-color: transparent;
  }
#header.top__mv-header .sp_lang .lang{
    color: #fff;
  }
#header.top__mv-header #menu_open{
    background-color: transparent;
  }
#header.top__mv-header #menu_open span{
    background-color: #fff;
  }
.top .top_mv{
    padding-top: inherit;
    height: 100vw;
    background-size: cover;
  }
  .top .mv{
    height: 100vw;
  }
  .top .sec#brand{
    padding: 120px 0 0;
  }
  .top .btn{
    transform: translateY(50%);
  }
}