@charset "UTF-8";

#main_hero {
    position: relative;
    height: 200vh;
    /* first 100vh + second 100vh */
    z-index: 1;
    overflow: hidden;
}

.top_quality_content .quality_pic {
    position: relative;
}

.quality_pic {
    position: relative;
}

.quality_pic li {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateY(10px) scale(1.01);
    transition: opacity 480ms cubic-bezier(.2, .9, .25, 1), transform 520ms cubic-bezier(.25, .8, .25, 1);
    pointer-events: none;
}

.quality_pic li.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.quality_thumbs li .txt {
    display: none;
}

.quality_thumbs li .txt.is-visible {
    display: block;
}

/* 微調整：最初の表示を滑らかに */
.quality_pic li:first-child {
    z-index: 1;
}

.quality_pic li.is-visible {
    z-index: 2;
}


.main_slide_bg {
    position: fixed;
    z-index: 0;
    top: -20px;
    left: -40px;
    width: calc(100% + 80px);
    height: calc(100vh + 40px);
    overflow: hidden;
    --darkness: 0.1;
}

.main_slide_bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, var(--darkness));
    pointer-events: none;
}

.main_slide {
    height: 100%;
}

.main_slide.slick-slider,
.main_slide .slick-list,
.main_slide .slick-track {
    height: 100%;
}

.main_slide li {
    height: 100%;
}

.main_slide li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* first area */
.main_hero_first {
    position: relative;
    height: calc(100vh + 40px);
    z-index: 1;
}

.main_hero_first .txt_block {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.main_hero_first .txt_block p {
    color: #fff;
    font-size: 20px;
    letter-spacing: .1em;
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.main_hero_first .txt_block p.title {
    font-size: 60px;
    line-height: 1.6em;
    font-weight: bold;
    text-indent: 1em;
    letter-spacing: .1em;
    margin-bottom: .25em;
    white-space: nowrap;
}

/* second area */
.main_hero_second {
    position: relative;
    height: 100vh;
    z-index: 1;
}

.main_hero_second .layout {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_hero_second .layout .img_block {
    width: 30vw;
    margin: 0 5vw 0 15vw;
}

.main_hero_second .layout .txt_block {
    width: 30vw;
    margin: 0 15vw 0 5vw;
    text-align: center;
}

.main_hero_second .layout .txt_block p {
    font-family: "Shippori Mincho", serif;
    color: #fff;
    font-size: 16px;
    line-height: 2em;
}

.main_hero_second .layout .txt_block p.title {
    display: inline-block;
    margin: 0 auto 80px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding-right: 10px;
    font-size: 36px;
    line-height: 1.8;
}

.main_hero_second .layout .txt_block p.title span {
    display: block;
    margin-right: -1px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}


@media screen and (max-width: 768px) {
    #main_hero {
        height: auto;
    }

    /* first area */
    .main_hero_first {
        position: relative;
        height: 100vh;
        z-index: 1;
    }

    .main_hero_first .txt_block {
        width: 100vw;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .main_hero_first .txt_block p {
        font-size: 2vw;
    }

    .main_hero_first .txt_block p.title {
        font-size: 6vw;
        margin-bottom: 10px;
    }

    /* second area */
    .main_hero_second {
        height: auto;
        padding-bottom: 15vh;
    }

    .main_hero_second .layout {
        position: static;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        display: block;
    }

    .main_hero_second .layout .img_block {
        width: 60vw;
        margin: 0 auto 40px;
    }

    .main_hero_second .layout .txt_block {
        width: 60vw;
        margin: 0 auto;
        text-align: center;
    }

    .main_hero_second .layout .txt_block p {
        font-size: 14px;
    }

    .main_hero_second .layout .txt_block p.title {
        display: inline-block;
        margin: 0 auto 40px;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        padding-right: 0;
        font-size: 24px;
        line-height: 1.8;
    }
}

@media screen and (max-width: 480px) {
    .main_hero_first .txt_block p {
        font-size: 3vw;
    }

    .main_hero_first .txt_block p.title {
        font-size: 8vw;
    }
}


/* htitle */
h2.top_titles {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 10px;
}

h2.top_titles span {
    display: block;
    position: relative;
    font-size: 16px;
    margin-bottom: 5px;
}

h2.top_titles span::before {
    content: "";
    width: 40px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: -50px;
}

@media screen and (max-width: 768px) {
    h2.top_titles {
        font-family: "Shippori Mincho", serif;
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 10px;
    }

    h2.top_titles span {
        display: block;
        position: relative;
        font-size: 14px;
        margin-bottom: 5px;
    }

    h2.top_titles span::before {
        content: "";
        width: 40px;
        height: 1px;
        background: #333;
        position: absolute;
        top: 50%;
        left: -50px;
    }
}

/* top_oem */
#top_oem {
    padding: 100px 0;
    position: relative;
    z-index: 2;
    background-image: url(../img/top/top_bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#top_oem .oem_layout {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

#top_oem .oem_layout .item {
    text-align: left;
}

#top_oem .oem_layout .item:nth-of-type(2) ul {
    display: flex;
    justify-content: space-between;
}

#top_oem .oem_layout .item:nth-of-type(2) ul li {
    margin-left: 15px;
}

#top_oem .oem_list {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}

#top_oem .oem_list li {
    flex-basis: 30%;
    text-align: center;
    background: #fff;
    /* 任意。中身が角に触れないように */
    position: relative;
    box-sizing: border-box;

    /* 角落とし */
    -webkit-clip-path: polygon(30px 0,
            100% 0,
            100% calc(100% - 30px),
            calc(100% - 30px) 100%,
            0 100%,
            0 30px);
    clip-path: polygon(30px 0,
            100% 0,
            100% calc(100% - 30px),
            calc(100% - 30px) 100%,
            0 100%,
            0 30px);
}

