@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: #cb352c;
    --font-size-text: 1rem;
}

/* フッター外の背景も指定 */
body {
    background-color: #fff;
}
/* パンくず削除 */
#pankuzu {
    display: none;
}
main, main#wrapper {
    padding: 0;
    max-width: none !important;
}

#forfurusato-yearend-newyear img {
    width: 100%;
    height: 100%;
    display: block;
}
#forfurusato-yearend-newyear a {
    display: block;
}
#forfurusato-yearend-newyear a:hover {
    opacity: .7;
}
#forfurusato-yearend-newyear .pc-none,
#forfurusato-yearend-newyear .pc_none {
    display: none;
}
/* マーカー */
span.marker {
    background: linear-gradient(transparent 60%, #fbab3b99 40%);
    font-weight: bold;
    line-height: 1;
}
/* SVG共通 */
#forfurusato-yearend-newyear 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-yearend-newyear 共通 ここから
================================================*/
/* フォント */
#forfurusato-yearend-newyear{
    color: var(--main-text-color);
    font-size: var(--font-size-text);
    background: #fdf6ec;
    max-width: 1080px;
    margin: 0 auto;
    border-left: solid 3px #e1b643;
    border-right: solid 3px #e1b643;
}
#forfurusato-yearend-newyear p {
    font-size: var(--font-size-text);
}
#forfurusato-yearend-newyear h2,h3{
    color: var(--title-text-color);
    /* font-size: 1.2rem; */
}
#forfurusato-yearend-newyear h2{
    font-size: 2rem;
    margin-bottom: 3%;
}
#forfurusato-yearend-newyear h3{
    font-size: 1.5rem;
    /* margin-bottom: 2%; */
}
#forfurusato-yearend-newyear h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    margin: 3% 0;
    color:#fff;
    background: #cb352c;
    width: 88%;
    padding: 1%;
    border-radius: 10px;
    border: solid 2px #e0b542;
}


/*==============================================
#forfurusato-yearend-newyear 共通 ここまで
================================================*/
#forfurusato-yearend-newyear .furusato__outer{
    background:none;
}
#forfurusato-yearend-newyear .furusato__inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    @media screen and (max-width: 1400px) {
    min-width: 600px;
    margin: 0 auto;
    }
}
#forfurusato-yearend-newyear #top {
    justify-content: center;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
}

#forfurusato-yearend-newyear #top .top-item__logo {
    width: 16%;
    position: absolute;
    left: 2%;
    bottom: 38%;
}

#forfurusato-yearend-newyear #top h1 img {
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
}

#forfurusato-yearend-newyear #top .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);
}

#forfurusato-yearend-newyear #top 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-yearend-newyear #anchor {
    padding: 1% 0 0;
}

#forfurusato-yearend-newyear #anchor .flex-box {
    display: flex;
    justify-content: center;
    gap: 2%;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 3%;
}

#forfurusato-yearend-newyear #anchor .flex-box li {
    width: calc(88% / 2);
}

#forfurusato-yearend-newyear #anchor .flex-box li.col_1 {
    width: calc(90% / 1);
}

#forfurusato-yearend-newyear #anchor .anchor__btn {
    position: relative;
    width: 100%;
    margin: 1% auto;
    padding: .5em 0;
    text-align: center;
    background: #cb352c;
    background-size: 200% auto;
    color: #fff;
    font-size: 1.3rem;
    box-shadow: 0px 10px 10px -6px rgb(234 100 31 / 35%);
    border-radius: 10px;
    border: 2px solid #e0b542;
}

#forfurusato-yearend-newyear #anchor .anchor__btn::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;
}

/* ホバーしたときの挙動 */
#forfurusato-yearend-newyear #anchor .anchor__btn:hover {
    box-shadow: none;
    color: white !important;
    background-color: #cb352c;
    opacity: 1;
}

#forfurusato-yearend-newyear #anchor .anchor__btn:hover::after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    bottom: -.4em;
}

#forfurusato-yearend-newyear #anchor.campaign {
    padding: 210px 0 30px !important;
}

