@charset "UTF-8";

html {

    font-size: 62.5%;
}

body {
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    outline: none;
}

#main {

    position: relative;
    width: 100%;
    margin-top: 0;
    background-image: url("../images/bg_body.png"), linear-gradient(90deg, rgba(216, 193, 179, 1), rgba(235, 207, 195, 1) 25%, rgba(244, 221, 171, 1) 50%, rgba(235, 207, 195, 1) 75%, rgba(216, 193, 179, 1));
    color: #113043;
    padding-bottom: 30px;
}





p {
    margin: 0;
    padding: 0;
}

.center {
    text-align: center;
}

/*radiko*/
.radiko {
    font-size: 12px;
    height: 24px;
    width: 230px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    background-image: url(/images/radiko_icon.gif);
    background-repeat: no-repeat;
    padding-left: 100px;
    background-position: left;
    line-height: 2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: #fff;
}

.radiko a:link {
    color: #F3F;
    text-decoration: none;
    color: #ff0000;
}

.radiko a:visited {
    color: #ff0000;
    text-decoration: none;
}

.radiko a:hover {
    text-decoration: underline;
}

.radiko a:active {
    text-decoration: none;
}

.radiko_narrow {
    display: none;
}

/*clearfix*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
a:hover img.btn_alfa {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

#global_header {
    display: block;
}

#nav_sp {
    display: none;
}

.foot_c {
    position: relative;
    width: 100%;

}

.footer_sp {
    display: none;
}

.big {
    display: block;
}

.sml {
    display: none;
}

/* flex */
.flex_center {
    position: relative;
    display: flex;
    justify-content: center;
}

/*-------------- ここから-----------------------*/

.header {
    position: relative;
    width: 100%;
    /* height:74vh; */
    background-color: #e96135;
    margin: 0;
    background-image: url("../images/bg_header.png");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;


}



