* {
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    box-sizing: border-box;
}

body {
    margin: 0px;
    background-color: #fff;
}

ul {
    padding: 0px;
}

ul li {
    list-style: none;
}


img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.colorRed {
    color: #f00;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}

.wrap header .row-eq-height > * {
    margin-top: -30px;
}

.wrap header .lead {
    padding-top: 30px;
}

.wrap header img {
    width: 100%;
    height: auto;
}

.wrap .contents img.intro {
    width: 75%;
    height: auto;
}

.wrap .contents {
    padding: 40px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    word-break: break-all;
    line-height: 24px;
}

.audition .newsEntry p {
    line-height: 28px;
    margin-top: 40px;
    margin-bottom: 80px;
}

.audition .newsEntry h1 {
    font-weight: 800;
    color: #A94442;
    margin-bottom: 30px;
}

.audition .newsEntry h2 {
    font-weight: 800;
    color: #333;
    margin-bottom: 30px;
}

.audition .newsEntry h3 {
    font-weight: 800;
    margin-bottom: 15px;
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: #d4d4d4 dotted 1px;
}

.wrap a img:hover {
    opacity: 0.5;
    transition: 0.6s;
}

.backnumbers {
    margin-top: 40px;
    margin-bottom: 80px;
    /*background-color: #fff;*/
    border-radius: 10px;
}

.backnumbers ul.row-eq-height {
    padding-right: 20px;
    padding-left: 20px;
    padding: 20px;
    width: 780px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 15px #ccc;
}

.backnumbers ul li {
    padding-left: 8px;
    padding-right: 8px;
    margin: 5px 0px;
}

.backnumbers ul li img {
    width: 100%;
    height: auto;
}

.row.bnr {
    width: 780px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.row.bnr li a img {
    border: solid 1px #ddd;
    padding: 3px;
}

.introduction-img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}


/***ここから追加***/

p {
    font-size: 16px !important;
    margin-bottom: 0 !important;
    line-height: 1.7 !important;
    text-align: justify;
    word-wrap: break-word;
}

.align_center {
    text-align: center !important;
}

.align_right {
    text-align: right;
}

h5.irregular {
    text-align: center;
    font-size: 20px;
    margin: 0;
}

a {
    color: #2E6DB3;
    -webkit-transition: .5s;
    transition: .5s !important;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    opacity: 0.6;
}

.wrap1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.m120 {
    padding: 120px 0;
}

.mt120 {
    padding-top: 120px;
}

.mb120 {
    padding-bottom: 120px;
}

.m100 {
    padding: 100px 0;
}

.mt100 {
    padding-top: 100px;
}

.mb100 {
    padding-bottom: 100px;
}

.m50 {
    padding: 50px 0;
}

.mt50 {
    padding-top: 50px;
}

.mb50 {
    padding-bottom: 50px;
}

.mb60 {
    padding-bottom: 60px;
}

.m40 {
    padding: 40px 0;
}

.mt40 {
    padding-top: 40px;
}

.mb40 {
    padding-bottom: 40px;
}


.m30 {
    padding: 30px 0;
}

.mt30 {
    padding-top: 30px;
}

.mb30 {
    padding-bottom: 30px;
}

.m20 {
    padding: 20px 0;
}

.mt20 {
    padding-top: 20px;
}

.mb20 {
    padding-bottom: 20px;
}

.m10 {
    padding: 10px 0;
}

.mt10 {
    padding-top: 10px;
}

.mb10 {
    padding-bottom: 10px;
}

#color_area {
    background: #f2f1ec;
    padding: 100px 0;
    margin: 0;
}

/*ANIMATION -----------*/

.sa {
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.sa2 {
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.sa.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.sa2.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.sa--lr {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.sa--rl {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.sa--up {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.sa--down {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
}

.sa--scaleUp {
    -webkit-transform: scale(.5);
    transform: scale(.5);
}

.audition .newsEntry,
#mirairock .contents {
    text-align: left;
}

.audition .newsEntry p,
#mirairock .contents p {
    margin-bottom: 5px;
    margin-top: 0px;
    line-height: 18px;
}

.audition .newsEntry h2,
#mirairock .contents h2 {
    text-align: center;
}

.audition .newsEntry h2 img,
#mirairock .contents h2 img {
    padding: 3px;
    border: solid 1px #ddd;
}

.audition .newsEntry h4,
#mirairock .contents h4 {
    background-color: #f5f5f5;
    font-size: 14px;
    padding: 10px;
    border-left: #d47a7e 5px solid;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 10px;
}

.audition .to-apply a,
#mirairock .to-apply a {
    background-color: #fa989c;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 1px 1px 1px #d47a7e;
    padding: 12px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    margin-bottom: 20px;
    display: block;
    margin-top: 20px;
    width: 120px;
    text-align: center;
}





.header h1 {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header h1 .logo,
.header h1 .message {
    display: block;
}

.header h1 .logo {
    /*width: 75%;*/
}

.header h1 .message {
    width: 25%;
    padding-left: 30px;
    padding-top: 10px;
}

.header h1 img {
    max-width: 100%;
    height: auto;
    width: 100%;
    margin: 0px;
    height: 250px;
    object-fit: contain;
    width: 100%;
    margin-bottom: -30px;
}

.header h1 .message img {
    box-shadow: 0px 0px 30px #ffffff;
    border-radius: 5px;
}

.header h2 {
    margin: 0px;
    margin-top: 0px;
    margin-bottom: -30px;
}

#contents {
    color: #444;
}


#contents_left {
    float: left;
    width: 600px;
}

#contents_right {
    float: right;
    width: 250px;
}

#contents_left #top_news table tr th {
    width: 125px;
    text-align: left;
    /*background: url(../../common/img/news_line.gif) left bottom repeat-x;*/
    font-weight: normal;
    padding: 15px 0 15px 0;
    color: #327a9c;
}

#contents_left #top_news table tr {
    text-align: left;
}

#contents .newsBox,
#contents .newsBox .newsEntry p {
    text-align: left;
}

#portfolio {
    margin-bottom: 10px;
}

#contents .newsBox strong {
    padding: 10px 0px;
}

ul.sponsor li,
ul.food li {
    display: inline-block;
    width: 49%;
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5,
.col-xs-3-5,
.col-sm-3-5,
.col-md-3-5,
.col-lg-3-5,
.col-xs-4-5,
.col-sm-4-5,
.col-md-4-5,
.col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}

.col-xs-2-5 {
    width: 40%;
    float: left;
}

.col-xs-3-5 {
    width: 60%;
    float: left;
}

.col-xs-4-5 {
    width: 80%;
    float: left;
}
