/* ========================= [ base ] */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0 auto;
  padding: 0;
}

ul,
ol,
dl {
  list-style: none;
}

img {
  vertical-align: bottom;
}

body {
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Helvetica Neue', Arial, sans-serif;
}

.bigbox {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: calc(100vh - 75px);
    overflow: hidden;
    z-index: 10;
    border-top: 1px solid black;
}
@media screen and (max-width:375px) {
    .bigbox {
        max-width: calc(60vh - 75px);
    }
}
.arrow-icon {
width: 10px;
height: 10px;
margin-right: 2px;
background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='60px' height='80px' viewBox='0 0 80 100' xml:space='preserve'%3E%3Cpolyline fill='none' stroke='%23FFFFFF' stroke-width='10' stroke-linecap='round' stroke-linejoin='round' points='0.375 0.375 45.63 38.087 0.375 75.8 '/%3E%3C/svg%3E");
background-size: contain;
background-repeat: no-repeat;
display: inline-block;
}
.body {
background: repeating-linear-gradient(
    90deg,
    #000,
    #000 10px,
    #111 10px,
    #111 20px
);
}
.fixd-btn {
background: #f879ac;
background: repeating-linear-gradient(
    65deg,
    #f879ac,
    #f879ac 10px,
    #f76aa3 10px,
    #f76aa3 20px
);
}
.bottom-btn {
margin: 50px 0;
width: min(360px, 100%);
background: #f879ac;
background: repeating-linear-gradient(
    65deg,
    #f879ac,
    #f879ac 10px,
    #f76aa3 10px,
    #f76aa3 20px
);
box-shadow: 0px 12px 24px rgba(233, 89, 200, 0.64);
transition: all 0.3s ease-in-out 0s;
cursor: pointer;
outline: none;
position: absolute;
z-index: 2;
animation: border 1.5s infinite steps(1, end);
}

.bottom-btn::before {
content: "";
border-radius: 1000px;
min-width: calc(100% + 12px);
min-height: calc(100% + 12px);
border: 6px solid #f76aa3;
box-shadow: 0 0 60px rgba(255, 0, 212, 0.64);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0;
transition: all 0.3s ease-in-out 0s;
}

.bottom-btn:hover,
.bottom-btn:focus {
transform: translateY(-6px);
animation: none;
}

.bottom-btn:hover::before,
.bottom-btn:focus::before {
opacity: 1;
}

.bottom-btn::after {
content: "";
width: 100%;
height: 100%;
border-radius: 100%;
border: 6px solid #f6a7c7;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: ring 1.5s infinite;
}

.bottom-btn:hover::after,
.bottom-btn:focus::after {
animation: none;
display: none;
}

@keyframes ring {
0% {
    width: 30px;
    height: 30px;
    opacity: 1;
}
100% {
    width: min(300px, 100vw);
    height: min(300px, 100vw);
    opacity: 0;
}
}
@keyframes border {
0% {
    border-bottom-width: 4px;
    border-right-width: 4px;
}
50% {
    border-bottom-width: 8px;
    border-right-width: 8px;
}
100% {
    border-bottom-width: 4px;
    border-right-width: 4px;
}
}

.shimmer {
color: white;

background: #acacac -webkit-gradient(linear, 100% 0, 0 0, from(#acacac), color-stop(0.5, #ffffff), to(#acacac));

background-position: -4rem top; /*50px*/
background-repeat: no-repeat;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-size: 4rem 100%; /*50px*/
animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
0% {
    background-position: -4rem top; /*50px*/
}

70% {
    background-position: 16rem top; /*200px*/
}

100% {
    background-position: 16rem top; /*200px*/
}
}
.animate-float {
animation: float 2s infinite ease-in-out;
}
.animate-scale {
animation: scale 2s infinite ease-in-out;
}
@keyframes scale {
0% {
    transform: scale(1);
}
50% {
    transform: scale(1.05);
}
100% {
    transform: scale(1);
}
}
@keyframes float {
0% {
        transform: translateY(0);
}
50% {
        transform: translateY(10px);
}
100% {
        transform: translateY(0);
}
}
@keyframes scale {
0% {
        transform: scale(1);
}
50% {
        transform: scale(1.1);
}
100% {
        transform: scale(1);
}
}
.delay-1 {
animation-delay: 0.3s;
}
.delay-2 {
animation-delay: 0.6s;
}
.delay-3 {
animation-delay: 0.9s;
}


.logo_banner {
  width: 100%;
  background-color: #FB7995;
  display: flex;
}

.logo_banner .logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px;
  z-index: 999;
}
.logo_banner .logo p {
  margin: auto;
}
.logo_banner .logo p img {
  max-width: 80px;
}

