.web_font01 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.object-fit-img, #Mv_ttl .img_wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: contain;";
}

.bg_dot, #Contents_area .bg:after, #Contents_area .bg:before, #Mv_ttl:before {
  display: block;
  content: "";
  background: url("../images/bg_dot.png") center repeat;
  background-size: 6px 9px;
  position: absolute;
  z-index: 20;
  opacity: 0.4;
}

@media screen and (max-width: 736px) {
  .bg_dot, #Contents_area .bg:after, #Contents_area .bg:before, #Mv_ttl:before {
    background: url("../images/bg_dot.png") center repeat;
    background-size: 4px 6px;
  }
}
/*------------------------------------------------------------
#Mv_ttl
------------------------------------------------------------*/
#Mv_ttl {
  position: relative;
}
#Mv_ttl.is_show .ttl i:nth-of-type(1) img {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  -ms-filter: blur(0px);
  filter: blur(0px);
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, filter 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
#Mv_ttl.is_show .img_wrap .img_wrap_inner .img {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  -ms-filter: blur(0px);
  filter: blur(0px);
  transition: opacity 0.8s cubic-bezier(0, 0, 0.395, 0.995) 0.1s, transform 0.8s cubic-bezier(0, 0, 0.395, 0.995) 0.1s, filter 0.8s cubic-bezier(0, 0, 0.395, 0.995) 0.1s;
}
#Mv_ttl:before {
  width: 33.8vw;
  height: 611px;
  top: -200px;
  right: 0;
}
#Mv_ttl .ttl {
  position: absolute;
  margin-top: -141px;
  top: 50%;
  z-index: 33;
  right: 10vw;
}
#Mv_ttl .ttl i {
  overflow: hidden;
  display: inline-block;
}
#Mv_ttl .ttl i img {
  opacity: 0;
  transform: translate3d(0, 90px, 0) scale(1);
  -ms-filter: blur(0px);
  filter: blur(0px);
  perspective: 1000;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#Mv_ttl .img_wrap {
  width: 100vw;
  height: 26vw;
  min-height: 500px;
  position: relative;
  z-index: 1;
  margin-left: auto;
}
#Mv_ttl .img_wrap .img_wrap_inner {
  overflow: hidden;
  height: 100%;
}
#Mv_ttl .img_wrap .img_wrap_inner .img {
  height: 100%;
  opacity: 0;
  transform: translate3d(0, 0px, 0) scale(1.1);
  -ms-filter: blur(20px);
  filter: blur(20px);
  perspective: 1000;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#Mv_ttl .img_wrap .img_wrap_inner .img > div {
  height: 100%;
}
#Mv_ttl .img_wrap .img_list, #Mv_ttl .img_wrap .swiper-container, #Mv_ttl .img_wrap .swiper-slide > div {
  height: 100%;
}
#Mv_ttl .img_wrap img {
  width: 100%;
  height: 100%;
}
#Mv_ttl .img_wrap .img {
  opacity: 1;
  height: 100%;
}
#Mv_ttl .img_wrap .img1 {
  display: block;
  margin: 0 auto;
}
#Mv_ttl .img_wrap .img2 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  position: absolute;
  top: 0;
}
#Mv_ttl .deco-1 {
  width: 182px;
  right: -90px;
  top: -40px;
}

