@charset "utf-8";
/* CSS Document */

.season-special {
    padding: 30px 0;
    /*margin: 0 0 4rem 0;*/
}
.season-special .gray {
    background: #f5f5f5;
    padding:3rem 5rem 1rem;
    border-radius: 3px;
    margin-bottom: 50px;
}
.gray h4{
    font-size: 20px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 16px;
}
.gray h4::before,
.gray h4::after{
    content: "";
    display: block;
    width: 20px;
    aspect-ratio: 1 / 0.1;
    margin-inline: 13px;
    background-color: #8e8e8e;
    flex-shrink: 0;
}
.gray p{
    color: #333;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 7px 0 3px;
}
.gray p span.place{
    display: inline-block;
    padding: 0 3px;
    box-sizing: border-box;
    vertical-align: top;
    background: #b29b53;
    color: #FFF;
    font-size: 1.3rem;
    margin: 0 5px 3px 0;
}
.gray p span.sub{
    display: inline-block;
    padding: 0 3px;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 1.3rem;
    margin: 0 5px 5px 0;
    color: #333;
    font-weight: 300;
}
.season-special ul a {
    z-index: -1;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    opacity: 1;
    display: block;
}
.season-special ul a:hover {
    opacity: .65;
}
.season-special ul li {
    width: 31%;
    margin: 1rem 0;
}

/*----------------------------*/
.thumb_wrap .js-load {
    display: none;
}
.thumb_wrap .js-load.active {
    display: inline-block;
}
.thumb_wrap .is_comp.js-load:after {
    display: none;
}
.btn-wrap, .lists, .main {
    display: block;
}
.main {
    margin: 0 auto  40px;
}

.btn-wrap {
    padding: 16px;
    text-align: center;
}
.btn-wrap .btn {
    display: inline-block;
    /* line-height: 16px; */
    padding: 18px 0;
    border-radius: 4px;
    border: 1px solid #bbb;
    font-size: 16px;
    width: 41%;
    margin: 0 auto;
    position: relative;
}

.btn-wrap .btn:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 21px;
    display: block;
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.btn-wrap a:hover {
    text-decoration: none;
}

h3 {
    font-size: 24px;
    text-align: center;
    margin: 0 0 15px 0;
}

h3 + p {
    font-size: 18px;
    text-align: center;
    margin: 0 0 30px 0;
    color: #8e8e8e;
}

.notice-report {
    width: 100%;
    margin: 0 0 10px 0;
}

/*	.notice-report h3 {
    font-size: 24px;
    text-align: center;
    margin: 0 0 15px 0;
}

.notice-report p {
    font-size: 16px;
    text-align: center;
    margin: 0 0 30px 0;
}*/

.season-special ul,
.notice-report ul,
.videos > ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    gap: 10px;
}
.notice-report ul.campaign {
    font-size: 0;
    display: block;
}
.season-special ul li img, .notice-report ul li img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.notice-report ul li {
    width: 22%;
    /*margin: 0 30px 5rem 0;*/
}

.notice-report ul.campaign li {
    width: 22%;
    display: inline-block;
    margin: 0 4% 0 0;
    vertical-align: top;
    font-size: 1.4rem;
    /*margin: 0 30px 5rem 0;*/
}

.notice-report ul li:last-child {
    margin: 0;
}

.notice-report ul li img {
    width: 100%;
    height: auto;
    margin: 0 0 7px 0;
    border-radius: 3px;
}

.notice-report ul li p {
    text-align: left;
    font-weight: bold;
    /*font-size: 1.4rem;*/
}

.notice-report ul li a {
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    text-decoration: none;
    opacity: 1;
    color: #333;
    display: block;
}

.notice-report ul li a:hover {
    opacity: .65;
}