.logo_banner .banners {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banners .banner_large img {
  margin: auto;
  height: 100%;
}
.banners .banner_small {
  display: none;
}

@media screen and (max-width: 900px) {
  .logo_banner {
    height: auto;
  }
  .logo_banner .logo {
    height: auto;
  }
  .banners {
    height: auto;
  }
  .banners .banner_small {
    display: block;
  }
  .banners .banner_large {
    display: none;
  }
  .banners a img {
    max-height: 55px;
  }
}


/* ======== #navi ========*/
#navi {
    width: 100%;
    height: 45px;
    position: relative;
    display: flex;
    margin: 0;
    padding: 10px;
    background: #ffffff;
    z-index: 999;
  }
  
  #navi .logo {
   margin: auto;
  }
  #navi .logo img {
    width: 90px;
  }
  
  #navi .head-navi {
    float: right;
    height: 15px;
    font-size: 13px;
    margin: 8px 0 0;
  }
  
  #navi .head-navi li {
    display: inline;
    font-size: 13px;
    padding: 0 10px;
    border-right: 1px #333 solid;
  }
  
  #navi .head-navi li:last-child {
    border: none;
  }

  .banner{
    width: 100%;
    height: auto;
    background-color: #FB7995;
  }
  .banner a img{
    margin: auto;
    height: 100%;
  }
  .banner .banner_small{
    display: none;
  }
  @media screen and (max-width:680px) {
    .banner{
      height: auto;
    }
    .banner .banner_small{
      /* display: block; */
    }
    .banner .banner_large{
      display: none;
    }
    .banner a img{
      max-height: 70px;
    }
  }
  /*=====Footer=====*/
footer {
    position: relative;
    padding: 1% 0;
    width: 100%;
    font-size: 11px;
    background: #000000;
    /*border-top: 1px #000000 solid;*/
    color: #fff;
z-index: 20;
}

/*======= main ========*/
.main {
    min-height: 100vh;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bg {
    width: 100%;
    pointer-events: none;
}

.bgbg {
    width: 100%;
    pointer-events: none;
}

.bgbgbg {
    /* position: absolute; */
    width: 100%;
    pointer-events: none;
    top: 0%;
}

.slidingpic {
    /* padding-bottom: 108.5%; */
}

/*=======Floating========*/
.float1 {
    position: absolute;
    pointer-events: none;
    top: 68%;
    left: 45%;
    bottom: 0%;
    width: 14%;
    z-index: 0;
    animation: scale 2s infinite ease-in-out;
}

.float2 {
    position: absolute;
    pointer-events: none;
    width: 44%;
    top: 5%;
    left: 1%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    animation-delay: 2.3s !important;
    animation: float 2s infinite ease-in-out;
}

.floatlink {
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.float3 {
    position: absolute;
    pointer-events: none;
    object-fit: contain;
    width: 16%;
    height:  calc(100% + 50px);
    top: -10%;
    left: 77%;
    right: 0%;
    bottom: 0%;
    z-index: 11;
    animation-delay: 0.6s !important;
    animation: float 2s infinite ease-in-out;
}
@media screen and (max-width:794px) {
    .float3{
        height:  calc(100% + 20px);
        top: -9%;
    }
}
@media screen and (max-width:400px) {
    .float3{
        height:  calc(100% + 10px);
    }
}

.title1 {
    width: 80%;
    top: 0%;
    left: 0%;
    animation: scale 2s infinite ease-in-out;
}

.title2 {
    position: absolute;
    pointer-events: none;
    width: 50%;
    top: 49.36%;
    left: 9%;
    animation: float 4s infinite ease-in-out;
}

.button01 {
    position: absolute;
    width: 70%;
    z-index: 9;
    left: 16%;
    right: 50%;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    top: 88%;
}

.word {
    position: absolute;
    pointer-events: none;
    width: 60%;
    top: 6%;
    bottom: 0%;
    left: 6%;
    animation-delay: 0.3s;
    animation: float 2s infinite ease-in-out;
}

/*=======Slider========*/
.slider1 {
    overflow: hidden;
    /* margin-top: -50vh; 註解*/
    padding-top: 0.75rem;
    padding-bottom: 2rem;
    z-index: 10;
}

.photobanner {
    display: flex;
    flex-direction: row;
    animation: bannermove 38s linear infinite;
    }
    
    @keyframes bannermove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(
        calc(max(calc(846px * -4), calc(57.649vh * -4)) - 96px),
        0
        );
    }
    }

