@charset "UTF-8";

/* ====================================
▼バーサス特集▼
==================================== */

#versus_lp {
    width: 100%;
    max-width: 770px;

    margin: 0 auto;
    padding: 0;

    background-color: #facc22;

    color: #000;
    font-size: 100%;
    font-weight: normal;
    text-align: center;

    border: 0;
}

#versus_lp img {
    max-width: 100%;
    height: auto;

    display: block;
    border: none;
}

#versus_lp h1,
#versus_lp p,
#versus_lp ul,
#versus_lp li {
    margin: 0;
    padding: 0;
}

#versus_lp ul li {
    list-style: none;
}

#versus_lp a {
    text-decoration: none;
}


/* ====================================
▼フロートボタン▼
==================================== */
.float {
    width: 770px;
    margin: 0 auto;
}

.floating {
    width: 150px;

    position: fixed;
    left: auto;
    bottom: 0;

    z-index: 100;
    display: none;
}

.floating a {
    display: block;
    padding: 14px;
}

.floating a:hover {
    opacity: 1;
}

/*フロートボタン用フェードイン*/
.fadeIn {
    transition: 1.5s;
    opacity: 0;
}

.fadeIn.animated {
    opacity: 1;
}


/* ====================================
▼トップ▼
==================================== */

.lp_top_box {
    position: relative;
}

/* キャンペーンテキスト */
.lp_top_innner_1,
.lp_top_innner_2 {
    position: absolute;
    bottom: 0;
}

.lp_top_innner_1 {
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
}

.gradient-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 180px;
    background: linear-gradient(6deg, rgba(176, 23, 18, 1) 0%, rgba(176, 23, 18, 0.4) 30%, rgba(176, 23, 18, 0) 55%);
    pointer-events: none;
}

/* ====================================
▼キャンペーン期間▼
==================================== */

.lp_cam_kikan {
    padding: 10px;

    color: #111;
    font-size: 18px;
    font-weight: bold;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    text-align: center;
}


/* ====================================
▼コピーライト▼
==================================== */
.lP_copy {
    background-color: #111;
    padding: 24px 0px;
}

.lP_copy p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
}


/* ====================================
▼新刊紹介エリア▼
==================================== */

.lp_cam_top {
    padding-bottom: 40px;

    background-image: url(/auto/images/fix/title/250509_versus/lp_background_1.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: top center;
}

.lp_cam_box {
    width: 88%;

    margin: 0 auto;
    padding: 24px 0;

    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 8px 8px 0px 0 rgba(0, 0, 0, 0.4);
}

.lp_cam_inner {
    width: 85%;

    margin: 0 auto;
}

.lp_cam_text {
    width: 100%;

    margin: 0 auto 24px;
    padding: 8px 0 4px;

    background-color: #fff;
}

.lp_cam_text_p {
    color: #facc22;
    font-size: 60px;
    font-weight: bold;
    line-height: 60px;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
}


/* ====================================
  ▼作品紹介セット▼
  ==================================== */

/* 作品紹介セット_1列 */
.sakuhin_set_1 {
    width: 90%;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 書影 */
.book_cover {
    width: 50%;

    padding: 0 0 0 10px;
}

.book_info img {
    margin-bottom: 40px;
}

/* さんかくボタン */
.btn_sankaku {
    width: 80%;
    margin: 0 auto;

    height: 52px;
    line-height: 52px;

    padding: 0 10px;

    display: block;
    position: relative;
    box-sizing: border-box;

    color: #fff;
    font-weight: bold;
    font-size: 24px;

    filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.4));

    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    background-color: #b01712;
}

.btn_sankaku:hover {
    background-color: #fff;
    color: #b01712;
}

/* 左の三角 */
.btn_sankaku::before {
    content: "";
    position: absolute;

    left: -24px;

    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;

    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-right: 24px solid #B01712;
}

/* 右の三角 */
.btn_sankaku::after {
    content: "";
    position: absolute;

    right: -24px;

    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;

    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 24px solid #B01712;
}