/**************************
btn
****************************/
#forfurusato-yearend-newyear .btn {
    position: relative;
    width: 56%;
    margin: 1% auto;
    padding: .4em 0;
    text-align: center;
    background: transparent;
    background-size: 200% auto;
    color: #cb352c !important;
    border-radius: 100px;
    font-size: 1.3rem;
    border: 2px solid;
}

#forfurusato-yearend-newyear .btn::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .4em;
    height: .4em;
    border-top: 3px solid #cb352c;
    border-right: 3px solid #cb352c;
    top: 0;
    bottom: 0;
    right: 8%;
    margin: auto;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
}

#forfurusato-yearend-newyear .btn:hover {
    background: #e04a5b24;
}

#forfurusato-yearend-newyear .flex {
    display: flex;
    width: 90%;
    gap: 13px;
    flex-wrap: wrap;
}

/* ==============================================
コンテンツ
================================================*/

#forfurusato-yearend-newyear .contents {
    /* padding: 0 2% 2%; */
    text-align: center;
}

#forfurusato-yearend-newyear .contents .parts-img {
    width: 20%;
    margin: 0 auto;
    padding-bottom: 2%;
}

#forfurusato-yearend-newyear .contents h2 {
    color: white;
}

#forfurusato-yearend-newyear .contents h2 span {
    font-size: 1.2rem;
}

#forfurusato-yearend-newyear .contents .contents-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2%;
    flex-direction: column;
}

/* #forfurusato-yearend-newyear .contents .contents-wrap .goods:nth-child(n+5):nth-child(-n+12) {
    display: none;
} */

#forfurusato-yearend-newyear .contents .contents-wrap .contentsbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#forfurusato-yearend-newyear .contents .contents-wrap .contentsbox p {
    object-fit: contain;
    margin-bottom: 2%;
}

#forfurusato-yearend-newyear .contents .contents-wrap .contentsbox img {
    width: 16%;
    object-fit: contain;
    margin: 2% 0;
}

#forfurusato-yearend-newyear .contents .contents-wrap .contentsbox .flex-box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
}

#forfurusato-yearend-newyear .contents .contents-wrap .contentsbox .goods {
    scroll-snap-align: start;
    width: calc(96% / 5);
    margin-bottom: 2%;
    display: flex;
    justify-content: center;
}

#forfurusato-yearend-newyear .contents .contents-wrap .contentsbox .goods 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;
}

#forfurusato-yearend-newyear .contents .contents-wrap .contentsbox .goods .flex_l {
    height: 100%;
}

#forfurusato-yearend-newyear .contents .contents-wrap .contentsbox .goods .flex_r {
    width: 100%;
}

#forfurusato-yearend-newyear .contents .contents-wrap .contentsbox .goods img {
    object-fit: contain;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 5% !important;
    background-color: white;
}

#forfurusato-yearend-newyear .contents .contents-wrap .contentsbox .goods h5 {
    font-size: 0.8rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 2rem;
}

#forfurusato-yearend-newyear .contents .contents-wrap .contentsbox .goods .price {
    color: #b10e18;
    font-size: 0.8rem;
}

#forfurusato-yearend-newyear .contents .contents-wrap .contentsbox .goods .local {
    font-size: 0.8rem;
}

#forfurusato-yearend-newyear .contents .contents-wrap .contentsbox .goods .txt {
    font-size: 0.7rem;
    background: #fbf6f7;
    line-height: 1.4em;
    padding: .2rem;
}

#forfurusato-yearend-newyear #finish {
    background: #fff7ea;
    color: #1c1c1d;
    padding: 5%;
    /* padding: 0 5% 5%; */
    text-align: center;
}

#forfurusato-yearend-newyear #finish img {
    margin-bottom: 2%;
}

#forfurusato-yearend-newyear #finish a {
    padding: 0 10%;
}

#forfurusato-yearend-newyear #finish h2 {
    color: #e42537;
    font-size: 1.8rem;
    margin-bottom: 3%;
}

#forfurusato-yearend-newyear #finish p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

#forfurusato-yearend-newyear #finish .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);
}

#forfurusato-yearend-newyear #finish .top-item__btn::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;
}

