@charset "UTF-8";
/* CSS Document */
/* 若有想寫新的 css 寫在此 */


/* variables */
:root {
    --menu-item-color-active: #fce8cb;
    --menu-item-count: 12;
    --menu-item-margin: 5px;
    --menu-item-border-width: 1px;
}

:target:before {
  content: "";
  display: block;
  height: 80px; /* fixed header height*/
  margin: -80px 0 0; /* negative fixed header height */
}

/* overwrite */
.main-menu a:active,
.main-menu a:hover,
.main-menu a:link,
.main-menu a:visited {
  color: unset;
}

/*** Main menu - 當畫面往下滾動時, 選單置頂 *********************/
/* main menu */
.main-menu-wrap {
  width: 100%;
  background: var(--body-background-color);
}

.main-menu {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  z-index: 99;
}

.main-menu-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: calc((100% - (var(--menu-item-margin) + var(--menu-item-border-width)) * 2 * var(--menu-item-count)) / var(--menu-item-count));
  aspect-ratio: 1 / 1;
  margin: var(--menu-item-margin);
  border: var(--menu-item-border-width) solid var(--menu-item-color-active);
  box-shadow: 0 0 0 2px #ffffff;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  z-index: 99;
  transition: all 0.5s ease-out;
}

.main-menu-item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.main-menu-item-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.main-menu-item-title {
  display: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  color: var(--menu-item-color-active);
}

/* hover effect */
.main-menu-item:hover {
  background: var(--menu-item-color-active);
}

.main-menu-item:hover,
.main-menu-item:hover .main-menu-item-link,
.main-menu-item:hover .main-menu-item-title {
  color: #313131;
}

.main-menu-item:hover .main-menu-item-image {
  display: none;
  opacity: 0;
}

.main-menu-item:hover .main-menu-item-title {
  display: block;
}

/* sticky */
.main-menu-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1041;
  transition: transform 1s ease-in;
}

.main-menu-sticky.main-menu-wrap {
  padding: 8px 0;
/*   box-shadow: 0 2px 2px rgba(0, 0, 0, .08),
              0 5px 5px rgba(0, 0, 0, .05),
              0 8px 8px rgba(0, 0, 0, .005); */
  box-shadow: 0 2px 2px rgba(0, 0, 0, .08),
              0 6px 4px rgba(0, 0, 0, .03);
}

.main-menu-sticky .main-menu-item {
  aspect-ratio: auto;
  border-color: rgba(137, 112, 101, .18);
  border-radius: 6px;
  box-shadow: none;
}

.main-menu-sticky .main-menu-item-link {
  padding: 12px 8px;
}

.main-menu-sticky .main-menu-item-image {
  display: none;
}

.main-menu-sticky .main-menu-item-title {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #000;
}

/*** other & overwrite *********************/
/* header */
.header-hidden {
  transform: translateY(-70px);
}

@media screen and (max-width: 767px) {
  /* overwrite M 版下方menu */
  .bbbar {
    display: none;
  }

  /** menu **/
  .main-menu-sticky.main-menu-wrap {
    padding: 6px 0;
  }
  .main-menu {
    overflow-x: scroll;
  }

  .main-menu-item {
    flex: none;
    width: auto;
    aspect-ratio: auto;
    border-color: rgba(137, 112, 101, .18);
    border-radius: 6px;
    box-shadow: none;
  }

  .main-menu-sticky .main-menu-item-link,
  .main-menu-item-link {
    padding: 8px;
  }

  .main-menu-item-image {
    display: none;
  }

  .main-menu-item-title {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #000;
  }
}

/* back to top */
.back-to-top-wrap {
  display: none;
}

.back-to-top {
  right: 0;
}

.back-to-top-text {
  margin-bottom: 0;
  font-weight: bold;
}

.back-to-top-text,
.back-to-top-text a:active,
.back-to-top-text a:hover,
.back-to-top-text a:link,
.back-to-top-text a:visited {
  color: #fff;
}

.back-to-top-show {
  display: block !important;
}

.effect{
  position: relative;
}
.effect .money{
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  /* animation: bounce-in-right 1.1s both; */
}

.effect .woman{
  /* display: block; */
  position: absolute;
  top: 55%;
  left: 9%;
}

.effect .man{
  /* display: block; */
  position: absolute;
  top: 47%;
  left: 75%;
}

