@charset "utf-8";

/* common
----------------------------------------------------------------------------- */
body{
    background-color: #f4f3f2;
}

.inner{
    max-width:1000px;
}

.tbl-detail tbody th{
    color:#fff;
    background-color: #333;
    border-bottom:1px solid #888;
}

@font-face{
    font-family: trajan;
    src: url('/common/font/trajan.ttf')format("truetype");
}

/* header
----------------------------------------------------------------------------- */
.header{
    height:80px;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    background-color: #fff;
}

.header .inner{
    display: table;
    max-width: 1300px;
}
.header-logo,
.header-ttl,
.header-nav{
    display: table-cell;
    vertical-align: middle;
}

/* ロゴ */
.header-logo{
    width:150px;
    height: 60px;
}
.header-logo img {
    width: auto;
    height: 60px;
    object-fit: contain;
}
.header .inner h1{
    width: 385px;
    font-size: 15px;
    line-height: 1.3;
}
.header-ttl p{
    margin-left: 30px;
}

@media screen and (max-width: 768px){
    .header{
        height: 50px;
    }
    .header-logo{
        width: 100px;
        height: 50px;
    }
    .header-logo img {
        width: 80px;
        height: 40px;
        margin: 5px 5px 5px 0;
    }
    .header .inner h1 {
        width: 300px;
    }
}

/* タイトル */
.header-ttl{
    font-size:20px;
    font-weight: bold;
}
.header-ttl span{
    display: block;
    font-size:16px;
    color: #e71945; /* ★ */
}
@media screen and (max-width: 1000px){
    .header .inner h1,
    .header-ttl p{
        font-size: 1.5vw;
    }    
}
@media screen and (max-width: 768px){
    .header-ttl{
        font-size: 13px;
    }
    .header-ttl span{
        font-size:12px;
    }
    .header-ttl h1,
    .header-ttl p{
        width: 309px;
    }
}
@media screen and (max-width:375px){
    .header .inner h1,
    .header-ttl p{
        width: 155px;
    }
    .header .inner span {
        font-size: 1.8vw;
    }
}

