html,body { height: 100%; }

body{
  /* font-family: 'Noto Sans JP', sans-serif; */
}

.fontJP{
  font-family: 'Noto Sans JP', sans-serif; 
}

.fontzhTW{
  font-family: 'Noto Sans TC', sans-serif;
}

.dot::after {
  content: '';
  background-color: #eb6153;
  width: 10px;
  height: 10px;
  display: block;
}



.bg-57dce794 {
  background-color: #ededec;
}

.bg-57dce795 {
  background-color: #efcdb7;
}

.color-57dce795 {
  color: #eb6153;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(235, 97, 83)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn-57dce795 {
  color: #eb6153;
  border: 2px solid #eb6153;
  border-radius: 20px;
  padding: 6px 30px;
}

.btn-57dce795:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 205, 183, 0.25);
}

.btn-57dce795:hover {
  color: #efcdb7;
}

.textUnderLine {
  border-bottom: 2.5px solid #eb6153;
}

.layer6Foods {
  top: -31px;
  right: -11px;
  transform: rotate(20deg);
  width: 260px;
}

.colorWhite {
  color: #fff;
}



.fz-13px {
  font-size: 13px;
}
.fz-14px {
  font-size: 14px;
}
.fz-16px {
  font-size: 16px;
}
.fz-19px {
  font-size: 19px;
}

.fz-20px {
  font-size: 20px;
}

.fz-22px {
  font-size: 22px;
}
.fz-23px {
  font-size: 23px;
}

.fz-24px {
  font-size: 24px;
}

.fz-25px {
  font-size: 25px;
}


.fz-38px{
  font-size: 38px;
}

.fz-39px{
  font-size: 39px;
}

.fz-45px {
  font-size: 45px;
}



.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.z-100 {
  z-index: 100;
}

.navbar-57dce995 {
  background-color: rgba(255, 255, 255, 0.53);
}

.width-150px {
  width: 150px;
}
.width-190px {
  width: 190px;
}

.w-60px {
  width: 60px;
}

.h-150px{
  height: 150px;
}

.color-EB6153.color-EB6153.color-EB6153.color-EB6153{
  color: #EB6153;
}
.color-3E3A39.color-3E3A39.color-3E3A39.color-3E3A39{
  color: #3E3A39;
}
.color-4C4948.color-4C4948.color-4C4948.color-4C4948{
  color: #4C4948;
}
.color-2F2725.color-2F2725.color-2F2725.color-2F2725{
  color: #2F2725;
}
.color-595757.color-595757.color-595757.color-595757{
  color: #595757;
}
.color-AEADAD.color-AEADAD.color-AEADAD.color-AEADAD{
  color: #AEADAD;
}

.onverflow-hidden{
  overflow: hidden;
}

.trans-tranY--5{
  transform: translateY(-5px);
}
.trans-tranY--15{
  transform: translateY(-15px);
}
.trans-tranY--20{
  transform: translateY(-20px);
}

.lh-32{
  line-height: 32px;
}

.zi-0{
  z-index: 0;
}
.zi-1{
  z-index: 1;
}
.zi-2{
  z-index: 2;
}
.zi-3{
  z-index: 3;
}

.bgCommonSetting{
  background-repeat: no-repeat;
  background-size: Cover;
}

.fz-23px{
  font-size: 23px;
}

.ls-1-807px{
  letter-spacing: 1.807px;
}

a:hover{
    text-decoration: none;
}

a,
.readMore.readMore{
  font-size: 13px;
  color: #3E3A39;
  transition: color .3s ease;
  font-weight: 700;
}

a:hover,
.readMore:hover{
  color: #EB6153;
}

.transCenter{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
}

.px-175px{
  padding-left: 175px;
  padding-right: 175px;
}

.mt-20px{
  margin-top: 20px;
}

.trans-tranY--20-move.trans-tranY--20-move.trans-tranY--20-move.trans-tranY--20-move.trans-tranY--20-move:hover{
  transform: translateY(-20px);
  transition: all .3s ease;
}

.trans-rotate-3-tranY--20-move.trans-rotate-3-tranY--20-move.trans-rotate-3-tranY--20-move:hover{
  transform: translateY(-20px) rotate(3deg) !important;
  transition: all .5s ease;
}


/* swing */
.swing {
  animation: swing ease-in-out 3s infinite alternate;
  transform-origin: center -20px;
}

@keyframes swing {
  0% { transform: rotate(5deg); }
  100% { transform: rotate(-5deg); }
}


.swing2 {
  animation: swing2 ease-in-out 3s infinite alternate;
  transform-origin: center -20px;
}

@keyframes swing2 {
  0% { transform: rotate(-5deg); }
  100% { transform: rotate(5deg); }
}
/* swing */


/* rotate */
.rotateY{
  transition: transform 2.6s ease;
  /* transition: transform 2.6s cubic-bezier(0.19, 1, 0.22, 1); */
}
.rotateY:hover{
  transform: rotateY(1260deg);
}

.rotateYHover{
  transition: transform 2.6s ease;

  transform: rotateY(1260deg);
}

/* 線條特效 d*/
.testOIJFIDFJIDFJ::before{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #3B4043;
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.testOIJFIDFJIDFJ:hover::before{
  transform-origin: left;
  transform: scaleX(1);
}