﻿/************************
INFO BLOCK
************************/
.info_block .date {
		font-size: 1.25rem;
}
.info_block .text {
		font-size: 1.125rem;
}
.info_block .info-text {
		font-size: 1.5rem;
}
.head .icon {
		width: 20px;
		height: auto;
}
.info_block > div.block_a::after {
		display: none !important;
}
/************************ 
Promo
************************/
.promo-card {
		max-width: 960px;
		background: #fff;
		border-radius: 1.5rem;
		padding: 0 1rem 1rem;
		-webkit-box-shadow: 0 0 .75rem RGBA(0, 0, 0, .125);
		box-shadow: 0 0 .75rem RGBA(0, 0, 0, .125);
		overflow: hidden;
}
.promo-title {
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1.2;
		padding-top: 2.5rem;
}
.promo-section .event_tag {
		max-width: 240px;
		left: 0;
		right: 0;
		top: -1.75rem;
		margin: auto;
		z-index: 2;
}
.promo-desc {
		font-size: 1.125rem;
		line-height: 1.6;
}
.promo-notice {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		max-width: 100%;
		background: #ffd21f;
		border-radius: 5rem;
		padding: .25rem 1.25rem .25rem 2.25rem;
		font-size: 1.25rem;
		font-weight: 600;
}
.notice-icon {
		width: 65px;
		height: 65px;
		left: -40px;
		top: -12px;
}
.notice-icon img {
		left: 0;
		top: 0;
}
.item_sound_2 {
		-webkit-animation: sound .6s linear infinite;
		animation: sound .6s linear infinite;
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
}
@-webkit-keyframes sound {
		0%, 100% {
				-webkit-transform: scale(1) translateX(0);
				transform: scale(1) translateX(0);
		}
		50% {
				-webkit-transform: scale(1.3) translateX(5px);
				transform: scale(1.3) translateX(5px);
		}
}
@keyframes sound {
		0%, 100% {
				-webkit-transform: scale(1) translateX(0);
				transform: scale(1) translateX(0);
		}
		50% {
				-webkit-transform: scale(1.3) translateX(5px);
				transform: scale(1.3) translateX(5px);
		}
}
.promo-rule-wrap {
		max-width: 600px;
}
.promo-rule-item {
		position: relative;
		min-height: 70px;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 0 1fr;
		grid-template-columns: 1fr 0 1fr;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
}
.rule-line {
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		height: 7px;
		background: #b5b5b5;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 1;
}
.rule-box {
		position: relative;
		z-index: 2;
		background: #dff1ff;
		border: 3px solid #6eb2ea;
		border-radius: .5rem;
		color: #000;
		font-size: 1.5rem;
		font-weight: bold;
		text-align: center;
		padding: .25rem .5rem;
		min-width: 190px;
		line-height: 1.2;
		-ms-grid-column-align: center;
		justify-self: center;
}
.promo-rule-item.is-heading {
		min-height: inherit;
}
.is-heading .rule-box {
		border: 0;
		background-color: transparent !important;
		padding: 0 .5rem;
}
.is-heading .rule-dot {
		opacity: 0;
}
.rule-box.left {
		right: -1rem;
}
.rule-box.right {
		left: -1rem;
}
.rule-box.right {
		background: #fff;
}
.rule-dot {
		position: relative;
		z-index: 3;
		width: 35px;
		height: 35px;
		border: 4px solid #b5b5b5;
		background: #fff;
		border-radius: 50%;
		-ms-grid-column-align: center;
		justify-self: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}
