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

* {
  margin: 0;
  padding: 0;
}

/*リンク-----------------------------*/
a:link { color:black; text-decoration:none; }
a:visited { color:black; }
a img:hover { opacity: 0.5 ; transition: 0.5s;}
/*リンク-----------------------------*/

.pc { display: block !important; }
.sp { display: none !important; }

body{
    padding: 0;
    color:black;
    font-family: Quicksand, "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", sans-serif;
    background-color: #ffa7c5;
    background-image: url(../images/bg_cover.png);
    background-size: contain;
}

#punctuation {
	display: flex;
    justify-content: flex-end;
    border-bottom: 8px solid #e5e5e5;
    line-height: 24px;
}


h1{
    text-align:center;
}

/*ヘッダー&フッター-----------------------------*/
#sod_header,
#sod_fotter {
    text-align: center;
    width: 100%;
    overflow: hidden;
    line-height: 1.3em;
    background-color: black;
}

/* 文面-----------------------------------------*/
.date,
.name {
	text-align:right;
}

.dear {
	text-align:left;
}

#correction {
	color:red;
}

.bullet {
	text-indent: -1em;
	padding-left: 2em;
}

/*content-----------------------------*/
#content{
    width:100%;
    margin: 55px auto 0px;

}

#content-child {
	padding: 30px 30px 30px 30px;
}

/*^^^^^^^^^^^^^追記^^^^^^^^^^^^*/

div#header {
    position: fixed;
    z-index: 20 !important;
    top: 0;
    left: 0;
    height: 60px;
}

.bg_common {
    z-index: 20 !important;
}

.block_out {
    width: 100%;
}


@media only screen and (min-width: 1001px){
div#header .fadein {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
div#header .block_in {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
}

div#header .line {
    width: 100%;
    height: 2px;
    float: left;
}

div#header .logo {

    max-width: 70%;
    vertical-align: middle;
}
div#header a {
    text-decoration: none;
    color: #000000;
}
div#header .logo img {

}

@media only screen and (max-width: 600px){
div#header .fadein {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
div#header .block_in {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
}

div#header h3 {
    font-size: 22px;
    letter-spacing: 1px;
    text-align: center;
}

.footer a {
    color: #e6e6e6 !important;
}

.bg_footer {
    width: 100%;
}

.bg_footer div.footer {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 0;
    color: #999999;
    background-color: #454545;
}

.bg_footer div.footer_link {
    width: 80%;
    margin: 0 10%;
}

.bg_footer h3{
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    text-align:left;
    color: #999999;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0px;
}

.bg_footer div.footer_link ul li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: none;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.bg_footer div.footer_link ul a{
	color:#e6e6e6;
}

@media only screen and (min-width: 1001px){
.footer_link {
    width: 700px !important;
    margin: 0 150px !important;
}
.bg_footer .footer_link ul {
    text-align: left;
    width: 25%;
    float: left;
}
.bg_footer .block_in {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
}

@media only screen and (min-width: 601px) and (max-width: 1000px){
.bg_footer div.footer_link ul {
    text-align: left;
    width: 22%;
    margin: 1%;
    float: left;
    display: block;
}
}

@media only screen and (min-width: 1001px){
.bg_footer .footer_link ul {
    text-align: left;
    width: 25%;
    float: left;
    display: block;
}
.bg_footer div.footer_link li {
    width: 100%;
    margin: 8px 0 0 0;
    font-size: 80%;
    line-height: 2em;
}
.bg_footer div.footer_link li img {
    max-width: 100%;
}
}

div.block_out_footer{
    padding: 10px 20px 10px;
    color: #666666;
    font-size: 50%;
    width: 100%;
    max-width: 100%;
    text-align:center;
    box-sizing: border-box;
}
div.block_out_footer .copyright {
    padding: 10px 20px 10px;
    color: #666666;
    font-size: 50%;
    text-align: center;
}

@media only screen and (min-width: 1001px){
div.block_out_footer .block_in {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
}

@media only screen and (min-width: 601px) and (max-width: 1000px){
.bg_footer .footer_link {
    width: 80%;
    margin: 0 10%;
}
.bg_footer div.footer_link ul {
    text-align: left;
    width: 22%;
    margin: 1%;
    float: left;
}
.bg_footer .footer_link li {
    width: 100%;
    // margin: 8px 0 0 0;
    font-size: 80%;
    line-height: 2em;
}
.footer_link li img {
    max-width: 100%;
}
}

@media only screen and (max-width: 600px){
.footer_link {
    padding: 0px 20px;
}
.bg_footer .footer_link ul {
    text-align: left;
    width: 48%;
    margin: 1%;
    float: left;
}
.bg_footer .footer_link li {
    width: 100%;
    // margin: 8px 0 0 0;
    font-size: 80%;
    line-height: 2em;
}
.bg_footer .footer_link li img {
    max-width: 100%;
}
}

/*男優募集用追記*/
#content {
    width: 100%;
    margin: 35px auto 0px;
}

#contents_base {
    width: 90%;
    margin: auto;
    box-sizing: border-box;
    padding: 30px 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 10px #fff;
}