.header img{
    position: relative;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
/* .header picture img:last-of-type{
    position:absolute;
    bottom:0;

} */
picture.date img {
    width: 100%;
    position: absolute;
    bottom: 0;
}


.contents {
    position: relative;
    width: 80%;
    max-width: 1080px;
    font-size: 2rem;
    line-height: 2;
    margin: 5rem auto;
    /* display: flex;
    justify-content: space-between;
    flex-direction: row-reverse; */
    background-color: rgba(255, 255, 255, .7);
    padding: 4rem 2rem;
    color: #755d68;

}


.present h2 {
    font-size: 3rem;
    color: #fff;
    background-color: #fa9d1b;
    padding: 1rem;
    text-align: center;
    margin-bottom: 2rem;
}

.present_week h2 {
    background-color: #923d15;
}

.strong {
    font-weight: bold;
}

.present {
    padding-bottom: 10rem;
}

.present ul.program {
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding: 2rem 0;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}

/* .present_today ul.program li {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;

    overflow: hidden;
    margin: 0 11.5px;
    margin-bottom: 1rem;

} */
.present_today ul.program li {
    width: 15%;
    height: auto;
    overflow: hidden;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 2rem;
    margin-bottom: 1rem;

}
/* .present ul li img{
  height: auto;
  transition: transform .6s ease; 
} */
 .present_today ul.program li img {
    width:100%;
    height:auto;
    transform: scale(1.1);

    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
/* .present_today ul.program li img {
    width: 150px;
    height: 150px;
    transform: scale(1.1);

    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
} */

.present_today ul.program li:hover img,.present_week .program li.liprogram:hover img{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.present_box {
    margin: 2rem 0;
    word-wrap: break-word;
}

.present_outer,
.present_outer>li ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #36393c;
    line-height: 1.5;
    align-items: center;
}

.present_outer>li {
    width: 79%;


}

.present_outer>li:first-of-type {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: solid #fa9d1b 4px;
    padding: 2rem;
}

.present_week .present_outer>li:first-of-type {
    border: solid #923d15 4px;
}

.present_outer>li:last-of-type {
    width: 20%;
}

.present_outer li ul li {
    width: 50%;
    padding: 1rem;
}
/* 画像無しの場合 */
.present_outer li ul li.w100box{
    width:100%;
}
.present_outer li ul li img {
    width: 100%;
}

.button {
    margin-bottom: 1rem;

}

.button a {
    background: #fa9d1b;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 250px;
    padding: 40px 25px;
    font-family: "Noto Sans Japanese";
    color: #fff;
    line-height: 1.6;
    text-decoration: none;
    text-align: center;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-weight: bold;
}

.present_week .button a {
    background-color: #923d15;
}

.button a:hover {
    background: #fbdfb8;
    color: #fb9c1b;
}

.present_week .button a:hover {
    color: #923d15;
    background-color: #fbdfb8;
}


.present p:first-of-type a{
    color:#755d68;
    text-decoration: none;
}
.present p:first-of-type a:hover{
    text-decoration:underline;
        color:#755d68;
}
.present p:first-of-type a:visited{
        color:#755d68;
    text-decoration: none;
} 
.button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.button a:hover:after {
    border-color: #fb9c1b;
}

.present_week .button a:hover:after {
    border-color: #923d15;
}

.right {
    text-align: right;

}

.present ul.program{
    justify-content: center;
    align-items: center;
    position:relative;
    width:100%;
    flex-wrap: nowrap;
}
.present_week .program li {
    width: 12%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 4rem;
    line-height: 3;
    font-weight: bold;
    margin:0 .5rem;
}
.present_week .program li.liprogram{
        width:14%;
    height:auto;
        overflow: hidden;
    border-radius: 50%;
    overflow: hidden;
    border-radius: 50%;
    /* clip-path: circle(50% at center); */
    overflow: hidden;
}
.present_week .program li.liprogram img{
    width:100%;
    height:auto;
        transform: scale(1.1);
    /* 拡大 */
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
  
.present_week .program li.lishort {
    width: 3%;
    color:#36393c;
    font-size:3rem;
    font-weight:bold;
    border-radius:0;
    line-height:.8;

}

.present_week .program li:first-of-type {
    background-color: #06a6fc;
}
.present_week .program li:nth-of-type(2) {
    background-color: #fc7106;
}
.present_week .program li:nth-of-type(3) {
    background-color: #339e0f;
}
.present_week .program li:nth-of-type(4) {
    background-color: #b7c801;
}
.present_week .program li:nth-of-type(5) {
    background-color: #af804b;
}
/* leaf */
.leaf {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}



.leaf li{
  position: absolute;
  list-style: none;
  top: -50px;
  background: #fc9037;
  border-radius: 0% 70%;
}


@keyframes fall {
  to {
    top: 120%;
  }
}

@keyframes sway1 {
  from {
    transform: translateX(0px) rotate(0deg);
  }
  to {
    transform: translateX(200px) rotate(-45deg);
  }
}

@keyframes sway2 {
  from {
    transform: translateX(200px) rotate(-45deg);
  }
  to {
    transform: translateX(0px) rotate(0deg);
  }
}

.leaf li:nth-child(1){
  left: 0%;
  top: -60px;
  width: 24px;
  height: 15px;
  background-color: #ffbf00;
  animation: fall 30s linear infinite,
             sway1 3s ease-in-out infinite alternate;
  animation-delay: 2s;
}

.leaf li:nth-child(2){
  left: 5%;
  top: -70px;
  width: 13px;
  height: 9px;
  background-color: #991f00cf;
  animation: fall 36s linear infinite,
             sway1 2s ease-in-out infinite alternate;
  animation-delay: 8s;
}

.leaf li:nth-child(3){
  left: 15%;
  top: -50px;
  width: 16px;
  height: 10px;
  background-color: #c2704e;
  animation: fall 28s linear infinite,
             sway1 3.5s ease-in-out infinite alternate;
  animation-delay: 13s;
}

.leaf li:nth-child(4){
  left: 30%;
  top: -70px;
  width: 16px;
  height: 10px;
  background-color: #e05b22;
  animation: fall 26s linear infinite,
             sway2 4s ease-in-out infinite alternate;
  animation-delay: 7s;
}
.leaf li:nth-child(5){
  left: 40%;
  top: -60px;
  width: 16px;
  height: 10px;
  animation: fall 30s linear infinite,
             sway1 4s ease-in-out infinite alternate;
  animation-delay: 0s;
}
.leaf li:nth-child(6){
  left: 55%;
  top: -50px;
  width: 24px;
  height: 15px;
  background-color: #995900;
  animation: fall 36s linear infinite,
             sway2 3s ease-in-out infinite alternate;
  animation-delay: 3s;
}
.leaf li:nth-child(7){
  left: 65%;
  top: -40px;
  width: 16px;
  height: 10px;
  animation: fall 24s linear infinite,
             sway2 3.5s ease-in-out infinite alternate;
  animation-delay: 7s;
}
.leaf li:nth-child(8){
  left: 50%;
  top: -60px;
  width: 13px;
  height: 9px;
  background-color: #c2704e;
  animation: fall 24s linear infinite,
             sway1 3s ease-in-out infinite alternate;
  animation-delay: 3s;
}
.leaf li:nth-child(9){
  left: 80%;
  top: -70px;
  width: 16px;
  height: 10px;
  animation: fall 30s linear infinite,
             sway2 4s ease-in-out infinite alternate;
  animation-delay: 4s;
}
/*===============================================
●style.css 画面の横幅が1280pxまで
===============================================*/

@media screen and (max-width: 1280px) {
    #global_footer {
        display: none;
    }

    .footer_sp {
        display: block;
        margin-top: -30px;
    }

    #nav_sp {
        display: block;
    }

    #global_header {
        display: none;
    }

    .radiko {
        display: none;
    }

    #main {
        margin-top: 10px;
    }

    .radiko_narrow {
        display: block;
        width: 100%;
        position: relative;
    }

    .radiko_narrow a img {
        position: relative;
        width: 100%;
        height: auto;
    }
    .present_outer,
    .present_outer>li ul {
        display: block;
    }

    .present_outer>li {
        width: 100%;
    }

    .present_outer li ul li {
        width: 100%;
    }

    .present_outer>li:last-of-type {
        width: 100%;
    }

    .button a {
        max-width: 100%;
    }

    .present_outer>li:last-of-type {
        width: 100%;
        margin-top: 2rem;
    }

    .present ul.program li {
        width: 14%;
        height: 140px;
    }
    .big {
        display: none;
    }
    .present_week .program li{
        line-height:2.5;
    }
}