#top_oem .oem_list li a {
    display: block;
    height: 100%;
    color: #333;
    padding: 50px 40px;
    cursor: pointer;
}

#top_oem .oem_list li a .img {
    display: block;
    margin-bottom: 30px;
}

#top_oem .oem_list li a .img img {
    max-width: 80%;
    height: auto;
}

#top_oem .oem_list li a span {
    display: block;
    font-size: 16px;
    line-height: 2em;
}

#top_oem .oem_list li a span.view_more {
    margin-top: 30px;
    display: block;
    position: relative;
}

#top_oem .oem_list li a span.view_more::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    display: inline-block;
    margin-left: 15px;
    transform: translateX(0) rotate(45deg);
    transform-origin: center center;
    transition: 0.5s ease;
}

#top_oem .oem_list li a:hover span.view_more::after {
    transform: translateX(5px) rotate(45deg);
}

@media screen and (max-width: 768px) {
    #top_oem {
        padding: 50px 0;
    }

    #top_oem .oem_layout {
        display: block;
    }

    #top_oem .oem_layout .item {
        margin-bottom: 30px;
    }

    #top_oem .oem_layout .item:nth-of-type(2) ul {
        display: flex;
        padding: 0;
    }

    #top_oem .oem_layout .item:nth-of-type(2) ul li {
        margin-left: 0;
        margin: 0 5px;
    }

    #top_oem .oem_list {
        flex-wrap: wrap;
        padding-top: 40px;
    }

    #top_oem .oem_list li {
        flex-basis: 100%;
        margin-bottom: 30px;
    }

    #top_oem .oem_list li a {
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px 2%;
    }

    #top_oem .oem_list li a .img {
        width: 30%;
        margin-bottom: 0;
    }

    #top_oem .oem_list li a .comment {
        width: 68%;
        text-align: left;
    }

}

@media screen and (max-width: 480px) {
    #top_oem .oem_list li a {
        justify-content: center;
        padding: 30px 40px;
    }

    #top_oem .oem_list li a .img {
        width: 80%;
        margin-bottom: 10px;
    }

    #top_oem .oem_list li a .comment {
        width: 100%;
    }
}



/* top_strength */
#top_strength {
    padding: 140px 0 100px;
    position: relative;
    z-index: 2;
    background-image: url(../img/top/top_bg02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#top_strength .strength_layout {
    display: flex;
    justify-content: space-between;
}


#top_strength .strength_layout .item:nth-of-type(1) {
    width: 100%;
    max-width: 450px;
    text-align: left;
}

#top_strength .strength_layout .item:nth-of-type(1) p.read {
    font-size: 24px;
    padding: 80px 0 30px;
}

#top_strength .strength_layout .item:nth-of-type(1) a.link_btn {
    margin-top: 60px;
}

#top_strength .strength_layout .item:nth-of-type(2) {
    width: 100%;
    max-width: 630px;
}

