:root{
  --padding: 35px;
  --word-padding: 10px;
  --font-l:34px;    
  --font-ml:28px;    
  --font-m:24px;    
  --font-r:18px;    
  --font-s:15px;
}
@media screen and (max-width:1220px) {
    :root{
      --padding: 5%;
      --font-l:24px;   
      --font-ml:20px;   
      --font-m:18px;
      --font-r:15px;    
      --font-s:12px;       
    }
}

#mtkContainer {
    text-align: left;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    background: #f5f4f4;
    background-attachment: fixed;
}
#mtkContainer * {
    transition: all 0.2s , font-size 0s;
}
.wrapper {
    position: relative;
    width: 94%;
    font-size: var(--font-r);
    margin: 0 auto;
    padding: 70px 0;
    z-index: 2;
}


.goodspage .wrapper {
  margin: 0 auto;
}
.goodspage .wrapper.coupon{
  margin: 70px auto 0 auto;
}
.goodspage .wrapper-box a.btn{
  background: #009d49;
  font-size: 24px;
}
.goodspage .wrapper-box a.btn:hover{
  background: #0a9249;
  color: #fff;
}

img {
    width: 100%;
    border: 0;
    vertical-align: top;
}
.poi-header .mobile-menu-level-1 .tab .tablinks .tablinks-img{width: auto;}
#set-footer-base{ z-index: 2; }

a {
    text-decoration: none;
}

@media screen and (max-width:1220px) {
  .wrapper {
       padding: 10% 0;
  }
}





/*header*/
.header{
  position: relative;
  background: url(../images/header20250204.webp) center top no-repeat;
  height: 530px;
  max-width: 1920px;
  margin: 0 auto;
}
.header h1{
  display: none;
}
.header h1 img{
  

}
.header small{
  position: absolute;
  right: 20px; bottom: 75px;
  color: #333333;
  font-size: 16px;
}


@media screen and (max-width:1200px) {
  .header{
    background:none;
    height: auto;
  }
  .header h1{
    display: block;
  }
  .header small{
    display: none;
  }
}



/*fireworks*/
/* .fireworks{
  position: fixed;
  left: 50%;
  width: auto;
  transform: scale(0);
}
.fireworks-1{
  top: 10px;
  margin-left: -880px;
  filter: drop-shadow(0px 0px 5px #939afe);
  mix-blend-mode: screen;
}
.fireworks-2{
  top: 170px;
  margin-left: 550px;
  filter: drop-shadow(0px 0px 5px #edfff1);
  mix-blend-mode: screen;
}
.fireworks-3{
  top: 110px;
  margin-left: -1050px;
  filter: drop-shadow(0px 0px 5px #fcf8d6);
}
.fireworks-4{
  top: 750px;
  margin-left: 820px;
  filter: drop-shadow(0px 0px 5px #fcf8d6);
}
.fireworks-5{
  top: 100px;
  margin-left: 820px;
}
.fireworks-6{
  top: 600px;
  margin-left: -900px;
}
.fireworks-7{
  top: 10px;
  margin-left: -1070px;
  filter: drop-shadow(0px 0px 5px #939afe);
  mix-blend-mode: screen;
  z-index: 99;
}
.fireworks-8{
  top: 500px;
  margin-left: 770px;
  filter: drop-shadow(0px 0px 5px #edfff1);
  mix-blend-mode: screen;
  z-index: 99;
}
@media screen and (max-width:1400px) {
  .fireworks-skrollr , .fireworks{
    display: none;
  }
}

.fireworksanimation{
  animation:fireworksanimation 0.7s ease-in-out;
}
@keyframes fireworksanimation {
   0% { transform: scale(0); }
   80% { opacity: 1;  filter: brightness(1); }
   100% { opacity: 0; transform: scale(1); filter: brightness(1.5); }
}
 */



.nav{
  position: relative;
  text-align: center;
  font-size: var(--font-m);
  font-weight: 400;
  height: 0;
}
.nav ul{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  background: #e5e5e5;
  box-shadow: 0px 6px 3px rgb(0 0 0 / 10%);
  transform: translateY(-100%);
}
.nav ul li{
  position: relative;
  background: #e5e5e5;
  padding: 20px;
  cursor: pointer;
}

