@charset "UTF-8";
/**
*
* @authors Your Name (you@example.org)
* @date    2023-03-10 16:57:22
* @version $Id$
*/

/*
purple #B1658B;
red #CA2420;
blue #326295;
orange #F89829;
*/

*, *::before, *::after {
  box-sizing: Border-box;
}

.lihsi-desktop{
	display: block !important;
}

.lihsi-mobile{
	display: none !important;
}

.nopadding{
	padding: 0 !important;
}

.txt-center{
	text-align: center;
}

.txt-primary-color{
	color: #D71618 !important;
}

.txt-second-color{
	color: #0442aa !important;
}

.txt-warning-color{
	color: #fa0000 !important;
}

.txt-primary-bold{
	font-weight: 600 !important;
}

.txt-primary-heavy-bold{
	font-weight: 900 !important;
}

img.fullwidth{
	display: block;
	width: 100% !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

html{
	position: relative;
	width: 100%;
	letter-spacing: 3px;
	font-family: "微軟正黑體", "微软雅黑","Helvetica Neue", Helvetica, Arial, sans-serif;

	overflow-x: hidden;
}

body{
	width: 100%;
	overflow-x: hidden;

	background: linear-gradient(to bottom, #71a5ee, #a88ae4);
}

.illegal-mask{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #d0e7ea;
	z-index: 99;
	justify-content: center;
	align-items: center;

	font-size: 26px;
	font-weight: bold;
}

.illegal-mask.open{
	display: flex;
}

.loading{
	position: fixed;
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 90;
	background: url('../images/advance_bg.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.loading.close{
	display: none;
}

.loading .cover{
	display: inline-block;
	width: 120px;

	animation: loadingfade 2s ease-in-out infinite;
}

.loading .cover img{
	width: 100%;
}

@keyframes loadingfade {
  0% {
      opacity: 1;
  }
  50% {
      opacity: 0.3;
  }
  100% {
      opacity: 1;
  }
}

.loading .txt{
	display: inline-block;
	width: 100%;
	text-align: center;
	padding-top: 3%;
}

.loading .txt img{
	width: calc(948px * 0.8);
	margin: 0 auto;
}

.loading .btn{
	display: none;
	width: 100%;
	text-align: center;
	padding-top: 2%;
	text-align: center
}

.loading .btn.open{
	display: inline-block;
}

.loading .btn a{
	display: inline-block;
	cursor: pointer;
}


.loading .btn a img{
	width: calc(475px * 0.6);
}

.maintain-edge{
	display: flex;
	position: relative;
	width: 100%;
	min-height:100vh;
	justify-content: center;
	align-items: center;
}

.maintain-edge.close{
	display: none;
}

.utopia {
	position: relative;
	display: none;
	width: 100%;
	max-width: 430px;
	aspect-ratio: 430 / 932;

	background: url("../images/utopia_bg.png");
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;

	overflow-x: hidden;
}

.utopia.open{
	display: block;
}

.utopia .logo{
	position: absolute;
	width: 16%;
	top: 1.5%;
	left: calc(50% - 8%);
	z-index: 10;
}

.utopia .slogan{
	position: absolute;
	width: 100%;
	top: 10%;
	left: 0;
	z-index: 6;
	opacity: 0;
}

.utopia.open .slogan{
	animation: showfade 1s ease-in-out 2s forwards;
}

.utopia .summary{
	position: absolute;
	width: 76%;
	top: 77%;
	left: calc(50% - 38%);
	z-index: 7;
	opacity: 0;
}

.utopia.open .summary{
	animation: showfade 1s ease-in-out 2.5s forwards;
}

.utopia .catboss{
	position: absolute;
	width: 100%;
	top: 15.2%;
	left: 0;
	z-index: 3;
	opacity: 0;
}

.utopia.open .catboss{
	animation: showfade 1s ease-in-out 0.5s forwards;
}

.utopia .light{
	position: absolute;
	width: 38%;
	top: 47%;
	left: calc(50% - 20%);
	z-index: 4;
	opacity: 0;
}

.utopia.open .light{
	animation: showfade 1s ease-in-out 0.5s forwards;
}

.utopia .cloud{
	position: absolute;
	width: 100%;
	bottom: 0%;
	left: 0;
	z-index: 5;
}

.utopia .startbtn{
	position: absolute;
	width: 62%;
	top: 66%;
	left: calc(50% - 31%);
	opacity: 0;
	z-index: 8;
}

.utopia.open .startbtn{
	animation: showfade 1s ease-in-out 4s forwards;
}

.utopia .startbtn a{
	display: inline-block;
	width: 100%;
}

.swamp {
	position: relative;
	display: none;
	width: 100%;
	max-width: 430px;
	aspect-ratio: 430 / 932;

	background: url("../images/swamp_bg.png");
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	overflow-x: hidden;
}

.swamp.open {
	display: block;
}

.swamp .logo{
	position: absolute;
	width: 16%;
	top: 1.5%;
	left: calc(50% - 8%);
	z-index: 10;
}

.swamp .slogan{
	position: absolute;
	width: 76%;
	top: 9%;
	left: calc(50% - 38%);
	z-index: 6;
}

.swamp .catboss{
	position: absolute;
	width: 52%;
	top: 25%;
	left: calc(50% - 48%);
	z-index: 3;
	opacity: 0;
}

.swamp.open .catboss{
	animation: showfade 1s ease-in-out 0s forwards;
}

.swamp .respire{
	position: absolute;
	width: 51%;
	top: 25.5%;
	left: calc(50% - 48%);
	z-index: 3;
	opacity: 0;
}

.swamp .respire.r1{
	width: 39.8%;
	top: 24.6%;
	left: calc(50%);
}

.swamp.open .respire.r1{
	animation: showfademove 1s ease-in-out 1s forwards;
}

.swamp .respire.r2{
	width: 50%;
	top: 29.6%;
	left: calc(50%);
}

.swamp.open .respire.r2{
	animation: showfademove 1s ease-in-out 1.5s forwards;
}

.swamp .respire.r3{
	width: 17.515%;
	top: 34.5%;
	left: calc(50%);
}

.swamp.open .respire.r3{
	animation: showfademove 1s ease-in-out 2s forwards;
}

.swamp .concession{
	position: absolute;
	width: 82%;
	left: calc(50% - 40%);

	z-index: 4;
	opacity: 1;
}

.swamp .concession.c1{
	top: 43.5%;
}

.swamp .concession.c2{
	top: 53.5%;
}

.swamp .concession.c3{
	top: 63.5%;
}

.swamp.open .concession input[type=text]{
	width: 100%;
	aspect-ratio: 6 / 1;
	padding: 0 6%;
  border: 0;
  font-size: 20px;
  font-weight: bold;
  user-select: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;

  text-align: center;
  text-align-last: center; /* Chrome、Edge 較有效 */

  background: url("../images/entrance_concession_bg.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;

	color: #7d60f1;
}

.swamp.open .concession input[type=text]::placeholder {
  color: #7d60f1;
  opacity: 1;
  transition: opacity 0.2s;
}

.swamp.open .concession input[type=text]:focus::placeholder {
    opacity: 0;
}

.swamp.open .concession select{
  width: 100%;
  aspect-ratio: 6 / 1;
  padding: 0 6%;
  border: 0;
  font-size: 20px;
  font-weight: bold;
  user-select: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  
  text-align: center;
  text-align-last: center; /* Chrome、Edge 較有效 */
  
  background: url("../images/entrance_concession_bg.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;

	color: #7d60f1;
}

.swamp .startbtn{
	position: absolute;
	width: 62%;
	top: 75%;
	left: calc(50% - 31%);

	z-index: 8;
}

/*
.swamp.open .startbtn{
	animation: showfade 1s ease-in-out 2.5s forwards;
}
*/

.swamp .startbtn a{
	display: inline-block;
	width: 100%;
}

.swamp .catbossmaster{
	position: absolute;
	width: 90%;
	top: 22%;
	left: calc(50% - 45%);
	z-index: 3;
	opacity: 0;
}

.swamp.open .catbossmaster{
	animation: showfade 1s ease-in-out 0s forwards;
}

.swamp .murmur{
	position: absolute;
	top: 25.5%;
	z-index: 3;
	opacity: 0;
}

.swamp .murmur.left{
	width: 35%;
	left: 1.5%;
}

.swamp .murmur.right{
	width: 30%;
	right: 3%;
}

.swamp.open .murmur.left{
	animation: showfademove 1s ease-in-out 1s forwards;
}

.swamp.open .murmur.right{
	animation: showfademove 1s ease-in-out 1.5s forwards;
}

.swamp .panel{
	position: absolute;
	width: 94%;
	top: 36.8%;
	left: calc(50% - 47%);
	z-index: 4;
}

.swamp .question{
	position: absolute;
	width: 75.14%;
	top: 45.4%;
	left: calc(50% - 37.57%);
	z-index: 5;
}

.swamp .number{
	position: absolute;
	width: 9.38%;
	top: 40.8%;
	left: calc(50% - 4.69%);
	z-index: 5;
}

.swamp .menu{
	position: absolute;
	width: 80.7%;
	left: calc(50% - 40.35%);
	z-index: 5;
}

.swamp .menu.m1{
	top: 48%;
}

.swamp .menu.m2{
	top: 57.43%;
}

.swamp .menu.m3{
	top: 66.87%;
}

.swamp .menu.m4{
	top: 76.3%;
}

.swamp .returnbtn{
	position: absolute;
	width: 62%;
	top: 88.5%;
	left: calc(50% - 31%);
	/*opacity: 0;*/
	z-index: 8;
}
/*
.swamp.open .returnbtn{
	animation: showfade 1s ease-in-out 2s forwards;
}
*/

.swamp .returnbtn a{
	display: inline-block;
	width: 100%;
}

.ceremony {
	position: relative;
	display: none;
	width: 100%;
	max-width: 430px;
	overflow-x: hidden;
}

.ceremony.open {
	display: block;
}

.ceremony .heritage{
	position: relative;
	width: 100%;
	aspect-ratio: 430 / 932;

	background: url("../images/ceremony_bg.png");
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	overflow-x: hidden;
}

.ceremony .heritage .logo {
	position: absolute;
	width: 16%;
	top: 1.5%;
	left: calc(50% - 8%);
	z-index: 10;
}

.ceremony .heritage .slogan {
	position: absolute;
	width: 76%;
	top: 9%;
	left: calc(50% - 38%);
	z-index: 6;
}

.ceremony .heritage .sovervign {
	position: absolute;
	display: flex;
	width: 64%;
	top: 24.5%;
	left: calc(50% - 32%);
	aspect-ratio: 250 / 39;
	align-items: center;
	justify-content: center;
	background: url("../images/ceremony_sovervign_bg.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow-x: hidden;

	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #FFF;
	text-shadow: 1px 2px 10px #4d4d4d;
}

.ceremony .heritage .exclusive {
	position: absolute;
	width: 74%;
	top: 30%;
	left: calc(50% - 37%);
}

.ceremony .area{
	position: relative;
	width: 100%;
	background: linear-gradient(
		to bottom,
		#9e96e6 0%,
		#9e96e6 30%,
		#00b7eb 100%
	);
}

.ceremony .area .cloudbg{
	width: 100%;
}

.ceremony .area .guide{
	position: relative;
	padding: 0 4%;
	margin-top: -176%;
}

.ceremony .area .guide .panel{
	display: block;
	width: 100%;
	padding: 3% 3% 0 3%;
	border-radius: 20px;
	background: linear-gradient(to bottom, rgba(168, 138, 228, 0.8), rgba(113, 165, 238, 0.8));
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
}

.ceremony .area .guide .panel .title{
	width: 100%;
	padding: 0 1.1%;
	opacity: 0;
}

.ceremony.open .area .guide .panel .title{
	animation: showfade 1s ease-in-out 0s forwards;
}

.ceremony .area .guide .panel .starsign{
	width: 100%;
	opacity: 0;
}

.ceremony.open .area .guide .panel .starsign{
	animation: showfade 1s ease-in-out 0s forwards;
}

.ceremony .area .guide .panel .degree{
	width: 100%;
}

.ceremony .area .guide .panel .degree .percent{
	width: 100%;
	background: #FFF;
}

.ceremony .area .guide .panel .degree .percent .cover{
	width: 70%;
	margin: 0 auto;
	padding-top: 4%;
}


.ceremony .area .guide .panel .intro{
	width: 100%;
	padding: 0 3% 6% 3%;
	margin-bottom: 5%;
	border-radius: 0 0 10px 10px;
	background: #FFF;
}

.ceremony .area .guide .panel .intro .separate{
	width: 100%;
	padding: 3% 23.38%;
}

.ceremony .area .guide .panel .intro .detail{
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	color: #794dbe;
}

.ceremony .area .guide .panel .intro .genesis{
	width: 100%;
}

.ceremony .area .guide .panel .intro .genesis span.title{
	display: inline-block;
	width: 100%;
	color: #794dbe;
	font-size: 20px;
	font-weight: bolder;
	letter-spacing: 0;
}

.ceremony .area .guide .panel .intro .genesis .group{
	width: 100%;
}

.ceremony .area .guide .panel .intro .genesis .group .item{
	width: 100%;
	display: inline-block;
	margin-top: 3%;
	padding: 3%;
	background: #d0c3fd;
	border-radius: 10px;
}

.ceremony .area .guide .panel .intro .genesis .group .item .alias{
	display: inline-block;
	width: 100%;
	padding-bottom: 1%;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	color: #794dbe;
}

.ceremony .area .guide .panel .intro .genesis .group .item .memo{
	display: inline-block;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0;
	color: #505050;
}

.ceremony .area .guide .panel .tip{
	display: block;
	text-align: center;
}

.ceremony .area .guide .panel .tip .suey{
	position: relative;
	display: inline-block;
	padding: 0 14%;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 2px;
	color: #FFF;
}

.ceremony .area .guide .panel .tip .suey::before{
	content: "";
	position: absolute;
	width: 25%;
	height: 1px;
	background: #FFF;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.ceremony .area .guide .panel .tip .suey::after{
	content: "";
	position: absolute;
	width: 25%;
	height: 1px;
	background: #FFF;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.ceremony .area .guide .panel .tip .alias{
	display: block;
	padding-top: 2%;
	padding-bottom: 3%;

	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	color: #FFF;
}

.ceremony .area .guide .panel .prescription{
	width: 100%;
	padding: 0 3%;
}

.ceremony .area .guide .panel .prescription .item{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	padding: 3%;
	margin-bottom: 6%;
	border-radius: 15px;
	background: #b3a1f6;
	box-shadow: 0 0 10px rgba(92, 70, 174, 0.6);
}

.ceremony .area .guide .panel .prescription .item.spec{
	background: #c0d6f6;
}

.ceremony .area .guide .panel .prescription .item .checkicon{
	width: 12.8%;
	padding-right: 1.5%;
}

.ceremony .area .guide .panel .prescription .item .checkicon{
	width: 12.8%;
	padding-right: 1.5%;
}

.ceremony .area .guide .panel .prescription .item .info{
	flex: 1;
	padding-top: 3%;
}

.ceremony .area .guide .panel .prescription .item .info .way{
	width: 67.8%;
	padding-bottom: 2%;
	padding-left: 1%;
}

.ceremony .area .guide .panel .prescription .item.spec .info .way{
	width: 93.475%;
}

.ceremony .area .guide .panel .prescription .item .info .memo{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #505050;
}

.ceremony .area .guide .panel .prescription .item .cover{
	width: 24.2%;
}

.ceremony .area .guide .panel .begone{
	position: relative;
	width: 100%;
	text-align: center;
	bottom: -3px;
}

.ceremony .area .guide .panel .begone .alias{
	display: block;
	padding-top: 2%;
	padding-bottom: 3%;

	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	color: #FFF;
}

.ceremony .area .guide .panel .begone .spokesperson{
	position: relative;
	width: 100%;
}

.ceremony .area .guide .panel .begone .spokesperson .catboss{
	width: 49.2%;
}

.ceremony .area .guide .panel .begone .spokesperson .murmur{
	position: absolute;
	width: 52.1%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.ceremony .area .guide .btngroup{
	width: 100%;
	padding-top: 4%;
}

.ceremony .area .guide .btngroup .segment{
	display: flex;
	align-items: center;
	justify-content: center;
}

.ceremony .area .guide .btngroup .segment .child{
	width: 50%;
	flex: 1;
	padding: 0 1%;
}

.ceremony .area .guide .btngroup .segment .child a{
	display: inline-block;
	width: 100%;
}

.ceremony .area .guide .btngroup .item{
	width: 100%;
	padding: 0 5%;
}

.ceremony .area .guide .btngroup .item a{
	display: inline-block;
	width: 100%;
}

.ceremony .area .guide .store{
	width: 100%;
	padding-top: 3%;
	padding-bottom: 10%;
}

.ceremony .area .guide .store .title{
  display: block;
  padding-top: 2%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  color: #FFF;
}

.ceremony .area .guide .store .group{
	width: 100%;
}

.ceremony .area .guide .store .group .item{
	width: 100%;
	padding-top: 5%;
}

.ceremony .area .guide .store .group .item a{
	display: inline-block;
	width: 100%;

	padding: 3%;
	border-radius: 15px;

	background: linear-gradient(to right, #9966cc, #00a9e5);
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);

	text-decoration: none;
}

.ceremony .area .guide .store .group .item a:hover{
	text-decoration: none;
}

.ceremony .area .guide .store .group .item a .intro{
	position: relative;
	padding-left: 10%;
}

.ceremony .area .guide .store .group .item a .intro::before{
	content: "";
	position: absolute;
	width: 6.5%;
	aspect-ratio: 24 / 36;

	left: 0;
	top: 50%;
	transform: translateY(-50%);

	background: url("../images/ceremony_store_icon.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow-x: hidden;
}

.ceremony .area .guide .store .group .item a .intro .alias{
	display: inline-block;
	width: 100%;
	padding-bottom: 2%;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	color: #FFF;
}

.ceremony .area .guide .store .group .item a .intro .address{
	display: inline-block;
	width: 100%;
	font-size: 15px;
	letter-spacing: 0.1em;
	color: #FFF;
}

.ceremony .area .guide .store .group .item a .intro .tel{
	display: inline-block;
	width: 100%;
	font-size: 15px;
	letter-spacing: 0.1em;
	color: #FFF;
}

.ceremony .popup{
	position: fixed;
	display: flex;
	width: 100%;
	height: 100vh;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	z-index: 10;

	background: rgba(0, 0, 0, 0.5);

	/* 預設隱藏 */
	opacity: 0;
	visibility: hidden;
	pointer-events: none;

	transition: opacity .3s ease, visibility .3s ease;
}

.ceremony .popup.open{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.ceremony .popup .intro{
	width: 90%;
	max-width: 400px;
	padding: 20px;
	border-radius: 15px;
	background: rgba(121, 77, 190, 0.8);
}

.ceremony .popup .intro .close{
	width: 6.5%;
	margin: 0 0 0 auto;
}

.ceremony .popup .intro .close a{
	display: inline-block;
	width: 100%;
}

.ceremony .popup .intro .gift{
	display: none;
	width: 100%;
}

.ceremony .popup .intro .gift.open{
	display: block;
}

.ceremony .popup .intro .gift .say{
	display: inline-block;
	width: 100%;
	padding-top: 3%;
	padding-bottom: 3%;
	text-align: center;

	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.5;
	color: #FFF;
}

.ceremony .popup .intro .gift .ticket{
	display: inline-block;
	width: 100%;
	padding-bottom: 10%;
}

.ceremony .popup .intro .agreement{
	display: none;
	width: 100%;
}

.ceremony .popup .intro .agreement.open{
	display: block;
}

.ceremony .popup .intro .agreement .say{
	display: inline-block;
	width: 100%;
	padding-top: 3%;
	padding-bottom: 1%;
	text-align: center;

	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	color: #FFF;
}

.ceremony .popup .intro .agreement .memo{
	display: inline-block;
	width: 100%;
	text-align: center;

	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	color: #FFF;
}

.ceremony .popup .intro .agreement .terms{
	display: inline-block;
	width: 100%;
	aspect-ratio: 24 / 14;
	overflow-y: auto;

	color: #FFF;
}

.ceremony .popup .intro .agreement .terms span.title{
	display: inline-block;
	width: 100%;
	padding-bottom: 3%;
	text-align: center;

	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
}

.ceremony .popup .intro .agreement .terms .detail{
	display: inline-block;
	width: 100%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: justify;
}

.ceremony .popup .intro .agreement .terms::-webkit-scrollbar {
    width: 6px;
}

.ceremony .popup .intro .agreement .terms::-webkit-scrollbar-thumb {
    background: #5826a9;
    border-radius: 999px;
}

.ceremony .popup .intro .agreement .terms::-webkit-scrollbar-track {
    background: rgba(179, 161, 246, 0.5);
    border-radius: 999px;
}

.ceremony .popup .intro .agreement .termssend{
	display: block;
	width: 100%;
	padding: 5% 6.1% 0 6.1%;
}

.ceremony .popup .intro .agreement .termssend a{
	display: inline-block;
	width: 100%;
	opacity: 0;

	pointer-events: none;
	transition: opacity .3s ease;
}

.ceremony .popup .intro .agreement .termssend a.open{
	opacity: 1;
	pointer-events: auto;
}

.ceremony .popup .intro .agreement .concession{
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 10% 0%;
	opacity: 1;
}

.ceremony .popup .intro .agreement .concession input[type=text]{
	width: 100%;
	aspect-ratio: 6 / 1;
	padding: 0 6%;
  border: 0;
  font-size: 20px;
  font-weight: bold;
  user-select: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;

  text-align: center;
  text-align-last: center; /* Chrome、Edge 較有效 */

  background: url("../images/entrance_concession_bg.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;

	color: #7d60f1;
}

.ceremony .popup .intro .agreement .concession input[type=text]::placeholder {
  color: #7d60f1;
  opacity: 1;
  transition: opacity 0.2s;
}

.ceremony .popup .intro .agreement .concession input[type=text]:focus::placeholder {
    opacity: 0;
}

@keyframes showfade {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

@keyframes showfademove {
  0% {
      opacity: 0;
      transform: translateX(-15%);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}

/*小於等於1200*/
@media (max-width: 1200px) {
}

/*小於等於1024*/
@media (max-width: 1024px) {
}


@media (max-width: 992px) {
}

/*小於等於768*/
@media (max-width: 768px) {
}

@media (max-width: 480px) {
	.loading .cover{
		width: 90px;
	}

	.swamp.open .concession input[type=text]{
	  font-size: 16px;
	}

	.swamp.open .concession select{
	  font-size: 16px;
	}

	.ceremony .area .guide .store .group .item a .intro .alias{
		font-size: 4.6vw;
	}

	.ceremony .popup .intro .agreement .concession input[type=text]{
		font-size: 16px;
	}
}

/*小於等於424*/
@media (max-width: 424px) {
	.ceremony .area .guide .panel .prescription .item .info .memo{
		font-size: 17px;
	}
}

/*小於等於414*/
@media (max-width: 414px) {
	.ceremony .area .guide .panel .intro .detail{
		font-size: 4vw;
	}

	.ceremony .area .guide .panel .intro .genesis span.title{
		font-size: 5vw;
	}

	.ceremony .area .guide .panel .intro .genesis .group .item .alias{
		font-size: 4.6vw;
	}

	.ceremony .area .guide .panel .intro .genesis .group .item .memo{
		font-size: 4vw;
	}

	.ceremony .area .guide .panel .tip .suey{
		font-size: 4.6vw;
	}

	.ceremony .area .guide .panel .tip .alias{
		font-size: 4.6vw;
	}

	.ceremony .area .guide .panel .prescription .item .info .memo{
		font-size: 4vw;
	}

	.ceremony .area .guide .panel .begone .alias{
		font-size: 4.6vw;
	}

	.ceremony .area .guide .store .title{
	  font-size: 4.6vw;
	}

	.ceremony .area .guide .store .group .item a .intro .address{
		font-size: 4vw;
		letter-spacing: 0;
	}

	.ceremony .area .guide .store .group .item a .intro .tel{
		font-size: 4vw;
		letter-spacing: 0;
	}

	.ceremony .popup .intro{
		padding: 15px;
	}

	.ceremony .popup .intro .gift .say{
		font-size: 5vw;
	}

	.ceremony .popup .intro .agreement .say{
		font-size: 5vw;
	}

	.ceremony .popup .intro .agreement .memo{
		font-size: 4vw;
	}

	.ceremony .popup .intro .agreement .terms span.title{
		font-size: 4.6vw;
	}

	.ceremony .popup .intro .agreement .terms .detail{
		font-size: 4vw;
	}

}

/*小於等於350*/
@media (max-width: 350px) {
}