@charset "utf-8";

body {
	background-image: url(../images/entry_bg_pc.png);
	background-position: center top;
}
/*============================
ヘッダー
============================*/
header {
	width: 100%;
	max-width: 10rem;
	position: absolute;
	top: 0.27rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
@media screen and (max-width: 767px) {
	header {
		top: 0.16rem;
	}
}

/* ロゴ画像 */
header img {
	width: 1.95rem;
	height: auto;
	position: absolute;
	left: -0.10rem;
}
@media screen and (max-width: 767px) {
	header img {
		width: 1.47rem;
		left: 0.08rem;
	}
}

/*============================
MV
============================*/
#mv {
	position: relative;
	padding-bottom: 3.35rem;
	background-image: url(../images/mv_bg_pc.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #006AE3;
}
@media screen and (max-width: 767px) {
	#mv {
		background-image: url(../images/mv_bg_sp.png);
		padding-bottom: 2.70rem;
	}
	#mv .in {
		padding: 0 0.20rem;
	}
}

#mv::after {
	content: "";
	width: 100%;
	height: 5.41rem;
	background-image: url(../images/mv_deco_pc.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
	#mv::after {
		height: 1.76rem;
		background-image: url(../images/mv_deco_sp.png);
		background-size: auto 1.76rem;
		bottom: 1.6rem;
	}
}

#mv .mv_main {
	width: 100%;
	max-width: 9.4rem;
	margin: auto;
	padding-top: 0.20rem;
	position: relative;
}
#mv .mv_main .img {
	padding-left: 0.1rem;
}
@media screen and (max-width: 767px) {
	#mv .mv_main {
		padding-top: 0.53rem;
	}
	#mv .mv_main .img {
		display: block;
		position: relative;
		padding-left: 0;
		margin: 0 -0.12rem -0.30rem -0.14rem;
	}
}

#mv .mv_main .btn {
	position: absolute;
	bottom: 0;
	left: 39.5%;
}
@media screen and (max-width: 767px) {
	#mv .mv_main .btn {
		position: relative;
		bottom: auto;
		left: auto;
		margin: auto;
	}
}

#mv .mv_main a {
	display: block;
	width: 2.27rem;
	background: #231815;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 0.1rem 0 0.12rem;
	border-radius: 0.3rem;
	position: relative;
	font-size: 0.14rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	#mv .mv_main a {
		width: 1.95rem;
		padding: 0.07rem 0.10rem 0.09rem 0;
		font-size: 0.13rem;
		margin: auto;
	}
}

#mv .mv_main a::after {
	content: '';
	display: block;
	position: absolute;
	width: 0.14rem;
	height: 0.07rem;
	background: url(../images/icon_arrow_wh.svg) no-repeat center;
	background-size: contain;
	right: 0.14rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
	filter: invert(99%) sepia(3%) saturate(3251%) hue-rotate(209deg) brightness(118%) contrast(100%);
}

#mv .mv_main a:hover {
	background: #FFF100;
	color: #006AE3;
}
@media screen and (max-width: 767px) {
	#mv .mv_main a:hover {
		background: #231815;
		color: #fff;
		animation: big forwards .25s;
	}
}
#mv .mv_main a:hover::after {
	filter: invert(70%) sepia(96%) saturate(7499%) hue-rotate(202deg) brightness(93%) contrast(101%);
}
@media screen and (max-width: 767px) {
	#mv .mv_main a:hover::after {
		filter: invert(99%) sepia(3%) saturate(3251%) hue-rotate(209deg) brightness(118%) contrast(100%);
	}
}

#mv .text {
	padding-top: 0.24rem;
	max-width: 8.62rem;
	margin: auto;
}
@media screen and (max-width: 767px) {
	#mv .text {
		padding-top: 0.14rem;
	}
}

/*============================
キャンペーン期間
============================*/
#campaign {
	position: relative;
	margin-top: -2.30rem;
	z-index: 1;
}

#campaign::before {
	content: "";
	width: 120%;
	height: 4.00rem;
	background-color: #EEEFEF;
	position: absolute;
	left: 50%;
	top: 0.47rem;
	transform: translateX(-50%) rotate(-8deg);
	transform-origin: top center;
	z-index: 0;
}
@media screen and (max-width: 767px) {
	#campaign::before {
		height: 2.22rem;
		top: 0.33rem;
	}
}

#campaign .ttl {
	text-align: center;
	position: relative;
	z-index: 1;
	width: 100%;
}

#campaign .ttl img {
	display: block;
	margin: auto;
	max-width: 2.57rem;
}
@media screen and (max-width: 767px) {
	#campaign .ttl img {
		max-width: 1.80rem;
	}
}

#campaign .in {
	padding: 0.30rem 0;
	text-align: center;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	#campaign .in {
		padding: 0 0.20rem 0.40rem;
	}
}