@media screen and (max-width: 768px) {
    #top_strength {
        padding: 60px 0;
    }

    #top_strength .strength_layout {
        display: block;
    }

    #top_strength .strength_layout .item:nth-of-type(1) {
        width: 100%;
        max-width: 100%;
        text-align: left;
        margin-bottom: 50px;
    }

    #top_strength .strength_layout .item:nth-of-type(1) p.read {
        font-size: 16px;
        padding: 30px 0 30px;
    }

    #top_strength .strength_layout .item:nth-of-type(1) a.link_btn {
        margin-top: 60px;
    }

    #top_strength .strength_layout .item:nth-of-type(2) {
        width: 100%;
        max-width: 630px;
    }

    #top_strength .strength_layout .item:nth-of-type(2) img {
        transform: scale(1.1);
    }
}


/* top_quality */
#top_quality {
    padding: 140px 0 100px;
    position: relative;
    z-index: 2;
    background-image: url(../img/top/top_bg03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#top_quality::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;

    background: linear-gradient(to top right,
            rgba(63, 176, 116, 0.25) 0%,
            /* 左下は緑 */
            rgba(0, 255, 120, 0.0) 20%
            /* 少し進んだところで透明 */
        );
}

#top_quality .top_quality_title {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

#top_quality .top_quality_title .item:nth-of-type(1) {
    text-align: left;
    margin-right: 60px;
}

#top_quality .top_quality_title .item.item:nth-of-type(2) p {
    font-size: 18px;
    margin-bottom: 20px;
}

#top_quality .top_quality_content {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}

#top_quality .top_quality_content .item:nth-of-type(1) {
    width: 100%;
    max-width: 550px;
}

#top_quality .top_quality_content .item:nth-of-type(1) .quality_thumbs li {
    text-align: left;
    margin-top: -1px;
    border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
    position: relative;
    padding: 0 60px;
}

#top_quality .top_quality_content .item:nth-of-type(1) .quality_thumbs li span.title {
    font-size: 24px;
    font-weight: 600;
    display: block;
    position: relative;
    padding: 30px 0;
}

#top_quality .top_quality_content .item:nth-of-type(1) .quality_thumbs li span.title:before {
    font-size: 14px;
    position: absolute;
    top: 36px;
    left: -50px;
    color: #333;
}

#top_quality .top_quality_content .item:nth-of-type(1) .quality_thumbs li:nth-of-type(1) span.title::before {
    content: "01";
}

#top_quality .top_quality_content .item:nth-of-type(1) .quality_thumbs li:nth-of-type(2) span.title::before {
    content: "02";
}

#top_quality .top_quality_content .item:nth-of-type(1) .quality_thumbs li:nth-of-type(3) span.title::before {
    content: "03";
}

#top_quality .top_quality_content .item:nth-of-type(1) .quality_thumbs li.active::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    display: inline-block;
    transform: rotate(45deg);
    transform-origin: center center;
    position: absolute;
    top: 50%;
    right: 15px;
    transition: 0.5s;
}

#top_quality .top_quality_content .item:nth-of-type(1) .quality_thumbs li span.img {
    display: none;
}

#top_quality .top_quality_content .item:nth-of-type(1) .quality_thumbs li span.txt {
    font-size: 15px;
    line-height: 180%;
    display: block;
    padding-bottom: 40px;
}

#top_quality .top_quality_content .item:nth-of-type(1) .link_block {
    text-align: right;
    padding-top: 50px;
}

#top_quality .top_quality_content .item:nth-of-type(2) {
    width: 100%;
    max-width: 380px;
}

#top_quality .top_quality_content .item:nth-of-type(2) .quality_pic {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 384 / 479;
}

#top_quality .top_quality_content .item:nth-of-type(2) .quality_pic li:first-child {
    display: block;
}