.nav ul li a{
  display: inline-block;
    color: #333333;
   
   /* margin: 1em 0;*/
}
.nav ul li:hover , .nav ul li.on{
  background: white;
}
.nav ul li:hover a , .nav ul li.on a{
  color: #e97c07;
}

.nav ul li a br{ display: none; }
#mtkContainer .nav ul li a span{
  transition: none;
}

.nav.fixed{
  font-size: var(--font-r);
}
.nav.fixed ul{
  position: fixed;
  transform: none;
}

.nav .navSnow{
  position: absolute;
  left: 50%;
  top: 0;
  width: auto;
  z-index: 100;
}
.nav .navSnow1{
  transform: translate(-980px,-103px);
}
.nav .navSnow2{
  transform: translate(-580px,-103px);
}
.nav .navSnow3{
  transform: translate(560px,-116px);
}

@media screen and (max-width:1220px) {
  .nav .navSnow{
    display: none;
  }
}

@media screen and (max-width:1070px) {
  .nav{
    height: 3em;
  }
  .nav ul{
    transform: none;
  }
}
@media screen and (max-width:768px) {
  .nav{
     font-size: var(--font-r);
  }
  .nav ul li{
    /* width: 20%; */
    padding: 10px;
    flex-grow: 1;
  }
  .nav ul li a{
        padding: 0 0.5em;
  }
  .nav ul li:hover {
    background: inherit;
  }
  .nav ul li:hover a{
    color: #333333;
  }
  .nav ul li.on{
    background: white;
  }
  .nav ul li.on a{
    
  }
  .nav ul li a span{
    display: none;
  }
}
@media screen and (max-width:640px) {
  /* .nav{
    // font-size: var(--font-s);
     height: 4.5em;
  } */
  .nav ul li{
    padding: 5px 0px;
  }
  .nav.fixed {
    font-size: var(--font-s);
  }
  .nav ul li a br{ display: block; }
}



/*.wrapper-box*/
.wrapper-box{
  border: solid 2px #009d49;
  max-width: 1200px;
  padding: 0 70px;
  margin: 70px auto;
  background: #FFF;
}


.wrapper-box h5 {
  font-size: var( --font-r);
  padding: var( --word-padding);
}
.wrapper-box h5 span{
  color:#009d49;
}

.wrapper-box .inFor {
  padding: var( --padding);
}
.wrapper-box .inFor *{
  line-height: 1.6;
}
.wrapper-box .inFor b {
  padding: 0 0 0 10px;
  border-left: 10px solid #000;
  font-size: var( --font-m);

}

.wrapper-box .inFor .markText{
  background: #ffe184;
  font-size: var( --font-ml);
  color: #009d49;
  font-weight: 700;
  text-align: center;
  max-width: 600px;

  border-radius: 10px;
  margin: var(--padding) auto;
}

.wrapper-box a.btn{
  background: #e97c07;
  font-size: var( --font-ml);
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 4px var(--padding) ;
  border-radius: 20px;  
  margin: 20px auto;
  display: block;
  max-width: 360px;
  transition: 0.3s;
  width: 90%;
  line-height: 1.6;
}
.wrapper-box  a.btn:hover{
  transform: translateY(-10px);
  color: #fff27b;
}

.wrapper-box#gift{
  background: #009d49;
}
.wrapper-box#gift h4{
  background: #FFF;
  color: #009d49;
}


@media screen and (max-width:1220px) {
  .wrapper-box{
    padding: 0 3%;
    margin: 10% auto;
  }
}



/*h2*/
h2{
  position: relative;
  text-align: center;
}
h2 .sale-title{
  max-width: 564px;
}
h2 .snowflower{
  width: auto;
  position: absolute;
  left: 50%;
  top: 0;
}
h2 .snowflower-1{
  transform: translate(-550px,-30px);
  animation:snowflowerA 1s linear infinite alternate;
}
h2 .snowflower-2{
  transform: translate(-370px,50px);
  animation:snowflowerB 1s 1s linear infinite alternate;
}
h2 .snowflower-3{
  transform: translate(190px,-60px);
  animation:snowflowerC 1s 0.5s linear infinite alternate;
}
h2 .snowflower-4{
  transform: translate(450px,-50px);
  animation:snowflowerD 1.5s 1.5s linear infinite alternate;
}

