 
@charset "utf-8";


footer{
	margin-top: 0;
}

.dtwrap {
    max-width: unset!important;
    width: 100%;
}
.memberWrap{
    padding: 0 0px!important;
    overflow-x: hidden;
}
.clearfix{clear: both;}
.sp{display: none;}

.wrapper img{
	width: 100%;
}
.urtw{
	line-height: unset;
}
.wrapper{
	color: #212121;
    font-family: 'Futura','Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', sans-serif;
    font-size: 15px;
}
#loader{
    width:108px;
    height:2px;
    display:none;
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-1px;
    margin-left:-54px;
    z-index:99;
}
#fade{
    display:none;
    width:100%;
    height:100%;
    background-color: #fff;
    position:fixed;
    top:0px;
    left:0px;
    z-index:99;
}
#fade .load_img{
    display: block;
    width: 110px;
    margin: auto;
    padding-top: 23%;
}
.mv{
	width: 100%;
	position: relative;
	margin: auto;
}
/*.mv::after{
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: -5px;
	left: 0;
	background-image: linear-gradient(to top, #00000047 0%, #00000000 100%);
	z-index: 1;
}*/
.mv-slider{
	height: auto;
	width: 100%;
	height: min-content;
	height: -webkit-min-content;
	height: -moz-min-content;
	height: -ms-min-content;
}
.ttl{
	width: 48%;
	filter: drop-shadow(0px 0px 8px #00000096);
	position: absolute;
	left: 26%;
	bottom: 30%;
	z-index: 2;
}
.sub-ttl{
	width: 30%;
	position: absolute;
	left: 35%;
	bottom: 10%;
	z-index: 2;
}
@media screen and (min-width: 1000px){
	.ttl{
		width: 45%;
		bottom: 33%;
	}
}


.intro{
	margin: 5em auto;
}
.intro p, .intro2 p{
	font-family:'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體';
	font-size: 90%;
	letter-spacing: 0.1em;
	line-height: 230%;
	white-space: pre-line;
	text-align: center;
    margin-bottom: 1.5em;
}
.intro p em{
	display: block;
	font-weight: bold;
	font-style: normal;
}
.wrapper img{
	max-width: 100%;
	vertical-align:middle;
}
.wrapper *{
	box-sizing: initial;
}
.wrapper section{
	margin-bottom: 0;
}
.wrapper .content{
    padding: 5em 0 6em 0;
    position: relative;
}
.content:first-of-type{
	padding: 0 0 2em 0;
}
.content:nth-of-type(3),.content:nth-of-type(5),.content:nth-of-type(7){
	background: #f5f5f5;
}
.content:last-of-type{
	margin-bottom: 4em;
}
.wrapper .slide{
	width: 100%;
	height: min-content;
}
.intro2{
	position: relative;
}
.imgIntro{
	width: 70%;
	max-width: 700px;
	margin: 0 auto;
}
.intro2 p{
	position: absolute;
	color: #FFF;
	bottom: 20%;
	left: calc((100% - 244px) / 2);
	filter: drop-shadow(0 0 8px #0000008c);
}
.clearfix{
	clear: both;
}
.content h1{
	font-family: 'Futura', 'Century Gothic';
	font-weight: bold;
	font-size: 22px;
	height: auto;
	text-align: center;
	color: #999;
	letter-spacing: .2em;
	line-height: 135%;
	margin-bottom: 2em;
}
.content h1 span{
	display: block;
	font-size: 70%;
	font-weight: 100;
	letter-spacing: 0;
}
.content h1 span small{
	display: inline-block;
	font-family: "Sirivennela", sans-serif;
	font-weight: 400;
	font-size: 145%;
}
.inner{
	max-width: 1000px;
	margin: 0 auto 0 auto;
}
.innerImg{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
.innerImg2{
	display: flex;
	align-items: flex-end;
	padding-bottom: 40.5%;
}
.img1{
	width: 46%;
}
.img2.slide{
	width: 39%;
}
.img3{
	width: 40%;
}
.innerImg2 .img1{
	width: 40%;
}
.innerImg2 .img2{
	width: 27%;
	margin-bottom: -40.5%;
}
.innerImg2 .img4{
	width: 33%;
}
.content:nth-of-type(odd) .img3{
	order: -1;
}

.textBox{
	display: flex;
	justify-content: space-evenly;
	align-items: baseline;
	margin: 6% auto 0 auto;
}
.text{
	max-width: 360px;
}

.text p{
	font-family:'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體';
	font-size: 90%;
	letter-spacing: .08em;
	line-height: 200%;
	text-align: justify;
}
.text h2{
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 1em;
}
.text p::after{
	content: '';
	display: block;
	width: 1px;
	height: 30px;
	background: #999;
	margin: 10px 0 10px 20px;
}
.text h3.itemName{
	display: flex;
	align-items: center;
}
.text h3.itemName a{
	color: #bc0200;
	font-weight: bold;
}
.text h3.itemName .shopBtn{
	display:inline-block;
	font-weight: 400;
	color: #bc0200;
	border: 1px solid;
	text-align: center;
	font-size: 90%;
	width: 74px;
	padding: 6px 0;
	border-radius: 20px;
	margin-left: 10px;
	transition: linear .3s;
}
.text h3.itemName .shopBtn:hover{
	background: #bc0200;
	color: #FFF;
	border: 1px solid #bc0200;
}
.novelty{
	max-width: 380px;
	margin: 0 auto 5em auto;
}
.novelty::before{
	display: block;
	content: 'Novelty';
	font-family: "Futura", sans-serif;
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 0;
	color: #999;
}
.more-items{
	width: 150px;
	margin: 5em auto;
}
.more-items a{
	display: block;
	color: #FFF;
	text-align: center;
	font-size: 90%;
	background: #999;
	padding: 1em 1em;
	transition: ease .3s;
}
.more-items a:hover{
	transform: translateX(8px);
	color: #FFF;
}
.urtw .about{
	width: 580px;
	margin: 0 auto;
	position: relative;
	padding: 3em 0;
}
.urtw .about::before{
	content: '';
	display: block;
	width: 120%;
	height: 100%;
	position: absolute;
	background:#e7eded;
	top: 0;
	left: -10%;
	z-index: -1;
}
.aboutImg{
	width: 120px;
	height: 120px;
	margin: 0 auto 20px auto;
	background: #FFF;
	border-radius: 50%;
}
.aboutImg img{
	padding-top: 38px;
}
.about .ig{
	display: block;
	text-align: center;
	font-size: 90%;
}
.about p{
	margin-top: 20px;
	font-size: 90%;
	line-height: 210%;
	text-align: center;
}
.wrapper .fa{
	font-size: 150%;
	margin-right: 5px;
}
/*======= mobile setting ======= */

@media screen and (max-width: 640px){
	.urtw{
		overflow-x: hidden;
	}
	.wrapper{
		width: 100%;
	}
	#fade .load_img{
	    padding-top: 60%;
	}
	.mv_pc{display: none;}
	.pc{display: none;}
	.sp{display: block;}
	.mv{
		width: 100%;
	}
	.ttl{
		width: 82%;
		left: 9%;
	}
	.sub-ttl{
		width: 60%;
		left: 20%;
	}
	.intro{
		display: block;
		width: 72%;
	}
	.intro p{
		font-size: 100%;
		text-align: justify;
		line-height: 230%;
	}
	.intro p em{
		text-align: center;
	}
	.imgIntro{
		width: 90%;
	}
	.intro2 p{
		font-size: 100%;
		bottom: 10%;
	}
	.wrapper .content{
		padding: 4em 0;
	}
	.content:first-of-type {
	    padding: 0 0 2em 0;
	}
	.content h1{
		margin-bottom: 1.5em;
	}
	.innerImg{
		display: block;
	}
	.img1{
		width: 80%;
		margin: 0 auto 30px auto;
	}
	.img2.slide{
		width: 70%;
	}
	.img3{
		width: 70%;
		margin: 0 0 30px auto;
	}
	.innerImg2{
		flex-wrap: wrap;
	}
	.innerImg2 .img1{
		width: 80%;
	}
	.innerImg2 .img2{
		width: 45%;
	}
	.innerImg2 .img4{
		width: 55%;
	}
	.textBox{
		display: block;
	}
	.text{
		width: 80%;
		margin: 2em auto;
	}
	.novelty{
		width: 80%;
	}
	.urtw .about{
		width: 100%;
		padding: 4em 0;
	}
	.about p{
		font-size: 95%;
		text-align: justify;
		padding: 0 3em;
	}
	.urtw .about::before{
		width: 94%;
		left: 3%;
	}
}
@media(max-width: 414px){

}

@media(max-width: 375px){


}
/*====== ANIMATION ======*/
.digit {
   opacity: 0;
      -webkit-transform: translateY(-5px);
      -moz-transform: translateY(-5px);  
      -ms-transform: translateY(-5px);    
      -o-transform: translateY(-5px);
      transform: translateY(-5px);
      -webkit-clip-path: inset(0% 0% 2% 0%); 
       clip-path: inset(0% 0% 2% 0%);
      -webkit-transition: 0.7s cubic-bezier(0.1, 0, 0.25, 0.4);
      -o-transition: 0.7s cubic-bezier(0.1, 0, 0.25, 0.4);
      -moz-transition: 0.7s cubic-bezier(0.1, 0, 0.25, 0.4);
         transition: 0.7s cubic-bezier(0.1, 0, 0.25, 0.4);
    }
.digit.right {
    -webkit-transform: translateX(40px);
            -moz-transform: translateX(40px);
            -ms-transform: translateX(40px);
            -o-transform: translateX(40px);
    transform: translateX(40px);
         -webkit-clip-path: inset(0 5% 3% 100%);
         clip-path: inset(0 5% 3% 100%);     
         -webkit-transition: 1s cubic-bezier(0.37, 0, 0.4, 0.8);
              -o-transition: 1s cubic-bezier(0.37, 0, 0.4, 0.8);
           -moz-transition: 1s cubic-bezier(0.37, 0, 0.4, 0.8);
                transition: 1s cubic-bezier(0.37, 0, 0.4, 0.8)
}
.digit.left {     
	-webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
     -ms-transform: translateX(-40px);
     -o-transform: translateX(-40px); 
       transform: translateX(-40px);
  -webkit-clip-path: inset(0 100% 3% 5%);
  clip-path: inset(0 100% 3% 5%);
  -webkit-transition: 1s cubic-bezier(0.37, 0, 0.4, 0.8);
  -o-transition: 1s cubic-bezier(0.37, 0, 0.4, 0.8);
  -moz-transition: 1s cubic-bezier(0.37, 0, 0.4, 0.8);
  transition: 1s cubic-bezier(0.37, 0, 0.4, 0.8); 
}   
.digit.top {
     -webkit-transform: translateY(60px);
     -moz-transform: translateY(60px);
     -ms-transform: translateY(60px);
     -o-transform: translateY(60px);
     transform: translateY(60px);
     -webkit-transition: 1s cubic-bezier(0.4, 0, 0, 0);
     -o-transition: 1s cubic-bezier(0.4, 0, 0, 0);
     -moz-transition: 1s cubic-bezier(0.4, 0, 0, 0);
     transition: 1s cubic-bezier(0.4, 0, 0, 0);
     } 
 .digit.top-02 {     
 	-webkit-transform: translateY(10px);        
 	-moz-transform: translateY(10px);         
 	-ms-transform: translateY(10px);          
 	-o-transform: translateY(10px);             
 	transform: translateY(10px);     
 	-webkit-transition: 1s cubic-bezier(0.4, 0, 0, 0);     
 	-o-transition: 1s cubic-bezier(0.4, 0, 0, 0);     
 	-moz-transition: 1s cubic-bezier(0.4, 0, 0, 0);     
 	transition: 1s cubic-bezier(0.4, 0, 0, 0);
  }
.digit.visible {
     opacity: 1;
     -webkit-transform: none;
     -moz-transform: none;
     -ms-transform: none;
     -o-transform: none;
     transform: none;
     -webkit-clip-path: inset(0);
     clip-path: inset(0);
} 
