@charset "UTF-8";


html body{
    background: white;
    font-family:"Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    position: relative;
    background:#FFFFFF;
}




.top_contents{
    width:100%;
    background:#222222;
}



.top_nakami{
    width:1000px;
    height:612px;
    margin:0 auto;
    position:relative;
}



.jwave_title {
    position: absolute;
    font-size: 41px;
    color: #ffffff;
    top: 119px;
}

.contents_title {
    background: #943338;
    font-size: 52px;
    color: #ffffff;
    font-weight: 500;
    position: absolute;
    top: 175px;
    z-index: 40;
    width: 455px;
    text-align: center;
}


.title_box{
}
.ｗeek_schedule {
    color: #FFF;
    font-size: 27px;
    position: absolute;
    top: 262px;
}
.on_air {
    color: #943338;
    font-size: 20px;
    position: absolute;
    top: 311px;
}

.day_box{

}
.day_schedule1{
    width:130px;
    background: #943338;
    font-size: 44px;
    color: #ffffff;
    font-weight: 500;
    position: absolute;
    top: 350px;
    text-align:center;
    z-index:37;

}
.day_schedule2{
    width:130px;
    background: #943338;
    font-size: 44px;
    color: #ffffff;
    font-weight: 500;
    position: absolute;
    top: 350px;
    left:160px;
    text-align:center;
    z-index:38;

}
.day_schedule3{
    width:130px;
    background: #943338;
    font-size: 44px;
    color: #ffffff;
    font-weight: 500;
    position: absolute;
    top: 350px;
    left:320px;
    text-align:center;
    z-index:39;

}



.massage {
    position: absolute;
    top: 440px;
}
.slider{
    position:absolute;
    left:370px;
    top:70px;
    border:8px solid #943338;
    width:620px;
    opacity:0;

}
.slide{
}
.intro{
}

.intro_read {
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    /* margin: 60px 0 40px 0; */
    margin-top: 60px;
    margin-bottom: 40px;
    line-height: 2;
    font-weight: bold;
    letter-spacing: 0.14em;
}

.banner_photo img{
    display:block;
    margin:0 auto;
    margin-bottom:100px;
}

.contents_1028,.contents_1111{
    height:658px;
    background:#222222;
}
.contents_1108{
    height:658px;
    background:#FFF;
}


.nakami{
    margin:0 auto;
    width:1000px;
    position:relative;
}

.onair_day{
    background: #943338;
    font-size: 50px;
    color: #ffffff;
    font-weight: 500;
    position: absolute;
    top: -30px;
    left:344px;
    width:315px;
    text-align:center;
}

.member_photo{
    position:absolute;
    width:340px;
    height:432px;
    top: 100px;
    z-index:30;
}
.main_photo{
    width:98.2%;
    border:2px solid #943338;

}
.sub_photo{
    width:32.5%;
    border:1px solid #943338;
    float:left;

}
.member_name{
    font-size:38px;
    font-weight:bold;
    text-align:left;
    border-bottom:1px solid #943338;
    padding-bottom:20px;
    width:610px;
    position:absolute;
    right:0;
    top:140px;
    color:#FFF;
    padding-left:20px;
}
.member_Details {
    color: #FFF;
    width: 600px;
    position: absolute;
    top: 228px;
    left: 392px;
    font-size: 15px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 0.1em;
}
.bg_name img {
    position: absolute;
    top: 421px;
    right:0px;
}


.cont_white .member_photo{
    right:0px;
}
.cont_white .main_photo{
    width:98.2%;
    border:2px solid #943338;

}
.cont_white .sub_photo{
    width:32.5%;
    border:1px solid #943338;
    float:left;

}
.cont_white .member_name{
    font-size:38px;
    font-weight:bold;
    text-align:left;
    border-bottom:1px solid #943338;
    padding-bottom:20px;
    width:610px;
    position:absolute;
    left:0;
    top:140px;
    color:#333;
    padding-left:20px;
}
.cont_white .member_Details {
    color: #333;
    left: 20px;

}
.cont_white .bg_name img {
    position: absolute;
    top: 421px;
    left:0px;
    right:0px;
}


.contents_1104{
}

.contents_1111{
}


.message{
    background:#222222;
    min-height:500px;
    color:#FFF;
    padding-top:30px;
}


.thanksp{
    background:#222222;
    min-height:500px;
    color:#FFF;
    text-align:center;
    padding-top:100px;
}



.thanksp p{
    font-size:14px;
}

.thanksp p.thanks{
    font-size:70px;

}



/* css animation (prefixes are cut) */
.appear {
    transform-origin:center top;
    animation:show 1s both;
}


span.appear {display:inline-block;}
.d01 {animation-delay:0.1s;}
.d02 {animation-delay:0.2s;}
.d03 {animation-delay:0.3s;}
.d04 {animation-delay:0.4s;}
.d06 {animation-delay:0.6s;}
.d08 {animation-delay:0.8s;}
.d10 {animation-delay:1s;}
.d14 {animation-delay:1.4s;}
.d16 {animation-delay:1.6s;}
.d18 {animation-delay:1.8s;}
.d20 {animation-delay:2.0s;}
@keyframes show {
    0% {
        transform:translate(0,1em);
        opacity:0;
    }
    50% {
    }
    100% {
        transform:translate(0,0);
        opacity:1;
        text-shadow:none;
    }
}