#campaign .in .date {
	text-align: center;
	padding: 0.20rem 0;
	box-sizing: border-box;
	margin-bottom: 0.50rem;
}
@media screen and (max-width: 767px) {
	#campaign .in .date {
		text-align: left;
		border-top: 0;
		border-bottom: 0;
		padding: 0.10rem 0;
		margin-bottom: 0;
	}
}

#campaign .in .date .date_img {
	width: 100%;
	max-width: 6.78rem;
	margin: auto;
	padding-bottom: 0.20rem;
}

#campaign .in .date .date_img img {
	display: block;
}

#campaign .in .date .date_title {
	font-size: 0.18rem;
	font-weight: bold;
	margin-bottom: 0.10rem;
}
@media screen and (max-width: 767px) {
	#campaign .in .date .date_title {
		font-size: 0.12rem;
		line-height: 1.41;
		margin-bottom: 0;
	}
	#campaign .in .date .date_title::before {
		content: "※";
	}
}

#campaign .in .date .text {
	font-size: 0.26rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	#campaign .in .date .text {
		font-size: 0.12rem;
		line-height: 1.41;
		padding-left: 1em;
	}
}

#campaign .in .date .text span {
	font-size: 0.21rem;
}
@media screen and (max-width: 767px) {
	#campaign .in .date .text span {
		font-size: 0.12rem;
	}
}

/*============================
応募方法
============================*/
#entry {
	position: relative;
	z-index: 2;
	top: 0;
}
@media screen and (max-width: 767px) {
	#entry {
		margin-top: -0.4rem;
	}
}

#entry .ttl {
	text-align: center;
	position: relative;
	z-index: 1;
}

#entry .ttl img {
	display: block;
	margin: auto;
	max-width: 2.57rem;
}

@media screen and (max-width: 767px) {
	#entry .ttl img {
		max-width: 1.80rem;
	}
}

#entry .in {
	padding: 0.35rem 0 0.40rem;
	width: 100%;
	max-width: 8.70rem;
	margin: auto;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	#entry .in {
		padding: 0.20rem 0.20rem 0;
	}
}

/* カンタン2ステップ！ */
#entry .oubo_title {
	font-size: 0.55rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 0.50rem;
}
@media screen and (max-width: 767px) {
	#entry .oubo_title {
		font-size: 0.29rem;
		margin-bottom: 0;
		padding-bottom: 0.10rem;
	}
}

#entry .oubo_title span {
	font-size: 0.29rem;
	display: block;
}
@media screen and (max-width: 767px) {
	#entry .oubo_title span {
		font-size: 0.18rem;
	}
}

#entry .oubo_title em {
	font-size: 0.73rem;
}
@media screen and (max-width: 767px) {
	#entry .oubo_title em {
		font-size: 0.39rem;
	}
}

#entry .step_img {
	position: relative;
}
@media screen and (max-width: 767px) {
	#entry .step_img {
		margin-left: -0.12rem;
	}
}

#entry .step_img img {
	display: block;
}

#entry .step_img.-cont01 {
	margin-bottom: -0.16rem;
}
@media screen and (max-width: 767px) {
	#entry .step_img.-cont01 {
		margin-bottom: -2.5vw;
	}
}

#entry .step_img .btn {
	position: absolute;
	left: 50%;
	bottom: 80px;
	transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
	#entry .step_img .btn {
		position: absolute;
		left: calc(50% + 6px);
		width: 100%;
		bottom: 13.60vw;
	}
	#entry .step_img .btn a {
		width: 100%;
		max-width: calc(100% - 60px);
	}
}

#entry .step_img .btn a {
	width: 4.5rem;
	font-size: 0.30rem;
	font-weight: bold;
	background: #D00F31;
	color: #fff;
	display: block;
	margin: auto;
	text-align: center;
	padding: 0.2rem 0 0.22rem;
	border-radius: 0.40rem;
	box-shadow: 0px 0px 15px -5px #777777;
	position: relative;
}
@media screen and (max-width: 767px) {
	#entry .step_img .btn a {
		width: 300px;
		font-size: 0.22rem;
		padding: 0.15rem 0 0.20rem;
	}
}

#entry .step_img .btn a::after {
	content: '';
	display: block;
	position: absolute;
	width: 0.08rem;
	height: 0.16rem;
	background: url(../images/entry_btn_arrow.svg) no-repeat center;
	background-size: contain;
	right: 0.25rem;
	top: 50%;
	transform: translateY(-50%);
}

#entry .step_img .btn a:hover {
	animation: big forwards .25s;
}

#entry .step_img.-cont02 {
	margin-bottom: 0.36rem;
}
@media screen and (max-width: 767px) {
	#entry .step_img.-cont01 {
		margin-bottom: 0.4vw;
	}
}


