/* 部品 */
.c-inner {
	max-width: 960px;
	margin: 0 auto;
}
.c-flex {
	display: flex;
	justify-content: space-between;
}
.c-flex.-col2 > * {
	width: 48%;
}
.c-titleWrap {
	margin-bottom: 48px;
	text-align: center;
}
.c-titleWrap.-pt2 {
	background: #e6e6e6;
	text-align: center;
	padding: 16px 0;
	margin-bottom: 40px;
}
.c-title {
	font-weight: 500;
	font-size: 4.8rem;	
	line-height: 1.6;
}
.c-title.-pt2 {
	font-size: 4rem;
	line-height: 1.4;
}
.c-subTitle {
	font-size: 2.8rem;
	line-height: 1;
}
.c-subTitle.-pt2 {
	font-size: 1.8rem;
}
.c-Pagetitle {
	text-align: center;
	margin-bottom: 40px;
}
.c-blockTitle {
	font-size: 3.6rem;
	text-align: center;
	border-bottom: 1px solid #F50000;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin-bottom: 32px;
}
.c-prev,
.c-next{
	width: 18px;
  height: 18px;
}
.c-prev {
	left: 4px;
}
.c-next{
	right: 4px;
}
.c-prev:after, 
.c-next:after {
	content: "";
	display: block;
  width: 18px;
  height: 18px;
  border: 0px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}
.c-prev:after {
	transform: rotate(-135deg);
}
.c-next:after {
	transform: rotate(45deg);
}
.c-snsLink {
	display: block;
	margin: 0 6px;
}
.c-snsLink > img{
	width: 29px;
	height: 29px;
}
.c-storeLink {
	background: #666;
	display: block;
	color: #fff;
	font-size: 1.3rem;
	padding: 4px 8px;
	transition: all .3s;
}

/* ブロック共通 */
.c-content__wrap {
	justify-content: center;
}
.c-content__block {
	display: block;
	max-width: 400px;
	margin: 20px 40px;
}
.c-content__block:hover img{
	transform: scale(1.05);
}
.c-content__title {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 8px;
}
.c-content__title span{
	font-size: 1.6rem;
	display: block;
}
.c-content__subTitle {
	display: block;
	font-size: 1.4rem;
}
.c-content__img {
	overflow: hidden;
	margin-bottom: 10px;
}
.c-content__img img{
	transition: all .5s;
}
.c-content__text > * {
	margin-bottom: 8px;
}
.c-content__text .fc-red {
	color: #A32733;
	font-size: 1.8rem;
}
.c-content__note {
	background: #666666;
	color: #fff;
	font-size: 1.2rem;
	display: inline-block;
	padding: 0.4em 0.6em;
}


/* ヘッダー */
.Header {
	background: #000;
	color: #fff;
	padding-top: 16px;
	min-height: 100px;
	border-bottom: 5px solid #999;
}
.Header__inner {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.Header__navwrap {
	display: flex;
	align-items: flex-end;
	margin-bottom: 16px;
}
.Header__logo {
	/* position: absolute; */
	top: -16px;
	left: 0;
	display: block;
	width: 127px;
}
.Header__social {
	/* margin: 0 0 0 auto; */
}
.Header__nav > ul {
	display: flex;
	justify-content: flex-end;
}
.nav li a {
	color: #fff;
	font-size: 1.3rem;
	display: inline-block;
	padding: 0.8em 1.3em 0;
}
.Header__nav li a:hover,
.nav li ul.sub-menu li a {
	text-decoration: none;
	/* background: #999; */
}
.nav li ul.sub-menu li a:hover {
	background: #aaa;
}
.Header__storeLink {
	display: block;
	background: #fff;
	color: #000;
	width: 94px;
	font-size: 1rem;
	text-align: center;
	height: 18px;
	line-height: 18px;
	border-radius: 4px;
	margin-right: 16px;
}
.Header__social {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	/* margin-bottom: 38px; */
}
.Header__yahooLink,
.Header__rakuLink {
	margin: 0 6px;
	width: 29px;
}

/* フッター */
.Footer {
	background: #828282;
	padding: 40px 0;
	position: relative;
	z-index: 20;
}
.Footer__logo {
	position: relative;
	z-index: 1;
	background: #828282;
	margin-bottom: 32px;
	text-align: center;
}
.Footer__logo img {
	width: 67px;

}
.Footer__logo:before,
.Footer__logo:after{
	position: absolute;
	content: "";
	display: block;
	background: #fff;
	width: 42%;
	height: 2px;
	top: 50%;
	transform: translatey(-50%);
}
.Footer__logo:before {
	left: 0;
}
.Footer__logo:after {
	right: 0;
}
.Footer__social {
	justify-content: center;
	margin-bottom: 24px;
}
.footer-nav {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.copyright {
	color: #fff;
	text-align: center;
}

.c__btn {
	background-color: #A91F22;
	color: #fff;
	width: 200px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	display: block;
}

.c__btn[data-type="bg"] {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

.c__en {
	font-family: "Arial", "メイリオ";
}