/* 動画コンテンツ */
.videos {
    background: #333333;
    margin-bottom: 5rem;
}
.videos a {
    z-index: -1;
    display: block;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    text-decoration: underline;
    opacity: 1;
    color: #ffffff;
}
.videos a:hover {
    opacity: .65;
}
.videos > ul {
    padding: 3rem;
    color: #ffffff;
}
.videos > ul > li {
    width: 47.5%;
    /*margin: 1rem 0 3rem;*/
}
.videos .child li {
    display: inline-block;
    padding: 0 3px;
    box-sizing: border-box;
    vertical-align: top;
    color: #FFF;
    font-size: 1.4rem;
    margin: 0 5px 5px 0;
    width: auto;
}
.videos .child ul li span{
    padding: 0 3px;
    background: #b29b53;
    color: #ffffff;
    display: inline-block;
    margin-right: 5px;
}

.video img {width: 100%;}

.thumb_wrap .child .story {
    padding: 0;
    background: none;
    color: #333333;
}
.thumb_wrap .child li{
    width: auto;
}
.video-wrap {
    position: relative;
    width: 100%;
    margin: 0 auto 2rem;
    /*min-height: 245px;*/
}

/*.video-wrap p {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
}*/

.video-wrap p {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    cursor: pointer;
}

.video-wrap p.shuzenji {
    background: url(/common/movie/lrs_video.png) center/ cover no-repeat;
}

.video-wrap p.ito {
    background: url(/common/movie/ito_video.png) center/ cover no-repeat;
}

.video-wrap p:before {
    content: "";
    display: block;
    position: absolute;
    width: 9%;
    height: 22%;
    background: url(/common/img/movie/play.png) center/ 100% no-repeat;
    z-index: 9;
    left: 45%;
    top: 45%;
}

video {
    width: 100%;
    height: 100%;
    cursor: pointer;
    outline: none;
}

/*.videos-on em,*/
.videos-on p{
	display: none;
}

#content iframe.youtube_aspect {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

@media screen and (max-width:700px) {
    .season-special ul {
        padding: 1rem 0 3px;
    }
    .season-special ul li {
        width: 48%;
        margin: 1rem 0 3px;
    }

    .btn-wrap .btn {
        display: inline-block;
        /* line-height: 16px; */
        padding: 15px 0;
        border-radius: 4px;
        border: 1px solid #bbb;
        font-size: 15px;
        width: 83%;
        margin: 0 auto;
    }
    .btn-wrap .btn:after {
        content: "";
        position: absolute;
        right: 10px;
        top: 17px;
        display: block;
        width: 10px;
        height: 10px;
        border: 0px;
        border-top: solid 1px #000;
        border-right: solid 1px #000;
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .notice-report {
        width: 100%;
        margin: 0;
    }

    h3 {
        font-size: 22px;
        text-align: center;
        margin: 0 0 15px 0;
    }

    h3 + p {
        font-size: 16px;
        font-feature-settings: "palt" 1;
        margin: 0 0 1rem 0;
    }


    /* 動画コンテンツ */
    .videos > ul {
        padding: 2rem 2rem 0;
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
    }
    .videos > ul > li {
        width: 100%;
        margin: 0 0 2rem;
    }
    .video-wrap {
        position: relative;
        width: 100%;
        margin: 0 auto;
        min-height: 171px;
    }

    .video-wrap p:before {
        content: "";
        display: block;
        position: absolute;
        width: 20%;
        height: 37%;
        background: url(/common/img/movie/play.png) center/ 100% no-repeat;
        z-index: 9;
        left: 39%;
        top: 30%;
    }

    .notice-report ul {
        display: block;
    }

    .notice-report ul li,
    .notice-report ul.campaign li{
        width: 45%;
        font-size: 12px;
        display: inline-block;
        vertical-align: top;
        margin: 0 3% 20px 0;
    }

    .notice-report ul li:nth-of-type(even) {
        margin: 0 0 20px 5%;
    }

    .imgbana {
        max-width: 100%;
    }
    .season-special .gray {
        padding: 3rem 1.3rem 1rem;
    }
    .gray p span.sub {
        float: unset;
    }
    .gray h4 {
        font-size: 17px;
    }
    .gray h4::before, .gray h4::after {
        margin-inline: 10px;
    }
}

@media only screen and (max-width: 500px){
    .video-wrap {
        min-height: 135px;
    }
}