/* ナビ */
.header-nav{
    text-align: right;
}
.header-nav ul li{
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.header-nav ul li a,
.header-nav ul li button{
    display: block;
    height:80px;
    line-height: 80px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    padding:0 15px;
    background-color:transparent;
    color:#333;
    text-align: left;
    position: relative;
}
/*.header-nav ul li a:after,
.header-nav ul li button:after{
    content:"";
    display: inline-block;
    width:50px;
    height:5px;
    background-color: #e71945;  ★ 
    position: absolute;
    left:calc(50% - 25px);
    bottom:0;
    opacity:0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}*/
.header-nav ul li:hover a,
.header-nav ul li:hover button{
    color:#e71945; /* ★ */
}
.header-nav ul li:hover a:after,
.header-nav ul li:hover button:after{
    bottom:10px;
    opacity:1;
}

.header-nav-drop a:after,
.header-nav-drop button:after,
.header-nav-contact a:after{
    display: none !important;
}

/* ドロップナビ */
.header-nav-drop{
    
}
.header-nav-drop:hover{
    background-color: #333;
}
.header-nav-drop:hover button{
    color:#fff !important;
}
.header-nav-drop-main{
    display: none;
    position: absolute;
    left:calc(50% - 125px);
    top:80px;
    width:250px;
    background-color: #333;
}
.header-nav-drop-main ul li{
    display: block;
}
.header-nav-drop-main ul li a{
    color:#fff !important;
    height:60px;
    line-height: 60px;
    display: block;
    width:100%;
    border-bottom: 3px solid #333;
    
}
.header-nav-drop-main ul li a:hover{
    border-bottom: 3px solid #e71945; /* ★ */
}
.header-nav-contact i{
    font-size: 35px;
}

/* お問合せ */
.header-nav-contact i{
    font-size: 30px;
}
.header-nav-contact a{
    display: block;
    background-color: #e71945 !important; /* ★ */
    color:#fff !important;
    padding:20px 0 !important;
    font-weight: inherit;
    text-align: center;
    width:100px;
    height:80px;
    line-height: normal !important;
    text-align: center !important;
}
.header-nav-contact a img{
    display: block;
    margin:0 auto 5px;
}

@media screen and (max-width: 1000px){
    .header-nav ul li a,
    .header-nav ul li button{
        font-size: 11px;
    }
    .header-nav ul li.header-nav-contact{
        display: none;
    }
}

@media screen and (max-width: 768px){
    .header-nav-main {
        background-color: #fff;
    }
    .header-nav.is-open a {
        color: #333;
        border-bottom: 1px solid #333;
        padding: 10px;
    }
    .inner {
        width: 90%;
        margin: 0 auto;
    }
}

/* MV
----------------------------------------------------------------------------- */
.mv{
    width: 100%;
    height: 300px;
    background-image:none;
    position: relative;
    overflow:hidden;
}
.top .mv{
    height: 750px;
}

/* bg */
.mv-bg{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 300px;
    z-index:-1;
}
.mv-bg img{
    width: 100%;
    height: 300px;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.top .mv-bg{
    height: 750px;
}
.top .mv-bg img{
    height: 750px;
}

/* main_title */
.mv-title{
    height: auto;
    line-height: 1.8;
    padding: 160px 0 0 50px;
}
.mv-title span{
    font-size: 40px;
    color: #000;
    font-weight: bold;
}

.mv-title .title-big{
    font-size: 53px;
}

.mv-title .title-normal{
    font-size: 40px;
}

.mv-title .title-small{
    font-size: 27px;
}

@media screen and (max-width:768px){
    .mv{
        width: 100%;
    }
    .top-mv-title{
        padding: 10px
    }
    .top-mv-title span{
        font-size: 15px;
    }
    .mv-title{
        padding: 160px 0 0 15px;
    }
    .mv-title span{
        font-size:30px;
    }
    .mv-title .title-big{
        font-size: 40px;
    }
    .mv-title .title-normal{
        font-size: 30px;
    }
    .mv-title .title-small{
        font-size: 20px;
    }
}

/* catch */
.mv-catch{
    height: auto;
    line-height: 1.8;
    padding: 160px 0 0 50px;
}
.mv-catch span{
    font-size: 40px;
    color: #000;
    font-weight: bold;
}

@media screen and (max-width:768px){
    .mv{
        width: 100%;
    }
    .top-mv-catch{
        padding: 10px
    }
    .top-mv-catch span{
        font-size: 15px;
    }
    .mv-catch{
        padding: 160px 0 0 15px;
    }
    .mv-catch span{
        font-size:30px;
    }
}

/* BANNER
----------------------------------------------------------------------------- */
.top-bnr {
    position: fixed;
    z-index: 9999;
    top: 50%;
    right: 0;
    writing-mode:vertical-rl;
}
.top-bnr i{
    padding:10px;
}
.top-bnr li a{
    margin:0px;
}
.top-bnr img{
    width: 50px;
    padding-bottom: 20px;
}
.top-bnr .btn-normal{
    border-radius: 0;
    width: auto;
    height: 300px;
    min-width: 50px!important;
    padding: 10px 8px;
    font-size: 20px;
    background-color:#e71945;
}
.top-bnr .btn-normal:before{
    content: none;
}

@media screen and (max-width:768px){
    .top-bnr{
        top: 9%;
    }
    .btn-normal{
        padding: 0;
    }
    .top-bnr .btn-normal {
        height: 130px;
        font-size: 15px;
    }
}

/* 見出し
----------------------------------------------------------------------------- */
.ttl-L{
    font-family: trajan;
    font-size: 60px;
    color:#333;
    text-align: center;
}
@media screen and (max-width: 768px){
    .ttl-L{
        font-size: 30px;
    }
}

/* btn
----------------------------------------------------------------------------- */
.btn-normal{
    min-width: 300px;
    height:50px;
    line-height: 50px;
    border-radius: 25px;
    text-align: center;
    font-size:16px;
    color:#fff;
    background-color:#333;
}
.btn-submit{
    min-width: 300px;
    height:50px;
    line-height: 50px;
    border-radius: 25px;
    text-align: center;
    font-size:16px;
    color:#fff;
    background-color:#e71945; /* ★ */
}

@media screen and (max-width:768px){
    .btn-normal {
        min-width: 200px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        font-size: 15px;
    }
    .btn-submit{
        min-width: 90%;
    }
}

/* ページャー
----------------------------------------------------------------------------- */
.pager li a{
    background-color: #00ced1;
}
.pager li a:hover{
    background-color: #00fbff;    
}


/* TOP:intro
----------------------------------------------------------------------------- */
.top-intro{
    padding:60px 0;
    text-align: center;
    font-size:35px;
    font-weight: bold;
}
@media screen and (max-width:768px){
    .top-intro {
        padding: 40px 0;
        font-size: 25px;
    }
}

/* TOP:about
----------------------------------------------------------------------------- */
.top-about{
    position: relative;
    margin:0 auto 70px;
}

.top-about-img{
    width: 50%;
    height:450px;
    overflow:hidden;
    position: absolute;
    top:0;
    left:0;
}
.top-about-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.top-about-txt .ttl-L{
    color:#fff;
    width: 100%;
    max-width: 1000px;
    text-align: right;
    margin:0 auto -35px;
}

.top-about-txt-main{
    background: linear-gradient(90deg, #f4f3f2 0%, #f4f3f2 25%, #fff 25%, #fff 100%);
    min-height: 450px;
    word-break: break-all;
}
.top-about-txt-main .inner{
    padding:50px 50px 50px 550px;
    text-align: left;
}


@media screen and (max-width:768px){
    .top-about-txt .ttl-L {
        margin: 0 auto -15px;
    }
    .top-about-txt-main {
        background: #fff;
        min-height: 350px;
    }
    .top-about-img{
        width: 80%;
        left: 10%;
        right: 10%;
    }
    .top-about-img img {
        top: 45%;
    }
    .top-about-txt-main .inner {
        padding:330px 30px 30px 30px;
    }
}
 
/* TOP:interview
----------------------------------------------------------------------------- */
.top-interview{
    margin:0 auto 80px;
}
.top-interview .ttl-L{
    text-align: left;
    color:#e71945; /* ★ */
    margin-bottom: -35px;
}

.top-interview-slider{
    background: linear-gradient(180deg, #e71945 0%, #e71945 40%, #f4f3f2 40%, #f4f3f2 100%); /* ★ */
}

.top-interview-slider li{
    width: 100%;
    padding:50px 25px 0;
}

/* img */
.top-interview-slider-img{
    width:550px;
    height:300px;
    overflow: hidden;
    position: relative;
    margin:0 auto 30px;
}
.top-interview-slider-img img{
    width: 550px;
    height: 300px;
    object-fit: contain;
}

/* txt */
.top-interview-slider-txt span{
    font-size:18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.top-interview-slider-txt h3{
    font-size:23px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* slider */
.slick-next,
.slick-prev{
    position: absolute;
    top:40%;
    width:60px;
    height:60px;
    background-position: center center;
    background-repeat:no-repeat;
    background-size: 100% auto;
    text-indent: -9990px;
    z-index:10;
}

.slick-prev{
    left:0;
    background-image:url("/images/arr_prev.png");
}
.slick-next{
    right:0;
    background-image:url("/images/arr_next.png");
}

@media screen and (max-width:768px){
    .top-interview .ttl-L {
        margin-bottom: -15px;
    }
    .top-interview-slider li{
        padding: 25px 25px 0;
    }
    .top-interview-slider-img img {
        width: 280px;
    }
}

/* TOP:message
----------------------------------------------------------------------------- */
.top-message{
    width:100%;
    height: 750px;
    position: relative;
}
.top-message .inner{
    padding-top:225px;
    padding-left: 500px;
}

/* txt */
.top-message-txt{
    width:100%;
    background-color: rgba(0,0,0,0.7);
    padding: 50px;
    color:#fff;
}
.top-message-txt-ttl{
    font-family:serif;
    font-size:30px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}
.top-message-txt p{
    text-align: right;
    font-size: 20px;
    font-family:serif;
    font-weight: bold;
    margin-bottom: 40px;
}
.top-message-txt-detail{
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.top-message-txt-detail p{
    /*visibility: hidden;*/
}
/* img */
.top-message-img{
    position: absolute;
    width:100%;
    height: 720px;
    top:0;
    left:0;
    overflow:hidden;
    z-index: -1;
}
.top-message-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 720px;
    width: auto;
    object-fit:cover;
}

@media screen and (max-width:768px){
    .top-message {
        height: 650px;
    }
    .top-message .inner {
        padding-top: 8px;
        padding-left: 0px; 
    }
    .top-message-txt {
        height: auto;
        padding:20px;
    }
    .top-message-txt-ttl {
        font-size: 25px; 
        margin-bottom: 15px;
    }
    .top-message-txt p {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .top-message-img img {
        position: absolute;
        top: 62%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 390px;
        width: 100%;
    }
}

/* 下層:message
----------------------------------------------------------------------------- */

.message-txt{
    width:100%;
    background-color: rgba(0,0,0,0.7);
    padding: 50px;
    color:#fff;
}
.temp-message img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}

@media screen and (max-width:768px){
    .temp-message img{
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
}

/* TOP:movie
----------------------------------------------------------------------------- */
.top-movie{
    padding:30px 0 80px;
    background: linear-gradient(90deg, #000 0%, #000 50%, #e71945 50%, #e71945 100%); /* ★ */
}
.top-movie .ttl-L{
    text-align: left;
    margin-bottom: -33px;
    color:#e71945; /* ★ */
}

@media screen and (max-width:768px){
    .top-movie .ttl-L {
        margin-bottom: -15px;
    }
}

/* TOP:news
----------------------------------------------------------------------------- */
.top-news{
    padding:50px 0 80px;
}

.top-news-list{
    margin:0 auto 30px;
}
.top-news-list h3 {
    word-break: break-all;
}

.top-news-list ul li{
    border-bottom: 1px solid #ddd;
}
.top-news-list ul li a{
    display: table;
    width: 100%;
    padding:30px;
    text-decoration: none;
    font-size:16px;
}
.top-news-list ul li a span{
    display: table-cell;
    vertical-align: top;
    font-weight: bold;
    width:120px;
    color:#e71945; /* ★ */
}
.top-news-list ul li a h3{
    display: table-cell;
    vertical-align: top;
}

@media screen and (max-width:768px){
    .top-news-list ul li a,
    .top-news-list ul li a h3{
        display:block;
    }
}

/* TOP:recruit
----------------------------------------------------------------------------- */
.top-recruit{
    background-color: #fff;
    padding:50px 0;
}

.top-recruit-main{
    margin-bottom: 30px;
}
.top-recruit-main-img{
    width: 100%;
    height:350px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.top-recruit-main-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
}

/* info */
.top-recruit-link{
    padding: 10px 0 50px;
}
.top-recruit-link a{
    display: inline-block;
    float:left;
    width:calc( (100% - 60px) / 3 );
    margin:0 30px 20px 0;
    text-decoration: none;
    text-align: center;
    background-color: #eee;
    color:#666;
    height:50px;
    line-height: 50px;
    border-radius: 25px;
}
.top-recruit-link a:nth-child(3n){
    margin-right: 0;
}

.top-recruit-link a:hover{
    background-color: #333;
    color: #fff;
}

@media screen and (max-width:768px){
    .top-recruit-link a {
        margin: 0 auto;
        width: 100%;
        font-size: 13px;
        margin-bottom: 10px;
    }
    .top-recruit-link a:nth-child(3n){
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

/* TOP:info
----------------------------------------------------------------------------- */
.top-info{
    background-color: #fff;
    padding:20px 0 100px;
}
.top-info .ttl-L{
    text-align: left;
    margin-bottom: -33px;
    color:#ececec;
}

/* map */
.top-info iframe{
    margin-bottom: 50px;
}

/* sns */
.list-SNS{
    display: flex;
    justify-content: center;
}
.list-SNS-t,
.fb-page{
    width: 50%;
    margin: 10px;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 20px;
    text-align: center;
}

/* mail */
.top-info-mail{
    text-align: center;
}
.top-info-mail .btn-submit{
    width:480px;
    height:80px;
    line-height: 80px;
    border-radius: 40px;
    font-size:20px;
    font-weight: bold;
}
.top-info-mail .btn-submit img{
    vertical-align: middle;
    margin-right: 15px;
}

@media screen and (max-width:768px){
    .top-info .ttl-L{
        margin-bottom: -15px;
    }
    .top-info-mail .btn-submit {
        width: 380px;
        height: 50px;
        line-height: 45px;
        border-radius: 40px;
        font-size: 18px;
        font-weight: bold;
    }
    .list-SNS{
        display: block;
    }
    .list-SNS-t,
    .fb-page{
        margin: 10px 0;
        width: 100%;
    }
    .fb_iframe_widget_fluid{
        display:block!important;
    }
    .fb-page{
        width:100%!important;
    }
    .fb-page span{
        width:100%!important;
    }
    .fb-page iframe{
        width:90%!important;
        left: 5%;
        right: 5%;
    }
    iframe.snapwidget-widget{
        width: 100%!important;
        height: 250px!important;
    }
}

/* FOOTER
----------------------------------------------------------------------------- */
.footer{
    background: #1a1a1a;
}
.footer-name{
    color:#fff;
}
.footer ul{
    padding-bottom: 20px;
    display: flex;
}
.footer ul li{
    width: 20%;
}
.footer a{
    color:#fff;
    text-decoration: none;
}
.footer a:hover{
    color:#e71945;
}
.footer-copy{
    background: #fff;
    color:#000;
}

@media screen and (max-width:768px){
    .footer-name{
        font-size: 10px;
    }
    .footer ul{
        flex-wrap: wrap;
        padding-bottom: 0;
    }
    .footer ul li{
        width: 100px;
        padding-bottom: 10px;
    }
}

/* 下層
----------------------------------------------------------------------------- */
.main{
    background-color:transparent;
    padding:0;
}

.main-inner{
    padding:50px 0 80px;
}

/*　パンクズリスト　*/
.topicPath{
    margin-bottom: 30px;
}
.topicPath ol li{
    display: inline-block;
}
.topicPath ol li::before{
    display: inline-block;
    content:" / ";
    margin:0 10px;
}
.topicPath ol li:first-child::before{
    content:"";
}

/* ページタイトル */
.main-ttl{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
.main-ttl span{
    display: block;
    font-size:20px;
    font-family: trajan;
    color:#e71945; /* ★ */
}

/* 本文カラム */
.main-box{
    word-wrap: break-word;
    padding:30px;
    background-color: #fff;
}

/* お問合せ */
.main .top-info-mail{
    background-color:#fff;
    padding:50px 0;
}
@media screen and (max-width:768px){
    .main-box {
        padding: 10px;
    }
}
.article-body {
    word-break: break-all;
}


/* カラー設定
----------------------------------------------------------------------------- */

/* テーマ：緑 */
.color-green .header-ttl span{
    color: #2eab98; /* ★ */
}
.color-green .header-nav ul li a:after,
.color-green .header-nav ul li button:after{
    background-color: #2eab98; /* ★ */
}
.color-green .header-nav ul li:hover a,
.color-green .header-nav ul li:hover button{
    color:#2eab98; /* ★ */
}
.color-green .header-nav-drop-main ul li a:hover{
    border-bottom: 3px solid #2eab98; /* ★ */
}
.color-green .header-nav-contact a{
    background-color: #2eab98 !important; /* ★ */
}
.color-green .btn-submit{
    background-color:#2eab98; /* ★ */
}
.color-green .top-interview-slider{
    background: linear-gradient(180deg, #2eab98 0%, #2eab98 40%, #f4f3f2 40%, #f4f3f2 100%); /* ★ */
}
.color-green .top-interview .ttl-L{
    color:#2eab98; /* ★ */
}
.color-green .top-movie{
    background: linear-gradient(90deg, #000 0%, #000 50%, #2eab98 50%, #2eab98 100%); /* ★ */
}
.color-green .top-movie .ttl-L{
    color:#2eab98; /* ★ */
}
.color-green .top-news-list ul li a span{
    color:#2eab98; /* ★ */
}
.color-green .main-ttl span{
    color:#2eab98; /* ★ */
}
.color-green .top-bnr .btn-normal{
    background-color:#2eab98 ;
}

/* カラー設定赤の場合（※デフォルトが赤のため指定なし） */


/* テーマ：ピンク */
.color-pink .header-ttl span{
    color: #f77cb5; /* ★ */
}
.color-pink .header-nav ul li a:after,
.color-pink .header-nav ul li button:after{
    background-color: #f77cb5; /* ★ */
}
.color-pink .header-nav ul li:hover a,
.color-pink .header-nav ul li:hover button{
    color:#f77cb5; /* ★ */
}
.color-pink .header-nav-drop-main ul li a:hover{
    border-bottom: 3px solid #f77cb5; /* ★ */
}
.color-pink .header-nav-contact a{
    background-color: #f77cb5 !important; /* ★ */
}
.color-pink .btn-submit{
    background-color:#f77cb5; /* ★ */
}
.color-pink .top-interview-slider{
    background: linear-gradient(180deg, #f77cb5 0%, #f77cb5 40%, #f4f3f2 40%, #f4f3f2 100%); /* ★ */
}
.color-pink .top-interview .ttl-L{
    color:#f77cb5; /* ★ */
}
.color-pink .top-movie{
    background: linear-gradient(90deg, #000 0%, #000 50%, #f77cb5 50%, #f77cb5 100%); /* ★ */
}
.color-pink .top-movie .ttl-L{
    color:#f77cb5; /* ★ */
}
.color-pink .top-news-list ul li a span{
    color:#f77cb5; /* ★ */
}
.color-pink .main-ttl span{
    color:#f77cb5; /* ★ */
}
.color-pink .top-bnr .btn-normal{
    background-color:#f77cb5 ;
}


/* テーマ：黄色 */

.color-yellow .header-ttl span{
    color: #e3d040; /* ★ */
}
.color-yellow .header-nav ul li a:after,
.color-yellow .header-nav ul li button:after{
    background-color: #e3d040; /* ★ */
}
.color-yellow .header-nav ul li:hover a,
.color-yellow .header-nav ul li:hover button{
    color:#e3d040; /* ★ */
}
.color-yellow .header-nav-drop-main ul li a:hover{
    border-bottom: 3px solid #e3d040; /* ★ */
}
.color-yellow .header-nav-contact a{
    background-color: #e3d040 !important; /* ★ */
}
.color-yellow .btn-submit{
    background-color:#e3d040; /* ★ */
}
.color-yellow .top-interview-slider{
    background: linear-gradient(180deg, #e3d040 0%, #e3d040 40%, #f4f3f2 40%, #f4f3f2 100%); /* ★ */
}
.color-yellow .top-interview .ttl-L{
    color:#e3d040; /* ★ */
}
.color-yellow .top-movie{
    background: linear-gradient(90deg, #000 0%, #000 50%, #e3d040 50%, #e3d040 100%); /* ★ */
}
.color-yellow .top-movie .ttl-L{
    color:#e3d040; /* ★ */
}
.color-yellow .top-news-list ul li a span{
    color:#e3d040; /* ★ */
}
.color-yellow .main-ttl span{
    color:#e3d040; /* ★ */
}
.color-yellow .top-bnr .btn-normal{
    background-color:#ffea47 ;
}