@media screen and (max-width: 768px) {
    #top_quality {
        padding: 60px 0;
        background-size: contain;
        background-repeat: repeat;
    }

    #top_quality .top_quality_title {
        display: block;
    }

    #top_quality .top_quality_title .item:nth-of-type(1) {
        margin-right: 0;
    }

    #top_quality .top_quality_title .item.item:nth-of-type(2) p {
        font-size: 16px;
        padding-top: 20px;
        margin-bottom: 0;
    }

    #top_quality .top_quality_content {
        display: block;
        padding-top: 60px;
    }

    #top_quality .top_quality_content .item:nth-of-type(1) {
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    #top_quality .top_quality_content .item:nth-of-type(1) .quality_thumbs li {
        padding: 30px 0px 60px 30px;
    }

    #top_quality .top_quality_content .item:nth-of-type(1) .quality_thumbs li.active::after {
        display: none;
    }

    #top_quality .top_quality_content .item:nth-of-type(1) .quality_thumbs li span.title {
        font-size: 18px;
        padding: 0 0 10px;
    }

    #top_quality .top_quality_content .item:nth-of-type(1) .quality_thumbs li span.title::before {
        top: 3px;
        left: -30px;
    }

    #top_quality .top_quality_content .item:nth-of-type(1) .quality_thumbs li span.img {
        display: block;
        margin-bottom: 15px;
        aspect-ratio: 16 / 9;
        width: 100%;
    }

    #top_quality .top_quality_content .item:nth-of-type(1) .quality_thumbs li span.img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #top_quality .top_quality_content .item:nth-of-type(1) .quality_thumbs li span.txt {
        font-size: 14px;
        display: block;
        padding-bottom: 20px;
    }

    #top_quality .top_quality_content .item:nth-of-type(1) .link_block {
        text-align: center;
        padding-top: 30px;
    }

    #top_quality .top_quality_content .item:nth-of-type(2) {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    #top_quality .top_quality_content .item:nth-of-type(1) {
        margin-bottom: 0;
    }

    #top_quality .top_quality_content .item:nth-of-type(1) .quality_thumbs li {
        padding: 30px 0px 30px 30px;
    }
}


/* top_product */
#top_product {
    padding: 140px 0 100px;
    position: relative;
    z-index: 2;
    background-image: url(../img/top/top_bg02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#top_product .top_prduct_title {
    display: flex;
}

#top_product .top_prduct_title .item:nth-of-type(1) {
    position: relative;
    z-index: 1;
    width: calc(50% + 50px);
}

#top_product .top_prduct_title .item:nth-of-type(1) .img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 430px;
}

#top_product .top_prduct_title .item:nth-of-type(1) .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top_product .top_prduct_title .item:nth-of-type(2) {
    text-align: left;
    margin-left: 150px;
    padding-top: 50px;
}

#top_product .top_prduct_title .item:nth-of-type(2) .text_block {
    display: inline-block;
    width: 100%;
    max-width: 400px;
}

#top_product .top_prduct_title .item:nth-of-type(2) .text_block .link_btn {
    margin-top: 40px;
}

#top_product .top_product_list {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    margin-top: -100px;
}

#top_product .top_product_list li {
    flex-basis: 30%;
}

#top_product .top_product_list li a {
    display: block;
    color: #000;
    text-align: left;
}

#top_product .top_product_list li a img {
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    #top_product {
        padding: 0 0 60px;
    }

    #top_product .top_prduct_title {
        display: block;
    }

    #top_product .top_prduct_title .item:nth-of-type(1) {
        position: relative;
        z-index: 1;
        width: 100%
    }

    #top_product .top_prduct_title .item:nth-of-type(1) .img {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 200px;
    }

    #top_product .top_prduct_title .item:nth-of-type(2) {
        text-align: left;
        margin-left: 5%;
        padding-top: 40px;
    }

    #top_product .top_prduct_title .item:nth-of-type(2) .text_block {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    #top_product .top_prduct_title .item:nth-of-type(2) .text_block .link_btn {
        text-align: center;
        margin-top: 30px;
    }

    #top_product .top_product_list {
        display: block;
        margin-top: 0;
        padding-top: 50px;
    }

    #top_product .top_product_list li {
        padding: 0 5%;
        margin-bottom: 30px;
    }

    #top_product .top_product_list li a {
        text-align: center;
    }

}



/* top_banner */
#top_banner {
    padding: 140px 0 100px;
    position: relative;
    z-index: 2;
    background: #fff;
}

#top_banner .top_banner_list li {
    margin-bottom: 40px;
}

#top_banner .top_banner_list li a {
    display: block;
    position: relative;
    color: #fff;
    padding: 100px 120px;
}

#top_banner .top_banner_list li a:hover {
    color: #000;
}

#top_banner .top_banner_list li a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: 0.5s;
}

#top_banner .top_banner_list li a:hover::before {
    background: rgba(0, 0, 0, 0);
    transition: 0.5s;
}

#top_banner .top_banner_list li a .link_btn {
    color: #333;
    background: #fff;
}

#top_banner .top_banner_list li a .link_btn::after {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

#top_banner .top_banner_list li a span.inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#top_banner .top_banner_list li a span.inner .txt_block .title {
    display: block;
    text-align: left;
    font-size: 38px;
    margin-bottom: 30px;
}

#top_banner .top_banner_list li a span.inner .txt_block .txt {
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 2em;
}

