@charset "UTF-8";

.appLink {
	display: none;
	align-items: center;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.appLink img {
	width: 56%;
}
.appLink a {
	position: relative;
	display: inline-block;
	background: linear-gradient(to right, #00bff9 0%, #0056a3 100%);
	border-radius: 5px;
	padding: 1.5vw 4.5vw 1.5vw 1.5vw;
	color: #fff;
	font-size: 3vw;
	font-weight: bold;
	white-space: nowrap;
	transition: none;
}
.appLink a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 5%;
	width: 1.2vw;
	height: 1.2vw;
	border-top: 0.6vw solid #fff;
	border-right: 0.6vw solid #fff;
	transform: rotate(45deg);
	transform-origin: right top;
}
.appLink .closeBtn {
	position: relative;
	width: 7.6vw;
	height: 11vw;
}
.appLink .closeBtn::before,
.appLink .closeBtn::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 3vw;
	height: 2px;
	margin: auto;
	background-color: #999;
	transform: rotate(45deg);
}
.appLink .closeBtn::after {
	transform: rotate(-45deg);
}
@media print, screen and (max-width: 750px) {
	.appLink.show {
		display: flex;
	}
}

.topInfo {
	border-top: 1px solid #0053a1;
	border-bottom: 1px solid #0053a1;
	padding: 9px 10px;
}
.topInfo .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: table;
	height: 45px;
}
.topInfo h2 {
	display: table-cell;
	width: 125px;
	background: url(../img/top/icon_info.png) no-repeat 10% 50%;
	padding: 0 10px;
	vertical-align: middle;
	border-left: 1px solid #e60012;
	border-right: 1px solid #e60012;
	text-align: right;
	color: #e60012;
	font-size: 16px;
	font-weight: bold;
}
.topInfo .text {
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
	font-size: 14px;
}
.topInfo .text a {
	color: #00a2ea;
}
.topInfo .btn {
	display: table-cell;
	vertical-align: middle;
	width: 45%;
}
.topInfo .btn a {
	position: relative;
	display: inline-block;
	background-color: #ff6600;
	border-radius: 20px;
	padding: 9px 30px 10px 15px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
	box-shadow: 0 3px #d9d9d9;
}
.topInfo .btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: right top;
  transform: rotate(45deg);
}
@media print, screen and (max-width: 750px) {
	.topInfo {
		border-top: none;
	}
	.topInfo .btn {
		width: auto;
	}
}
@media print, screen and (max-width: 600px) {
	.topInfo .inner {
		display: block;
		height: auto;
	}
	.topInfo h2 {
		display: block;
		width: auto;
		height: 30px;
		background-size: 25px 25px;
		background-position: 0 0;
		padding: 0 0 0 30px;
		border: none;
		text-align: left;
	}
	.topInfo .text {
		display: block;
		padding-left: 0;
		font-size: 2.7vw;
	}
	.topInfo .btn {
		margin-top: 10px;
		display: block;
		text-align: center;
	}
	.topInfo .btn a {
		padding: 5px 20px 5px 12px;
		font-size: 3vw;
	}
	.topInfo .btn a::after {
		right: 6px;
	}
}