/*----------------------SP-----------------------------------------*/

@media screen and (max-width: 1059px) {

.top_nakami{
    width:820px;
    height: 500px;
}


.jwave_title {
        position: absolute;
        font-size: 25px;
        color: #ffffff;
        top: 119px;
}
.contents_title {
    background: #943338;
    font-size: 41px;
    color: #ffffff;
    font-weight: 500;
    position: absolute;
    top: 154px;
    z-index: 40;
    width: 360px;
    text-align: center;
}

.ｗeek_schedule {
    color: #FFF;
    font-size: 22px;
    position: absolute;
    top: 211px;
}


.on_air {
    color: #943338;
    font-size: 17px;
    position: absolute;
    top: 258px;
}

.day_schedule1 {
    width: 52px;
    background: #943338;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    position: absolute;
    top: 300px;
    text-align: center;
    z-index: 37;
}
.day_schedule2 {
    width: 52px;
    background: #943338;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    position: absolute;
    top: 300px;
    text-align: center;
    z-index: 37;
    left: 60px;
}
.day_schedule3 {
    width: 52px;
    background: #943338;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    position: absolute;
    top: 300px;
    text-align: center;
    z-index: 37;
    left: 120px;
}
.massage{
    width:300px;
    height:auto;
    top:350px;
}

.slide {
    width: 480px;
}

.slider {
    position: absolute;
    left: 320px;
    top: 70px;
    border: 8px solid #943338;
    width:490px;
}

.intro_read {
    font-size: 13px;
}

.nakami {
    margin: 0 auto;
    width: 820px;
}
.member_name {
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #943338;
    padding-bottom: 20px;
    width: 400px;
    position: absolute;
    /* right: 0; */
    left: 361px;
    top: 140px;
    color: #FFF;
    padding-left: 20px;
}

.member_Details {
    color: #FFF;
    width: 400px;
    position: absolute;
    top: 228px;
    left: 380px;
}

.onair_day {

    left: 254px;
}
.cont_white .member_name {
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #943338;
    padding-bottom: 20px;
    width: 420px;
}

.cont_white .bg_name img {
    position: absolute;
    top: 421px;
    left: 0px;
    right: 0px;
    width: 100%;
}



}

@media screen and (max-width: 839px) {

.jwave_title {
    left: 10px;
    position: absolute;
    font-size: 19px;
    color: #ffffff;
    top: 20px;
}
.top_nakami {
    width: 320px;
    height: 589px;
}
.contents_title {
    left: 10px;
    top: 55px;
    width: 300px;
    font-size: 34px;
}

.ｗeek_schedule {
    left: 10px;
    color: #FFF;
    font-size: 18px;
    position: absolute;
    top: 106px;
}



.intro_read {
    font-size: 12px;
    margin-top: 30px;
    width: 310px;
}

.nakami {
    margin: 0 auto;
    width: 320px;
}

.onair_day {
    background: #943338;
    font-size: 36px;
    color: #ffffff;
    font-weight: 500;
    position: absolute;
    top: -30px;
    left: 0px;
    width: 320px;
    text-align: center;
}

.member_photo {
    position: absolute;
    width: 320px;
    height: 432px;
    top: 50px;
    z-index: 30;
}

.contents_1028, .contents_1111 {
    height: 800px;
}
.member_name {
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #943338;
    padding-bottom: 20px;
    width: 310px;
    position: absolute;
    /* right: 0; */
    left: 10px;
    top: 483px;
    color: #FFF;
    padding-left: 0;
    z-index: 500;
}
.member_Details {
    color: #FFF;
    width: 320px;
    position: absolute;
    top: 555px;
    left: 10px;
    font-size: 12px;
}
.cont_white .member_name {
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #943338;
    padding-left: 0;
    width: 310px;
    top: 480px;
    padding-left: 10px;
}
.contents_1108 {
    height: 800px;
    background: #FFF;
}

.cont_white .member_Details {
    color: #333;
    left: 10px;
}
.bg_name img {
    position: absolute;
    top: 479px;
    right: 0px;
    width: 100%;
}

.cont_white .bg_name img {
    position: absolute;
    top: 480px;
    left: 0px;
    right: 0px;
    width: 100%;
}
.on_air {
    color: #943338;
    font-size: 15px;
    position: absolute;
    top: 140px;
    left: 10px;
}

.day_schedule1 {
    width: 52px;
    background: #943338;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    position: absolute;
    top: 180px;
    text-align: center;
    z-index: 37;
    left: 10px;
}
.day_schedule2 {
    top: 180px;
    left: 70px;
}
.day_schedule3 {
    top: 180px;
    left: 130px;
}
.slider {
    position: absolute;
    left: 0;
    top: 221px;
    border: 5px solid #943338;
    width: 320px;
}
.slide {
    width: 310px;
}
.massage {
    width: 300px;
    height: auto;
    top: 480px;
    margin-left: 10px;
}

.message {
    background: #222222;
    min-height: 300px;
}
.message p.thanks {
    font-size: 59px;
}

}

