@charset "utf-8";

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

#tkrmsb {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    text-align: center;
    margin-top: 2rem;
    color: #000;
}

#tkrmsb img {
    max-width: 100%;
}

#tkrmsb .-serif {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.sp {
    display: none;
}
@media screen and (max-width: 767px){
.sp {
        display: block!important;
    }
}

#tkrmsb #area01 {
    margin-bottom: 4rem;
}

#tkrmsb #area01 .logo {
    margin-bottom: 2rem;
}

#tkrmsb #area01 h1 {
    margin-bottom: 4rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #000;
}

#tkrmsb #area02 {
    margin-bottom: 4rem;
}

#tkrmsb #area02 > p:first-of-type > img {
    max-width: 700px;
    margin-bottom: 4rem;
}

#tkrmsb #area02 dl {
    margin-bottom: 4rem;
}
#tkrmsb #area02 dl dt {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

#tkrmsb #area02 dl dd {
    font-size: 1.1rem;
    line-height: 2.5;
}

#tkrmsb #area02 dl dd p {
    margin-bottom: 2rem;
}

#tkrmsb #area02 > p:last-of-type {
    font-size: 1rem;
    line-height: 2;
}


@media screen and (max-width: 767px){
    #tkrmsb #area02 > p:first-of-type > img {
        max-width: 100%;
    }
    
    #tkrmsb #area02 dl dt {
        font-size: 3rem;
    }
    #tkrmsb #area02 dl dd {
        font-size: 2rem;
        line-height: 1.75;
    }
    #tkrmsb #area02 dl dd p {
        margin-bottom: 4rem;
    }

    #tkrmsb #area02 > p:last-of-type {
        font-size: 2rem;
        line-height: 2;
    }

}



#tkrmsb #area03 {
    margin-bottom: 2rem;
    max-width: 700px;
    margin: auto;
}

#tkrmsb #area03 h2 {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

#tkrmsb #area03 h3 {
    margin-bottom: 1rem;
}

#tkrmsb #area03 .lineup {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 4rem;
    justify-content: space-between;
}

#tkrmsb #area03 .lineup dl {
   flex-basis: 48%;

}

#tkrmsb #area03 .lineup dl dt {
    margin-bottom: 1rem;
}

#tkrmsb #area03 .lineup dl dd {
    font-size: 1.1rem;
    font-weight: bold;
}

#tkrmsb #area03 .mov {
    margin-bottom: 4rem;

}

#tkrmsb #area03 .mov .yt {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 50px;
}

#tkrmsb #area03 .mov .yt iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#tkrmsb #area03 .bn {
    padding-bottom: 4rem;
}

#tkrmsb #area03 .bn p {
    margin-top: 2rem;
    font-size: 1.1rem;
}


@media screen and (max-width: 767px){
    #tkrmsb #area03{
        max-width: 100%;
    }
    #tkrmsb #area03 h2 {
        font-size: 2rem;
    }
    #tkrmsb #area03 h3 {
        font-size: 2rem;
    }
    #tkrmsb #area03 .lineup {
        flex-direction: column;
    }
    #tkrmsb #area03 .lineup dl {
        flex-basis: 100%;
        font-size: 2rem;
    }
    #tkrmsb #area03 .lineup dl dt img{
        width: 100%;
    }
    #tkrmsb #area03 .lineup dl dd{
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    #tkrmsb #area03 .bn p {
        font-size: 2rem;
    }

}

