@charset "UTF-8";

/*==============================================
共通 ここから
================================================*/
html {
    font-size: 18px;
    @media screen and (max-width: 1000px) {
    font-size: 14px;
    .tablet-none{display: none;}
    }
}
/* 変数指定 */
:root {
    --main-text-color: #333333;
    --title-text-color: #ea553f;
    --font-size-text: 0.8rem;
}

/* フッター外の背景も指定 */
body {
    background-color: #fff;
}
/* パンくず削除 */
#pankuzu {
    display: none;
}
main, main#wrapper {
    padding: 0;
    max-width: none !important;
}

#forfurusato-present-campaign img {
    width: 100%;
    height: auto;
    display: block;
}
#forfurusato-present-campaign a {
    display: block;
}
#forfurusato-present-campaign a:hover {
    opacity: .7;
}
#forfurusato-present-campaign .pc-none,
#forfurusato-present-campaign .pc_none {
    display: none;
}
/* マーカー */
span.marker {
    background: linear-gradient(transparent 60%, #fbab3b99 40%);
    font-weight: bold;
    line-height: 1;
}
/* SVG共通 */
#forfurusato-present-campaign svg {
    width: 100%;
    height: auto;
    display: block;
}
/* 価格プロリセット */
.buy_price>ol .spesicalprice, .buy_price>ul .spesicalprice {
    display: none;
}
.buy_price>ul .intax {
    display: none !important;
}
.buy_price>ol .price, .buy_price>ul .price {
    color: #eb0012;
    font-size: 4cqw; /* 30px */
    display:inline-block
}
/* ¥マークの指定 */
.buy_price>ol .price, .buy_price>ul .price::first-letter {
    font-size: 3cqw;
}

/* ヘッダー画像削除 */
.header-info-red a{
    display: none;
}
/* header-sticky 高さ固定 */
.header-sticky {
    top: 141px !important;
}

/* ヘッダー画像削除 */
.header-info img {
    display: none;
}
/* フッター調整 */
footer {
    position: relative;
}
footer,
footer .bottom {
    margin: 0 !important;
}
article#contents {
    padding-bottom: 0 !important;
}

/*==============================================
#forfurusato-present-campaign 共通 ここから
================================================*/
/* フォント */
#forfurusato-present-campaign{
    color: var(--main-text-color);
    font-size: var(--font-size-text);
}
#forfurusato-present-campaign p {
    font-size: var(--font-size-text);
}
#forfurusato-present-campaign h2,h3{
    color: var(--title-text-color);
    /* font-size: 1.2rem; */
}
#forfurusato-present-campaign h2{
    font-size: 1.6rem;
    margin-bottom: 2%;
    margin: 1rem 0;
}
#forfurusato-present-campaign h3{
    font-size: 1.5rem;
    /* margin-bottom: 2%; */
}
#forfurusato-present-campaign h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    margin: 3% 0;
    color:#fff;
    background: #55aab9;
    width: 88%;
    padding: 1%;
}

/* #forfurusato-present-campaign h3::before,
#forfurusato-present-campaign h3::after {
    content: '';
    width: 10vw;
    height: 2px;
    background-color: var(--title-text-color);
    margin: 1vw;
} */


/* セクション共通 */
/* #forfurusato-present-campaign .section {
    position: relative;
}
#forfurusato-present-campaign .choosecolor section:nth-child(2n+1){
    background-color:#ffebe0 ;
}
#forfurusato-present-campaign .choosecolor section:nth-child(2n){
    background-color:#fcf6f0 ;
} */


/*==============================================
#forfurusato-present-campaign 共通 ここまで
================================================*/
#forfurusato-present-campaign .furusato__inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    @media screen and (max-width: 1400px) {
    min-width: 600px;
    margin: 0 auto;
    }
}
#forfurusato-present-campaign #top {
    justify-content: center;
    display: flex;
    position: relative;
    .top-item__logo {
        width: 16%;
        position: absolute;
        left: 2%;
        bottom: 38%;
        }

    & h1{
            & img{
            width: 100%;
            margin: 0 auto;
            object-fit: cover;
            }
    }
    .top-banner{
        width: 70%;
        height: auto;
        position: absolute;
        top: 116%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 7px solid #f7f3ed;
        background-color: #f7f3ed;
        box-shadow:0px 14px 14px -7px rgba(32, 23, 4, 0.3);
    }

    & p{
        width: 100%;
        height: auto;
        position: absolute;
        top: 88%;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 1.3rem;
        text-shadow: 4px 4px 4px rgba(32, 23, 4, 0.1), -4px -4px 4px rgba(32, 23, 4, 0.1), -4px 4px 4px rgba(32, 23, 4, 0.1), 4px -4px 4px rgba(32, 23, 4, 0.1), 4px 0 4px rgba(32, 23, 4, 0.1), -4px 0 4px rgba(32, 23, 4, 0.1), 0 4px 4px rgba(32, 23, 4, 0.1), 0 -4px 4px rgba(32, 23, 4, 0.1);
    }
}

