@charset "UTF-8";
.fixd_btn {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

* {
  font-size: 15px;
  font-weight: normal;
}

html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-y: scroll;
}

.scroll-touch {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.img-responsive {
  width: 100%;
}

.space {
  display: inline-block;
  width: 100%;
}

.hss {
  height: 15px;
}

.hxs {
  height: 30px;
}

.hsm {
  height: 60px;
}

.hmd {
  height: 100px;
}

.text_main {
  color: #a23d27;
}

.text_small {
  font-size: 85%;
}

.page_wrapper {
  position: relative;
}

.hp_title {
  width: 240px;
  height: 110px;
  display: inline-block;
  background-image: url(../images/title1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: -9999px;
}

@media screen and (max-width: 992px) {
  .hp_title {
    height: 130px;
  }
}

@media screen and (max-width: 992px) {
  .hp_title {
    height: 100px;
  }
}

.hp_subtitle {
  color: #541c13;
  font-size: 1.2em;
  line-height: 1.7em;
  letter-spacing: 1px;
}

@media screen and (max-width: 1024px) {
  .hp_subtitle {
    line-height: 1.5em;
  }
}

@media screen and (max-width: 450px) {
  .hp_subtitle {
    font-size: 1em;
  }
}

@media screen and (max-width: 375px) {
  .hp_subtitle {
    font-size: 0.9em;
  }
}

.hp_btn {
  background-image: url(../images/btn_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}

.fixd_btn {
  max-width: 150px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 5;
  opacity: 0;
}

@media screen and (max-width: 450px) {
  .fixd_btn {
    max-width: 100%;
    right: 0;
    bottom: 0;
  }
}

.fixd_btn.active {
  opacity: 1;
}

.fixd_btn.relatived {
  position: relative;
}

.top_kv {
  position: relative;
}

.top_kv .top_bar {
  padding: 10px;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-box-shadow: 0 5px 10px #331a1a;
          box-shadow: 0 5px 10px #331a1a;
}

@media screen and (max-width: 992px) {
  .top_kv .top_bar {
    position: relative;
  }
}

.top_kv .top_bar img {
  max-width: 110px;
}

.top_kv .kv_icon {
  position: absolute;
  left: 0;
  bottom: 40px;
  max-width: 500px;
}

@media screen and (max-width: 1024px) {
  .top_kv .kv_icon {
    bottom: 25px;
    max-width: 450px;
  }
}

@media screen and (max-width: 992px) {
  .top_kv .kv_icon {
    max-width: 100%;
    width: 100%;
    bottom: 0;
    display: block;
  }
}

.section_part {
  background-image: url(../images/bg_slice.jpg);
  background-repeat: repeat-y;
  background-size: contain;
}

@media screen and (max-width: 992px) {
  .section_part {
    background-image: url(../images/m_bg_slice.jpg);
  }
}

.section_part .box {
  background-image: url(../images/box1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0px 45px;
  padding: 0 30px;
  position: relative;
}

@media screen and (max-width: 992px) {
  .section_part .box {
    background-image: url(../images/m_box_repeat.png);
    background-repeat: repeat-y;
    padding: 0px;
    margin: 70px auto;
  }
}

@media screen and (max-width: 450px) {
  .section_part .box {
    margin: 30px 10px;
  }
}

@media screen and (max-width: 992px) {
  .section_part .box:before {
    content: '';
    background-image: url(../images/m_box_top.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 50px;
    width: 100%;
    position: relative;
    top: -49px;
  }
}

@media screen and (max-width: 450px) {
  .section_part .box:before {
    top: -24px;
  }
}

@media screen and (max-width: 992px) {
  .section_part .box:after {
    content: '';
    background-image: url(../images/m_box_bottom.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 50px;
    width: 100%;
    position: relative;
    bottom: -40px;
  }
}

@media screen and (max-width: 450px) {
  .section_part .box:after {
    bottom: -20px;
  }
}

.section_part .box_pass {
  background-image: url(../images/box2.png);
  padding-bottom: 0px;
}

@media screen and (max-width: 992px) {
  .section_part .box_pass {
    background-image: url(../images/m_box_repeat.png);
  }
}

@media screen and (max-width: 992px) {
  .section_part .sec_bank .sec_title {
    margin-top: -110px;
  }
}

@media screen and (max-width: 450px) {
  .section_part .sec_bank .sec_title {
    margin-top: -90px;
  }
}

.section_part .sec_bank .hp_subtitle {
  position: relative;
}

.section_part .sec_bank .hp_subtitle:after {
  content: '';
  background-image: url(../images/m_man.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 992px) {
  .section_part .sec_bank .hp_subtitle:after {
    width: 105px;
    height: 160px;
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 17px;
  }
}

@media screen and (max-width: 450px) {
  .section_part .sec_bank .hp_subtitle:after {
    width: 95px;
    height: 160px;
    display: inline-block;
    position: absolute;
    top: 50px;
    right: -11px;
  }
}

@media screen and (max-width: 375px) {
  .section_part .sec_bank .hp_subtitle:after {
    width: 80px;
    height: 160px;
    display: inline-block;
    position: absolute;
    top: 40px;
    right: -12px;
  }
}

@media screen and (max-width: 450px) {
  .section_part .sec_bank .hp_subtitle {
    margin: 20px 20px 0px;
  }
}

.section_part .sec_pass .hp_title {
  background-image: url(../images/title2.png);
}

@media screen and (max-width: 992px) {
  .section_part .sec_pass {
    margin-top: 50px;
  }
}

@media screen and (max-width: 992px) {
  .section_part .sec_pass .sec_title {
    margin-top: -150px;
    padding: 0 55px;
  }
}

@media screen and (max-width: 450px) {
  .section_part .sec_pass .sec_title {
    margin-top: -125px;
    padding: 0 25px;
  }
}

@media screen and (max-width: 450px) {
  .section_part .sec_pass p {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 992px) {
  .section_part .step_part {
    padding: 0 8%;
  }
}

@media screen and (max-width: 450px) {
  .section_part .step_part {
    padding: 0 5%;
  }
}

.section_part .step_part .step_item {
  width: 20%;
  float: left;
  padding: 20px 0px;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .section_part .step_part .step_item {
    width: 50%;
  }
}

.section_part .step_part .step_item img {
  max-width: 200px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .section_part .step_part .step_item img {
    max-width: 170px;
  }
}

@media screen and (max-width: 992px) {
  .section_part .step_part .step_item img {
    max-width: 200px;
  }
}

@media screen and (max-width: 450px) {
  .section_part .step_part .step_item img {
    max-width: 80%;
  }
}

@media screen and (max-width: 450px) {
  .section_part .step_part .step_item img {
    margin: 0 auto 20px;
  }
}

.section_part .step_part .step_item .step_no {
  color: #fff;
  letter-spacing: 1px;
  font-size: 0.8em;
  padding: 2px 15px 1px;
  display: inline-block;
  background: #567154;
  border-radius: 10px;
  margin-bottom: 20px;
}

.section_part .step_part .step_item p {
  font-size: 0.9em;
}

@media screen and (max-width: 1024px) {
  .section_part .step_part .step_item p {
    font-size: 0.8em;
  }
}

.section_part .step_part .step_item:nth-child(1) img {
  margin-left: 20%;
}

@media screen and (max-width: 992px) {
  .section_part .step_part .step_item:nth-child(1) img {
    margin-left: 25%;
  }
}

.section_part .step_part .step_item:nth-child(2) img {
  margin-left: 10%;
}

@media screen and (max-width: 992px) {
  .section_part .step_part .step_item:nth-child(2) img {
    margin-left: 20%;
  }
}

@media screen and (max-width: 450px) {
  .section_part .step_part .step_item:nth-child(2) img {
    margin-left: 15%;
  }
}

.section_part .step_part .step_item:nth-child(3) img, .section_part .step_part .step_item:nth-child(4) img {
  margin-left: 3%;
}

@media screen and (max-width: 992px) {
  .section_part .step_part .step_item:nth-child(3) img, .section_part .step_part .step_item:nth-child(4) img {
    margin-left: 18%;
  }
}

@media screen and (max-width: 450px) {
  .section_part .step_part .step_item:nth-child(3) img, .section_part .step_part .step_item:nth-child(4) img {
    margin-left: 10%;
  }
}

@media screen and (max-width: 992px) {
  .section_part .step_part .step_item:last-child {
    width: 100%;
    padding: 0px;
  }
}

@media screen and (max-width: 992px) {
  .section_part .step_part .step_item:last-child img {
    margin-left: 25%;
    max-width: 300px;
  }
}

@media screen and (max-width: 450px) {
  .section_part .step_part .step_item:last-child img {
    margin-left: 18%;
    max-width: 60%;
    margin-bottom: 0;
  }
}

.section_part .flow_part > div:first-child img {
  max-width: 630px;
  margin: 24px 50px;
}

@media screen and (max-width: 1024px) {
  .section_part .flow_part > div:first-child img {
    max-width: 600px;
    margin: -20px 15px 0 15px;
  }
}

@media screen and (max-width: 992px) {
  .section_part .flow_part > div:first-child img {
    max-width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 450px) {
  .section_part .flow_part > div:first-child img {
    max-width: 90%;
  }
}

.section_part .flow_part > div:last-child img {
  max-width: 235px;
  margin: 24px 0px 0px 0px;
}

@media screen and (max-width: 1024px) {
  .section_part .flow_part > div:last-child img {
    max-width: 222px;
    margin: -18px auto 0px;
  }
}

@media screen and (max-width: 992px) {
  .section_part .flow_part > div:last-child img {
    max-width: 40%;
    margin: 50px auto 0;
  }
}

.section_part .main_btn {
  display: block;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .section_part .main_btn {
    margin-bottom: -160px;
    position: relative;
    z-index: 2;
  }
}

@media screen and (max-width: 450px) {
  .section_part .main_btn {
    margin-bottom: -140px;
  }
}

.section_part .main_btn img {
  max-width: 450px;
  margin: 0 auto;
}

.section_part .main_btn_2 {
  display: block;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .section_part .main_btn_2 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 992px) {
  .section_part .main_btn_2 {
    margin-bottom: -135px;
    margin-top: 0px;
    position: relative;
    z-index: 2;
  }
}

@media screen and (max-width: 450px) {
  .section_part .main_btn_2 {
    margin-bottom: -60px;
    bottom: -20px;
  }
}

.section_part .main_btn_2 .moreBtn {
  font-size: 1.5em;
  font-weight: bold;
  padding: 7px 60px;
  display: inline-block;
  border-radius: 50px;
  -webkit-box-shadow: 0 10px 15px #40130e;
          box-shadow: 0 10px 15px #40130e;
  margin-bottom: 40px;
  background-image: url(../images/CTA_bg.png);
  background-size: cover;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 992px) {
  .section_part .main_btn_2 .moreBtn {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 450px) {
  .section_part .main_btn_2 .moreBtn {
    font-size: 1.3em;
    font-weight: bold;
    padding: 5px 45px;
  }
}

.hami_event {
  list-style-type: none;
  padding: 5px 15px 0px;
  margin-bottom: 0px;
}

@media screen and (max-width: 1024px) {
  .hami_event {
    padding: 5px 0px 0px;
  }
}

@media screen and (max-width: 992px) {
  .hami_event {
    padding: 0px 30px;
  }
}

@media screen and (max-width: 450px) {
  .hami_event {
    padding: 0px 10%;
  }
}

.hami_event .red {
  color: #a23d27;
}

.hami_event .small {
  font-size: 80%;
}

.hami_event li {
  margin-left: 28%;
  font-size: 1.1em;
  line-height: 1.8em;
  margin-bottom: 30px;
  position: relative;
  color: #474747;
}

@media screen and (max-width: 1024px) {
  .hami_event li {
    margin-left: 22%;
  }
}

@media screen and (max-width: 450px) {
  .hami_event li {
    margin-left: 25%;
    font-size: 0.8em;
    margin-bottom: 15px;
  }
}

.hami_event li:before {
  content: '';
  color: #fff;
  padding: 2px 20px;
  letter-spacing: 1px;
  display: inline-block;
  background: #c7a280;
  border-radius: 20px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -65%;
}

@media screen and (max-width: 1024px) {
  .hami_event li:before {
    margin-left: -70%;
  }
}

@media screen and (max-width: 992px) {
  .hami_event li:before {
    margin-left: -74%;
  }
}

@media screen and (max-width: 450px) {
  .hami_event li:before {
    margin-left: -82%;
    letter-spacing: 0;
    padding: 2px 10px;
  }
}

@media screen and (max-width: 375px) {
  .hami_event li:before {
    margin-left: -85%;
  }
}

.hami_event li:nth-child(1):before {
  content: '活動期間';
}

.hami_event li:nth-child(2):before {
  content: '活動對象';
}

.hami_event li:nth-child(3):before {
  content: '活動內容';
}

.hami_event li:last-child {
  margin-bottom: 0px;
}

.hami_event li .text_main {
  font-size: 1.1em;
  font-weight: bold;
}

ol.parenthesis {
  list-style-type: none;
  counter-reset: sectioncounter;
  text-indent: -1.3em;
  padding-left: 1.5em;
}

ol.parenthesis li:before {
  content: "(" counter(sectioncounter) ")";
  counter-increment: sectioncounter;
  margin-right: 0.3em;
}

.index_arr {
  max-width: 70px;
  position: absolute;
  position: fixed;
  top: 90vh;
  left: 50%;
  margin-left: -50px;
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .index_arr {
    display: none !important;
  }
}

.index_arr.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.sec_note {
  color: #fce6be;
}

.sec_note .note_title {
  font-size: 1.6em;
  letter-spacing: 2px;
  display: block;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.sec_note .note_title:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #fce6be transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 25px;
}

.sec_note .note_title.active:after {
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #fce6be transparent;
}

.sec_note.note {
  height: 400px;
  overflow: hidden;
}

.sec_note.note_op {
  height: auto;
  overflow: visible;
  padding-bottom: 50px;
}

.sec_note .main_note {
  padding-left: 20px;
}

.sec_note li {
  font-size: 0.9em;
  line-height: 1.7em;
}

.open_note {
  position: absolute;
  width: 100%;
  height: 150px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 30%, rgba(255, 255, 255, 0) 100%);
  bottom: 0px;
}

.open_note .open_note_btn {
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}

.open_note .open_note_btn p {
  text-align: center;
  color: #2f89ca;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
}

.open_note .open_note_btn p:nth-child(2) {
  display: none;
}

.open_note .open_note_btn::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #2f89ca;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: -10px;
  left: 44%;
}

.open_note_active {
  background: none;
}

.open_note_active .open_note_btn p:nth-child(1) {
  display: none;
}

.open_note_active .open_note_btn p:nth-child(2) {
  display: block;
}

.open_note_active .open_note_btn::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #2f89ca;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  bottom: -15px;
  left: 40%;
}

@media screen and (max-width: 375px) {
  .hide_370 {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */