/*================================
キャンペーンを表示するエリア
================================*/
/* 期間前 */
.header_campaign {
	display: none;
}

.view {
	display: block;
}

/*================================
キャンペーン時のMV
================================*/
#mv {
	margin: 0 auto 0;
}

#mv.none {
	margin: 0 auto;
}

@media screen and (max-width: 599px) {
#mv {
		margin: 0;
	}
}

/*================================
キャンペーンバナー
================================*/
.header_campaign {
	background-color: #D71028;
	width: 100%;
	position: fixed;
	z-index: 10;
	height: 0.8rem;
}

@media screen and (max-width: 599px) {
	.header_campaign {
		bottom: 0;
		height: auto;
		padding-bottom :10px;
	}
}

.header_campaign .campaign_inner {
	max-width: 13rem;
	margin: 0 auto;
	padding: 0.09rem 0;
	text-align: center;
	display: flex;
	justify-content: center;
	min-width: 1000px;
}

@media screen and (max-width: 599px) {
	.header_campaign .campaign_inner {
		min-width: auto;
	}
}

.header_campaign .campaign_inner a {
	display: flex;
	text-decoration: none;
	justify-content: center;
}

.header_campaign .campaign_inner a:hover {
	opacity: 0.85;
}

.header_campaign .campaign_inner .cpn_btn {
	padding: 0.07rem 0.1rem;
	background: #8a1d10;
	color: #fff;
	font-size: 0.12rem;
	font-weight: bold;
	line-height: 0.23rem;
	margin-right: 0.1rem;
}

@media screen and (max-width: 1370px) {
	.header_campaign .campaign_inner .cpn_btn {
		font-size: 0.10rem;
		padding: 0.07rem 0.07rem;
	}
}

.header_campaign .campaign_inner .cpn_btn .strong {
	font-size: 0.14rem;
}

.header_campaign .campaign_inner .cpn_text {
	color: #fff;
	font-size: 0.26rem;
	padding-top: 0.09rem;
	font-weight: bold;
}

@media screen and (max-width: 599px) {
	.header_campaign .campaign_inner .cpn_text {
		display: none;
	}
}

.header_campaign .campaign_inner .cpn_text .strong {
	font-size: 0.42rem;
}

.header_campaign .campaign_inner .cpn_text .kome_txt {
	font-size: 0.12rem;
	font-weight: normal;
}

/*================================
キャンペーンエリア
================================*/
#campaign {
	padding-bottom: 1.00rem;
}

@media screen and (max-width: 599px) {
	#campaign {
		padding-bottom: 0.60rem;
	}

	#campaign .in::before {
		content: "";
		width: 100%;
		height: calc(100% - 0.30rem);
		background-color: #f0f0f0;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}
}

#campaign .campaign_wrap {
	position: relative;
}

#campaign .campaign_wrap::before {
	content: "";
	width: 100%;
	height: calc(100% - 0.20rem);
	background-color: #f0f0f0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

#campaign .campaign_wrap .title {
	max-width: 11.20rem;
	margin: auto;
	background-color: #3d3736;
	text-align: center;
	padding: 0.15rem 0 0.19rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#campaign .campaign_wrap .title {
		padding: 0.10rem 0 0.12rem;
		line-height: 1.35;
	}
}

#campaign .campaign_wrap .title::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.20rem 0.20rem 0 0.20rem;
	border-color: #3d3736 transparent transparent transparent;
	position: absolute;
	left: 50%;
	bottom: -0.20rem;
	transform: translateX(-50%);
}

@media screen and (max-width: 599px) {
	#campaign .campaign_wrap .title::after {
		border-width: 0.10rem 0.12rem 0 0.12rem;
		bottom: -0.10rem;
	}
}

#campaign .campaign_wrap .title span {
	font-size: 0.40rem;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 599px) {
	#campaign .campaign_wrap .title span {
		font-size: 0.20rem;
	}
}

