/* ========================= [ 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); */
}
/* ========================= [ #page ] */

#page {
  width: 100vw;
  margin: 0;
  padding: 0;
  position: relative;
}

/* ===== #navi */
#navi {
  width: 90%;
  height: 45px;
  position: relative;
  display: flex;
  margin: 0;
  padding: 2% 5% 0;
  background: #202020;
  z-index: 999;
}

#navi .logo {
 margin: auto;
}
#navi .logo img {
  width: 100%;
}

/* ===== #copy */

footer {
  position: relative;
  padding: 3% 0;
  width: 100%;
  font-size: 11px;
  background: #202020;
  /*border-top: 1px #000000 solid;*/
  color: #fff;
  z-index: 20;
}

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

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

/* ========================= [ #main ] */
#main {
  width: 100vw;
  background-color: #000000;
  /*background-image: url(page_bg.jpg);
  background-repeat: repeat;*/
  background-size: 100%;
  height: auto;
}

/* ===== #head */

.content {
  position: relative;
  padding-bottom: 0%;
}

.section1 {
  background-image: url(head_visual.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 142.3%;
}
  
.section2 {
  height: auto;
  background-image: url(section_01.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 0%;
  padding-bottom: 3.9%;
}

.section3 {
  height: auto;
  background-color: #000000;
  background-image: url(section_02.jpg);
  background-repeat: repeat;
  background-size: 100%;
}

.section4 {
  height: auto;
  background-color: #000000;
  background-image: url(end_visual.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 3%;
}
.content img {
  width: 100%;
}

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

.section2 .menu_list {
  width: 100%;
}

.section2 .menu_list li {
  width: 70%;
  display: inline-block;
}

.section4 .menu_list {
  width: 100%;
}

.section4 .menu_list li {
  width: 70%;
  display: inline-block;
}
