@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap");
body, html {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
}

body {
  background: url(../images/form-bg.gif) repeat-y center top;
  font-family: "Noto Sans TC", "微軟正黑體", Arial, serif;
  font-weight: 400;
}

input:focus {
  outline: none;
}

#footer {
  position: relative;
  background-color: #abb0af;
  color: white;
  font-size: 13px;
  line-height: 1.2;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}
#footer p {
  margin: 0;
}

.scroll-top {
  position: absolute;
  top: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 76px;
}

.logo-box {
  display: inline-block;
}
.logo-box div {
  display: inline-block;
  margin-right: 14px;
}

.btn-menu {
  float: right;
}

.container {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .container {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 700px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .container {
    width: 800px;
    margin-top: -70px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1360px) {
  .container {
    width: 1360px;
  }
}

#wrap > .container {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #wrap > .container {
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  #wrap > .container {
    padding-top: 100px;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 200;
}
@media (max-width: 768px) {
  #header {
    padding: 10px;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  #header .logo {
    width: 40px;
  }
  #header .logo-simbol {
    width: 55px;
  }
  #header .btn-menu {
    width: 40px;
    margin-top: 10px;
  }
  #header img {
    width: 100%;
  }
}

.ico-tel {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../images/ico-tel-white.png) no-repeat 0 0;
  background-size: contain;
}
@media (max-width: 414px) {
  .ico-tel {
    width: 27px;
    height: 22.8px;
  }
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.85);
}

.lb-close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 34px;
  height: 34px;
  background: url(../images/x.png) no-repeat 0 0;
  background-size: contain;
  cursor: pointer;
}
@media (min-width: 992px) {
  .lb-close {
    top: -40px;
    right: -40px;
  }
}

.remodal {
  position: relative;
  border-radius: 8px;
}

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 800px;
  }
}
.remodal-wrapper {
  padding-top: 60px;
}

.modal-title {
  color: #987067;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.modal-group {
  margin-bottom: 30px;
}
.modal-group h3 {
  margin: 0;
}
.modal-group h4 {
  color: #987067;
  text-align: left;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.modal-group p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  margin: 0;
}
.modal-group ol {
  list-style: disc;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

@media only screen and (min-width: 1200px) {
  .remodal {
    max-width: 1020px;
  }
}
.btn-tel {
  border-radius: 40px;
  background-color: #86e0bb;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 380px;
}
@media (min-width: 992px) {
  .btn-tel {
    font-size: 25px;
  }
}
.btn-tel a {
  display: inline-block;
  vertical-align: middle;
  color: white;
  text-decoration: none;
}
.btn-tel i {
  display: inline-block;
  margin-right: 10px;
  border-right: 1px solid #fff;
  padding-right: 16px;
}

.store-list {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .store-list {
    margin-bottom: 60px;
  }
}
.store-list .title {
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}
.store-list .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #676767;
  z-index: 1;
}
.store-list .title img {
  background-color: #f5f6f3;
  position: relative;
  z-index: 2;
}
.store-list .item {
  color: #796060;
  font-size: 18px;
  line-height: 1.5;
}
.store-list .item .col {
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media (min-width: 768px) {
  .store-list .item .col {
    padding: 10px 40px;
  }
}
@media (min-width: 992px) {
  .store-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .store-list .item .col {
    -webkit-box-flex: 33.3%;
        -ms-flex: 33.3%;
            flex: 33.3%;
  }
  .store-list .item .col:nth-child(1) {
    border-right: 4px solid #fff;
  }
  .store-list .item .col:nth-child(2) {
    border-right: 4px solid #fff;
  }
}
.store-list .storebox {
  margin-bottom: 30px;
}
.store-list .msg {
  color: #696969;
  font-size: 15px;
  line-height: 1.5;
}
.store-list .group .item:nth-child(1) .col {
  background-color: #faded3;
}
.store-list .group .item:nth-child(3) .col {
  background-color: #f0ede6;
}

#fixed-btns {
  position: fixed;
  top: 50%;
  right: 10px;
  width: 70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 200;
}
@media (max-width: 768px) {
  #fixed-btns {
    bottom: 20px;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
}
#fixed-btns img {
  width: 100%;
}
@media (min-width: 768px) {
  #fixed-btns {
    width: 99px;
  }
}
#fixed-btns a {
  cursor: pointer;
}

