@charset "utf-8";
body{
	background: #b7282d;
	color: #fff;
	font-family: noto-sans-cjk-jp, roboto, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
	box-sizing: content-box;
}

a:link{
	text-decoration: none;
}
a:hover{
	opacity: 0.6;
}
.sp-leftcontents{
	display: none;
}
.pc-leftcontents{
	position: fixed;
    left: 5%;
    top: 25%;
    z-index: 10;
}

.issue{
	font-size: 24px;
	margin-bottom: 40px;
}

.actor{
	font-size: 16px;
}

.wrapper{
	width:460px;
	box-shadow: 0 0 16px #8a1f23;
	margin: 0 auto;
	z-index: 100;
}

img{
	width: 100%;
	object-fit: cover;
}

.kv{
	margin-bottom: 40px;
}

h2{
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin: 40px 0;
}

.contents{
	padding: 0 24px 24px;
	margin:  auto;
}
section{
	margin: 80px 0
}

h3{
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}

.f-roboto{
	font-family: roboto, sans-serif; 
}

.f-noto{
	font-family: noto-sans-cjk-jp, sans-serif;
}

.bold{
	font-weight: 700;
}

.img-box{
	margin:40px 0;
}

.contact h3{
	font-size: 16px;
	font-weight: 400;
}

.sns{
	margin: 0 0 40px;
}
.sns ul{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center
}

.sns ul li{
	list-style: none;
	padding-right: 24px;
}

.sns ul li:last-child{
	list-style: none;
	padding-right: 0;
}

.sns ul li img{
	width: 40px;
}

.mail{
	background: #fff;
	color: #b7282d;
	padding: 40px 24px;
}

.mail p{
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.covergirl{
	margin-bottom: 40px;
}

h4{
	font-size: 16px;
	margin-bottom: 10px;
}

footer{
	position: fixed;
    right: 2%;
    bottom: 3%;
    z-index: 10;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 12px;
}

/*--spの設定--*/
@media screen and (max-width: 768px) {
	.pc-leftcontents{
		display: none;
	}

	.wrapper{
		width:90%;
		margin: 0 auto;
		z-index: 100;
		overflow: hidden;
		box-shadow: none;
	}
	.sp-leftcontents{
		display: block;
		padding-bottom: 20px;
	}
	main{
		height: 100%;
	}
	
	.kv{
		margin-bottom: 20px;
	}
	
	.issue {
    font-size: 18px;
    margin-bottom: 10px;
	}
	.actor {
    font-size: 12px;
}
	.preparation{
		border-top: 1px solid #830608;
		border-bottom: 1px solid #830608;
		padding: 20px 0;
	}
	.contents {
		padding: 0;
		margin: auto;
	}
	footer{
	font-size: 10px;
	right: 0%;
    bottom: 3%;
	}
}