/*============================
ファイターズ応援！dカードキャンペーン
============================*/
#dcard {
	position: relative;
	padding: 1.85rem 0 0;
}
@media screen and (max-width: 767px) {
	#dcard {
		padding: 1.20rem 0 0;
	}
}

#dcard::before {
	content: "";
	width: 300%;
	height: 200%;
	background-color: #EEEFEF;
	position: absolute;
	left: 50%;
	top: 0.47rem;
	transform: translateX(-50%) rotate(-8deg);
	transform-origin: top center;
	z-index: 0;
}
@media screen and (max-width: 767px) {
	#dcard::before {
		content: "";
		width: 500%;
	}
}

#dcard .content {
	background: #fff;
	max-width: 10rem;
	margin: auto;
	padding: 1.45rem 1.6rem 0.6rem;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	#dcard .content {
		padding: 0.90rem 0.25rem 0.6rem;
	}
}

#dcard .content .ttl {
	text-align: center;
	position: absolute;
	top: -0.85rem;
	left: 50%;
	transform: translateX(-59%);
}
@media screen and (max-width: 767px) {
	#dcard .content .ttl {
		top: -0.50rem;
		left: 50%;
		transform: translateX(-58%);
	}
}

#dcard .content .ttl img {
	display: block;
	margin: auto;
	max-width: 5.17rem;
}
@media screen and (max-width: 767px) {
	#dcard .content .ttl img {
		max-width: 3.2rem;
	}
	
}

#dcard .content .subtitle {
	font-size: 0.18rem;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	padding: 0.1rem 0 0.12rem;
	background-color: #006AE3;
	text-align: center;
	margin-bottom: 0.18rem;
}
@media screen and (max-width: 767px) {
	#dcard .content .subtitle {
		font-size: 0.16rem;
        padding: 0.06rem 0 0.08rem;
        margin-bottom: 0.10rem;
	}
	
}
#dcard .content .subtitle.attention {
	background-color: #EEEFEF;
    color: #000;
}
#dcard .content .text {
    font-size: 0.16rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
    line-height: 1.5;
    letter-spacing: 0;
    font-feature-settings: normal;
}
@media screen and (max-width: 767px) {
	#dcard .content .text {
		font-size: 0.14rem;
		margin-bottom: 0.15rem;
		line-height: 1.5;
	}
}
#dcard .content .text .small_text {
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	#dcard .content .text .small_text {
		font-size: 12px;
	}
}

#dcard .content .-prize_list {
	margin-bottom: 0.30rem;
}

@media screen and (max-width: 767px) {
	#dcard .content .-prize_list .text {
		text-indent: -0.47rem;
		margin-left: 0.47rem;
	}
}

#dcard .content .-prize_list .text {
	margin-bottom: 0;
}

#dcard .content .text.-period {
	margin-bottom: 0rem;
}
@media screen and (max-width: 767px) {
	#dcard .content .text.-period {
		margin-bottom: 0.10rem;
	}
}

#dcard .content .date_box {
	padding-bottom: 0.40rem;
}
@media screen and (max-width: 767px) {
	#dcard .content .date_box {
		padding-bottom: 0.20rem;
	}
}

#dcard .content .sup {
    font-size: 0.12rem;
    vertical-align: top;
}
@media screen and (max-width: 767px) {
	#dcard .content .sup {
    font-size: 0.10rem;
	}
}

#dcard .content .frame.outline {
    display: block;
    text-align: center;
    border: 1px solid #000;
    padding: 0.1rem 0;
    margin-bottom: 0.2rem;
    font-weight: bold;
    font-size: 0.18rem;
}
@media screen and (max-width: 767px) {
	#dcard .content .frame.outline {
    font-size: 0.16rem;
		margin-bottom: 0.15rem;
	}
}

#dcard .content .frame_text {
	font-size: 0.16rem;
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	#dcard .content .frame_text {
		font-size: 0.14rem;
	}
}

#dcard .content .frame_text.first {
	margin-bottom: 16px;
}

#dcard .content .frame_text.last {
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	#dcard .content .frame_text.last {
		margin-bottom: 15px;
	}
}

#dcard .content .annotation_wrapper {
	margin-bottom: 0.33rem;
}
@media screen and (max-width: 767px) {
	#dcard .content .annotation_wrapper {
    margin-bottom: 0.30rem;
	}
}

#dcard .content .annotation_wrapper .annotation {
	padding-left: 0.3rem;
	position: relative;
	font-size: 0.12rem;
	font-weight: bold;
	line-height: 1.66;
}
@media screen and (max-width: 767px) {
	#dcard .content .annotation_wrapper .annotation {
		padding-left: 0.24rem;
		line-height: 1.5;
		font-weight: 400;
	}
}