.topInfo2 {
	border-top: 1px solid #0053a1;
	border-bottom: 1px solid #0053a1;
	padding: 15px 10px 30px;
}
.topInfo2 .inner {
	max-width: 1000px;
	margin: 0 auto;
}
.topInfo2 h2 {
	margin-bottom: 15px;
	background: url(../img/top/icon_info.png) no-repeat 10px 0;
	padding: 3px 0 13px 55px;
	border-bottom: 1px solid #e60012;
	color: #e60012;
	font-size: 20px;
	font-weight: bold;
}
.topInfo2 .text {
	font-size: 24px;
}
.topInfo2 .text p + p {
	margin-top: 10px;
}
.topInfo2 .btnList {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.topInfo2 .btnList li {
	margin: 0 15px;
}
.topInfo2 .btnList a {
	position: relative;
  display: block;
  width: 350px;
  padding: 15px 20px 15px 10px;
  box-shadow: 0 4px #d9d9d9;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  transition: opacity 0.3s;
  cursor: pointer;
}
.topInfo2 .btnList a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  width: 8px;
  height: 8px;
  transform-origin: right top;
  transform: rotate(45deg);
}
.topInfo2 .btnList a.s_regist {
  border: 2px solid #e60012;
  color: #e60012;
}
.topInfo2 .btnList a.s_regist::after {
  border-top: 2px solid #f27f88;
  border-right: 2px solid #f27f88;
}
.topInfo2 .btnList a.s_login {
  border: 2px solid #0053a1;
  color: #0053a1;
}
.topInfo2 .btnList a.s_login::after {
  border-top: 2px solid #7fa9d0;
  border-right: 2px solid #7fa9d0;
}
.topInfo2 .btnList a small {
	display: block;
	font-size: 18px;
}
@media print, screen and (max-width: 600px) {
	.topInfo2 {
		padding: 15px 15px 20px;
	}
	.topInfo2 h2 {
		background-size: 24px 24px;
		background-position: 0 2px;
		padding: 0 0 8px 30px;
		font-size: 16px;
	}
	.topInfo2 .text {
		font-size: 14px;
	}
	.topInfo2 .text p + p {
		margin-top: 15px;
	}
	.topInfo2 .btnList {
		display: block;
	}
	.topInfo2 .btnList li {
		margin: 15px 0 0;
	}
	.topInfo2 .btnList a {
		width: 300px;
		max-width: 100%;
		margin: 0 auto;
		padding: 12px 20px 12px 10px;
	  font-size: 20px;
	}
	.topInfo2 .btnList a small {
		font-size: 14px;
	}
}

.mainArea {
	position: relative;
	margin-bottom: 50px;
	padding: 80px 20px 70px;
	background: url(../img/top/main_bg_01.png) no-repeat 0 0, url(../img/top/main_bg_02.png) no-repeat 100% 100%;
}
.mainArea::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	height: 10px;
	background: url(../img/top/main_bg_04.png) repeat-x 0 0;
}
.mainArea .mainBanner {
	max-width: 847px;
	margin: 0 auto 30px;
	background-color: rgba(186,210,228,0.5);
	padding: 12px;
}
@media print, screen and (max-width: 750px) {
	.mainArea {
		margin-bottom: 15px;
		padding: 15px 10px;
		background: url(../img/top/main_bg_01.png) no-repeat 0 0, url(../img/top/main_bg_03.png) no-repeat 100% 100%;
		background-size: 35vw auto, 35vw auto;
	}
	.mainArea::after {
		bottom: -5px;
		height: 5px;
	}
	.mainArea .mainBanner {
		max-width: 600px;
		margin-bottom: 10px;
		padding: 0;
	}
}

.campaignTitle {
	text-align: center;
}
.campaignTitle .inner {
	position: relative;
	display: inline-block;
	padding-right: 15px;
	font-size: 32px;
	font-weight: bold;
}
.campaignTitle .inner::before,
.campaignTitle .inner::after {
	content: '';
	position: absolute;
	top: 45px;
	width: 58px;
	height: 1px;
	background-color: #0053a1;
	box-shadow: 0 6px #7fa9d0, 0 12px #bfd4e7;
}
.campaignTitle .inner::before {
	left: -70px;
}
.campaignTitle .inner::after {
	right: -70px;
}
.campaignTitle .img {
	vertical-align: middle;
}
.campaignTitle .text {
	vertical-align: -18px;
}
@media print, screen and (max-width: 750px) {
	.campaignTitle .inner {
		padding-right: 10px;
		font-size: 22px;
	}
	.campaignTitle .inner::before,
	.campaignTitle .inner::after {
		top: 27px;
		width: 20px;
		box-shadow: 0 4px #7fa9d0, 0 8px #bfd4e7;
	}
	.campaignTitle .inner::before {
		left: -30px;
	}
	.campaignTitle .inner::after {
		right: -30px;
	}
	.campaignTitle .img {
		width: 38px;
	}
	.campaignTitle .text {
		width: 90px;
		vertical-align: -14px;
	}
}