hr {
    border: 1px dashed #dc6a84;
    border-bottom: none;
}

.color_red {
	color: #dc6a84;
	font-weight: bold;
}

.title_lage{
	font-size: 140%;
}

.font_style_a{
    text-decoration: underline;
}

.entry_button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    background: #f8f;
    cursor: pointer;
    margin-top: 10px;
    width: 60%;
    margin: 40px auto;
    text-align: center;
}

.entry_button:hover{
    opacity: 0.5
}

.entry_button a{
    color: #ffffff;
    font-size: 120%;
    display: block;
    box-sizing: border-box;
    padding: 10px;
}

.topimg{
    width: 100%;
    text-align: center;
    padding: 2%;
    box-sizing: border-box;
}

.topimg img{
    width: 100%;
    max-width:1200px;
}

.toplogo{
    width: 100%;
    text-align: center;
    padding: 2%;
    box-sizing: border-box;
}

.toplogo img{
    width: 100%;
    max-width: 800px;
}

#content{
    margin-top: 0px;
}

.bg{
	position: relative;
	top: 0;
}

.logo{
    position: absolute;
    width:100px;
    margin-top: 0px;
    left: 10px;
}

.logo img{
    width:100%;
}

.img{
    width:100%;
}


.img img{
    width:100%;
}

.topimg img{
    width:100%;
    box-shadow: 0 6px 6px rgba(0,0,0,0.2);
    border-radius: 20px;
}

.entry_title{
	width: 100%;
	color: #f8f;
	text-align: center;
}

.text{
	color: #444;
}

.attention h3{
	width: 100%;
	font-size: 120%;
	color: #ff8;
	text-align: center;
}

.attention  div.text{
	color: #444;
}

.color_white{
	color: #fff;
}

.font-mini{
	font-size: 80%;
}

h4{
	width: 100%;
	color: #666;
	font-size: 140%;
	text-align: center;
}

h4 span{
	font-size: 80%;
}

.form_item label,.agree_check{
	color: #fff;
}

.agree_check a{
	color: #ff8;
}
.copyright{
	text-align: center;
	color: #fff;
}
.footer_img{
	width: 100%;
	text-align: center
}
.footer_img img{
	width: 200px;
}

/*--Profile--*/
#Profile {
    width: 100%;
    text-align: center;
}
#Profile h3 {
    margin-bottom: 2%;
    font-size: 120%;
    text-align: left;
}
#Profile h4 {
    font-size: 100%;
    text-align: left;
    line-height: 34px;
}
#Profile ul{
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
#Profile li{
    display: inline-block;
    width: 42%;
    margin: 2% 1.5% 0;
    text-align: left;
    vertical-align: middle;
}
#Profile li img{
    width: 100%;
}

/*-- bt--*/
.bt{
    text-align: center;
    width: 100%;
}
.bt p{
    width: 25%;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    margin: 0.8%;
    background: #dc6a84;
    position: relative;
    display: inline-block;
    color: #fff;
}

.bt p.list{
    width: 45%;
}

.bt p:hover{
    background:#e4011471;
    transition: 0.5s;
}

