@charset "UTF-8";
html,body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,div,section,a,span,form,iframe,figure {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	text-decoration: none;
	outline: none;
}
li {
	list-style-type: none;
}

.sp {
	display: none;
}

.ld-overlay {
  position: fixed;
	color: #f6bed3;
	font-size: 32px;
	letter-spacing: 0.4pt;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;

  z-index: 1000;
  overflow: hidden;
}
.ld-overlay .loading {
	position: fixed;
	width: 150px;
	z-index: 1002;
	padding-bottom: 30px;
	transition: all 1s;
}
.ld-overlay::after {
	content: '';
	display: block;
	position: fixed;
	left: 0;
	width: 100%;
  height: 100vh;
	background-color: #FFF;
	z-index: 1001;
	transition: all 0.5s 1s cubic-bezier(.49,.06,.57,.97);
}
.ld-overlay::before {
	content: '';
	display: block;
	position: fixed;
	left: 0;
	width: 100%;
  height: 100vh;
	background-color: #f6bed3;
	z-index: 1000;
	transition: all 0.5s 1.4s cubic-bezier(.49,.06,.57,.97);
}
.ld-overlay.loaded .loading {
	opacity: 0;
}
.ld-overlay.loaded::after {
	left: 100%;
	width: 0%;
}
.ld-overlay.loaded::before {
	left: 70%;
	width: 30%;
}

#container {
	position: relative;
	min-height: 100%;
}

.banner {
	background: #000;
	padding: 0 15px 20px;
}
.gnav {
	background: #000;
	/*display: flex;
	justify-content: center;*/
	padding: 10px 15px 15px;
}
.gnav li {
	width: 75%;
	max-width: 210px;
	margin: 15px auto;
}
/*.gnav li:nth-child(1) {
	padding-right: 5px;
}
.gnav li:nth-child(2) {
	padding-left: 5px;
}*/
.gnav a {
	display: block;
	text-align: center;
	padding: 15px 20px;
	font-size: 21px;
	font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #000;
	position: relative;
	border-radius: 2px;
}
.gnav li:nth-child(1) a {
	background: #FFF url("https://dokumusume.com/images/home/btn_bg_wt.png") no-repeat center top;
	background-size: 100% auto;
}
.gnav li:nth-child(2) a {
	background: #FFF url("https://dokumusume.com/images/home/btn_bg_wt_rev.png") no-repeat center top;
	background-size: 100% auto;
}
.gnav li:nth-child(3) a {
	background: #FFF url("https://dokumusume.com/images/home/btn_bg_wt.png") no-repeat center top;
	background-size: 100% auto;
}
.gnav li:nth-child(2) a::after,
.gnav li:nth-child(3) a::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 1;
	background: url("https://dokumusume.com/images/home/icon_blank.png") no-repeat left top;
	background-size: cover;
	transform: translateY(-50%);
}

.contents {
	/*width: 58.9%;*/
	width: 20%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.banner2 {
	background: #000;
	padding: 20px;
}
.banner2 a {
	display: block;
	border: solid 1px #666;
}
.trailer-area {
	/*max-width: 438px;*/
	width: 100%;
	margin: 0 auto 0;
	position: relative;
}
.trailer-area a {
	display: block;
	/*background: url("https://dokumusume.com/sp/images/teaser/trailer_thumb.jpg") no-repeat center top;*/
	background: #FFF;
	background-size: cover;
	overflow: hidden;
}
.trailer-area img {
	transition: all 0.2s;
}
.trailer-area a:hover img {
	/*transform: scale(1.1);*/
	opacity: 0.7;
}
.info-area {
	position: relative;
	width: 100%;
}
.billing {
	max-width: 244px;
	margin: 0 auto;
}
.sns-x {
	width: 42px;
	padding: 30px 0 20px;
	margin: 0 auto auto;
}
.sns-x a {
	display: block;
	transition: all 0.2s;
}
.sns-x a:hover {
	transform: scale(1.1);
	opacity: 0.6;
}
.eirin {
	width: 74px;
	position: absolute;
	bottom: 80px;
	left: calc( 38% + 30px );
}
.koukai {
	width: calc( 62% - 30px );
	/*max-width: 230px;*/
	margin-left: calc( 38% + 30px );
	margin-right: auto;
}

/*
.chara-visual {
  overflow: auto;
  scroll-snap-type: y mandatory;
  height: 100vh;
}
.area {
  scroll-snap-align: start;
  height: 100vh;
}*/

.fadein {
	opacity: 0;
	transition: all 1s;
}

@media screen and (max-width: 1024px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}

	.kv {
		width: 100%;
		min-height: 100vw;
		background: #FFF;
	}
	.contents {
		width: 100%;
		padding: 0;
		display: flex;
		flex-direction: column;
	}
	.trailer-area-sp {
		width:100%;
		background: #000;
		padding: 5px 0 0;
	}
	.trailer-area-sp iframe {
		width: 100%;
		aspect-ratio: 560 / 315;
		height: auto;
		vertical-align: bottom;
	}
	.info-area {
		margin: 0;
		padding: 0;
	}
	.sns-x {
		position: static;
		margin: 30px auto;
		width: 60px;
	}
	.eirin {
		position: static;
		margin: 30px auto;
	}
	.billing {
		width: 100%;
	}
}

.trailer-sp-btns ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 15px 10px;
	height: auto;
}
.trailer-sp-btns ul li {
	width: calc( (100% - 10px) / 2 );
	height: 100%;
	color: #CCC;
	font-size: 16px;
	line-height: 1.4em;
	padding:　0;
	letter-spacing: 0.075em;
	font-family: sans-serif;
	margin-top: 10px;
}
.trailer-sp-btns ul li span {
	display: block;
	padding: 8px 15px;
	cursor: pointer;
	border-radius: 3px;
	text-align: center;
	background: #181818;
	border: solid 1px #333;
}
.trailer-sp-btns ul li span.sub {
	font-size: 12px;
}
.trailer-sp-btns ul li span.current {
	color: #CCC;
	background: #940101;
	border: solid 1px #940101;
}