.wideBanner {
	max-width: 980px;
	margin: 20px auto 15px;
	background-color: #f0f0f0;
}
.wideBanner a {
	display: block;
	padding: 5px;
}
.wideBanner img {
	width: 100%;
}
@media print, screen and (max-width: 750px) {
	.wideBanner {
		margin: 20px auto 10px;
	}
	.wideBanner a {
		padding: 0;
	}
}

.campaignList {
	max-width: 1002px;
	margin: 10px auto 0;
}
.campaignList li {
	float: left;
	margin: 35px 1.1% 0;
	width: 31.13%;
	background-color: #f0f0f0;
}
.campaignList a {
	position: relative;
	display: block;
	padding: 5px;
}
.campaignList a::after {
	content: '';
	position: absolute;
	left: -33px;
	top: -31px;
	width: 97px;
	height: 46px;
}
.campaignList a.s_everyone::after {
	background: url(../img/top/cmp_icon_01.png) no-repeat 0 0;
}
.campaignList a.s_buy::after {
	background: url(../img/top/cmp_icon_02.png) no-repeat 0 0;
}
.campaignList a.s_finish::after {
	background: url(../img/top/cmp_icon_03.png) no-repeat 0 0;
	width: 244px;
	height: 49px;
}
.campaignList a.s_report::after {
	background: url(../img/top/cmp_icon_04.png) no-repeat 0 0;
	width: 197px;
	height: 50px;
}
.campaignList a.s_lottery::after {
	background: url(../img/top/cmp_icon_05.png) no-repeat 0 0;
	width: 199px;
	height: 50px;
}
.campaignList a.s_pointup::after {
	background: url(../img/top/cmp_icon_06.png) no-repeat 0 0;
	top: -39px;
	width: 162px;
	height: 61px;
}
.campaignList a.s_enjoy::after {
	background: url(../img/top/cmp_icon_07.png) no-repeat 0 0;
	width: 112px;
}
.campaignList a.s_receipt::after {
	background: url(../img/top/cmp_icon_08.png) no-repeat 0 0;
	width: 136px;
}
.campaignList a.s_finishText::before {
	content: '応募締切';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.15em;
}
@media screen and (min-width: 751px) {
	.campaignList.s_col2 li:first-child {
		margin-left: 17.77%;
	}
}
@media print, screen and (max-width: 750px) {
	.campaignList {
		max-width: 600px;
	}
	.campaignList li {
		margin: 30px 0 0;
		width: 48%;
	}
	.campaignList li:nth-child(even) {
		margin-left: 4%;
	}
	.campaignList a {
		padding: 0;
	}
	.campaignList a::after {
		left: -5px;
		top: -26px;
		width: 68px;
		height: 34px;
		background-size: contain !important;
	}
	.campaignList a.s_finish::after {
		width: 169px;
		height: 34px;
	}
	.campaignList a.s_report::after {
		width: 134px;
		height: 34px;
	}
	.campaignList a.s_lottery::after {
		width: 135px;
		height: 34px;
	}
	.campaignList a.s_enjoy::after {
		width: 83px;
	}
	.campaignList a.s_pointup::after {
		top: -28px;
		width: 100px;
		height: 38px;
	}
	.campaignList a.s_finishText::before {
		font-size: 5vw;
	}
}
@media print, screen and (max-width: 350px) {
	.campaignList a::after {
		width: 63px;
		height: 30px;
	}
	.campaignList a.s_finish::after {
		width: 149px;
		height: 30px;
	}
	.campaignList a.s_report::after {
		width: 118px;
		height: 30px;
	}
	.campaignList a.s_lottery::after {
		width: 119px;
		height: 30px;
	}
}

