@charset "utf-8";

/* max-width */
.maxWidth {
	max-width: 1400px;
	margin: 0 auto;
}
@media screen and (max-width:767px) {
	.maxWidth {
		max-width: 100%;
	}
}


/**
 * jfheader
 */

/* heroimg */
.jfheader__heroimgWrap {
	margin-top: 40px;
	padding: 0 10%;
}
.jfheader__heroimgWrap img {
	width: 100%;
}
@media screen and (max-width:767px) {
	.jfheader__heroimgWrap {
		padding: 0;
		margin-top: 0;
	}
}

/* read */
.jfheader__readWrap {
	padding: 30px 10% 0;
}
.jfheader__read {
	background-color: #8d0000;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	padding: 20px;
	text-align: center;
}
@media screen and (max-width:767px) {
	.jfheader__readWrap {
		padding: 30px 24px 0;
	}
	.jfheader__read {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 14px 10px 14px;
	}
}

/* jfheader__bottomWrap */
.jfheader__bottomWrap {
	padding: 0 10%;
}
.jfheader__bottom {
	background-color: #b6d9c7;
	padding: 30px 60px 30px;
}
@media screen and (max-width:767px) {
	.jfheader__bottomWrap {
		padding: 0 24px;
	}
	.jfheader__bottom {
		padding: 30px 12px 30px;
	}
}

/**
 * jfheader__dl
 */
/* dt */
.jfheader__dl__dt {
	display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 30px;
}
.jfheader__dl__dt > span {
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    height: 30px;
    padding: 0 10px;
}
@media screen and (max-width:767px) {
	.jfheader__dl__dt > span {
		font-size: 12px;
		font-size: 1.2rem;
		height: 40px;
	}
}

/**
 * jfdl
 */
