@charset "UTF-8";
/*=============================================================

	Date: 2024-11-15
	CSS Document ： あったか特集

	1.基本
	2.タイトルエリア
	3.コーデ
	4.スペック
	5.基本（スマホ）
	6.タイトルエリア（スマホ）
	7.コーデ（スマホ）
	8.スペック（スマホ）
	9.webフォント

=============================================================*/
#footercontent .fsc_gfooter__breadcrumb {
	display: none;
}
/*------------------------------------

ベース

------------------------------------*/
.pc_ff {
	display: block;
}
br.pc_ff {
	display: inline-block;
}
.sp_ff {
	display: none;
}
/* ルビ */
ruby {
	line-height: 2.0em;
}
rt {
	font-size: 45%;
}
.clearfix::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
.clearfix {
	display: block;
}
/*------------------------------------

基本（スマホ）

------------------------------------*/
@media (max-width: 768px) {
	.pc_ff {
		display: none !important;
	}
	.sp_ff {
		display: block;
	}
}
/*------------------------------------

wrapper

------------------------------------*/
#wrapper {
	color: #663a00;
	/* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif"; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#wrapper ul {
	padding-inline-start: 0;
	list-style: none;
}
#wrapper a {
	transition: all 0.3s;
	text-decoration: none;
}
#wrapper a:hover {
	opacity: 0.7;
}
/*------------------------------------

タイトルエリア

------------------------------------*/
#titlearea_ff {
	width: 100%;
	margin: 0px auto;
	padding-bottom: 4.5em;
	background: #f7efe5;
	position: relative;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#titlearea_inner_ff {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	overflow-x: hidden;
}
#titlearea_ff h1 {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 29%;
	left: 0px;
	z-index: 10;
	margin: 0;
}
#titlearea_ff h1 img {}
#titlearea_ff p {
	color: #663A00;
	font-size: 115%;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.1em;
	margin: 1.6em auto 2.6em;
	font-family: "A1ゴシック M";
	width: 100%;
}
/* PC */
@media (min-width: 770px) {
	#titlearea_inner_ff {
		width: 2290px;
		margin: 0 auto;
		height: 600px;
	}
	.title_images_ff {
		display: block;
		display: flex;
		justify-content: center;
		align-items: stretch;
	}
	
	.title_images_ff img, .title_images_ff span {
		/* display: block; */
		/* width: 100%; */
		display: flex;
		flex-direction: column;
	}