#se1 {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 50px;
  background: url(../images/m_se1-bg.gif) no-repeat center top;
  background-size: cover;
}
@media (min-width: 768px) {
  #se1 {
    padding-top: 120px;
    padding-bottom: 100px;
    background: url(../images/se1-bg.gif) no-repeat center top;
  }
}
@media (min-width: 1200px) {
  #se1 {
    padding-top: 187px;
    padding-bottom: 100px;
  }
}

.video-group .video {
  margin-left: 13.1578947368vw;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
  .video-group .video {
    margin-left: 19.0104166667vw;
  }
}
@media (min-width: 1200px) {
  .video-group .video {
    margin-left: 365px;
  }
}
.video-group .video img {
  display: block;
  width: 100%;
}
.video-group .video .img {
  position: relative;
}
.video-group .video .img.hide {
  opacity: 0;
  visibility: hidden;
}
.video-group .video .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/se1-border.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 10;
  cursor: pointer;
}
.video-group .video .img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 77px;
  height: 77px;
  background: url(../images/se1-video-player.png) no-repeat center;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.video-group .video:hover::after {
  -webkit-transform: scale(1.05) translateX(-50%) translateY(-50%);
          transform: scale(1.05) translateX(-50%) translateY(-50%);
}
.video-group .img {
  position: relative;
  z-index: 1;
}
.video-group .iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.video-group .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-group .video-title {
  background: url(../images/se1-title-bg.gif) repeat center;
  background-size: covecr;
  margin-top: -30px;
  width: 59.1666666667vw;
  height: 31.6666666667vw;
  padding: 50px 3.3333333333vw 3.3333333333vw 6.6666666667vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.video-group .video-title h3 {
  color: white;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: "Noto Serif TC", "微軟正黑體", Arial, serif;
  position: relative;
  margin: 0;
}
@media (min-width: 768px) {
  .video-group .video-title h3 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .video-group .video-title h3 {
    font-size: 30px;
  }
}
.video-group .video-title h3::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  vertical-align: middle;
  margin-left: 5px;
}
.video-group .video-title img {
  max-width: 70%;
}
@media (min-width: 768px) {
  .video-group .video-title {
    margin-left: 0;
    margin-top: -12.65625vw;
    padding-left: 30px;
    width: 29.1666666667vw;
    height: 20.8333333333vw;
    padding: 2.0833333333vw;
    padding-right: 13.0208333333vw;
  }
  .video-group .video-title img {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .video-group .video-title {
    margin-top: -243px;
    width: 560px;
    height: 330px;
    padding: 40px;
  }
}

#se2 {
  width: 100%;
  padding-bottom: 30px;
  background: #fff url(../images/se2-bg.jpg) no-repeat center top;
  background-size: auto 150px;
  background-position: center top;
}
@media (min-width: 576px) {
  #se2 {
    background-size: 100% auto;
    background-position: center top;
  }
}
@media (min-width: 1200px) {
  #se2 {
    background-size: 1400px auto;
    background-position: center top;
  }
}
@media (min-width: 1360px) {
  #se2 {
    background-size: 1920px auto;
    background-size: auto;
  }
}
#se2 .container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #se2 .container {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  #se2 .container {
    padding-left: 55px;
    padding-right: 55px;
    margin-bottom: 150px;
  }
}
#se2 .title {
  margin-bottom: 30px;
  padding-top: 40px;
}
@media (min-width: 1200px) {
  #se2 .title {
    margin-bottom: 70px;
    padding-top: 80px;
  }
}
#se2 .title img {
  max-width: 861px;
  width: 100%;
}

