@charset "utf-8";

/*====================

  全体

====================*/
html {
    scroll-behavior: smooth;
}

article {
    position: relative;
    background-color: #f7f7f7;
}

article section {
    padding: 50px 0;
}

.inner {
    padding: 0 3%
}

#breadcrumb {
    max-width: 1080px !important;
}


.area-title_box {
    margin-bottom: 30px;
    text-align: center;
}

.area-title {
    font-size: 2.4rem;
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
}


.area-title span {
    font-size: 1.4rem;
    font-weight: 500;
    display: block;
}


.area-lead-box {
    padding: 40px 20px 0;
    text-align: center;
}


.btn-box {
    background-color: #cc2200;
    width: 100%;
    max-width: 600px;
    text-align: center;
    position: relative;
    margin: 20px auto 0;
    border: 2px solid #cc2200;
}

.btn-box .btn {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    display: block;
}

.btn-box .btn span {
    display: block;
    font-size: 1rem;
}

.btn-box:hover .btn {
    color: #cc2200;
}

.btn-box::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url('/images/icon-arrow-right-wh.svg');
    background-size: 100%;
    width: 7px;
    height: 12px;
    top: 50%;
    right: 3%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.btn-box:hover {
    border: 2px solid #cc2200;
    background-color: #fff;
    transition: 0.5s;
}

.btn-box:hover::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url('/images/icon-arrow-right-rd.svg');
    background-size: 100%;
    width: 7px;
    height: 12px;
    top: 50%;
    right: 3%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.btn-box.btn-box-vpoint:hover .btn {
    color: #1d2089;
}

.btn-box.btn-box-vpoint {
    background-color: #1d2089;
    border: 2px solid #1d2089;
}

.btn-box.btn-box-vpoint:hover {
    border: 2px solid #1d2089;
    background-color: #fff;
    transition: 0.5s;
}

.btn-box.btn-box-vpoint:hover .btn {
    color: #1d2089;
}

.btn-box.btn-box-vpoint:hover::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url('/seibo/2025/images/icon-arrow-right-dbl.svg');
    background-size: 100%;
    width: 7px;
    height: 12px;
    top: 50%;
    right: 3%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.btn-box.btn-box-top {
    background-color: #ff0000;
    border: 2px solid #ff0000;
}

.btn-box.btn-box-top:hover {
    border: 2px solid #ff0000;
    background-color: #fff;
    transition: 0.5s;
}

.btn-box.btn-box-top:hover .btn {
    color: #ff0000;
}

.btn-box.btn-box-top:hover::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url('/seibo/2025/images/icon-arrow-right-rd.svg');
    background-size: 100%;
    width: 7px;
    height: 12px;
    top: 50%;
    right: 3%;
    margin: auto;
    transform: translate(-50%, -50%);
}



@media only screen and (min-width: 768px) {

    .inner {
        position: relative;
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 50px 50px !important;
    }

    .sp_only {
        display: none;
    }

    .sp_hidden {
        display: block;
    }

    .area-title {
        font-size: 4rem;
    }

    .area-lead {
        font-size: 1.8rem;
    }

    .btn-box {
        margin: 40px auto 0;
        max-width: 400px;
    }

    .btn-box .btn {
        font-size: 1.5rem;
        color: #fff;
        font-weight: bold;
    }
}



/*====================

  メイン画像

====================*/
.mainvisual-area {
    padding: 0;
    position: relative;
}

.mainvisual-area-pic {
    width: 100%;
    text-align: center;
}


.about-vpoint-block {
    margin-top: 30px;
}


/*====================

コラム・豆知識

====================*/

.tips-area {
    padding: 60px 10px;
}

.tips-block {
    background-color: #fff;
}

.tips-box {
    padding: 20px;
    color: #444;
    background-color: #fff;
}

.tips-box .tips-box-link {
    font-weight: bold;
    margin-top: 10px;
}

.tips-box .tips-box-link a {
    font-weight: bold;
}

.tips-box h3 {
    position: relative;
    margin-bottom: 2.4rem;
    padding-bottom: 10px;
    border-bottom: 3px solid #cc2200;
    font-weight: 700;
    font-size: 1.8rem;
}

