@charset "utf-8";
/*-----------------------------------------------
 * common
 * event
 * White ver. style
-------------------------------------------------*/
/*-----------------------------------------------
 * common
-------------------------------------------------*/
/**
 * goodsTabLists
 */
.goodsTabListsWrap {
	width: var(--common-incont-width);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
}
@media screen and (max-width:767px){
	.goodsTabListsWrap {
		margin-top: 24px;
		margin-bottom: 50px;
	}
}

/* lists */
.goodsTabLists {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width:767px){
	.goodsTabLists {
		padding: 0 20px
	}
}

/* item */
.goodsTabLists__item {
	margin: 0 10px;
}
@media screen and (max-width:767px){
	.goodsTabLists__item {
		width: 100%;
		margin: 0;
	}
	.goodsTabLists__item:not(:first-child) {
		margin-left: 4px;
	}
}

/* link */
.goodsTabLists__link {
	border: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.01em;
	padding: 8px 24px;
	text-decoration: none;
	transition: background-color .2s ease;
}
@media screen and (max-width:767px){
	.goodsTabLists__link {
		font-size: 12px;
		padding: 8px 4px;
		text-align: center;
	}
}

.goodsTabLists__link:hover {
	animation: .2s linear 0s flashAni;
}
.goodsTabLists__link:hover,
.goodsTabLists__link.is-active {
	background-color: rgb(var(--main-color-red));
}
@media screen and (max-width:767px){
	.goodsTabLists__link:hover {
		animation: none;
	}
	.goodsTabLists__link:hover {
		background-color: none;
	}
}

/**
 * goodsWrap
 */