#forfurusato-yearend-newyear #finish .top-item__btn:hover {
    background-position: left center !important;
    color: white !important;
}

/*==============================================
ページトップ　ここまで
================================================*/

/*-----------------------------------------------*/
/*トップページ*/
/*-----------------------------------------------*/
#forfurusato-yearend-newyear .pagetop {
    position: fixed;
    bottom: 3em;
    right: 3em;
	z-index: 9999;
}
#forfurusato-yearend-newyear .pagetop a ::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.2rem;
    color: #fff;
} 
#forfurusato-yearend-newyear .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-yearend-newyear .pagetop a:hover{
	background-color: #6d4f4fb0;
	color: #fff !important;
	transform: translateY(-2px);
}
/*-----------------------------------------------*/
/*ボタン*/
/*-----------------------------------------------*/
#forfurusato-yearend-newyear .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-yearend-newyear a .btn-black.red {
    background-color: #cf1d2b;
    border: 1px solid #cf1d2b;
    font-size: .8rem;
    padding: .3rem 0;
}
/*矢印*/
#forfurusato-yearend-newyear .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-yearend-newyear .btn-black:hover {
    background-color: #fff;
    color: #222;
}
#forfurusato-yearend-newyear a:hover .btn-black.red {
    background-color: #fff;
    color: #cf1d2b;
}
#forfurusato-yearend-newyear .btn-black:hover::after,
#forfurusato-yearend-newyear a:hover .btn-black::after{
    border-top: 2px solid #222;
    border-right: 2px solid #222;
}
#forfurusato-yearend-newyear .btn-black.red:hover::after,
#forfurusato-yearend-newyear a:hover .btn-black.red::after{
    border-top: 2px solid #cf1d2b;
    border-right: 2px solid #cf1d2b;
}

#forfurusato-yearend-newyear .contents .contents-wrap .contentsbox .col_1 {
    overflow-x: inherit;
}

#forfurusato-yearend-newyear .contents .contents-wrap .contentsbox .col_1 .goods {
    width: 100%;
}

#forfurusato-yearend-newyear .contents .contents-wrap .contentsbox .col_1 .goods a {
    flex-direction: row;
    aspect-ratio: 0;
    width: 84%;
    box-sizing: border-box;
    gap: 53px;
    padding: 2%;
}

#forfurusato-yearend-newyear .contents .contents-wrap .contentsbox .col_1 .goods a .flex_r {
    width: 40%;
}

#forfurusato-yearend-newyear .contents .contents-wrap .contentsbox .col_1 .goods a .flex_r h5 {
    font-size: 1.1rem;
}

#forfurusato-yearend-newyear .contents .contents-wrap .contentsbox .col_1 .goods a .flex_r .price {
    font-size: 1.3rem;
}

#forfurusato-yearend-newyear .contents .contents-wrap .contentsbox .col_1 .goods a .flex_l {
    width: 45%;
}

#forfurusato-yearend-newyear .contents .contents-wrap .contentsbox .col_1 .goods a .flex_l img {
    aspect-ratio: 0 !important;
    margin-bottom: 0 !important;
}

/* 訳あり アイコン*/
#forfurusato-yearend-newyear .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-yearend-newyear .goods a .icon .big{
    font-size: 1.3rem;
    line-height: 1.1;
}

/* 要素追加 */
#forfurusato-yearend-newyear .contents .shokai{
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    padding: 1em;
    box-sizing: border-box;
    margin-bottom: 1em;
    border-radius: 10px;
    border: solid 2px #e1b643;
}
#forfurusato-yearend-newyear .contents .shokai .fusyu{
    display: flex;
    align-items: center;
}
#forfurusato-yearend-newyear .contents .shokai .fusyu:before,
#forfurusato-yearend-newyear .contents .shokai .fusyu:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #a5842b;
}
#forfurusato-yearend-newyear .contents .shokai .fusyu:before{
    margin-right: .5em;
    background: linear-gradient(-90deg, #a5842b, transparent);
}
#forfurusato-yearend-newyear .contents .shokai .fusyu:after{
    margin-left: .5em;
    background: linear-gradient(90deg, #a5842b, transparent);
}
