@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap');
*{
  box-sizing: border-box;
}
body{
	font-family: 'Noto Sans TC', sans-serif;
  background-color: #f2e797;
}
.footer-logos{
  width: calc( 100% + 20px );
  padding: 10px 0 0 0;
  display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 margin-left: -10px;
}
.logos-col{
  padding: 0 8px;
  margin-bottom: 0;
}
.logos-col img{
  height: 22px;
  width: auto;
}
.logos-col.fix img{
  height: 38px;
  width: auto;
}
.w-100{
  width: 100%;
}
.w-90{
  width: 50px;
  max-width: 100%;
}
footer{
  background-color: #f8f1c5;
  margin-top: 60px;
  width: calc( 100% + 60px );
  margin-left: -30px;
  padding: 0 30px;
}
.footer-top {
  padding: 20px 0;
}
.footer-top__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
}
.footer-top__logo {
  -ms-flex-preferred-size: 112px;
  flex-basis: 112px;
  min-width: 112px;
}
.footer-top__list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 1.5rem;
}
.footer-top__list > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.footer-top__list > ul > li {
  margin: 0.2rem 0;
  font-size: 14px;
  line-height: 1.15rem !important;
  letter-spacing: normal !important;
}
.footer-top__list > ul > li:not(:last-child)::after {
  content: "|";
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.footer-top__list  a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.footer-top__list  a:hover {
  color: #e77736;
}
.footer-top__logoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 30%;
}
.footer-top__logoList > div {
  width: 30%;
  margin: 0 0.3rem;
  text-align: center;
  font-size: 12px !important;
  line-height: 16px !important;
  letter-spacing: normal !important;
  padding: 0 10px;
}
.footer-top__logoList > span {
  width: 100%;
  padding-top: 10px;
  text-align: right;
}
.footer-dw{
  border-top:dotted 1px #999;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.container{
  width: 100%;
  padding:40px 30px 0 30px;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fff;
 /*  box-shadow: 0 0 15px #ccc; */
}
.logos{
  width: 90%;
  display: block;
  margin: 0 auto 40px auto;
  max-width: 600px;
}
h1{
  font-size: 52px;
  font-weight: 900;
  color:#FF4509 ;
letter-spacing: 0.1em;
text-align: center;
}
.gift-box{
  width: 96%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin: 40px auto;
  display: flex;
  align-items: center;
  background-color:#f8f1c5;
  border-radius: 25px;
  padding: 30px 0;
}
.gift-col-1{
 width: 27%;
}
.gift-col-2{
  width: 48%;
 }
