/* 2021  オンラインサイクルドリームフェスタ */
.contents__wrapper.type--main-contents.online {
    height: 1000px;
}
.list__item__wrapper.type--main-contents.type--large_media.sp-only {
    display: none;
}
.sp-only {
    display:none;
}
.video-wrap {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}
/*　アンケートQRコード　*/
.qr-wrap {
    position: relative;
    padding-bottom: 65%;
    height: 0;
    width: 120px;
    margin: auto;
}
.video-wrap.txt {    
    overflow: unset;
}
.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* sec__header */
.sec__header.type--main-contents {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1180px;
    padding-top: 25px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: flex-end;
    align-items: flex-end;
}

@media screen and (max-width: 1180px) {
    section.sec__container.type--main-contents {
        width: 95%;
        margin: auto;
        padding-top: 0;
    }
}
@media screen and (min-width: 768px), print {
    .list__container.type--main-contents {
        padding-bottom: 16px;
    }
}

.list__container_wrapper {
    width: 70%;
}
.list__container.type--main-contents.online {
    justify-content: flex-start;
}
.video__container {
    width: 30%;
    max-width: 350px;
}
img.list__container.type--main-contents.m--gekkan.logo-anniversary {
    display: inline;
    vertical-align: middle;
}
.sec__header.type--main-contents .logo__img.type--main-contents.m--logo {
    width: 95%;
}
a.talkshow {
    color: #fcf275;  
    text-shadow: 2px 3px 4px #2c2c2c;
}
a.talkshow:hover {
    text-decoration: none;
    color: #fbbf34;  
}
a.talkshow:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/images/cyclefesta2021/link-icon.svg);
    background-size: contain;
    vertical-align: middle;
    margin-top: 0.7rem;
    margin-left: 0.7rem;
}
/*p.video_title {
    font-size: 1.5rem;
    margin: 0;
    color: #fff;
}*/
/*　QRコード　*/
p.video_title {
    font-size: 1.35rem;
    font-weight: bold;
    color: #fcf275;
    text-shadow: 2px 3px 4px #2c2c2c;
}
p.video_date { 
    text-align: center;
    font-weight: bold;
}
p.video_date span {
    padding-left: 1rem;
}
.nav__container.type--global_header > li a span {
    font-size: 1rem;
}
/* sec__inner */
.sec__inner {
    max-width: 1180px;
}
.date__container {
    margin: 0 2rem 0 0;
    border-radius: 2rem;
    padding: 1rem 2rem;
}
.contents__wrapper.type--main-contents.online .sec__inner {
    max-width: 1180px;
    display: -webkit-box;
    display: flex;
}
.list__item__wrapper.type--main-contents.type--large_media {
    display: block; 
    padding: 1rem;
    /*background-color: rgb(255 255 255 / 40%);*/
    text-align: center;
    margin-top: 2rem;
}
.list__item__img.type--main-contents.m--cyclefesta , .list__item__img.type--main-contents.m--keirin {
    position: unset;
}
.list__item__img.type--main-contents.m--cyclefesta {
    height: auto;
    width: 80px;
    margin-left: 0.5rem;
}
.list__item__img.type--main-contents.m--keirin {
    width: 270px;
}
.list__item__wrapper.type--main-contents.type--large_media span {
    font-size: 1rem;
    margin-top: 10px;
}
.date__wrapper.type--main-contents .date__day {
    color: #fff;
}
span.date__start {
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: right;
}
strong.date__about {
    font-size: 2.15rem;
}
.date__wrapper.type--main-contents {
    padding-bottom: 1.5rem;
}
.date__wrapper.type--main-contents.yellow .date__day {
    color: #fcf275;
    text-shadow: 2px 3px 4px #2c2c2c;
    font-size: 2.5rem;
}
.date__wrapper.type--main-contents.yellow {
    line-height: 3.5rem;
}
.date__container.type--main-contents {
    width: 60%;
}
.sec__circle.type--news {
    background-color: #e66c04;
    top: -25px;
}
.nav__container.type--global_header > li a:hover {
    text-decoration: none;
}
.sec__body__container.type--main-contents {
    max-width: 1180px;
    margin: auto;
    margin-top: 3rem;
}
.sec__heading__main,.sec__heading__sub h4 {  
    font-weight: bold;
}
h3.sec__heading__main.type--concept small {
    font-size: 10px;
    font-weight: bold;
}
p.youtube_title {
    font-size: 1.5rem;
    margin: 0;
}
p.youtube_date span {
    padding-left: 1rem;
}
.youtube-area img {
    width: 100%;
}
.nav__container.type--global_header.online > li {
    margin-right: 5rem;
}
.sec__body__detail.type--outline.online {
    display: flex;
}
.detail__wrapper.type--outline.m--detail {
    width: 60%;
}
.detail__wrapper.type--outline.migu.m--figure {
    width: 25%;
}
.sec__body__figure.type--outline.migu {
    width: 100%;
    padding: 1rem;
    position: unset;
}
.author {
    text-align: center;
    padding: 0.6rem 0.3rem;
    background-color: #E1EDB9;
}
.author p{
    font-size: 12px;
    margin: 0;
}
.sec__circle.type--concept {
    background-color: #0081CC;
}
.sec__circle.type--talkshow {
    background-color: #E67C81;
}
.sec__circle.type--youtube {
    background-color: #EDBF41;
}
.sec__body__detail.type--concept {
    display: flex;
    justify-content: space-around;
}
.sec__heading__sub.type--concept h4 span {
    font-size: 20px;
    padding-left: 0.5rem;
}
.detail__concept {
    width: 50%;
    background-color: #fff;
    padding: 2rem 2.5rem;
    border-radius: 2rem;
}
.detail__concept p {
    font-size: 1rem;
    line-height: 2.2rem;
    letter-spacing: 0.05rem;
}
.detail__wrapper.type--concept.m--figure {
    margin: auto;
    margin-top: 1rem;
}
.detail__wrapper.type--concept.m--figure .sec__body__figure {
    padding-bottom: 2rem;
    width: 100%;
    text-align: center;
}
.detail__wrapper.type--concept.m--figure .author {
    padding: 1rem 2rem;
}
.detail__wrapper.type--concept.m--figure .author p {
    font-size: 1.2rem;
    font-weight: bold;
}
.sec__body__detail.type--talkshow {
    width: 80%;
    margin: auto;
}
.sec__body__detail.type--talkshow h5 {
    font-weight: bold;
}
.sec__body__detail p.detail__date.type--talkshow {
    font-size: 1.2rem;
    padding: 1rem 0 0 1rem;
}
.sec__body__detail.type--talkshow .type--talkshow p {
    font-size: 1rem;
    padding: 1rem;
    margin: 0;
    text-align: justify;
    text-justify: inter-ideograph;
}
.detail__wrapper.type--talkshow {
    background-color: #fff;
    border: 3px solid #e6b9bb;
}
.sec__body__detail.type--youtube {
    width: 100%;
    margin: auto;

}
p.sec__body__detail_txt.type--youtube {
    font-size: 1.2rem;
}
.video a.type--youtube_img {
    max-width: 300px;
    display: block;
}
.video p.youtube_date {
    margin: 0;
    font-weight: bold;
    text-align: right;
}
ul.detail__box.type--youtube {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.detail__box.type--youtube li {
    width: 48%;
    margin-bottom: 3rem;
}
ul.detail__box.type--youtube li .video:hover,.date__container.type--sub-contents .video:hover {
    cursor: pointer;
}
.logo__img.type--global-footer img {
    width: 90%;
}
ul.detail__box.type--youtube .video p.youtube_date {
    text-align: left;
    font-size: 10px;
}
.detail__wrapper.type--youtube {
    display: flex;
}
ul.detail__box.right.type--youtube {
    display: block;
    margin-left: 2rem;
}
.detail__box_left {
    width: 100%;
}
.detail__box_right {
    width: 53%;
}
ul.detail__box.right.type--youtube li {
    width: 100%;
}
ul.detail__box.right.type--youtube li p.video_text {
    max-width: 300px;
    font-size: 12px;
    /*padding-top: 175px;*/
}
@media screen and (max-width: 1180px) {
    
    img.list__item__img.type--main-contents.m--cyclefesta {
        margin-bottom: 0.5rem;
    }
    .date__container {
        padding: 2rem;
    }
    .date__day,.date__wrapper.type--main-contents.yellow .date__day {
        font-size: 2rem;
    }
    .date__day_small,.date__youbi{
        font-size: 1.5rem;
    }
    
    .date__time {
        display: inline;
        text-align: left;
        padding-left: 1rem;
        font-size: 1.3rem;
    }
    strong.date__about {
        font-size: 1.6rem;
        padding: 0;
    }
    span.date__start {
        font-size: 1.3rem;
    }

}
@media screen and (min-width: 769px) and (max-width: 1180px) {
    .sp-none {
        display:block;
    }
    .sp-only {
        display:none;
    }
    .list__item__wrapper.type--main-contents.type--large_media span {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .date__wrapper.type--main-contents.yellow .date__day {
        white-space: nowrap;
    }
    .date__year {
        font-size: 1.3rem;
    }
    .date__youbi {
        font-size: 1.5rem;
    }
    .list__container.type--news {
        left: 20px;
        width: 90%;
    }
    .sec__circle__wrapper.type--news {
        margin-top: 2rem;
    }
    .nav__container.type--global_header.online > li {
        margin-right: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .sp-only {
        display:block;
    }
    .list__container_wrapper {
        width: 100%;
    }
    .sec__header.type--main-contents {
        display: block;
    }
    ul.list__container.type--main-contents.online li {
        width: fit-content;
    }

    .contents__wrapper.type--main-contents.online .sec__inner {
        display: block;
    }
    p.video_title {
        font-size: 1rem;
    }
    .video__container {
        text-align: center;
        width: 80%;
        margin: auto;
        max-width: unset;
    }
    /*QRコード*/
    .qr__container {
        text-align: center;
        width: 95%;
        margin: auto;
        max-width: unset;
        margin-top: 1rem;
    }
    .list__item__wrapper.type--main-contents.type--large_media {
        display: flex;
        margin-top: 0;
        -webkit-box-pack: center;
        justify-content: center;
        background-color: unset;
    }
    .sec__header.type--main-contents .logo__img.type--main-contents.m--logo {
        width: 100%;
    }
    .contents__wrapper.type--main-contents.online {
        height: 1250px;
    }
    .d-flex {
        flex-direction: column;
    }
    .date__container.type--main-contents {
        width: 100%;
    }
    .date__day,.date__day_small,.date__youbi{
        font-size: 1.5rem;
    }
    .date__year {
        font-size: 2rem;
    }
    strong.date__about {
        padding: 0;
    }
    span.date__start {
        font-size: 1.3rem;
    }
    .date__container {
        margin: 0;
    }
    .list__item__img.type--main-contents.m--cyclefesta {
        width: 45px;
        height: auto;
    }
    .list__item__wrapper.type--main-contents.type--large_media span {
        font-size: 13px;
        margin-bottom: 010px;
    }
    .sec__heading__sub.type--concept h4 span {
        font-size: 80%;
        margin-top: 0.5rem;
        display: block;
    }
    .video {
        width: 64%;
        margin: auto;
        padding-top: 2rem;
        text-align: center;
    }
    .video a.type--youtube_img {
        max-width: 100%;
    }
    .sec__body__detail.type--outline.online {
        flex-direction: column;
    }
    .list__container.type--main-contents.online {
        flex-wrap: nowrap;
    }
    .detail__wrapper.type--outline.m--detail {
        width: 100%;
    }
    .detail__wrapper.type--outline.migu.m--figure {
        width: 50%;
        margin: auto;
    }
    .sec__body__detail.type--concept {
        flex-direction: column-reverse;
        margin-top: 1rem;
        width: 90%;
        margin: auto;
    }
    .detail__concept {
        width: 100%;
        padding: 1rem 1.5rem;
    }
    .detail__concept p {
        line-height: 1.7rem;
    }
    .sec__circle.type--news {
        top: 0;
        left: 0;
    }
    .detail__wrapper.type--concept.m--figure {
        margin: auto;
        margin-top: 2rem;
    }
    .detail__wrapper.type--concept.m--figure .author p {
        font-size: 1rem;
    }
    .detail__wrapper.type--concept.m--figure .author {
        padding: 1rem 0.5rem;
    }
    .detail__wrapper.type--concept.m--figure .sec__body__figure {
        width: 80%;
    }
    .sec__body__detail.type--talkshow,.sec__body__detail.type--youtube,.logo__img.type--global-footer img,.detail__box_left,ul.detail__box.right.type--youtube li {
        width: 100%;
    }
    .detail__box_right {
        width: 100%;
    }
    ul.detail__box.type--youtube li {
        width: 100%;
        margin-bottom: 1rem;
    }
    .logo__container, .logo__img, .logo__txt {
        margin: auto;
    }
    .detail__wrapper.type--youtube {
        display: block;
    }
    ul.detail__box.right.type--youtube {
        margin-left: 0;
    }
    .list__container.type--main-contents {
        padding-bottom: 12px;
    }
    ul.detail__box.right.type--youtube li p.video_text {
        max-width: 100%;
        text-align: left;
        padding-top: 270px;
    }
    .sec__heading__wrapper {
      margin-top: 0.5rem;
    }
}
@media screen and (max-width: 480px) {
    .contents__wrapper.type--main-contents.online {
        height: 1070px;
    }
    .date__wrapper.type--main-contents {
        margin-top: 0;
    }
    .date__container {
        padding: 1rem;
    }
    .date__day,.date__wrapper.type--main-contents.yellow .date__day {
        width: 100%;
        background-color: unset;
        margin: auto;
        font-size: 1.5rem;
    }
    .sec__body__container.type--main-contents {
        margin-top: 0;
    }
    .list__container.type--news {
        width: 100%;
        top: 70px;
        left: 0;
    }
    .detail__wrapper.type--concept.m--figure .sec__body__figure {
        width: 70%;
    }
    .video {
        width: 90%;
    }
    a.talkshow:after {
        width: 15px;
        height: 15px;
        margin-top: 0;
    }
    strong.date__about {
        font-size: 1.5rem;
    }
    .date__wrapper.type--main-contents.yellow {
        line-height: 2.8rem;
    }
    .list__item__img.type--main-contents.m--cyclefesta {
        width: 30px;
    }
    section#concept {
        padding-top: 6rem;
    }
    ul.detail__box.right.type--youtube li p.video_text {
        /*padding-top: 205px;*/
        padding-top:10px;
    }
}
@media screen and (max-width: 380px) {
    ul.detail__box.right.type--youtube li p.video_text {
        /*padding-top: 190px;*/
        padding-top:10px;
    }
}
/*@media screen and (max-width: 320px) {
    ul.detail__box.right.type--youtube li p.video_text {
        padding-top: 155px;
    }
}*/