@charset "UTF-8";
/* CSS Document */

#single .col {
	max-width: 100% !important;
}

#single {
	margin-bottom: 60px;
}

#single .pagettl h1 {
	font-weight: bold;
}

#details {
	padding: 0 10px;
}

#details .details {
	/* width: calc(100% - 360px);
	width: -webkit-calc(100% - 360px); */
	margin: 0 auto;
	float: left;
}


#details .fulljk {
	margin-bottom: 30px;
  cursor: pointer;
}

#details .fulljk img {
	width: 100%;
}

.information {
	overflow: hidden;
	margin-bottom: 40px;
}


.information dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.information dl.first {
	float: left;
	width: 65%;
	padding-right: 30px;
	border-top: 1px solid #eee;
}

.information dl.second {
	float: right;
	width: 35%;
	border-top: 1px solid #eee;
}

.information dt {
	width: 6em;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	align-items: center;
	position: relative;
}

.information dt:after {
	content: "：";
	position: absolute;
	right: 0.5em;
}

.information dd {
	width: calc(100% - 6em);
	width: -webkit-calc(100% - 6em);
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.information dd ul {
	margin: -10px 0;
}

.information dd li {
	display: inline-block;
	margin: 5px 5px 5px 0;
}

.information dd a {
	display: inline-block;
	background: #fafafa;
	border: 1px solid #eee;
	padding: 3px 10px;
}

.information dd span {
	display: inline-block;
	padding: 3px 0;
}

.information .act p {
	margin-top: 10px;
}

.sample .mov,
.sample .mov-goods {
	max-width: 400px;
	margin: 0 auto;
	margin-bottom: 1px;
	background: #000;
	position: relative;
	overflow: hidden;
}

.sample .mov img,
.sample .mov-goods img {
	width: 100%;
	opacity: 0.7;

	position: relative;
	top: 0;
	left: 0;
	-webkit-filter: blur(3px);
	filter: blur(3px);
	margin: -6px;
	width: calc(100% + 12px);
	width: -webkit-calc(100% + 12px);
}


.sample .mov a,
.sample .mov-goods a {
	display: block;
	position: relative;
	z-index: 10;
}

.sample .mov a:before,
.sample .mov-goods a:before {
	position: absolute;
	top: 15%;
	left: 0;
	z-index: 11;
	font-family: "Font Awesome 5 Free";
	content: "\f144";
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 90px;
	opacity: 0.7;
}

.sample .mov a:after,
.sample .mov-goods a:after {
	position: absolute;
	bottom: 20%;
	left: 0;
	z-index: 11;
	content: "サンプル動画を再生する";
	width: 100%;
	color: #fff;
	font-size: 110%;
	font-weight:bold;
	text-align: center;
}

.sample .mov-goods a:after {
	content: "グッズ紹介を再生する" !important;
}

.buy {
	width: 100%;
	color: #fff;
	text-align: center;
	background-color: #333;
	background: repeating-linear-gradient(-45deg, #333, #333 5px, #393939 0, #393939 10px);
}

.buy h2 {
	width: 100%;
	font-size: 155%;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1;
}

.buy p,
.buy a {
	display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
	padding: 1.5rem 0;
	border-radius: 3px;
}

.buy p {
	background: #ccc;
	border-bottom: 4px solid #ccc;
}

.buy a {
	color: #fff;
	background: #ffa820;
	border-bottom: 4px solid #e5971d;
}

.buy b {
	font-size: 145%;
}	



.buy_aver {
  margin-bottom: 10px;
  justify-content: center !important;
} 

.buy_aver li {
  flex: auto;
  max-width: 65%;
}

.buy_aver a,
.buy_aver p {
  font-size: 140%;
  font-weight: bold;
  border-radius: 2em;
}

.buy_aver a {
  color: #0e9cdc;
  background-color: #fff;
  border: 4px solid #0e9cdc;
  box-sizing: inherit;
}

.buy_aver p {
}

.buy_aver img {
  height: 1.5em;
  vertical-align: text-bottom;
  margin-right: 5px;
}


.buy_kmpp {
  margin-bottom: 15px;
  justify-content: center !important;
} 

.buy_kmpp li {
  flex: auto;
  max-width: 65%;
}

.buy_kmpp a,
.buy_kmpp p {
  font-size: 140%;
  font-weight: bold;
  border-radius: 2em;
}

.buy_kmpp a {
  color: #fff;
  background-color: #f4008c;
  box-sizing: inherit;
  border: 0;
}

.buy_kmpp img {
  height: 1.5em;
  margin-bottom: -5px;
  vertical-align: text-bottom;
  margin-right: 5px;
}



@media screen and (min-width:1025px) {
	.sample {
		width: 330px;
		float: right;
		margin-bottom: 40px;
	}

	.still div,
  .still ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.still a,
  .still li {
		display: block;
		width: 164px;
		max-height: 110px;
		text-align: center;
		overflow: hidden;
    cursor: pointer;
	}
	
	.still img {
		margin: 1px 0;
		width: 164px;
	}
	
	.goods.still img {
		width: auto;
		height: auto;
		max-width: 164px;
		max-height: 123px;
	}

	.information dl {
		margin-top: 30px;
	}

	.buy {
		order: 4;
		clear: both;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.buy > div {
		padding: 20px 30px;
		margin: 20px 0;
	}

	.buy > div + div {
		border-left: 1px solid #757575;
	}

	.buy .vr { flex-grow: 1; }
	.buy .dvd { flex-grow: 1; }
	.buy .st { flex-grow: 1; }

	.buy ul {
		display: flex;
		justify-content: space-between;
	}

	.buy li {
		flex: 1;
	}

	.buy li+li {
		margin-left: 10px;
	}

}


@media screen and (max-width:1024px) {
	#details {
		padding: 2vh 0 0;
	}
	
	#details .details {
		width: 100%;
		padding: 0 2%;
		float: none;
	}
	
	.sample {
		margin: 2vh auto;
	}
	.sample .btn_sample a {
		display: block;
		width: 60%;
		background: #e60021;
		color: #fff;
		font-size: 120%;
		text-align: center;
		padding: 0.5em;
		margin: 0 auto 3vh;
		border-radius: 3px;
		box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	}

	.still {
		width: 100%;
		padding: 0 2%;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}

	.still > div,
  .still > ul {
		width: 850px;
		height: 54px;
		overflow: hidden;
		margin: 0 auto;
	}

	.still > div > * {
		-webkit-transform: translateZ(0px);
	}

	.still::-webkit-scrollbar {
		display: none;
		height: 0 !important;
	}

	.still a,
	.still li {
		float: left;
		width: 80px;
		max-height: 54px;
		overflow: hidden;
		text-align: center;
		margin: 0 0 0 2px;
	}

	.still a:first-child,
  .still li:first-child {
		margin: 0;
	}

	.still a img,
  .still li img{
		width: 100%;
	}
		
	.goods.still img {
		width: auto;
		height: auto;
		max-width: 80px;
		max-height: 100px;
	}

		
	.buy {
		padding: 2vh 1% 1vh;
	}
	.buy > div ul {
		width: 98%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.buy > div ul li {
		min-width: 48%;
		margin: 0 1% 1.5vh;
	}
	
	.buy > div + div {
		margin-top: 1vh;
		padding-top: 2vh;
		border-top: 1px solid #757575
	}
	
  .buy_aver img {
		height: 1em;
	}

  	
	.information {
		padding: 0 2%;
		margin-top: 30px;
	}
	
	.information dl.first {
		margin-top: 30px;
	}
	
	.information .intro:before,
	.information dl.first:before {
		display: block;
		width: 100%;
		font-size: 120%;
		font-weight: bold;
		padding-bottom: 0.5em;
		border-bottom: 2px solid #eee;
		margin-bottom: 0.5em;
	}
	.information .intro:before { content: "作品紹介"; }
	.information dl.first:before { content: "作品情報"; }
	
	.goods .information .intro:before { content: "商品紹介"; }
	.goods .information dl.first:before { content: "商品情報"; }
	
	
	.information dl.first,
	.information dl.second {
		padding-right: 0;
		border-top: none;
	}

}

@media screen and (max-width:667px) {
	.information dl.first,
	.information dl.second {
		float: none;
		width: 100%;
	}