/* #campaign .campaign_wrap .title span::before {
	content: "";
	width: 0.40rem;
	height: 0.32rem;
	display: inline-block;
	background-image: url(../img/campaign_deco_left.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}

@media screen and (max-width: 599px) {
	#campaign .campaign_wrap .title span::before {
		position: absolute;
		left: 0.20rem;
		top: 50%;
		transform: translateY(-50%);
	}
}

#campaign .campaign_wrap .title span::after {
	content: "";
	width: 0.40rem;
	height: 0.32rem;
	display: inline-block;
	background-image: url(../img/campaign_deco_right.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}

@media screen and (max-width: 599px) {
	#campaign .campaign_wrap .title span::after {
		position: absolute;
		right: 0.20rem;
		top: 50%;
		transform: translateY(-50%);
	}
} */

#campaign .campaign_wrap .title .area_name {
	padding-right: 0.08rem;
}

@media screen and (max-width: 599px) {
	#campaign .campaign_wrap .title .area_name {
		padding-right: 0.05rem;
	}
}

#campaign .campaign_caption {
	padding: 0.15rem 0.40rem 0.30rem 0;
	text-align: right;
	font-size: 0.13rem;
	line-height: 1.71;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 599px) {
	#campaign .campaign_caption {
		padding: 0.15rem 0 0.30rem;
		text-align: center;
		font-size: 0.11rem;
	}
}

#campaign .campaign_header {
	text-align: center;
}

#campaign .campaign_header .prize_title {
	width: 100%;
	max-width: 3.40rem;
	margin: auto;
	text-align: center;
	background-color: #d70027;
	padding: 0.10rem 0 0.14rem;
	font-size: 0.34rem;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 0.05em;
	position: relative;
}

@media screen and (max-width: 599px) {
	#campaign .campaign_header .prize_title {
		max-width: 3.00rem;
		font-size: 0.20rem;
	}
}

#campaign .campaign_header .prize_title::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.29rem 0 0.29rem 0.20rem;
	border-color: transparent transparent transparent #f0f0f0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#campaign .campaign_header .prize_title::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.29rem 0.20rem 0.29rem 0;
	border-color: transparent #f0f0f0 transparent transparent;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

#campaign .campaign_header .text {
	font-size: 0.20rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 0.15rem 0;
}

@media screen and (max-width: 599px) {
	#campaign .campaign_header .text {
		font-size: 0.15rem;
		line-height: 1.35;
		letter-spacing: 0.02em;
	}
}

#campaign .campaign_header .prize {
	font-size: 0.70rem;
	font-weight: 900;
	color: #d70027;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 599px) {
	#campaign .campaign_header .prize {
		font-size: 0.34rem;
	}
}

#campaign .campaign_header .prize span {
	font-size: 0.40rem;
}

@media screen and (max-width: 599px) {
	#campaign .campaign_header .prize span {
		font-size: 0.20rem;
	}
}

#campaign .campaign_cont {
	width: 100%;
	max-width: 10.00rem;
	margin: auto;
	padding-top: 0.50rem;
}

@media screen and (max-width: 599px) {
	#campaign .campaign_cont {
		padding-top: 0.30rem;
	}
}

#campaign .campaign_cont .campaign_cont_title {
	font-size: 0.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #d70027;
	border-bottom: 2px solid #d70027;
	border-left: 0.08rem solid #d70027;
	line-height: 1.55;
	padding-left: 0.10rem;
	padding-bottom: 0.05rem;
}

@media screen and (max-width: 599px) {
	#campaign .campaign_cont .campaign_cont_title {
		font-size: 0.20rem;
		border-bottom: 1px solid #d70027;
		border-left: 0.05rem solid #d70027;
		line-height: 1.35;
		padding-left: 0.07rem;
		padding-bottom: 0.06rem;
	}
}

#campaign .campaign_cont .campaign_textbox {
	padding: 0.18rem 0.18rem 0;
}

@media screen and (max-width: 599px) {
	#campaign .campaign_cont .campaign_textbox {
		padding: 0.10rem 0 0 0.12rem;
	}
}

#campaign .campaign_cont .campaign_textbox .text {
	font-size: 0.20rem;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 599px) {
	#campaign .campaign_cont .campaign_textbox .text {
		font-size: 0.15rem;
		line-height: 1.65;
		letter-spacing: 0.02em;
	}
}

