/* ========================= [ base ] */
body,
div,
ul,
li,
p {
  margin: 0 auto;
  padding: 0;
}

ul {
  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;
}

.bt-purchase {
  position: relative;
}

.bt-purchase {
  transition: 0.5s;
}

.bt-purchase:hover {
  filter: brightness(1.5);
  /* transform: scale(1.05); */
}

.bt-purchase:hover {
  filter: brightness(1.5);
  /* transform: scale(1.05); */
}

    /*　for PC　*/
    
/* ========================= [ #page ] */

#page_pc {
  margin: 0;
  padding: 0;
  position: relative;
    display:block;
    overflow:hidden;
}
/* ===== #navi */
#page_pc .navi {
  position: relative;
  height: 45px;
  margin: 0;
  padding: 0 20px;
  /*border-bottom: 1px #000000 solid;*/
  background: #121212;
  z-index: 999;
}

#page_pc .navi .logo {
  float: left;
  width: 108px;
}

#page_pc .navi .logo img {
  float: left;
  margin-top: 7px;
}

#page_pc footer {
  position: fixed;
  /*transform: translate(34%, -160%);*/
  bottom: 0px;
  width: 100%;
  height: 1rem;
  background: #121212;
  padding: 10px 0;
  /*border-top: 1px #000000 solid;*/
  color: #fff;
  z-index: 20;
  font-size: 11px;
}

/* ============================================== [ 以上模版不可編輯] */

/* ============================================ [ 以下模版可進行編輯 ] */


/* ========================= [ #main_pc ] */

#page_pc .main_pc {
  background: url(bg_01.jpg) no-repeat top center;
  background-color: #111;
  min-width: 1020px;
}


/* ===== #head */
#page_pc .main_pc .head {
  min-width: 1020px;
  height: 1157px;
  overflow: hidden;
}

#page_pc .main_pc .head .logo {
  position: relative;
  margin-top: 365px;
  margin-left: 50px;
  width: 600px;
}

#page_pc .main_pc .head .slogan1 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 760px;
}

#page_pc .main_pc .head .slogan2 {
  position: relative;
  margin-top: -40px;
  margin-bottom: 0px;
  margin-left: 0px;
  animation: scaleDrew 3s ease-in-out infinite;
}

#page_pc .main_pc .head .cv-area0 {
  margin: 0 auto -20px auto;
  width: 100%;
  max-width: 1000px;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

#page_pc .main_pc .head .cv-area0 li {
  width: 40%;
  padding-left: 0px;
  padding-right: 0px;
}
#page_pc .main_pc .head .cv-area0 li img {
  width:99%;
}

/* ===== #section1 */
#page_pc .main_pc .section1 {
  background: url(bg_02.jpg) no-repeat top center;
  min-width: 1020px;
  height: 817px;
  overflow: hidden;
  padding-top: 15px;
}

#page_pc .main_pc .section1 .bunsyo {
  position: relative;
  max-width: 530px;
  margin-left: -620px;
}


/* ===== #section2 */
#page_pc .main_pc .section2 {
  background: url(bg_03.jpg) no-repeat top center;
  height: 632px;
  min-width: 1020px;
  overflow: hidden;
  /*padding-top: 66px;*/
}

#page_pc .main_pc .section2 .cv-area0 {
  margin: 0 auto -20px auto;
  width: 100%;
  max-width: 1000px;
  padding-top: 140px;
  display: flex;
  flex-wrap: wrap;
}

#page_pc .main_pc .section2 .cv-area0 li {
  width: 40%;
  padding-left: 0px;
  padding-right: 0px;
}
#page_pc .main_pc .section2 .cv-area0 li img {
  width:99%;
}

#page_pc .main_pc .cv-area0 {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
}

#page_pc .main_pc .cv-area0 li {
  width: 33%;
  max-width: 460px;
  min-width: 195px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 25px;
}

#page_pc .main_pc .cv-area0 li img {
    width:100%;
    max-width: 460px;
}

#page_pc .main_pc .head .bt-purchase {
  position: relative;
}

#page_pc .main_pc .bt-purchase {
  transition: 0.5s;
}

#page_pc .main_pc .bt-purchase:hover {
  filter: brightness(1.5);
  /* transform: scale(1.05); */
}

/* ===== --------Accordion------- */


@keyframes scaleDrew {
  /* 放大縮小比例*/
      0% {
        transform: scale(1);
      }
  
      25% {
        transform: scale(0.95);
      }
  
      50% {
        transform: scale(1);
      }
  
      75% {
        transform: scale(0.95);
      }
    }