.photo-list .photo-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
@media (min-width: 576px) {
  .photo-list .photo-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .photo-list .photo-row {
    margin-left: -27px;
    margin-right: -27px;
    margin-bottom: 70px;
  }
}
.photo-list .photo-item {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .photo-list .photo-item {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .photo-list .photo-item {
    padding-left: 27px;
    padding-right: 27px;
  }
}
.photo-list .main {
  padding-left: 15px;
  padding-right: 15px;
}
.photo-list img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.photo-list h3 {
  color: #86e0bb;
  font-size: 25px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Noto Serif TC", "微軟正黑體", Arial, serif;
}
.photo-list h3::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #86e0bb;
}
@media (min-width: 768px) {
  .photo-list h3 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .photo-list h3 {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
.photo-list p {
  color: #696969;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .photo-list p {
    font-size: 18px;
  }
}

#se3 {
  width: 100%;
  padding-bottom: 30px;
  background: url(../images/se3-bg.jpg) no-repeat center top, url(../images/se3-bg2.gif) repeat-y center top;
  background-size: 130% auto, 120% auto;
}
@media (min-width: 576px) {
  #se3 {
    background-size: 100% auto, 100% auto;
    background-position: center top;
  }
}
@media (min-width: 1200px) {
  #se3 {
    background-size: 100% auto, 1400px auto;
    background-position: center top;
  }
}
@media (min-width: 1360px) {
  #se3 {
    background-size: 100% auto, 1920px auto;
    background-size: auto;
  }
}
#se3 .container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #se3 .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  #se3 .container {
    padding-left: 55px;
    padding-right: 55px;
  }
}
#se3 .title {
  margin-bottom: 30px;
  padding-top: 40px;
}
#se3 .title img {
  max-width: 100%;
}
@media (min-width: 1200px) {
  #se3 .title {
    margin-bottom: 70px;
    padding-top: 80px;
  }
}

.point-list {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .point-list {
    margin-bottom: 165px;
  }
}
.point-list img {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 1360px) {
  .point-list img {
    margin-bottom: 40px;
  }
}
.point-list .point-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1200px) {
  .point-list .point-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media (min-width: 1360px) {
  .point-list .point-row {
    margin-left: -22.5px;
    margin-right: -22.5px;
  }
}
.point-list .point-item {
  padding: 0 15px;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}
.point-list .point-item img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .point-list .point-item {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .point-list .point-item {
    padding: 0 22.5px;
    -webkit-box-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
  }
}
.point-list p {
  padding-left: 22px;
  position: relative;
  margin: 0;
  color: #696969;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .point-list p {
    font-size: 20px;
  }
}
.point-list p::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #f0aca1;
}

