@charset "UTF-8";
a {
	color: initial;
	-webkit-transition: all 0.125s;
	transition: all 0.125s;
	text-decoration: none;
}

a:hover {
	color: initial;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-mox-box-sizing: border-box;
	-webit-box-sizing: border-box;
}

body {
	font-family: '微軟正黑體';
}

.btn {
	border-radius: 50px;
}

.maincolor {
	background: #ffd240;
}

.seccolor {
	background: #1f4ea9;
}

section[class$='-section'] {
	padding: 75px 0;
}

.header-wrapper {
	height: 63px;
	border-bottom: 3px solid #ffd240;
}

.header-wrapper__logo {
	/*  line-height: 60px;*/
}

.header-wrapper__button > a {
	background: #ffd240;
	color: #fff;
}

.store-section-list {
	background: #ffd240;
}

.store-section-list__card {
	margin-bottom: 5px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.store-section-list__card:hover {
	opacity: 0.8;
}

.store-section-list__card > img {
	background: #fff;
	border-radius: 10px;
}

.store-section-list::after {
	display: block;
	content: '';
	position: absolute;
	right: 48%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #ffd240 transparent transparent transparent;
}

.store-section-description {
	padding: 55px 0;
}

.main-activity-section {
	background: #1f4ea9;
	color: #fff;
}

@media (max-width: 576px) {
	.main-activity-section__title > h1 {
		letter-spacing: initial;
		font-size: 1.25rem;
	}
}

.main-activity-section-form {
	margin: 50px auto;
	max-width: 670px;
	position: relative;
}

.main-activity-section-form__input {
	padding-left: 10px;
	height: 125px;
	border-radius: 10px;
	border: 0;
	font-size: 3.5rem;
	color: #1f4ea9;
	width: 100%;
}

.main-activity-section-form__input:focus {
	outline: none;
}

@media (max-width: 576px) {
	.main-activity-section-form__input {
		padding-left: 5px;
		font-size: 1.5rem;
	}
}

.main-activity-section-form__button {
	border: 0;
	background: #ffd240;
	color: #1f4ea9;
	border-radius: 10px;
	height: 125px;
	display: inline-block;
	font-size: 2.25rem;
	padding: 0 1.25rem;
	outline: 0;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.main-activity-section-form__button:focus {
	outline: none;
}

.main-activity-section-form__action-info {
	margin-top: 10px;
	display: none;
}

.main-activity-section__activity-description {
	margin-bottom: 90px;
}

.main-activity-section__activity-description > h1 {
	display: inline-block;
	border-bottom: 4px solid #fff;
	font-size: 3.75rem;
}

@media (max-width: 576px) {
	.main-activity-section__activity-description > h1 {
		font-size: 2.5rem;
	}
}

.main-activity-section__info-button {
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #fff;
	color: #fff;
	padding: 6px 15px;
}

.main-activity-section__info-button:hover {
	background: #fff;
	color: #1f4ea9;
}

.main-activity-section__info-button:hover > i {
	color: #1f4ea9;
}

.main-activity-section__info-button > i {
	margin: 0 3px;
}

@media (max-width: 576px) {
	.main-activity-section__info-button {
		display: block;
		margin: 0;
		margin-top: 10px;
	}
}

.main-activity-section-button__action-button {
	font-size: 40px;
	color: #1f4ea9;
	background: #ffd240;
	width: 100%;
	position: relative;
	max-width: 420px;
	-webkit-box-shadow: 0px 6px 0px #fff;
	box-shadow: 0px 6px 0px #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: bold;
	padding: 15px 0;
	margin: 0 10px 15px;
}

@media (max-width: 576px) {
	.main-activity-section-button__action-button {
		margin: 0 0 15px;
	}
}

.main-activity-section-button__action-button:hover {
	opacity: 0.8;
	color: #1f4ea9;
}

.main-activity-section-button__action-button:active {
	-webkit-box-shadow: 0px 2px 0px #fff;
	box-shadow: 0px 2px 0px #fff;
	top: 4px;
}

.event-banner-section__background {
	padding: 50px 0;
	background-color: #fffef5;
	background-image: url('http://www.limg.tw//twimg/events/20180828_youtuber/event.png');
	background-position: center center;
	border-top: 10px solid #ffd240;
	border-bottom: 10px solid #ffd240;
}

.event-banner-section__title {
	text-align: center;
	font-size: 2.25rem;
}

.event-banner-section__button {
	margin: 0 10px;
	margin-top: 5px;
	background: #252525;
	color: #fff;
	min-width: 210px;
	font-size: 24px;
	position: relative;
	text-align: initial;
	padding-left: 40px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: 0px 6px 0px #dadada;
	box-shadow: 0px 6px 0px #dadada;
}

.event-banner-section__button:hover {
	color: #fff;
	opacity: 0.8;
}

.event-banner-section__button:active {
	-webkit-box-shadow: 0px 2px 0px;
	box-shadow: 0px 2px 0px;
	top: 4px;
}

.event-banner-section__button > img {
	margin-left: 10px;
	position: absolute;
	bottom: -1px;
}

.shopping-method-section__header-title {
	margin-bottom: 50px;
}

.shopping-method-section__card {
	background: #5a5a5b;
	max-width: 320px;
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 20px 20px 60px 20px;
	border-radius: 10px;
}

.shopping-method-section__method-flow {
	font-size: 50px;
	color: #fff;
}

.shopping-method-section__icon {
	background: #fff;
	max-width: 220px;
	max-height: 220px;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: 15px;
}

.shopping-method-section__description {
	margin-top: 25px;
	color: #fff;
	font-size: 24px;
}

.shopping-method-section__line-button {
	display: block;
	background: #54cc87;
	color: #fff;
	margin: 0 auto;
	margin-top: 10px;
	max-width: 230px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.shopping-method-section__line-button:hover {
	color: #fff;
	opacity: 0.8;
}

.shopping-method-section__line-button > img {
	margin: 0 5px;
}

.notice-section {
	background: #ffd240;
}

.notice-section__title {
	border-radius: 50px;
	background: #fef1c2;
	display: inline-block;
	margin: 0 auto;
	padding: 10px 50px;
}

.notice-section__description {
	background: #fff;
	padding: 60px 100px 80px 100px;
	margin-top: -35px;
	border-top: 3px dotted #c7b648;
	margin-bottom: -20px;
}

.notice-section__description > ol {
	margin-bottom: 0;
	padding: 0 10px;
}

.notice-section__description > ol li {
	line-height: 2.5em;
}

@media (max-width: 576px) {
	.notice-section__description {
		padding: 60px 15px 80px 15px;
	}
}

.notice-section__button {
	background: #ffd240;
	position: relative;
	width: 155px;
	text-align: initial;
	margin: 0 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.notice-section__button:hover {
	opacity: 0.8;
}

.notice-section__button > img {
	position: absolute;
	bottom: 0;
	margin-left: 5px;
}

.point-text {
	color: #d90101;
}

.point-text--circle {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 55px;
	border-radius: 50%;
	font-size: 46px;
	margin: 0 5px;
	color: #fff;
	background: #d90101;
}

.point-text--underline {
	border-bottom: 3px solid #ffd240;
}

.fixed-footer {
	padding: 10px 0;
	background: #5a5a5b;
	position: fixed;
	width: 100%;
	bottom: 0;
}

.fixed-footer__button {
	background: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0 10px;
	padding: 6px 30px;
	font-weight: bold;
	color: #5a5a5b;
}

@media (max-width: 576px) {
	.fixed-footer__button {
		margin: 0;
	}
}

.fixed-footer__button > i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	margin-left: 5px;
	color: #fff;
	background: #5a5a5b;
}

.fixed-footer__button:hover {
	opacity: 0.8;
}