.sliderbox {
    max-height: 40vh;
    object-fit: cover;
    border-radius: 1.5rem;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    --tw-shadow-color: #fff;
    --tw-shadow: var(--tw-shadow-colored);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.part2 {
    width: 350px;
    height: 150px;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /* padding-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem; */
    max-width: calc(126vh - 64px);
    overflow: hidden;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
}

.nameof {
    position: absolute;
    z-index: 12;
    text-align: center;
    --tw-text-opacity: 1;
    top: 0%;
    color: hsl(0, 0%, 100%);
}

.part2 a {
    width: 100%;
    height: 100px;
    font-size: 50px;
    line-height: 100px;
    font-weight: 900;
    color: white;
    border-radius: 30px;
    text-align: center;
    background-color: rgb(238, 63, 159);
    background-image: linear-gradient(45deg, rgb(216, 41, 137) 25%, transparent 25%, transparent 75%, rgb(216, 41, 137) 75%, rgb(216, 41, 137)), linear-gradient(-45deg, rgb(216, 41, 137) 25%, transparent 25%, transparent 75%, rgb(216, 41, 137) 75%, rgb(216, 41, 137));
    background-size: 25px 25px;
}

.part2 span {
    animation: jump .3s ease-in infinite;
    display: inline-block;
}


.button02 {
    position: relative;
    padding: 0%;
    top: 10%;
    width: 80%;
    margin-top: 12%;
    left: 50%;
    transform: translate(-50%, -30%);
    justify-content: center;
    align-items: center;
    flex-direction: row;
    display: flex;
    /* transition-duration: 300ms; */
    /* transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); */
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.infobox {
    padding-top: 1.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    column-gap: 1rem;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    display: grid;
    grid-auto-flow: column;
    --tw-text-opacity: 1;
    color: #ffffff;
    --tw-bg-opacity: 1;
    background-color: #000000;
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

@media screen and (min-width: 768px) {
.infobox {
    grid-template-rows: auto;
}
}

/* Add */
.add{
    max-width: calc(100vh - 75px);
    width: 100%;
    background-color: #2b2b2bbe;
    border-radius: 10px;
    padding: 5px 0px;
    color: white;
    font-weight: bold;
    font-size: 26px;
    position: sticky;
    bottom: 0px;
    margin-bottom: 10px;
    z-index: 100;
    text-align: center;
    background-color: rgba(69, 209, 211, 1);
    background-image: linear-gradient(45deg, rgba(83, 218, 220, .8) 55%, transparent 25%, transparent 75%, rgba(83, 218, 220, .8) 75%, rgba(83, 218, 220, .8)), linear-gradient(-45deg, rgba(83, 218, 220, .8) 25%, transparent 25%, transparent 75%, rgba(83, 218, 220, .8) 75%, rgba(83, 218, 220, .8));
    background-size: 25px 25px;
}
.add .bigTitle span{
    display: inline-block;
    animation: jump .3s ease-in infinite;
}
.add .smallTitle{
    font-size: 18px;
}

@keyframes jump {
    0% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(5px);
    }
}

.box {
    max-width: calc(100vh - 75px);
    width: 100%;
    position: sticky;
    bottom: 0px;
    z-index: 100;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
  }
  .pc-img {
    display: block;
  }
  .pad-img {
    display: none;
  }
  
  .fixed-area1 {
    width: 100%;
    /* margin-bottom: 10px; */
    /* background-color: #f6a7c7; */
    /* background-color: #00bee9; */
    /* padding: 2px 10px; */
    align-items: center;
    z-index: 15;
    filter: drop-shadow(0px 0px 4px rgb(250, 250, 167));
    /* padding-right: 5px; */
  
    transition: transform 0.3s ease;
  }
  .fixed-area1:hover {
    transform: translateY(-10px); /* 放大 10% */
    z-index: 9999;
  }
  /* 這是新補上去的html */
  .control {
    padding-right: 0.5px !important;
    padding-left: 1px !important;
  }
  .control-1 {
    padding-left: 0.5px !important;
    padding-right: 1px !important;
  }
  /* 以上這是新補上去的html */
  
  .fixed-area1 img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
  @media screen and (max-width: 550px) {
    .fixed-area1 {
      margin-bottom: 0;
      /* margin-bottom: 10px; */
      border-radius: 10px;
      /* padding-right: 10px; */
    }
    .fixed-area1:hover {
      transform: none; /* 放大 10% */
      z-index: 9999;
    }
  }
  
  @media screen and (max-width: 550px) {
    .box {
      /* flex-direction: column; */
      gap: 0;
      /* padding: 10px; */
      padding-bottom: 0px;
    }
    /* 這是新補上去的 */
    .pad-img {
      /* padding-right: 3px; */
      display: block;
    }
    .pc-img {
      /* padding-left: 3px; */
      display: none;
    }
    /* 以上 */
  }
  