/* CSS Document */
@charset "utf-8";

@media screen and (min-width:1040px){

.wrapper{
	width: auto;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.gnav_btn a{
	width: 66px;
	height: 50px;
	background: none;
	border-radius: 0;
	display: block;
	position: fixed; top: 15px; right: 40px;
	z-index: 100;
}
.gnav_btn span {
	width: 66px;
	height: 1px;
	margin: -0.5px 0 0 -33px;
	background: #FFF;
	border-radius: 1px;
	display: block;
	position: absolute; top: 50%; left: 50%;
	transition: 0.2s;
}
.gnav_btn span:before,
.gnav_btn span:after {
	content: "";
	width: 66px;
	height: 1px;
	background: #FFF;
	border-radius: 1px;
	display: block;
	position: absolute; top: 0; left: 0;
	transition: 0.3s;
}
.gnav_btn span:before {
	margin-top: -13px;
}
.gnav_btn span:after {
	margin-top: 13px;
}
.gnav_btn a.on span {
	background: transparent;
}
.gnav_btn a.on span:before,
.gnav_btn a.on span:after {
	margin-top: 0;
	background: #FFF;
}
.gnav_btn a.on span:before {
	transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
}
.gnav_btn a.on span:after {
	transform: rotate(-160deg);
	-webkit-transform: rotate(-160deg);
}
.gnav_btn p{
	width: 100%;
	position: absolute; bottom: -15px; left: 0;
	font-size: 14px;
	text-align: center;	
}
.gnav_btn p + p,
.gnav_btn a.on p{
	display: none;
}
.gnav_btn a.on p + p{
	display: block;
}
.gnav{
	width: 330px;
	height: 100%;
	padding-top: 34px;
	background: url(../images/common/gnav_bg.svg) no-repeat left top;
	background-size: cover;
	position: fixed; top: 0; right: 0;
	display: block;
	z-index: 90;
	pointer-events: auto;
	overflow: auto;
	transform: translateX(100%);
	transition: transform 0.4s ease;
}
.gnav.on{
    transform: translateX(0);
}
.gnav .logo{
	width: 	187px;
	margin-left: 23px;
}
.gnav nav {
	margin-top: 22px;
	text-align: left;
}
.gnav nav > div {
	margin-top: 0;
	border-top: 1px solid #FFF;
}
.gnav nav > div > a{
	padding: 18px 18px 18px 30px;
	display: block;
	position: relative;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
.gnav nav > div > a:hover{
	background: #000;
	color: #FFF;
}
.gnav nav > div.no_link{
	padding: 18px 16px;
}
.gnav nav > div.no_link > p{
	padding-left: 2px;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
.gnav .inner{
	margin-top: 18px;
	padding: 6px 6px 16px 6px;
	background: url(../images/common/gnav_inner_bg.svg) no-repeat center;
	background-size: cover;
}
.gnav .inner .title_box{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
}
.gnav .inner .title_box .title{
	font-size: 14px;
}
.gnav .inner .title_box .title span{
	display: block;
	font-size: 23px;
	text-align: center;
}
.gnav .inner .title_box .and{
	margin: 0 10px;
	font-size: 23px;
}
.gnav .inner .text{
	margin-top: 6px;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 16px;
}
.gnav nav > div.no_link .caution{
	margin-top: 6px;
	font-size: 14px;
	text-align: center;
}
.gnav .btn{
	margin-top: 13px;
}
.gnav .btn a{
	height: 48px;
	background: #FFF;
	border: 1px solid #707070;
	border-radius: 24px;
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	color: #222;
	text-align: center;
	text-decoration: none;
	transition: .2s;
}
.gnav .btn a:hover{
	background: #707070;
	color: #FFF;
}
.gnav .btn a::before{
	content: "";
	width: 7.5px;
	height: 15px;
	background: url(../images/common/arrow_b.svg) no-repeat;
	background-size: 100% 100%;
	position: absolute; top: 50%; right: 20px;
	transform: translateY(-50%);
}
.gnav .btn a img{
	width: 29px;
	position: absolute; top: 50%; left: 20px;
	transform: translateY(-50%);
}
.gnav .btn a:hover::before,
.gnav .btn a:hover img{
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.gnav .sns{
	margin-top: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 22px;
}
.gnav .sns div{
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0;
}
.gnav .sns div img{
	width: auto;
	height: 24px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.gnav .sns div:last-child img{
	height: 17px;
}


/* main */

main{
}

.kv{
	position: relative;
}
.kv .video{
	width: 100vw;
	height: 100vh;
	position: fixed; top: 0; left: 0;
	z-index: -10;
	overflow: hidden;
}
.kv .video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kv .video::before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.37);
	position: absolute; top: 0; left: 0;
	z-index: 1;
}

.kv .fv{
	height: 100vh;
	padding: 20px 30px;
	position: relative;
}
.kv .fv h1{
	width: 203px;
}
.scroll_down a{
  color: #FFF;
  font-size: 0;
  letter-spacing: 2px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  display: block;
  background-size: 14px auto;
  z-index: 2;
  text-decoration: none; 
  transform: translate(-50%, -50%);
}
.scroll_down a:before {
  position: absolute;
  top: calc(50% - 56px);
  left: calc(50% - 8px);
  transform: rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid #FFF;
  border-width: 0px 0 2px 2px;
}
.scroll_down a:after {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 2px solid #FFF;
  content: "";
  border-radius: 100%;
  top: calc(50% - 64px);
  left: calc(50% - 19px);
}
.scroll_down a span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 0 0 #FFF;
  opacity: 0;
  animation: circle 3s infinite;
  top: calc(50% - 63px);
  left: calc(50% - 19px);
}
@keyframes circle {
  0% { opacity: 0; }
  30% { opacity: 1; }
  60% { box-shadow: 0 0 0 40px rgba(255,255,255,.1);
        opacity: 0; }
  100% { opacity: 0; }
}
.scroll_down img{
	width: 75px;
}

.kv .sv{
	padding: 480px 0 75vw 0;
	position: relative;
}
.kv .sv::after{
	content: "";
	width: 100vw;
	height: 51vw;
	background: url(../images/kv/webp/acc.webp) no-repeat center bottom;
	background-size: 100% auto;
	position: absolute; bottom: 0; left: 0;
}
.kv .sv .catch{
	width: 427px;
	margin:  0 auto;
	padding: 0;
}
.kv .sv .logo{
	width: 484px;
	margin: 60px auto 0 auto;
	padding: 0;
}
.kv .sv .text{
	width: 335px;
	margin: 246px auto 0 auto;
	padding: 0;
}

.cta_top{
	padding: 100px 0;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	text-align: center;
}
.cta_top.cta_top_1{
	background: #000;
}
.cta_top.cta_top_2{
	background: #FFF;
	color: #000;
}
.cta_top p{
	font-size: 29px;
}
.cta_top p big{
	font-size: 37px;
}
.cta_top .becouse{
	margin-top: 52px;
	font-size: 27px;
}
.cta_top .text{
	font-size: 36px;
}

.cta{
	padding: 36px 0 83px 0;
	background: url(../images/cta/webp/bg.webp) no-repeat center;
	background-size: cover;
}
.cta .title_box{
	display: flex;
	justify-content: center;
	gap: 30px;
}
.cta .title_box div{
	width: 350px;
}
.cta .check_box{
	margin-top: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Noto Serif JP", serif;
}
.cta .left{
	margin-right: 26px;
	font-size: 27px;
}
.cta .right{
	font-size: 21px;
}
.cta .right p{
}
.cta .right p + p{
	margin-top: 10px;
}
.cta .right p span{
	color: #15C30B;
}
.cta .btn{
	width: 572px;
	margin: 37px auto 0 auto;
	padding: 0;
}
.cta .btn a{
	height: 66px;
	background: #3BA80A;
	border: 1px solid #3BA80A;
	border-radius: 34px;
	display: block;
	position: relative;
	font-size: 19px;
	font-weight: 700;
	line-height: 66px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	transition: .2s;
}
.cta .btn a:hover{
	background: #FFF;
	color: #3BA80A;
}
.cta .btn a::before{
	content: "";
	width: 7.5px;
	height: 15px;
	background: url(../images/common/arrow_w.svg) no-repeat;
	background-size: 100% 100%;
	position: absolute; top: 50%; right: 34px;
	transform: translateY(-50%);
}
.cta .btn a:hover:before{
	filter: brightness(0) saturate(100%) invert(51%) sepia(48%) saturate(3863%) hue-rotate(68deg) brightness(97%) contrast(92%);
}
.cta .caution{
	margin-top: 7px;
	font-size: 14px;
	text-align: center;
}

.intro{
	padding: 160px 0 80px 0;
	background: url(../images/intro/webp/bg.webp) no-repeat center;
	background-size: cover;
	position: relative;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
}
.intro::before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.78);
	position: absolute; top: 0; left: 0;
	z-index: 1;
}
.intro *{
	position: relative;
	z-index: 2;
}
.intro h2{
	width: 408px;
	margin-left: 50px;
}
.intro .box{
	padding-top: 50px;
}
.intro .item{
	margin-top: 74px;
	padding: 55px 0 65px 50px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	opacity: 0;
    transform: translateX(-80px);
    transition: all 0.8s ease;
}
.intro .item.active{
    opacity: 1;
    transform: translateX(0);
}
.intro .item::before{
	content: "";
	width: 	200vw;
	height: 100%;
	border: 1px solid #FFF;
	border-radius: 11vw;
	position: absolute;	top: -1px; right: 0;
}
.intro .item:nth-child(1){
	width: 690px;
}
.intro .item:nth-child(2){
	width: 868px;
	padding-left: 130px;
}
.intro .item:nth-child(3){
	width: 1050px;
	padding-left: 190px;
}
.intro h3{
	width: auto;
	height: 113px;
}
.intro h3 img{
	height: 100%;
}
.intro .inner{
	padding-left: 60px;
}
.intro h4{
	margin: 0;
	font-size: 26px;
	line-height: 1.5;
}
.intro .item:last-child h4{
	margin-top: 0;
}
.intro p{
	margin-top: 10px;
	padding: 0;
	border-top: none;
	font-size: 20px;
	line-height: 1.7;
	letter-spacing: 0.02em;
}
.intro .text{
	margin-top: 81px;
	padding: 0 0 0 480px;
	position: relative;
	font-size: 24px;
	line-height: 2.8;
}
.intro .text::before{
	display: none;
}

.movie{
	padding: 106px 0 138px 0;
	background: url(../images/movie/webp/bg.webp) no-repeat center;
	background-size: cover;
	position: relative;
}
.movie::before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.39);
	position: absolute; top: 0; left: 0;
	z-index: 1;
}
.movie *{
	position: relative;
	z-index: 2;
}
.movie h2{
	display: flex;
	justify-content: center;
}
.movie h2 img{
	width: 536px;
}
.movie .youtube {
  position: relative;
  width: 100%;
  margin-top: 45px;
  padding-top: 56.25%;
}
.movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.profile{
	padding: 109px 0 87px 0;
	background: #080404;
}
.profile h2{
	width: 412px;
	margin: 0 auto;
}
.profile .band{
	margin-top: 40px;
}
.profile .box{
	padding-top: 70px;
	display: flex;
	justify-content: space-between;
}
.profile .item{
	width: 192px;
	margin-top: 0;
	background: url(../images/profile/webp/bg_pc.webp) no-repeat center;
	background-size: cover;
}
.profile .thum{
	position: relative;
}
.profile .thum::before{
	content: "";
	width: 85px;
	height: 65px;
	background: url(../images/profile/acc.svg) no-repeat;
	background-size: cover;
	position: absolute; bottom: 0; left: 0;
}
.profile .inner{
	position: relative;
}
.profile .chara{
	position: absolute;
}
.profile .item:nth-child(1) .chara{
	width: 70px;
	top: -55px; left: 8px;
}
.profile .item:nth-child(2) .chara{
	width: 88px;
	top: -50px; left: 0;
}
.profile .item:nth-child(3) .chara{
	width: 89px;
	top: -45px; left: 0;
}
.profile .item:nth-child(4) .chara{
	width: 62px;
	top: -50px; left: 11px;
}
.profile .item:nth-child(5) .chara{
	width: 76px;
	top: -45px; left: 2px;
}
.profile .name{
	padding: 0 0 0 85px;
	position: relative;
	z-index: 1;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.71);
}
.profile .item:nth-child(2) .name{
	padding-left: 68px;
}
.profile .item:nth-child(3) .name{
	padding-left: 50px;
}
.profile .item:nth-child(5) .name{
	padding-left: 64px;
}
.profile .name span{
	padding-left: 10px;
	display: block;
}
.profile p{
	padding: 11px 16px 16px 16px;
	font-size: 16px;
	line-height: 1.8;
}

