/* 基本設定 */
/* HTMLのデフォルトサイズ（10px）を基準にする */
#newsSection {
    font-size: 10px;
    color: #54270d;
}

.inner {
    font-size: 1.6rem;
    /* 本文は10xを基準に1.6rem（16px） */
    padding: 1% 1%;
}


h1 {
    font-size: 2.0rem;
    /* 本文は10xを基準に1.6rem（16px） */
    text-align: center;
    font-weight: bold;
    padding: 1rem 2rem;
    line-height: 1.5;
    color: #54270d;
}

h2 {
    background-color: #ea9997;
    color: #ffffff;
    font-size: 1.8rem;
    /* 本文は10xを基準に1.8rem（18px） */
    padding: 12px;
    text-align: left;
    margin: 30px 0 15px 0;
    border-radius: 4px;
    font-weight: bold;
}

/* キャンペーン概要見出し */
h3 {
    font-size: 1.6rem;
    /* 本文は10xを基準に1.6rem（16px） */
    padding: 0.25em 0.5em;
    color: #d10000;
    background: transparent;
    border-left: solid 5px #d10000;
    border-bottom: dashed 1px #d10000;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

h4 {
    font-size: 1.6rem;
    /* 本文は10xを基準に1.6rem（16px） */

    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: #d10000;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5rem;
}

/* --- テキスト装飾 --- */
p {
    margin-bottom: 1.5rem;
    /* 本文は10xを基準に1.6rem（16px） */
    line-height: 2.5rem;
}

.txt-red {
    color: #d10000;
    font-weight: bold;
}

.txt-bold {
    font-weight: bold;
}

.txt-link {
    text-decoration: underline;
    color: inherit;
}

.txt-highlight {
    background: linear-gradient(transparent 70%, #eeb75f 70%)
}

.mt-p-1 {
    padding-top: 1%;
}

li {
    line-height: 2rem;
}

/* ナビゲーションボックス */
.news_box {
    border: solid 2px #ccc;
    padding: 2rem;
    margin: 0 auto 3rem;
    text-align: center;
    max-width: 800px;
    background-color: #fff;
    border-radius: 8px;
}

.news_box_title {
    font-weight: bold;
    color: #d10000;
    font-size: 1.8rem;
    margin: 1rem 1.5rem 1rem 1.5rem;
    display: block;
}

.news_nav_list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
    text-align: left;
    display: inline-block;
}

.news_nav_list li {
    margin-bottom: 0.5rem;
}

.news_nav_list a {
    color: #b7693c;
    font-weight: bold;
    text-decoration: underline;
    font-size: 1.6rem;
}

.kv p {
    margin: 0 auto 3rem;
    max-width: 800px;
}

.note_box {
    text-align: left;
    background-color: #f9f9f9;
    padding: 1.5rem;
    border-radius: 4px;
}

.note_box span.announce {
    color: #b7693c;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5rem;
}

.note_box span.label {
    color: #b7693c;
    padding: 0.25em 0.5em;
    /*上下 左右の余白*/
    background: transparent;
    /*背景透明に*/
    border-left: solid 5px #b7693c;
    /*左線*/
}

.note_box p {
    margin: 10px 0 0 0;
    color: #54270d;
}

/* --- ボタン --- */

.btn {
    background-color: #fff;
    border: solid 2px #d4310a;
    border-radius: 50px;
    box-shadow: 0 5px 0 #d4310a;
    color: #d4310a;
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: 15px auto;
    max-width: 400px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}

.btn:hover {
    box-shadow: 0 0 0 #d4310a;
    color: #d4310a;
    transform: translateY(5px);
}

/* ------ */


/* 画像ユーティリティ */
/* 画像親要素　デフォルト */
.image-box {
    text-align: center;
    /* 中の画像を真ん中に寄せる */
}

/* 横並びの画像 親要素 */
.image-container {
    display: flex;
    justify-content: space-between;
    /* 画像の間に均等な余白を作る */
    gap: 10px;
    /* 画像同士の間隔 */
    max-width: 80%;
    margin: 0 auto;
}


.img-80 {
    width: 80%;
    display: block;
    margin: 1.5rem auto;
    max-width: 100%;
    height: auto;
}

.img-70 {
    width: 70%;
    display: block;
    margin: 1.5rem auto;
    max-width: 100%;
    height: auto;
}

.img-40 {
    width: 40%;
    display: block;
    margin: 1.5rem auto;
    max-width: 100%;
    height: auto;
}

.image-container a {
    flex: 1;
    /* 2つの画像を同じ幅にする */
}

.image-container img {
    width: 100%;
    /* 枠いっぱいに画像を広げる */
    height: auto;
    /* 縦横比を維持する */
    display: block;
}

/* KVの表示設定 */
.main-pc {
    display: block !important;
    width: 100%;
}

.main-sp,
.br-sp {
    display: none !important;
}

/* 福袋バナーリスト */
.campBannerList {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.campBannerList li {
    flex: 0 0 48%;
    box-sizing: border-box;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 8px;
}

/* 画面サイズが768px以上の場合の設定 主にsp */
@media (max-width: 767px) {
    .main-pc {
        display: none !important;
    }

    .main-sp {
        display: block !important;
        max-width: 100%;
    }

    /*sp表示のみ改行*/
    .br-sp {
        display: block;
    }

    .news_box {
        padding: 1.5rem;
    }

    .news_btn {
        max-width: 100%;
    }

    .news_nav_list a {
        font-size: 1.4rem;
    }

    .img-80,
    .img-40 {
        width: 100%;
    }

    .campBannerList {
        flex-direction: column;
    }

    .campBannerList li {
        width: 100%;
    }
}