.tips-box-txt {
    margin-bottom: 1.5rem;
}

.tips-box ul {
    margin-bottom: 1.5rem;
}

.tips-box ul li {
    font-weight: 700;
}

.tips-box dl {
    margin-bottom: 3rem;
}

.tips-box dl dt {
    font-weight: 700;
}

.tips-box dl dd {
    margin-bottom: 1.5rem;
}


.tips-box-txt-link a {
    font-weight: 700;
    border-bottom: 2px solid #cc2200;
}

/*====================

人気特集

====================*/
.feature-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.feature-box {
    width: 48%;
    background: #fff;
    margin-right: 4%;
}

.feature-box:nth-of-type(2n) {
    margin-right: 0;
}

.feature-item-text_box {
    padding: 10px 8px;
}

.feature-item-text_box-name {
    margin-bottom: 5px;
    text-align: center;
    font-size: 3.25vw;
    font-weight: bold;
}

.feature-item-text_box-txt {
    font-size: 2.75vw;
}


@media screen and (min-width: 768px) {
    .feature-list {
        justify-content: space-between;
    }

    .feature-box {
        width: 23%;
        margin-right: auto;
    }

    .feature-box:nth-of-type(2n) {
        margin-right: auto;
    }

    .feature-box:nth-of-type(3n) {
        margin-right: auto;
    }

    .feature-item-text_box-name {
        font-size: 15px;
    }

    .feature-item-text_box-txt {
        font-size: 12px;
    }
}

/*====================

ギフトを選ぶ

====================*/
.gift-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.gift-box {
    width: 48%;
    background: #fff;
    margin-right: 4%;
    padding: 10px;
    text-align: center;
}

.gift-box:nth-of-type(2n) {
    margin-right: 0;
}

.gift-item-text_box {
    padding: 10px 0 0 0;
}

.gift-item-text_box-name {
    margin-bottom: 5px;
    text-align: center;
    font-size: 3.25vw;
    font-weight: bold;
}

.gift-item-text_box-txt {
    font-size: 2.75vw;
}


@media screen and (min-width: 768px) {
    .gift-list {
        justify-content: space-between;
    }

    .gift-box {
        width: 23%;
        margin-right: auto;
    }

    .gift-box:nth-of-type(2n) {
        margin-right: auto;
    }

    .gift-box:nth-of-type(3n) {
        margin-right: auto;
    }

    .gift-item-text_box-name {
        font-size: 15px;
    }

    .gift-item-text_box-txt {
        font-size: 12px;
    }
}

/*====================

追従ボタン

====================*/


.fix-btn_box {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    position: fixed;
    top: 10%;
    right: 1%;
    z-index: 1000001;
}

.is-search_fixed .fix-btn_box {
    opacity: 1;
    visibility: visible;
}

.fix-btn_box .wrap {
    position: relative;
    max-width: 1780px;
    height: 0;
    padding: 0
}

.fix-btn_search a {
    position: relative;
    display: block;
    width: 90px;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    text-decoration: none !important;
}

.fix-btn_search span {
    display: block;
    padding: 2px 0 15px;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
}

.fix-btn_search a:before {
    position: absolute;
    right: -10%;
    display: block;
    width: 90px;
    height: 90px;
    background: url(/images/icon-search-normal.svg) no-repeat 0 0, url(/images/icon-search-hover.svg) no-repeat 0 0;
    background-size: auto;
    background-size: 100% auto;
    content: "";
    transition: 500ms;
}

.fix-btn_search a:hover:before {
    background-size: 0, contain;
}

.is-search {
    overflow-y: hidden
}

@media screen and (min-width: 768px) {

    .fix-btn_search a:before {
        width: 150px;
        height: 150px;
        right: 50%;
        left: auto;
    }
}

/*====================

簡単検索

====================*/
input,
select {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #333;
    border-radius: 0px;
}

.easysearch-area {
    background-color: #fff;
    width: 95%;
    margin: auto;
}

.easysearch-select-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    margin-top: -25px;
}

