@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:#fff;
}

#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;
    background-color: #fff;
}

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

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

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

.bg_common {
    background-color: #ffffff;
    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;
    background-color: #e6002d;
}

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

@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 {
    background-color: #454545;
    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%;
    background-color: #333333;
    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;
    background-color: #fff;
}

#contents_base {
   
   width: 90%;
    margin: auto;
}

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

.color_red {
	color: #e6002d;
}

.font_style_a{
    text-decoration: underline;
}

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

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

.topimg{
    width: 100%;
}

.topimg img{
    width: 100%;
}