@charset "UTF-8";

/* CSS Document */
img {
    width: 100%;
    height: 100%;
}
#title_wrapper{
    margin-top: 79px;
}
@media not all and (min-width: 1024px) {
    #title_wrapper{
        margin-top: 54px;
    }
}

#container_wrapper {
    /* padding: 50px 0 73px; */
    padding-top: 50px;
}
.article_newsdetail h2 {
    width: 100%;
}
.article_newsdetail_block {
    margin-bottom: 100px;
    padding-top: 14px;
}
.box_bgline {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.box_bgline span {
    display: block;
    height: 20px;
}
.box_bgline span:not(:last-child) {
    margin-bottom: 5px;
}
.box_bgline span {
    background-image: linear-gradient(to right, rgba(167, 0, 0, 0.7) 0%, rgb(255, 255, 255) 26%, rgb(255, 255, 255) 81%, rgba(167, 0, 0, 0.7) 100%);
}
.box_bgline span:nth-child(2) {
    background-image: linear-gradient(to right, rgba(167, 0, 0, 0.7) 0%, rgb(255, 255, 255) 23%, rgb(255, 255, 255) 78%, rgb(167, 0, 0, 0.7) 100%);
}
.box_bgline span:last-child {
    background-image: linear-gradient(to right, rgba(167, 0, 0, 0.7) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 75%, rgb(167, 0, 0, 0.7) 100%);
}
@media screen and (max-width: 768px) {
    .box_bgline {
        top: auto;
        -webkit-transform: none;
        transform: none;
        bottom: 8px;
        left: 0;
    }
    .box_bgline span:not(:last-child) {
        display: none;
    }
    .box_bgline span:last-child {
        background-image: linear-gradient(to right, rgba(167, 0, 0, 0.7) 0%, rgb(255, 255, 255) 60%);
    }
    .article_newsdetail h2,
    .article_newsdetail h2 .box_btn {
        margin-bottom: 20px;
    }
    .article_newsdetail h2 .box_btn .btn_prev,
    .article_newsdetail h2 .box_btn .btn_playback {
        white-space: nowrap;
    }
    .article_newsdetail h2 .box_btn .btn_playback {
        width: 64vw;
    }
    .article_newsdetail h2 .box_btn .btn_prev {
        margin-bottom: 10px;
    }
    .article_newsdetail h2 span {
        white-space: nowrap;
        font-size: 5.06vw;
    }
    .article_newsdetail_block>section p,
    .article_newsdetail_block>section dl {
        font-size: 14px;
        line-height: 2;
    }
}

/* #box_info */

#box_info {
    position: relative;
    margin-bottom: 55px;
    background: #fff;
}
#box_info h3 {
    position: relative;
    z-index: 1;
    font-size: 22px;
    line-height: 1.36;
    padding: 0 100px;
}
#box_info h3 .ttl_sub {
    font-weight: bold;
    line-height: 1.45;
    color: #000;
    opacity: 0.5;
}
#box_info h3 span:not(.ttl_sub) {
    font-size: 30px;
    line-height: 1.5;
}
#box_info #box_info_detail {
    margin: 0 auto 52px;
    padding: 0;
    font-size: 15px;
    line-height: 2;
    color: #373737;
    text-align: center;
    background-color: transparent;
}
#box_info #box_info_detail p {
    float: left;
    margin-right: 30px;
    font-size: 14px;
}
#box_info>.box_text {
    padding: 0 100px;
    font-size: 18px;
    line-height: 1.72;
    margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
    #container_wrapper {
        /* padding: 20px 0 73px; */
        padding-top: 20px;
    }
    #box_info {
        margin-bottom: 30px;
    }
    #box_info #box_info_detail {
        width: 100%;
        margin: 10px auto;
    }
    #box_info #box_info_detail p {
        font-size: 12px;
        line-height: 1.65;
    }
    #box_info h3 {
        width: 90%;
        margin: 0 auto 10px;
        padding: 0;
        text-align: left;
    }
    #box_info h3 .ttl_sub {
        position: relative;
        top: -12px;
        font-size: 16px;
    }
    #box_info h3 span:not(.ttl_sub) {
        font-size: 20px;
        line-height: 1.5;
    }
    #box_info>.box_text {
        margin-bottom: 25px;
        padding: 0 25px;
        font-size: 16px;
    }
}

/* .section_info */

.article_newsdetail_block .section_info h3:before {
    background-color: rgba(167, 0, 0, 1.0);
}
@media screen and (max-width: 768px) {
    .article_newsdetail_block {
        width: 112%;
        margin-bottom: 60px;
        margin-left: -6%;
        padding: 10px 0 0px;
    }
    .article_newsdetail_block .section_info>.box_img {
        display: inline-block;
        width: 100%;
    }
}

/* box_figure */