.goodsWrap {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
@media screen and (max-width:767px){
	.goodsWrap {
		width: 100%;
	}
}


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

/**
 * goodsNavLists
 */
 .goodsNavLists {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* item */
.goodsNavLists__item {
	display: flex;
	justify-content: center;
	position: relative;
}
@media screen and (max-width:767px){
	.goodsNavLists__item {
		height: auto;
	}
}

/* icon */
.goodsNavLists__item:after {
	content: "";
	background-color: #fff;
	display: block;
	width: 15px;
	height: 24px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-image: url(../img/common/icon_slash.svg);
	mask-image: url(../img/common/icon_slash.svg);
	margin: auto;
	position: absolute;
	top: 0;
	right: -8px;
	bottom: 0;
}
.goodsNavLists__item.is-intro:after,
.goodsNavLists__item:last-child:after {
	content: none;
}
@media screen and (max-width:767px){
	.goodsNavLists__item:after {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
	}
}

/* a */
.goodsNavLists__item a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	padding: 18px 26px;
	position: relative;
}
.goodsNavLists__item.is-intro a {
	display: inline-flex;
}
@media screen and (max-width:767px){
	.goodsNavLists__item a {
		padding: 14px 12px;
	}
}

/* goodsNavLists__textWrap */
.goodsNavLists__textWrap {
	display: block;
	position: relative;
}
.goodsNavLists__textWrap:before {
	content: "";
	background-color: rgb(var(--main-color-red));
	width: 100%;
	height: 100%;
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 0;
	transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s ease;
}
.goodsNavLists__item a:hover .goodsNavLists__textWrap:before,
.goodsNavLists__item a.is-active .goodsNavLists__textWrap:before {
	transform-origin: left top;
    transform: scale(1, 1);
}

/* goodsNavLists__text */
.goodsNavLists__text {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
	position: relative;
	z-index: 1;
	transition: color .3s ease;
	text-align: center;
}
@media screen and (max-width:767px){
	.goodsNavLists__text {
		font-size: 14px;
	}
}


/*-----------------------------------------------
 * event
-------------------------------------------------*/

/**
 * eventCont
 */
.eventCont {
	min-height: 500px;
}
@media screen and (max-width:767px){
	.eventCont {
		min-height: auto;
		padding: 0 20px;
	}
	.eventWrap{
		padding-top: 30px;
	}
}

/* title */
.eventCont__title {
	border-bottom: 1px solid rgba(255,255,255,.2);
	width: 142.86%;
	font-size: 30px;
	line-height: 1.6;
	-moz-transform: scale(0.7, 1);
	-webkit-transform: scale(0.7, 1);
	-ms-transform: scale(0.7, 1);
	transform: scale(0.7, 1);
	transform-origin: center left;
	text-align: center;
	padding-bottom: 40px;
    margin-bottom: 40px;
}
@media screen and (max-width:767px){
	.eventCont__title {
		font-size: 24px;
		padding-bottom: 20px;
    	margin-bottom: 30px;
	}
}

/* figure */
.eventCont__figure {
	width: 880px;
	margin: 0 auto;
	text-align: center;
}
.eventCont__figure img {
	max-width: 100%;
}
@media screen and (max-width:767px){
	.eventCont__figure {
		max-width: 100%;
	}
}

/**
 * eventDetailDl
 */
.eventDetailDl {
	width: 100%;
	margin-top: 60px;
}
@media screen and (max-width:767px){
	.eventDetailDl {
		margin-top: 30px;
	}
}

/* item */
.eventDetailDl__item {
	border-bottom: 1px solid rgba(255,255,255,.2);
	display: flex;
	font-size: 16px;
	padding: 16px 0;
}
.eventDetailDl__item:first-of-type {
	padding: 0 0 16px;
}
@media screen and (max-width:767px){
	.eventDetailDl__item {
		font-size: 12px;
		padding: 10px 0;
	}
	.eventDetailDl__item:first-of-type {
		padding: 0 0 10px;
	}
}
.eventDetailDl__item__bn{
	border-bottom:none;
}

/* dt */
.eventDetailDl__dt {
	width: 170px;
	flex: none;
	font-weight: 700;
}
@media screen and (max-width:767px){
	.eventDetailDl__dt {
		width: 90px;
	}
}

/* dd */
.eventDetailDl__dd {
	width: 100%;
}


/**
 * tokutenArea
 */
.tokutenArea {
	font-size: 16px;
	line-height: 2;
}
@media screen and (max-width:767px){
	.tokutenArea {
		font-size: 12px;
	}
}

/* img */
.tokutenArea img{
	max-width: 100%;
	height: auto !important;
}

/* p */
.eventCont p{
	margin-top: 30px;
}

/* campaign */
.eventContCam h3{
	display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
	color: #fff;
    font-size: 24px;
    line-height: 1;
}
@media screen and (max-width:767px){
	.eventContCam h3 {
		font-size: 16px;
		text-align: center;
		padding: 10px 0;
		line-height: 1.5;
	}
}

.eventContCam p{
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media screen and (max-width:767px){
	.eventContCam p img {
		width: 100%;
	}
}

.eventCamp03{
	margin-top: 30px;
}

.eventCamp03_t{
	text-align: center;
}

.eventDetailDl__item a{
	color: #fff;
}

.eventDetailDl__dd_app{
	margin-top: 0.5em;
}
.eventDetail__cautionList{
	padding-left: 1em;
	text-indent: -1em;
}
.indent{
	display: block;
	width: 100%;
}

@media screen and (max-width:767px){
	.indent a {
		font-size: 10px;
	}
}
.center{
	text-align: center;
}

/*-----------------------------------------------
 * White ver. style
 * .bodyに「is-change」クラスを付与
-------------------------------------------------*/
/* goodsTabLists__link */
body.body.is-change .goodsTabLists__link {
	border: 1px solid #000;
	color: #000;
}
body.body.is-change .goodsTabLists__link:hover,
body.body.is-change .goodsTabLists__link.is-active {
	background-color: rgb(var(--main-color-lightblue));
	color: #fff;
}

/* .bookCont__title--en */
body.body.is-change .bookCont__title--en{
	background-color: rgb(var(--main-color-lightblue));
}

/* musicDetailDl__item */
body.body.is-change .musicDetailDl__item {
	border-bottom: 1px solid rgba(0,0,0,.2);
}

/* .eventCont__title */
body.body.is-change .eventCont__title {
	border-bottom: 1px solid rgba(0,0,0,.2);
}

/* eventDetailDl__item */
body.body.is-change .eventDetailDl__item {
	border-bottom: 1px solid rgba(0,0,0,.2);
}

/* goodsNavLists__text */
body.body.is-change .goodsNavLists__text {
	color: #000;
}

/* .goodsNavLists__textWrap:before */
body.body.is-change .goodsNavLists__textWrap:before {
	background-color: rgb(var(--main-color-lightblue));
}

/* .goodsNavLists__item a */
body.body.is-change .goodsNavLists__item a:hover .goodsNavLists__text,
body.body.is-change .goodsNavLists__item a.is-active .goodsNavLists__text {
	color: #fff;
}

/* .goodsNavLists__item:after */
body.body.is-change .goodsNavLists__item:after {
	background-color: #000;
}

.indent1{
    display: block;
    padding-left: 1em;
    text-indent: -1em;
}

/* eventgoods */
#event__goods h4{
	margin: 60px 0 20px 0;
	padding-left: 1em;
    text-indent: -1em;
}
@media screen and (max-width:767px){
	#event__goods h4 {
		margin: 30px 0;
	}	
}
.event__goods_indent{
	display: block;
	padding-left: 4.4em;
	text-indent: -4.4em;
}
@media screen and (max-width:767px){
	.event__goods_indent{
		display: block;
		padding-left: 4.2em;
		text-indent: -4.2em;
	}	
}
.event__goods_line{
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	padding-bottom: 60px;
}
@media screen and (max-width:767px){
	.event__goods_line{
		padding-bottom: 30px;
	}	
}