.title_images_ff img {
		/* display:none; */
	}
	
	.title_images_ff span img {
		/* clear: both; */
	}
	.title_images_ff span img:nth-child(2) {
		margin-top: auto;
	}
}
/* SP */
@media (max-width: 769px) {
	#titlearea_ff {
		width: 100%;
		margin: 0 auto 0;
		text-align: center;
	}
	#titlearea_ff h1 img {
		width: 83%;
		margin: 0 auto;
		height: auto;
	}
	#titlearea_ff p {
		width: 87%;
	}
	.title_images_ff {
		position: relative;
		height: 98vw;
	}
	.title_images_ff > * {
		display: block;
		float: left;
	}
	.title_images_ff > img {
		width: 49%;
	}
	.title_images_ff > img:nth-child(3) {
		margin-left: -12%;
	}
	.title_images_ff > img:nth-child(6) {
		margin-right: -13%;
	}
	.title_images_ff > span {
		width: 42%;
		margin: 0 -8% 0 -8%;
		position: relative;
		z-index: 1;
	}
	.title_images_ff > span:nth-child(5) {
		position: absolute;
		left: 36%;
		bottom: 0;
		display: block;
	}
	.title_images_ff > span:nth-child(5) img:nth-child(2) {}
	.title_images_ff > span:nth-child(4) img:nth-child(2), .title_images_ff > span:nth-child(5) img:nth-child(1), .title_images_ff > img:nth-child(-n + 2), .title_images_ff > img:nth-child(n + 7) {
		display: none;
	}
}
/*------------------------------------

ナビゲーション

------------------------------------*/
#nav_ff {
	position: relative;
}
#nav_ff ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	max-width: 1050px;
}
#nav_ff ul li {
	margin: 0 0.4em;
	width: 24%;
}
#nav_ff ul li a {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
}
#nav_ff ul li:nth-child(1) a {
	background-image: url(../images/nav01_on.jpg?new);
}
#nav_ff ul li:nth-child(2) a {
	background-image: url(../images/nav02_on.jpg?new);
}
#nav_ff ul li:nth-child(3) a {
	background-image: url(../images/nav03_on.jpg?new);
}
#nav_ff ul li:nth-child(4) a {
	background-image: url(../images/nav04_on.jpg?new);
}
#nav_ff ul li a img {
	width: 100%;
	transition: all 0.3s;
}
#nav_ff ul li a.current img {
	opacity: 0;
}
/* Fixed nav */
.fixed_nav {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	left: 0;
	display: none;
	width: 100%;
	padding: 0 0 0;
	transition: all 0.3s;
	background: #f7efe5;
}
.fixed_nav ul {
	max-width: 1050px;
	margin: 0 auto;
	padding-top: 0;
	background: none;
	justify-content: space-around;
	display: flex;
}
.fixed_nav ul li {
	padding: 0;
	width: 25%;
	text-align: center;
	/* background: #FFF; */
}
/*------------------------------------

メイン 商品

------------------------------------*/
#category_wrap_ff {}
.taxin {text-align: right;width: 90%;max-width: 1000px;margin: 0 auto;display: block;}
section.category_ff {
	text-align: center;
	padding: 4em 0 4em;

	background-image : linear-gradient(to right, #8d6c41 2px, transparent 2px);
 background-size: 10px 2px;
 background-repeat: repeat-x; 
 background-position: left bottom;
	
}
section.category_ff:last-child {
	background-image: none;
	padding-bottom: 0;
}
.category_ttl {
	margin: 0 0 2.0em;
}
.category_ttl h2 {}
.category_ttl h2 img {}
.category_ttl h3 {
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 0.1em;
	margin: 0.8em 0 0;
	font-family: "A1ゴシック M";
}
ul.items_ff {
	max-width: 930px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
ul.items_ff::before, ul.items_ff::after {
	order: 3;
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
ul.items_ff > li {
	margin: 0 0 2.5em;
}
ul.items_ff li a {
	text-decoration: none;
	display: block;
}
ul.items_ff li a img {
    /* width: 100%; */
    /* height: auto; */
}
/* カラー別 */
.color_spec {
	display: flex;
	justify-content: center;
	align-items: center;
}
.color_spec a {}
.color_spec a img {}
/* メインアイテム大 */
ul.items_ff li.large-item {
	width: 100%;
}
ul.items_ff li.large-item > a {
	background: #f6f5f4;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.items_ff li.large-item > a > img {
    width: 50%;
    height: auto;
}
ul.items_ff li.large-item .point_box {
	width: 45%;
	margin: 0 auto;
}


ul.items_ff li .photo-box {position: relative;}
ul.items_ff li .photo-box .warm-star {position: absolute;top: 62%;left: 6%;width: 29.8%;height: auto;}
ul.items_ff li.medium-item .photo-box .warm-star {position: absolute;top: 64%;left: 64%;width: 32.3%;}


.point_box h3 {
	color: #9b2e30;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 184%;
	line-height: 1.3;
	border-bottom: 1px solid #663a00;
	padding-bottom: 0.4em;
	font-family: "A1ゴシック M";
	-moz-osx-font-smoothing: unset;
	-webkit-font-smoothing: subpixel-antialiased;
}
.point_box ul {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	margin: 2em auto 0em;
}
.point_box ul li {}
.point_box ul li p {
	font-weight: bold;
	color: #663a00;
	margin: 0 0 0.5em;
	font-family: "見出ゴMB31";
}
.point_box ul li img {
    width: 100%;
    height: auto;
}
/* メインアイテム中 */
ul.items_ff li.medium-item {
	width: 47.5%;
}
ul.items_ff li.medium-item a {}
ul.items_ff li.medium-item > a > img {width: 100%;
    height: auto;}
ul.items_ff li.medium-item h3 {
	color: #663a00;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.3;
	font-size: 160%;
	/* border-bottom: 1px solid #663a00; */
	padding-bottom: 0.3em;
	font-family: "A1ゴシック M";
}

/* アイテム小 */
ul.items_ff li.small-item {}

ul.items_ff li.small-item a {}
ul.items_ff li.small-item a img {
    width: 100%;
    height: auto;
}
ul.items_ff li.small-item .spec_text_ff {
	margin: 0;
}
ul.items_ff::before,
ul.items_ff::after,
ul.items_ff li.small-item{
	width: 31%;
}

@media (min-width: 768px) {
ul.items_ff li.medium-item.mt01 h3 {
margin-top: 1.25em;
}
}
/*------------------------------------

スペック

------------------------------------*/
.spec_ff {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 1em auto;
}
ul.items_ff li .spec_ff a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.spec_text_ff {
	text-align: left;
	font-size: 100%;
	display: block;
	margin: 0 0 0 1em;
	font-family: "Gothic MB101 Medium";
	letter-spacing: 0.05em;
}
.name_ff {
	text-decoration: underline;
	color: #595757;
}
.price_ff {
	display: block;
	font-size: 85%;
}
.tanyi_ff {
	/* font-size: 75%; */
}
.torikeshi_ff {
	font-size: 80%;
	margin-top: 0.5em;
}
.torikeshi_ff .num_ff {
	text-decoration: line-through;
}
.price_ff:not(.torikeshi_ff) .num_ff {
	font-family: 'Thasadith', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 175%;
	line-height: 1.3;
}
.campaign_ff {
	color: #c22a53;
	margin-top: 0;
}
/*------------------------------------

もっと見るバナー

------------------------------------*/
.motto_bnr_ff {
	margin: 0 auto 3em;
}
.motto_bnr_ff a {
	color: #FFF;
	width: 685px;
	height: 90px;
	/* aspect-ratio: 7/1; */
	background: url(../images/more_bnr.jpg) no-repeat center;
	background-size: contain;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "A1ゴシック M";
}
.motto_bnr_ff a::after {
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: url(../images/more_arrow.png) no-repeat center;
	background-size: 2.5em;
	background-position: center right 2em;
	position: absolute;
	top: -2px;
	right: 0;
}
.motto_bnr_ff a .bnr_txt {
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 115%;
	letter-spacing: 0.1em;
	margin: 0 0 0.2em;
}
.motto_bnr_ff a .main {
	font-size: 183%;
	margin-right: 0.1em;
}
.motto_bnr_ff a .min {}

.bnrArea_ff {margin:0 auto;}

/*------------------------------------

アニメーション

------------------------------------*/
.items_ff > li,.fade_ff {
	opacity: 0;
}
.fade_anime_ff {
	animation: fade_ff 1.0s forwards;
	visibility: visible !important;
	opacity: 1.0;
}
@keyframes fade_ff {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.fade01_ff {
	animation: fade01_ff 1.5s forwards 0s;
}
ul.items_ff > li:nth-child(2n - 1).fade01_ff {
	animation: fade01_ff 1.3s forwards 0.3s;
}
@keyframes fade01_ff {
	0% {
		opacity: 0;
		transform: translateY(25px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInTop_ff {
opacity: 0;
	animation: fadeInTop_ff 1.5s forwards 1.5s;
}
@keyframes fadeInTop_ff {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/* タイトル アニメーション */
.fadeTitle_ff {
	animation: fadeTitle_ff 1.5s forwards 1.0s;
	opacity: 0;
}
@keyframes fadeTitle_ff {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.title_images_ff > * {
	animation: fade_ff 1.5s forwards;
	visibility: visible !important;
	opacity: 0;
}
@media (min-width: 770px) {
	#nav_ff ul li a:hover img {
	opacity: 0;
}
	.title_images_ff > *:nth-child(1) {
		animation-delay: 0.0s;
	}
	.title_images_ff > *:nth-child(2) {
		animation-delay: 0.2s;
	}
	.title_images_ff > *:nth-child(3) {
		animation-delay: 0.4s;
	}
	.title_images_ff > *:nth-child(4) {
		animation-delay: 0.6s;
	}
	.title_images_ff > *:nth-child(5) {
		animation-delay: 0.8s;
	}
	.title_images_ff > *:nth-child(6) {
		animation-delay: 1.0s;
	}
	.title_images_ff > *:nth-child(7) {
		animation-delay: 1.2s;
	}
	.title_images_ff > *:nth-child(8) {
		animation-delay: 1.4s;
	}
}
@media (max-width: 769px) {
	.title_images_ff > *:nth-child(3) {
		animation-delay: 0.6s;
	}
	.title_images_ff > span {
		animation-delay: 0.8s;
		/* background: #FFF; */
	}
	.title_images_ff span img{
		width:100%;
	}
	.title_images_ff > *:nth-child(6) {
		animation-delay: 1.0s;
	}
}
/*------------------------------------

webフォント

------------------------------------*/
/*
.spec_text_ff .name_ff, .spec_photo_ff p span {
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 font-family: "ゴシックMB101 M", "Gothic MB101 Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul.items_ff li {
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 font-family: "中ゴシックBBB JIS2004", "Gothic Medium BBB JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul.items_ff li.column01_ff h4 {
 -webkit-font-smoothing: initial;
 -moz-osx-font-smoothing: initial;
 font-family: "A1明朝", "A1 Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
ul.items_ff li:not(.column01_ff) .p_lead_ff span {
 font-family: "A1ゴシック B", " A1 Gothic B", "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
 font-weight: bold;
}
ul.items_ff li .p_lead_ff span, ul.items_ff li.column01_ff .p_lead_ff {
 font-family: "A1ゴシック M", " A1 Gothic M", "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
 font-weight: bold;
}
ul.items_ff li .p_lead_ff span, ul.items_ff li.c04_01_ff .p_lead_ff {
  margin-top: 80px;
 }

#titlearea_ff p {
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 font-family: "A1ゴシック R", " A1 Gothic R", "こぶりなゴシック W3 JIS2004", "Koburina Gothic W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
 font-weight: bold;
}
*/
/*------------------------------------
	SNS
------------------------------------*/
#sns_id {
	width: 100%;
	text-align: center;
	display: block;
	margin: 40px auto;
}
#sns_id ul {
	width: 100%;
	text-align: center;
}
#sns_id li {
	width: 30px;
	display: inline-block;
	margin: 5px;
}
#sns_id li a {
	width: 100%;
}
#sns_id li img {
	width: 100%;
	height: auto;
}
@media (max-width: 769px) {
	#sns_id li {
		width: 30px;
	}
}
/*------------------------------------

ページトップへ戻る

------------------------------------*/
.pageTop {
	display: none;
	position: relative;
	height: 0;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	z-index: 10000;
}
.pageTop a {
	position: fixed;
	bottom: 10px;
	right: 30px;
	left: auto;
	display: block;
	width: 100px;
	height: 100px;
	padding-bottom: 10px;
	background-image: url(../images/pagetop.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 10000;
}
@media (min-width: 770px) {
	.pageTop a:hover {
		bottom: 20px;
		opacity: 1.0;
	}
}
@media (max-width: 769px) {
	.pageTop a {
		right: 4vw;
		bottom: 4vw;
		width: 12vw;
		height: 12vw;
	}
}

/*------------------------------------

SP

------------------------------------*/

@media (max-width: 930px) {
#wrapper {font-size: 1.6vw;}
}

@media (max-width: 769px) {
	img{max-width:100%;height: auto;width: auto;}
/*------------------------------------

wrapper

------------------------------------*/
#wrapper {font-size: 3vw;}
#wrapper ul {
}
#wrapper a {
}
#wrapper a:hover {opacity: 1;}
/*------------------------------------

タイトルエリア

------------------------------------*/
#titlearea_ff {padding-bottom: 2.5em;}
#titlearea_inner_ff {
}
#titlearea_ff h1 {top: 31vw;}
#titlearea_ff h1 img {}
#titlearea_ff p {margin: 1.6em auto 1.6em;}

/*------------------------------------

ナビゲーション

------------------------------------*/
#nav_ff {
}
#nav_ff ul {flex-wrap: wrap;}
#nav_ff ul li {width: 40%;margin-bottom: 0.8em;}
#nav_ff ul li a {
}
#nav_ff ul li:nth-child(1) a {
}
#nav_ff ul li:nth-child(2) a {
}
#nav_ff ul li:nth-child(3) a {
}
#nav_ff ul li:nth-child(4) a {
}
#nav_ff ul li a img {
}
#nav_ff ul li a:hover img, #nav_ff ul li a.current img {
}
/* Fixed nav */
#nav_ff .fixed_nav {
}
#nav_ff .fixed_nav ul {
}
#nav_ff .fixed_nav ul li {width: 25%;margin: 0;overflow:hidden;border-right: 1px solid #f7efe5;}
	#nav_ff .fixed_nav ul li a {
		background-size:cover;
		background-position:top 0 left 34%;
	}
