@charset "utf-8";
/* CSS Document */

.l-header__menu-btn {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.l-header__menu-btn > a {
	transition: all .3s ease;
	background: #ffeb00;
	color: #222;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.l-header__menu-btn span,
.l-header__menu-btn span:before,
.l-header__menu-btn span:after {
	content: '';
	display: block;
	height: 3px;
	width: 30px;
	background-color: #222;
	position: absolute;
}

.l-header__menu-btn span:before {
	bottom: 8px;
}

.l-header__menu-btn span:after {
	top: 8px;
}

.app .l-footer__item a {
	font-feature-settings: 'palt';
	font-size: 0.8rem;
}

.p-login__jumbotron > div:first-of-type img {
	height: auto !important;
}

.c-form a {
	text-decoration: underline;
	color: #0069c3;
}

.c-form a.c-btn {
	text-decoration: none;
	color: #FFF;
}

.c-btn--secondary {
	color: #222 !important;
}

.p-mypage__alert ul {
	text-align: left;
	margin: 0 2rem 0 3rem;
}

.p-mypage__alert ul li {
	list-style-type: disc;
	margin: 1rem 0;
}

.p-mypage__alert a {
	text-decoration: underline;
}

.p-mypage__alert p {
	text-align: left;
	margin: 1rem 2rem;
	line-height: 1.5;
}

.p-mypage__alert span {
	font-size:2.0rem;
}

.p-error-message__block {
	margin: 2rem 0;
	padding: 2rem 0;
	border: solid 1px #DD0000;
}

.p-error-message__block p {
	color: #DD0000;
}

.p-error-success__block {
	margin: 2rem 0;
	padding: 2rem 0;
	border: solid 1px #0069c3;
}

.p-error-success__block p {
	color: #0069c3;
}

.error-message {
	margin: 0.5rem;
	color: #DD0000;
}

.p-rallypoint__section__list__item__text__heading img {
	float: left;
	margin-right: 0.5em;
}

.p-rallypoint__section__list__item__text__address span,
.p-rallypoint__section__list__item__text__heading span {
	background-color: rgba(255,255,255,0.8);
}

.p-rallypoint--01,
.p-rallypoint--02 {
	height: 130vh;
}

.p-rallypoint--01 .p-archive__body .p-rallypoint--02 .p-archive__body {
	padding-bottom: 90px;
}

.p-index-faq__list__item {
	word-break: break-all;
}

#important p{
	margin:0.5rem 0;
}

#important a {
	color: #333 !important;
	text-decoration: underline;
	padding: 0 !important;
	border: none !important;
}

#important a:after {
	background: none !important;
	border: none !important;
}

#important ul{
	margin-left:2rem;
}

#important ul li{
	list-style-type: disc;
	margin:0.5rem 0;
}

.p-index-about__prize__body__list__item {
	border-bottom: 1px solid #ddd !important;
}

.p-index-about__prize__body__list__item--option {
	border-bottom: none !important;

}

.p-index-about__prize__body__list__item--option:nth-of-type(6)::before {
	content: '6' !important;

}

.p-index-about__prize__body__list__item--option:nth-of-type(7)::before {
	content: '7' !important;

}

.p-index-about__prize__body__list__item__heading {
	font-size: 2.6rem;
}