#campaign .campaign_cont .campaign_textbox .text strong {
	font-weight: 700;
	color: #d70027;
}

#campaign .campaign_cont .campaign_textbox .small_text {
	font-size: 0.15rem;
	line-height: 1.75;
	padding-top: 0.08rem;
}

@media screen and (max-width: 599px) {
	#campaign .campaign_cont .campaign_textbox .small_text {
		font-size: 0.13rem;
		line-height: 1.65;
		padding-top: 0.05rem;
	}
}

#campaign .campaign_cont .campaign_textbox .list {
	display: flex;
	flex-wrap: wrap;
	max-width: 7.50rem;
	padding: 0;
}

#campaign .campaign_cont .campaign_textbox .list .text {
	width: 50%;
	list-style-type: disc;
	list-style-position: inside;
}

@media screen and (max-width: 599px) {
	#campaign .campaign_cont .campaign_textbox .list .text {
		width: 100%;
	}
}

#campaign .campaign_cont .campaign_textbox .indent_box {
	padding-left: 0.18rem;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#campaign .campaign_cont .campaign_textbox .indent_box {
		padding-left: 0.10rem;
		padding-bottom: 0.20rem;
	}
}

#campaign .cta_campaign {
	padding: 0.60rem 0 0.80rem;
}

@media screen and (max-width: 599px) {
	#campaign .cta_campaign {
		padding: 0.30rem 0.10rem 0.40rem;
	}
}

#campaign .cta_campaign .entry_btn {
	width: 100%;
	max-width: 6.40rem;
	margin: auto;
}

@media screen and (max-width: 599px) {
	#campaign .entry_btn {
		max-width: 3.00rem;
	}
}

#campaign .entry_btn a {
	display: block;
	line-height: 0;
	padding: 0.38rem 0 0.42rem;
	background-color: #d70027;
	font-size: 0.28rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	position: relative;
	box-shadow: 0.07rem 0.07rem 0 rgba(215, 0, 39, 0.3);
}

@media screen and (max-width: 599px) {
	#campaign .entry_btn a {
		padding: 0.23rem 0 0.27rem;
		font-size: 0.16rem;
		box-shadow: 0.03rem 0.03rem 0 rgba(215, 0, 39, 0.3);
	}
}

#campaign .entry_btn a::after {
	content: "";
	width: 0.30rem;
	height: 0.10rem;
	background-image: url(../img/link_arrow_white.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.20rem;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 599px) {
	#campaign .entry_btn a::after {
		width: 0.24rem;
		right: 0.10rem;
	}
}

#campaign .entry_btn a:hover {
	box-shadow: 0.07rem 0.07rem 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 599px) {
	#campaign .entry_btn a:hover {
		box-shadow: 0.03rem 0.03rem 0 rgba(0, 0, 0, 0.3);
	}
}

#campaign .entry_btn a span {
	position: relative;
}

#campaign .entry_btn a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #000;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
	position: 0;
	z-index: 0;
}

#campaign .entry_btn a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}

#campaign .list {
	padding-top: 0.30rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#campaign .list .link {
	padding: 0 0.30rem;
}

@media screen and (max-width: 599px) {
	#campaign .list .link {
		padding: 0 0 0.10rem;
	}
}

#campaign .list .link a {
	font-size: 0.18rem;
	letter-spacing: 0.05em;
	color: #000;
	text-decoration: none;
}

@media screen and (max-width: 599px) {
	#campaign .list .link a {
		font-size: 0.13rem;
	}
}

#campaign .list .link a:hover {
	color: #d70027;
}

#campaign .list .link a::before {
	content: "";
	width: 0.15rem;
	height: 0.12rem;
	display: inline-block;
	background-image: url(../img/arrow_red.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0.01rem;
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	#campaign .list .link a::before {
		width: 0.10rem;
		height: 0.08rem;
	}
}

#campaign .list .link a:hover::before {
	width: 0.12rem;
	margin-left: 0.03rem;
}

@media screen and (max-width: 599px) {
	#campaign .list .link a:hover::before {
		width: 0.10rem;
		margin-left: 0;
	}
}