/**************************
campain キャンペーンボタン
****************************/
#forfurusato-present-campaign #campain{
    background-color: #f8f4e9;
    padding: 15px 0 30px;

    .present_detail {
        width: 60%;
        margin: 0 auto;
    }

    .campain__button {
        position: relative;
        width: 56%;
        margin: 1% auto 2%;
        padding: .4em 0;
        text-align: center;
        background: #cf1d2c;
        background-size: 200% auto;
        color: #FFF !important;
        border-radius: 100px;
        font-size: 1.3rem;
        box-shadow: 0px 10px 10px -6px rgba(32, 23, 4, 0.3);
        line-height: normal;
        font-weight: 700;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        animation: btn_animation 2s infinite;
        flex-direction: column;

        & span{
            position: absolute;
            right: 3cqw;
            font-size: 5cqw;
            font-family: apple color emoji,segoe ui emoji,noto color emoji,android emoji,emojisymbols,emojione mozilla,twemoji mozilla,segoe ui symbol;
        }

        &::after {
            position: absolute;
            display: inline-block;
            vertical-align: middle;
            content: "";
            width: .4em;
            height: .4em;
            border-top: 3px solid #fff;
            border-right: 3px solid #fff;
            top: 0;
            bottom: 0;
            right: 8%;
            margin: auto;
            transform: rotate(45deg);
            transition: all 0.3s ease 0s;
        }
    
    }

    .clear {
        background: #737373;
        display: flex;
        justify-content: center;
        box-shadow: none;
        animation: none;
    }

    .end {
        background: #737373;
        animation: none;
        box-shadow: none;
    }

    .campain__textbox {
        width: 790px;
        margin: 0 auto 2%;

        .textbox_inner {
            border: 1px solid #c1c1c1;
            padding: 2cqw;
            background-color: #ffffff;

            & h4 {
                font-size: min(4.1vw, 17px);
                color: #222;

                &::before {
                    content: '■';
                    font-size: .8em;
                }
            }
            .list {
                padding-left: 1.2em;
                position: relative;

                &::before {
                    content: attr(data-text); /* data-text 属性の値を表示 */
                    position: absolute;
                    top: 0;
                    left: 0;
                }
            }
        }
    }

    .campain__text {
        width: 790px;
        margin: 0 auto;

        .list {
            padding-left: 1.2em;
            position: relative;

            &::before {
                content: attr(data-text);
                position: absolute;
                top: 0;
                left: 0;
            }
        }
    }
}

@keyframes btn_animation {
    0% {
        transform: translate(2px, 0px);
    }
    5% {
        transform: translate(-2px, 0px);
    }
    10% {
        transform: translate(2px, 0px);
    }
    15% {
        transform: translate(-2px, 0px);
    }
    20% {
        transform: translate(2px, 0px);
    }
    25% {
        transform: translate(-2px, 0px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}

/**************************
anchor
****************************/
#forfurusato-present-campaign #anchor{
        background: #e9f8f7;
        padding: 10px 0 0;

        h2{
            display: flex;
            justify-content: center;
            color: #287380;
        }

        .furusato__inner {
            max-width: 1200px;
        }

        .flex-box {
            display: flex;
            justify-content: center;
            gap: 2%;
            width: 100%;
            flex-wrap: wrap;

            & li{
                width: calc(88% / 3);
                }
                & li.col_1{
                    width: calc(90% / 1);
                    }  

        p{
            font-size: 1.3rem;
            padding-right: .4em;
        }

        }

        .anchor__btn {
            position: relative;
            width: 100%;
            margin: 2% auto;
            padding: .5em 0;
            text-align: center;
            background: #ffffff;
            background-size: 200% auto;
            color: #55aab9;
            font-size: 1.3rem;
            box-shadow: 0px 10px 10px -6px #368e9d59;
            border-radius: 36px;
            border: 3px solid #55aab9;

            &::after {
                position: absolute;
                display: inline-block;
                vertical-align: middle;
                content: "";
                width: .4em;
                height: .4em;
                border-top: 3px solid #55aab9;
                border-right: 3px solid #55aab9;
                top: 0;
                bottom: 0;
                right: 8%;
                margin: auto;
                transform: rotate(135deg);
                transition: all 0.3s ease 0s;
            }
            /* ホバーしたときの挙動 */
            &:hover { 
            box-shadow: none;
            color: white !important;
            background-color: #55aab9;
            opacity: 1;
            
                &::after {
                    border-top: 3px solid #fff;
                    border-right: 3px solid #fff;
                }
            }
            
        }
}
#forfurusato-present-campaign #anchor.campaign{
    padding: 210px 0 30px !important;
}

