/**思源宋體**/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
body {
	font-family: futura-pt,"微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
	height: 100%;
	width: 100%;
	background-color: transparent;
    background-image: url("../images/bg_250623.jpg");
    background-size: contain;
    text-align: center;
}
.top-without-brand {
    padding-bottom: 9%;
}

/*font size*/


.event_wrap {
    width: 100%;
    height: 100%;
}
a {
	color: #fff;
}
/*kv*/

.kv_wrapper {
	width: 100%;
}
.kv {
	display: block;
}
.mkv {
	display: none;
}
/*discount*/
.discountBox {
    position: relative;
    width: 75%;
    margin: -12vw auto 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    box-sizing: border-box;
    padding-top: 0;
}
.discountBox ul li {
	list-style: none;
}
.discountBox__default {
    position: relative;
    text-align: left;
    width: 21%;
    margin: 0;
    padding: 2%;
    background-size: contain;
    background-repeat: no-repeat;
}
/*.discountBox_text {
    color: #000;
    font-size: 1.7em;
    font-weight: 600;
    line-height: 1.5vw;
    margin-top: 0.6vw;
}
.discountBox_text a{
	text-decoration: underline;
	color: #f95c83;
}
.discountBox_text a:hover{
	color: #010066;
}*/
.discountbg1 {
    background-image: url(../images/event_20250623_1.png);
    padding: 9.5% 0vw 11% 0;
    background-size: 100%;
    text-align: center;
}
.discountbg2 {
    background-image: url("../images/event_20250623_2.png");
    padding: 9.5% 0vw 11% 0;
    background-size: 100%;
    text-align: center;
}
.discountbg3 {
    background-image: url("../images/event_20250623_3.png");
    padding: 9.5% 0vw 11% 0;
    background-size: 100%;
    text-align: center;
}
.discountbg4 {
    background-image: url("../images/event_20250623_4.png");
    padding: 9.5% 0vw 11% 0;
    background-size: 100%;
    text-align: center;
}
/*.discountBox_day {
    color: #000;
    font-size: 1.05em;
    font-weight: 600;
    margin: -1.5vw auto 0.5vw;
}*/
.discount_btn img {
    margin: 12% -25% auto;
    width: 50%;
    position: absolute;
}
.discount_btn img:nth-of-type(2):hover{
	opacity:0;
}
.infoBtn img {
    margin-top: 3.6vw;
}
.event_title {
    color: #fff;
    font-size: 1.8em;
    font-weight: 900;
}

/*******************
pop-up
*******************/

/***** popup's controler *****/

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: opacity 200ms;
	visibility: hidden;
	opacity: 0;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}
/***** popup's appearance *****/

/* Modal */

.pop-modal {
	background-color: rgba(0, 0, 0, .65);
	display: none;
	overflow: auto;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 10%;
}
.pop-modal_title2 {
    margin: 2% auto auto 6%;
    font-weight: 600;
    font-size: 1.1em;
    color: #877164;
}
.pop-modal_sec li {
    margin-left: 11% !important;
    list-style: disc !important;
    color: #ab25e1;
}
/* Modal Content */

.modal-content {
	position: relative;
	top: 0px;
	width: 600px;
	margin: 0 auto;
	background-color: #434343;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.modal-animated-in {
	animation: totop-in .3s ease;
}
.modal-animated-out {
	animation: totop-out .3s ease forwards;
}
.modal-header {
    background-color: #464fd6;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
}
.modal-content .close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #05c399;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}
.modal-content .close:hover {
	background-color: #000;
	color: #fff;
}
.modal-header h3 {
    color: #fff;
    /* text-shadow: 1px 0px rgb(255 255 255); */
    font-weight: bolder;
    font-size: 20px;
}
/* Modal Body */
.modal-body {
    padding: 20px 27px 20px 20px;
    line-height: 30px;
    font-size: 15px;
    color: #000;
    background-color: #fff;
}
.modal-body h3 {
	font-size: 18px;
}
.modal-body-inner {
	overflow-y: auto;
	height: 350px;
	padding: 0 40px 0 40px;
}
.modal-body-inner hr {
	width: 97%;
}
.modal-body-inner h3 {
	margin-bottom: 5px;
	/* color: #edff00; */
}
.modal-body-inner::-webkit-scrollbar-track {
	background-color: #dfdddd;
}
.modal-body-inner::-webkit-scrollbar {
	width: 5px;
	background-color: white;
}
.modal-body-inner::-webkit-scrollbar-thumb {
    background-color: #000;
}
.modal-body ul, ol {
	margin: 0;
	padding: 0;
    text-align: left;
    list-style-type: decimal ;
}

.modal-body ul li {
    margin-left: 1rem;
    list-style-type:disc;
}

.modal-body a {
    color: #e8326f;
}
.modal-body a:hover {
	color: #15b306;
	transition: all .2s linear;
}
.modal-body-text-wrap {
	margin-bottom: 20px;
}
.modal-body-text {
	font-size: 15px;
}
.modal-body-text-wrap h5 {
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 0.6rem;
}
.modal-body-text-wrap p {
    color: #777;
    font-size: 0.8rem;
    line-height: 1.2;
    text-align: left;
}
.modal-body-text-wrap h6 {
    color: #c4902c;
    font-size: 17px;
	text-decoration: underline;
}
/* Modal Footer */