.easysearch-select-box {
    width: 100%;
}

.easysearch-select-item {
    text-align: center;
    padding: 10px;
    width: 100%;
    border: 1px solid #333;
    background: #fff url('/images/icon-arrow-under-bk.svg') no-repeat right 5px top 50%;
    background-size: 16px 16px;
    cursor: pointer;
    text-align-last: center;
    color: #333;
}


.easysearch-select-item-icon {
    width: 1em;
    display: flex;
    align-items: center;
}

.easysearch-select-item-icon::before {
    content: "";
    display: block;
    background-image: url('/images/icon-times.svg');
    background-size: 100%;
    width: 14px;
    height: 14px;
}

@media screen and (min-width: 768px) {
    .easysearch-area {
        width: 100%;
        max-width: 700px;
    }

    .easysearch-area .inner {
        padding: 35px 50px;
    }

    .easysearch-select-block {
        justify-content: space-between;
    }

    .easysearch-select-box {
        width: 45%;
    }
}

/*====================

モーダルオーバーレイ

====================*/

.modal-pullMenu_box {
    display: none
}

.modal-overlay {
    position: fixed;
    top: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    text-align: center;
    background: transparent;
    opacity: 0;
    -webkit-animation: b .3s;
    animation: b .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.is-search .modal-overlay {
    z-index: 9999999;
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
    opacity: 1;
    -webkit-animation: a .3s;
    animation: a .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.modal-search {
    position: fixed;
    top: 0;
    right: -400px;
    z-index: 99999999;
    width: 400px;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    -webkit-overflow-scrolling: touch
}

.is-search .modal-search,
.modal-search {
    -webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
    -o-transition: right .6s cubic-bezier(.19, 1, .22, 1);
    transition: right .6s cubic-bezier(.19, 1, .22, 1)
}

.is-search .modal-search {
    right: 0
}

.modal-search_cover {
    position: relative;
    padding: 30px;
    background-color: #f7f7f7;
}


.modal-close.top {
    position: absolute;
    top: 5px;
    right: 10px;
    text-align: right
}

.modal-close.top a {
    position: relative;
    display: inline-block;
    padding-right: 1.2em;
    font-size: 1.2rem
}

.modal-close.top a:after {
    position: absolute;
    top: 5px;
    right: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: "";
    display: block;
    background-image: url('/images/icon-times.svg');
    background-size: 100%;
}


.isOtherDevice .modal-close.top a:hover:before {
    opacity: 1
}

.modal-close.btm {
    margin-top: 20px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: right;
}

.modal-close.btm a:after {
    position: absolute;
    top: 5px;
    left: 50px;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: "";
    display: block;
    background-image: url('/images/icon-times.svg');
    background-size: 100%;
}

.modal-close.btm .modal-close-btn {
    display: block;
    width: 100%;
    min-height: 36px;
    padding-top: 9px;
    color: #fff !important;
    text-align: center;
    background: #444
}

.isOtherDevice .modal-close.btm .modal-close-btn {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.isOtherDevice .modal-close.btm .modal-close-btn:hover {
    opacity: .7
}

/*====================

モーダル内

====================*/

.modal-search-block-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.4rem;
    font-weight: 500;
}

.modal-search-title {
    padding: 10px;
    background-color: #333;
    color: #fff;
}

.modal-search-box {
    background-color: #fff;
    margin-bottom: 20px;
}

.modal-item a {
    padding: 10px;
    display: block;
    position: relative;
}

.modal-item a::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url('/images/icon-arrow-right-bl.svg');
    background-size: 100%;
    width: 7px;
    height: 12px;
    top: 50%;
    right: 3%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.modal-item:nth-of-type(2n) {
    background-color: #f9f9f9;
}

.modal-search-box .keyword-search-block {
    padding: 10px;
}

.modal-search-box .query {
    width: 100%;
    height: 40px;
    margin: 10px auto;
}


.modal-search-box .easysearch-select-block {
    margin-top: 20px;
    padding: 10px;
}

.modal-search-box .btn-box {
    margin: 10px auto 0;
}