@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__contact{
	background-color: #EEE;
	padding:20px;
}

.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;
}

.color-red{
	color: #DD0000;
}

.color-green{
	color: #198754;
}

.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 h4,
.modal-content2 h4 {
	font-size: 15px;
}

.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;
}

.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;
}

.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;
    }
}


/* 9th seasonの場合 */
.c-jumbotron{
	justify-content: start;
}

.c-jumbotron > div {
	margin-top: 0;
}

.c-jumbotron__logo {
	margin-top:5vh;
	margin-bottom: 0;
}

.c-jumbotron__logo img {
	width: 80vw;
	max-width:1200px;

	height: auto;          /* アスペクト比を維持 */
    max-height: 68vh;      /* 画面の高さの70%以上に大きくならないように制限 */
    object-fit: contain;   /* 枠内に収める */
}


.c-jumbotron__btnList {
	bottom: 60px;
}

@media only screen and (max-width: 767px){
	.c-jumbotron {
		height:calc(100vh - 74px);
	}

	.c-jumbotron__logo {
		margin-top:5vh;
		margin-bottom: 0;
	}

	.c-jumbotron__title {
        top: 15px;
    }

	.c-jumbotron__logo img {
		width: 90vw;
		height: auto;
		max-height: 70vh;
		object-fit: contain;
	}

	.c-jumbotron__duration img {
        width: 70px;
    }

	.c-jumbotron__btnList {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 600px;
		margin: 0 auto;
		position: absolute;
		bottom: 15px;
		z-index: 2;
    }

	.c-jumbotron__btnList__item a {
        font-size: 1.3rem;
        width: 180px;
        height: 40px;
    }
}

.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: 767px) {
    .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; /* 画像が潰れないように固定 */
}

/*20260312追加*/
.p-rallypoint__section__list__item__text__btn2{
	margin-top:8px;
	background:#007efa;
	color:#FFF;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	font-size:1.2rem;
	font-weight:bold;
	min-width:70px;
	height:18px
}

.c-btn--disabled{
	background-color:#CCC;
	color:#333;
}

/* ===========================================================
   WAKAYAMA800 ボトムシート完全版（余白最小化・表示安定化）
   =========================================================== */

/* 1. 全体コンテナ - z-indexを強めにして確実に前面へ */
.c-bottom-sheet {
position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; を dvh に変更 */
    height: 100dvh; 
    z-index: 999999;
    visibility: hidden;
    pointer-events: none;
    transition: visibility 0.3s;
}

/* 表示状態（JSでクラスがついた時） */
.c-bottom-sheet.is-active {
    visibility: visible;
    pointer-events: auto;
}

/* 2. 背景の暗幕 */
.c-bottom-sheet__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.c-bottom-sheet.is-active .c-bottom-sheet__overlay {
    opacity: 1;
}

/* 3. パネル本体 - 上の余白を詰めるためにflex構造を最適化 */
.c-bottom-sheet__container {
position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    /* vh ではなく dvh を使用する */
    height: 95dvh; 
    max-height: 95dvh; 

    background: #fff;
    border-radius: 20px 20px 0 0;
    
    /* 念のため、位置を bottom 基準で固定 */
    top: auto; 
    
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    
    display: flex;
    flex-direction: column;
    box-shadow: 0 -10px 20px rgba(0,0,0,0.15);
}

.c-bottom-sheet.is-active .c-bottom-sheet__container {
    transform: translateY(0);
}

/* 4. ハンドル部分 - マージンを最小化して隙間を消す */
.c-bottom-sheet__handle {
    width: 40px;
    height: 5px;
    background: #ddd;
    border-radius: 10px;
    margin: 10px auto 2px !important; /* 隙間を詰める */
    flex-shrink: 0;
}

/* 5. ヘッダー - 閉じるボタンの高さを最小化 */
.c-bottom-sheet__header {
    padding: 0 15px !important;
    min-height: 25px !important; /* 高さを極限まで削る */
    display: flex;
    justify-content: flex-end;
    flex-shrink: 0;
}

.c-bottom-sheet__close {
    border: none;
    background: none;
    padding: 5px;
    cursor: pointer;
    line-height: 1;
}

.c-bottom-sheet__close img {
    width: 20px; /* アイコンを少し小さくして高さを詰める */
    height: 20px;
}