.slide{
	padding: 105px 0 200px 0;
	background: url(../images/slide/webp/bg.webp) no-repeat center;
	background-size: cover;
	position: relative;
}
.slide::before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.79);
	position: absolute; top: 0; left: 0;
	z-index: 1;
}
.slide *{
	position: relative;
	z-index: 2;
}
.slide h2{
	width: 454px;
	margin: 0 auto;
}
.slide .bottom{
	width: 404px;
	margin: 89px auto 0 auto;
	padding: 0;
}
.embla {
	margin-top: 127px;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.embla__viewport {
	overflow: hidden;
}
.embla__container {
	display: flex;
}
.embla__slide {
	flex: 0 0 304px;
	margin-right: 40px;
}
.video-wrap {
	position: relative;
	width: 100%;
	padding-top: 150%;
}
.video-wrap iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: auto;
}
.embla__controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 85px;
	margin-top: 67px;
}
.embla__dots {
	display: flex;
	justify-content: center;
	gap: 15px;
}
.embla__dot {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #AFAFAF;
	border: none;
	cursor: pointer;
	padding: 0;
}
.embla__dot.is-selected {
	background: #980000;
}
.embla__prev,
.embla__next {
	width: 55px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
}
.embla__next img {
	transform: scale(-1,1);
}