@media only screen and (min-width: 1200px) {
	.p-index-about__prize__body__list__item--option > .p-index-about__prize__body__list__item__heading {
		font-size: 2.6rem;
		margin-bottom: 16px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.p-index-about__prize__body__list__item--option > .p-index-about__prize__body__list__item__heading {
		font-size: 2.2rem;
	}
}

.p-index-about__prize__body__list__item__caption--option {
	font-size: 1.5rem;
}

.p-mypage__home-menu h2 {
	font-size: 2.4rem;
	padding: 1rem;
}

.p-mypage__home-menu h3 {
	font-size: 1.8rem;
}

.p-mypage__stamp-rally-menu {
	background-color: #007efa;
	text-align: center;
	height: 45vh;
	color: #FFF;
	padding-top: 7vh;
}

.p-mypage__point-ranking-menu {
	background-color: #00afcc;
	text-align: center;
	height: 45vh;
	color: #FFF;
	padding-top: 2vh;
}


.p-mypage__ranking__current,
.p-mypage__points__current,
.p-mypage__ranking_points__current {
	font-size: 2.0rem;
	font-weight: 900;
}

.p-mypage__ranking__current span,
.p-mypage__points__current span,
.p-mypage__ranking_points__current span {
	font-family: "Roboto";
	font-size: 10rem;
	font-weight: 900;
	line-height: 1;
}

.p-mypage__ranking__text,
.p-mypage__points__text {
	font-family: "Roboto";
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
}

.p-mypage__points__total span,
.p-mypage__ranking_points__current span {
	font-size: 6rem;
}

.p-mypage__points {
	width: 340px !important;
	height: 340px;
	border-radius: 340px;
}

.p-mypage__point-rally .p-mypage__points {
	background: rgba(0, 126, 250, 0.9);
}


.app .l-footer.has-backBtn2 {
	height: 60px;
}

span.message_badge {
	background-color: #DD0000;
	color: #FFF;
	display: inline-block;
	line-height: 1.2;
	width: 2rem;
	height: 2rem;
	border-radius: 2rem;
	margin-left: 1rem;
}

.p-rallypoint__courseList__item__text {
	max-width: 100%;
	width: 100%;
}

.p-rallypoint__courseList__item__text__spotList__item__heading {
	background-color: #999;
	text-align: left;
	justify-content: left;
	padding: 0 0.3rem;
}

.p-rallypoint__courseList__item__text__spotList__item__heading.is-checked {
	background-color: #00a0ff;
	text-align: right;
	justify-content: right;
	padding: 0 0.3rem;
}

.event-select__body--head {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 1.5rem 0 0.8rem;
}

.p-rallypoint__section__list__item__text__note {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 8px;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}


.p-rallypoint__section__list__item__point__heading span {
	font-size: 3.2rem;
	margin-right: 2px;
}

.p-rallypoint--event .event-select__body > form > input[type="checkbox"] {
	display: none;
}

.p-rallypoint--event .event-select__body > form > input[type="checkbox"]:checked + label {
	background-color: #007efa;
	border-color: #007efa;
}

/* .p-rallypoint--event .event-select__body > form > input[type="checkbox"] + label {
	font-size: 1.2rem;
	height: 30px;
	line-height: 26px;
	margin-right: 0.2em;
} */

.p-rallypoint--event .event-select__body > form > input[type="checkbox"] + label {
	font-size: 1.4rem;
	color: #fff;
	font-weight: bold;
	display: inline-flex;
	min-width: 4.2em;
	/* height: 40px; */
	text-align: center;
	/* line-height: 36px; */
	justify-content: center;
	border-radius: 6px;
	border: solid;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	border-color: #999;
	cursor: pointer;
	background-color: #999;
	margin-right: 0.3rem;
	margin-bottom: 0.5rem;
	padding: 0.5em 0.4em;
}


.p-ranking__rankingList .tab-content {
	width: 100%;
	position: relative;
	height: auto;
}

.p-ranking__rankingList .tab-content .tab-container {
	list-style-type: none;
	padding: 0;
	margin: 60px auto;
	position: relative;
	background: #008ea5;
	color: #FFF;
	height: 100%;
	border: 1px solid #008ea5;
	border-right: none;
	border-bottom: none;
}

.p-ranking__rankingList .tab-content .tab-container > li.is-active {
	background-color: #FFF;
	color: #008ea5;
}

.p-ranking__rankingList .tab-content .tab-container > li {
	height: auto;
	width: 50%;
	text-align: center;
	border-right: 1px solid #008ea5;
}

.p-ranking__rankingList .tab-content .tab-container > li .tab-toggle {
	display: none;
}

.p-ranking__rankingList .tab-content .tab-container li .tab {
	width: 100%;
	outline: 0;
	cursor: pointer;
	opacity: 1;
	line-height: 1.5;
	padding: 1rem 0;
	display: block;
	margin: 0;
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
	color: #FFFFFF;
}


.p-ranking__rankingList .tab-content .tab-container > li.is-active .tab {
	color: #008ea5;
}
.p-ranking__rankingList .tab-content__lists {
	position: absolute;
	width: 100%;
	height: auto;
	top: 42px;
}

.p-ranking__rankingList .tab-content__lists .tab-content-container {
	display: none;
	overflow: hidden;
	line-height: 22px;
	background: #fff;
	width: 100%;
	height: auto;
	padding: 15px 20px 20px;
}

.p-ranking__rankingList .tab-content__lists .tab-content-container.is-active {
	display: block;
	border: 1px solid #008ea5;
	border-top: none;
}

.p-ranking__rankingList .tab-content__lists .tab-content-container .p-ranking__list {
	font-size: 1.5rem;
	margin-bottom: -1rem;
}

.p-ranking__rankingList .tab-content__lists .tab-content-container .p-ranking__list__item {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.2rem;
	padding-bottom: 1.2rem;
}

.p-ranking__rankingList .tab-content__lists .tab-content-container .p-ranking__list__item .row {
	align-items: center;
	margin-right: 0;
	margin-left: 0;
}

.p-ranking__rankingList .tab-content__lists .tab-content-container .p-ranking__list__item .row > div {
	padding-right: 0;
	padding-left: 0;
}

.p-ranking__rankingList .tab-content__lists .tab-content-container .p-ranking__list__item .rank-head.rank1 {
	background: url(../tmpl-img/ico_rank01.svg) no-repeat left center / auto 2.2rem;
}

.p-ranking__rankingList .tab-content__lists .tab-content-container .p-ranking__list__item .rank-head.rank2 {
	background: url(../tmpl-img/ico_rank02.svg) no-repeat left center / auto 2.2rem;
}

.p-ranking__rankingList .tab-content__lists .tab-content-container .p-ranking__list__item .rank-head.rank3 {
	background: url(../tmpl-img/ico_rank03.svg) no-repeat left center / auto 2.2rem;
}

.p-ranking__rankingList .tab-content__lists .tab-content-container .p-ranking__list__item .rank-head {
	font-size: 1.6rem;
	font-weight: bold;
	display: inline-block;
	width: 4em;
	height: auto;
	margin-right: 4px;
	padding-left: 2.4rem;
}

.rank-name {
	font-size: 1.6rem;
	font-weight: bold;
}

.p-ranking__rankingList .tab-content__lists .tab-content-container .p-ranking__list__item .rank-point {
	display: block;
	font-family: 'Roboto';
	font-size: 1.6rem;
	font-weight: bold;
	text-align: right;
}

.p-ranking__rankingList .tab-content__lists .tab-content-container .p-ranking__list__item .rank-point small{
	font-size: 1.2rem;
	font-weight: normal;
}

.col-sm-9 {
	width: 75%;
}

.col-sm-3 {
	width: 25%;
}

.p-article__title,
.p-archive__title {
	padding-left: 1.6rem;
}

.p-rallypoint__section__list li {
	font-size: 1.6rem;
}

/*モーダル本体の指定  +  モーダル外側の背景の指定*/
.modal-container,
.modal-container2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 50%);
	padding: 40px 5px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .2s;
	box-sizing: border-box;
	z-index: 999999;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before,
