/* ========================= [ 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;
}

/* ========================= [ #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: #000;
  z-index: 999;
}

#navi .logo {
  width: 108px;
  height: 32px;
}
#navi .logo img {
  width: 100%;
  margin-top: 7px;
}

#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;
}

/* ===== #copy */
#copy {
  position: relative;
  height: 30px;
  margin-top: -30px;
  border-top: 1px #000000 solid;
  background: #202020;
  color: #ffffff;
  font-size: 11px;
  z-index: 10;
}

#content-wrap {
  padding-bottom: 1rem;
  /* Footer height */
}

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

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

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

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

/* ===== #head */
#main #head {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#main #head .slogan {
  position: relative;
  width: 100%;
}
#main #head .slogan img {
  position: relative;
  width: 100%;
}

#main #head .bt-purchase {
  width: 75%;
}

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

.section1 {
  background-image: url(head_visual.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  /*padding-top: 0%;*/
}
.button01 {
  position: relative;
  padding-top: 3%;
  padding-bottom: 7%;
  width: 55%;
  }
  
.button02 {
  position: relative;
  padding-top: 34.5%;
  margin-left: 43%;
  padding-bottom: 75.1%;
  width: 45%;
}

.button03 {
  position: relative;
  padding-top: 122.5%;
  padding-bottom: 124.5%;
  width: 86%;
}


.section2 {
  background-image: url(section_01.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.section3 {
  background-image: url(section_02.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 7%;

}

.section4 {
  background-image: url(section_03.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 218%;
}

.section5 {
  height: auto;
  background-image: url(page_bg.jpg);
  background-repeat: repeat;
  background-size: 100%;
}
.content img {
  width: 100%;
}

.cv-area {
  margin: 0 auto;
  width: 85%;
  padding-top: 5%;
}

.cv-area li {
  padding-bottom: 20px;
  z-index: 9999;
}

.section1 .menu_list1 {
  padding-top: 130%;
  padding-bottom: 1%;
  width: 100%;
}

.section1 .menu_list1 li {
  width: 49%;
  display: inline-block;
}

.section1 .menu_list2 {
  padding-bottom: 1%;
  width: 100%;
}

.section1 .menu_list2 li {
  width: 49%;
  display: inline-block;
}

.section1 .menu_list3 {
  width: 100%;
}

.section1 .menu_list3 li {
  width: 99%;
  display: inline-block;
}

.section3 .premium_list {
  margin-top: 10%;
  width: 90%;
}

.section3 .premium_list li {
  width: 45%;
  margin-left: 2%;
  padding-bottom: 10%;
  display: inline-block;
}

.section5 .menu_list1 {
  padding-bottom: 5%;
  width: 100%;
}

.section5 .menu_list1 li {
  width: 43%;
  margin-left: 1%;
  display: inline-block;
}
.notice {
  padding-bottom: 5%;
}
