@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	background:url("../images/bg.jpg") top center repeat;
	scroll-behavior: smooth;
}

header { position: absolute; top:10px; left:0; z-index:99998;}

.footer{
	max-width: 1920px;
	margin: 0 auto;
	background: url("../images/bg.jpg");
}



/* PC */
.WRAPPER{ position:relative; width:100%; min-width:1200px; margin:0 auto; overflow:hidden;}
 	@media screen and ( max-width: 991px ){
		.WRAPPER{ min-width:100%;}
		
	}
.container { overflow: hidden; }
.topbox { position: relative; width: 1200px; margin: auto;}
.kv_pc {width: 100%;  position: relative; text-align:center; display: flex;justify-content: center;max-width: 1920px; margin: auto;flex-wrap: wrap-reverse;}
.kv_pc img { display: block; text-align: center; }
.kv_m { display: none; }
.kv_m img { display: block; }
.kv_m a {font-size: 0; display: block; }
.for_pc{ display: block; }
.for_m { display: none; }

/* m */
@media screen and ( max-width: 991px ){
	.kv_m { display: block; width: 100%; }
	.kv_m img {  width: 100%; }
	.kv_pc { display: none; }
	.container {width: 100%; min-width: auto; }
	.for_pc{ display: none; }
	.for_m { display: block; }
	.for_m img {  width: 100%; }
}

/* ----------------------CUSTOMERIZATION---------------------- */





/*精準購物*/
.shop .round_5p{ margin: 60px auto 20px;}
.shop .round_5p li{ width: 160px;}
.shop .round_5p img { width: 160px; height: 160px;}
.shop .round_5p li:nth-child(odd) .font { position: absolute;  top: 85%; background: #a2d9da; width: 100%; font-family: ZhouFangRiMingTiXieTi-2, 'Noto Sans TC';}
.shop .round_5p li:nth-child(even) .font { position: absolute;  top: 85%; background: #b2d4ee; width: 100%; font-family: ZhouFangRiMingTiXieTi-2, 'Noto Sans TC'; }
.shop .round_5p .font p { font-size: 20px; }
.shop .banner{ margin: 40px auto 0; padding: 0;}

@media screen and ( max-width: 991px ){
	.shop .round_5p{ margin: 6vw auto 0vw;}
	.shop .round_5p ul{ justify-content:space-around;}
	.shop .round_5p li{ width: 40vw; margin:0 3vw 5vw;}
	.shop .round_5p img { width: 40vw; height: 40vw;}
	.shop .round_5p .font { position: absolute;  top: 85%; left: 6%; width: 80%; margin: 0 auto; padding: 1vw 0;  }
	.shop .round_5p .font p{ text-align: center; font-size: 1.2rem;}
	.shop .banner{ margin: 0 auto 5vw; }
}














/*--輪播AD--*/
      .swiper {
        width: 1300px;
        padding-top: 50px;
        padding-bottom: 50px;margin: 0 auto;
      }
.swiper-wrapper,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right{width: 300px;border-radius: 20px;}

      .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 300px;
        height: 300px;margin-bottom: 60px;
      }

      .swiper-slide img {
        display: block;
        width: 300px;
        height: 300px;border-radius: 20px;
      }

.swiper-slide p{width: 100%;text-align: center;padding: 5px 5px;font-size: 22px;color: #000;font-weight:500;margin-top: 10px;line-height: 26px;}

@media screen and ( max-width: 991px ){
	 .swiper {
        width: 100%;
        padding-top: 2vw;
        padding-bottom:2vw;margin: 0 auto;
      }
      .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 80vw;
        height:auto;
		margin-bottom: 70px;
      }	
	      .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 50vw;
        height: 50vw;
      }
	      .swiper-slide img {
        display: block;
        width:  50vw;
        height:  50vw;border-radius: 20px;
      }
	.swiper-wrapper,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right{width:50vw;border-radius: 20px;}
	.swiper-slide p{width: 100%;height: auto; text-align: center;padding: 5px 5px;font-size: 1rem;color: #000;font-weight:500;line-height: 1.2rem;margin-top: 6px;}
}



/*navigation bar for pc*/
/* Style the navbar */
#navbar {
	/*overflow: hidden;*/
	
	max-width:100%;
	height:60px;
	z-index:999;
	margin:0 auto;
	background: rgba(240,139,156,.9);
  }
  	@media screen and ( max-width: 640px ) {
		#navbar{ display:none;} 
		.sticky + .content { padding-top:0px !important;}
	}

  .nav_content{ width:1200px; margin:0 auto;}
  /* Navbar links */
  #navbar a {
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
	width:24%;
	margin:0 2.5px;
	font-size:24px;
	color:#fff;
	border-right: 1px solid #ffffff;
	height:60px;
	line-height:60px;
	letter-spacing: 1px;
	/*font-family: 'Noto Serif TC', serif, "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial, sans-serif;*/
  } 

  #navbar span{ color:#000000;}
  
  /* Page content */
  .content {
	padding: 0px;
  }
  
  /* The sticky class is added to the navbar with JS when it reaches its scroll position */
  .sticky {
	position: fixed;
	top: 0;
	width: 100%;
  }
  
  /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
  .sticky + .content {
	padding-top: 60px;
	
  }
  .nav_content img{ transition:all 0.3s;}
  .nav_content img:hover{ transform:translateY(-5px);}






