@charset "utf-8";

body {
	background-image: url(../images/entry_bg_pc.png);
	background-position: center top;
}

.wrapper {
	overflow: hidden;
}

/*============================
ヘッダー
============================*/
header {
	transition: transform 0.5s 0.3s;
    padding: 0.12rem 0;
    background: #fff;
}
@media screen and (max-width: 767px) {
	header {
		width: 100%;
	}
}
.header_wrap {
	margin: 0 auto;
	width: 9.89rem;
}
@media screen and (max-width: 767px) {
	.header_wrap {
		width: 100%;
	}
}
header a {
	display: block;
}
@media screen and (max-width: 767px) {
	header a {
		text-align: center;
	}
}

header img {
	width: 531px;
	height: 65px;
}

@media screen and (max-width: 767px) {
	header img{
		width: 92%;
		height: auto;
	}
}

/*============================
MV
============================*/
#mv {
	position: relative;
	padding-bottom: 3.10rem;
	background-image: url(../images/mv_bg_pc.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #00AADD;
}
@media screen and (max-width: 767px) {
	#mv {
		background-image: url(../images/mv_bg_sp.png);
		padding-bottom: 0.95rem;
	}
	#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: 0.2rem;
	}
}

#mv .in {
	position: relative;
	z-index: 1;
}

#mv .mv_main {
	width: 100%;
	max-width: 10.4rem;
	margin: auto;
	padding-top: 1.20rem;
	position: relative;
}
#mv .mv_main h1 {
	margin-top: -170px;
	pointer-events: none;
}
@media screen and (max-width: 767px) {
	#mv .mv_main h1 {
		margin-top: 0;
	}
}
#mv .mv_main .img {
	padding-left: 0.1rem;
}
@media screen and (max-width: 767px) {
	#mv .mv_main {
		padding-top: 0.1rem;
	}
	#mv .mv_main .img {
		display: block;
		position: relative;
		padding-left: 0;
		margin: 0 -0.12rem 0 -0.14rem;
	}
}

#mv .mv_main .btn {
	position: absolute;
	bottom: 0.3rem;
	left: 39.5%;
}
@media screen and (max-width: 767px) {
	#mv .mv_main .btn {
		position: static;
		bottom: auto;
		left: auto;
		margin: auto;
	}
}

#mv .mv_main a {
	display: block;
	width: 2.27rem;
	background: #006AE3;
	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: #D00F31;
	animation: big forwards .25s;
}
@media screen and (max-width: 767px) {
	#mv .mv_main a:hover {
		background: #D00F31;
		animation: big forwards .25s;
	}
}

#mv .text {
	max-width: 10.41rem;
	margin-top: -0.3rem;
	margin-left: auto;
}
@media screen and (max-width: 767px) {
	#mv .text {
		margin-top: -0.15rem;
		margin-left: -0.1rem;
		margin-right: -0.07rem;
		padding-top: 0.14rem;
	}
}

/*============================
キャンペーン内容
============================*/
#prize {
	position: relative;
	z-index: 0;
	padding-bottom: 3.5rem;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#prize {
		padding: 0 0.15rem 1.5rem;
		text-align: left;
	}
}

#prize::before {
	content: "";
	position: absolute;
	top: -1.83rem;
	left: 50%;
	z-index: -1;
	display: block;
	width: 200%;
	height: 100%;
	background: linear-gradient(#fff, #b4b4b4);
	transform: translate(-50%) rotate(-8deg);
	transform-origin: top center;
}

@media screen and (max-width: 767px) {
	#prize::before {
		top: -0.56rem;
		width: 300%;
	}
}

#prize .title {
	margin-bottom: 0.28rem;
	font-size: 0.36rem;
	font-weight: 700;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	#prize .title {
		margin-bottom: 0.1rem;
		font-size: 0.24rem;
	}
}

#prize .date {
	position: relative;
	margin: 0 auto 0.5rem;
	width: 11rem;
	padding: 0.18rem 0;
	border-top: 2px solid #707070;
	border-bottom: 2px solid #707070;
}

@media screen and (max-width: 767px) {
	#prize .date {
		margin: 0 auto 0.25rem;
		padding: 0;
		width: 100%;
		border: none;
	}
}

#prize .date::before {
	content: "";
	position: absolute;
	top: -1.6rem;
	right: 13%;
	display: block;
	width: 200px;
	height: 200px;
	background-image: url(../images/present200_budge.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transform: translateX(50%);
}

@media screen and (max-width: 767px) {
	#prize .date::before {
		top: auto;
		bottom: 0;
		right: 15%;
		width: 122px;
		height: 122px;
	}
}

#prize .date_title {
	font-size: 0.18rem;
	font-weight: 700;
	margin-bottom: 0.1rem;
}