.modal-footer {
	background-color: #656464;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
}
/*sidenav*/
.menu {
	position: fixed;
	z-index: 29;
}
.menu img{
	margin-bottom: -2.5%;
}
.menu__style {
    background-color: #fb660c;
    text-align: center;
}
.menu ul li {
	font-size: 1.1em;
    font-weight: 600;
    opacity: 1 !important;
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid #fff;
    line-height: 2.4em;
    width: 85%;
}
.menu ul li a{
	filter: none;
}
.menu ul li:hover {
    color: #f1fa06;
}
/*.menu>img {
        filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .8));
    }*/
/* hide sidenav 黏人精*/
.lazyload {
    margin-bottom: -1.5%;
    display: block;
}
.lazyload_m{
	display: none;
}
#sidebar {
	transition: all 300ms linear;
}
#sidebar.active {
	right: -800px;
	/* -200px */
}
#sidebar .toggle-btn {
    position: fixed;
    right: 0px;
    cursor: pointer;
   /* border: 1px solid #fff;*/
    border-radius: 5px;
    background-color: #04c398;
}
/* 收合導覽黏人精*/
#sidebar .toggle-btn span {
    display: block;
    width: 30px;
    height: 90px;
    color: #fff;
    margin: 1px 0px;
    padding: 1px 0;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
}
/*toTop*/
.toTop-arrow {
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    opacity: 0.8;
    background: #04c398;
    color: #fff;
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding-top: 5px;
    z-index: 999;
}
.toTop-arrow::before, .toTop-arrow::after {
    width: 10px;
    height: 3px;
    border-radius: 5px;
    top: 10px;
    background: #fff;
    position: absolute;
    content: "";
}
.toTop-arrow::before {
	transform: rotate(-45deg) translate(0, -50%);
	left: 1.1rem;
}
.toTop-arrow::after {
	transform: rotate(45deg) translate(0, -50%);
	right: 1.1rem;
}
.toTop-arrow:focus {
	outline: none;
}

/* scroll Menu */
#section-menu {
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 3000;
	text-transform: uppercase;
	-webkit-transition: all ease 0.1s;
	transition: all ease 0.1s;
}
#section-menu.freeze {
	right: -112px;
}
.touch #section-menu {
	display: none;
}
#section-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#section-menu a {
	float: right;
	clear: both;
	display: block;
	height: 2em;
    line-height: 2em;
    font-weight: 600;
	text-decoration: none;
	padding: 0 16px;
	background: #0101a1; /* #1212eed1; */
	color: #ffea06eb; /* #ffea06eb; */
	white-space: nowrap;
	-webkit-transition: all ease 0.1s;
	transition: all ease 0.1s;
}
#section-menu.freeze a {
	float: none;
	width: 128px;
}
#section-menu a:hover{
    background: #04041fd7; /*  */
    color: #fff;
	font-size: 1.2em;
}
#section-menu a span {
	display: none;
	font-weight: 700;
	position: relative;
	width: 48px;
	left: -16px;
	text-align: center;
	background: rgba(0,0,0,0.1); /* #fafd4a*/
}
#section-menu a.active {
    background:#428152; /* #fff821; */
    font-size: 1.2em;
    font-weight: 700;
    color:#fff; /* #fff821; */
}
#section-menu.freeze a span {
	display: inline-block;
}
#section-menu a.active span {
	display: inline-block;
    background:#12772b; /* 040493 #000; */
    color:#fff821; /* #ffff0b; */
}
#section-menu a.active span:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	background: rgba(255,255,255,0.25);
}
#section-menu.freeze a.active span:before {
	display: none;
}

/*浮動動畫*/
.float_A{
	-webkit-animation: light2 5s infinite;
    -moz-animation: light2 5s infinite;
    -ms-animation: light2 5s infinite;
    -o-animation: light2 5s infinite;
    animation: light2 5s infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate;
}
@-webkit-keyframes light2{
0% {transform:translateY(35px);}
50% {transform:translateY(20px);}
100% {transform:translateY(35px);}
}

@-moz-keyframes light2{
0% {transform:translateY(35px);}
50% {transform:translateY(20px);}
100% {transform:translateY(35px);}
}

@-o-keyframes light2{
0% {transform:translateY(35px);}
50% {transform:translateY(20px);}
100% {transform:translateY(35px);}
}

@keyframes light2{
0% {transform:translateY(35px);}
50% {transform:translateY(20px);}
100% {transform:translateY(35px);}
}
.float_B{
	-webkit-animation: light3 5s infinite;
    -moz-animation: light3 5s infinite;
    -ms-animation: light3 5s infinite;
    -o-animation: light3 5s infinite;
    animation: light3 5s infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate;
}
@-webkit-keyframes light3{
0% {transform:translateY(30px);}
50% {transform:translateY(60px);}
100% {transform:translateY(30px);}
}

