@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;
    position: relative;
    width: 100%;
    margin-top: 0;
    background-image: url(../../images/bg_body.jpg);
    background-repeat: repeat;
    min-height: 70vh;
    color: #342621;
}





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 h1 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;

}

h1.title {
    font-size: 2.4rem;

    position: relative;

}

.under {
    border-bottom: solid 3px #87CEFA;
    padding-bottom: 1rem;
}




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

.mail {
    line-height: 1;
    margin: 0;
    padding: 0;

}

.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;
}

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

}

.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;
}

/* アコーディオン */
/*====================================================================
.s_02 .accordion_one
====================================================================*/
.s_02 .accordion_one {
    max-width: 1024px;
    margin: 0 auto;
}

.s_02 .accordion_one .accordion_header {
    background-color: #149ed5;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    padding: 20px 11%;
    text-align: center;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    border-bottom: 1px dotted #f2f2f2;
}
.s_02 .accordion_one:last-of-type .accordion_header{
    border-bottom:none;
}

.s_02 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #149ed5;
}

.s_02 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #149ed5;
}

.s_02 .accordion_one .accordion_header:hover {
    opacity: .8;
}

.s_02 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}

.s_02 .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}

.s_02 .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.s_02 .accordion_one .accordion_header .i_box .one_i:before,
.s_02 .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #fff;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}

.s_02 .accordion_one .accordion_header .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}

.s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
}

.s_02 .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.s_02 .accordion_one .accordion_inner {
    display: none;
    padding: 2rem 2rem;
    border-left: 2px solid #f2f2f2;
    border-right: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    box-sizing: border-box;
    background-color: #fff;
}

/* .s_02 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #ff9a05;
  border-right: 2px solid #ff9a05;
  border-bottom: 2px solid #ff9a05;
}
.s_02 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #1c85d8;
  border-right: 2px solid #1c85d8;
  border-bottom: 2px solid #1c85d8;
} */
.s_02 .accordion_one .accordion_inner .box_one {
    font-size: 1.8rem;
    transform: rotateZ(0.03deg);
    transform: rotate(0.03deg);

}

ul.back {
    font-weight: bold;
    position: relative;
    text-align: center;
    margin-left:2rem;
}

ul.back li {

    line-height: 1.5;
    padding: 1rem 0;
    border: 1px solid transparent;
    list-style-image: url("../images/file.svg");
    list-style-position: inside;
    margin-left:-2rem;
    
}
ul.back li::marker{
    font-size:3rem;
    padding-left:-1rem;
    padding-right:1rem;
}
ul.back li:hover {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: #149ed5 solid 1px;
    background-color: #fffccc65;
    font-size: 2rem;
}

ul.back li:hover {
    animation: fontSizeChange .5s ease-in-out forwards;
    /* アニメーション名、 duration、繰り返し回数、方向 */
}

@keyframes fontSizeChange {
    0% {
        font-size: 1.8rem;
        /* 開始時のフォントサイズ */
    }

    100% {
        font-size: 2rem;
        /* 終了時のフォントサイズ */
    }
}

ul.back a {
    text-decoration: none;
    color: #342621;
}

ul.back a:visited {
    color: #342621;
}

.space {
    width: 1.8rem;
    display: inline-block;
}

.attn {
    font-size: 1.6rem;
    font-weight: 400;
    color: #149ed5;
    padding-bottom: 2rem;
}

.attn img {
    width: 2rem;
    vertical-align: middle;

}

.s_02 .accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .s_02 .accordion_one .accordion_header {
        font-size: 1.8rem;
    }

    .s_02 .accordion_one .accordion_header .i_box {
        width: 3rem;
        ;
        height: 3rem;
        margin-top: -15px;
    }
}

@media screen and (max-width: 767px) {
    .s_02 .accordion_one .accordion_header {
        font-size: 1.6rem;
        text-align: left;
        padding: 15px 60px 15px 15px;
    }
}

.ftsml {
    font-size: 1.6rem;
}
.ftsml2{
    font-size:1.4rem;
}

/*===============================================
●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;
    }

    .podcast {
        width: 100%;
    }

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

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

    .centerp {
        text-align: left;
    }

}