.modal-container2:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active,
.modal-container2.active {
	opacity: 1;
	visibility: visible;
}

/*モーダル枠の指定*/
.modal-body,
.modal-body2 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 98%;
	max-width:740px;
}

/*モーダルを閉じるボタンの指定*/
.modal-close,
.modal-close2 {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -30px;
	right: 0;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content,
.modal-content2 {
	background: #fff;
	text-align: left;
	padding: 10px;
}

.modal-content h3,
.modal-content2 h3 {
	font-size: 20px;
	text-align: center;
}

.modal-content p,
.modal-content2 p {
	font-size: 14px;
	text-align: center;
	margin: 10px 0;
}

.modal-content p span,
.modal-content2 p span {
	font-weight: bold;
	font-size: 18px;
}


.stamp_sheet td {
	width: 24%;
	text-align: center;
	vertical-align: bottom;
	border: solid 3px #EEE;
	padding: 8px 10px 5px;
}

.stamp_sheet td p {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 0;
}

.stamp_sheet{
	font-size: 14px;
}

@media(max-width: 767px){
	.stamp_sheet{
		font-size: 11px;
	}
}

.checkined {
	color: #007efa;
}

.pedal {
	width: 100%;
}

.pedal th,
.pedal td {
	border: solid 1px #419af2;
	padding: 5px 10px;
	color: #007efa;
	word-break: break-all;
	vertical-align: middle;
}

.pedal th {
	background-color: #e2edf9;
	width: 50%;
}

.modal-content .note {
	font-size: 11px;
	text-align: right;
	margin: 5px 0;
}


.modal-content .note span {
	color: #007efa;
	font-size: 11px;
}

.modal-content .modal-explain{
	font-size: 14px;
	margin:0 0 1rem 0;
}

@media(max-width: 767px){
	.modal-content .modal-explain{
		font-size: 11px;
	}
}

.howtoplay{
	background-color: #ffeb00;
}

.howtoplay .c-section__heading__ja{
	color:#000;
}

.p-index-howtoplay__list__item.p-ranking-content:before{
	content:"" !important;
	background: none;
}

.p-ranking-content-container{
	background-color: #fffde9;
	border-radius: 1rem;
	padding: 20px;
	font-size: 1.4rem;
}

.p-ranking-content-container h2{
	text-align: center;
	font-size:3.0rem;
	line-height: 1.5;
	margin:1rem 0;
	color:#38a1db;
}

.p-ranking-content-container h3{
	font-size:2.0rem;
	line-height: 1.5;
	margin:1rem 0;
}

.p-ranking-content-container p{
	margin:1rem 0;
}

.p-ranking-content-container ul{
	margin-left:2em;
	color: #0064b4;
}

.p-ranking-content-container li{
	list-style-type: disc;
}


.new_message {
	background-image: url("../tmpl-img/ico_new.svg?ver=2");
	background-repeat: no-repeat;
	background-position: 10px center;
	
	background-color: #fffde9;
	border-radius: 1rem;
	padding: 20px;
	padding-left:60px;
	margin: 20px 0;
	font-size: 1.4rem;
}

.new_message ul {
	margin-left: 1.4rem;
}

.new_message li {
	list-style-type: disc;
}

.p-index-howtoplay__list__item:nth-child(n + 10):before {
	content: counter(ol);
}

/* 20220331修正 */
.c-btn span {
	line-height: 1.3;
}

.p-mypage__link.row {
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}

.p-mypage__link.row > div {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.l-header nav .sp a {
	background: url(../tmpl-img/ico_arrow01.svg) no-repeat left center / auto 8px;
	padding-left: 1rem;
}

.p-rallypoint__courseList__item__text__dataList {
	margin-bottom: -0.4rem;
}

.p-rallypoint__courseList__item__text__dataList__item {
	margin-bottom: 0.4rem;
}

.p-rallypoint__courseList__item__text__dataList__item__heading {
	display: flex;
	align-items: center;
}

.p-rallypoint__courseList__item__text__dataList__item__heading img {
	flex: 0 0 auto;
	margin-right: 0.4rem;
}

.p-rallypoint__courseList__item__text__dataList__item .get_up_point{
	color: #DD0000;
	font-weight: bold;
}

.p-rallypoint__section__heading span {
	display: flex;
	align-items: flex-start;
}

.p-rallypoint__section__heading span img {
	flex: 0 0 auto;
	margin-top: 2px;
}

.p-archive__header > .container > .p-archive__title {
	padding-left: 0;
}

.p-rallypoint__section__list__item__text__note__dataList {
	margin-bottom: -0.2rem;
}

.p-rallypoint__section__list__item__text__note__dataList__item {
	margin-bottom: 0.2rem;
}

.p-rallypoint__section__list__item__text__note__dataList__item__heading {
	display: flex;
	align-items: center;
}

.p-index-faq__list__item__q p {
	word-break: break-all;
}

.p-lanking__completer__list__item {
	text-align: center;
	margin-bottom: 1.2rem !important;
	padding-bottom: 1rem;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}

.p-lanking__completer__list__item .gold_moji {
	font-size: 2rem;
	color: #daa520;
	background: url(../tmpl-img/ico_rank01.svg) no-repeat left center / auto 2.2rem;
	padding-left: 2.4rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.p-lanking__completer__list__item .silver_moji {
	font-family: 'Roboto';
	font-size: 1.5em;
}

.error_msg_block{
	color:#DD0000;
	border: solid 1px #DD0000;
	padding:0.5rem 1rem;
	margin:1rem 0;
}

.stamp_sheet td{
	vertical-align: top;
}

.nowrap{
	white-space: nowrap;
}

.grecaptcha-badge{
	display: none;
}

/*メッセージの既読*/
.already_read a{
	background-color: #EEEEEE;
}

.p-mypage__pointList__item__heading{
	font-size:2.0rem;
}

@media (max-width: 767px) {
	.p-mypage__pointList__item__heading{
		font-size:1.6rem;
		padding-right:2.0rem;
	}
}

.checkin_check_waiting{
	margin-top:20vh;
}

/*ローディング*/

.loader {
	font-size: 10px;
	margin: 50px auto;
	text-indent: -9999em;
	width: 11em;
	height: 11em;
	border-radius: 50%;
	background: #ffeb00;
	background: -moz-linear-gradient(left, #ffeb00 10%, rgba(255, 255, 255, 0) 42%);
	background: -webkit-linear-gradient(left, #ffeb00 10%, rgba(255, 255, 255, 0) 42%);
	background: -o-linear-gradient(left, #ffeb00 10%, rgba(255, 255, 255, 0) 42%);
	background: -ms-linear-gradient(left, #ffeb00 10%, rgba(255, 255, 255, 0) 42%);
	background: linear-gradient(to right, #ffeb00 10%, rgba(255, 255, 255, 0) 42%);
	position: relative;
	-webkit-animation: load3 1.4s infinite linear;
	animation: load3 1.4s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.loader:before {
	width: 50%;
	height: 50%;
	background: #ffeb00;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}

.loader:after {
	background: #FFFFFF;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

@-webkit-keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.p-rallypoint__achieved{
	height:calc(100vh - 250px);
}

.p-rallypoint__achieved__text .clear_course_name{
	font-size:1.4rem;
}

.p-rallypoint__achieved__text .clear_course_name span{
	font-size:1.8rem;
	display:inline;
}

.p-mypage__pointList__item__point .course_clear_num{
	display:block;
	margin-top:0.5rem;
	font-size: 1.3rem;
	font-weight: normal;
}

.p-mypage__pointList__item__point .get_up_point{
	display:block;
	margin-top:0.5rem;
	padding:0.2rem;
	font-size: 1.2rem;
	font-weight: normal;
	background-color: #DD0000;
	color:#FFF;
	text-align: center;
}

/*タイトルの表記を合わせる*/
.p-article__header>.container, 
.p-archive__header>.container {
    max-width: 1140px;
}

.p-article__title, 
.p-archive__title {
    padding-left: 0;
}

/* 20220415修正 */
@media only screen and (max-width: 991px) {
	#page.pageFixed {
		height: auto;
	}
}

.p-rallypoint__section__list__item__text__note__dataList__item span{
	background-color: #FFF;
}

.modal-content2 .l-modal__content__text p{
	color:#333;
}

.p-index-about__prize__body__sublist__item--prize01 .p-index-about__prize__body__sublist__item__description,
.p-index-about__prize__body__sublist__item--prize02 .p-index-about__prize__body__sublist__item__description{
	font-size:2.0rem;
	color: #FFF;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	border-radius: 5px;
}

.p-index-about__prize__body__sublist__item--prize01 .p-index-about__prize__body__sublist__item__description{
	background-color: #ed6d0f;
}

.p-index-about__prize__body__sublist__item--prize02 .p-index-about__prize__body__sublist__item__description{
	background-color: #898989;
}

.p-index-about__prize__body__sublist__item--prize03 .p-index-about__prize__body__sublist__item__description{
	font-size:2.0rem;
}

.p-index-about__prize__body{
	position: relative;
}

.ranking_prize_logo{
	position: absolute;
	top:-2.5rem;
	left:-2.5rem;
}

/* 通常の場合 */
.c-jumbotron__duration img {
	width: 150px;
	height:auto;
}

.c-jumbotron {
	background-position: center;
	height:calc(100vh - 110px);
	height:calc(100dvh - 110px);
	position: relative;
}

@media only screen and (max-width: 767px){
	.c-jumbotron__logo img {
		width: 70%;
	}
	.c-jumbotron__duration img {
        width: 80px;
    }
}


/* 8th seasonの場合 */
.page-8th .c-jumbotron{
	justify-content: start;
}

.page-8th .c-jumbotron__logo img {
	width: 70vw;
}

.page-8th .c-jumbotron > div {
	margin-top: 0;
}

.page-8th .c-jumbotron__logo {
	margin-top:10vh;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px){
	.c-jumbotron {
		height:calc(100vh - 74px);
	}

	.page-8th .c-jumbotron__logo {
		margin-top:8vh;
		margin-bottom: 0;
	}

	.page-8th .c-jumbotron__title {
        top: 15px;
    }

	.page-8th .c-jumbotron__logo img {
		width: 90%;
		margin-left:auto;
		margin-right:auto;
	}
	.page-8th .c-jumbotron__duration img {
        width: 70px;
    }

	.page-8th .c-jumbotron__btnList {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 600px;
		margin: 0 auto;
		position: absolute;
		bottom: 40px;
		z-index: 2;
    }
}

.p-index-faq__list{
	word-break: break-all;
}

.p-index-faq__list a{
	text-decoration: underline;
}

.course_description{
	font-size:1.6rem;
	font-weight: bold;
	color: #00a0ff;
}

.p-get_stamp_header_title{
	margin-top:1rem;
	font-size:1.4rem;
	
}

.p-get_stamp_header_title img{
	width:2rem;
	height:auto;
}

.p-rallypoint__section__list__item.is-cleared-tieup {
	background: url(../tmpl-img/tieup/img_stamp01_tieup.png) no-repeat calc(100% - 36px) center/82.5px 80px;
}

/*ビンゴシート*/

.bingo_sheet td{
	width: 14%;
	height: auto;
	text-align: center;
	vertical-align: middle;
	border: solid 3px #EEE;
	padding: 5px;
}

.bingo_sheet td img{
	width: 100%;
	height:auto;
}


@media(max-width: 767px){
	.bingo_sheet td{
		border: solid 2px #EEE;
	}
}



.pc2
{
    display: block;
}

.sp2
{
    display: none;
}

@media screen and (max-width: 575px) {
    .pc2
    {
        display: none;
    }
    .sp2
    {
        display: block;
    }
}

.p-index-faq__list__item__a p{
	margin-bottom:2rem;
}

.c-jumbotron__duration__footer{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #3d9ed5;
	text-align: center;
	color:#FFF;
	font-weight: bold;
	height:70px;
}

.c-jumbotron__duration__footer__title{
	background-color: #FFF;
	color: #3d9ed5;
	padding:0.2rem 1rem;
	margin-right:1rem;
	font-size:2.0rem;
}

.c-jumbotron__duration__footer__body{
	font-size:2.6rem;
}

.c-jumbotron__duration__footer__body strong{
	display: inline-block;
	font-size:3.4rem;
	padding:0 0.2rem;
}

.c-jumbotron__duration__footer__body span{
	display: inline-block;
	width: 1.6em;
	height: 1.6em;
	line-height: 1.6em;
	text-align: center;
	border-radius: 50%;
	background-color: #eee; /* 任意で背景色を入れる */
	font-size: 1.8rem;        /* 少し小さめにしてもOK */
	color: #3d9ed5;
	vertical-align: 0.2em;
	margin-left:0.5rem;
}

@media screen and (max-width: 575px) {
	.c-jumbotron__duration__footer{
		height:50px;
	}
	.c-jumbotron__duration__footer__title{
		font-size:1.2rem;
		padding:0.2rem 0.7rem;
	}

	.c-jumbotron__duration__footer__body{
		font-size:1.4rem;
	}

	.c-jumbotron__duration__footer__body strong{
		font-size:2.0rem;
	}

	.c-jumbotron__duration__footer__body span{
		width: 1.3em;
		height: 1.3em;
		line-height: 1.5em;
		font-size: 1.1rem; 
		vertical-align: 0.1em;
		margin-left:0.2rem;
	}
}

.js-footer__item__checkin.-active{
	background-color: #ffeb00;
}

.js-checkin-range{
	color:#333;
}

.hidden{
	display: none !important;
}

/*スタンプアニメーション*/
@keyframes stamp-animation {
    0% {
        transform: scale(2) rotate(15deg); /* 手前に大きく */
        opacity: 0.5;
    }
    70% {
        transform: scale(0.9) rotate(0deg); /* 元の大きさに */
        opacity: 1;
    }
    100% {
        transform: scale(1); /* 少し沈み込む */
    }
}

.p-success-stamp div{
	height:280px;
	position: relative;
}

.p-success-stamp img {
    position: relative; /* アニメーションのために位置を固定 */
	animation: stamp-animation 0.5s ease-out forwards;
}

/*Googleマップアイコンの説明*/
.p-icon-explain{
	margin:10px;
}

.p-icon-explain ul {
	display: grid;
	/* ① 基本（スマホ）：2列 */
	grid-template-columns: repeat(2, 1fr);
	gap: 15px 10px; /* 縦の隙間を少し広めにすると読みやすいです */
	list-style: none;
	padding: 0;
	margin: 0;
}

/* ② タブレットくらい（例: 600px以上）：3列 */
@media (min-width: 600px) {
	.p-icon-explain ul {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* ③ PCくらい（例: 1024px以上）：5列 */
@media (min-width: 1024px) {
	.p-icon-explain ul {
		grid-template-columns: repeat(5, 1fr);
	}
}

/* 共通のアイテムスタイル */
.p-icon-explain li {
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	line-height: 1.4;
}

.p-icon-explain img {
	width: 30px;
	height: auto;
	margin-right: 8px;
	flex-shrink: 0; /* 画像が潰れないように固定 */
}

.post-password-form [name=post_password]{
	background-color: #FFF !important;
	border:solid 1px #333;
	width: 100px !important;
	padding: 5px;
	vertical-align: middle;
}

.post-password-form [name=Submit]{
	width: 100px !important;
	padding: 3px;
	border:solid 1px #333;
	vertical-align: middle;
}