.slideBanner {
	overflow: hidden;
	max-width: 1632px;
	margin: 0 auto 50px;
	display: none;
}
.slideBanner .inner {
	position: relative;
	max-width: 544px;
	margin: 0 auto;
}
.slideBanner .inner::before,
.slideBanner .inner::after {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	bottom: 0;
	z-index: 10;
	width: 100%;
	background-color: rgba(255,255,255,0.6);
}
.slideBanner .inner::after {
	left: auto;
	right: -100%;
}
.slideBanner .visual {
	position: relative;
	left: -100%;
	white-space: nowrap;
}
.slideBanner .visual.anime {
	transition: left 0.5s;
}
.slideBanner .visual li {
	display: inline-block;
	width: 100%;
	padding: 0 20px;
}
.slideBanner .visual img {
	width: 100%;
}
.slideBanner .leftBtn,
.slideBanner .rightBtn {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 20;
	width: 40px;
	height: 40px;
	margin: auto 0;
	border-radius: 50%;
	background-color: #0053a1;
	cursor: pointer;
}
.slideBanner .leftBtn {
	left: -34px;
}
.slideBanner .rightBtn {
	right: -34px;
}
.slideBanner .leftBtn:hover,
.slideBanner .rightBtn:hover {
	opacity: 0.8;
}
.slideBanner .leftBtn::after,
.slideBanner .rightBtn::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 6px;
	height: 6px;
	border-top: 3px solid #fff;
}
.slideBanner .leftBtn::after {
	left: 40%;
	border-left: 3px solid #fff;
	transform-origin: left top;
	transform: rotate(-45deg);
}
.slideBanner .rightBtn::after {
	right: 40%;
	border-right: 3px solid #fff;
	transform-origin: right top;
	transform: rotate(45deg);
}
.slideBanner .curMark {
	padding-top: 15px;
	text-align: center;
}
.slideBanner .curMark li {
	display: inline-block;
	vertical-align: top;
	width: 7px;
	height: 7px;
	background-color: #d2d2d2;
	border-radius: 50%;
	margin: 0 4px;
}
.slideBanner .curMark li.current {
	background-color: #e60012;
}
@media print, screen and (max-width: 750px) {
	.slideBanner {
		margin: 0 auto 30px;
	}
	.slideBanner .visual li {
		padding: 0;
	}
	.slideBanner .leftBtn,
	.slideBanner .rightBtn {
		top: 100%;
		bottom: auto;
		background-color: #fff;
	}
	.slideBanner .leftBtn {
		left: 0;
	}
	.slideBanner .rightBtn {
		right: 0;
	}
	.slideBanner .leftBtn::after,
	.slideBanner .rightBtn::after {
		border-color: #0053a1;
	}
}

.bannerArea {
	overflow: hidden;
	max-width: 1000px;
	margin: 0 auto 10px;
}
.bannerArea .column {
	float: left;
	margin-bottom: 25px;
	width: 470px;
	text-align: center;
}
.bannerArea .column.right {
	float: right;
}
.bannerArea .column:first-child {
	margin-bottom: 15px;
}
@media print, screen and (max-width: 750px) {
	.bannerArea {
		margin: 0 10px;
	}
	.bannerArea .column {
		float: none !important;
		max-width: 470px;
		margin: 0 auto 15px;
		width: auto;
	}
}

.bannerArea2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto 10px;
}
.bannerArea2 .column {
	margin-bottom: 25px;
	width: 470px;
	text-align: center;
}

.comingsoon {
	position: relative;
	overflow: hidden;
}
.comingsoon::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	background-color: rgba(0,0,0,0.5);
}
.comingsoon::after {
	content: 'Coming Soon!';
	position: absolute;
	top: 0;
	left: -10%;
	right: -10%;
	bottom: 0;
	z-index: 10;
	height: 39px;
	margin: auto 0;
	background-color: rgba(255,255,0,0.9);
	padding: 6px 0 11px;
	transform: rotate(-10deg);
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}
@media print, screen and (max-width: 500px) {
	.comingsoon::after {
		font-size: 5vw;
		height: 7.5vw;
	}
}