/*===============================================
●style.css 画面の横幅が960pxまで　タブレット
===============================================*/

@media screen and (max-width: 960px) {
    .header {
        position: relative;
        width: 100%;
        /* height:74vh; */
        background-color: #e96135;
        margin: 0;
        background-image: url("../images/bg_header_s.png");
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;


    }

    .present_outer,
    .present_outer>li ul {
        display: block;
    }

    .present_outer>li {
        width: 100%;
    }

    .present_outer li ul li {
        width: 100%;
    }

    .present_outer>li:last-of-type {
        width: 100%;
    }

    .button a {
        max-width: 100%;
    }

    .present_outer>li:last-of-type {
        width: 100%;
        margin-top: 2rem;
    }

    .present ul.program li {
        width: 29%;
        height: 150px;
    }

    .present ul.program li img {
        width: 100%;
        height: auto;
    }




        .present_week ul.program li{
        width:12%;
        font-size:3rem;
        line-height:2.2;
        margin:0 .4rem;
    }
    .sml{
        display:block;
    }
    .big{
        display:none;
    }
}

/*===============================================
●style.css 画面の横幅が520pxまで　スマホ
===============================================*/

@media screen and (max-width: 520px) {

    input,
    button,
    select,
    textarea {
        -webkit-appearance: none;
    }

    .wimg {
        width: 100%;
    }

    /* twitter埋め込みあり */
    .twitter-widget-wrapper iframe {
        width: 740px !important;
    }

    .big {
        display: none;
    }

    .sml {
        display: block;
    }

    .header_under {
        margin-top: 0;
    }

    .contents {
        display: block;
    }


    .centerp {
        text-align: left;
    }

    .contents {
        width: 96%;
        font-size: 1.6rem;
    }

    .present h2 {
        font-size: 2rem;
    }

    .present_outer,
    .present_outer>li ul {
        display: block;
    }

    .present_outer>li {
        width: 100%;
    }

    .present_outer li ul li {
        width: 100%;
    }

    .present_outer>li:last-of-type {
        width: 100%;
    }

    .button a {
        max-width: 100%;
    }

    .present_outer>li:last-of-type {
        width: 100%;
        margin-top: 2rem;
    }

    .present ul.program li {
        width: 42%;
        height: 140px;
    }
    .present_week ul.program li{
        width:12%;
        font-size:2rem;
        line-height:2;
        margin:0 .4rem;
    }
    .present_week .program li.lishort{
        width:5%;
        font-size:2rem;
    }
    .present_week .program li.liprogram{
        width:16%;
    }
    .present_today ul.program li{
            margin: 0 1rem;
    }
}