#dcard .content .annotation_wrapper .annotation:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

#dcard .content .annotation_wrapper .annotation:nth-of-type(1):before {
    content: '※１';
}

#dcard .content .annotation_wrapper .annotation:nth-of-type(2):before {
    content: '※２';
}
#dcard .content .annotation_wrapper .annotation:nth-of-type(3):before {
    content: '※３';
}

#dcard .content .annotation_wrapper.period .annotation.period:before, #dcard .content .annotation_wrapper.benefits_period .annotation.benefits_period:before {
    content: '※';
}

#dcard .content .text.benefits_period,
#dcard .content .text.send {
    margin-bottom: 0.15rem;
}
@media screen and (max-width: 767px) {
	#dcard .content .text.benefits_period,
	#dcard .content .text.send {
			margin-bottom: 0.10rem;
	}
}

#dcard .content .annotation_wrapper.benefits_period .annotation.benefits_period {
    padding-left: 0.125rem;
}

#dcard .content .annotation.send {
    position: relative;
    font-size: 0.12rem;
    margin-bottom: 0.3rem;
}

#dcard .content .annotation.send a {
    text-decoration: underline;
	color: #4484CE;
}

#dcard .content .annotation.send a:hover {
	opacity: 0.7;
}

#dcard .content .annotation.attention {
    font-size: 0.16rem;
	line-height: 1.5;
}

#dcard .content .list .item {
	font-size: 0.12rem;
	line-height: 1.5;
	font-weight: 400;
	padding-left: 0.12rem;
	text-indent: -0.12rem;
	margin-bottom: 0.05rem;
}

#dcard .content .list .item .note {
	display: block;
	text-indent: 0;
}

#dcard .content .list .item a {
    text-decoration: underline;
	color: #4484CE;
}

#dcard .content .list .item a:hover {
	opacity: 0.7;
}

/*============================
フッター
============================*/
#footer {
    padding: 0.34rem 0 1.8rem;
    text-align: center;
    background: #EEEFEF;
}
@media screen and (max-width: 767px) {
	#footer {
    padding: 0.34rem 0 1.3rem;
	}
}

#footer a {
	color: #4484CE;
	text-decoration: underline;
	font-size: 0.16rem;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: none;
}

#footer small {
	font-size: 0.12rem;
	display: block;
	margin-top: 0.15rem;
}

/*============================
フローティングバナー
============================*/
.floating_bnr_wrap {
	background-color: rgba(183, 149, 36, 0.95);
	padding: 25px 0;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.floating_bnr_wrap {
		padding: 15px 20px;
		box-sizing: border-box;
	}
}

.floating_bnr_wrap .btn {
	width: 450px;
	height: 76px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.floating_bnr_wrap .btn {
		width: 300px;
		height: 60px;
		margin: auto;
	}
}

.floating_bnr_wrap .deco img {
	display: block;
}

.floating_bnr_wrap .btn a {
	display: block;
	background-color: #D00F31;
	line-height: 0;
	height: 100%;
	box-sizing: border-box;
	border-radius: 40px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	text-align: center;
	position: relative;
}

.floating_bnr_wrap .btn a::after {
	content: '';
	display: block;
	position: absolute;
	width: 0.08rem;
	height: 0.16rem;
	background: url(../images/entry_btn_arrow.svg) no-repeat center;
	background-size: contain;
	right: 0.25rem;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.floating_bnr_wrap .btn a::after {
		content: '';
		display: block;
		position: absolute;
		width: 0.08rem;
		height: 0.16rem;
		background: url(../images/entry_btn_arrow.svg) no-repeat center;
		background-size: contain;
		right: 0.20rem;
		top: 50%;
		transform: translateY(-50%);
	}
}

.floating_bnr_wrap .btn a:hover {
	animation: big forwards .25s;
}

.floating_bnr_wrap .btn a span {
	display: block;
	font-size: 30px;
	font-weight: 700;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
	color: #FFF;
}
@media screen and (max-width: 767px) {
	.floating_bnr_wrap .btn a span {
		font-size: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
}


/*============================
ボタンアニメーション
============================*/
@keyframes big {
	0%{
		transform: scale(1);
	}
	50%{
		transform: scale(1.1);
	}
	75%{
		transform: scale(.95);
	}
	100%{
		transform: scale(1);
	}
}

/*============================
先頭に戻る
============================*/
#page_top {
	width: 44px;
	height: 44px;
	cursor: pointer;
	position: fixed;
	bottom: 150px;
	right: calc(50% - 550px);
	background-image: url(../images/icon_top.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 10;
}
@media screen and (max-width: 767px) {
	#page_top {
		bottom: 100px;
		right: 10px;
	}
}