@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-color: #F5F5DC;
    color: #113043;
    padding-bottom: 30px;
    background: #fff3f0;
    background: linear-gradient(90deg,rgba(209, 189, 178, 1) 0%, rgba(242, 231, 228, 1) 50%, rgba(209, 189, 178, 1) 100%);
}





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;
    background-image: url("../images/bg_header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

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

.header img {
    position: relative;
    display: block;
    width: 100%;
}

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

.header_under {
    margin: 0;

}

.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 {
    margin-bottom: 2rem;
    background-color: #7f7170;
    color: #fff;
    padding: 2rem 0;
    padding-bottom: 1rem;
}

.header_under ul li ul.flex_center li {
    font-size: 5rem;
}

.header_under ul li ul.flex_center li:first-of-type {
    width: 5rem;
    height: auto;
    padding-top: 2.4rem;

}

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

.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-left: auto;
    margin-right: auto;
    padding: 5rem 0;

}




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

}

iframe.spotify {
    height: 360px;
}

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

.about {
    position: relative;
    color:#7f7170;
    padding: 4rem;
    /* font-weight:bold; */
    letter-spacing: .2rem;
    padding-bottom:5rem;
        font-size: 2.6rem;
    padding-bottom: 4rem;
}

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

.start {
    font-size: 5rem;
    color: #ff00c2;
    position: relative;
    text-align: center;
    font-weight: bold;
text-shadow: 2px 2px 1px #d0d0d0, 1px 4px 1px #cfcfcf, 2px -2px 1px #fff, -2px -2px 1px #e0e0e0, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
    margin-bottom: 1rem;
}

.diago {
    position: relative;
    color: #7f7170;
    font-size: 3rem;
    font-weight: 600;
    padding-bottom: 1.4rem;
    border-bottom: 2px solid #918685;
    padding: 0.3rem;
    margin-bottom: 0.3rem;
}
.diago::first-letter{
      font-size: 1.5em;
  color: #918685;
}

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

}

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

}



.box_flex .box {
    width: 36%;

}

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

.box_inner {
    padding: 2rem 1rem 1rem 1rem;
}

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

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

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



.sns {
    text-align: center;
}

.sns img {
    width: 100%;
    /* border: rgba(255, 255, 255, .5) 1px solid; */
}
.mc{
    font-size:3rem;
}
.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: #918685;
    font-weight:bold;
    border-bottom:dotted #918685 2px;
    border-left:dotted #918685 2px;
    padding-left:1.5rem;
    padding-right:1rem;
    /* display:inline-block; */

}

.box_inner dl dd {
    padding-bottom: 4rem;
    line-height: 1.8;
    width:96%;
    margin-left:auto;
    margin-right:auto;
    padding-top:1rem;
}

.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:96%;
        margin-left:auto;
        margin-right:auto;
    }
.header_under ul li{
    padding:0 0 0 0;
}
.header_under ul li ul.flex_center li{
    font-size:2.4rem;
}

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

    .podcast ul li {
        padding-bottom: 1rem;
    }
    .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:3rem;
        padding-top:2rem;
    }
        .header_under ul li ul.flex_center li.mail{
            padding-top:2rem;
        }
    .start{
        font-size:2.4rem;
    }
    .about{
        font-size:1.8rem;
        padding:2rem;
    }
    .box_inner{
        padding-left:0;
    }
    .diago{
        font-size:2.4rem;
    }
    .diago::first-letter{
        font-size:3rem;
    }
    .mc{
        font-size:2.4rem;
    }
    .box_inner dl dt{
        font-size:2rem;
    }
    .come{
        font-size:2.4rem;
    }
}