.voice{
	padding: 84px 0 126px 0;
	background: url(../images/voice/webp/bg_pc.webp) no-repeat center;
	background-size: cover;
	position: relative;
}
.voice::before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.74);
	position: absolute; top: 0; left: 0;
	z-index: 1;
}
.voice *{
	position: relative;
	z-index: 2;
}
.voice h2{
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 32px;
	text-align: center;
}
.voice h2 small{
	display: block;
	font-size: 20px;
}
.voice .image{
	width: 913px;
	margin: -30px 0 0 50px;
}

.live{
	padding: 110px 0 84px 0;
	background: url(../images/live/webp/bg_pc.webp) no-repeat center bottom;
	background-size: cover;
	position: relative;
}
.live::before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(21,21,21,0.62);
	position: absolute; top: 0; left: 0;
	z-index: 1;
}
.live *{
	position: relative;
	z-index: 2;
}
.live h2{
	font-weight: 400;
	font-size: 30px;
	text-align: left;
}
.live .box{
}
.live .item{
	margin-top: 40px;
	display: flex;
}
.live .item + .item{
	margin-top: 114px;
}
.live .thum_box{
	width: 334px;
	height: 334px;
	position: relative;
}
.live .thum_box .thum{
	position: relative;
}
.live .thum_box .thum::before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.61);
	position: absolute; top: 0; left: 0;
	z-index: 3;
}
.live .thum_box .title_box{
	width: 100%;
	position: absolute; top: 25%; left: 0;
	text-align: center;
}
.live .thum_box h3{
	font-weight: 700;
	font-size: 17px;
}
.live .thum_box h4{
	margin-top: 12px;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 17px;
}
.live .thum_box .inner{
	width: 100%;
	padding: 8px 13px;
	background: #731425;
	position: absolute; bottom: 0; left: 0;
	font-weight: 700;
	font-size: 15px;
}
.live .thum_box .inner p{
}
.live .thum_box .inner p + p{
	margin-top: 0;
}
.live .detail_box{
	width: 548px;
	margin-left: 68px;
}
.live .detail_box h3{
	padding: 0 10px 20px 10px;
	font-weight: 700;
	font-size: 17px;
}
.live .detail_box .inner{
	border-bottom: 1px dotted #9D9D9D;
}
.live .detail_box .inner div{
	padding: 15px 10px 20px 10px;
	border-top: 1px dotted #9D9D9D;
	font-size: 16px;
	line-height: 1.8;
}
.live .detail_box .btn{
	margin-top: 18px;
}
.live .detail_box .btn a{
	height: 64px;
	background: #FFF;
	border: 1px solid #707070;
	border-radius: 33px;
	display: block;
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 64px;
	color: #222;
	text-align: center;
	text-decoration: none;
	transition: .2s;
}
.live .detail_box .btn a:hover{
	background: #707070;
	color: #FFF;
}
.live .detail_box .btn a::before{
	content: "";
	width: 7.5px;
	height: 15px;
	background: url(../images/common/arrow_b.svg) no-repeat;
	background-size: 100% 100%;
	position: absolute; top: 50%; right: 32px;
	transform: translateY(-50%);
}
.live .detail_box .btn a:hover::before{
	background-image: url(../images/common/arrow_w.svg);
}
.live .bottom_text{
	margin-top: 75px;
	font-size: 20px;
	line-height: 1.8;
	text-align: center;
}
.live .bottom_text span{
	font-size: 19px;
}
.live .bottom_btn{
	width: 572px;
	margin: 30px auto 0 auto;
}
.live .bottom_btn a{
	height: 66px;
	background: #3BA80A;
	border: 1px solid #3BA80A;
	border-radius: 34px;
	display: block;
	position: relative;
	font-size: 19px;
	font-weight: 700;
	line-height: 66px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	transition: .2s;
}
.live .bottom_btn a:hover{
	background: #FFF;
	color: #3BA80A;
}
.live .bottom_btn a::before{
	content: "";
	width: 7.5px;
	height: 15px;
	background: url(../images/common/arrow_w.svg) no-repeat;
	background-size: 100% 100%;
	position: absolute; top: 50%; right: 34px;
	transform: translateY(-50%);
}
.live .bottom_btn a:hover:before{
	filter: brightness(0) saturate(100%) invert(51%) sepia(48%) saturate(3863%) hue-rotate(68deg) brightness(97%) contrast(92%);
}

