@charset "UTF-8";

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

footer {
    padding: 0;
}

p {
    line-height: 1.7;
    margin: 0;
}


@media (767px < width) {
    .sp-br {
        display: none;
    }
}

/* =========================================
   メイン
========================================= */

.main {
    overflow: visible;
    line-height: 1.8;
}

.lead-box {
    /* max-width: 960px; */
    margin: 0 auto;
    padding: 0 1rem 4rem !important;
}

.lead-flex {
    position: relative;
    /* overflow: hidden; */
    margin-bottom: 3em;
}

.lead-flex {
    padding: 60px 0;
    /* box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08); */
}

/* .lead-flex::before {
    content: "";
    position: absolute;
    right: -120px;
    top: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: #d32f2f;
    opacity: 0.08;
}

.lead-flex::after {
    content: "";
    position: absolute;
    right: 150px;
    bottom: 50px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #ef5350;
    opacity: 0.12;
} */
@media(500px > width) {
    .p-entry__body .alignright {
        float: none;
    }
}

/* =========================================
   タイトル
========================================= */

.movie-title {
    margin-top: 2rem;
}

.movie-title h1 {
    position: relative;
    margin: 0 auto 2rem;
    padding-bottom: 1.2rem;
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    color: #18335b;
    line-height: 1.5;
}

.movie-title h1::after {
    content: "";
    display: block;
    width: 160px;
    height: 4px;
    margin: 1.2rem auto 0;
    border-radius: 999px;
    background: #d32f2f;
}

/* =========================================
   リード
========================================= */

.lead-text {
    text-align: center;
}

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

.sns-wrap {
    max-width: 900px;
    margin: 0 auto;
}

/* =========================================
   カード
========================================= */

.sns-box {
    margin-bottom: 28px;
}

.sns-box a {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px 30px;
    background: #fff;
    border-radius: 20px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition:
        transform 0.3s,
        box-shadow 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.sns-box a:hover {
    /* transform: translateY(4px); */
    scale: 1.01;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

/* =========================================
   アイコン
========================================= */

.sns-box img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    flex-shrink: 0;
}

.sns-box a {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px 30px;
    background: #fff;
    border-radius: 20px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.sns-box:nth-child(1) a::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 180px;
    height: 180px;
    background: url("../img/support/YouTube.webp") center/contain no-repeat;
    opacity: 0.05;
    pointer-events: none;
}

.sns-box:nth-child(2) a::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 170px;
    height: 170px;
    background: url("../img/support/x_logo_icon.webp") center/contain no-repeat;
    opacity: 0.05;
}

.sns-box:nth-child(3) a::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 180px;
    height: 180px;
    background: url("../img/support/facebook_logo_icon.webp") center/contain no-repeat;
    opacity: 0.05;
}

.sns-box:nth-child(4) a::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 170px;
    height: 170px;
    background: url("../img/support/mail.webp") center/contain no-repeat;
    opacity: 0.05;
}

/* =========================================
   コンテンツ
========================================= */

.sns-content {
    flex: 1;
    text-align: left;
}

.sns-label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
}

/* ラベル色 */

.youtube {
    background: #ff4b4b;
}

.x {
    background: #222;
}

.facebook {
    background: #1877f2;
}

.mail {
    background: #43b049;
}

.sns-content h2 {
    margin: 0 0 8px;
    font-size: 1.8rem;
    color: #1f1f1f;
    line-height: 1.3;
    font-weight: bold;
}

.sns-content p {
    font-size: 0.9em;
}

/* =========================================
   矢印
========================================= */

.arrow {
    margin-left: auto;
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff2f2;
    flex-shrink: 0;
    transition: 0.3s;
}

.arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 3px solid #d32f2f;
    border-right: 3px solid #d32f2f;
    transform: translate(-60%, -50%) rotate(45deg);
}

.sns-box a:hover .arrow {
    background: #d32f2f;
}

.sns-box a:hover .arrow::after {
    border-color: #fff;
}

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

@media (max-width: 767px) {
    .movie-title h1 {
        font-size: 1.5em;
    }

    .lead-text p {
        font-size: 1.5rem;
    }

    .sns-box a {
        padding: 20px;
        gap: 16px;
    }

    .sns-box img {
        width: 56px;
        height: 56px;
    }

    .sns-content h2 {
        font-size: 1.3rem;
    }

    .sns-content p {
        font-size: 1.1rem;
    }

    .arrow {
        width: 40px;
        height: 40px;
    }
}