@media screen and (max-width: 767px) {
	#prize .date_title {
		margin-bottom: 0;
		line-height: 1.6;
		font-size: 0.12rem;
		font-weight: 400;
	}
	#prize .date_title::before {
		content: "※";
	}
}

#prize .text {
	font-size: 0.26rem;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	#prize .text {
		margin-left: 0.1rem;
		font-size: 0.12rem;
		font-weight: 400;
		line-height: 1.6;
	}
}

#prize .text span {
	font-size: 0.21rem;
}

@media screen and (max-width: 767px) {
	#prize .text span{
		font-size: 0.12rem;
		font-weight: 400;
	}
}

#prize .list {
	margin: 0 auto;
	width: 11rem;
}

@media screen and (max-width: 767px) {
	#prize .list {
		width: 3.5rem;
	}
}

#prize .list .item:not(:last-child) {
	margin-bottom: 0.1rem;
}

@media screen and (max-width: 767px) {
	#prize .item.-first {
		margin-left: -0.08rem;
	}
}

#prize .item:last-child {
	position: relative;
}

#prize .item .item_link {
	display: block;
	position: absolute;
	top: 2.5rem;
	left: 50%;
	width: 5.45rem;
	transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
	#prize .item .item_link {
		top: 2.4rem;
		width: 3.1rem;
	}
}


/*============================
キャンペーン期間
============================*/
#campaign {
	position: relative;
	margin-top: -2.30rem;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	#campaign {
		margin-top: -1.0rem;
	}
}

#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;
		font-weight: 400;
		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;
		font-weight: 400;
		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;
	padding-bottom: 1.5rem;
}
@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: 10.0rem;
	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;
	width: 8.7rem;
	margin: auto;
}
@media screen and (max-width: 767px) {
	#entry .step_img {
		width: 100%;
	}
}

#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;
	}
}

/*============================
docomo CLUB LOUNGE
============================*/
#lounge {
	position: relative;
	z-index: 0;
	padding: 1.5rem 0 2rem;
}

@media screen and (max-width: 767px) {
	#lounge {
		padding: 0.3rem 0 1.2rem;
	}
}

#lounge::before {
	content: "";
	position: absolute;
	top: -0.5rem;
	left: 50%;
	z-index: -1;
	display: block;
	width: 200%;
	height: 100%;
	background-color: #000;
	transform: translateX(-50%) rotate(-8deg);
	transform-origin: top center;
}

#lounge .contents_img {
	margin: 0 auto;
	width: 10rem;
}

@media screen and (max-width: 767px) {
	#lounge .contents_img {
		margin: 0;
		width: 100%;
	}
}

/*============================
ドコモ×ファイターズ応援 
============================*/
#fighters {
	position: relative;
	z-index: 0;
	padding: 1.2rem 0 1.9rem;
}
@media screen and (max-width: 767px) {
	#fighters {
		padding: 0.3rem 0 1.0rem;
	}
}

#fighters::before {
	content: "";
	position: absolute;
	top: -0.5rem;
	left: 50%;
	z-index: -1;
	display: block;
	width: 200%;
	height: 100%;
	background-color: #CBEEF8;
	transform: translateX(-50%) rotate(-8deg);
	transform-origin: top center;
}
@media screen and (max-width: 767px) {
	#fighters::before {
		width: 400%;
	}
}

#fighters .wrap {
	margin: 0 auto;
	padding: 0.8rem 1rem 1rem;
	width: 10rem;
	background-color: #fff;
	border: 5px solid #00AADD;
	border-radius: 0.5rem;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	#fighters .wrap {
		padding: 0.57rem 0.25rem 0.7rem;
		width: 3.5rem;
	}
}

#fighters .list .item {
	position: relative;
}

#fighters .list .item:not(:last-child) {
	margin-bottom: 0.5rem;
}

#fighters .list .item.-first {
	margin-bottom: 0.64rem;
	padding-bottom: 1.08rem;
}

@media screen and (max-width: 767px) {
	#fighters .list .item.-first {
		margin-left: -0.08rem;
		margin-right: -0.08rem;
		margin-bottom: 0.4rem;
		padding-bottom: 0.72rem;
	}
}

#fighters .list .item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#fighters .item .btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
	#fighters .item .btn {
		width: 100%;
	}
}

#fighters .item .btn01 {
	bottom: 0;
}

#fighters .item .btn02 {
	bottom: 53px;
}
@media screen and (max-width: 767px) {
	#fighters .item .btn02 {
		bottom: 10.00vw;
	}
}

#fighters .item .btn03 {
	bottom: 60px;
}
@media screen and (max-width: 767px) {
	#fighters .item .btn03 {
		bottom: 10.60vw;
	}
}