.about{
	padding: 109px 0 262px 0;
	background: url(../images/about/bg.svg) no-repeat center bottom;
	background-size: cover;
	position: relative;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	line-height: 3;
	text-align: center;
}
.about .title{
	font-size: 24px;
}
.about p{
	margin-top: 69px;
	font-size: 20px;
}

.rule{
	padding: 156px 0 120px 0;
}
.rule h2{
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 43px;
	text-align: center;
}
.rule .text{
	width: 226px;
	margin: 44px auto 0 auto;
}

.lv{
	padding: 100px 0 30vw 0;
}
.lv .catch{
	width: 427px;
	margin: 0 auto;
}


/* footer */

footer{
	padding-top: 80px;
	background: #FFF;
	position: relative;
}
footer::before{
	content: "";
	width: 100vw;
	height: 30vw;
	background: url(../images/footer/webp/acc.webp) no-repeat center bottom;
	background-size: 100% 100%;
	position: absolute; top: -30vw; left: 0;
}
footer .logo{
	width: 283px;
	margin: 0 auto;
}
footer .banner{
	width: 636px;
	margin: 40px auto 0 auto;
}
footer .sns{
	margin-top: 78px;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .sns div{
	margin: 0 11px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0;
}
footer .sns div img{
	width: auto;
	height: 23px;
}
footer .sns div:last-child img{
	height: 17px;
}
footer .copy{
	margin-top: 46px;
	padding: 12px 0 17px 0;
	background: #000;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}
footer .top_marker{
	width: 72px;
	position: fixed; bottom: 80px; right: 50px;
	z-index: 10;
	display: block;
}

}
