@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.jpg");
    background-repeat: repeat;
    /* background-size:cover; */


}





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; */
    margin: 0;

    overflow: hidden;
}

.header h1 {
    position: relative;
    margin-left: auto;
    margin-right: auto;

}

.header img {

    display: block;
    width: 100%;
}

.header img:nth-of-type(2),
.header img:nth-of-type(3) {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.header_under {
    margin: 0;
    margin-top: -3rem;
}

.header_under,
.header_under ul {
    width: 100%;
    position: relative;
    text-align: center;
    list-style-type: none;

    /* margin:2rem 0; */
}

.header_under ul {
    padding: 0;
    /* margin:1rem 0; */
}

.header_under ul li.date {
    margin-bottom: 2rem;
    background-image: linear-gradient(90deg, rgb(93, 137, 148), rgb(35, 117, 163), rgb(93, 137, 148));
    color: #fff;
    padding: 3rem 0;
    letter-spacing: .1rem;

}

.header_under ul li ul.flex_center li:first-of-type {
    width: 4.3rem;
    height: auto;

}

.header_under ul li ul.flex_center {
    gap: 0 2rem;
    padding-top:2rem;
}


.options {
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
    border: none;
}

.mail {
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #eded95;
    font-weight: bold;

}

.header_under ul li a {
    text-decoration: none;
}

.mail:hover {

    text-decoration: underline;
    padding-bottom: 0;
    margin-bottom: 0;
    /* font-size: 3rem; */
    text-underline-offset: 10px;
}

.mail:visited {
    color: #eded95;
}



/* .podcast,
.about {
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 4rem;
} */

/* .podcast {
    position: relative;
    width: 34%;
    padding:1rem;

} */

iframe.spotify {
    height: 360px;
}

.podcast ul li img {
    width: 100%;
}

/* .about {
    position: relative;
    width: 100%;

}

.about p:first-of-type {
    line-height: 1.4;
    padding-bottom: 2.4rem;
    background: linear-gradient(transparent 80%, #f5f073 80%);
}

.about p:nth-of-type(2) {
    padding-top: 2rem;
} */

.centerp {
    text-align: center;
}

.contents_wrapper {
    background-color: rgba(000, 000, 000, .6);
    padding-bottom: 30px;
    padding-top:2rem;
}

.contents {
    position: relative;
    width: 80%;
    max-width: 1080px;
    font-size: 1.8rem;
    line-height: 2;
    margin: 0 auto;
    /* display: flex;
    justify-content: space-between;
    flex-direction: row-reverse; */
        padding-top: 3rem;

}

.start {
    font-size: 5.6rem;
    font-weight: bold;
    text-align: center;
    color: #edaeaa;
    padding: 4rem 0;
}



.diago {
    position: relative;
    color: #eded95;

    transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    font-size: 3rem;
    font-weight: 600;

    display: inline-block;
    padding-bottom: 1.4rem;
}

.box_flex {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 3rem auto 6rem auto;

}

.box {
    position: relative;
    color: #c2bbaf;
    font-size: 2rem;
        padding:1rem;
}

.about {
    font-size: 2.6rem;
    padding-bottom: 4rem;
    color: #c9f0fb;
}

.box_flex .box {
    width: 36%;

}

.box_flex .box:first-of-type {
    width: 24%;
}

.box_inner {
    padding-left: 2rem;
}

.box_inner a {
    text-decoration: none;
       color: #c2bbaf;
}

.box_inner a:hover {
    text-decoration: underline;
}

.box_inner a:visited {
    text-decoration: none;
       color: #c2bbaf;
}

.sns {
    text-align: center;
}

.sns img {
    width: 100%;
    border: rgba(255, 255, 255, .5) 1px solid;
}

.box_inner iframe {
    width: 100%;
    height: 194px;
}

.box_inner dd ol {
    list-style-type: none;
    counter-reset: number;
    position:relative;
    width:96%;
    margin-left:auto;
    margin-right:auto;
}

.box_inner dd ol li {
    position: relative;
text-indent: -1em;
   padding-left: 1em;
}



.box_inner dl dt {
    font-size: 2.3rem;
    color: #c9f0fb;
    
}
.box_inner dl dd{
    padding-bottom:4rem;
    line-height:1.8;
}
.come{
    font-size:3rem;
    padding:2rem 0;
    padding-top:1rem;
}
/*===============================================
●style.css 画面の横幅が1000pxまで
===============================================*/

@media screen and (max-width: 1000px) {
    #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;
    }

}

/*===============================================
●style.css 画面の横幅が960pxまで　タブレット
===============================================*/

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

/*===============================================
●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;
        width:90%;
        margin-left:auto;
        margin-right:auto;
    }

    .podcast {
        width: 100%;
    }

    .about {
        width: 100%;
        margin-top: 2rem;
    }

    .podcast ul li {
        padding-bottom: 1rem;
    }

    .centerp {
        text-align: left;
    }
    #main{
        background-size:contain;
    }
    .box{
        font-size:1.6rem;
    }
    .box_flex{
        display:block;
    }
    .box_flex .box{
        width:100%;
        padding-bottom:4rem;
    }
    .box_flex .box:first-of-type{
        width:100%;
    }
    .header_under ul li ul.flex_center li:first-of-type{
        width:2.4rem;
    }
    .start{
        font-size:2.4rem;
    }
    .about{
        font-size:2rem;
    }
    .box_inner{
        padding-left:0;
    }
}