.section_info .box_figure {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
}
.section_info .box_figure>div {
    width: 378px;
}
.section_info .box_figure>div:nth-child(2n+1) {
    margin: 0 30px 25px 0;
}
.section_info .box_figure figure {
    margin: 0;
}
.section_info .box_figure figure img {
    margin-bottom: 5px;
}
.section_info .box_figure figcaption {
    font-size: 12px;
    line-height: 1.75;
}
.section_info .single_img {
    margin: 0 auto 45px;
    text-align: center;
}
.section_info .box_btn {
    text-align: center;
}
@media screen and (max-width: 768px) {
    .section_info .box_figure {
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 25px;
    }
    .section_info .box_figure>div {
        margin-bottom: 25px;
    }
    .section_info .box_figure>div:nth-child(2n+1) {
        margin-right: 0;
    }
}

/* .old_story_block */

.section_info .old_story_block {
    display: flex;
    flex-wrap: wrap;
}
.section_info .old_story_block .old_story:nth-child(4n) {
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    .old_story_block .old_story {
        width: 100%;
        margin: 0;
    }
    .old_story_block .old_story:not(:last-child) {
        border-bottom: 1px solid #fff;
    }
    .old_story_block .old_story .box_img {
        width: 112px;
    }
    .old_story_block .old_story a {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
}

/* .section_pickup */

.section_info .section_pickup {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
}
.section_info .section_pickup:not(:last-child) {
    margin-bottom: 21px;
}
.section_info .section_pickup .box_text {
    width: 566px;
    margin-right: 40px;
}
.section_info .section_pickup h4 {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 1.5em;
}
.section_info .section_pickup h4.icon_borderallow_right:after {
    border-left: 9px solid #fff;
    left: 1px;
}
.section_info .section_pickup h4.icon_borderallow_right:before {
    border-left: 12px solid rgba(167, 0, 0, 1);
    left: 0px;
}
.section_info .section_pickup p {
    font-size: 12px;
    line-height: 1.75;
}
.section_info .section_pickup .box_img {
    width: 180px;
    height: 120px;
    margin-top: 38px;
}
@media screen and (max-width: 768px) {
    .section_info .section_pickup .box_text {
        margin: 0 0 15px 0;
    }
    .section_info .section_pickup .box_img {
        margin-top: 0;
    }
}

/* .section_item */

.section_info .section_item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    background-color: #101010;
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.2);
}
.section_info .section_item .box_img {
    width: 300px;
}
.section_info .section_item .box_img img {
    object-fit: cover;
}
.section_info .section_item .box_text {
    width: calc(100% - 300px);
    padding: 30px;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.section_info .section_item h4 {
    font-size: 18px;
    line-height: 1.16;
    margin-bottom: 15px;
}
.section_info .section_item p {
    font-size: 12px;
    line-height: 1.75;
    margin-bottom: 15px;
}
.section_info .section_item .box_btn {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-bottom: 0;
}
.section_info .section_item .box_btn a {
    width: 240px;
}
@media screen and (max-width: 768px) {
    .section_info .section_item {
        position: relative;
        background-color: transparent;
    }
    .section_info .section_item .box_img,
    .section_info .section_item .box_text {
        width: 100%;
    }
    .section_info .section_item .box_img {
        height: 59.46vw;
        z-index: 0;
    }
    .section_info .section_item .box_text {
        z-index: 1;
        background-color: #101010;
        padding: 20px;
    }
    .section_info .section_item .box_text .btn_black {
        width: 240px;
    }
    .section_info .section_item h4 {
        margin-bottom: 11px;
    }
    .section_info .section_item .box_btn {
        -webkit-justify-content: center;
        justify-content: center;
    }
}

/*section dl  */

.article_newsdetail_block section dl {
    position: relative;
}
.article_newsdetail_block section dl+dl {
    margin-bottom: 60px;
}
.article_newsdetail_block section dt {
    font-weight: bold;
    position: absolute;
    width: 140px;
    height: 100%;
    padding-top: 30px;
    text-align: center;
    color: #fff;
    background: rgba(86, 86, 86, 0.5);
}
.article_newsdetail_block section dd {
    line-height: 2;
    margin-bottom: 10px;
    padding: 20px 20px 20px 170px;
    background: #ececec;
}
.article_newsdetail_block .section_info>.box_img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
    .article_newsdetail_block section dl+dl {
        margin-bottom: 40px;
    }
    .article_newsdetail_block section dt {
        width: 100%;
        position: static;
        padding: 10px 0;
    }
    .article_newsdetail_block section dd {
        padding: 20px;
    }
}
.modal {
    position: relative;
}
.modal:after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(/common/images/icon_zoom.svg);
    background-size: cover;
}
.modal:hover {
    cursor: pointer;
}
#layer_modal img {
    width: auto;
    height: auto;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: none;
}
@media screen and (max-width: 768px) {
    #layer_modal img {
        object-fit: contain;
        width: 90%;
    }
}