.jfdl__item {
	display: flex;
	font-size: 16px;
	font-weight: 600;
	line-height: 2;
}
.jfdl__item.is-mt {
	margin-top: 20px;
}
.jfdl__dt {
	white-space: nowrap;
}
@media screen and (max-width:767px) {
	.jfdl__item {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.jfdl__item.is-spblock {
		display: block;
	}
}

/**
 * jfheader__nav
 */
.jfheader__nav {
	/*margin-top: 40px;*/
}
@media screen and (max-width:767px) {
	.jfheader__nav {
		/*margin-top: 30px;*/
	}
}

/* lists */
.jfheader__navLists {
	/*display: flex;*/
}
.jfheader__navLists > li {
	width: 100%;
	margin-bottom: 10px;
}
.jfheader__navLists > li:not(:nth-child(5n + 1)) {
	/*margin-left: 14px;*/
}
@media screen and (max-width:767px) {
	.jfheader__navLists {
		display: block;
	}
	.jfheader__navLists > li {
		width: 100%;
		margin-bottom: 8px;
	}
	.jfheader__navLists > li:not(:nth-child(5n + 1)) {
		margin-left: 0;
	}
	.jfheader__navLists > li:last-child {
		margin-bottom: 0;
	}
}

/* a */
.jfheader__navLists > li a {
	border: 2px solid #8d0000;
	color: #8d0000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	height: 100%;
	padding: 8px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all .4s ease;
}
.jfheader__navLists > li a:hover {
	background-color: #8d0000;
	color: #fff;
}
@media screen and (max-width:767px) {
	.jfheader__navLists > li a {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

/* after */
.jfheader__navLists > li a:after {
	content: "";
    border-top: 2px solid #8d0000;
    border-right: 2px solid #8d0000;
    width: 6px;
    height: 6px;
    transform: rotate(135deg);
    margin: auto;
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 4px;
    transition: all .4s ease;
}
.jfheader__navLists > li a:hover:after {
	border-color: #fff;
}
@media screen and (max-width:767px) {
	.jfheader__navLists > li a:after {
		width: 4px;
    	height: 4px;
    	right: 8px;
    	bottom: 2px;
	}
}


/**
 * jfContWrap
 */
.jfContWrap {
	padding: 60px 10%;
}
.jfCont {
	margin-bottom: 60px;
}
@media screen and (max-width:767px) {
	.jfContWrap {
		padding: 0px 24px;
	}
}

/* is-white */
.jfCont.is-white {
	background-color: #b6d9c7;
	padding: 0 60px 60px;
}
@media screen and (max-width:767px) {
	.jfCont.is-white {
		padding: 0 12px 40px;
	}
}

/* title */
.jfCont__title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}
.jfCont__title > span {
	background-color: #8d0000;
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	height: 60px;
	padding: 0 22px;
	text-align: center;
}
.jfCont__title.is-white > span {
	margin-top: -15px;
}
@media screen and (max-width:767px) {
	.jfCont__title {
		margin-bottom: 30px;
	}
	.jfCont__title > span {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.jfCont__title.is-sponline > span {
		height: 50px;
		margin-top: -25px;
	}
}

/* read */
.jfCont__read {
	font-size: 16px;
	font-weight: 600;
	line-height: 2;
	text-align: center;
}
@media screen and (max-width:767px) {
	.jfCont__read {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

/* jfCont__dl */
.jfCont__dl {
	font-size: 16px;
	font-weight: 600;
	margin-top: 30px;
}
.jfCont__dl__item {
	display: flex;
}
.jfCont__dl__dt {
	white-space: nowrap;
}
@media screen and (max-width:767px) {
	.jfCont__dl {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

/* jfCont__imgLists */
.jfCont__imgLists {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.jfCont__imgLists > li {
	width: calc((100% - 28px) / 3);
	margin-bottom: 14px;
	border:1px solid #000;
	padding: 20px;
}
.jfCont__imgLists > li:not(:nth-child(3n + 1)) {
	margin-left: 14px;
}
.jfCont__imgLists > li img {
	width: 100%;
}
@media screen and (max-width:767px) {
	.jfCont__imgLists {
		/*padding: 0 10%;*/
	}
	.jfCont__imgLists > li {
		width: calc((100% - 10px) / 2);
		margin-bottom: 10px;
		padding: 5px;
	}
	.jfCont__imgLists > li:not(:nth-child(3n + 1)) {
		margin-left: 0;
	}
	.jfCont__imgLists > li:not(:nth-child(2n + 1)) {
		margin-left: 10px;
	}
}

/**
 * Goods
 */

/* jfGoodsSection */
.jfGoodsSection {
	margin-bottom: 60px;
}

/* title */
.jfGoodsSection__title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.jfGoodsSection__title > span {
	background-color: #000;
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	height: 30px;
	padding: 0 10px;
}
@media screen and (max-width:767px) {
	.jfGoodsSection__title > span {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

/* jfGoodsSection__linkWrap */
.jfGoodsSection__linkWrap {
	width: 600px;
	margin: 0 auto;
}
@media screen and (max-width:767px) {
	.jfGoodsSection__linkWrap {
		width: 100%;
	}
}

.jfGoodsSection__linkWrap a {
	border: 2px solid #000;
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	padding: 16px 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all .4s ease;
}
@media screen and (max-width:767px) {
	.jfGoodsSection__linkWrap a {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 10px 10px;
	}
}
.jfGoodsSection__linkWrap a:hover {
	background-color: #000;
	color: #fff;
}
.jfGoodsSection__linkWrap a:after {
    content: "";
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    margin: auto;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    transition: all .4s ease;
}
.jfGoodsSection__linkWrap a:hover:after {
	border-color: #fff;
}
@media screen and (max-width:767px) {
	.jfGoodsSection__linkWrap a:after {
		width: 4px;
   		height: 4px;
	}
}


/**
 * jfGoodsLists
 */
.jfGoodsListsWrap {
	margin-top: 60px;
}
.jfGoodsLists {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width:767px) {
	.jfGoodsListsWrap {
		margin-top: 30px;
	}
}

/* item */
.jfGoodsLists__item {
  width: calc((100% - 60px) / 4);
  margin-bottom: 30px;
}
.jfGoodsLists__item:not(:nth-child(4n + 1)) {
  margin-left: 20px;
}
@media screen and (max-width:767px) {
	.jfGoodsLists__item {
		width: calc((100% - 20px) / 3);
		margin-bottom: 20px;
	}
	.jfGoodsLists__item:not(:nth-child(4n + 1)) {
		margin-left: 0;
	}
	.jfGoodsLists__item:not(:nth-child(3n + 1)) {
		margin-left: 10px;
	}
}
/* thumb */
.jfGoodsLists__thumb {
  overflow: hidden;
}
.jfGoodsLists__thumb img {
  width: 100%;
  transition: transform .5s cubic-bezier(0.25, 1, 0.5, 1);
}
.jfGoodsLists__item > .jfgoodsDetailBtn:hover .jfGoodsLists__thumb img {
  transform: scale(1.16);
}

/* a */
.jfgoodsDetailBtn {
	cursor: pointer;
}

.jfGoodsLists__item > .jfgoodsDetailBtn {
  display: block;
  text-decoration: none;
}

/* title */
.jfGoodsLists__title {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
  transition: color .4s ease;
}
.jfGoodsLists__item > a:hover .jfGoodsLists__title {
  color: #8d0000;
}
@media screen and (max-width:767px) {
	.jfGoodsLists__title {
		font-size: 12px;
		font-size: 1.2rem;
		margin-top: 10px;
	}
}

/* display none */
.jfGoodsLists__displaynoneWrap {
	display: none;
}


/**
 * Goods modal
 */
.jfgoodsModal__inner {
    width: 1000px;
}
.jfgoodsModal__detailWrap {
    padding-left: 10%;
}
@media screen and (max-width:767px) {
	.jfgoodsModal__inner {
		width: 100%;
	}
	.jfgoodsModal__detailWrap {
		padding-right: 24px;
		padding-left: 24px;
	}
}

/* title */
.jfgoodsModal__title {
	color: #8d0000;
    font-size: 26px;
    font-weight: 700;
    margin: 18px 0;
}
@media screen and (max-width:767px) {
	.jfgoodsModal__title {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

/* img */
.jfgoodsModal__imgWrap img {
	max-width: 100%;
	height: auto;
}

/* text */
.jfgoodsModal__text {
	font-size: 20px;
	margin-top: 40px;
}
@media screen and (max-width:767px) {
	.jfgoodsModal__text {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

.ttl-end {
	position: relative;
	padding: 30px;
	margin-bottom: 30px;
}
.ttl-end:after {
	content:'先行販売は終了しました。';
	position: absolute;
	background:rgba(0,0,0,.75);
	left:0;
	top:0;
	right:0;
	bottom:0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:24px;
	color:#FFF;
}

/**
 * music
 */
 .eventAncLists {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
  padding: 0 10%;
}
@media screen and (max-width:767px){
	.eventAncLists {
		display: block;
		margin-top: 30px;
		margin-bottom: 0px;
		padding: 0 24px;
	}
}

/* li */
.eventAncLists > li {
	margin: 0 40px;
}
.eventAncLists > li > a > span {
	font-weight: 700;
}
@media screen and (max-width:767px){
	.eventAncLists > li {
		display: flex;
		justify-content: center;
		margin: 0;
	}
	.eventAncLists > li:not(:first-child) {
		margin-top: 10px;
	}
	.eventAncLists > li a {
		text-align: center;
		width: 76%;
	}
}
