@charset "Shift_JIS";

/*==============================================
 共通 ここから
================================================*/
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-wakeari img {
    width: 100%;
    height: 100%;
    display: block;
}
#forfurusato-wakeari a {
    display: block;
}
#forfurusato-wakeari a:hover {
    opacity: .7;
}
#forfurusato-wakeari .pc-none,
#forfurusato-wakeari .pc_none {
    display: none;
}
/* マーカー */
span.marker {
    background: linear-gradient(transparent 60%, #fbab3b99 40%);
    font-weight: bold;
    line-height: 1;
}
/* SVG共通 */
#forfurusato-wakeari 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-wakeari 共通 ここから
================================================*/
/* フォント */
#forfurusato-wakeari{
    color: var(--main-text-color);
    font-size: var(--font-size-text);
    background: #fdf6ec;
}
#forfurusato-wakeari p {
    font-size: var(--font-size-text);
}
#forfurusato-wakeari h2,h3{
    color: var(--title-text-color);
    /* font-size: 1.2rem; */
}
#forfurusato-wakeari h2{
    font-size: 2rem;
    margin-bottom: 3%;
}
#forfurusato-wakeari h3{
    font-size: 1.5rem;
    /* margin-bottom: 2%; */
}
#forfurusato-wakeari h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    margin: 3% 0;
    color:#fff;
    background: #e04a5b;
    width: 100%;
    padding: 1%;
}


/*==============================================
#forfurusato-wakeari 共通 ここまで
================================================*/
#forfurusato-wakeari .furusato__outer{

}
#forfurusato-wakeari .furusato__inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    @media screen and (max-width: 1400px) {
    min-width: 600px;
    margin: 0 auto;
    }
}
#forfurusato-wakeari #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-wakeari #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: #e04a5b;
            background-size: 200% auto;
            color: #fff;
            font-size: 1.3rem;
            box-shadow: 0px 10px 10px -6px rgb(234 100 31 / 35%);
            border-radius: 36px;
            border: 2px solid #f9e9b5;

            &::after {
                position: absolute;
                display: inline-block;
                vertical-align: middle;
                content: "";
                width: .3em;
                height: .3em;
                border-top: 3px solid #fff;
                border-right: 3px solid #fff;
                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: #cb3344;
            opacity: 1;
            
                &::after {
                    border-top: 3px solid #fff;
                    border-right: 3px solid #fff;
                    bottom: -.4em;
                }
            }
            
        }
}
#forfurusato-wakeari #anchor.campaign{
    padding: 210px 0 30px !important;
}

/**************************
btn
****************************/
#forfurusato-wakeari .btn {
            position: relative;
            width: 56%;
            margin: 1% auto;
            padding: .4em 0;
            text-align: center;
            background:transparent;
            background-size: 200% auto;
            color: #e04a5b !important;
            border-radius: 100px;
            font-size: 1.3rem;
            border: 2px solid;
            &::after {
                position: absolute;
                display: inline-block;
                vertical-align: middle;
                content: "";
                width: .4em;
                height: .4em;
                border-top: 3px solid #e04a5b;
                border-right: 3px solid #e04a5b;
                top: 0;
                bottom: 0;
                right: 8%;
                margin: auto;
                transform: rotate(45deg);
                transition: all 0.3s ease 0s;
            }
            &:hover {
            background:#e04a5b24;
            }
        }
#forfurusato-wakeari .flex {
    display: flex;
    width: 90%;
    gap: 13px;
    flex-wrap: wrap;
}
/* ==============================================
コンテンツ
================================================*/

#forfurusato-wakeari .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_l {
                        height: 100%;
                    }

                    & .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;}
                    .txt{
                        font-size: 0.7rem;
                        background: #fbf6f7;
                        line-height: 1.4em;
                        padding: .2rem;
                    }

                }

        }
    }
}


#forfurusato-wakeari #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-wakeari .pagetop {
    position: fixed;
    bottom: 3em;
    right: 3em;
	z-index: 9999;
}
#forfurusato-wakeari .pagetop a ::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.2rem;
    color: #fff;
} 
#forfurusato-wakeari .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-wakeari .pagetop a:hover{
	background-color: #6d4f4fb0;
	color: #fff !important;
	transform: translateY(-2px);
}
/*-----------------------------------------------*/
/*ボタン*/
/*-----------------------------------------------*/
#forfurusato-wakeari .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-wakeari a .btn-black.red {
    background-color: #cf1d2b;
    border: 1px solid #cf1d2b;
    font-size: .8rem;
    padding: .3rem 0;
}
/*矢印*/
#forfurusato-wakeari .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-wakeari .btn-black:hover {
    background-color: #fff;
    color: #222;
}
#forfurusato-wakeari a:hover .btn-black.red {
    background-color: #fff;
    color: #cf1d2b;
}
#forfurusato-wakeari .btn-black:hover::after,
#forfurusato-wakeari a:hover .btn-black::after{
    border-top: 2px solid #222;
    border-right: 2px solid #222;
}
#forfurusato-wakeari .btn-black.red:hover::after,
#forfurusato-wakeari a:hover .btn-black.red::after{
    border-top: 2px solid #cf1d2b;
    border-right: 2px solid #cf1d2b;
}

/* 250528 追加 */
#forfurusato-wakeari .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-wakeari .goods a .icon{
    background: #e04a5b;
    color: #fff;
    border-radius: 100vw;
    width: 3.3rem;
    height: 3.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fffe8d;
    position: absolute;
    left: -.2rem;
    top: -.2rem;
    border: 2px solid;
    transform: rotate(-9deg);
    flex-direction: column;
    line-height: 1rem;

}
#forfurusato-wakeari .goods a .icon .big{
    font-size: 1.3rem;
    line-height: 1.1;
}