@-webkit-keyframes album {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  37.5% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes album {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  37.5% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@media screen and (max-width: 736px) {
  #Mv_ttl:before {
    width: 33.8vw;
    height: 465px;
    top: auto;
    bottom: 0;
    right: 0;
  }
  #Mv_ttl .ttl {
    left: 4.7vw;
    top: 15px;
    z-index: 50;
    margin-top: 0;
  }
  #Mv_ttl .ttl img {
    width: 113px;
    height: auto;
  }
  #Mv_ttl .img_wrap {
    width: 100vw;
    height: 78vw;
    min-height: 157px;
  }
  #Mv_ttl .deco-1 {
    width: 68px;
    right: -31px;
    top: 46px;
  }
}
/*------------------------------------------------------------
#Contents_area
------------------------------------------------------------*/
#Contents_area {
  padding-top: 65px;
  padding-bottom: 0px;
  position: relative;
  font-weight: 100;
  line-height: 2.25;
  letter-spacing: 0.07em;
}
#Contents_area .inner {
  width: 605px;
  margin: 0 auto;
  z-index: 10;
}
#Contents_area .deco-1 {
  width: 475px;
  left: -244px;
  top: -102px;
}
#Contents_area .deco-2 {
  width: 340px;
  right: -170px;
  top: 416px;
}
#Contents_area .deco-3 {
  width: 280px;
  right: 50%;
  margin-right: 255px;
  top: 616px;
}
#Contents_area .deco-4 {
  width: 182px;
  right: 155px;
  top: 1270px;
}
#Contents_area .deco-5 {
  width: 165px;
  right: 50%;
  margin-right: 634px;
  top: 1084px;
}
#Contents_area .deco-6 {
  width: 279px;
  right: 50%;
  margin-right: 140px;
  top: 1750px;
}
#Contents_area .deco-7 {
  width: 217px;
  left: -102px;
  top: 2118px;
}
#Contents_area .deco-8 {
  width: 331px;
  right: -180px;
  top: 1828px;
}
#Contents_area .deco-9 {
  width: 375px;
  left: 50%;
  margin-left: 90px;
  top: 2760px;
}
#Contents_area .deco-10 {
  width: 322px;
  left: -110px;
  top: 3100px;
}
#Contents_area .deco-11 {
  width: 153px;
  right: -90px;
  top: 3290px;
}
#Contents_area .top_txt {
  z-index: 30;
}
#Contents_area .bg1:before {
  width: 66vw;
  height: 444px;
  top: -90px;
  left: 0;
}
#Contents_area .bg1:after {
  width: 34vw;
  height: 235px;
  top: 355px;
  right: 0;
}
#Contents_area .bg2:before {
  width: 54.5vw;
  height: 330px;
  top: 845px;
  right: 0;
}
#Contents_area .bg2:after {
  width: 45.4vw;
  height: 535px;
  top: 1175px;
  left: 0;
}
#Contents_area .bg3:before {
  width: 38vw;
  height: 231px;
  top: 1709px;
  right: 0;
}
#Contents_area .bg3:after {
  width: 50vw;
  height: 376px;
  top: 2193px;
  left: 0;
}
#Contents_area .bg4:before {
  width: 49.5vw;
  height: 342px;
  top: 2522px;
  right: 0;
}
#Contents_area .bg4:after {
  width: 38vw;
  height: 430px;
  top: 3265px;
  left: 0;
}
#Contents_area h3 {
  line-height: 1;
  margin-bottom: 80px;
  position: relative;
}
#Contents_area section {
  margin-bottom: 120px;
}
#Contents_area section h3 {
  margin-bottom: 45px;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  #Contents_area {
    padding-top: 35px;
    font-size: 1.1rem;
    line-height: 1.63;
    letter-spacing: 0.07em;
  }
  #Contents_area .inner {
    width: calc(100% - 9.4vw);
    margin: 0 4.7vw;
    z-index: 32;
  }
  #Contents_area .deco-1 {
    width: 166px;
    left: -84px;
    top: -52px;
    z-index: 30;
  }
  #Contents_area .deco-2 {
    width: 98px;
    right: auto;
    left: 35px;
    top: 366px;
  }
  #Contents_area .deco-3 {
    width: 150px;
    right: -75px;
    margin-right: 0;
    top: 525px;
  }
  #Contents_area .deco-7 {
    width: 136px;
    left: auto;
    right: 54px;
    top: 1202px;
  }
  #Contents_area .deco-9 {
    width: 107px;
    left: -154px;
    top: 1470px;
  }
  #Contents_area .deco-12 {
    width: 70px;
    right: -35px;
    top: 1465px;
  }
  #Contents_area .bg1:before {
    width: 66vw;
    height: 385px;
    top: 0;
    left: 0;
  }
  #Contents_area .bg1:after {
    width: 57vw;
    height: 220px;
    top: 385px;
    right: 0;
  }
  #Contents_area .bg2:before {
    width: 43vw;
    height: 211px;
    top: 523px;
    left: 0;
  }
  #Contents_area .bg2:after {
    width: 32vw;
    height: 307px;
    top: 875px;
    left: auto;
    right: 0;
  }
  #Contents_area .bg3:before {
    width: 68vw;
    height: 189px;
    top: 1179px;
    right: auto;
    left: 0;
  }
  #Contents_area .bg3:after {
    width: 34vw;
    height: 342px;
    top: 1415px;
    left: 0;
  }
  #Contents_area .bg4:before {
    width: 65vw;
    height: 552px;
    top: 1760px;
    right: 0;
  }
  #Contents_area .bg4:after {
    display: none;
  }
  #Contents_area section {
    margin-bottom: 55px;
  }
  #Contents_area section h3 {
    margin-bottom: 25px;
  }
}