@charset "utf-8";
/*------------------------------------------------------

 PC CSS 
 
--------------------------------------------------------*/
/* =================================
	共通設定
================================= */
.sp {
	display: none;
}
#contents_wrapper .floatBnr {
	position: fixed;
	top: 150px;
	right: 0;
	width: 112px;
	height: 407px;
	z-index: 555;
}
#contents_wrapper .floatBnr a {
	display: block;
	width: 112px;
	height: 407px;
}
@media screen and (max-width: 1000px) {
#contents_wrapper .floatBnr {
	display: none;
}
}
a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: all 0.2s ease-out 0s;
}
.last-right {
	margin-right: 0;
}
.last-right a {
	margin-right: 0 !important;
}
/* =================================
	パンくず・SNS
================================= */
#breadcrumb-wrap {
	font-size: 13px;
	padding-top: 7px;
	padding-bottom: 5px;
	background: #fff;
	margin-top: 0px;
}
.breadcrumb {
	width: 950px;
	margin: 0 auto;
}
#sns {
	text-align: right;
	margin: -27px auto 0;
	width: 950px;
}
/* =================================
	フェードイン設定
================================= */

.list-mv07 {
	transition: .8s;
	margin: 0 0 0;
}
.list-mv07 {
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
}

.hed_txtad_red{
	padding:10px;
	font-size: 20px;
	text-align:
	center;
	color: #fff;
	font-weight: bold;
	margin: 20px 0 0;
}
.mv07 {
	opacity: 1.0;
	text-align: center;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	padding: 0px 0 0;
	}
.con05 h2 img.list-mv07 {
	transition: .8s;
	margin: 10px 0 0;
}


/* =================================
	コンテンツ
================================= */
.bnr-ss {
	text-align: center;
	margin: 50px 0 0;
}
#main-cp {
	background: #e60012;
	/* background-attachment: fixed; */
	/* background-size: 100%; */
	/* padding: 330px 0 0; */
	margin: 0 auto 0;
	width: 950px;
}
.main-contents {
	/* background-color: #fff100; */
	padding: 0px 0 30px;
	margin: 0 0 70px;
}
.hed {
	padding: 40px 0 0;
}
.hed_cachi {
	background-color: #00a0e9;
	padding: 10px 0 10px;
	text-align: center;
}