.container-group {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1200px) {
  .container-group {
    margin-bottom: 130px;
    max-width: 1360px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.container-group:last-child {
  margin-bottom: 0;
}

.comparison-title, .store-title {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .comparison-title, .store-title {
    margin-bottom: 75px;
  }
}
.comparison-title img, .store-title img {
  max-width: 100%;
}

.comparison-list {
  margin-left: -15px;
  margin-right: -30px;
}
@media (min-width: 576px) {
  .comparison-list {
    margin-left: auto;
    margin-right: auto;
  }
}
.comparison-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 992px) {
  .comparison-list .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.comparison-list .first-td {
  -webkit-box-flex: 90px;
      -ms-flex: 90px;
          flex: 90px;
  min-width: 90px;
  max-width: 90px;
  margin-top: 50px;
}
@media (min-width: 576px) {
  .comparison-list .first-td {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .comparison-list .first-td {
    -webkit-box-flex: 130px;
        -ms-flex: 130px;
            flex: 130px;
    min-width: 130px;
    max-width: 130px;
    margin-top: 60px;
  }
}
@media (min-width: 1360px) {
  .comparison-list .first-td {
    -webkit-box-flex: 180px;
        -ms-flex: 180px;
            flex: 180px;
    min-width: 180px;
    max-width: 180px;
    margin-top: 60px;
  }
}
.comparison-list .first-td .td {
  background-color: #c89079;
  color: white;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  padding: 20px 10px;
  border: 2px solid #fff;
  width: 100%;
  height: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 576px) {
  .comparison-list .first-td .td {
    height: 230px;
  }
}
@media (min-width: 992px) {
  .comparison-list .first-td .td {
    font-size: 19px;
  }
}
@media (min-width: 1360px) {
  .comparison-list .first-td .td {
    font-size: 25px;
  }
}
.comparison-list .first-td .td:nth-child(1) {
  border-radius: 30px 0 0 0;
}
.comparison-list .first-td .td:last-child {
  border-radius: 0 0 0 30px;
}
.comparison-list .first-td .td h3 {
  margin: 0;
  word-break: break-all;
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.comparison-list .first-td .td small {
  font-size: 12px;
}
@media (min-width: 992px) {
  .comparison-list .first-td .td small {
    font-size: 14px;
  }
}
@media (min-width: 1360px) {
  .comparison-list .first-td .td small {
    font-size: 16px;
  }
}
.comparison-list .body-td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.comparison-list .body-td.desktop {
  display: none;
}
@media (min-width: 992px) {
  .comparison-list .body-td.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.comparison-list .body-td.mobile {
  display: block;
}
@media (min-width: 992px) {
  .comparison-list .body-td.mobile {
    display: none;
  }
}
.comparison-list .body-td .group {
  -webkit-box-flex: 33.3%;
      -ms-flex: 33.3%;
          flex: 33.3%;
}
.comparison-list .body-td .group:nth-child(1) .th:nth-child(1) {
  border-radius: 30px 0 0 0;
}
.comparison-list .body-td .group:last-child .th:nth-child(2) {
  border-radius: 0 30px 0 0;
}
.comparison-list .body-td .group:last-child .group-body:last-child .td:nth-child(2) {
  border-radius: 0 0 30px 0;
}
.comparison-list .group-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
}
.comparison-list .group-header .th {
  -webkit-box-flex: 176px;
      -ms-flex: 176px;
          flex: 176px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  height: 50px;
  background-color: #b0d0b7;
  border: 2px solid #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 576px) {
  .comparison-list .group-header .th {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .comparison-list .group-header .th {
    font-size: 20px;
  }
}
@media (min-width: 1360px) {
  .comparison-list .group-header .th {
    font-size: 25px;
  }
}
.comparison-list .group-body .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comparison-list .group-body .td {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  color: #796060;
  font-size: 15px;
  line-height: 1.4;
  background-color: #f0ede6;
  height: 176px;
  border: 2px solid #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 576px) {
  .comparison-list .group-body .td {
    font-size: 17.5px;
    height: 226px;
  }
}
@media (min-width: 992px) {
  .comparison-list .group-body .td {
    font-size: 18px;
  }
}
@media (min-width: 1360px) {
  .comparison-list .group-body .td {
    font-size: 20px;
  }
}

.note-list {
  color: #696969;
  font-size: 18px;
  line-height: 1.5;
}
.note-list ol {
  padding-left: 25px;
}
.note-list ol li {
  margin-bottom: 5px;
}
.note-list .note-title {
  position: relative;
  font-size: 22px;
  padding-top: 0;
  margin: 0;
}
.note-list .note-title span {
  background-color: #fff;
  padding: 5px;
  padding-right: 10px;
  position: relative;
  z-index: 2;
}
.note-list .note-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #696969;
  z-index: 1;
}

.body-td.mobile {
  position: relative;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.swiper {
  position: relative;
  overflow: hidden;
}

.swiper-button-next, .swiper-button-prev {
  color: #d0d0d0 !important;
}

.swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: 20;
}

.swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 20;
}

.about-modal {
  background: url(../images/lb-top-bg.png) no-repeat left top, url(../images/lb-bottom-bg.jpg) no-repeat right bottom;
  background-color: #fff;
  background-size: 100% auto, 100% auto;
}

.lb-box-content {
  width: 100%;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .lb-box-content {
    padding-top: 65px;
    adding-bottom: 40px;
    width: 700px;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .lb-box-content {
    width: 910px;
  }
}

.about-title {
  border-bottom: 1px solid #d4d7d6;
  padding-bottom: 24px;
  margin-bottom: 24px;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}
.about-title img {
  max-width: 80%;
}
@media (min-width: 768px) {
  .about-title img {
    max-width: 100%;
  }
}

.about-intro {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .about-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 690px;
  }
}
.about-intro .pic {
  text-align: center;
}
@media (min-width: 768px) {
  .about-intro .pic {
    -webkit-box-flex: 310px;
        -ms-flex: 310px;
            flex: 310px;
    max-width: 310px;
  }
}
.about-intro .pic img {
  display: inline-block;
  max-width: 100%;
}
.about-intro .desc {
  color: #767676;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .about-intro .desc {
    padding-top: 0;
    padding-left: 30px;
  }
}
.about-intro p {
  margin-bottom: 40px;
  margin-top: 0;
}

.about-timeline {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 33px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .about-timeline {
    padding-left: 0;
  }
}
.about-timeline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  margin-left: -6px;
  width: 14px;
  height: 14px;
  background: url(../images/lb-about-arrow.png) no-repeat center;
  z-index: 1;
}
@media (min-width: 768px) {
  .about-timeline::after {
    left: 50%;
    margin-left: -7px;
  }
}
.about-timeline::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 20px;
  width: 2px;
  bottom: 15px;
  background-color: #86e0bb;
  z-index: 1;
}
@media (min-width: 768px) {
  .about-timeline::before {
    margin-left: -1px;
    left: 50%;
  }
}
.about-timeline .timeline {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #86e0bb;
  margin-left: -3px;
}
@media (min-width: 768px) {
  .about-timeline .timeline {
    margin: 0 auto;
  }
}
.about-timeline .time-zone {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  text-align: left;
}
.about-timeline .time-zone.first {
  padding-top: 60px;
}
.about-timeline .time-zone .date {
  margin-left: -25px;
}
@media (min-width: 768px) {
  .about-timeline .time-zone {
    text-align: center;
  }
  .about-timeline .time-zone.right {
    padding-left: 50%;
  }
  .about-timeline .time-zone.right .date span {
    margin-left: -20px;
  }
  .about-timeline .time-zone.right .time-desc {
    text-align: left;
  }
  .about-timeline .time-zone.left {
    padding-right: 50%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: auto;
  }
  .about-timeline .time-zone.left .date {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .about-timeline .time-zone.left .date span {
    margin-right: -70px;
  }
  .about-timeline .time-zone.left .time-desc {
    text-align: right;
  }
}
.about-timeline .time-zone .date {
  -webkit-box-flex: 70px;
      -ms-flex: 70px;
          flex: 70px;
  max-width: 70px;
  min-width: 70px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
@media (min-width: 768px) {
  .about-timeline .time-zone .date {
    text-align: center;
  }
}
.about-timeline .time-zone .date span {
  padding: 5px;
  background-color: #fff;
  font-family: Helvetica, Arial, sans-serif;
}
.about-timeline .time-zone .time-desc {
  color: #796060;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  -webkit-box-flex: 310px;
      -ms-flex: 310px;
          flex: 310px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about-timeline .date {
  color: #86e0bb;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  font-family: Helvetica, Arial, sans-serif;
}

.about-store .title {
  margin-bottom: 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .about-store .title {
    padding-left: 30px;
  }
}
.about-store .storebox .item {
  font-size: 16px;
  text-align: left;
}
.about-store .store-list .item .col:nth-child(1) {
  -webkit-box-flex: 33%;
      -ms-flex: 33%;
          flex: 33%;
}
.about-store .store-list .item .col:nth-child(2) {
  -webkit-box-flex: 42%;
      -ms-flex: 42%;
          flex: 42%;
}
.about-store .store-list .item .col:nth-child(3) {
  -webkit-box-flex: 25%;
      -ms-flex: 25%;
          flex: 25%;
}
.about-store .msg {
  text-align: left;
}

#kv {
  margin-top: 60px;
  cursor: -webkit-grab;
  cursor: grab;
}
@media (min-width: 768px) {
  #kv {
    margin-top: 0;
  }
}

.kv-box {
  height: 145.8333333333vw;
  width: 100%;
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
  overflow: hidden;
}
.kv-box .desktop {
  display: none;
}
.kv-box .mobile {
  display: block;
}
@media (min-width: 992px) {
  .kv-box {
    height: 48.9583333333vw;
  }
  .kv-box .desktop {
    display: block;
  }
  .kv-box .mobile {
    display: none;
  }
}

.kv-1 {
  background: url(../images/m_kv_01_bg.jpg) no-repeat center bottom;
  background-size: cover;
}
@media (min-width: 992px) {
  .kv-1 {
    background: url(../images/kv_01_bg.jpg) no-repeat center bottom;
  }
}
.kv-1 img {
  max-width: 100%;
}
.kv-1 .kv-1-peo {
  position: absolute;
  bottom: 39.1666666667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 64.0833333333vw;
  height: 91.5vw;
  z-index: 10;
}
@media (min-width: 992px) {
  .kv-1 .kv-1-peo {
    bottom: 2.2395833333vw;
    left: 50%;
    -webkit-transform: translateX(-55%);
            transform: translateX(-55%);
    width: 32.5520833333vw;
    height: 45vw;
  }
}
.kv-1 .kv-1-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-40%);
          transform: translateX(-50%) translateY(-40%);
  width: 100vw;
  height: 96.0833333333vw;
  z-index: 1;
}
@media (min-width: 992px) {
  .kv-1 .kv-1-title {
    -webkit-transform: translateX(-46.5%) translateY(-55%);
            transform: translateX(-46.5%) translateY(-55%);
    width: 71.6666666667vw;
    height: 30.3125vw;
  }
}
.kv-1 .kv-1-title img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.kv-1 .kv-1-title img:nth-child(1) {
  position: relative;
}