.rule-dot::after {
		content: '';
		position: absolute;
		width: 15px;
		height: 15px;
		background: #b5b5b5;
		border-radius: 50%;
		-ms-grid-column-align: center;
		justify-self: center;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
}
/************************ 
Promo example
************************/
.promo-example {
		max-width: 520px;
		background: #dff1ff;
		border: 3px solid #74b6ef;
		border-radius: 14px;
		padding: 12px 16px;
		display: block;
}
.example-label {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		color: #125ea6;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.2;
		padding-right: 5px;
		margin-right: 5px;
		border-right: 2px solid #6caae4;
}
.example-content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		font-size: .8125rem;
}
.example-calendar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 7px;
		color: #5aa7e8;
}
.example-calendar {
		color: #125ea6;
		font-size: 1.75rem;
		font-weight: bold;
		margin-right: 4px;
}
.example-calendar span {
		min-width: 38px;
		height: 38px;
		border: 3px solid #85bff0;
		border-radius: .5rem;
		background: #fff;
		color: #69ace8;
		font-size: 1.5rem;
		font-weight: bold;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative;
}
.example-calendar span.free {
		min-width: 48px;
		height: 48px;
		padding-top: .25rem;
		border-color: #ff1d1d;
		color: #ff0000;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		line-height: 1;
		font-size: 1.75rem;
}
.example-calendar span.free small {
		font-size: .75rem;
		font-weight: 500;
		margin-bottom: 1px;
}
/************************ 
Promo notes
************************/
.item_hand {
		max-width: 10vw;
		top: -4%;
		left: auto;
		right: 12%;
		pointer-events: none;
}
.item_car {
		max-width: 6vw;
		pointer-events: none;
}
.item_peo_1 {
		max-width: 5vw;
		left: -7rem;
		bottom: -15%;
		pointer-events: none;
}
.item_peo_2 {
		max-width: 4.5vw;
		right: -7rem;
		bottom: -15%;
		pointer-events: none;
}
/************************ 
Point Stop
************************/
.ap-pay-sign-wrap {
		position: relative;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto;
		padding-top: 48px;
		color: #ffffff;
}
/* 上方吊線 */
.ap-pay-sign-line {
		position: absolute;
		top: 0;
		width: 8px;
		height: 56px;
		background: #323537;
		border: 4px solid #444647;
}
.ap-pay-sign-line-left {
		left: 95px;
}
.ap-pay-sign-line-right {
		right: 95px;
}
.ap-pay-sign {
		position: relative;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background: #323537;
		color: #fff;
		text-decoration: none;
		border-radius: 10px;
		padding: .75rem 1.5rem;
		font-size: 1.75rem;
		font-weight: bold;
		line-height: 1;
		border: 4px solid #444647;
}
.ap-pay-arrow {
		width: 30px;
		height: auto;
		position: relative;
		display: inline-block;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
}
/************************ 
Metro
************************/
.metro-loop-wrap {
		position: relative;
		width: 100%;
		height: 90px;
		overflow: hidden;
}
/* 軌道 */
.metro-train {
		position: absolute;
		max-width: 800px;
		-webkit-animation: metroRun 6s linear infinite;
		animation: metroRun 6s linear infinite;
		-webkit-filter: drop-shadow(0 5px 4px rgba(0, 0, 0, 0.25));
		filter: drop-shadow(0 5px 4px rgba(0, 0, 0, 0.25));
		bottom: 0;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
}
@-webkit-keyframes metroRun {
		0% {
				-webkit-transform: translateX(-100vw);
				transform: translateX(-100vw);
		}
		100% {
				-webkit-transform: translateX(100vw);
				transform: translateX(100vw);
		}
}
@keyframes metroRun {
		0% {
				-webkit-transform: translateX(-100vw);
				transform: translateX(-100vw);
		}
		100% {
				-webkit-transform: translateX(100vw);
				transform: translateX(100vw);
		}
}
/************************
INFO BLOCK
************************/
.info_block {
		background-color: #eaeaea;
}
/*.info_block > div {
		background-color: #fefefe;
}*/
.info_block .block_a::before {
		content: '';
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
		background-image: url("../images/content_bg.png");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-color: #f2f0f0;
}
.remark_text {
		font-size: .875rem;
		color: #333333;
}
.block_b {
		background-color: #ffffff;
}
.block_c {
		background-color: #eaeaea;
}
.block_bot .info_card .title {
		font-size: 1.45rem;
}
.block_bot .info_card .swiper-slide .text {
		min-height: 80px;
		display: block;
		font-size: 1rem;
}
@media screen and (min-width: 1600px) {
		.item_hand {
				max-width: 171px;
		}
		.item_car {
				max-width: 100px;
		}
		.item_peo_1 {
				max-width: 86px;
		}
		.item_peo_2 {
				max-width: 77px;
		}
		.info_block .block_a::before {
				background-size: 1600px auto;
		}
}
@media screen and (max-width: 1199px) {
		.promo-section .event_tag {
				max-width: 22vw;
				top: -2rem;
		}
		.block_bot .info_card .title {
				font-size: 1.275rem;
		}
		.info_card {
				font-size: .875rem;
		}
		.remark_text {
				font-size: .75rem;
		}
		.ap-pay-sign {
				font-size: 1.5rem;
		}
		.ap-pay-arrow {
				width: 20px;
		}
		.ap-pay-sign-line {
				width: 6px;
				height: 50px;
		}
		.promo-desc {
				font-size: 1rem;
		}
		.promo-title {
				font-size: 2rem;
				padding-top: 2rem;
		}
		.item_hand {
				max-width: 13vw;
				top: -4%;
				right: 15%;
		}
		.notice-icon {
				width: 55px;
				height: 55px;
				left: -30px;
				top: -12px;
		}
		.promo-notice {
				font-size: 1.125rem;
		}
		.rule-box {
				font-size: 1.25rem;
				min-width: 160px;
		}
		.rule-line {
				height: 5px;
		}
		.rule-dot {
				width: 30px;
				height: 30px;
		}
		.rule-dot::after {
				width: 12px;
				height: 12px;
		}
		.promo-rule-wrap {
				max-width: 520px;
		}
		.item_car {
				max-width: 7vw;
		}
		.example-content {
				font-size: .75rem;
		}
		.promo-example {
				max-width: 480px;
				padding: .75rem;
		}
		.promo-card {
				max-width: 88%;
		}
		.item_peo_1 {
				max-width: 7vw;
				left: -5.75rem;
				bottom: -10%;
		}
		.item_peo_2 {
				max-width: 6vw;
				right: -5rem;
				bottom: -10%;
		}
		.metro-train {
				max-width: 50vw;
		}
		.metro-loop-wrap {
				height: 60px;
		}
		.info_block .info-text {
				font-size: 1.25rem;
		}
		.info_block .block_a::before {
				background-size: cover;
		}
}
@media screen and (max-width: 991px) {
		.promo-section .event_tag {
				max-width: 24vw;
				top: -1.75rem;
		}
		a.btn-event.full {
				font-size: 1.25rem;
		}
		a.btn-event.full .icon {
				max-width: 13px;
		}
		.block_bot .info_card .title {
				font-size: .875rem;
		}
		.info_card {
				font-size: .75rem;
		}
		.info_block .h4 {
				font-size: 1rem;
				line-height: 1.5;
		}
		.info_block .text {
				font-size: .8125rem;
		}
		.block_bot .info_card .swiper-slide .text {
				font-size: .75rem;
		}
		.promo-title {
				font-size: 1.5rem;
				padding-top: 1.5rem;
		}
		.promo-desc {
				font-size: .875rem;
		}
		.promo-notice {
				font-size: .875rem;
		}
		.promo-rule-item {
				-ms-grid-columns: 1fr 44px 1fr;
				grid-template-columns: 1fr 44px 1fr;
				min-height: 64px;
		}
		.notice-icon {
				width: 45px;
				height: 45px;
				left: -20px;
				top: -8px;
		}
		.rule-box {
				font-size: 1.125rem;
		}
		.promo-rule-wrap {
				max-width: 80%;
		}
		.item_car {
				max-width: 9vw;
		}
		.item_peo_1 {
				max-width: 7vw;
				left: -14%;
				bottom: -10%;
		}
		.item_peo_2 {
				max-width: 6vw;
				right: -12%;
				bottom: -10%;
		}
		.example-label {
				font-size: 1.5rem;
		}
		.example-calendar strong {
				font-size: 30px;
		}
		.example-calendar span {
				min-width: 36px;
				height: 36px;
				font-size: 1.25rem;
				border-width: 2px;
		}
		.example-calendar span.free {
				min-width: 48px;
				height: 48px;
				font-size: 1.5rem;
		}
		.ap-pay-sign {
				font-size: 1.25rem;
		}
		.ap-pay-sign-line {
				width: 5px;
				height: 40px;
		}
		.ap-pay-sign-wrap {
				padding-top: 40px;
		}
		.info_block .date {
				font-size: 1rem;
		}
		.info_block .info-text {
				font-size: 1rem;
		}
		.info_block .h3 {
				font-size: 1.125rem;
		}
		.metro-train {
				max-width: 60vw;
		}
		.metro-loop-wrap {
				height: 60px;
		}
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
		.promo-section .event_tag {
				max-width: 26vw;
				top: -2rem;
		}
		.block_bot .info_card .title {
				font-size: 1rem;
		}
		.info_card {
				font-size: .8125rem;
		}
		.promo-card {
				max-width: 88%;
		}
		.promo-section .container {
				max-width: 100%;
		}
		.promo-rule-wrap {
				max-width: 70% !important;
		}
		.rule-box {
				font-size: 1rem;
				min-width: 140px;
		}
		.rule-line {
				height: 4px;
		}
		.rule-dot {
				width: 25px;
				height: 25px;
				border-width: 3px;
		}
		.rule-dot::after {
				width: 10px;
				height: 10px;
		}
}
@media screen and (max-width: 767px) {
		.promo-section .event_tag {
				max-width: 27vw;
				top: -1.75rem;
		}
		.block_bot .info_card .title {
				font-size: .875rem;
		}
		.info_card {
				font-size: .75rem;
		}
		.block_bot {
				max-width: 100%;
		}
		.promo-rule-wrap {
				max-width: 100%;
		}
}
@media only screen and (max-width: 576px) {
		.promo-section .event_tag {
				max-width: 40vw;
				top: -1.75rem;
		}
		.block_bot .info_card .title {
				font-size: .8125rem;
		}
		.info_card {
				font-size: .65rem;
		}
		.info_card.sp {
				padding: 1.5rem 1.5rem;
		}
		a.btn-event.full {
				font-size: 1rem;
		}
		a.btn-event.full .icon {
				max-width: 10px;
		}
		.promo-rule-item {
				-ms-grid-columns: 1fr 40px 1fr;
				grid-template-columns: 1fr 40px 1fr;
				min-height: 50px;
		}
		.rule-box {
				font-size: .875rem;
				min-width: 110px;
				border-width: 2px;
				padding: .25rem .35rem;
		}
		.rule-line {
				height: 5px;
		}
		.rule-dot {
				width: 14px;
				height: 14px;
				border-width: 2px;
		}
		.rule-dot::after {
				width: 6px;
				height: 6px;
		}
		.rule-box.left {
				right: -.75rem;
		}
		.rule-box.right {
				left: -.75rem;
		}
		.example-content {
				font-size: .75rem;
		}
		.ap-pay-sign-wrap {
				width: 100%;
				padding: 42px 16px 0;
		}
		.ap-pay-sign {
				font-size: 1rem;
				gap: 10px;
				padding: .5rem 1rem;
				line-height: 1.25;
		}
		.ap-pay-sign-line {
				width: 6px;
				height: 48px;
		}
		.ap-pay-sign-line-left {
				left: 26%;
		}
		.ap-pay-sign-line-right {
				right: 26%;
		}
		.ap-pay-arrow {
				width: 15px;
		}
		.item_hand {
				max-width: 18vw;
				top: -3%;
				right: 5%;
		}
		.promo-notice {
				font-size: .8125rem;
		}
		.notice-icon {
				width: 40px;
				height: 40px;
				left: -20px;
				top: 5px;
		}
		.info_block .date {
				font-size: .8125rem;
		}
		.promo-title {
				font-size: 1.25rem;
				padding-top: 1.5rem;
		}
		.promo-desc {
				font-size: .8125rem;
		}
		.info_block .step_1 .col-sm-4, .info_block .col-sm-4, .info_block .col-sm-8 {
				width: 100%;
		}
		.newgift-desc li, .newgift-desc p {
				font-size: .75rem;
		}
		.info_block .h4 {
				font-size: .875rem;
		}
		.block_bot .info_card .title {
				font-size: .875rem;
		}
		.info_card {
				font-size: .75rem;
		}
		.block_top .title {
				text-align: center;
		}
		.remark_text {
				font-size: .75rem;
		}
		.remark_text, .block_top .info {
				max-width: 80%;
				margin: auto;
		}
		.item_car {
				max-width: 18vw;
				position: absolute !important;
				left: -1%;
		}
		.example-calendar {
				max-width: 80%;
				margin: auto 8% auto auto;
				-webkit-box-pack: end;
				-ms-flex-pack: end;
				justify-content: flex-end;
				gap: 5px;
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr;
				grid-template-columns: 1fr 1fr 1fr 1fr;
		}
		.example-calendar span {
				min-width: 36px;
				height: 36px;
				font-size: 1.25rem;
				border-width: 2px;
		}
		.example-calendar span.free {
				min-width: 40px;
				height: 40px;
				font-size: 1.125rem;
		}
		.item_peo_1 {
				max-width: 9vw;
				left: 2%;
				bottom: -14%;
		}
		.item_peo_2 {
				max-width: 8vw;
				right: 2%;
				bottom: -12%;
		}
		.example-label {
				padding-right: 0;
				margin-right: 0;
				margin-bottom: 10px;
				padding-bottom: 5px;
				border-right: 0;
				border-bottom: 1px solid #6caae4;
				font-size: 1.125rem;
		}
		.promo-example {
				max-width: 100%;
				padding: 1rem;
		}
		.metro-loop-wrap {
				height: 30px;
		}
		.metro-train {
				max-width: 90vw;
		}
		a.btn-event .icon {
				max-width: 10px;
		}
		.info_block .block_a::before {
				background-size: cover;
		}
		.info_block .h2 {
				font-size: 1.25rem;
				line-height: 1.5;
		}
		.info_block .h3 {
				font-size: 1rem;
		}
		.head .icon {
				width: 15px;
		}
		.info_block .info-text {
				font-size: .875rem;
		}
		.info_block .text {
				font-size: .75rem;
		}
		.item_peo_1 {
				left: 1%;
		}
		.item_peo_2 {
				right: 1%;
		}
}
@media only screen and (max-width: 568px) and (orientation: landscape) {
		.promo-section .event_tag {
				max-width: 30vw;
				top: -1.5rem;
		}
		.example-calendar {
				max-width: 80%;
				margin: auto;
		}
		.item_car {
				max-width: 16vw;
				position: absolute !important;
				left: -1%;
				bottom: 25%;
		}
		.item_peo_1 {
				left: 16%;
				bottom: -17%;
		}
		.item_peo_2 {
				right: 16%;
				bottom: -17%;
		}
}
@media only screen and (max-width: 375px) {
		.example-calendar {
				margin: auto 2% auto auto;
		}
		.item_peo_1 {
				left: 1%;
		}
		.item_peo_2 {
				right: 0;
		}
		.promo-section .event_tag {
				max-width: 43vw;
				top: -1.75rem;
		}
}
@media only screen and (max-width: 320px) {
		.item_peo_2 {
				right: 0;
		}
		.promo-section .event_tag {
				max-width: 48vw;
				top: -1.5rem;
		}
		.example-calendar b {
				font-size: 1.5rem;
		}
		.promo-card {
				max-width: 100%;
		}
}