#nav_ff .fixed_nav ul li a img {
	width:140%;
	margin:0 -14%;
	max-width:none;
}

/*------------------------------------

メイン 商品

------------------------------------*/
#category_wrap_ff {}
section.category_ff {background-size: 7px 1px;background-image: linear-gradient(to right, #8d6c41 1px, transparent 1px);}
section.category_ff:last-child {
}
.category_ttl {
}
.category_ttl h2 {}
.category_ttl h2 img {
    /* height: 15.4vw; */
    width: 68%;
}
.category_ttl h3 {
}
ul.items_ff {width: 90%;}
ul.items_ff::before, ul.items_ff::after {
}
ul.items_ff > li {
}
ul.items_ff li a {
}
ul.items_ff li a img {}
/* カラー別 */
.color_spec {margin: 0 0 0.5em;}
.color_spec a {}
.color_spec a img {
    height: 22vw;
}
	ul.items_ff li .photo-box img {width:100%;}
/* メインアイテム大 */
ul.items_ff li.large-item {}
ul.items_ff li.large-item > a {display: block;}
ul.items_ff li.large-item a img {width: 100%;}
ul.items_ff li.large-item .point_box {padding: 2em 0 2em;width: 87%;}
.point_box h3 {font-size: 170%;}
.point_box ul {
}
.point_box ul li {}
.point_box ul li p {
}
.point_box ul li img {}
/* メインアイテム中 */
ul.items_ff li.medium-item {width: 100%;}
ul.items_ff li.medium-item a {}
ul.items_ff li.medium-item a img {}
ul.items_ff li.medium-item h3 {padding-bottom: 0.2em;}
/* アイテム小 */
ul.items_ff li.small-item {}
ul.items_ff li.small-item a {}
ul.items_ff li.small-item a img {}
ul.items_ff li.small-item .spec_text_ff {
}

ul.items_ff::before,
ul.items_ff::after,
ul.items_ff li.small-item{
	width: 47%;
}
	
/*------------------------------------

スペック

------------------------------------*/
	
.spec_ff {font-size: 90%;}
.spec_ff a {
}
.spec_ff a img {
	height: 22vw;
	width: auto !important;
}	    
.spec_text_ff {
}
.name_ff {/* font-size: 100%; */}
.price_ff {
}
.tanyi_ff {
}
.torikeshi_ff {
}
.torikeshi_ff .num_ff {
}
.price_ff:not(.torikeshi_ff) .num_ff {
}
.campaign_ff {
}
/*------------------------------------

もっと見るバナー

------------------------------------*/
.motto_bnr_ff {width: 90%;}
.motto_bnr_ff a {background: url(../images/more_bnr_sp.jpg) no-repeat center;background-size: contain;/* aspect-ratio: 5/1; */line-height: 1.3;width: 100%;height: 19vw;}

.motto_bnr_ff a::after {
}
.motto_bnr_ff a .bnr_txt {display: block;}
.motto_bnr_ff a .main {display: block;}
.motto_bnr_ff a .min {}
}
.bnrArea_ff {width: 90%;}