@-moz-keyframes light3{
0% {transform:translateY(30px);}
50% {transform:translateY(60px);}
100% {transform:translateY(30px);}
}

@-o-keyframes light3{
0% {transform:translateY(30px);}
50% {transform:translateY(60px);}
100% {transform:translateY(30px);}
}

@keyframes light3{
0% {transform:translateY(30px);}
50% {transform:translateY(60px);}
100% {transform:translateY(30px);}
}
/*動畫結束*/

.DB_title {
    width: 43%;
    margin: 10% auto 3vw;
}
.DB_item {
    width: 72%;
    margin: 0 auto;
}
.DB_item a {
    display: inline-flex;
    width: 20%;
    margin: 1%;
}
.DB_item a:hover{
	transform: scale(1.03);
	filter:saturate(1.5);
	transition: all .2s linear;
}
.classic_title {
    display: block;
    width: 22%;
    margin: 4% auto 2%;
}
.shopBtn a img {
    margin: 0 -5%;
    width: 11%;
    position: absolute;
}
.shopBtn a img:nth-of-type(2):hover{
	opacity:0;
}

/*天空藍底*/
/*.SB_wrap {
    background-image: url("../images/bg_SB.jpg");
    background-size: contain;
    text-align: center;
    padding-bottom: 9%;
}
.SB_title {
    width: 24%;
    margin: 4% auto 2%;
}
.SB_item {
    width: 86%;
    margin: 0 auto;
}
.SB_item a {
    display: inline-flex;
    width: 18%;
    margin: 1% 1%;
}
.SB_item a:hover{
	transform: rotate(5deg);
	transition: all .1s linear;
	-webkit-filter: saturate(180%); /* Safari */
    /*filter: saturate(150%);
}*/
/*慢時光盲盒*/
.slow_mg {
    margin-top: -4%;
}
/*JELLYCAT*/
.ticket__area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65%;
    margin: auto;
}

.ticket__wrap{
	display: flex;
    justify-content: center;
	align-items: center;
}
.ticket__box {
    position: relative;
    margin-bottom: -13px;
    margin-right: -3px;
    padding: 5%;
}

.ticket__box img:hover{
    transform: scale(1.03); 
    transition: all 0.2s;
}
.ticket__box__four{
	display: flex;
    justify-content: center;
	align-items: center;
}
.box__four {
    position: relative;
    margin-bottom: -3px;
    margin-right: -2px;
    padding: 0.5%;
}

.box__four img:hover{
	filter: brightness(1.1);
    transform: scale(1.03); 
    transition: all 0.2s;
}

.summer-bodycare-block {
    display: flex;
    flex-direction: column; /* 垂直排列 */
}

.ssb_block {
    display: flex; /* 使用flexbox */
    align-items: center; /* 垂直置中 */
    justify-content: flex-start; /* 靠左對齊 */
    margin-bottom: 20px; /* 區塊之間的間距 */
}

.ssb_subtitle {
    position: relative;
    width: 60%;
    margin: auto;
    display: block;
    height: 60px;
}

.ssb_subtitle img{
    position: absolute;
    left: 0;
    width: fit-content;
    display: inline-block; /* 使標題圖片為行內塊元素 */
    vertical-align: middle; /* 垂直置中 */
}

.see-all {
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block; /* 使按鈕為行內塊元素 */
    margin-left: 10px; /* 按鈕與標題之間的間距 */
    background-color: #000; /* 按鈕背景顏色 */
    color: white; /* 按鈕文字顏色 */
    padding: 8px 16px; /* 按鈕內邊距 */
    font-size: 0.8rem;
    text-decoration: none; /* 去掉下劃線 */
    border-radius: 5rem; /* 按鈕圓角 */
}

.tab-container {
    margin: 20px 0; /* 上下邊距 */
}

.tab-header {
    display: flex; /* 使用flexbox排列標籤 */
    justify-content: center;
    margin-bottom: 2rem;
}

.tab-button {
    border-radius: 10rem;
    font-size: 1.5rem;
    background-color: rgba(255, 255, 255, 0.5); /* 標籤背景顏色 */
    border: none; /* 去掉邊框 */
    color: #4b53c5;
    padding: 15px 30px; /* 內邊距 */
    cursor: pointer; /* 鼠標指針 */
    margin-right: 10px; /* 標籤之間的間距 */
}

.tab-button.active {
    background-color: #4b53c5; /* 活動標籤的背景顏色 */
    color: white; /* 活動標籤的文字顏色 */
}

.tab-content {
    display: none; /* 隱藏所有內容 */
}

.tab-content.active {
    display: block; /* 顯示活動內容 */
}


#summerAtHomeBlock {
    margin-bottom: 3rem;
}

#middayRelaxBlock {
    margin-bottom: 3rem;
}

#parentingEssentialsBlock {
    margin-bottom: 4rem;
}

#legoBrandBlock {
    margin-bottom: 4rem;
}