#campaign .list .link a span {
	border-bottom: 1px solid #000;
	line-height: 1.2;
	display: inline-block;
	transition: all 0.3s;
}

#campaign .list .link a:hover span {
	border-bottom: 1px solid #d70027;
}


/*================================
イベント告知バナー
================================*/
/* バナー初期値は非表示 */
.kv_banner {
	display: none;
}

/* バナーを表示 */
.japan .kv_banner {
	display: block;
}
.japan .kv_banner.none {
	display: none;
}

.japan .kv_banner .pc_only {
	position: absolute;
	bottom: 0.4rem;
	right: 0.4rem;
	width: 3.4rem;
	height: auto;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
}

.japan .kv_banner .pc_only:hover{
	filter: brightness(115%) drop-shadow(0 0 5px rgba(0,0,0,0.5));
}

.japan .kv_banner .sp_only {
	height: auto;
	padding: 0.2rem 0.4rem 0;
}


/*================================
キャンペーンバナー（2023年9月28日まで）
================================*/
.limited_event_wrap {
	width: 100%;
	max-width: 10.00rem;
	margin: 0.20rem auto 0.80rem;
	text-align: center;
}

@media screen and (max-width: 599px) {
	.limited_event_wrap {
		padding: 0 0.20rem;
		box-sizing: border-box;
		margin: 0.20rem auto 0.50rem;
	}
}

.limited_event_wrap .title {
	font-size: 0.30rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	display: inline-block;
}

@media screen and (max-width: 599px) {
	.limited_event_wrap .title {
		font-size: 0.16rem;
		letter-spacing: 0;
		line-height: 1.5;
		display: block;
	}	
}

.limited_event_wrap .title span {
	color: #d70027;
}

.limited_event_wrap .title::before {
	content: "";
	width: 0.32rem;
	height: 0.26rem;
	display: inline-block;
	background-image: url(../img/mov_title_deco01.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0.02rem;
}

.limited_event_wrap .title::after {
	content: "";
	width: 0.32rem;
	height: 0.26rem;
	display: inline-block;
	background-image: url(../img/mov_title_deco02.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0.02rem;
}

@media screen and (max-width: 599px) {
	.limited_event_wrap .title::before {
		width: 0.20rem;
		height: 0.14rem;
		top: 0.01rem;
	}
	.limited_event_wrap .title::after {
		width: 0.20rem;
		height: 0.14rem;
		top: 0.01rem;
	}
}

.limited_event_wrap .catch {
	font-size: 0.24rem;
	font-weight: 700;
	padding: 0.15rem 0 0.20rem;
}

@media screen and (max-width: 599px) {
	.limited_event_wrap .catch {
		font-size: 0.20rem;
		padding: 0.06rem 0 0.15rem;
	}
}

.limited_event_wrap .bnr_wrap a {
	display: block;
	text-decoration: none;
}

.limited_event_wrap .bnr_wrap a:hover img {
	opacity: 0.7;
}

.limited_event_wrap .bnr_wrap a img {
	display: block;
	transition: all 0.3s;
}

.limited_event_wrap .bnr_wrap .more_btn {
	width: 100%;
	max-width: 4.00rem;
	margin: 0.20rem auto 0;
	line-height: 0;
	padding: 0.34rem 0 0.36rem;
	background-color: #d70027;
	font-size: 0.22rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	.limited_event_wrap .bnr_wrap .more_btn {
		max-width: 2.40rem;
		margin: 0.15rem auto 0;
		padding: 0.22rem 0 0.24rem 0;
		font-size: 0.16rem;
	}
}

.limited_event_wrap .bnr_wrap .more_btn span {
	position: relative;
}

.limited_event_wrap .bnr_wrap .more_btn::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #000;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
	position: 0;
	z-index: 0;
}

.limited_event_wrap .bnr_wrap a:hover .more_btn::before {
	transform-origin: left top;
	transform: scale(1, 1);
}

/*================================
SP版フッターバナー調整
================================*/
@media screen and (max-width: 599px) {
	footer.cp {
		padding-bottom: 80px;
	}
	#page_top.cp {
	bottom: 80px;
	}
}