#fighters .item .btn a {
	width: 4.5rem;
	font-size: 0.30rem;
	font-weight: bold;
	background: #00AADD;
	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) {
	#fighters .item .btn a {
		width: 100%;
		max-width: calc(100% - 60px);
		font-size: 0.20rem;
		padding: 0.15rem 0 0.20rem;
	}
}

@media screen and (max-width: 767px) {
	#fighters .item.-first .btn a {
		font-size: 0.18rem;
	}
}

#fighters .item .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) {
	#fighters .item .btn a::after {
		transform: translateY(-60%);
	}
}

@media screen and (max-width: 767px) {
	#fighters .item.-first .btn a::after {
		right: 0.15rem;
	}
}

#fighters .item .btn a:hover {
	animation: big forwards .25s;
}


/*============================
ファイターズ応援！dカードキャンペーン
============================*/
#dcard {
	position: relative;
	padding: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
	#dcard {
		padding: 0.70rem 0 0;
	}
}

#dcard::before {
	content: "";
	width: 300%;
	height: 200%;
	background-color: #EEEFEF;
	position: absolute;
	left: 50%;
	top: -0.25rem;
	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: -1.15rem;
	left: 50%;
	transform: translateX(-58%);
}
@media screen and (max-width: 767px) {
	#dcard .content .ttl {
		top: -0.60rem;
		left: 50%;
		transform: translateX(-60%);
	}
}

#dcard .content .ttl img {
	display: block;
	margin: auto;
	max-width: 5.93rem;
}
@media screen and (max-width: 767px) {
	#dcard .content .ttl img {
		max-width: 2.92rem;
	}
	
}

#dcard .content .subtitle {
	font-size: 0.18rem;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	padding: 0.1rem 0 0.12rem;
	background-color: #00AADD;
	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: #00AADD;
    color: #fff;
}
#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 .match-date {
	margin-bottom: 0.16rem;
	margin-left: 0.64rem;
	font-size: 0.12rem;
	line-height: 1.5;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	#dcard .content .match-date {
		margin-left: 0;
	}
}

#dcard .content .match-date li {
	display: flex;
	align-items: center;
	gap: 0.02rem;
}

#dcard .content .match-date li::before {
	content: "";
	display: block;
	width: 0.05rem;
	height: 0.05rem;
	background-color: #000;
	border-radius: 50%;
}

#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:nth-child(4) {
	margin-bottom: 0.16rem;
}

#dcard .content .annotation_wrapper:nth-child(6) {
	margin-bottom: 0.45rem;
}
@media screen and (max-width: 767px) {
	#dcard .content .annotation_wrapper:nth-child(6) {
    margin-bottom: 0.26rem;
	}
}

#dcard .content .annotation_wrapper .annotation {
	padding-left: 0.3rem;
	position: relative;
	font-size: 0.12rem;
	font-weight: bold;
	line-height: 1.66;
	font-weight: 400;
}
@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 .frame .text_wrapper .text {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	#dcard .content .frame .text_wrapper .text {
		display: block;
		margin-left: 0;
		text-indent: 0;
		line-height: 1.5;
	}
}

#dcard .content .frame .text_wrapper .text:not(:last-child) {
	margin-bottom: 0.1rem;
}

#dcard .content .frame .text_wrapper .text .small_text {
	padding-left: 0.64rem;
	font-size: 0.12rem;
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	#dcard .content .frame .text_wrapper .text .small_text {
		display: block;
		margin-top: 0.1rem;
		padding-left: 0;
	}
}

#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;
	font-weight: 400;
}

#dcard .content .annotation_wrapper:nth-child(6) .annotation:not(:first-child) {
	font-weight: 700;
}

#dcard .content .annotation.send {
    position: relative;
    font-size: 0.14rem;
    margin-bottom: 0.3rem;
	margin-left: 10px;
}

#dcard .content .annotation.send::before {
	content: "";
	position: absolute;
	top: 0.05rem;
	left: -10px;
	display: block;
	width: 5px;
	height: 5px;
	background-color: #000;
	border-radius: 50%;
}

#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(1, 79, 135, 0.9);
	padding: 10px 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;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.floating_bnr_wrap .btn {
		width: 300px;
		height: 60px;
		margin: auto;
	}
}

.floating_bnr_wrap .deco {
	width: 121px;
	height: 120px;
	padding-right: 20px;
}
@media screen and (max-width: 767px) {
	.floating_bnr_wrap .deco {
		width: 86px;
		height: 86px;
		margin: auto;
	}
}

.floating_bnr_wrap .deco img {
	display: block;
}

.floating_bnr_wrap .btn a {
	display: block;
	background-color: #D00F31;
	line-height: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #fff;
	box-sizing: border-box;
	border-radius: 0.2rem;
	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;
	}
}