@charset "utf-8";

/* 共通（リセット）
-------------------------------------------------- */
*{
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}

body{
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #333333;
}

img{vertical-align: bottom;}
li{list-style-type: none;}

/* PC
-------------------------------------------------- */
@media screen and (min-width:1000px){

/* メイン
-------------------------------------------------- */
main{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

h1{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 80px auto 20px;
}

h1 img{
	width: 100%;
	max-width: 130px;
}

.movie video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mainVisual{
	text-align: center;
	margin-bottom: 60px;
}

.mainVisual .mv_pc{
	display: block;
}

.mainVisual .mv_sp{
	display: none;
}

/* ダーツセット詳細公開
-------------------------------------------------- */
#voice{
	overflow: hidden;
	margin-bottom: 60px;
	position: relative;
}

.slickWrap{
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.slider-inner{
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto; 
	padding: 40px 0 140px;
	position: relative;
}

.slider-souta{background: #0a86cc;}
.slider-akane{background: #e50011;}
.slider-yui{background: #ffdf52;}
.slider-rui{background: #16c46c;}

.slider-souta .slider-inner{
	background: url("../img/detail_souta_face.png") bottom left no-repeat, url("../img/detail_bgi_souta.jpg") center center no-repeat;
	background-size: auto 98%, 100%;
}

.slider-akane .slider-inner{
	background: url("../img/detail_akane_face.png") bottom right no-repeat, url("../img/detail_bgi_akane.jpg") center center no-repeat;
	background-size: contain, 100%;
}

.slider-yui .slider-inner{
	background: url("../img/detail_yui_face.png") bottom left no-repeat, url("../img/detail_bgi_yui.jpg") center center no-repeat;
	background-size: auto 98%, 100%;
}

.slider-rui .slider-inner{
	background: url("../img/detail_rui_face.png") bottom -20px right no-repeat, url("../img/detail_bgi_rui.jpg") center center no-repeat;
	background-size: auto, 100%;
}

.set-name{
	position: absolute;
	top: 80px;
	z-index: 1;
}

.slider-akane .set-name,
.slider-rui .set-name{
	left: 100px;
}

.slider-souta .set-name,
.slider-yui .set-name{
	right: 100px;
	text-align: right;
}

.set-name span{
	display: inline-block;
	font-size: 24px;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
	padding: 0 0.5em;
	color: #ffffff;
}
.slider-souta .set-name span{
	background: #00314d;
}
.slider-akane .set-name span{
	background: #3d0307;
}
.slider-yui .set-name span{
	background: #3f3815;
}
.slider-rui .set-name span{
	background: #113f23;
}

.set-movie{
	width: 100%;
	max-width: 340px;
	position: absolute;
	bottom: 140px;
	z-index: 1;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
.set-movie img{
	width: 100%;
}
.sp_movie{
	display: none;
}

.slider-akane .set-movie,
.slider-rui .set-movie{
	left: 100px;
}

.slider-souta .set-movie,
.slider-yui .set-movie{
	right: 100px;
}

.set-movie iframe{
	width: 100%;
	height: 100%;
	border: 0;
}

.set-visual{
	display: block;
	margin: auto;
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateX(200px);
	transition: 0.5s ease;
}

.slick-center .set-visual{
	transform: translateX(0);
	transition-delay: 0.2s;
}

.set-visual img{
	display: block;
	height: 100%;
	max-height: 518px;
	aspect-ratio: 500 / 518;
	margin: 0 auto;
}

.slider-nav{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	bottom: 10px;
}

.slider-nav .slick-track{
	display: flex;
	justify-content: center;
	transform: unset !important;
	padding: 10px 0;
}

.slider-nav .slider-thum{
	width: 104px !important;
	margin: 0 10px;
	border-radius: 100%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.slider-nav .slider-thum img{
	display: block;
	border-radius: 100%;
	outline: 5px solid #ececec;
	outline-offset: -5px;
}

.slider-thum.slick-current:nth-child(1) img{outline: 5px solid #0a86cc;}
.slider-thum.slick-current:nth-child(2) img{outline: 5px solid #db2220;}
.slider-thum.slick-current:nth-child(3) img{outline: 5px solid #f9e05b;}
.slider-thum.slick-current:nth-child(4) img{outline: 5px solid #3dc46e;}

.bitter{
	font-size: 30px;
	text-align: center;
}

.releaseDate{
	display: flex;
	justify-content: space-between;
	margin: 30px auto 0;
	width: 100%;
	max-width: 800px;
}

.releaseDate p{
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}

.releaseDate a.itemLink{
	width: 500px;
}

.releaseDate a.snsLink{
	display: block;
	width: 100%;
	max-width: 250px;
	margin: 30px auto;
	box-sizing: border-box;
	background: url(../img/arrow-right.png) center right 20px no-repeat, #333333;
	background-size: auto 10px, auto;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	padding: 15px 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	text-decoration: none;
}
.snsLink:hover{
	transform: translateY(3px);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.releaseDate p br{
	display: none;
}

.leading{
	color: #cc0000;
}

.salespoint{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: 60px auto 0;
}

.salespoint > li{
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	width: 395px;
	padding: 30px;
	background: #f7f7f7;
}

.salespoint > li h3{
	font-size: 30px;
	line-height: 1.5em;
	height: 3em;
	font-weight: normal;
	margin-bottom: 10px;
}

.salespoint > li p{
	font-size: 16px;
	margin-bottom: 20px;
	height: 9.6em;
}

.salespoint > li div{
	width: 100%;
}

.salespoint > li div img{
	display: block;
	margin: auto;
	height: 100%;
	max-height: 180px;
	width: auto;
}

.salespoint .slick-dots{
	margin-top: 5px;
	position: static;
}

.salespoint .slick-dots li{
	width: 10px;
	height: 10px;
	margin: 0 5px;
}

.salespoint .slick-dots li button {
	width: 10px;
	height: 10px;
	background: #333333;
	border-radius: 100%;
}

.salespoint .slick-active button {
	background: #000000;
}

.salespoint .slick-dots li button::before{
	display: none;
}

.digital_contents .slick-list{
	padding: 0 !important;
}

.salespoint li a{
	display: block;
	box-sizing: border-box;
	width: 100%;
	border: 2px solid #333333;
	background: url("../img/arrow-right_bk.png") right 20px center no-repeat, #ffffff;
	background-size: auto 10px, auto;
	color: #333333;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	padding: 10px 0;
	margin-top: 40px;
}

.salespoint > li:nth-child(1) .slick-dots li:nth-child(1).slick-active button,
.salespoint > li:nth-child(2) .slick-dots li:nth-child(1).slick-active button,
.salespoint > li:nth-child(2) .slick-dots li:nth-child(2).slick-active button,
.salespoint > li:nth-child(3) .slick-dots li:nth-child(1).slick-active button{background: #037fbf;}

.salespoint > li:nth-child(1) .slick-dots li:nth-child(2).slick-active button,
.salespoint > li:nth-child(2) .slick-dots li:nth-child(3).slick-active button,
.salespoint > li:nth-child(2) .slick-dots li:nth-child(4).slick-active button,
.salespoint > li:nth-child(3) .slick-dots li:nth-child(2).slick-active button{background: #e50011;}

.salespoint > li:nth-child(1) .slick-dots li:nth-child(3).slick-active button,
.salespoint > li:nth-child(2) .slick-dots li:nth-child(5).slick-active button,
.salespoint > li:nth-child(2) .slick-dots li:nth-child(6).slick-active button,
.salespoint > li:nth-child(3) .slick-dots li:nth-child(3).slick-active button{background: #ffdf52;}

.salespoint > li:nth-child(1) .slick-dots li:nth-child(4).slick-active button,
.salespoint > li:nth-child(2) .slick-dots li:nth-child(7).slick-active button,
.salespoint > li:nth-child(2) .slick-dots li:nth-child(8).slick-active button,
.salespoint > li:nth-child(3) .slick-dots li:nth-child(4).slick-active button{background: #16c46c;}

.salespoint .slick-dotted.slick-slider{margin-bottom: 0;}

.under_d{position: relative;}
.under_d::before{
	display: block;
	content: "※画像は現在開発中のものです。";
	font-size: 14px;
	position: absolute;
	top: 5px;
	left: 0;
}

/* MOVIE
-------------------------------------------------- */
#movie{
	background: linear-gradient(rgba(0,0,0,0) 30px, #ffe75e 30px, #ffe75e 430px, rgba(0,0,0,0) 430px);
	overflow-x: hidden;
	margin-top: 60px;
}

.secInner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#movie h2{
	font-size: 60px;
	line-height: 60px;
	font-weight: normal;
	color: #333333;
}

#movie h2 span{
	padding-left: 20px;
	font-size: 24px;
}

.movieWrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.slider{
	width: 100%;
	margin: 30px auto 0;
}

#movie .slick-list{
	overflow: visible;
}

#movie .slick-slide{
	box-sizing: border-box;
	padding: 0 20px;
}

#movie .slick-slide .movieWrap{
	width: 100%;
	border-radius: 25px;
	overflow: hidden;
}

#movie .slick-slide .movieWrap img{
    width: 100%;
}

.slider li p{
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
}

.slick-prev{
	top: -60px;
	right: 60px;
	left: auto;
}
.slick-next{
	top: -60px;
	right: 0;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus{
	width: 40px;
	height: 40px;
	background: url("../img/d_arrow-prev.png") 0 0 no-repeat;
	background-size: contain;
	z-index: 5;
}

.slick-next,
.slick-next:hover,
.slick-next:focus{
	width: 40px;
	height: 40px;
	background: url("../img/d_arrow-next.png") 0 0 no-repeat;
	background-size: contain;
	z-index: 5;
}

.slick-prev::before,
.slick-next::before{
	content: "";
}

.pageLink{
	display: block;
	width: 100%;
	max-width: 150px;
	margin: 50px auto 0;
	color: #ffffff;
	text-align: center;
	background: url("../img/arrow-right.png") center right 20px no-repeat, #333333;
	background-size: auto 10px, auto;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	padding: 10px 0;
}

/* NEWS
-------------------------------------------------- */
#news{
	background: linear-gradient(rgba(0,0,0,0) 30px, #0a86cc 30px, #0a86cc 430px, rgba(0,0,0,0) 430px);
	overflow-x: hidden;
	margin-top: 60px;
}

#news h2{
	font-size: 60px;
	line-height: 60px;
	font-weight: normal;
	color: #333333;
}

#news h2 span{
	padding-left: 20px;
	font-size: 24px;
}

.newsList{
	margin-top: 60px;
}

.newsList li{
	display: flex;
	box-sizing: border-box;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto 60px;
	background: #ffffff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	padding: 40px;
}

.date{
	display: block;
	color: #037fbf;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
}

.newsDetail{
	margin-left: 40px;
}

.newsList li h2{
	font-size: 24px !important;
	line-height: 30px !important;
	font-weight: 600;
	margin-bottom: 30px;
}
.newsList li h2 br{
	display: none;
}

.newsList li p{
	font-size: 16px;
}

.newsList li p a{
	color: #333333;
	text-decoration: underline;
}

.newsList li p a:hover{
	color: #037fbf;
}

.newsList li h3{
	border-left: 3px solid #037fbf;
	padding-left: 10px;
	margin: 40px 0 15px;
}

/* STORY
-------------------------------------------------- */
#story{
	margin-top: 60px;
}

.titlePos{
	position: relative;
	z-index: 1;
}

#story h2{
	display: block;
	width: 100%;
	max-width: 1200px;
	font-size: 60px;
	line-height: 60px;
	font-weight: normal;
	color: #333333;
	margin: 0 auto;
}

#story h2 span{
	padding-left: 20px;
	font-size: 24px;
}

#story h2::after{
	content: "";
	display: block;
	width: 100%;
	height: 100px;
	background: #ed5b5f;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: -1;
}

/* デフォ非表示 */
.storyWrap,
.storyWrap > p,
.storyWrap > img,
.summary,
.summary p,
.summary .pageLink,
.cast,
.cast .pageLink,
.illustrator{opacity: 0;}

/* アニメーション開始 */
.officeBgi.show .storyWrap,
.officeBgi.show .storyWrap > p,
.officeBgi.show .summary,
.officeBgi.show .summary p,
.officeBgi.show .summary .pageLink,
.officeBgi.show .cast,
.officeBgi.show .cast .pageLink,
.officeBgi.show .illustrator{animation: fadeIn 1s forwards;}
.officeBgi.show .storyWrap > img{animation: slideIn 1s forwards;}

@keyframes fadeIn{
	from{opacity: 0;}
	to{opacity: 1;}
}

@keyframes slideIn{
	from{
		opacity: 0;
		transform: translateY(50px);
	}
	to{
		opacity: 1;
		transform: translateY(0);
	}
}

.officeBgi{
	background: url("../img/story_bgi.jpg") top center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.officeBgi.show .storyWrap{
	box-sizing: border-box;
	padding: 160px 60px 0;
	background: #ffffff;}

.officeBgi.show .storyWrap p{
	font-size: 40px;
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 60px;
	opacity: 0;
	animation-delay: 0.5s;
}

.storyWrap p span{
	color: #cc0000;
}

.storyWrap img{
	width: 100%;
}

.officeBgi.show .storyWrap img{
	animation-delay: 1s;
}

.officeBgi.show .summary{
	box-sizing: border-box;
	width: 100%;
	max-width: 700px;
	margin: 100px auto;
	padding: 80px 0;
	background: url("../img/mark_akane.png") top left no-repeat,
					url("../img/mark_souta.png") top right no-repeat,
					url("../img/mark_yui.png") bottom right no-repeat,
					url("../img/mark_rui.png") bottom left no-repeat;
	background-size: 50px auto;
	animation-delay: 1.5s;
}

.officeBgi.show .summary p{
	display: block;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 2em;
	font-weight: normal;
	text-align: center;
	position: relative;
	z-index: 1;
	animation-delay: 2s;
}
.officeBgi.show .summary .pageLink{
	animation-delay: 2.5s;
}

.summary br.pcNone{
	display: none;
}

.officeBgi.show .cast{
	box-sizing: border-box;
	background: #f9fbfb;
	padding: 40px 60px 60px;
	margin-bottom: 100px;
	animation-delay: 3s;
}

.cast h3{
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
	transform: translateY(-60px)
}

.voiceActor{
	display: flex;
	justify-content: center;
}

.voiceActor li{
	width: 25%;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.voiceActor li span{
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
}

.officeBgi.show .cast .pageLink{
	animation-delay: 3.5s;
}

/* イラストレーター */
.officeBgi.show .illustrator{
	box-sizing: border-box;
	background: #f9fbfb;
	padding: 40px 60px 60px;
	animation-delay: 3.5s;
}

.illustrator h3{
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
	transform: translateY(-60px)
}

.illustrator ul{
	display: flex;
	justify-content: center;
}

.illustrator li{
	width: 30%;
}

.illustrator li a{
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	color: #333333;
}

.illustrator li a:hover{
	text-decoration: underline;
}

.illustrator li a i{
	font-size: 14px;
	margin-left: 0.5em;
}

.illustrator li span{
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
}

.illustrator li span::after{
	content: "担当";
	font-size: 14px;
	margin-left: 10px;
}

/* ガイドライン
-------------------------------------------------- */
#guideline{
	margin: 60px 0;
}

#guideline .secInner{
	border-top: 1px solid #707070;
	padding-top: 60px;
}

#guideline h2{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

#guideline p{
	font-size: 16px;
	font-weight: normal;
	line-height: 2em;
	margin-top: 60px;
}

/* PC > フッター
-------------------------------------------------- */
footer{display: none;}

.illustrator{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	background: #f6f6f6;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	padding: 20px 0;
}

.copyright{
	background: #333333;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	padding: 10px 0;
}

.itemLink{
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 30px auto;
	box-sizing: border-box;
	background: url(../img/arrow-right.png) center right 20px no-repeat, #cc0000;
	background-size: auto 10px, auto;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	padding: 15px 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	text-decoration: none;
}
.itemLink:hover{
	transform: translateY(3px);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

}

/* SP
-------------------------------------------------- */
@media screen and (max-width:999px){

/* メイン
-------------------------------------------------- */
main{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

h1{
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	margin: 80px auto 20px;
	padding: 0 20px;
}

h1 img{
	width: 100%;
	max-width: 130px;
}

.movie video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mainVisual{
	text-align: center;
	margin-bottom: 10px;
}

.mainVisual .mv_pc{
	display: none;
}

.mainVisual .mv_sp{
	display: block;
}

.mainVisual .mv_sp img{
	width: 100%;
}

/* ダーツセット詳細公開
-------------------------------------------------- */
#voice{
	overflow: hidden;
	margin-bottom: 60px;
}

.slickWrap{
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.slider-inner{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto; 
	padding: 160px 0 20px;
	position: relative;
	overflow-x: hidden;
}

.slider-souta .slider-inner{background: #0A86CC;}
.slider-akane .slider-inner{background: #DB2220;}
.slider-yui .slider-inner{background: #F9E05B;}
.slider-rui .slider-inner{background: #3DC46E;}

.set-name{
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
}

.set-name span{
	display: inline-block;
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
	padding: 0 0.5em;
	color: #ffffff;
}
.slider-souta .set-name span{background: #00314d;}
.slider-akane .set-name span{background: #3d0307;}
.slider-yui .set-name span{background: #3f3815;}
.slider-rui .set-name span{background: #113f23;}

.set-movie{
	display: none;
}

.sp_movie{
	display: block;
	width: 90%;
	margin: 20px auto 0;
}

.sp_movie img{
	width: 100%;
}

.set-visual{
	display: block;
	margin-left: -5%;
	width: 110%;
	height: 100%;
	text-align: center;
}

.set-visual img{
	width: 100%;
}

.slider-nav{
	display: none;
}

.bitter{
	padding: 0 5%;
	font-size: 20px;
	text-align: center;
}

.releaseDate{
	margin-top: 30px;
}

.releaseDate p{
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	padding: 0 5%;
}

.snsLink{
	display: block;
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	background: url(../img/arrow-right.png) center right 20px no-repeat, #333333;
	background-size: auto 10px, auto;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	padding: 15px 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	text-decoration: none;
}
.snsLink:hover{
	transform: translateY(3px);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.leading{
	color: #cc0000;
}

.salespoint{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	max-width: 1200px;
	margin: 30px auto 0;
}

.salespoint > li{
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	background: #f7f7f7;
	margin-bottom: 20px;
}

.salespoint > li:last-child{margin-bottom: 0;}

.salespoint > li h3{
	font-size: 20px;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 10px;
}

.salespoint > li p{
	font-size: 16px;
	margin-bottom: 20px;
	flex-grow: 1;
}

.salespoint > li div{
	width: 100%;
}

.salespoint > li div img{
	display: block;
	margin: auto;
	height: 100%;
	max-height: 180px;
	width: auto;
}

.salespoint .slick-dots{
	margin-top: 5px;
	position: static;
}

.salespoint .slick-dots li{
	width: 10px;
	height: 10px;
	margin: 0 5px;
}

.salespoint .slick-dots li button {
	width: 10px;
	height: 10px;
	background: #333333;
	border-radius: 100%;
}

.salespoint .slick-active button {
	background: #000000;
}

.salespoint .slick-dots li button::before{
	display: none;
}

.digital_contents .slick-list{
	padding: 0 !important;
}

.salespoint li a{
	display: block;
	box-sizing: border-box;
	width: 100%;
	border: 2px solid #333333;
	background: url("../img/arrow-right_bk.png") right 20px center no-repeat, #ffffff;
	background-size: auto 10px, auto;
	color: #333333;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	text-decoration: none;
	padding: 10px 0;
	margin-top: 20px;
}

.salespoint > li:nth-child(1) .slick-dots li:nth-child(1).slick-active button,
.salespoint > li:nth-child(2) .slick-dots li:nth-child(1).slick-active button,
.salespoint > li:nth-child(2) .slick-dots li:nth-child(2).slick-active button,
.salespoint > li:nth-child(3) .slick-dots li:nth-child(1).slick-active button{background: #037fbf;}

.salespoint > li:nth-child(1) .slick-dots li:nth-child(2).slick-active button,
.salespoint > li:nth-child(2) .slick-dots li:nth-child(3).slick-active button,
.salespoint > li:nth-child(2) .slick-dots li:nth-child(4).slick-active button,
.salespoint > li:nth-child(3) .slick-dots li:nth-child(2).slick-active button{background: #e50011;}

.salespoint > li:nth-child(1) .slick-dots li:nth-child(3).slick-active button,
.salespoint > li:nth-child(2) .slick-dots li:nth-child(5).slick-active button,
.salespoint > li:nth-child(2) .slick-dots li:nth-child(6).slick-active button,
.salespoint > li:nth-child(3) .slick-dots li:nth-child(3).slick-active button{background: #ffdf52;}

.salespoint > li:nth-child(1) .slick-dots li:nth-child(4).slick-active button,
.salespoint > li:nth-child(2) .slick-dots li:nth-child(7).slick-active button,
.salespoint > li:nth-child(2) .slick-dots li:nth-child(8).slick-active button,
.salespoint > li:nth-child(3) .slick-dots li:nth-child(4).slick-active button{background: #16c46c;}

.salespoint .slick-dotted.slick-slider{margin-bottom: 0;}

.under_d::before{
	display: block;
	content: "※画像は現在開発中のものです。";
	font-size: 14px;
	margin-top: 10px;
}

/* MOVIE
-------------------------------------------------- */
#movie{
	background: linear-gradient(rgba(0,0,0,0) 20px, #ffe75e 20px, #ffe75e 180px, rgba(0,0,0,0) 180px);
	overflow-x: hidden;
	margin-top: 60px;
}

.secInner{
	width: 90%;
	margin: 0 auto;
}

#movie h2{
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	color: #333333;
}

#movie h2 span{
	padding-left: 20px;
	font-size: 18px;
}

.movieWrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.slider{
	width: 100%;
	margin: 30px auto 0;
}

#movie .slick-list{
	overflow: visible;
}

#movie .slick-slide{
	box-sizing: border-box;
	padding: 0 10px;
}

#movie .slick-slide .movieWrap{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
#movie .slick-slide .movieWrap img{
    width: 100%;
}

.slider li p{
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
}

.slick-prev{
	top: -52px;
	right: 70px;
	left: auto;
}
.slick-next{
	top: -52px;
	right: 20px;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus{
	width: 30px;
	height: 30px;
	background: url("../img/d_arrow-prev.png") 0 0 no-repeat;
	background-size: contain;
	z-index: 5;
}

.slick-next,
.slick-next:hover,
.slick-next:focus{
	width: 30px;
	height: 30px;
	background: url("../img/d_arrow-next.png") 0 0 no-repeat;
	background-size: contain;
	z-index: 5;
}

.slick-prev::before,
.slick-next::before{
	content: "";
}

.pageLink{
	display: block;
	width: 100%;
	max-width: 150px;
	margin: 30px auto 0;
	color: #ffffff;
	text-align: center;
	background: url("../img/arrow-right.png") center right 20px no-repeat, #333333;
	background-size: auto 10px, auto;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	font-size: 16px;
	line-height: 25px;
	text-decoration: none;
	padding: 10px 0;
}

/* NEWS
-------------------------------------------------- */
#news{
	background: linear-gradient(rgba(0,0,0,0) 20px, #0a86cc 20px, #0a86cc 180px, rgba(0,0,0,0) 180px);
	overflow-x: hidden;
	margin-top: 60px;
}

#news h2{
	font-size: 40px;
	line-height: 40px;
	font-weight: 600;
	color: #333333;
}

#news h2 span{
	padding-left: 20px;
	font-size: 18px;
}

.newsList{
	margin-top: 30px;
}

.newsList li{
	box-sizing: border-box;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto 30px;
	background: #ffffff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	padding: 20px;
	border-radius: 10px;
}

.date{
	display: block;
	color: #037fbf;
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
}

.newsList li h2{
	font-size: 14px !important;
	line-height: 30px !important;
	font-weight: 600;
	margin-bottom: 20px;
}

.newsList li p{
	font-size: 14px;
	line-height: 1.8em;
}

.newsList li p a{
	color: #333333;
	text-decoration: underline;
}

.newsList li p a:hover{
	color: #037fbf;
}

.newsList li h3{
	border-left: 3px solid #037fbf;
	padding-left: 10px;
	margin: 30px 0 15px;
	font-size: 14px;
}

/* STORY
-------------------------------------------------- */
#story{
	margin-top: 60px;
}

.titlePos{
	position: relative;
	z-index: 1;
	overflow-x: hidden;
}

#story h2{
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 0 20px;
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	color: #333333;
	margin: 0 auto 20px;
}

#story h2 span{
	padding-left: 20px;
	font-size: 18px;
}

#story h2::after{
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	background: #ed5b5f;
	position: absolute;
	top: 15px;
	left: 0;
	z-index: -1;
}

/* デフォ非表示 */
.storyWrap,
.storyWrap > p,
.storyWrap > img,
.summary,
.summary p,
.summary .pageLink,
.cast,
.cast .pageLink{opacity: 0;}

/* アニメーション開始 */
.officeBgi.show .storyWrap,
.officeBgi.show .storyWrap > p,
.officeBgi.show .summary,
.officeBgi.show .summary p,
.officeBgi.show .summary .pageLink,
.officeBgi.show .cast,
.officeBgi.show .cast .pageLink{animation: fadeIn 1s forwards;}
.officeBgi.show .storyWrap > img{animation: slideIn 1s forwards;}

@keyframes fadeIn{
	from{opacity: 0;}
	to{opacity: 1;}
}

@keyframes slideIn{
	from{
		opacity: 0;
		transform: translateY(30px);
	}
	to{
		opacity: 1;
		transform: translateY(0);
	}
}

.officeBgi{
	background: url("../img/story_bgi.jpg") top center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.officeBgi.show .storyWrap{
	box-sizing: border-box;
	padding: 60px 20px 0;
	background: #ffffff;
}

.officeBgi.show .storyWrap p{
	font-size: 20px;
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 20px;
	animation-delay: 0.5s;
}

.storyWrap p span{
	color: #cc0000;
}

.storyWrap img{
	width: 100%;
}

.officeBgi.show .storyWrap img{
	animation-delay: 1s;
}

.officeBgi.show .summary{
	margin-top: 60px;
	text-align: center;
}

.officeBgi.show .summary p{
	display: block;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 2em;
	font-weight: normal;
	text-align: center;
	position: relative;
	z-index: 1;
	animation-delay: 1.5s;
}

.officeBgi.show .summary .pageLink{
	animation-delay: 2s;
}

.officeBgi.show .cast{
	box-sizing: border-box;
	background: #f9fbfb;
	padding: 0 40px 40px;
	margin-top: 100px;
	animation-delay: 2.5s;
}

.cast h3{
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
	transform: translateY(-20px)
}

.voiceActor li{
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 40px;
}

.voiceActor li span{
	font-size: 14px;
	font-weight: normal;
}

.officeBgi.show .cast .pageLink{
	animation-delay: 3s;
}

/* イラストレーター */
.officeBgi.show .illustrator{
	box-sizing: border-box;
	animation-delay: 3s;
	margin-top: 65px;
}

.illustrator h3{
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	text-align: center;
	transform: translateY(15px)
}

.illustrator ul{
	background: #f6f6f6;
	padding: 40px;
}

.illustrator li{
	width: 100%;
	text-align: center;
}

.illustrator li:not(:last-child){
	margin-bottom: 40px;
}

.illustrator li a{
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	color: #333333;
}

.illustrator li a:hover{
	text-decoration: underline;
}

.illustrator li a i{
	font-size: 14px;
	margin-left: 0.5em;
}

.illustrator li span{
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
}

.illustrator li span::after{
	content: "担当";
	font-size: 14px;
	margin-left: 10px;
}

/* ガイドライン
-------------------------------------------------- */
#guideline{
	margin: 40px 0;
	padding: 0 20px;
}

#guideline .secInner{
	border-top: 1px solid #707070;
	padding: 40px 0 0;
}

#guideline h2{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

#guideline p{
	font-size: 14px;
	font-weight: normal;
	line-height: 2em;
	margin-top: 40px;
}

/* SP > フッター
-------------------------------------------------- */
footer{
	margin-top: 0;
	padding: 40px 20px;
	background: #000000;
}

footer > a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	background: #ffffff;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 15px 20px;
	text-decoration: none;
	font-size: clamp(16px, 1.5vw, 18px);
	color: #333333;
	font-weight: 600;
}

footer > a i{
	font-size: 24px;
}

.sns{
	display: flex;
	box-sizing: border-box;
	justify-content: space-between;
	padding: 0 20px;
	margin-top: 40px;
}

.sns li{
	width: 18%;
}

.sns li a{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border-radius: 100%;
	background: #333333;
	aspect-ratio: 1;
}

.sns li a img{height: 60%;}
.sns li:nth-child(1) a img{height: 50%;}

.official_app{
	font-size: clamp(16px, 1.5vw, 18px);
	color: #ffffff;
	font-weight: 600;
	margin-top: 40px;
	text-align: center;
}

.download{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.download a{
	display: block;
	margin: 0 10px;
}

.download img{
	width: 100%;
	height: 80px;
	object-fit: contain;
}

/*.illustrator{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	background: #f6f6f6;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	padding: 20px 0;
}*/

.copyright{
	background: #333333;
	color: #ffffff;
	font-size: clamp(14px, 1.3vw, 16px);
	text-align: center;
	padding: 10px 0;
}

.itemLink{
	display: block;
	width: 90%;
	max-width: 500px;
	margin: 30px auto;
	box-sizing: border-box;
	background: url(../img/arrow-right.png) center right 20px no-repeat, #cc0000;
	background-size: auto 10px, auto;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	padding: 15px 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	text-decoration: none;
}
.itemLink:hover{
	transform: translateY(3px);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

}