.kv-2 {
  background: url(../images/m_kv_02.jpg) no-repeat center top;
  background-size: cover;
}
@media (min-width: 992px) {
  .kv-2 {
    background: url(../images/kv_02.jpg) no-repeat center top;
    background-size: cover;
  }
}

.kv-3 {
  background: url(../images/m_kv_03.jpg) no-repeat center top;
  background-size: cover;
}
@media (min-width: 992px) {
  .kv-3 {
    background: url(../images/kv_03.jpg) no-repeat center top;
    background-size: cover;
  }
}

.kv-4 {
  background: url(../images/m_kv_04.jpg) no-repeat center top;
  background-size: cover;
}
@media (min-width: 992px) {
  .kv-4 {
    background: url(../images/kv_04.jpg) no-repeat center top;
    background-size: cover;
  }
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #b5b5b5;
  opacity: 0.2;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.video-swiper {
  padding-bottom: 80px;
}

.swiper-pagination-bullet-active {
  background-color: #b5b5b5;
  opacity: 1;
}

.navigation-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1999;
  display: none;
}

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2000;
  background: url(../images/menu-border-top.png) no-repeat 0 top, url(../images/menu-border-top.png) no-repeat 0 bottom;
  background-size: 100% 10px, 100% 10px;
  background-color: #fff;
  -webkit-box-shadow: -10px 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: -10px 0 20px rgba(0, 0, 0, 0.3);
  display: none;
  opacity: 0;
}
#navigation .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  #navigation {
    left: auto;
    right: 0;
    width: 530px;
  }
}
#navigation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: url(../images/menu-border-left.png) no-repeat 0 0;
  background-size: 100% 100%;
}
#navigation .close {
  position: absolute;
  top: 30px;
  right: 19px;
  width: 37.1px;
  height: 37.1px;
  background: url(../images/menu-close.png) no-repeat 0 0;
  background-size: contain;
  z-index: 20;
  cursor: pointer;
  background-size: contain;
}
@media (min-width: 992px) {
  #navigation .close {
    top: 19px;
    right: 19px;
    width: 53px;
    height: 53px;
  }
}
#navigation ol {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 300px;
  margin: 0 auto;
}
#navigation ol a {
  color: #83dcb7;
  font-size: 25px;
  line-height: 1.5;
  display: block;
  border-bottom: 1px solid #83dcb7;
  padding: 20px 0;
  text-decoration: none;
  text-align: right;
}
@media (min-width: 992px) {
  #navigation ol a {
    font-size: 30px;
    padding: 35px 0;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.donut {
  width: 2rem;
  height: 2rem;
  margin: 2rem;
  border-radius: 50%;
  border: 0.3rem solid rgba(134, 224, 187, 0.3);
  border-top-color: #86e0bb;
  -webkit-animation: 1.5s spin infinite linear;
          animation: 1.5s spin infinite linear;
}
.donut.multi {
  border-bottom-color: #86e0bb;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}