@keyframes snowflowerA {
   from { transform: translate(-550px,-30px) scale(1); }
     to { transform: translate(-550px,-30px) scale(0.7); }
}
@keyframes snowflowerB {
   from { transform: translate(-370px,50px) scale(1); }
     to { transform: translate(-370px,50px) scale(0.7); }
}
@keyframes snowflowerC {
   from { transform: translate(190px,-60px) scale(1); }
     to { transform: translate(190px,-60px) scale(0.7); }
}
@keyframes snowflowerD {
   from { transform: translate(450px,-50px) scale(1); }
     to { transform: translate(450px,-50px) scale(0.7); }
}


@media screen and (max-width: 768px){
  h2 .snowflower{
    display: none;
  }
}



/*h4*/
h4{
  text-align: center;
  background:#009d49;
  color: white;
  width: 100%;
  max-width: 800px;
  border-radius: 0 0 40px 40px;
  margin: 0 auto;
  font-size: var(--font-ml);
  font-weight: 500;
  padding: 0.4em;
  letter-spacing: 0.05em;   
}
h4 br{
    display: none;
  }
@media screen and (max-width:1220px) {
  h4{
    font-size: 24px;
    border-radius: 0;
    width: 107%;
    margin-left: -3.5%;
    max-width: inherit;
  }
}
@media screen and (max-width:768px) {
    h4 br{
      display: block;
    }
}

/*h6*/
h6{
  text-align: center;
  color: #355c85;
  width: 100%;
  font-size: 42px;
  font-weight: 500;
  padding-top: 0.4em;
  letter-spacing: 0.05em;   
}
@media screen and (max-width:1220px) {
  h6{
    font-size: 24px;
  }
}




/*yt*/
.yt{
  max-width: 1200px;
}
.yt .iframe{
    position: relative;
    padding-bottom: 56.25%;
    margin-top: var(--padding);
    overflow: hidden;
}

.yt .iframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