/*for mobile*/
menu{display:none;}
@media screen and ( max-width: 991px ){
		menu{ display:block;}
	}
menu ul{position:fixed;bottom:0;left:0;margin:0;width:100%;display:flex; flex-wrap: wrap; list-style: none; background: rgba(240,139,156,.9); z-index:1000;border-top:none;}
menu ul li{border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;padding: 8px; width:25%;box-sizing:border-box;text-align:center;font-size:15px;}
menu ul li a{font-size:15px;}
menu ul li:nth-last-child(1){border-right:none;}
menu a{color:#ffffff !important;text-decoration:none;}







/*--goto top--*/
#gotop {display: inline-block;background-color: #000;opacity:0.3;width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 0px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;opacity: 0;visibility: hidden;z-index: 1000;margin: 30px;}
#gotop::after {font-family: FontAwesome;content:'　';font-weight: normal;font-style: normal;font-size: 2em;line-height: 50px;color: #fff;  opacity:0.5;background: url(../images/top.png) center no-repeat; background-size:50%;background-position:50% 20%;}
#gotop:hover {cursor: pointer;background-color: #666;}
#gotop:active {background-color: #666;}
#gotop.show {opacity: 0.4;visibility: visible;}
	@media screen and ( max-width: 991px ){
	#gotop {bottom: 2vw;right: 0;margin: 2vw;	}
	}
	
	
#Welfare { width:100%; background: url(../images/Welfare.jpg) no-repeat center top; padding:230px 0 0 0;}
ul.WelfareBanner { text-align:center;}
ul.WelfareBanner li { display:inline-block; margin: 0 1%;}

.BG01 { background:url(../images/BG01-LOVE.jpg) repeat center top; width:100%; padding-bottom:50px;}
.love-1 { background:url(../images/title-LOVE.jpg) no-repeat center top; width:100%; height:320px; margin-bottom:100px;}

.BG02 { background:url(../images/BG02-FRIEND.jpg) repeat center top; width:100%; padding-bottom:50px;}
.love-2 { background:url(../images/title-FRIEND.jpg) no-repeat center top; width:100%; height:320px; margin-bottom:100px;}

.BG03 { background:url(../images/BG03-TURE.jpg) repeat center top; width:100%; padding-bottom:30px;}
.love-3 { background:url(../images/title-TURE.jpg) no-repeat center top; width:100%; height:320px;}

img.title { width:auto; margin: -106px auto 50px auto; display:block;}
img.title-2 { width:auto; margin: 15px auto 50px auto; display:block;}
img.title-3 { width:388px; height:90px; display:block; margin: -141px auto 10px auto;}
.f01-rose { padding: 0 0 50px 0; margin: 20px auto 40px auto; width:90%; background:url(../images/BG-f01.jpg) center top; border: #fff 4px solid; box-shadow:#C33 0 0 20px; border-radius:30px; max-width:1650px;}
.f02-sakura { padding: 0 0 50px 0; margin: 20px auto 40px auto; width:90%; background:url(../images/BG-f02.jpg) center top; border: #fff 4px solid; box-shadow:#C33 0 0 20px; border-radius:30px; max-width:1650px;}
.f03-Calendula { padding: 0 0 50px 0; margin: 20px auto 40px auto; width:90%; background:url(../images/BG-f03.jpg) center top; border: #fff 4px solid; box-shadow:#C18000 0 0 20px; border-radius:30px; max-width:1650px;}
.f04-Lavender { padding: 0 0 50px 0; margin: 20px auto 40px auto; width:90%; background:url(../images/BG-f04.jpg) center top; border: #fff 4px solid; box-shadow:#b064ac 0 0 20px; border-radius:30px; max-width:1650px;}
.f05-Jasmine { padding: 0 0 50px 0; margin: 20px auto 40px auto; width:90%; background:url(../images/BG-f05.jpg) center top; border: #fff 4px solid; box-shadow:#688f2a 0 0 20px; border-radius:30px; max-width:1650px;}
.f06-gardenia { padding: 0 0 50px 0; margin: 20px auto 40px auto; width:90%; background:url(../images/BG-f06.jpg) center top; border: #fff 4px solid; box-shadow:#688f2a 0 0 20px; border-radius:30px; max-width:1650px;}
.f07-Set { padding: 0 0 50px 0; margin: 20px auto 40px auto; width:90%; background:url(../images/BG-f07.jpg) center top; border: #fff 4px solid; box-shadow:#C33 0 0 20px; border-radius:30px; max-width:1650px;}
.f09-orange { padding: 0 0 50px 0; margin: 20px auto 0 auto; width:90%; background:url(../images/BG-f09.jpg) center top; border: #fff 4px solid; box-shadow:#f36713 0 0 20px; border-radius:30px; max-width:1650px;}
.f10-sunflower { padding: 0 0 50px 0; margin: 20px auto 0 auto; width:90%; background:url(../images/BG-f09.jpg) center top; border: #fff 4px solid; box-shadow:#d56e0a 0 0 20px; border-radius:30px;  max-width:1650px;}

.half ul { background: rgba(250,209,210,.75);}
.circle img { border:#FAD1D2 5px solid;}

.photograph .font h4 { border-bottom: #FDDFE0 solid 1px; color:#da6f81;}

.hightlight .font h4 { background: #da6f81;}
.round_5p img { border: 2px solid #e6bd6d;}
.toptitle .font h4 { background:#27b319;}

.shop { background: url(../images/title-SHOP.jpg) no-repeat center top; padding:170px 0 30px 0;}
.shop .round_5p {
    margin: 0px auto 20px;
}

.footer { background: url(../images/footerBG.jpg); padding-bottom:30px;}

.shop .round_5p li:nth-child(odd) .font {
    background: #A8724A; color:#F9F1DF;
}

.shop .round_5p li:nth-child(even) .font {
    background: #F9F1DF; color:#A8724A;
}
.half ul h3 { position:relative;}
.more { font-size:18px; position:absolute; right:0; top: -30px;}

/* m */
@media screen and ( max-width: 991px ){
#Welfare { width:100%; background: url(../images/Welfare.jpg) no-repeat center top; padding:150px 0 0 0; background-size:1200px auto;}


ul.WelfareBanner li { display: block; margin: 0 auto 20px auto;}

.love-1 { background:url(../images/title-LOVE.jpg) no-repeat center top; width:100%; height:200px; margin-bottom:30px; background-size:auto 200px;}

.love-2 { background:url(../images/title-FRIEND.jpg) no-repeat center top; width:100%; height:200px; margin-bottom:30px; background-size:auto 200px;}

.love-3 { background:url(../images/title-TURE.jpg) no-repeat center top; width:100%; height:200px; background-size:auto 200px;}

img.title { width:80%; margin: 20px auto 20px auto;}
img.title-2 { width:80%; margin: 15px auto 10px auto;}
img.title-3 { width:80%; height:auto; margin: -141px auto 10px auto;}

.f01-rose { padding: 15px 0 30px 0; margin: 20px auto 40px auto; width:100%; background:url(../images/BG-f01.jpg) center top; border:none; box-shadow:none; border-radius:15px; min-width:none; max-width:none;}
.f02-sakura { padding: 15px 0 30px 0; margin: 20px auto 40px auto; width:100%; background:url(../images/BG-f02.jpg) center top; border:none; box-shadow:none; border-radius:15px; min-width:none; max-width:none;}
.f03-Calendula { padding: 15px 0 30px 0; margin: 20px auto 40px auto; width:100%; background:url(../images/BG-f03.jpg) center top; border:none; box-shadow:none; border-radius:15px; min-width:none; max-width:none;}
.f04-Lavender { padding: 15px 0 30px 0; margin: 20px auto 40px auto; width:100%; background:url(../images/BG-f04.jpg) center top; border:none; box-shadow:none; border-radius:15px; min-width:none; max-width:none;}
.f05-Jasmine { padding: 15px 0 30px 0; margin: 20px auto 40px auto; width:100%; background:url(../images/BG-f05.jpg) center top; border:none; box-shadow:none; border-radius:15px; min-width:none; max-width:none;}
.f06-gardenia { padding: 15px 0 30px 0; margin: 20px auto 40px auto; width:100%; background:url(../images/BG-f06.jpg) center top; border:none; box-shadow:none; border-radius:15px; min-width:none; max-width:none;}
.f07-Set { padding: 15px 0 30px 0; margin: 20px auto 40px auto; width:100%; background:url(../images/BG-f07.jpg) center top; border:none; box-shadow:none; border-radius:15px; min-width:none; max-width:none;}
.f09-orange { padding: 15px 0 30px 0; margin: 20px auto 0 auto; width:100%; background:url(../images/BG-f09.jpg) center top; border:none; box-shadow:none; border-radius:15px; min-width:none; max-width:none;}
.f10-sunflower { padding: 15px 0 30px 0; margin: 20px auto 0 auto; width:100%; background:url(../images/BG-f09.jpg) center top; border:none; box-shadow:none; border-radius:15px; min-width:none; max-width:none;}

.shop { background: url(../images/title-SHOP-M.jpg) no-repeat center top; padding:100px 0 10px 0; background-size:1000px auto;}
.shop .round_5p {
    margin: 0px auto 20px;
}
}