.pic-transform img:hover{
  transform:scale(1.03,1.03);
}






.introduce {

  display: flex;
  position: relative;
  justify-content:space-between;
  flex-direction: row-reverse;
  background-image: url(../../images/bn1-2-bg.png);
  height: 484px; 
    
}

.tag {
  padding: 8px 52px;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 55px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 46px;
  color: white;
 /* background-color: #808b69;*/
  font-weight : 800;  
}

.introduce > a {
  width: fit-content;
}

.image {
 display: flex;
  position: relative;
  justify-content:space-between;    
  width: 80%;
  object-fit: contain; 
}

.content2 {
  margin-top: 110px;
  margin-left: 120px;
  text-align: left;

    padding: 0px 15px 0px 0px;    
}

.txt{
      font-size: 24px;
}

.title2{
      color: red;
}




/* 購買按鈕*/
.buy-button {
  margin-top: 20px;
  display: block;
  width: fit-content;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #915036;
  color: #fff;
  font-size: 20px;
  border: none;
  border-radius: 99px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

  .text {
    transform: translate(-50%, -50%); /* 将文字居中放置在圆形中心 */
    position: relative;
    top: 35%;
    left: 75%;
    width: 100%; /* 保证文字在圆形内部不换行 */
    text-align: center; /* 居中文字 */
    font-family: "Microsoft JhengHei";
    line-height: 1.5;
    color:#ffee00;
  }
  .price {
    display: inline-block;
    position: absolute;
    top:332px;
    background-image: url(../../images/tag.png);
    width:auto;
    height: 192px;
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right 0px;
  }
  
  .buy-button:hover {
    background-color: #000;
  }
  
  .buy-button:focus {
    outline: none;
  }

  @media screen and (max-width: 767px){
    .introduce {
      justify-content: initial;
      flex-direction: column;
      background-image: none;
      height: initial;
    }
  
    .tag {
    /*  display: none; */
      padding: 5px 36px;
      border-top-left-radius: 0px;
      border-bottom-right-radius: 35px;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 22px;
      color: white;
     /* background-color: #808b69;*/
      font-weight : 800;  
    
    }

    .content2 {
      margin-top: initial;
      margin-left: initial;
      text-align: left;
     margin-bottom: 20px;
    }
  }

  .s1 {
    font-size: 36pt;
    
    font-family: "Brush Script Std";
    color: #ee0000;
  }
 .content3 { 
	 background:url(../../images/pd-background.png) repeat;
	 background-size: 100% auto;
	 border-radius: 8rem 8rem 0 0;
	 width: 200px;
	 height: 250px;
	 margin: 0 auto;
	 margin-bottom: 30px;
  }
  .txt3{
        text-align: center; /* 居中文字 */
        color:#fff;
        padding: 10px 20px 10px 20px;
        border-radius:30px;
  }

  .image3 {
      max-width: 300px;
      height:220px;
      margin: auto;
      display: flex;
      align-items: center;
      flex-direction: column;
      padding-top: 40px;
    }


@media screen and (max-width:767px) {
.introduce { 
  display: flex;
  flex-wrap: wrap;
  width:auto; 
  padding: 2px 14px 0px 20px;
  gap: 0px;
  box-sizing: border-box; 
  }

.title2{
	font-weight: 800;
	left: 75%;
	color:red;
	font-family: "Microsoft JhengHei";
	line-height: 3.0rem;
	padding: 0px;	
	font-size: 2.7rem;
    
  }
	
.txt{
	text-align: left; /* 文字對齊 */
	color:#000;
	padding: 0px;
	line-height: 2.5rem;
	font-size: 1.5rem;	  
  }

.image {
      max-width: 400px;
      height:150px;
    /*  margin: auto; */
      display: flex;
      align-items: center;
      flex-direction: row;
    }

 .content3 { 
	 background:url(../../images/) repeat;
	 background-size: 70% auto;
	 border-radius: 8rem 8rem 0 0;
	 width: 450px;
	 height: 230px;
	 margin: 0 auto;
	 margin-bottom: 0px;
  }	
  .txt3{
        text-align: center; /* 居中文字 */
        color:#fff;
        padding: 5px;
	font-size: 1.3rem;
  }	
  .image3 {
      max-width: 350px;
      height:120px;
      margin: auto;
      display: flex;
      align-items: center;
      flex-direction: column;
      padding-top: 0px;
    }	
}















	
}

 