/**************************
choosecolor
****************************/

#forfurusato-present-campaign .choosecolor{
    background: #e9f8f7;
}

/**************************
btn
****************************/
#forfurusato-present-campaign .btn {
            position: relative;
            width: 56%;
            margin: 1% auto;
            padding: .4em 0;
            text-align: center;
            background: #a98a4a;
            background-size: 200% auto;
            color: #FFF !important;
            border-radius: 100px;
            font-size: 1.3rem;
            box-shadow: 0px 10px 10px -6px rgba(32, 23, 4, 0.3);
            &::after {
                position: absolute;
                display: inline-block;
                vertical-align: middle;
                content: "";
                width: .4em;
                height: .4em;
                border-top: 3px solid #fff;
                border-right: 3px solid #fff;
                top: 0;
                bottom: 0;
                right: 8%;
                margin: auto;
                transform: rotate(45deg);
                transition: all 0.3s ease 0s;
            }
            &:hover {
            box-shadow:none;
            color: white !important;
            }
        }

#forfurusato-present-campaign .flex {
    display: flex;
    width: 90%;
    gap: 13px;
}
/* ==============================================
コンテンツ
================================================*/

#forfurusato-present-campaign .contents{
    /* background: linear-gradient(135deg, #c3ac80 10%, #dac294 90%); */
    /* background: #f7f3ed; */
    /* padding: 5% 5% 1%; */
    padding: 0 2% 2%;
    text-align: center;
    .parts-img{
        width: 20%;
        margin: 0 auto;
        padding-bottom: 2%;
    }

    & h2{
        color: white;
            & span{font-size: 1.2rem;}
    }

    .contents-wrap{
        display: flex;
        align-items: center;
        justify-content: center;
        gap:2%;
        flex-direction: column;

        .goods:nth-child(n+5):nth-child(-n+12){display: none;}

        .contentsbox{
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
                
                & p{object-fit: contain;margin-bottom: 2%;}
                & img{
                    width: 16%;
                    object-fit: contain;
                    margin: 2% 0;
                }
                .flex-box {
                    width: 100%;
                    margin: 0 auto;
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: center;
                    gap: 2%;
                }
                .goods{
                    scroll-snap-align: start;
                    width: calc(96% / 5);
                    margin-bottom: 2%;
                    display: flex;
                    justify-content: center;

                    & a{
                        position: relative;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
                        background:white;
                        padding: 5%;
                        border-radius: 5px;
                        aspect-ratio: 1 / 1;
                        min-width: 200px;
                    }

                    & .flex_r {
                            width: 100%;
                    }

                    & img{
                        object-fit: contain;
                        width: 100%;
                        border-radius: 5px;
                        overflow: hidden;
                        margin: 0 0 5% !important;
                        background-color: white;
                    }
                    
                    & h5{
                        font-size: 0.8rem;
                        overflow: hidden;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 1;
                        line-height: 2rem;
                    }
                    .price{color: #b10e18;font-size: 0.8rem;}
                    .local{font-size: 0.8rem;}

                }

        }
    }
}