/* 6. コンテンツエリア - ここが一番重要 */
.c-bottom-sheet__content {
    /* 上のパディングを0にする */
    padding: 0 20px 40px !important; 
	margin-bottom:40px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex-grow: 1;
}

/* 元のモーダル用クラスの余白を完全に殺す */
.c-bottom-sheet__content .c-bottom-sheet__content__text {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.c-bottom-sheet__content .c-bottom-sheet__content__text p{
	font-size:1.6rem;
	font-weight:bold;
	color:#333;
	margin-bottom:18px
}

/* タイトル部分の余白を完全にゼロにする */
.c-bottom-sheet__content .p-rallypoint__section__list__item__text__heading {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    line-height: 1.2;
}

/* リンクボタン周りの調整 */
.c-bottom-sheet__content p.d-flex {
    margin-bottom: 0;
    margin-top: 15px;
}

/* 閉じるボタンのスタイル */
.c-bottom-sheet__close {
    position: absolute;
    top: 15px;    /* 少し下に下げる */
    right: 15px;
    z-index: 100; /* コンテンツより必ず上に */
    border: none;
    background: rgba(0, 0, 0, 0.1); /* 薄いグレーの丸背景をつけると見つけやすい */
    width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

/* ×マーク自体のデザイン */
.c-bottom-sheet__close .close-icon {
    font-size: 24px;
    color: #333; /* 濃いグレー（絶対に見える色） */
    line-height: 1;
    font-family: Arial, sans-serif;
}

/* タップした時の反応 */
.c-bottom-sheet__close:active {
    background: rgba(0, 0, 0, 0.2);
}

/* ===========================================================
   バッジ用スタイル
   =========================================================== */

/* リスト全体の設定 */
.p-badge-list {
    display: grid;
    /* 【スマホ】3列 */
    grid-template-columns: repeat(3, 1fr);
    /* 隙間の調整：スマホは少し詰め気味に */
    gap: 15px 10px; 
    list-style: none;
    padding: 0;
    margin: 0;
}

/* 【PC】768px以上で6列に */
@media (min-width: 768px) {
    .p-badge-list {
        grid-template-columns: repeat(6, 1fr);
        gap: 30px 20px;
    }
}

/* 各アイテム */
.p-badge-item {
    text-align: center;
}

.p-badge-image {
    width: 100%;
    /* 画像が横並びになった時に高さがズレないようにする */
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-badge-image img {
    width: 100%;
    height: auto;
    display: block;
}

.p-badge-name {
    margin-top: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
}

/* 未獲得バッジの演出（画像がカラー版しかなくてもCSSでグレーにできます） */
.p-badge-item.is-locked img {
    filter: grayscale(100%);
    opacity: 0.2; /* かなり薄くすると「まだ持ってない」感が強調されます */
}

/* ===========================================================
   チャットボット用スタイル
   =========================================================== */

/* チャットボット全体のコンテナ */
.chat-container {
	overflow: hidden;
	background: #f9f9f9;
	margin: 0;
}

/* メッセージ表示窓 */
.chat-window {
	height: 75vh;
	overflow-y: auto;
	padding: 0 0 10px 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
	background: #fff;
}

@media only screen and (max-width: 767px){
	.chat-window {
		height: 55vh;
	}
}

/* メッセージの共通スタイル */
.chat-message {
	padding: 10px 15px;
	border-radius: 6px;
	font-size: 1.4rem;
	line-height: 1.6;
	word-break: break-all;
}

/* ユーザー側のメッセージ（右側） */
.chat-message.user {
	align-self: flex-end;
	max-width: 70%;
	background-color: #0054a6;
	color: #fff;
	border-radius: 6px;
}

/* AI側のメッセージ（フラット全幅） */
.chat-message.ai {
	width: 100%;
	background-color: #f7f7f8;
	color: #333;
	border-radius: 6px;
	border: none;
	box-sizing: border-box;
}

/* 入力エリア */
.chat-input-area {
	padding-top: 20px;
	display: flex;
	background-color: #fff;
}

.chat-input-area input {
	flex: 1;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 25px;
	margin-right: 10px;
	font-size: 1.4rem !important; /* 既存CSS上書き */
}

.chat-input-area button {
	padding: 10px 20px;
	background: #0054a6;
	color: white;
	border: none;
	border-radius: 25px;
	cursor: pointer;
	font-weight: bold;
}

.chat-input-area button:hover {

	background: #003d7a;
}


/* タイピングアニメーション（3点ドット） */
.typing-dots {
	display: flex;
	gap: 5px;
	align-items: center;
	padding: 4px 2px;
}

.typing-dots span {
	width: 9px;
	height: 9px;
	background: #aaa;
	border-radius: 50%;
	display: inline-block;
	animation: typingBounce 1.2s infinite ease-in-out;
}

.typing-dots span:nth-child(2) { animation-delay: 0.2s; }
.typing-dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes typingBounce {
	0%, 80%, 100% { transform: translateY(0); opacity: 0.4; }
	40% { transform: translateY(-7px); opacity: 1; }
}

/* チャット内のリストの余白を調整 */
.chat-message.ai ul, .chat-message.ai ol {
    margin: 10px 0;
    padding-left: 20px;
}

.chat-message.ai li {
    margin-bottom: 5px;
}

/* 太字の強調 */
.chat-message.ai strong {
    color: #0054a6;
    font-weight: bold;
}

/* 段落間の余白 */
.chat-message.ai p {
    margin-bottom: 10px;
}
.chat-message.ai p:last-child {
    margin-bottom: 0;
}

.ai-disclaimer {
    font-size: 11px !important;
	line-height: 1.25 !important;
    color: #888;
}

/*
 * スタンプシート
*/

/* 全体を囲うグリッドコンテナ */
.stamp_sheet_grid {
    display: flex;         /* grid から flex に変更 */
    flex-wrap: wrap;       /* 折り返しを許可 */
    justify-content: center; /* 【重要】中身を中央に寄せる */
    gap: 10px;             /* アイテム同士の隙間 */
    width: 100%;
}

/* 各スタンプ枠（ご指定のスタイルを適用） */
.stamp_item {
    /* 3段並びを維持するために幅を指定（gap分を引いて調整） */
    width: calc(33.333% - 7px); 
    /* 最小幅を設定しておくと、スマホで小さくなりすぎるのを防げます */
    min-width: 100px; 
    
    border: solid 3px #EEE;
    padding: 10px;
    background: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box; /* パディングを含めた幅計算にする */
}

/* スタンプ画像の設定 */
.stamp_img_wrap img {
    max-width: 100%;            /* 枠からはみ出さない */
    height: auto;
    display: block;
    margin: 0 auto;
}

/* スポット名部分 */
.stamp_item p {
    font-size: 1.3rem;
    line-height: 1.3;
    word-break: break-all;      /* 長い名前でも枠を壊さない */
    margin-bottom: 0;
}

.stamp_item strong {
    display: flex;          /* flexボックスにする */
    align-items: flex-start;
    justify-content: center;/* 横方向も中央に寄せる場合 */
    font-weight: bold;
    line-height: 1.4;       /* 行間を少し詰めるとより綺麗です */
    width: 100%;            /* 枠いっぱいに広げる */
}

/* ピン画像（番号ボタン）の微調整 */
.stamp_item strong img {
    margin-right: 4px;      /* 番号と文字の間の隙間を調整 */
    flex-shrink: 0;         /* 画像が文字に押されて潰れないようにする */
    /* display: block; を入れるとさらに安定します */
    display: block; 
}

/* 📱 スマホサイズ（画面幅 767px 以下）の調整 */
@media screen and (max-width: 767px) {
	.stamp_sheet_grid {
        gap: 4px;
        /* flex-start になっていないか確認、centerを維持 */
        justify-content: center; 
    }

    .stamp_item {
        /* 【追加】スマホでも3列を維持するための計算 */
        /* gapが4pxなので、左右の余白を考慮して調整 */
        width: calc(33.333% - 3px); 
        min-width: 0; /* min-widthを解除して3列を優先 */
        
        padding: 5px 5px 3px;
        border: solid 2px #EEE;
    }

    .stamp_item strong {
        font-size: 1.1rem;
        letter-spacing: -0.02em; /* ほんの少し文字間を詰めると収まりが良くなります */
    }

    /* ピンのアイコンも少し小さくする場合 */
    .stamp_item strong img {
        width: 12px;
        margin-right: 1px;
    }
}