﻿@charset "utf-8";
body {
	color: #202020;
	font-size:16px;
	font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.6;
	background-color: #fff;
}

a {
	word-break: break-all;
	color: #F48496;
	text-decoration: underline;
	transition: 0.8s;
	-webkit?transition: 0.8s;
}

a:hover {
	color: #FFF;
	text-decoration:none;
	opacity: 0.6;
}

div.cloud {
	/*background: url(../images/bg_star_sp.png) 50% 50% no-repeat;
	background-attachment:fixed;
	background-size: cover;*/
}

div.cloud::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../images/bg_star_sp.png) left/cover no-repeat; 
  -webkit-background-size:cover;
}

/*  各article・section  */
article {
	background-color: rgba(255,255,255,0.65);
	border: 6px #f5ae5e solid;
	margin-top: 50px;

	margin-left: auto;
	margin-right: auto;
}

article section {
	margin: 6px;
	border: 3px #f5ae5e solid;
}

article section h2 {
	margin: 15px 0 20px;
	text-align: center;
	font-size: 22px;
	color: #dd2525;
	line-height: 1.2;
}

article section h2 span {
	font-size: 13px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	color: #444444;
	display: block;
	letter-spacing: 0;
}

article section#notes h6 {
	margin: 25px 0 5px;
	font-size: 20px;
	border-left: 6px #444444 solid;
	padding-left: 5px;
}

article section#notes p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.8;
	padding: 3px 0;
}

/*  recruitment  */
h3.recruit {
	background-color: #f5ae5e;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 6px 0;
	margin: 40px 0 20px;
}

/* 新規css */
div.mv {
	width: 94%;
	margin: 0 auto 35px;
}
.synopsis {
	text-align: center;
	font-size: 15px;
	line-height: 2;
	margin: 30px 0;
}

div.product .prefix {
	display: inline-block;
	width: 7em;
}

div.product p {
	font-size: 0.9em;
	margin-bottom: 10px;
}

div.chara {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 2px #ccc dashed;
}

div.chara_img {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}

div.chara_text {
	padding-top: 15px;
}
	
div.chara_text h5 {
	font-size: 17px;
	margin-bottom: 10px;
}

div.chara_text h4 {
	font-size: 22px;
	margin-bottom: 25px;
	line-height: 1.2;
}
	
div.chara_text h4 span.sub {
	font-size: 15px;
}
	
div.chara_text h4 span.name {
	font-size: 16px;
}

div.cdjk {
	width: 94%;
	margin: 0 auto 20px;
}

/* PCのみ */
@media only screen and (min-width: 899px) {
div.cloud::before {
  background:url(../images/bg_star.png) center/cover no-repeat;
}

/*  各article・section  */
article section h2 {
	font-size: 35px;
}
	
div.conwrap {
	width: 840px;
	margin: 0 auto;
}

/*  新規css  */
div.mv {
	width: 650px;
}

.synopsis {
	font-size: 20px;
}
	
div.chara_img {
	width: 250px;
	float: left;
	margin-right: 30px;
}

div.chara_text {
	width: 560px;
	float: right;
	padding-top: 15px;
}
	
div.chara_text h5 {
	font-size: 22px;
}

div.chara_text h4 {
	font-size: 26px;
}
	
div.chara_text h4 span.sub {
	font-size: 16px;
}
	
div.chara_text h4 span.name {
	font-size: 17px;
}
	
div.product p {
	margin-bottom: 1em;
	font-size: 1em;
}
	
div.product .prefix {
	width: 8em;
}
	
div.cdjk {
	width: 550px;
	margin: 0 auto;
}

}