/* ホバー時の三角の色も変更 */
.btn_sankaku:hover::before {
    border-right-color: #fff;
}

.btn_sankaku:hover::after {
    border-left-color: #fff;
}

/* レビューでポイント訴求 */
.lp_cam_review {
    background-color: #fff;

    margin: 24px auto 0;
    padding: 24px 32px;
}

/* 詳しくはこちらボタン */
.btn_sikaku {
    width: 70%;

    margin: 16px auto 0;
    padding: 12px 0 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;

    color: #fff;
    font-weight: bold;

    font-size: 18px;
    line-height: 18px;

    filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.4));
    cursor: pointer;
    user-select: none;
    background-color: #B01712;
    border: #B01712 solid 4px;
    text-align: center;
}

.btn_sikaku:hover {
    background-color: #fff;
    color: #b01712;
    border: #b01712 solid 4px;
}

/* ====================================
▼セクション▼
==================================== */

.section_1 {
    background-image: url(/auto/images/fix/title/250509_versus/lp_background_3_red.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: top center;
}

.section_1,
.section_2,
.section_3,
.section_4,
.section_5,
.section_7,
.section_8 {
    overflow: hidden;
}

.section_2 {
    background-image: url(/auto/images/fix/title/250509_versus/lp_background_3_grey.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: top center;
}

.section_3,
.section_4 {
    background-color: #000000;
}

.section_4_sita {
    position: relative;
}

.section_4_ue {
    width: 90%;
    margin: 0 auto;

    position: absolute;
    top: 25%;
    left: 5%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 60%);
}

.section_5 {
    background-image: url(/auto/images/fix/title/250509_versus/lp_background_1.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: top center;
}

.section_5_sita {
    position: relative;
}

.section_5_ue {
    position: absolute;
    bottom: 0;
}

.section_7 {
    background-image: url(/auto/images/fix/title/250509_versus/lp_background_2.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: top center;
}

/* ====================================
  ▼and moreエリア▼
  ==================================== */

.section_7_m_box,
.section_7_k_box {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.section_8_box {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.section_7_m_inner,
.section_7_k_inner,
.section_8_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section_7_m_inner img,
.section_7_k_inner img,
.section_8_inner img {
    position: absolute;
    top: 0;
    left: 0;
}

.versus_lp_up {
    opacity: 0;
    transform: translateY(160px);
    transition: opacity 1s ease, transform 1s ease;
}

.versus_lp_up.show {
    opacity: 1;
    transform: translateY(0);
}

.lp_andmore_box {
    width: 90%;
    margin: 0 auto;

    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.4)) drop-shadow(0 0 30px rgba(255, 255, 255, 0.3));
}

.lp_andmore_inner {
    display: flex;
    flex-wrap: wrap;
    /* 画像を折り返し */
    justify-content: center;
    /* 横並びの間隔を空ける */
    gap: 10px;
    /* 画像間の隙間 */
}

.lp_andmore_inner_img {
    width: calc(33.33% - 10px);
    /* 画像の横幅をdivの1/3に設定（間隔分引く） */
    height: auto;
    /* 高さを自動調整 */
    opacity: 0;
    transform: translateY(160px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

/* 表示時に付けるクラス */
.lp_andmore_inner_img.show {
    opacity: 1;
    transform: translateY(0);
}

/* 最初は折りたたんで非表示 */
.lp_andmore_box {
    display: none;
    width: 90%;
    margin: 0 auto;
}

#show-more-btn {
    cursor: pointer;
}

.section_8_sirei {
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.05) 15%,
            rgba(0, 0, 0, 0.2) 30%,
            rgba(0, 0, 0, 0.5) 50%,
            rgba(0, 0, 0, 0.8) 70%,
            rgba(0, 0, 0, 1) 100%);
}

.section_8 {
    background-image: url(/auto/images/fix/title/250509_versus/lp_background_4.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: top center;
}

/* ====================================
▼コマの枠▼
==================================== */
.waku {
    display: inline-block;
    position: relative;
}

.waku::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    box-shadow: inset 0 0 0 1px #333;
    pointer-events: none;
}

.waku2 {
    display: inline-block;
    position: relative;
}

.waku2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    box-shadow: inset 0 0 0 2px #000;
    pointer-events: none;
}

/* ====================================
▼グラデーション▼
==================================== */

.gra_top_red {
    background: linear-gradient(to bottom, #940000, transparent);
}

.gra_bottom_black {
    background: linear-gradient(to top, #000000, transparent);
}

.gra_top_black {
    background: linear-gradient(to bottom, #000000, transparent);
}

.gradient-band {
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

/* ====================================
▼モーション▼
==================================== */

/* 縮小して止まる */
.zoom-out {
    opacity: 0;
    transform: scale(1.6);
    transition: all 1.5s ease-out;
}

.zoom-out.show {
    opacity: 1;
    transform: scale(1);
}


.zoom-out2 {
    opacity: 0;
    transform: scale(1.2);
    transition: all 1s ease-out;
}

.zoom-out2.show {
    opacity: 1;
    transform: scale(1);
}

.zoom-out3 {
    opacity: 0;
    transform: scale(1.2);
    transition: all 1.7s ease-out;
}

.zoom-out3.show {
    opacity: 1;
    transform: scale(1);
}

/* 拡大して止まる */
.zoom-in {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.8s ease-out;
}

.zoom-in.show {
    opacity: 1;
    transform: scale(1);
}

/* 下から上がってくる */
.slide-up {
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.6s ease-out;
}

.slide-up.show {
    opacity: 1;
    transform: translateY(0);
}

.slide-up2 {
    opacity: 0;
    transform: translateY(160px);
    transition: all 0.6s ease-out;
}

.slide-up2.show {
    opacity: 1;
    transform: translateY(0);
}

/* 右からスライド */
.zoom-slide {
    opacity: 0;
    transform: translateX(30%);
    transition: all 2s ease-out;
}

.zoom-slide.show {
    opacity: 1;
    transform: translateX(0);
}

/* 下にスライド */
.drop-down {
    opacity: 0;
    transform: translateY(-80px);
    transition: all 1s ease-out;
}

.drop-down.show {
    opacity: 1;
    transform: translateY(0);
}

/* ====================================
▼フェードイン▼
==================================== */
.fade-in {
    transition: 1.8s;
    opacity: 0;
}

.fade-in.show {
    opacity: 1;
}


.fade-in2 {
    transition: 4s;
    opacity: 0;
}

.fade-in2.show {
    opacity: 1;
}

/* ====================================
▼すき間調整用▼
==================================== */

.m_bottom_12 {
    margin-bottom: 12px;
}

.m_bottom_18 {
    margin-bottom: 18px;
}

/* ====================================
  ▼下部期間エリア▼
  ==================================== */

.lp_cam_bottom {
    padding: 80px 0;

    background:
        linear-gradient(to bottom,
            rgba(0, 0, 0, 1) 0px,
            rgba(0, 0, 0, 0.8) 100px,
            rgba(0, 0, 0, 0) 200px),
        url(/auto/images/fix/title/250509_versus/lp_background_1.png);
}

.btn-wrapper {
    display: flex;
    gap: 12px;
    width: 100%;
}

.btn-wrapper>div {
    flex: 1;
}

.btn-wrapper span.btn_sankaku {
    display: block;
    text-align: center;
}

.lp_couponbox {
    max-width: 400px;
    width: 100%;
    padding: 20px;
    margin: 20px auto;
    background-color: rgba(255, 255, 255, 0.5);
    border: #000 1px solid;
}

/* ====================================
  ▼オススメキャンペーン▼
  ==================================== */

.osusume_cam {
    background-color: #fff;
    padding: 40px 10px;
    border: #555 solid 1px;
}

.osusume_cam_dai p {
    background-color: #fff;
    border: #555 solid 1px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    line-height: 40px;
    margin-bottom: 10px;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    width: 100%;
    margin: 10px 0 auto;
}

.image-grid img {
    width: 100%;
    height: auto;
    display: block;
}