#forfurusato-present-campaign #finish{
    background: #fff7ea;
    color: #1c1c1d;
    padding: 3% 5%;
    text-align: center;
    & img{
        margin-bottom: 2%;
    }
    & a{
        padding: 0 10%;
    }
    & h2{
        color:#e42537;
        font-size: 1.8rem; 
        margin-bottom: 3%;}
    & p{font-size: 1.2rem;margin-bottom: 1rem;}

        .top-item__btn {
            position: relative;
            width: 60%;
            margin: 2% auto 3% auto;
            padding: .6em 0;
            text-align: center;
            background: #a52a2a;
            background-size: 200% auto;
            background-position: right center;
            color: #FFF !important;
            border-radius: 100px;
            font-size: 1.5rem;
            box-shadow: 0px 10px 10px -6px rgba(32, 23, 4, 0.3);

            &::after {
                position: absolute;
                display: inline-block;
                vertical-align: middle;
                content: "";
                width: .4em;
                height: .4em;
                border-top: 3px solid #fff;
                border-right: 3px solid #fff;
                top: 0;
                bottom: 0;
                right: 8%;
                margin: auto;
                transform: rotate(45deg);
                transition: all 0.3s ease 0s;
            }
            &:hover {
            background-position: left center !important;
            color: white !important;
            }
        }
}
/*==============================================
ページトップ　ここまで
================================================*/
/*-----------------------------------------------*/
/*トップページ*/
/*-----------------------------------------------*/
#forfurusato-present-campaign .pagetop {
    position: fixed;
    bottom: 3em;
    right: 3em;
    z-index: 9999;
}
#forfurusato-present-campaign .pagetop a ::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.2rem;
    color: #fff;
} 
#forfurusato-present-campaign .pagetop a {
	display: flex;
	justify-content: center;
    align-items: center;
    text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	background:rgba(86,73,68,0.8);
	border-radius: 80px;
	width:70px;
	height:70px;
    line-height: 1.3em;
    transition: 0.3s all;
}
#forfurusato-present-campaign .pagetop a:hover{
	background-color: #6d4f4fb0;
	color: #fff !important;
	transform: translateY(-2px);
}
/*-----------------------------------------------*/
/*ボタン*/
/*-----------------------------------------------*/
#forfurusato-present-campaign .btn-black {
    position: relative;
    background-color: #222;
    color: #fff;
    padding: .3rem 0;
    border-radius: 5px;
    font-size: .8rem;
    border: 1px solid #222;
    transition: .2s;
    margin: 0;
    width: 100%;
}
#forfurusato-present-campaign a .btn-black.red {
    background-color: #cf1d2b;
    border: 1px solid #cf1d2b;
    font-size: .8rem;
    padding: .3rem 0;
}
/*矢印*/
#forfurusato-present-campaign .btn-black::after{
    position: absolute;
    right: .7rem;
    bottom:0;
    top: 0;
    display: block;
    content: "";
    width: .4em;
    height: .4em;
    margin: auto;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: .2s;
}
/*hover*/
#forfurusato-present-campaign .btn-black:hover {
    background-color: #fff;
    color: #222;
}
#forfurusato-present-campaign a:hover .btn-black.red {
    background-color: #fff;
    color: #cf1d2b;
}
#forfurusato-present-campaign .btn-black:hover::after,
#forfurusato-present-campaign a:hover .btn-black::after{
    border-top: 2px solid #222;
    border-right: 2px solid #222;
}
#forfurusato-present-campaign .btn-black.red:hover::after,
#forfurusato-present-campaign a:hover .btn-black.red::after{
    border-top: 2px solid #cf1d2b;
    border-right: 2px solid #cf1d2b;
}

/* 250528 追加 */
#forfurusato-present-campaign .contents {
    & .contents-wrap {
        & .contentsbox {
            & .col_1{
                overflow-x: inherit;
                & .goods {
                    width: 100%;
                        & a {
                            flex-direction: row;
                            aspect-ratio: 0;
                            width: 84%;
                            box-sizing: border-box;
                            gap: 53px;
                            padding: 2%;
                        & .flex_r{
                            width: 40%;
                            & h5{
                                font-size: 1.1rem;
                            }
                            & .price{
                                font-size: 1.3rem;
                            }

                        }
                        & .flex_l{
                            width: 45%;
                            & img{
                            aspect-ratio: 0 !important;
                            margin-bottom: 0 !important;
                            }
                        }
                        
                    }
                }
            }
        }
    }
}