.bt_act{
    text-align: center;
    width: 90%;
    margin: 5% auto 0;
}
.bt_act p{
    padding: 7px 0;
    font-size: 18px;
    font-weight: bold;
    margin: 4% 0;
    background: #dc6a84;
    color: #fff;
    position: relative;
    border: solid 2px;
}
.bt_act p:hover{
    opacity:0.5;
    transition: 1s;
}
/*--arrow--*/
.bt p::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 5px);
    right: 26px;
}
.bt_act p::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #dc6a84;
    border-bottom: 2px solid #dc6a84;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 5px);
    right: 26px;
}

.thanks{
	color: #fff;
}

.color_yellow{
	color:#ff8;
	text-align: center;
	font-size: 140%;
}

.bg_red{
	background: ;
	text-align: center;
	height: 30px;
	max-height: 100px;
}

.topimg{
	text-align: center;
	
}

.topimg img.pc{
	max-width: 1200px;
	margin: auto;
}
/*
.bg_red img{
	width: 80%;
	max-width: 800px;
	margin-top: 40px;
}*/

.page_title_base{
	text-align: center;
	font-size: 120%;
}

.dvd_package {
	max-width: 1200px;
	margin: 10px auto;	
}

.dvd_package li{
	list-style: none;
}

.dvd_package li.img{
	float: left;
	width: 40%;	
}

.dvd_package li img{
	width: 90%;
	text-align: center;
}

ul.dvd_package:after{
	content: "";
	clear: both;
	display: block;
}

.enkai-cast{
	text-align: center;
	font-weight: bold;
	color: #444;
	margin: 10px auto;
}

li.text_li {
    width: 60%;
    margin-left: 40%;
}

li.text_li .img{
	text-align: center;
}

.img_side {
    width: 70%;
    margin: auto;
    min-width: 300px;
}

.img_side img{
    width: 100%;
}

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

.sod_list li{
    display: inline-block;
    width: 160px;
    margin: 4px;
    font-size: 80%;
    text-align: left;
    line-height: 110%;
    vertical-align: top;
}

.sod_list li img {
    width: 100%;
    margin-bottom: 4px;
}

.profile{
	max-width: 800px;
	margin: 10px auto;	
}

.profile li{
	list-style: none;
	box-sizing: border-box;
	padding: 10px;
}

.profile li.img{
	float: left;
	width: 40%;	
	max-width: 300px;
}

.profile li img{
	width: 90%;
	text-align: center;
}

ul.profile:after{
	content: "";
	clear: both;
	display: block;
}

.profile h4{
	text-align: left;
}

.profile h4 span{
	margin-left: 20px;
}

h5 {
	width: 100%;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 4px;
}

h5 span{
	border: 1px solid #666;
	width: 100px;
	padding: 2px;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}

.bt_profile{
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.bt_profile p{
    padding: 7px 0;
    font-size: 18px;
    font-weight: bold;
    margin: 2% 0;
    background: #dc6a84;
    color: #fff;
    position: relative;
    border: solid 2px;
    width: 100%;
}
.bt_profile p:hover{
    opacity:0.5;
    transition: 1s;
}

.twitter_base{
	width: 100%;
	max-width: 500px;
	margin: auto;
}

.dvd_package_side_side {
	max-width: 1200px;
	margin: 10px auto;	
	text-align: center;
}

.dvd_package_side li{
	list-style: none;
}

.dvd_package_side li{
	float: left;
	width: 49%;
	vertical-align: middle;	
}

.dvd_package_side li img{
	width:98%;
	margin-left: 4%;
}

ul.dvd_package_side:after{
	content: "";
	clear: both;
	display: block;
}

.release{
	color: #fff;
	font-size: 300%;
	font-family: "MS PMincho","ＭＳ Ｐ明朝";
}

.img_cut {
    width: 50%;
    margin: auto;
    min-width: 300px;
}

.img_cut img{
    width: 100%;
}

hr.cut {
    border: 2px solid #dc6a84;
    border-bottom: none;
}

.movie{
	width: 80%;
	margin: auto;
	text-align: center;
}

.movie video{
	width: 100%;
	margin: auto;
	cursor:pointer
}

.dvd_package .img h3{
	text-align: center;
	margin-bottom: 10px;
}