@media screen and (max-width: 639px) {

}
@media screen and (max-width: 460px) {

    }
}
@media screen and (max-width: 380px) {

}



/*-----------------------------------------------------------------*/

#gigyaShare {
    position: static;
    width: auto;
}

.gig-bar-container {
    display: inline-block;
    padding-top: 6px;
    padding-left: 10px;
    *display: inline;
    *zoom: 1;
}

@media screen and (max-width: 720px) {
    .c-header {
        padding-top: 50px;
        padding-bottom: 14px;
    }
    .c-header__inner {
        width: 320px;
    }
    .c-header__logo {
        margin-bottom: 0px;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .c-header__sns {
        display: none;
    }
    .c-header_schedule {
        display: none;
    }
}



/*@import url(c-footer.css);*/
.c-footer {
    background-color: #FFF;
}

.c-footer__inner {
    position: relative;
    width: 95%;
    height: 109px;
    margin: 0 auto;
    padding-top: 44px;
    text-align: left;
}

.c-footer__copyright {
    margin-top: -16px;
    margin-left: -12px;
    text-align: center;
}

.c-footer__copyright img {
    width: 294px;
    height: auto;
}

.c-footer__logo {
    position: absolute;
    top: 53px;
    right: 0;
}

.c-footer-logo img {
    width: 177px;
    height: auto;
}

@media screen and (max-width: 767px) {
    .c-footer__inner {
        width: 320px;
        height: auto;
        padding-top: 20px;
        padding-bottom: 34px;
    }
    .c-footer__copyright {
        margin-top: -10px;
    }
    .c-footer__copyright img {
        width: 157px;
    }
    .c-footer__logo {
        position: static;
        margin-top: 13px;
        text-align: center;
    }
    .c-footer__logo img {
        width: 88px;
    }
    #backtop {
        margin-left: 10px;
    }
    #backtop img {
        width: 30px;
        height: auto;
    }
}



/*@import url(p-navigator-list.css);*/
.c-navigator-item{
    box-sizing:border-box;
}


.c-navigator-item__thumb{
    vertical-align: top;
    width: 100%;
    height: auto;
}
.c-navigator-item__name{
    background-color: #000;
    padding: 4px 0;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.c-navigator-item--active .c-navigator-item__name{
    color: #40b4b3;
}

.p-navigator-list{
    overflow: hidden;
    padding: 8px 2px 2px 2px;;
}
.p-navigator-list .c-navigator-item{
    width: 50%;
    float: left;
    padding: 3px;
}

/*@import url(p-navigation.css);*/


@media screen and (max-width: 767px) {
    .p-navigation{
        display: none;
    }
}

/*@import url(layout.css);*/
.l-footer {
    margin-top: 0px;
}

.l-main {
    margin-top: 29px;
	overflow:hidden;
}

@media screen and (max-width: 767px) {
    

}


/*@import url(utility.css);*/
/*  CLEAR FIX 
---------------------------------------------- */

.clrfix {
    zoom: 1;
    /*for IE 5.5-7*/
}

.clrfix:after {
    /*for modern browser*/
    content: "";
    display: block;
    clear: both;
    /* height: 0px; */
    /* overflow: hidden; */
}

* html .clrfix {
    display: inline-table;
    /*\*/
    display: block;
    /**/
}

.u-sidebar-pad {
    padding-left: 5px;
    padding-right: 5px;
}

.u-hover {
    -webkit-transition: 0.1s opacity linear;
    -o-transition: 0.1s opacity linear;
    transition: 0.1s opacity linear;
}

.u-hover:hover {
    opacity: 0.7;
}

#size-detect {
    font-family: pc;
    display: none;
}

@media screen and (max-width: 767px) {
    #size-detect {
        font-family: sp;
        display: none;
    }
}






.c-select {
    position: relative;
    color: #222222;
}
.c-select select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 37px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: block;
}
.c-select__inner {
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    padding: 0 12px;
    width: 100%;
    height: 37px;
    font-size: 13px;
    line-height: 32px;
    background: #DDDDDD;
    padding-left: 44px;
    font-weight: bold;
    margin-top: -2px;
    border: 1px solid #838383;
}
.c-select__inner:before,
.c-select__inner:after {
    content: '';
    position: absolute;
    display: block;
}
.c-select__inner:before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 29px;
    background: #DDDDDD;

    border-right: 1px solid;
    margin: 4px 0;
}
.c-select__inner:after {
    top: 50%;
    left: 7px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-top-color: #838383;
    border-width: 5px 5px 0 5px;
}

@media screen and (max-width: 767px) {
    
    /* overrides common styles */
    #commonFooter{
        width: 100%;
        position: static;
    }
    
    #commonFooterInner{
        padding: 15px 0;
        width: 100%;
        background-color: #282828;
        text-align: center;
    }
    #commonFooter li{
        display:inline-block !important;
        float: none;
    }
}