.calendar {
	position: relative;
	overflow: hidden;
	display: block;
}
.calendar .thumb {
	position: absolute;
	right: 37px;
	bottom: 0;
	transform: rotate(5deg);
}
.calendar .download {
	position: absolute;
	left: 0;
	bottom: 0;
}
.calendar .cover {
	position: absolute;
	top: 0;
	left: 0;
}
.calendar .memberOnly {
	position: absolute;
	right: 0;
	bottom: 0;
}
.calendar .text {
	position: absolute;
	top: 118px;
	left: 20px;
	width: 280px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
}
.calendar .text small {
	font-size: 12px;
}
.calendar .btn {
  position: absolute;
	left: 18px;
	bottom: 22px;
  display: flex;
}
.calendar .btn a {
  display: block;
  margin-right: 8px;
  border-radius: 40px;
	width: 140px;
	background-color: #fff;
  box-shadow: 0 2px rgba(0,0,0,0.15);
  color: #222;
	font-size: 14px;
	font-weight: bold;
  transition: opacity 0.3s;
  cursor: pointer;
}
.calendar .btn a span {
  position: relative;
  display: inline-block;
  padding: 11px 15px 12px 5px;
}
.calendar .btn a span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  transform-origin: right top;
  transform: rotate(45deg);
}
.calendar .btn a.s_login {
  border: 2px solid #0053a1;
}
.calendar .btn a.s_login span::after {
  border-top: 2px solid #7fa9d0;
  border-right: 2px solid #7fa9d0;
}
.calendar .btn a.s_regist {
  border: 2px solid #e60012;
}
.calendar .btn a.s_regist span::after {
  border-top: 2px solid #f27f88;
  border-right: 2px solid #f27f88;
}
@media print, screen and (max-width: 750px) {
	.calendar .thumb {
		right: 5%;
		width: 26%;
	}
	.calendar .memberOnly {
		width: 39.83%;
	}
	.calendar .text {
		top: 55%;
		left: 2%;
		width: 60%;
		font-size: 14px;
	}
	.calendar .text small {
		font-size: 12px;
	}
	.calendar .btn {
		left: 18px;
		bottom: 5%;
	}
	.calendar .btn a {
		margin-right: 10px;
		width: 120px;
		font-size: 15px;
	}
	.calendar .btn a span {
		padding: 11px 15px 12px 5px;
	}
}
@media print, screen and (max-width: 470px) {
	.calendar .text {
		font-size: 2.5vw;
	}
	.calendar .text small {
		font-size: 1.6vw;
	}
	.calendar .btn a {
		margin-right: 2vw;
		width: 25vw;
		font-size: 3vw;
	}
}

.enjoyArea {
	background: url(../img/top/enjoy_bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	padding: 105px 20px;
}
.enjoyArea .inner {
	position: relative;
	max-width: 888px;
	margin: 0 auto;
}
.enjoyArea h2 {
	position: absolute;
	top: 0;
	left: 0;
}
.enjoyArea ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	gap: 24px 3.6%;
}
.enjoyArea li {
	float: left;
	width: 22.3%;
}
.enjoyArea li:first-child {
	margin-left: 51.8%;
}
.enjoyArea li a {
	position: relative;
	display: block;
	user-select: none;
}
.enjoyArea li a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0);
}
.enjoyArea.s_col5 .inner {
	max-width: 1110px;
}
.enjoyArea.s_col5 h2 {
	width: 38.02%;
}
.enjoyArea.s_col5 ul {
	gap: 24px 2.7%;
}
.enjoyArea.s_col5 li {
	width: 17.84%;
}
.enjoyArea.s_col5 li:first-child {
	margin-left: 41.08%;
}
@media print, screen and (max-width: 750px) {
	.enjoyArea {
		padding: 8px 0 20px;
	}
	.enjoyArea h2 {
		position: static;
	}
	.enjoyArea h2 img {
		width: 100%;
	}
	.enjoyArea ul {
		width: 84%;
		margin: 0 auto;
		gap: 10px 0 !important;
		justify-content: space-around;
	}
	.enjoyArea li {
		width: 47%;
		text-align: center;
	}
	.enjoyArea li:first-child {
		margin-left: 0;
	}
	.enjoyArea.s_col5 h2 {
		width: auto;
	}
	.enjoyArea.s_col5 li {
		width: 47%;
	}
	.enjoyArea.s_col5 li:first-child {
		margin-left: 0;
	}
}

.infoArea.p-top {
	max-width: 1000px;
	margin: 0 auto 80px;
}
@media print, screen and (max-width: 750px) {
	.infoArea.p-top {
		margin: 50px 15px;
	}
}

