@charset 'UTF-8';

/* mv */
.mv {
    background-image: url(../img/top/top_mv.jpg);
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
}

.mv .metaslider .slides img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100vh;
}

/* .mv .inner_wrap {
    width: 100%;
    height: 100%;
    max-width: 1343px;
    margin: 0 auto;
} */

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

@media screen and (max-width: 700px) {
    .mv .mv_logo {
        width: 48.7%;
        max-width: 315px;
    }
}

@media screen and (min-width: 701px) {
    .mv .mv_logo {
        width: 20.5%;
    }
}

/* lead_text */
.lead_text h2 {
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: normal;
    text-align: center;
    font-weight: bold;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

.lead_text p {
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: center;
}

@media screen and (max-width: 700px) {
    .lead_text h2 {
        font-size: 1.4285714286rem;
    }

    .lead_text {
        margin-top: 38px;
    }

    .lead_text p {
        font-size: 14px;
        margin-top: 14px;
    }
}

@media screen and (min-width: 701px) {
    .lead_text h2 {
        font-size: 32px;
    }

    .lead_text {
        margin-top: 58px;
    }

    .lead_text p {
        font-size: 16px;
        margin-top: 42px;
    }
}

/* section_title */
.section_title {
    text-align: center;
}

.section_title h3 {
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: normal;
    font-weight: bold;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

.section_title strong {
    line-height: 1.7;
    letter-spacing: 0.2em;
    font-weight: normal;
}

@media screen and (max-width: 700px) {
    .section_title h3 {
        font-size: 1.4285714286rem;
    }

    .section_title strong {
        margin-top: 10px;
        font-size: 10px;
    }
}

@media screen and (min-width: 701px) {
    .section_title h3 {
        font-size: 32px;
    }

    .section_title strong {
        margin-top: 18px;
        font-size: 16px;
    }
}

/* information */
.information ul li {
    border-bottom: 1px solid #bfbfbf;
    position: relative;
}

.information ul li time {
    line-height: 1.7;
    letter-spacing: 0.2em;
    margin-right: 2.7%;
}

.information ul li span {
    line-height: 1.7;
    letter-spacing: 0.2em;
}

.information ul li span {
    line-height: 1.7;
    letter-spacing: 0.2em;
}

.information ul li a {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.2em;
    color: #231815;
}



.information .link {
    text-align: right;
}

.information .link a {
    color: #231815;
    letter-spacing: 0.1em;
}

.information .link a::after {
    content: '→';
    font-size: 14px;
}

@media screen and (max-width: 700px) {
    .information {
        margin-top: 32px;
    }

    .information ul li {
        padding: 11px 0 8px;
    }

    .information ul {
        margin: 10px auto 0;
        width: 86.4%;
    }

    .information ul li time {
        display: block;
        font-size: 10px;
    }

    .information ul li span a {
        font-size: 13px;
    }

    .information ul li span {
        font-size: 13px;
        position: relative;
        display: block;
    }

    .information ul li.info_arrow span {
        padding-right: 1em;
    }

    .information ul li.info_arrow span::after {
        content: '→';
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .information .link {
        margin: 14px auto 0;
        width: 86.4%;
    }

    .information .link a {
        font-size: 11px;
    }

    .information .link a::after {
        margin-left: 0.5em;
    }
}

@media screen and (min-width: 701px) {
    .information {
        margin-top: 86px;
    }

    .information ul {
        margin: 38px auto 0;
        width: 76.1%;
    }

    .information ul li {
        padding: 24px 8.2% 26px 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .information ul li.info_arrow::after {
        content: '→';
        position: absolute;
        top: 50%;
        right: 2.2%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .information ul li:first-child {
        border-top: 1px solid #bfbfbf;
    }

    .information ul li time {
        font-size: 12px;
    }

    .information ul li span a {
        font-size: 14px;
    }

    .information ul li span {
        font-size: 14px;
    }

    .information .link {
        width: 76.1%;
        margin: 34px auto 0;
    }

    .information .link a {
        font-size: 13px;
        margin-right: 2.2%;
    }

    .information .link a::after {
        margin-left: 1em;
    }

    .information ul li a:hover {
        border-bottom: 1px solid #231815;
    }

    .information .link a:hover {
        border-bottom: 1px solid #231815;
    }
}

/* topics */
.topics {
    margin-top: 106px;
}

.topics_content > div {
    background-size: cover;
    background-position: center;
    position: relative;
}

.topics_01 {
    grid-area: topics_01;
}

.topics_02 {
    grid-area: topics_02;
}

.topics_03 {
    grid-area: topics_03;
}

.topics_04 {
    grid-area: topics_04;
}

.topics_05 {
    grid-area: topics_05;
}

.topics_06 {
    grid-area: topics_06;
}

.topics_content div a {
    display: block;
    width: 100%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.topics_content div:not(:first-child) a {
    height: 100%;
}

.topics_01 a {
    padding-top: 100%;
}

.topics_content .text_wrap {
    position: absolute;
    right: 5.7%;
    bottom: 5.7%;
    text-align: right;
}

.topics_content .text_wrap strong {
    color: #fff;
    line-height: 1.3;
    display: block;
    font-weight: normal;
}

.topics_content .text_wrap span {
    color: #fff;
    display: block;
    margin-top: 10px;
}

.topics_content .text_wrap span::after {
    content: '→';
    margin-left: 2em;
}

.view_all {
    width: 100%;
    background-color: #231815;
    text-align: center;
}

.view_all a {
    color: #fff;
    letter-spacing: 0.2em;
    display: block;
}

@media screen and (max-width: 700px) {
    .topics {
        margin-top: 73px;
    }

    .topics_content {
        margin-top: 13px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        /* grid-template-rows: 1fr 1fr 1fr 1fr 1fr; */
        gap: 4px 4px;
        grid-template-areas:
            "topics_01 topics_01"
            "topics_02 topics_02"
            "topics_03 topics_03"
            "topics_04 topics_04"
            "topics_05 topics_06";
    }

    .topics_content > div:not(:first-child) a {
        padding-top: 50%;
    }

    .topics_05 a {
        padding-top: 100%!important;
    }
    
    .topics_06 a {
        padding-top: 100%!important;
    }

    .view_all {
        height: 58px;
        margin-top: 4px;
    }

    .view_all a {
        font-size: 13px;
        position: relative;
        line-height: 58px;
    }

    .view_all a::after {
        content: '';
        width: 10px;
        height: 10px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%) rotate(135deg);
        -webkit-transform: translateX(-50%) rotate(135deg);
    }

    .topics_content .text_wrap strong {
        font-size: 15px;
    }

    .topics_content .text_wrap span {
        font-size: 10px;
    }
}

@media screen and (min-width: 701px) {
    .topics {
        margin-top: 106px;
    }

    .topics_content {
        margin-top: 30px;
        display: grid;
        grid-template-columns: 50% 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 7px 7px;
        grid-template-areas:
          "topics_01 topics_02 topics_02"
          "topics_01 topics_03 topics_03"
          "topics_04 topics_05 topics_06";
    }

    .view_all {
        height: 66px;
        margin-top: 7px;
    }

    .view_all a {
        font-size: 16px;
        line-height: 66px;
    }

    .view_all a::after {
        content: '→';
        margin-left: 1em;
    }

    .topics_content .text_wrap strong {
        font-size: 1.91vw;
    }

    .topics_content .text_wrap span {
        font-size: 0.96vw;
    }

    .topics_content div a:hover {
        background-color: rgba(255,255,255,0.4);
    }
}

@media screen and (min-width: 1460px) {
    .topics_content .text_wrap strong {
        font-size: 28px;
    }

    .topics_content .text_wrap span {
        font-size: 14px;
    }
}