#contents {
    width: 100%;
    margin: 0 auto;
    font-family: 'メイリオ, Osaka, ' MS PGothic', arial, helvetica, sans-serif;

}

#contents * {
    box-sizing: border-box;
}

#contents a {
    text-decoration: none;
    transition: all .2s linear;
}

#contents a:hover {
    text-decoration: none;
    opacity: 0.6;
}

.sp {
    display: none;
}

.pc {
    display: block;
}


/*PC---------------------------------------------------------------------------------------------------------------*/

#contents .main{
    max-width: 100%;
    width:1220px;
    margin:0 auto;
}

#contents .main .poster {
    width:100%;
}

#contents .read{
    max-width:1000px;
    width:90%;
    padding:0px;
    margin:50px auto 80px;
    font-size: 1.4em;
}

#contents h1 {
    font-size: 1.5em;
    color: #e70014;
    font-weight: bold;
}

#contents .read h1,
#contents .read p{
    margin: 1em auto ;
    line-height: 1.6;
}

#contents .read .float_box img {
    float: right;
    width: 35%;
    margin-left: 20px;
}
#contents .read .float_box::after {
    content: "";
    display: block;
    clear: both;
}
#contents .youtube {
    max-width: 700px;
    width: 90%;
    margin: 30px auto;
}

#contents .youtube iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}
#contents .event{
    max-width: 700px;
    width: 90%;
    margin: 50px auto 80px;
    line-height: 1.8;
}
#contents .event h2 {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.4;
}

#contents .event p {
    margin: 0 0 20px;
    font-size: 1.4em;
}

#contents .event h3{
    font-size: 1.6em;
    color: #e70014;
    font-weight: bold;
    line-height: 1.4;
}

#contents .event ul{
    margin:10px 0 50px;
    font-size: 1.4em;
}

#contents .event img{
    max-width: 600px;
    width:100%;
    margin:10px 0 0;
}

#contents .event .indent{
    text-indent: -5em;
    padding-left: 5em;
}

#contents .link_btn {
    background: #e70014;
    color: #fff !important;
    font-size: 1.4em !important;
    line-height: 1.5 !important;
    margin: 0 auto 100px;
    max-width: 400px;
    width: 90%;
    display: block;
    text-align: center;
    padding: 20px;
    border-radius: 50px;
}

/*SP---------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    #contents img {
        width: 100%;
        height: auto;
    }

    #contents .read {
        margin: 40px auto;
    }

@media print {
    @page {
        margin: 19.05mm;
    }

    body {
        width: 1500px;
        transform: scale(0.5, 0.5);
        transform-origin: left top;
        overflow: visible !important;
        -webkit-print-color-adjust: exact;
    }
}

.fadein {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
}