.hed_ttl_main {
	margin: -20px 0 0;
	text-align: center;
	margin: 0 0 40px;
}
.hed_txt {
	text-align: center;
	margin: 30px 0;
	font-size: 18px;
	color: #000;
	line-height: 2;
}
.hed_txt_pt {
	font-size: 18px;
	color: #ffeb3b;
	text-align: center;
	margin: 30px 0 0;
	font-weight: bold;
}
.hed_txtad {
	text-align: center;
	font-size: 16px;
	color: #000;
	margin: 30px 0 30px;
}
.hed_txtad li {
	margin: 0 0 10px;
}
.anime01 {
	animation: fluffy1 2s ease 1;
}
@keyframes fluffy1 {
 0% {
transform:translateY(0)
}
 5% {
transform:translateY(0)
}
 10% {
transform:translateY(0)
}
 20% {
transform:translateY(-15px)
}
 25% {
transform:translateY(0)
}
 30% {
transform:translateY(-15px)
}
 50% {
transform:translateY(0)
}
 100% {
transform:translateY(0)
}
}
/* ブランド
-----------------------------------------------------*/
#brand {/* display: block; */}
.brand-box1 {
	/* margin: 0 0 0 45px; */
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}
.aside{
	max-width: 320px;
	display: block;
	width: 100%;
	color:#fff;
	margin: 2% auto 3%;
}
.brand-box2 {
	margin: 0 0 0 150px;
	display: flex;
	flex-wrap: wrap;
}
.brand-box3 {
	margin: 0 45px;
	display: flex;
	flex-wrap: wrap;
}
.brand-list {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	width: 200px;
	justify-content: center;
	height: 200px;
	align-items: center;
	border-radius: 50%;
	margin: 0 8px 24px;
}
.brand-list a {
	color: #333;
	display: block;
	width: 100%;
	text-align: center;
}
.brand-list_img {
	margin: 10px auto 5px;
	/*padding: 20px 0 0;*/
}
.brand-list_img img{
	width: 125px;
	object-fit: contain;
}
.brand-list_txt {
	font-size: 12px;
	text-align: center;
	line-height: 1.2;
}
.brand-list_img.fox {
	padding: 0;
}
.brand_cach {
	background-color: #fff;
	margin: 80px 70px 56px;
	padding: 20px;
	font-size: 29px;
	line-height: 1.4;
	text-align: center;
	color: #000;
	position: relative;
	border-radius: 5px;
}
.brand_cach_b {
	color: #e50011;
	font-weight: bold;
}
.brand_cach:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 384px;
	/* margin-left: -15px; */
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-top: 20px solid #ffffff;
}
/* マガジン
-----------------------------------------------------*/
.magazin {
	width: 950px;
	margin: 0 auto 50px;
	text-align: center;
}
.magazin h3 {
	width: 850px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	font-style: oblique;
	color: #065c40;
	letter-spacing: 1px;
	margin: 20px auto;
}
.magazin h3 em {
	font-size: 28px;
	font-weight: bold;
	font-style: oblique;
}
.magazin h3 br {
	display: none;
}
.magazin ul.topicList {
	margin: 0 auto 0;
}
.magazin ul.topicList:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.magazin ul.topicList li {
	margin: 0 25px 25px 0;
	float: left;
	position: relative;
	box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	overflow: hidden;
}
.magazin ul.topicList li:nth-child(3n) {
	margin-right: 0;
}
.magazin ul.topicList li a {
	width: 300px;
	height: 262px;
	display: block;
}
.magazin ul.topicList li a .imgframe {
	max-height: 190px;
	overflow: hidden;
}
.magazin ul.topicList li a .imgframe img {
	width: 100%;
	border-radius: 5px 5px 0 0;
}
.magazin ul.topicList li a h4 {
	padding: 10px;
	background: rgba(255,255,255,0.6);
	font-size: 14px;
	color: #333;
	font-weight: normal;
	height: 65px;
	display: table-cell;
	vertical-align: middle;
	width: 300px;
}
#sec02 ul.topicList li a:hover {
	text-decoration: none;
}
.ph_slider li {
	float: left;
}
.ph_slider li img {
	width: 100%;
}
/* =================================
/* 店舗ブログ
================================= */
.blog-hed {
	margin: 40px 80px 40px;
	text-align: center;
}
/* filter
-----------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.flfl li {
	list-style-type: none;
}
.flfl a {
	text-decoration: none;
	display: block;
	color: #333;
}
.flfl h2 {
	color: #fff;
	padding: 10px 0 0 50px;
	font-size: 20px;
	font-weight: normal;
	background: url("../../img/page/campaign/1911thanksFes/shop.png") no-repeat left top;
	background-size: 38px;
	margin: 0 0 20px;
}
.flfl .filter {
	margin: 0 82px 20px;
	padding: 0 27px;
}
.flfl .filter a {
	display: inline-block;
	padding: 10px;
	border: 2px solid #333;
	position: relative;
	margin-right: 0px;
	margin-bottom: 20px;
	width: 240px;
	text-align: center;
	background-color: #fff;
	font-size: 16px;
}
.flfl .boxes {
	display: flex;
	flex-wrap: wrap;
	background-color: #e8323d;
	margin: 0 auto;
	width: 880px;
	padding: 3% 0 0 3%;
	border-radius: 20px;
}

.flfl .all {
	background: khaki;
}
.flfl .filter a.active:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-color: #333 transparent transparent transparent;
}
.flfl .is-animated {
	animation: .6s zoom-in;
}
 @keyframes zoom-in {
 0% {
 transform: scale(.1);
}
 100% {
 transform: none;
}
}


.flfl .blog-contents {
	width: 31%;
	background: #fcfcfc;
	margin-right: 2%;
	margin-bottom: 13px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
}
.flfl .blog-contents a {
	width: 100%;
}
.flfl .shopname {
	/* background-color: #fffeea; */
	position: absolute;
	top: 0;
	width: 100%;
	/* color: #000000; */
	text-align: left;
	font-weight: bold;
	padding: 5px 10px;
}
.flfl .title {
	padding: 5px 10px 20px;
}
.flfl .blog-content-txt {
	position: absolute;
	bottom: 0;
	right: 10px;
	font-size: 12px;
}
.flfl .blog-contents-img {
	border-radius: 6px 6px 0 0;
}
.motto-btn p {
	width: initial;
	margin: 0 auto;
}
.motto-btn {
	width: 100%;
	margin: 0 0 100px 0;
}
.motto-btn.main {
	width: 100%;
	margin: 0 20px 0 0;
}
.flfl .motto-btn p a {
	width: 60%;
	background-color: #fff;
	border: solid 1px #111;
	color: #111;
	margin: 10px 0 50px;
	font-size: 18px;
}
.blog-information {
	width: 950px;
}
/*---- WEBリンク -----*/
.btn_web_txt {
	text-align: center;
	font-weight: bold;
	color: #003300;
	font-size: 24px;
	margin: 40px 0 15px;
}
.btn_web {
	text-align: center;
}
.btn_web a {
	display: inline-block;
	background-color: #003300;
	padding: 20px 140px;
	color: #fff;
	border-radius: 4px;
	font-size: 20px;
}
.btn_web a:after {
	content: "";
	display: inline-block;
	left: 3px;
	width: 7px;
	height: 7px;
	margin: 0 0 2px 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn_web a:hover {
	text-decoration: none;
}
.blog-contents-wrap {
	width: 950px;
}
/*---- 20210122最終追加 -----*/

/*---- 20220125 追加 -----*/
#cp_area{
 /* height:400px; */
 width:100%;
 margin-top:30px;
 padding-top:20px;
 /* background:#fff000; */
 display: inline-block;
 }
#cp_area img{
	display: block;
	margin: auto;
	width: 86%;
	border: 9px solid #fff;
}
.adj{
 display: block;
 height: 6rem;
 margin-top: -6rem;
 content: "";
}

/*202506 追加*/

.gs_banr{
	width: 100%;
	max-width: 960px;
	margin:20px auto;
	text-align:center;
	padding-bottom: 50px;
}
.gs_banr img{
	width: 80%;
}
.gs_banr p#gs_tit{
	font-weight:bold;
	font-size: 120%;
	color: #fff !important;
}