/*bank*/
.bank-content{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bank-section{
  position: relative;
  width: 48%;
  padding: var(--padding) 0;
  text-align: center;
}
.bank-section > *{
  margin: var(--word-padding) 0;
}
.bank-line{
  width: 4%;
  padding: var(--padding) 0;
}
.bank-line span{
  display: block;
  border-right: solid 1px #355c85;
  width: 2px;
  height: 100%;
  margin: 0 auto;
}
.bank-st{
  display: inline-block;
  background: #355c85;
  color: white;
  font-size: var(--font-m);
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 0.3em 0.6em;
}
.bank-title{
  font-size: var(--font-m);
  font-weight: 400;
  line-height: 1.5;
}
.bank-title span{
  color: #ff1500;
}
.bank-title mark{
  display: inline-block;
  border-radius: 5em;
  padding: 0 0.5em;
  margin: 0 0.1em;
}
.bank-strong{
  font-size: var(--font-l);
  font-weight: 700;
}
.bank-strong strong{
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
}
.bank-pic{
  padding: var(--word-padding) 0;
}
.bank-pic img{
  max-width: 400px;
}
.bank-note{
  font-size: var(--font-r);
}
.bank-article-info a{
  display: inline-block;
  font-size: var(--font-m);
  color: #355c85;
  padding: 0.3em 0.6em;
  border:solid 1px;
  border-radius: 5px;
  letter-spacing: 0.1em;
  margin-right: 0.6em;
  margin-bottom: 0;
}
.bank-article-info a:hover{
  background: #355c85;
  color: white;
}

section.bank-note{
  padding:0;
}
.bank-note ul{
  padding: var(--word-padding) 0;
}
.bank-note ul li{
  list-style-type: decimal;
  margin-left: 1em;
  padding: 0.3em 0;
}
.bank-note ul li span{
  color: #ff1500;
}
.bank-link a{
    display: inline-block;
    font-size: var(--font-m);
    font-weight: 500;
    color: #355c85;
    padding: 0.2em 1em;
    border: solid 2px;
    border-radius: 5em;
    margin-top: var(--word-padding);
}
.bank-link a:hover{
  background: #355c85;
  color: white;
}

@media screen and (max-width:1220px) {
  .bank-title br{ display: none; }
  .bank-strong strong{ font-size: 36px; }
}
@media screen and (max-width:768px) {
  .bank-section{ width: 100%; }
  .bank-line { display: none; }
  .bank-content{
    border-bottom: solid 1px;
    margin-bottom: var(--word-padding);
  }
  .bank-content:last-child{
    border-bottom:none;
    margin-bottom:0;
  }
}



/*note*/
.note{
  width: 100%;
  font-size: var(--font-r);
  color: #333333;
  letter-spacing: 0.05em;
  background: white;
}
.noteWrap{
  max-width: 1200px;
  margin:0 auto;
  padding-bottom: var(--padding);
}
.noteWrap:last-child{
  padding-bottom: 0;
}
.note-title{
  display: inline-block;
  background: #019d4a;
  color: white;
  letter-spacing: 0.1em;
  padding: 0.3em 0.6em;
}
.note-title-blue{
  background: #1d8ad3;
}
.note-content{
  padding: var(--word-padding) 0;
}
.note-content li{
  list-style-type: decimal;
  margin-left: 1.5em;
  padding: 0.3em 0;
}
.warning {
    background: #e5e5e5;
    font-size: var(--font-s);
    letter-spacing: 0.05em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
}
.warning-1{
  font-size: var(--font-m);
  font-weight: 400;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.warning-2{
  padding-left: 1em;
  border-left: solid 1px;
  margin-left: 1em;
}

@media screen and (max-width:1220px) {
  .note{ padding: 10% 3%; }
}
@media screen and (max-width:600px) {
  .warning{
    flex-wrap: wrap;
  }
  .warning-1 br{ display: none; }
  .warning-2 br{display: none; }
  .warning-2 {
    padding-left: 0;
    border-left: none;
    margin-left: 0;

    padding-top: 1em;
    border-top: solid 1px;
    margin-top: 1em;
  }
}




/*blog*/
.blog{
  background: #23466b;
  width: 100%;
}
.poi-blog{
  margin-top: var(--padding);
}







/*coupon*/
.coupon{
  overflow-x: hidden;
  background: white;
}
.couponBase {
  background:#e97c07 ;
  margin: 0 0 var(--padding) 0;;
}
.couponticket{
  position: relative;
  background: none;
  /*border-radius: 15px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 0px;
  /*margin: var(--padding) 0;*/
  font-size: var(--font-l);
  font-weight: 700;
  line-height: 1;
  color: white;
  border-bottom: 2px solid #a15300;
}
.couponticket:nth-last-child(1){
  border-bottom: none;
}
.couponticket:before{
  content: '';
  width: 1.5em;
  height: 1.5em;
  background: white;
  border-radius: 5em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-65%,-50%);
}
.couponticket:after{
  content: '';
  width: 1.5em;
  height: 1.5em;
  background: white;
  border-radius: 5em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(65%,-50%);
}



.coupon-d{
  width: auto;
  position: absolute;
}
.coupon-d-1{
  left: 27px;
  top: 13px;
}
.coupon-d-2{
  right: 22px;
  bottom: 7px;
}
.couponticket section{
  padding: 0 var(--padding);
  text-align: center;
}
.couponticket-code{  width: 41%;  position: relative; }
.couponticket-price{  width: 55%; border-left: dotted 5px white; }
.couponticket-code strong{ letter-spacing: 0.05em; }
.couponticket-code p{
  background: white;
  border:solid 2px #ffee33;
  border-radius: 10px;
  max-width: 13.5em;
  margin: 0.5em auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.couponticket-code p span{
  width: 3.3em;
  background: #ffee33;
  color: #333333;
  padding: 0.3em 0;
}
.couponticket-code p b{
  width: calc(100% - 3.3em);
  font-weight: 900;
  color: #333333;
  letter-spacing: 0.1em;
}
.couponticket-price p{
  position: relative;
  background: white;
  font-size: 75px;
  letter-spacing: 0.1em;
  color: #333333;
  font-weight: 900;
  padding: 0.1em 0;
}
.couponticket-price p b{
  font-size: 110px;
  letter-spacing: -0.02em;
  vertical-align: text-bottom;
  position: relative;
  bottom: 3px;
}
.couponticket-price p small{
  position: absolute;
  left: 50%;
  top: 1em;
  transform: translateX(-11.5em);
  font-size: var(--font-r);
  color: black;
  font-weight: 400;
  letter-spacing: 0.2em;    
}

@media screen and (max-width:1220px) {
  .couponticket-price p{ font-size: 51px; }
  .couponticket-price p b{ font-size: 70px; }
  .couponticket-price p small {
    top: 0.5em;
    transform: translateX(-8.7em);
  }
}

@media screen and (max-width:960px) {
  .coupon-d-1 {
    left: 3vw;
    top: 2vw;
    width: 4vw;
  }
  .coupon-d-2 {
    right: 2vw;
    bottom: 1vw;
    width: 6vw;
  }
}

@media screen and (max-width:768px) {
  .couponticket-code{
    width: 100%;
  }
  .couponticket-price{
    width: 100%;
    border-left: none;
    border-top: dotted 4px white;
  }
  .couponticket section.couponticket-price{
    margin-top: var(--word-padding);
    padding-top: var(--word-padding);
  }
  .coupon-d-1 {
    width: 8vw;
  }
  .coupon-d-2{
    width: 10vw;
  }
}

@media screen and (max-width:480px) {
  .couponticket-price p { font-size: 40px; }
  .couponticket-price p b { font-size: 54px; }
  .couponticket-price p small {
      top: 0.3em;
      transform: translateX(-6.5em);
  }
}







/*step*/
.step-title{
  text-align: center;
  font-size: var(--font-m);
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: solid 1px;
  margin-bottom: 0.5em;
}
.step-title span{
  display: inline-block;
  background: white;
  transform: translateY(100%);
  padding: 0 1em;
}
.step{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--font-r);
  letter-spacing: 0.1em;
  padding: var(--padding) 0;
}
.step article{
  max-width: 192px;
  align-self: flex-start;
}
.step article img{
  display: block;
}
.step article p{
    background: #009d49;
    border-radius: 0 0 10px 10px;
    text-align: center;
    color: white;
    padding: 0.5em 0 1em;
    min-height: 5em;
}
.step article p span{
  color: #ffe566;
}
.step section{
  text-align: center;
}
.step section img{
  max-width: 37px;
}

@media screen and (max-width:960px) {
  .step{
    flex-wrap: wrap;
    justify-content: center;
  }
  .step article{
    width: 45%;
  }
  .step section{
    width: 5%;
    margin: 2.5%;
  }
  .step section.break{
    width: 100%;
  }
  .step section.break img{
    display: none;
  }
}

@media screen and (max-width:360px) {
  .step article { width: 48%; }
  .step section { width: 4%; margin: 2% 0; }
  .step section img{ display: none; }
}




/*logo*/
.logo{
  width: 94%;
  max-width: 320px;
  margin: 70px auto -35px;
}
@media screen and (max-width:1220px) {
  .logo{
    margin: 10% auto -5%;
  }
}




/*info*/
.info{
  background: #009d49;
  max-width: 1200px;
  padding: var(--padding) 70px;
  margin: -70px auto 70px;
  font-size: var(--font-r);
  color: white;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.info h5{
  text-align: center;
  font-size: var(--font-m);
  font-weight: 700;
}
.info h5 span{
  color: #ffee33;
}
.info p {
  padding-top: var(--word-padding);
}
.info p a{
  display: inline-block;
  background: #ffee33;
  color: #009d49;
  padding: 0 1em;
  margin: 0.3em 0;
}
.info p a:hover{
  text-decoration: underline;
  filter: brightness(1.1);
}

@media screen and (max-width: 1220px){
  .info{
    padding: 3%;
    margin: -10% auto 10%;
  }
}

@media screen and (max-width: 768px){
  .info p a{
    display: block;
    text-align: center;
  }
}



.inForBankStep{
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  gap: 1em;
  margin: var( --padding) auto;
}

.inForBankStepBox{
  width: 25%;
  flex-shrink: 1;
  text-align: center;
  position: relative;
  
  
}
.inForBankStepBox > img {
border-radius: 20px;
border: 2px solid #009d49;

}
.inForBankStepBox > p {
margin: var(--word-padding) 0;
font-weight: 600;
}

.inForBankStepBox::before{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  background:#009d49 ;
  border-radius: 20px;
  top: -20px;
  padding: 0 10px;
}

.inForBankStepBox:nth-of-type(1):before
{
  content: "Step1";
}
.inForBankStepBox:nth-of-type(2):before
{
  content: "Step2";
}
.inForBankStepBox:nth-of-type(3):before
{
  content: "Step3";
}
.inForBankStepBox:nth-of-type(4):before
{
  content: "Step4";
}

@media screen and (max-width: 1000px){
  .inForBankStep{
    flex-wrap: wrap;
    gap: 2em;
  }
  .inForBankStepBox{
    width: 45%;
    flex-shrink: 0;
    flex-grow: 1;
    
    
  }
}

  .top{border-radius: 99em;font:18px/1.4 "微軟正黑體";background: #343434;color:#FFF;padding: 8px 5px;width: 70px;height: 70px;position: fixed;right: 4%;bottom: 7%;text-align: center;cursor: pointer;z-index: 99;transition: 0.3s;}
  .top:hover{height: 80px;}

  .top p{font:20px/1 "微軟正黑體";}

@media only screen and (max-width: 500px) {
  
  .top{border-radius: 99em;font:14px/1.4 "微軟正黑體";padding: 5px 5px;width: 50px;height: 50px;right: 4%;bottom: 7%;}
  .top p{font:14px/1 "微軟正黑體";}
  .top:hover{height: 50px;}

  }
  




  
/*coupon 樣式2*/

.couponticket.type2{
  position: relative;
  background: none;
  /*border-radius: 15px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 0px;
  /*margin: var(--padding) 0;*/
  font-size: var(--font-l);
  font-weight: 700;
  line-height: 1;
  color: white;
  border-bottom: 2px solid #cb2c60;
}
.couponticket.type2:nth-last-child(1){
  border-bottom: none;
}
.couponticket.type2:before{
  content: '';
  width: 1.5em;
  height: 1.5em;
  background: white;
  border-radius: 5em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-65%,-50%);
}
.couponticket.type2:after{
  content: '';
  width: 1.5em;
  height: 1.5em;
  background: white;
  border-radius: 5em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(65%,-50%);
}



.couponticket.type2 .coupon-d{
  width: auto;
  position: absolute;
}
.couponticket.type2 .coupon-d-1{
  left: 27px;
  top: 13px;
}
.couponticket.type2 .coupon-d-2{
  right: 22px;
  bottom: 7px;
}
.couponticket.type2 section{
  padding: 0 var(--padding);
  text-align: center;
}
.couponticket.type2 .couponticket-title{  width: 41%;  position: relative; }
.couponticket.type2 .couponticket-code{  width: 55%; border-left: dotted 5px white; }
.couponticket.type2 .couponticket-title strong{ letter-spacing: 0.05em; }
.couponticket.type2 .couponticket-title small{color: #333333;font-size: var(--font-m);display: block;margin: var(--word-padding) auto;}
.couponticket.type2 .couponticket-code p{
  background: white;
  border:solid 2px #ffee33;
  border-radius: 10px;
  max-width: 13.5em;
  margin: 0.5em auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.couponticket.type2 .couponticket-code p span{
  width: 3.3em;
  background: #ffee33;
  color: #333333;
  padding: 0.3em 0;
}
.couponticket.type2 .couponticket-code p b{
  width: calc(100% - 3.3em);
  font-weight: 900;
  color: #333333;
  letter-spacing: 0.1em;
}




@media screen and (max-width:960px) {
  .couponticket.type2  .coupon-d-1 {
    left: 3vw;
    top: 2vw;
    width: 4vw;
  }
  .couponticket.type2  .coupon-d-2 {
    right: 2vw;
    bottom: 1vw;
    width: 6vw;
  }
}

@media screen and (max-width:768px) {
  .couponticket.type2 .couponticket-title{
    width: 100%;
  }
  .couponticket.type2 .couponticket-code{
    width: 100%;
    border-left: none;
    border-top: none;
  }
  .couponticket.type2 section .couponticket-code{
    margin-top: var(--word-padding);
    padding-top: var(--word-padding);
  }
  .couponticket.type2 .coupon-d-1 {
    width: 8vw;
  }
  .couponticket.type2 .coupon-d-2{
    width: 10vw;
  }
}

@media screen and (max-width:480px) {

}





.pcOnly{
  display: block;

}
.mobileOnly{
  display: none;

}
@media screen and (max-width:800px) {
  .pcOnly{
    display: none;
  
  }
  .mobileOnly{
    display: block;
  
  }
}

