@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: 1rem;
}

/* フッター外の背景も指定 */
body {
    background-color: #fff;
}
/* パンくず削除 */
#pankuzu {
    display: none;
}
main, main#wrapper {
    padding: 0;
    max-width: none !important;
}

#forfurusato-standard img {
    width: 100%;
    height: 100%;
    display: block;
}
#forfurusato-standard a {
    display: block;
}
#forfurusato-standard a:hover {
    opacity: .7;
}
#forfurusato-standard .pc-none,
#forfurusato-standard .pc_none {
    display: none;
}
/* マーカー */
span.marker {
    background: linear-gradient(transparent 60%, #fbab3b99 40%);
    font-weight: bold;
    line-height: 1;
}
/* SVG共通 */
#forfurusato-standard 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-standard 共通 ここから
================================================*/
/* フォント */
#forfurusato-standard{
    color: var(--main-text-color);
    font-size: var(--font-size-text);
}
#forfurusato-standard p {
    font-size: var(--font-size-text);
}
#forfurusato-standard h2,h3{
    color: var(--title-text-color);
    /* font-size: 1.2rem; */
}
#forfurusato-standard h2{
    font-size: 2rem;
    margin-bottom: 3%;
}
#forfurusato-standard h3{
    font-size: 1.5rem;
    /* margin-bottom: 2%; */
}
#forfurusato-standard h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    margin: 3% 0;
    color:#fff;
    background: #a52a2a;
    width: 88%;
    padding: 1%;
}

/* #forfurusato-standard h3::before,
#forfurusato-standard h3::after {
    content: '';
    width: 10vw;
    height: 2px;
    background-color: var(--title-text-color);
    margin: 1vw;
} */


/* セクション共通 */
/* #forfurusato-standard .section {
    position: relative;
}
#forfurusato-standard .choosecolor section:nth-child(2n+1){
    background-color:#ffebe0 ;
}
#forfurusato-standard .choosecolor section:nth-child(2n){
    background-color:#fcf6f0 ;
} */


/*==============================================
#forfurusato-standard 共通 ここまで
================================================*/
#forfurusato-standard .furusato__outer{

    /* background: #ffebe0; */
}
#forfurusato-standard .furusato__inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    @media screen and (max-width: 1400px) {
    min-width: 600px;
    margin: 0 auto;
    }
}
#forfurusato-standard #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);
    }
}

/**************************
anchor
****************************/
#forfurusato-standard #anchor{
        /* background: #ffebe0; */
        padding: 30px 0 0;
        .flex-box {
            display: flex;
            justify-content: center;
            gap: 2%;
            width: 100%;
            flex-wrap: nowrap;

            & li{
                width: calc(88% / 2);
                }
                & li.col_1{
                    width: calc(90% / 1);
                    }  

        }

        .anchor__btn {
            position: relative;
            width: 100%;
            margin: 2% auto;
            padding: .5em 0;
            text-align: center;
            background: #ffffff;
            background-size: 200% auto;
            color: #a52a2a;
            font-size: 1.3rem;
            box-shadow: 0px 10px 10px -6px rgb(234 100 31 / 35%);
            border-radius: 36px;
            border: 3px solid #a52a2a;

            &::after {
                position: absolute;
                display: inline-block;
                vertical-align: middle;
                content: "";
                width: .4em;
                height: .4em;
                border-top: 3px solid #a52a2a;
                border-right: 3px solid #a52a2a;
                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: #a52a2a;
            opacity: 1;
            
                &::after {
                    border-top: 3px solid #fff;
                    border-right: 3px solid #fff;
                }
            }
            
        }
}
#forfurusato-standard #anchor.campaign{
    padding: 210px 0 30px !important;
}

/**************************
btn
****************************/
#forfurusato-standard .btn {
            position: relative;
            width: 56%;
            margin: 1% auto;
            padding: .4em 0;
            text-align: center;
            background: #cf4b21;
            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-standard .flex {
    display: flex;
    width: 90%;
    gap: 13px;
}
/* ==============================================
コンテンツ
================================================*/

#forfurusato-standard .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-standard #finish{
    background: #fff7ea;
    color: #1c1c1d;
    padding:5%;
    /* padding: 0 5% 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-standard .pagetop {
    position: fixed;
    bottom: 3em;
    right: 3em;
	z-index: 9999;
}
#forfurusato-standard .pagetop a ::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.2rem;
    color: #fff;
} 
#forfurusato-standard .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-standard .pagetop a:hover{
	background-color: #6d4f4fb0;
	color: #fff !important;
	transform: translateY(-2px);
}
/*-----------------------------------------------*/
/*ボタン*/
/*-----------------------------------------------*/
#forfurusato-standard .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-standard a .btn-black.red {
    background-color: #cf1d2b;
    border: 1px solid #cf1d2b;
    font-size: .8rem;
    padding: .3rem 0;
}
/*矢印*/
#forfurusato-standard .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-standard .btn-black:hover {
    background-color: #fff;
    color: #222;
}
#forfurusato-standard a:hover .btn-black.red {
    background-color: #fff;
    color: #cf1d2b;
}
#forfurusato-standard .btn-black:hover::after,
#forfurusato-standard a:hover .btn-black::after{
    border-top: 2px solid #222;
    border-right: 2px solid #222;
}
#forfurusato-standard .btn-black.red:hover::after,
#forfurusato-standard a:hover .btn-black.red::after{
    border-top: 2px solid #cf1d2b;
    border-right: 2px solid #cf1d2b;
}

/* 250528 追加 */
#forfurusato-standard .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;
                            }
                        }
                        
                    }
                }
            }
        }
    }
}
#forfurusato-standard .back{
    background-color: #f0e1c2;
    background: url(/IMAGE/forfurusato-standard/back.jpg);
    
}