.radio {
	max-width: 580px;
	margin: 0 auto;
	padding: 40px 0;
}
.radio .img {
	position: relative;
	margin-bottom: 40px;
}
.radio .title {
	position: absolute;
	left: 0;
	bottom: 9.1%;
	width: 62%;
	text-align: center;
	font-size: 18px;
}
.radio .plarer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	background-color: #f0f0f0;
	padding: 12px 30px;
}
.radio .btn {
	cursor: pointer;
}
.radio .btn:hover {
	opacity: 0.8;
}
.radio .pauseBtn {
	display: none;
}
.radio .time {
	font-size: 15px;
}
.radio .seek {
	position: relative;
	background-color: #ccc;
	border-top: 6px solid #f0f0f0;
	border-bottom: 6px solid #f0f0f0;
	width: 270px;
	height: 17px;
}
.radio .seek .bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	background-color: #a2e2fe;
}
.radio .seek .slide {
	position: absolute;
	top: -6px;
	left: 0;
	background-color: #13a8ea;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	transform: translateX(-50%);
}
.radio .soundBtn .off {
	display: none;
}
.radio .soundBtn.mute .on {
	display: none;
}
.radio .soundBtn.mute .off {
	display: inline-block;
}
@media print, screen and (max-width: 750px) {
	.radio {
		padding: 20px 10px;
	}
	.radio .title {
		font-size: 2.7vw;
	}
	.radio .plarer {
		padding: 8px 10px;
	}
	.radio .time {
		display: none;
	}
	.radio .seek {
		width: calc(100% - 110px);
		margin: 0 10px;
	}
}

#AppModal .p_window {
	border-radius: 14px;
	max-width: 320px;
}
#AppModal .p_closeBtn {
	top: 0;
	right: 0;
	background-color: #fff;
	width: 45px;
	height: 45px;
}
#AppModal .p_closeBtn:before,
#AppModal .p_closeBtn:after {
	background-color: #999;
}
.appModal {
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
}
.appModal .logo img {
	width: 60px;
}
.appModal .text01 {
	margin: 15px 0 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7;
}
.appModal li {
	width: 75%;
	margin: 15px auto 0;
}
.appModal a {
	position: relative;
	display: block;
	background: linear-gradient(to right, #00bff9 0%, #0056a3 100%);
	border-radius: 5px;
	padding: 8px 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	transition: none;
}
.appModal a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	transform-origin: right top;
}
.appModal .c-checkbox {
	margin: 10px 0 0;
}
.appModal .c-checkbox__text {
	padding-top: 12px;
	font-size: 14px;
}
.appModal02 {
	padding: 20px 20px 30px;
	text-align: center;
}
.appModal02 .title {
	margin-bottom: 20px;
}
.appModal02 p {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7;
}
.appModal02 .storeLink {
	margin: 25px 0 15px;
}
.appModal02 .storeLink li {
	margin-top: 15px;
	text-align: center;
}
.appModal02 .c-checkbox {
	margin: 0;
}
.appModal02 .c-checkbox__text {
	padding-top: 12px;
	font-size: 14px;
}
@media print, screen and (max-width: 350px) {
	.appModal .text01 {
		font-size: 13px;
	}
}

.streetfighter .p_window {
	background-color: #1D2088;
}
.streetfighter .p_closeBtn {
	background-color: #1D2088 !important;
}
.streetfighter .p_closeBtn:before,
.streetfighter .p_closeBtn:after {
	background-color: #FFF000 !important;
}
.streetfighter .title {
	width: 80%;
	margin: 0 auto 10px;
}
.streetfighter .c-checkbox__text {
	color: #FFF000;
}
.streetfighter input[type="checkbox"] + .c-checkbox__text::before {
	border-color: #FFF000;
	background-color: transparent;
}
.streetfighter input[type="checkbox"]:checked + .c-checkbox__text::after {
	border-color: #FFF000;
}
.streetfighter h3 {
	margin: 20px 0 5px;
	text-align: center;
	color: #FFF000;
	font-size: 20px;
	font-weight: bold;
}
.streetfighter .movie {
	margin-bottom: 10px;
	position: relative;
	padding-top: 56.25%;
}
.streetfighter .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
