@charset "utf-8";


/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */
#mv {
  position: relative;
}
/* slider */
#mv .slide-media {
  position: relative;
  overflow: hidden;
}

#mv .slide-media img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

#mv .splide {
  z-index: 0;
  height: 100vh;
  height: 100svh;
}


#mv .splide__slide:focus-visible {
  outline: 3px solid rgba(180, 233, 0, 0.8);
  outline-offset: 3px;
  z-index: 1;
  transition: none;
}

#mv .splide-wrapper {
  position: relative;
}


#mv .splide-fade .splide__slide {
  pointer-events: none;
}

#mv .splide__track--fade .splide__slide.is-active {
  pointer-events: auto;
}

#mv .slide-media img {
  transition: 7s 1s ease-out;
}

#mv .splide__slide[class*=-active] .slide-media img {
  transition-delay: 0s;
  transform: scale(1.05);
}
#mv_wrapper {
  padding: 0 10px;
}


@media only screen and ( max-width : 767px ) {
  #mv .slide-media img {
    width: 100%;
    height: calc(100vh - 80px);
  }

  #mv .splide {
    height: calc(100vh - 80px);
    height: calc(100svh - 80px);
  }
}
@media print, screen and ( min-width : 768px ) {
  
  #mv .slide-media img {
    height: calc(100vh - 19rem);
  }

  #mv .splide {
    height: calc(100vh - 19rem);
    height: calc(100svh - 19rem);
  }

}


/* ---------------------------------------------------------------------------------------------

　   INTRODUCTION

--------------------------------------------------------------------------------------------- */
#introduction {
  background: linear-gradient(to right,  #6d0037 0%,#8d1d54 100%);
  color: #fff;
  position: relative;
}
#introduction .container {
  position: relative;
  z-index: 2;
  max-width: calc(102rem + 6rem);
}
#introduction:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/index/introduction_bg.png) no-repeat center / 90%;
}
#introduction:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 20%;
  background: url(../img/index/wave.png) no-repeat left bottom / 100%;
}
.introduction_inner h2 {
  letter-spacing: .3em;
}
.introduction_txt p {
  line-height: 1.8em;
}

@media only screen and ( max-width : 767px ) {
  #introduction {
    padding: 5rem 0 8rem;
  }
  .introduction_inner h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .introduction_img {
    margin-bottom: 3rem;
    margin-left: -3rem;
  }
  .introduction_map_img {
    width: 80%;
    margin-bottom: 3rem;
  }
  .introduction_txt {
    font-size: 1.5rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #introduction {
    padding: 13rem 0 15vw;
  }
  #introduction:before {
    background-size: 78.2rem;
  }
  .introduction_inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 6rem;
  }
	.en-US .introduction_inner {
		flex-direction: column;
	}
  .introduction_img {
    width: 84rem;
    margin-left: -11rem;
    padding-top: 6rem;
  }
  .introduction_inner h2 {
    font-size: 3.8rem;
    width: 29rem;
    display: flex;
    justify-content: center;
  }
  .introduction_inner h2 span {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
	.en-US .introduction_inner h2 {
		width: 100%;
    	justify-content: flex-start;
	}
	.en-US .introduction_inner h2 span {
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}
  .introduction_map_img {
    width: 40rem;
    margin-right: 5rem;
  }
  .introduction_txt {
    width: calc(100% - 40rem - 5rem);
    font-size: 2rem;
  }
}
/* ---------------------------------------------------------------------------------------------

　   ABOUT

--------------------------------------------------------------------------------------------- */
#about {
  position: relative;
}
#about:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/index/hand.png) no-repeat center / 100%;
  z-index: 2;
}
.about_txt h3 {
  background: #231815;
  color: #fff;
  text-align: center;
  letter-spacing: .3em;
  padding: .2em .5em;
}
.about_img {
  position: relative;
}
.about_img:before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 1.8rem;
  width: 1px;
  height: 8rem;
  background: #231815;
  transform: rotate(45deg);
}

@media only screen and ( max-width : 767px ) {
  #about {
    padding-top: 8rem;
  }
  #about:before {
    width: 16rem;
    height: 18.4rem;
    top: -10rem;
  }
  .about_item {
    margin-bottom: 4rem;
  }
  .about_txt h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .about_img {
    margin-top: 2rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #about {
    padding-top: 18rem;
  }
  #about:before {
    width: 26.45vw;
    height: 30.48vw;
    top: -15vw;
  }
  .about_item {
    margin-bottom: 8rem;
  }
  .about_txt {
    width: 38%;
    font-size: 1.9rem;
  }
  .about_img {
    width: 52%;
  }
  .about_txt h3 {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   LINEUP

--------------------------------------------------------------------------------------------- */


@media only screen and ( max-width : 767px ) {
  .lineup_list {
    margin-bottom: 4rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .lineup_list {
    margin-bottom: 8rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   BLOG

--------------------------------------------------------------------------------------------- */

.blog_list li {
  font-size: 1.6rem;
}

.blog_list_img {
  height: 22rem;
}
@media only screen and ( max-width : 767px ) {
  .blog_list {
    margin-bottom: 4rem;
  }
  .blog_list li {
    margin-bottom: 3rem;
  }
  .blog_list li:last-child {
    margin-bottom: 0;
  }
  .blog_list li .blog_list_txt {
    margin-top: 1rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .blog_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8rem;
  }
  .blog_list li {
    width: 31%;
    margin-right: 3.5%;
  }
  .blog_list li:nth-child(3n) {
    margin-right: 0;
  }
  .blog_list li .blog_list_txt {
    margin-top: 1.5rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}