#top_banner .top_banner_list li.top_banner_corp a {
    display: block;
    background-image: url(../img/top/top_banner_corp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#top_banner .top_banner_list li.top_banner_shop a {
    display: block;
    background-image: url(../img/top/top_banner_shop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width: 768px) {
    #top_banner {
        padding: 60px 0 30px;
    }

    #top_banner .top_banner_list li {
        margin-bottom: 30px;
    }

    #top_banner .top_banner_list li a {
        display: block;
        position: relative;
        color: #fff;
        padding: 40px 60px;
    }

    #top_banner .top_banner_list li a span.inner .txt_block .title {
        display: block;
        text-align: left;
        font-size: 24px;
        margin-bottom: 20px;
    }

    #top_banner .top_banner_list li a span.inner .txt_block .txt {
        font-size: 14px;
        margin-bottom: 20px;
    }

    #top_banner .top_banner_list li.top_banner_corp a {
        background-image: url(../img/top/top_banner_corp.jpg);
    }

    #top_banner .top_banner_list li.top_banner_shop a {
        background-image: url(../img/top/top_banner_shop.jpg);
    }
}

@media screen and (max-width: 480px) {
    #top_banner .top_banner_list li a {
        padding: 30px;
    }
}


/* top_news */
#top_news {
    padding: 100px 0 0;
    margin: -100px 0 0;
    position: relative;
    z-index: 2;
}

#top_news .builder {
    position: relative;
    z-index: 1;
    padding: 140px 0;
    min-height: 680px;
}

#top_news .top_news_layout {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#top_news .top_news_layout .item:nth-of-type(1) {
    margin-right: 110px;
}

#top_news .top_news_layout .item:nth-of-type(2) {
    max-width: 650px;
}

#top_news .top_news_layout .item:nth-of-type(2) a {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    color: #000;
}

#top_news .top_news_layout .item:nth-of-type(2) a span.item.img {
    aspect-ratio: 1/.6;
    overflow: hidden;
    max-width: 170px;
    margin-right: 50px;
}

#top_news .top_news_layout .item:nth-of-type(2) a span.item.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top_news .top_news_layout .item:nth-of-type(2) a span.item.txt {
    text-align: left;
}

#top_news .top_news_layout .item:nth-of-type(2) a span.item.txt span {
    display: block;
    font-size: 18px;
    line-height: 1.8em;
}

#top_news .top_news_layout .item:nth-of-type(2) a span.item.txt span.date {
    display: block;
    font-size: 12px;
    line-height: 1.8em;
}

#top_news .bg {
    background-image: url(../img/top/top_news_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#top_news .bg:after {
    content: "";
    width: 25%;
    height: 100%;
    background-image: url(../img/top/top_news_fig.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    top: 0;
    right: 0;
}


@media screen and (max-width: 1000px) {
    #top_news .builder {
        position: relative;
        padding: 60px 0 30px;
        min-height: unset;
    }

    #top_news .top_news_layout {
        display: block;
    }

    #top_news .top_news_layout .item:nth-of-type(1) {
        margin-right: 0;
        margin-bottom: 20px;
        text-align: left;
    }

    #top_news .top_news_layout .item:nth-of-type(2) {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    #top_news .top_news_layout .item:nth-of-type(2) a {
        flex-basis: 100%;
        margin-bottom: 30px;
        margin-right: 5%;
    }

    #top_news .top_news_layout .item:nth-of-type(2) a:nth-child(2n) {
        margin-right: 0;
    }

    #top_news .top_news_layout .item:nth-of-type(2) a span.item.img {
        max-width: 100%;
        margin-right: 0;
        display: block;
        margin-bottom: 15px;
    }

    #top_news .top_news_layout .item:nth-of-type(2) a span.item.txt {
        text-align: left;
    }

    #top_news .top_news_layout .item:nth-of-type(2) a span.item.img img {
        width: 100%;
    }

    #top_news .top_news_layout .item:nth-of-type(2) a span.item.txt span {
        display: block;
        font-size: 14px;
    }

    #top_news .top_news_layout .item:nth-of-type(2) a span.item.txt span.date {
        display: block;
        font-size: 12px;
    }

    #top_news .builder .news_fig {
        display: none;
    }
}

/* Modal Style */
.modal__container {
    max-width: 1132px;
}
.modal__container .head{
    margin-bottom: 1.5rem;
}
.modal__container figure figcaption{
    margin-top: .5rem;
}
.modal__container figure figcaption b{
    font-size: 1.2rem;
}
.modal__container figure figcaption p{
    margin-top: .5rem;
}