@charset "utf-8";

/* =========================================================
   REPORT PAGE
   kanazawa/assets/css/report.css
   前提：
   - commons.css 読込済み
   - main は class="under"
   - 上部は content-title を利用
   ========================================================= */


/* =========================
   共通
   ========================= */

.report-index-wrap,
.report-detail-wrap {
    width: min(1280px, calc(100% - 80px));
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .report-index-wrap,
    .report-detail-wrap {
        width: calc(100% - 32px);
    }
}


/* =========================
   一覧
   ========================= */

.report-index-wrap {
    padding: 0 0 80px;
}

.report-index-cont {
    width: 100%;
}

.report-index-list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 5%;
    align-items: flex-start;

    max-width: 1200px;
    margin: 0 auto;
}

.report-index-list li {
    width: 30%;
    position: relative;
    overflow: hidden;
}

.report-index-list li a {
    display: block;
}

.report-box3 {
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
}

.report-box3 img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .8s ease;
}

.report-index-list li a:hover .report-box3 img {
    transform: scale(1.08);
}

.report-index-list li p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0.55em 1.2em 0.5em;
    background: rgba(255,255,255,0.78);
    letter-spacing: 0.08em;
    font-family: "Archivo","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",sans-serif;
}

.report-new {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    z-index: 2;
}

.report-empty {
    width: 100%;
    text-align: center;
    padding: 40px 0 10px;
}

.report-list-link {
    width: min(360px, 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px auto 0;
    text-align: center;
    gap: 0;
}

.report-list-link li {
    width: 33.333%;
    border: solid 1px #333;
    border-right: 0;
}

.report-list-link li:last-child {
    border-right: solid 1px #333;
}

.report-list-link li.on-page {
    background: #333;
}

.report-list-link li.on-page a {
    color: #FFF;
}

.report-list-link li a {
    display: block;
    padding: 10px 0 9px;
    font-family: "Archivo","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",sans-serif;
}

.report-list-link li a:hover {
    background: #DDD;
    opacity: .8;
}


/* =========================
   詳細
   ========================= */

.report-detail-wrap {
    padding: 0 0 90px;
}

.report-top {
    width: min(1280px, calc(100% - 80px));
    margin: 0 auto 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.report-title {
    width: 42%;
}

.report-title > p {
    font-size: 2rem;
    line-height: 1.3;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    position: relative;
    text-align: right;
}

.report-title > p::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20rem;
    max-width: 100%;
    border-bottom: solid 1px #DDD;
}

.report-title h2 {
    font-size: 1.2rem;
    text-align: right;
    margin-bottom: 0;
}

.report-img {
    width: 58%;
}

.report-img img {
    display: block;
    width: 100%;
    height: auto;
}

.report-loca {
    background: #f4f4f4;
    width: 72%;
    padding: 2rem 2.5rem;
    margin-top: 3rem;
    margin-left: auto;
}

.report-loca h3 {
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 0.08em;
}

.report-loca p {
    display: flex;
    align-items: flex-start;
    font-size: 1rem;
    margin-bottom: 10px;
    line-height: 1.8;
}

.report-loca-data {
    display: block;
    width: 33%;
    min-width: 88px;
    font-size: 1rem;
    font-family: "Archivo","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",sans-serif;
}

.report-loca-cap {
    display: block;
    width: 67%;
    font-size: 1rem;
}

.report-list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 5%;
    width: min(1280px, calc(100% - 80px));
    margin: 0 auto;
}

.report-list li {
    width: 47.5%;
}

.report-list li img {
    display: block;
    width: 100%;
    height: auto;
}

.couple-nation {
    display: flex;
    justify-content: space-between;
    width: min(640px, calc(100% - 80px));
    margin: 80px auto 0;
    align-items: center;
    gap: 20px;
}

.couple-nation li {
    position: relative;
    width: 38%;
}

.couple-nation li:nth-child(2) {
    width: 24%;
    text-align: center;
}

.couple-nation li i {
    margin: 0 5px;
}

.couple-nation li p.n-next,
.couple-nation li p.n-prev {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,.82);
    padding: 0.4em 0.6em;
}

.couple-nation li p.n-prev {
    right: 0;
    left: auto;
}

.couple-nation li p {
    text-align: center;
    transition: .5s ease;
}

.couple-nation li a {
    text-align: center;
    transition: .5s ease;
}

.couple-nation li img {
    transition: .5s ease;
}

.couple-nation li a:hover img,
.couple-nation li a:hover {
    opacity: .7;
}


/* =========================
   タブレット
   ========================= */

@media screen and (max-width: 1023px) {

    .report-index-list {
        gap: 36px 4%;
    }

    .report-index-list li {
        width: 48%;
    }

    .report-top {
        width: min(1280px, calc(100% - 48px));
        gap: 32px;
        margin-bottom: 40px;
    }

    .report-title {
        width: 44%;
    }

    .report-img {
        width: 56%;
    }

    .report-loca {
        width: 100%;
        padding: 1.5rem 1.8rem;
        margin-top: 2rem;
    }

    .report-list {
        width: min(1280px, calc(100% - 48px));
        gap: 36px 4%;
    }

    .report-list li {
        width: 48%;
    }

    .couple-nation {
        width: min(720px, calc(100% - 48px));
    }
}


/* =========================
   スマホ
   ========================= */

@media screen and (max-width: 767px) {

    .report-index-wrap {
        padding-bottom: 50px;
    }

    .report-index-list {
        display: block;
    }

    .report-index-list li {
        width: 100%;
        margin-bottom: 24px;
    }

    .report-index-list li:last-child {
        margin-bottom: 0;
    }

    .report-new {
        width: 18%;
    }

    .report-list-link {
        width: 100%;
        margin-top: 40px;
    }

    .report-top {
        flex-direction: column-reverse;
        width: calc(100% - 32px);
        margin: 0 auto 30px;
        gap: 24px;
    }

    .report-title {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .report-title > p {
        width: 90%;
        margin: 0 auto 12px;
        text-align: center;
        font-size: 1.6rem;
        padding-bottom: 0.8rem;
    }

    .report-title > p::before {
        right: 50%;
        transform: translateX(50%);
        width: 14rem;
    }

    .report-title h2 {
        font-size: 1.1rem;
        text-align: center;
        margin-top: 10px;
    }

    .report-img {
        width: 100%;
    }

    .report-loca {
        width: 100%;
        padding: 1.5rem 1.2rem;
        margin: 0;
    }

    .report-loca p {
        display: block;
        margin-bottom: 12px;
    }

    .report-loca-data,
    .report-loca-cap {
        width: 100%;
        text-align: left;
    }

    .report-loca-data {
        margin-bottom: 2px;
    }

    .report-list {
        display: block;
        width: calc(100% - 32px);
        margin-top: 25px;
    }

    .report-list li {
        width: 100%;
        margin: 0 0 18px;
    }

    .report-list li:last-child {
        margin-bottom: 0;
    }

    .couple-nation {
        width: calc(100% - 32px);
        margin: 30px auto 0;
        gap: 10px;
    }

    .couple-nation li {
        width: 38%;
    }

    .couple-nation li:nth-child(2) {
        width: 24%;
    }

    .couple-nation li img {
        display: none;
    }

    .couple-nation li p.n-next,
    .couple-nation li p.n-prev {
        position: absolute;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        left: 0;
    }
}