.gift-pic{
  width: 25%;
}
.gifts{
  display: block;
  width: 80%;
  margin: 0 auto;
}
.gift-title{
  font-size: 42px;
  font-weight: 700;
  color:#000 ;
letter-spacing: 0.05em;
text-align: center;
margin-bottom: 15px;
}
.gift-sub{
  font-size: 30px;
  font-weight: 400;
  color:#f78a49 ;
letter-spacing: 0.05em;
text-align: center;
}
.gift-item{
  display: flex;
  align-items: flex-start;
  margin: 20px 0;
}
.show-xs{
  display: none;
}
.mt-2{
  margin-top: 10px;
}
.num{
  width: 50px;
  height: 50px;
  font-size: 26px;
  line-height: 50px;
  font-weight: 700;
  color:#fff;
  background-color: #f78a49;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}
.gift-info{
 width: calc( 100% - 50px );
}
.gift-limit{
  font-size: 18px;
  font-weight: 400;
  color:#000;
letter-spacing: 0.05em;
margin-bottom: 5px;
}
.gift-name{
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  color:#000;
letter-spacing: 0.05em;
margin-bottom: 5px;
}
.gift-note{
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color:#666;
letter-spacing: 0.01em;
}
.info-box{
  display: flex;
  padding: 0 20px;
  margin-bottom: 40px;
}
.info-col{
  width: 33.3%;
  text-align: center;
  padding: 20px;
}
.info-col:nth-child(2){
 border-left: solid 1px #cecece;
 border-right: solid 1px #cecece;
}
.info-title{
  font-size: 32px;
  font-weight: 700;
  color:#000;
letter-spacing: 0.05em;
margin-bottom: 5px;
}
.info-col img{
display: inline-block;
height: 80px;
width: auto;
margin: 10px 0;
}
.info-text{
  font-size: 16px;
  font-weight: 400;
  color:#000;
letter-spacing: 0.05em;
line-height: 1.5;
}
.blue{
  color:#f78a49 !important;
}
.form-box{
  width: 100%;
  display: block;
  padding: 0 20px;
  max-width: 960px;
  margin: 0 auto 40px auto;
}
.form-title{
  display: flex;
  align-items: center; 
  margin-bottom: 30px; 

}
.form-title div{
  display: inline-block;
  font-size: 38px;
  font-weight: 900;
  color:#FF4509 ;
letter-spacing: 0.1em;
text-align: center;  
padding:0 20px;
}
.form-title span{
flex: 1;
height: 0;
border-top: solid 1px #cecece;
}
label{
  display: block;
  font-size: 16px;
  font-weight: 500;
  color:#000;
letter-spacing: 0.05em;
line-height: 1.5;
margin-bottom: 5px;
}
input{
  border: solid 1px #cecece;
  border-radius: 10px;
  width: 100%;
  line-height: 48px;
  padding: 0 20px;
  font-size: 18px;
  margin-bottom: 5px;
}
.reg-note{
  display: block;
  font-size: 14px;
  font-weight: 400;
  color:#666;
letter-spacing: 0.05em;
line-height: 1.5;
margin-bottom: 20px;
}
button{
  outline: none;
  padding: 0;
  width: 100%;
  line-height: 50px;
  font-size: 20px;
  font-weight: 700;
  color:#fff;
  text-align: center;
  border-radius: 25px;
  border: none;
  background-color: #f78a49;
  cursor: pointer;
  margin-bottom: 20px;
}
button:hover{
  background-color: #e77736;
}
.form--note{
  font-size: 16px;
  font-weight: 500;
  color:#666;
  text-align: center; 
  line-height: 1.6;
}
.form--note a{
  color: #e77736;
}
.step-box {
  width: 96%;
  margin: 40px auto 20px auto;
  display: flex;
  align-items: center;
  background-color: #f8f1c5;
  border-radius: 25px;
  padding: 30px 60px ;
}
.step-col{
  width: 25%;
  text-align: center;
  position: relative;
}
.step-col::after{
 content: '▶';
 font-size: 20px;
 color:#f1b490;
 position: absolute;
 top: 50%;
 right: -10px;
}
.step-box .step-col:last-child::after{
  content: '';
}
.info-text.fix {
  font-size: 18px;
  font-weight: 500;
}
.step-text{
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #e77736;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  text-align: center;
}
.icons{
  display: block;
  width: 120px;
  margin:  20px auto 0 auto;
}
.sm-modal-mask{
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
}
.sm-modal-mask.active{
  display: flex;
  align-items: center;
  justify-content: center;
}
.sm-modal-box {
  width: calc( 100% - 40px );
  max-width: 640px;
  overflow: hidden;
  border-radius: 32px;
}
.active .sm-modal-box {
  animation: modalmove 1s forwards cubic-bezier(0.075,0.82,0.165,1);
}
@keyframes modalmove {
  0% {
    opacity: 0;
  transform:translateY(50px);
  }
  100% {
    opacity: 1;
  transform:translateY(0);
  }
  }
.sm-header{
font-size: 32px;
font-weight: 500;
line-height: 90px;
letter-spacing: 0.08em;
text-align: center;
position: relative;
color: #fff;
background-color: #e77736;
}
.sm-modal-close{
  position: absolute;
 width: 30px; 
 height: 30px;
 background-image: url(../images/Close-1.svg);
 background-position: center center;
 background-repeat: no-repeat;
 background-size: 26px auto;
 top: 26px;
 right: 24px;
 z-index: 9;
 opacity: 0.6;
}
.sm-content {
  width: 100%;
 font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.06em;
  color: #333;
  padding: 32px 40px 16px 40px;
  background-color: #fff;
  max-height: 68vh;
  overflow-y: auto;
}
.sm-content ol{
  padding-left: 24px;
  margin-bottom: 32px;
  list-style-type: decimal;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 24px;
}
.sm-content ol li{
  margin-bottom: 8px;
}
.sm-content ol span{
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: 20px;
}
.sm-content ol i{
  font-size: 14px;
  color: #777;
  font-weight: 400;
  line-height: 20px;
}

.sm-content h5{
font-size: 22px;
font-weight: 500;
line-height: 30px;
letter-spacing: 0.06em;
color: #e77736;
margin-bottom: 8px;
}
.sm-content p{
  margin-bottom: 16px;
  }
@media (max-width:1024px){
  .info-title {
    font-size: 24px;
}
.logos-col{
  padding: 0 12px;
  margin-bottom: 12px;
}
.logos-col img{
  height: 26px;
  width: auto;
}
.step-box {
  padding: 30px;
}
}
@media (max-width:540px){
  .icons {
    width: 90px;
} 
.step-col::after {
  font-size: 14px;
  top: 65%;
  right: -7px;
}
.step-box .step-col:nth-child(2)::after {
  content: '';
}
  .step-box {
    width: 100%;
    flex-wrap: wrap;
    border-radius: 15px;
    padding: 30px 20px 0 20px;
} 
.info-text.fix br {
  display: block;
}
.step-col {
  width: 50%;
  margin-bottom: 30px;
} 
  .container {
    padding: 30px 20px 0 20px;
}
.footer-logos {
  padding: 10px 0 10px 0;
}
footer{
  background-color: #f8f1c5;
  padding:10px 20px;
  width: calc( 100% + 40px );
  margin-left: -20px;
}
.logos {
  width: 90%;
  display: block;
  margin: 0 auto 30px auto;
  max-width: 300px;
}
h1 {
  font-size: 32px;
  font-weight: 900;
  color: #FF4509;
  letter-spacing: 0.1em;
  text-align: center;
}
.gift-box {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 15px;
  padding: 30px 0 30px 0;
  position: relative;
}
.gift-col-1 {
  width: auto;
  padding: 0 15px;
}
.gift-col-2 {
  width: 100%;
  padding: 0 20px;
  margin-top: 10px;
}
.gift-pic {
  width: 100%;
}
.gift-item {
  margin: 10px 0;
}
.gift-title {
  font-size: 24px;
  margin-bottom: 10px;
}
.gift-sub {
  font-size: 16px;
}
.gift-limit {
  font-size: 15px;
}
.gift-name {
  font-size: 18px;
  margin-bottom: 5px;
}
.gift-note {
  font-size: 13px;
}
.gifts {
  width:40%;
  margin-top: 10px;
}
.num {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  margin-right: 10px;
}
.info-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 ;
  margin-bottom: 20px;
}
.info-col {
  width: 50%;
  text-align: center;
  padding:20px 10px;
}
.info-col:nth-child(1) {
  border-right: solid 1px #cecece;
}
.info-col:nth-child(2) {
  border-left: none;
  border-right: none;
  order: 3;
}
.info-title {
  font-size: 24px;
}
.info-col img {
  height: 50px;
}
.info-text {
  font-size: 14px;
}
.info-text br{
  display: none;
}
.form-title div {
  font-size: 20px;
  padding: 0 10px;
  letter-spacing: 0.05em;
}
label {
  font-size: 14px;
}
.reg-note {
  font-size: 12px;
}
.form--note {
  font-size: 14px;
  line-height: 1.4;
}
.show-xs{
  display: block;
}
.form-box {
  padding: 0;
  margin: 0 auto 20px auto;
}
button {
  line-height: 42px;
  font-size: 18px;
}
input {
  border: solid 1px #cecece;
  font-size: 16px;
  line-height: 42px;
}
.footer-top__wrap {
 display: block;
}
.footer-top__logo {
  width: 100%;
  text-align: center;
  padding: 0;
}
.footer-top__logo .w-100{
  width: 140px;
}
.footer-top__list {
width: 100%;
  margin: 0;
  text-align: center;
  padding: 15px 0;
}
.footer-top__list > ul {
  justify-content: center; 
}
.footer-top__logoList {
  width: 100%;
  justify-content: center;
}
.footer-top__logoList > div {
  padding: 0;
}
.footer-top__list > ul > li:not(:last-child)::after {
  content: "";
  padding-left: 0;
  padding-right: 0;
}
.footer-top__list > ul.fix > li:not(:last-child)::after {
  content: "|";
  line-height: 1.15rem !important;
  letter-spacing: normal !important;
}
.footer-top__list a {
  margin: 0 5px;
}
.footer-top__list > ul > li {
  display: block;
  width: 100%;
}
.footer-top__list > ul.fix > li {
  display: inline-block;
  width: auto;
}
.sm-header {
  font-size: 24px;
  line-height: 60px;
}
.sm-modal-close {
  width: 20px;
  height: 20px;
  background-size: 22px auto;
  top: 20px;
  right: 24px;
  z-index: 9;
  opacity: 0.6;
}
.sm-content {
  width: 100%;
  line-height: 1.3;
  padding: 20px ;
  max-height: 60vh;
}
.sm-content p {
  margin-bottom: 16px;
}
}
