@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Acme&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mogra&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Denk+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Francois+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes line-image {
  0% {
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  50% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes line-image2 {
  0% {
    -webkit-clip-path: inset(0% 0% 100% 0%);
            clip-path: inset(0% 0% 100% 0%);
  }
  50% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes line-image3 {
  0% {
    -webkit-clip-path: inset(0% 0% 0% 100%);
            clip-path: inset(0% 0% 0% 100%);
  }
  50% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes hidden_visible {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@keyframes color_block_ani {
  0% {
    left: 0;
    right: 100%;
  }
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
@keyframes index_hotnews_bg {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes index_hotnews_bg_ani_block {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes alpha01 {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes oxxo {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0.2;
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
    opacity: 1;
  }
}
@keyframes imgbg {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(3deg);
  }
}
.container-100 {
  max-width: 100%;
  overflow: hidden;
}

.account_input {
  border: 1px solid #666;
  border-radius: 0.5rem;
  background: #FFF;
  padding: 6px;
  width: 110px;
}

.rwd-table tr td button {
  padding: 6px;
  font-size: 15px;
}

.rwd-table tr td button.btn03 {
  min-width: 75px;
}

main .bn {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 500px;
  background-color: transparent;
}
main .bn .imgbox {
  background-size: cover;
  -webkit-mask-size: cover !important;
          mask-size: cover !important;
  padding-bottom: 500px;
}
main .bn .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  height: 100%;
}
main .bn .pc {
  display: block;
  -webkit-mask: url(../img/mask03.png) no-repeat center center;
          mask: url(../img/mask03.png) no-repeat center center;
}
main .bn .mb {
  display: none;
  -webkit-mask: url(../img/mask04.png) no-repeat center center;
          mask: url(../img/mask04.png) no-repeat center center;
}
main .bn .page-title {
  position: absolute;
  top: 70%;
  left: 5%;
  z-index: 1;
}
main .bn .page-title h4 {
  font-family: "Denk One", sans-serif;
  font-size: 64px;
}
main .bn .page-title p {
  font-size: 30px;
  margin-top: 10px;
}
main .bn::after {
  content: "";
  position: absolute;
  top: 65%;
  left: 2%;
  width: 101px;
  height: 101px;
  border-radius: 50%;
  background-color: #ABFCD8;
}

.checkbox-detail-ajax-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.4392156863);
  width: 100%;
  height: 100%;
  z-index: 3000;
}
.checkbox-detail-ajax-box .ajax-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 50px;
  max-height: 600px;
  width: 900px;
  height: auto;
  overflow: auto;
}
.checkbox-detail-ajax-box .ajax-box .ajax-box-btn {
  position: absolute;
  top: 4px;
  right: 15px;
  font-size: 28px;
  transform: rotateX(45deg);
  color: #921D30;
}

.w100 {
  width: 100px;
}

.top-all-banner {
  margin-top: 106px;
}

.frame {
  background-color: #FFF;
  padding: 40px;
  margin-top: 30px;
  border-radius: 10px;
}

.border-bottom {
  border-bottom: solid 1px #000000;
}

.bookingstyle .btn {
  background: #A57C52 !important;
}
.bookingstyle .btn:hover {
  background: #505050 !important;
}

.btn {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  background: #921D30 !important;
  color: #FFF !important;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1254901961) !important;
  padding: 10px 80px 10px 20px !important;
  position: relative !important;
}
.btn::after {
  position: absolute;
  background: url(../img/more.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(50% - 7px);
  right: 19px;
  width: 9px;
  height: 8px;
  content: "";
}
.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 45px;
  height: 1px;
  background: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn:hover {
  background: #A57C52;
}
.btn:hover::before {
  width: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn_signup {
  font-size: 24px;
  font-weight: 600;
  background-color: #921D30;
  color: #fff;
  border-radius: 50px;
  box-shadow: 14px 14px 1px #ebebeb;
  padding: 20px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn_signup:hover {
  background-color: #333333;
  box-shadow: 10px 10px 0px #ebebeb;
}

.btn_back {
  background-color: #333333;
  color: #fff;
  padding: 15px 40px 15px 30px;
  font-size: 18px;
  display: flex;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn_back i {
  margin: 2px 4px 0 12px;
  font-size: 13px;
  padding-right: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn_back:hover {
  background-color: #505050;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn_back:hover i {
  margin: 2px 12px 0 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn01 {
  color: #FFF;
  background: #921D30;
  border-radius: 25px;
}
.btn01:hover {
  box-shadow: inset -5em 0 0 0 #333333, inset 5em 0 0 0 #333333;
}

.btn02 {
  background: #707070;
  color: #FFF;
  border-radius: 25px;
}
.btn02:hover {
  box-shadow: inset -5em 0 0 0 #333333, inset 5em 0 0 0 #333333;
}

.btn03 {
  background: #FFF;
  color: #333333;
  border-radius: 25px;
}
.btn03:hover {
  color: #FFF;
  box-shadow: inset -5em 0 0 0 #333333, inset 5em 0 0 0 #333333;
}

.btn_gray {
  background: #707070;
  color: #FFF;
  border: solid 1px #707070;
}
.btn_gray:hover {
  background: #343434;
  border: solid 1px #343434;
}

.btn_reset {
  background: #b2b2b2;
  border: solid 1px #b2b2b2;
  color: #FFF;
}
.btn_reset:hover {
  background: #505050;
  border: solid 1px #505050;
}

.btn_submit {
  background: #333333;
  border: solid 1px #333333;
  color: #FFF;
}
.btn_submit:hover {
  background: #000000;
  border: solid 1px #000000;
}

.btn_forget {
  background: rgba(255, 255, 255, 0);
  color: #707070;
}
.btn_forget:hover {
  background: #ebebeb;
  color: #505050;
}

.color01 {
  color: #921D30;
}

.color02 {
  color: #A57C52;
}

.color03 {
  color: #FF0000;
}

.color_gray {
  color: #505050;
}

.color_w {
  color: #FFF !important;
}

.color_b {
  color: #000;
}

.top-member {
  padding: 10% 0;
}

.top-alla {
  padding: 5% 0;
}

.top-allb {
  padding: 5% 0 8% 0;
}

.push {
  padding-top: 120px;
}

.box {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1254901961);
  background: rgba(255, 255, 255, 0.7882352941);
}

.bg_color {
  background-color: #F9F9F2;
}

.bg01 {
  background-image: url("../img/bg01.png");
  background-position: center;
  background-repeat: no-repeat;
}

.bg02 {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/bg02.jpg");
  background-repeat: no-repeat;
}

.bg03 {
  background-image: url("../img/bg03.png");
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg05 {
  background-image: url("../img/bg05.png");
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_page {
  background-color: #FAFAFA;
  position: relative;
}
.bg_page::after {
  content: "";
  position: absolute;
  background: url("../img/bg_page.png") center bottom/cover no-repeat;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.banner-all img {
  width: 100%;
}

.maker {
  background: #921D30;
  color: #ffffff;
  padding: 8px 25px;
  width: -moz-fit-content;
  width: fit-content;
}

.ff01 {
  font-family: "Francois One", sans-serif;
}

h1, h2, h3, h4, h5, h5, h6, span {
  line-height: 1.25;
}

/*首頁影片 */
.index-video {
  padding-bottom: 55%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.index-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
  z-index: 1;
}
.index-video video, .index-video canvas.canvas {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.2s;
}
.index-video .mute-video {
  position: absolute;
  bottom: 10px;
  right: 20px;
  background: transparent;
  z-index: 5;
}
.index-video .mute-video::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/unmute.svg) center center/contain no-repeat;
  color: #fff;
}
.index-video .mute-video.unmute-video::before {
  background: url(../img/mute.svg) center center/contain no-repeat;
}
.index-video .textbox {
  position: absolute;
  bottom: 20%;
  left: 0;
  z-index: 3;
  display: inline-block;
}
.index-video .textbox p, .index-video .textbox h2 {
  color: #FFF;
}
.index-video .textbox p {
  font-size: 42px;
}
.index-video .textbox h2 {
  font-size: 44px;
  letter-spacing: 2px;
  margin: 50px auto;
  padding: 0 40px 0 80px;
}
.index-video .textbox .videotitle {
  position: relative;
  width: 100%;
}
.index-video .textbox .videotitle::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 110%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.index-video .textbox .videotitle .ani-txt {
  opacity: 1;
  display: inline-block;
  font-family: "Mogra", system-ui;
  animation: hidden_visible 1s linear 1 both;
  animation-delay: 2s;
}
.index-video .textbox .videotitle .ani-block {
  opacity: 1;
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  background-color: #fff;
  animation: color_block_ani 1s linear 1 both;
  animation-delay: 2s;
}

.index_bk {
  background: #B5A274;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3333333333);
}

.index-hotnews {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.index-hotnews .hotnewsbox {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-radius: 30px;
  padding: 0 40px;
  overflow: hidden;
}
.index-hotnews .hotnewsbox:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}
.index-hotnews .hotnewsbox.active {
  animation: line-image2 5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation-delay: 0s;
}
.index-hotnews .hotnewsbox .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  margin: 20px auto 40px;
}
.index-hotnews .hotnewsbox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 100%;
}
.index-hotnews .hotnewsbox .textbox {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}
.index-hotnews .hotnewsbox .textbox h4 {
  font-size: 32px;
  font-weight: normal;
}
.index-hotnews .hotnewsbox .textbox p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
}
.index-hotnews .hotnewsbox1::before, .index-hotnews .hotnewsbox2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.index-hotnews .hotnewsbox1 {
  background-color: #FD6D30;
  margin-right: 10px;
}
.index-hotnews .hotnewsbox1::before {
  background: url(../img/h01bg.png) center center/cover no-repeat;
}
.index-hotnews .hotnewsbox1 .imgbox {
  -webkit-mask: url(../img/mask01.png) no-repeat center center;
          mask: url(../img/mask01.png) no-repeat center center;
  background-size: cover;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.index-hotnews .hotnewsbox2 {
  background-color: #4DD1E8;
  margin-left: 10px;
}
.index-hotnews .hotnewsbox2::before {
  background: url(../img/h02bg.png) center center/cover no-repeat;
}
.index-hotnews .hotnewsbox2 .imgbox {
  -webkit-mask: url(../img/mask02.png) no-repeat center center;
          mask: url(../img/mask02.png) no-repeat center center;
  background-size: cover;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.bg01.active {
  animation: line-image2 5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation-delay: 0s;
}

.hotnewsimg img {
  display: block;
  width: 100%;
}

.index-features {
  padding-bottom: 20%;
  margin-top: 5%;
}

.bg02 {
  padding: 0 0 36%;
}

.featurewrap {
  margin-top: -33%;
}
.featurewrap .row {
  display: flex;
}
.featurewrap .features .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 65%;
  border-radius: 20px;
}
.featurewrap .features .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.featurewrap .featuresbox {
  display: flex;
  margin: 0 auto;
}
.featurewrap .featuresbox.active {
  animation: line-image 5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation-delay: 0s;
}
.featurewrap .iconbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.featurewrap .iconbox .iconitem {
  display: flex;
  align-items: center;
  margin: 20px auto;
  padding: 40px;
  border-radius: 20px;
  background-color: #FFF;
  width: 46%;
}
.featurewrap .iconbox .iconitem:nth-child(3) {
  transform: translateX(10%);
}
.featurewrap .iconbox .iconitem:nth-child(4) {
  transform: translateX(10%);
}
.featurewrap .iconbox .iconitem .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  width: 50%;
  padding-bottom: 32%;
  margin-right: 15px;
}
.featurewrap .iconbox .iconitem .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.classwrap {
  position: relative;
  max-width: 95%;
  margin: 0 auto;
  padding: 10% 0;
}
.classwrap .classbox {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-align: center;
}
.classwrap .classbox:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}
.classwrap .classbox .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 60%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.classwrap .classbox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: auto;
}
.classwrap .classbox .imgbox.active {
  animation: line-image2 5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation-delay: 0s;
}
.classwrap .classbox .textbox {
  position: relative;
}
.classwrap .classbox .textbox.active {
  animation: line-image 5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.classwrap .classbox h2 {
  font-size: 32px;
  line-height: 1.5;
}
.classwrap .classbox h4 {
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: bold;
}
.classwrap .classbox p {
  font-size: 18px;
  font-weight: bold;
  margin: 10px auto;
}
.classwrap .classbox span {
  font-size: 18px;
  line-height: 1.25;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  width: 50%;
}
.classwrap .classbox1, .classwrap .classbox2 {
  position: relative;
}
.classwrap .classbox1::before, .classwrap .classbox1::after, .classwrap .classbox2::before, .classwrap .classbox2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0;
  padding-bottom: 95%;
  z-index: -1;
}
.classwrap .classbox1::before {
  background: url(../img/c01bg.svg) center center/contain no-repeat;
}
.classwrap .classbox1::after {
  background: url(../img/c01bgline.svg) center center/contain no-repeat;
  animation: oxxo 15s ease infinite;
}
.classwrap .classbox2::before {
  background: url(../img/c02bg.svg) center center/contain no-repeat;
}
.classwrap .classbox2::after {
  background: url(../img/c02bgline.svg) center center/contain no-repeat;
  animation: oxxo 15s ease infinite;
}

.swiper-container-3d {
  perspective: 2000px;
}

.carousel-3D-swiper-section {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #000;
  margin: 0px auto;
  padding: 0;
  max-width: 90%;
  overflow: hidden;
  position: relative;
  padding: 40px 0;
}

.carousel-3D-swiper {
  overflow: hidden;
  margin: 0 40px;
  padding: 20px 0;
}

.swiper-parents-pagination {
  bottom: 0;
}

.carousel-3D-swiper-section .swiper-pagination-bullet {
  margin: 0 4px;
  width: 16px;
  height: 16px;
  z-index: 50;
}

.carousel-3D-swiper-section .swiper-pagination-bullet-active {
  opacity: 1;
  background: #D5B7A3;
  width: 32px;
  border-radius: 12px;
}

.carousel-3D-swiper-section .swiper-button-prev, .carousel-3D-swiper-section .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  outline: none;
  border-radius: 40px;
  width: 25px;
  height: 25px;
}
.carousel-3D-swiper-section .swiper-button-prev::after, .carousel-3D-swiper-section .swiper-button-next::after {
  font-size: 14px;
  font-weight: 900;
  color: #ffffff;
}

.swiper-parents .swiper-slide {
  position: relative;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
  height: 0;
  padding-bottom: 33%;
}
.swiper-parents .swiper-slide::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #FCCC00;
  border-radius: 20px;
  z-index: -1;
  transform-origin: center;
}
.swiper-parents .swiper-slide .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 67%;
  border-radius: 20px;
}
.swiper-parents .swiper-slide .imgbox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
  transform-origin: bottom;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.swiper-parents .swiper-slide .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.swiper-parents .swiper-slide .textbox {
  position: relative;
  transform: translateY(-100%);
  z-index: 1;
  color: #fff;
  padding: 20px;
}
.swiper-parents .swiper-slide .textbox p {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
.swiper-parents .swiper-slide-active {
  position: relative;
  overflow: visible;
}
.swiper-parents .swiper-slide-active::after {
  animation: imgbg 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translate(-50%, -50%) rotate(3deg);
}
.swiper-parents .swiper-slide-active:hover .imgbox::before {
  transform: translate(-50%, 10%);
}
.swiper-parents .swiper-slide-active:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}

.index-campus {
  position: relative;
}
.index-campus .swiper-wrapper {
  padding-top: 60px !important;
}
.index-campus .swiper-campus-pagination {
  bottom: -50px;
  transform: translateX(-50%);
  left: 50%;
}
.index-campus .swiper-campus-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #FF745D;
  margin: 0 15px;
}
.index-campus .swiper-campus-pagination .swiper-pagination-bullet-active {
  width: 80px;
  border-radius: 20px;
  background-color: #E9443E;
}

.campusbox.active {
  animation: line-image3 5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation-delay: 0s;
}
.campusbox .textbox {
  margin-top: 20px;
  color: #FFF;
  text-align: left;
}
.campusbox .textbox p {
  margin-top: 16px;
  font-weight: 500;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.campusbox .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.campusbox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 100%;
}
.campusbox .imgbox:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

.fancybox-caption {
  border-top: 0 !important;
  font-size: 18px !important;
  line-height: normal !important;
}

.index-about {
  position: relative;
}
.index-about .bg04_pc {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  cursor: auto;
  padding-bottom: 70%;
  z-index: 2;
}
.index-about .bg04_pc.active {
  animation: line-image2 3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.index-about .bg04_pc img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 107%;
}
.index-about .bg04_mbb {
  display: none;
}
.index-about .bg04_mbb.active {
  animation: line-image2 3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.index-about .bg04_mba {
  display: none;
}
.index-about .bg04_mba.active {
  animation: line-image2 3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.index-about .slogan {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
}
.index-about .slogan h4 {
  font-size: 4rem;
  color: #FFF;
}
.index-about .textbox {
  position: absolute;
  padding: 70px 60px 80px;
  border-radius: 10px;
  z-index: 2;
  top: 45%;
  right: 8%;
  width: 635px;
  background-color: #FFF;
}
.index-about .textbox.active {
  animation: line-image3 3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.index-about .textbox p {
  line-height: 27px;
  letter-spacing: 3px;
}

.locationbox {
  position: relative;
}
.locationbox:hover .locabox .loca {
  top: 50%;
}
.locationbox:hover .locabox::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
}
.locationbox:hover::before {
  height: 97%;
}
.locationbox .locabox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 67%;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.locationbox .locabox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.locationbox .locabox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.locationbox .locabox .loca {
  position: absolute;
  top: 160%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.locationbox .locabox .loca a {
  width: 40%;
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 10px 0;
}
.locationbox .locabox .loca a:hover {
  color: #D5B7A3;
}
.locationbox .textbox {
  text-align: center;
  padding: 20px 0;
}
.locationbox .textbox h4, .locationbox .textbox p {
  color: #000000;
  margin: 10px auto;
}

.locabg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 100%;
  background-color: #ECE6DD;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  z-index: -1;
  transform-origin: top;
  animation: line-image2 3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn_loca {
  display: none;
}

.visit {
  padding: 0 60px 60px;
  border-radius: 0 0 50px 50px;
  background-color: #FFF;
  position: relative;
}
.visit::after {
  content: "";
  position: absolute;
  top: 25px;
  right: -25px;
  border-radius: 0 0 50px 50px;
  background-color: #DFDFDF;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.visit .subtitle {
  background-color: #263B70;
  color: #FFF;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.visit .visitbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 60px 0px;
}
.visit .visitbox .rightbox {
  position: relative;
}
.visit .visitbox .rightbox::after {
  content: "";
  position: absolute;
  background: url("../img/visit_after.png") center center/contain no-repeat;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.visit .visitbox .rightbox .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  cursor: auto;
  border-radius: 20px;
}
.visit .visitbox .rightbox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.visit .visitbox .rightbox .pic01 {
  width: 70%;
  padding-bottom: 50%;
  margin: auto 0 auto auto;
  z-index: 1;
}
.visit .visitbox .rightbox .pic02 {
  width: 60%;
  padding-bottom: 44%;
  top: -30px;
  z-index: 3;
}

.currcover {
  position: relative;
}
.currcover:hover .img01 {
  padding-bottom: 0;
  display: none;
}
.currcover:hover .img02 {
  padding-bottom: 80%;
  display: block;
}
.currcover:hover h2, .currcover:hover h4 {
  color: #921D30;
}
.currcover h4 {
  font-size: 32px;
}
.currcover h2 {
  font-size: 20px;
  padding: 18px 25px;
  background-color: #FFF;
  box-shadow: 0 0 25px 5px rgba(146, 29, 48, 0.25);
  border-radius: 25px;
  margin: 30px auto;
}
.currcover .subtitle {
  display: flex;
  justify-content: center;
  text-align: center;
}
.currcover .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.currcover .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.currcover .img01 {
  padding-bottom: 80%;
  display: block;
}
.currcover .img02 {
  padding-bottom: 0;
  display: none;
}
.currcover .infobox {
  text-align: center;
  margin: 30px auto;
}

.curr:nth-child(2n+1) .currbox {
  background-color: #BC233A;
}
.curr:nth-child(2n) .currbox {
  background-color: #F4B92B;
}
.curr:nth-child(1) {
  animation: alpha01 0.3s linear forwards;
  animation-duration: 1.5s;
}
.curr:nth-child(2) {
  animation: alpha01 0.3s linear forwards;
  animation-duration: 2s;
}
.curr:nth-child(3) {
  animation: alpha01 0.3s linear forwards;
  animation-duration: 3s;
}

.currbox {
  border-radius: 40px;
  padding: 30px 40px;
  text-align: center;
  color: #FFF;
  margin-bottom: 20px;
}
.currbox .titlebox h2, .currbox .titlebox h4 {
  font-size: 20px;
  line-height: 1.5;
}
.currbox .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 64%;
  border-radius: 20px;
  margin: 30px auto;
}
.currbox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.currbox .agebox {
  border: 1px solid #FFF;
  border-radius: 10px;
  margin-bottom: 30px;
  display: inline-block;
  padding: 15px;
}

.currframe {
  background-color: #FFF;
}
.currframe .titlebox {
  padding-bottom: 15px;
  border-bottom: 1px solid #707070;
}
.currframe h2, .currframe h4 {
  font-size: 30px;
}
.currframe .age, .currframe .time {
  margin: 20px auto;
  line-height: 1.8;
}
.currframe .age span, .currframe .time span {
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 10px 5px;
}
.currframe .morepic {
  margin-top: 30px;
}
.currframe .morepic .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 65%;
}
.currframe .morepic .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.pridebox {
  position: relative;
  padding: 12px;
  margin-bottom: 90px;
}
.pridebox::after {
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 70%;
  background-color: #FFF;
  border-radius: 20px;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.pridebox:hover::after {
  top: 80%;
  height: 60%;
}
.pridebox:hover .imgwrap::before {
  opacity: 1;
}
.pridebox:hover .imgbox::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), transparent);
}
.pridebox:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}
.pridebox .imgwrap {
  position: relative;
}
.pridebox .imgwrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-3deg);
  width: 100%;
  height: 100%;
  background-color: #921D30;
  border-radius: 20px;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.pridebox .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 70%;
  border-radius: 18px;
}
.pridebox .imgbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.pridebox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.pridebox .textbox h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 40px auto 20px;
}

.parent {
  padding-right: 50px;
  padding-left: 50px;
  margin-bottom: 100px;
}
.parent:nth-child(even) .imgbox {
  margin-top: 150px;
}
.parent:nth-child(even) .textbox {
  bottom: -20%;
}
.parent:hover .imgbox {
  border-radius: 40px;
}
.parent:hover .imgbox::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), transparent);
}
.parent:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}
.parent:hover .textbox {
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
}
.parent:hover .textbox h3 {
  color: #921D30;
}
.parent .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 65%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.parent .imgbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.parent .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.parent .textbox {
  position: absolute;
  padding: 25px;
  background-color: #FFF;
  right: 0;
  bottom: 5%;
  width: 75%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.parent .textbox h3 {
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.parent .textbox p {
  line-height: 1.8;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.parentbox .imgbox, .showcasebox .imgbox, .releasebox .imgbox {
  padding-bottom: 100%;
  cursor: auto !important;
}

.storebox02 .imgbox {
  padding-bottom: 94%;
}
.storebox02 .imgbox img {
  height: 100%;
}

.currframe .imgbox {
  padding-bottom: 64%;
}

.parentbox .imgbox, .showcasebox .imgbox, .releasebox .imgbox, .storebox02 .imgbox, .currframe .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
}
.parentbox .imgbox img, .showcasebox .imgbox img, .releasebox .imgbox img, .storebox02 .imgbox img, .currframe .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.parentbox .textright, .showcasebox .textright, .releasebox .textright, .storebox02 .textright, .currframe .textright {
  margin-left: 30px;
}
.parentbox .share, .showcasebox .share, .releasebox .share, .storebox02 .share, .currframe .share {
  padding: 20px 15px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.parentbox .share::after, .showcasebox .share::after, .releasebox .share::after, .storebox02 .share::after, .currframe .share::after {
  padding: 0 15px;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 97%;
  height: 1px;
  background-color: #b2b2b2;
}
.parentbox .icon, .showcasebox .icon, .releasebox .icon, .storebox02 .icon, .currframe .icon {
  display: flex;
  align-items: center;
}
.parentbox .icon a, .showcasebox .icon a, .releasebox .icon a, .storebox02 .icon a, .currframe .icon a {
  padding: 0 10px;
}
.parentbox .icon img, .showcasebox .icon img, .releasebox .icon img, .storebox02 .icon img, .currframe .icon img {
  display: block;
  width: 50px;
  height: 50px;
}

.showcase {
  margin-bottom: 10%;
}
.showcase:nth-child(odd) .textbox {
  right: 0;
  padding: 10% 2% 5% 47%;
  background-color: #921D30;
}
.showcase:nth-child(even) .imgbox {
  margin: auto 0 auto auto;
}
.showcase:nth-child(even) .textbox {
  left: 0;
  padding: 10% 47% 5% 2%;
  background-color: #154581;
}
.showcase:hover .imgbox::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), transparent);
}
.showcase:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}
.showcase:hover .textbox {
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
}
.showcase:hover .textbox h3 {
  color: #ECE6DD;
}
.showcase .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  width: 65%;
  padding-bottom: 43%;
  z-index: 1;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.showcase .imgbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.showcase .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.showcase .textbox {
  position: absolute;
  top: 40%;
  width: 80%;
  height: 70%;
  border-radius: 20px;
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.showcase .textbox h3 {
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.showcase .textbox p {
  padding-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.showcasebox .author p {
  padding: 10px 15px;
  background-color: #F9F9F2;
}

.storebox {
  width: 100%;
  margin: 0 auto 50px;
  position: relative;
}
.storebox:hover h4 {
  color: #921D30;
}
.storebox:hover .imgbox {
  border-radius: 20px;
}
.storebox:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}
.storebox:hover button {
  background-color: #921D30 !important;
}
.storebox .top {
  padding: 20px 15px;
  background: #FFF;
  position: relative;
  z-index: 2;
  border-radius: 20px;
}
.storebox .top .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.storebox .top .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.storebox .top .textbox {
  padding: 20px 0;
}
.storebox button {
  background-color: #333333 !important;
  color: #FFF !important;
  display: block;
  width: 100%;
  z-index: 2;
  position: relative;
  border-radius: 25px;
}

.storebox .info, .storebox02 .info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.storebox i, .storebox02 i {
  position: relative;
}
.storebox i::before, .storebox02 i::before {
  color: #FFF !important;
  font-size: 12px;
}
.storebox i::after, .storebox02 i::after {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  background-color: #333333;
  width: 25px;
  height: 25px;
  z-index: -1;
}
.storebox span, .storebox02 span {
  width: calc(100% - 40px);
  padding-left: 10px;
  word-break: break-all;
}

.storebox02 .col-lg-7 {
  padding-left: 40px;
}
.storebox02 .maps02 {
  position: relative;
  padding-bottom: 55%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.storebox02 .maps02 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.storebox02 .videobox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 68%;
}
.storebox02 .videobox iframe {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 100%;
}
.storebox02 .btn_book {
  display: inline-flex;
  align-items: center;
  padding: 10px 30px;
  color: #FFF;
  background: #333333;
}

.release {
  background-color: #F4F5F9;
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 90px;
  align-items: center;
}
.release:hover .imgbox::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), transparent);
}
.release:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}
.release:hover .textbox h3 {
  color: #921D30;
}
.release .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  width: 65%;
  padding-bottom: 32%;
  z-index: 1;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.release .imgbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.release .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.release .textbox {
  padding: 0 50px;
}
.release .textbox h3 {
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.release .textbox p {
  padding-top: 20px;
}

.join01 .top {
  position: relative;
}
.join01 .top .slogan {
  margin-bottom: 70px;
}
.join01 .top .slogan h2 {
  font-size: 10rem;
  font-family: "Denk One", sans-serif;
  color: #921D30;
  opacity: 10%;
}
.join01 .top .textbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 65%;
  position: relative;
  z-index: 1;
}
.join01 .top .textbox .itembox {
  width: 30%;
}
.join01 .top .textbox .itembox:nth-child(2) .item, .join01 .top .textbox .itembox:nth-child(5) .item {
  margin-top: 70px;
}
.join01 .top .textbox .itembox .item {
  height: 80%;
  background-color: #FFF;
  border-radius: 20px;
  box-shadow: 0 0 30px 5px rgba(146, 29, 48, 0.1);
  padding: 40px 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.join01 .top .textbox .itembox .item h3, .join01 .top .textbox .itembox .item p, .join01 .top .textbox .itembox .item h4 {
  display: inline-block;
}
.join01 .top .textbox .itembox .item h3 {
  font-size: 24px;
  font-weight: 600;
}
.join01 .top .textbox .itembox .item p {
  margin: 20px auto;
}
.join01 .top .textbox .itembox .item h4 {
  font-size: 18px;
  line-height: 1.25;
  border-radius: 25px;
  background-color: #921D30;
  color: #FFF;
  padding: 20px 15px;
}
.join01 .top .imgbox {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
}
.join01 .top .imgbox::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 80%;
  height: 80%;
  background-color: #921D30;
  border-radius: 50px;
  z-index: -2;
}
.join01 .top .imgbox img {
  display: block;
  width: 100%;
}
.join01 .bottom .hm, .join01 .bottom .eae {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin-top: 120px;
}
.join01 .bottom .hm::after, .join01 .bottom .eae::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 70%;
  height: 100%;
  background-color: #E3DDDD;
  border-radius: 0 100px 0 0;
  z-index: -1;
}
.join01 .bottom .hm .right, .join01 .bottom .eae .right {
  width: 45%;
  margin: 0 auto;
}
.join01 .bottom .hm .right .item, .join01 .bottom .eae .right .item {
  background-color: #FFF;
  border-radius: 20px;
  padding: 20px 40px;
  box-shadow: 6px 6px 1px rgba(255, 168, 54, 0.2);
  margin-bottom: 40px;
}
.join01 .bottom .hm .right .item h2, .join01 .bottom .eae .right .item h2 {
  color: #921D30;
  margin-bottom: 20px;
  position: relative;
  margin-left: 50px;
  display: inline-block;
}
.join01 .bottom .hm .right .item h2::after, .join01 .bottom .eae .right .item h2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -64%;
  background: url(../img/join_arrow.svg) center center/contain no-repeat;
  width: 100%;
  height: 100%;
}
.join01 .bottom .hm .left, .join01 .bottom .eae .left {
  width: 45%;
  border-radius: 40px 0 0 0;
  background-color: #FFA836;
  padding: 70px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.join01 .bottom .hm .left .imgbox img, .join01 .bottom .eae .left .imgbox img {
  display: block;
  width: 100%;
}
.join01 .bottom .hm .left .textbox, .join01 .bottom .eae .left .textbox {
  text-align: left;
}
.join01 .bottom .hm .left h2, .join01 .bottom .eae .left h2 {
  font-size: 42px;
}
.join01 .bottom .hm .left h4, .join01 .bottom .eae .left h4 {
  font-size: 22px;
  letter-spacing: 4px;
}
.join01 .bottom .hm {
  flex-direction: row-reverse;
}
.join01 .bottom .hm .left .imgbox {
  width: 30%;
}
.join01 .bottom .hm .left .textbox {
  width: 70%;
}
.join01 .bottom .eae .left {
  background-color: #76B1EB;
  border-radius: 0 40px 0 0;
  flex-direction: row-reverse;
}
.join01 .bottom .eae .left .imgbox {
  width: 30%;
}
.join01 .bottom .eae .left .textbox {
  width: 70%;
}
.join01 .bottom .eae .right .item {
  box-shadow: 6px 6px 1px rgba(118, 177, 235, 0.2);
}

.join02 {
  position: relative;
}
.join02::after {
  content: "";
  position: absolute;
  background: url(../img/bg_join02.jpg) center center/auto no-repeat;
  width: 100%;
  height: 50%;
  top: 20%;
  z-index: -1;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.join02 .circle {
  position: relative;
}
.join02 .circle .circle2 {
  position: absolute;
  top: -50px;
  right: 50px;
  width: 35%;
}
.join02 .circle .circle2 .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 100%;
}
.join02 .circle .circle2 .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 100%;
}
.join02 .itembox {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-around;
  width: 100%;
  padding-top: 20%;
}
.join02 .itembox .item {
  position: relative;
  z-index: 5;
  width: 24%;
  height: 100%;
  background-color: #FFF;
  border-radius: 20px;
  box-shadow: 0 0 30px 5px rgba(146, 29, 48, 0.1);
  overflow: hidden;
}
.join02 .itembox .item:nth-child(1) {
  margin-top: 0;
  animation: alpha01 0.3s linear forwards;
  animation-duration: 1.5s;
}
.join02 .itembox .item:nth-child(2) {
  margin-top: 10%;
  animation: alpha01 0.3s linear forwards;
  animation-duration: 2s;
}
.join02 .itembox .item:nth-child(3) {
  margin-top: 20%;
  animation: alpha01 0.3s linear forwards;
  animation-duration: 3s;
}
.join02 .itembox .item:nth-child(4) {
  margin-top: 30%;
  animation: alpha01 0.3s linear forwards;
  animation-duration: 4s;
}
.join02 .itembox .item .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 55%;
}
.join02 .itembox .item .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.join02 .itembox .item .textbox {
  padding: 20px 30px 30px;
}
.join02 .itembox .item .textbox h2 {
  display: inline-block;
  background-color: #921D30;
  border-radius: 25px;
  font-size: 20px;
  padding: 12px 16px;
  text-align: center;
  margin-bottom: 20px;
}

.join03 {
  position: relative;
  padding-bottom: 5%;
}
.join03::after {
  content: "";
  position: absolute;
  background: url(../img/bg_join03.jpg) center center/auto no-repeat;
  width: 100%;
  height: 100%;
  top: 20%;
  z-index: -1;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.join03 .jform01 .logobox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 10%;
}
.join03 .jform01 .logobox .logo {
  width: 48%;
  padding: 20px 0;
  margin: 0 auto;
}
.join03 .jform01 .logobox .logo .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  width: 20%;
  padding-bottom: 20%;
  margin: 0 auto;
}
.join03 .jform01 .logobox .logo .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.join03 .jform01 .logobox .textbox {
  text-align: center;
}
.join03 .jform01 .logobox .textbox h2 {
  font-size: 24px;
}
.join03 .jform01 .logobox .textbox h4 {
  font-size: 18px;
}
.join03 .jform01 .itembox .item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.join03 .jform01 .itembox .item:nth-child(odd) h4, .join03 .jform01 .itembox .item:nth-child(odd) p {
  background-color: rgba(255, 255, 255, 0.6);
}
.join03 .jform01 .itembox .item h4, .join03 .jform01 .itembox .item p {
  text-align: center;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.join03 .jform01 .itembox .item h4 {
  width: 10%;
}
.join03 .jform01 .itembox .item p {
  flex: 1;
}

.join04 h2 {
  font-size: 30px;
  line-height: 1.25;
}
.join04 h4 {
  font-size: 30px;
  color: #921D30;
}
.join04 p {
  margin: 20px auto;
}
.join04 .top {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20%;
}
.join04 .left, .join04 .right {
  position: absolute;
  width: 45%;
}
.join04 .left .imgbox, .join04 .right .imgbox {
  background-size: cover;
  -webkit-mask-size: contain !important;
          mask-size: contain !important;
}
.join04 .left .imgbox img, .join04 .right .imgbox img {
  display: block;
  width: 100%;
}
.join04 .left {
  bottom: 40%;
  left: -5%;
}
.join04 .left .imgbox {
  -webkit-mask: url(../img/mask05.png) no-repeat center center;
          mask: url(../img/mask05.png) no-repeat center center;
}
.join04 .right {
  top: 20%;
  right: -5%;
}
.join04 .right .imgbox {
  -webkit-mask: url(../img/mask06.png) no-repeat center center;
          mask: url(../img/mask06.png) no-repeat center center;
}
.join04 .center {
  position: relative;
  width: 50%;
  margin: 80px auto;
  z-index: 1;
}
.join04 .step {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.join04 .step h4 {
  font-size: 26px;
}
.join04 .step i::before {
  font-weight: bold;
}
.join04 .period01, .join04 .period02, .join04 .period03 {
  margin-bottom: 90px;
}
.join04 .period01 .subtitle, .join04 .period02 .subtitle, .join04 .period03 .subtitle {
  position: relative;
}
.join04 .period01 h2, .join04 .period01 h4, .join04 .period02 h2, .join04 .period02 h4, .join04 .period03 h2, .join04 .period03 h4 {
  text-align: center;
  color: #921D30;
}
.join04 .period01 h2, .join04 .period02 h2, .join04 .period03 h2 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 4px;
}
.join04 .period01 h4, .join04 .period02 h4, .join04 .period03 h4 {
  font-size: 8rem;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.join04 .period01 .imgbox, .join04 .period02 .imgbox, .join04 .period03 .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  cursor: auto;
  width: 75%;
  margin: 0 auto;
}
.join04 .period01 .imgbox img, .join04 .period02 .imgbox img, .join04 .period03 .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.join04 .period01 .imgbox {
  padding-bottom: 40%;
}
.join04 .period02 .imgbox {
  padding-bottom: 70%;
}
.join04 .period03 .imgbox {
  padding-bottom: 95%;
}

.join05 h2 {
  font-size: 28px;
  letter-spacing: 2px;
}
.join05 h4 {
  font-size: 24px;
}
.join05 .top {
  position: relative;
}
.join05 .top::before {
  content: "";
  position: absolute;
  top: 15%;
  left: -25%;
  width: 100%;
  height: 95%;
  background-color: #FFF;
  border-radius: 0 100px 100px 0;
  box-shadow: 0 14px 4px 0 rgba(0, 0, 0, 0.1);
}
.join05 .top .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  width: 90%;
  cursor: auto;
  padding-bottom: 35%;
  border-radius: 40px;
}
.join05 .top .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.join05 .top .textbox {
  position: absolute;
  top: 40px;
  left: 40px;
}
.join05 .top .textbox img {
  display: block;
  width: 80%;
}
.join05 .top .subtitle {
  position: relative;
  margin-top: 40px;
}
.join05 .jform02 {
  margin: 150px auto 80px;
  position: relative;
}
.join05 .jform02 .itembox .item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
}
.join05 .jform02 .itembox .item:nth-child(odd) h4, .join05 .jform02 .itembox .item:nth-child(odd) p {
  background-color: #FFF;
}
.join05 .jform02 .itembox .item h4, .join05 .jform02 .itembox .item p {
  padding: 10px 20px;
  background-color: #F2F2F2;
}
.join05 .jform02 .itembox .item h4 {
  width: 20%;
}
.join05 .jform02 .itembox .item p {
  width: 80%;
}
.join05 .slogan {
  text-align: center;
  width: 80%;
  margin: 0 auto 80px;
}
.join05 .slogan img {
  display: block;
  width: 40%;
}
.join05 .slogan h2 {
  font-size: 24px;
}

.witness {
  position: relative;
  margin-bottom: 5%;
}
.witness .swiper-witness-pagination {
  bottom: -50px;
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
}
.witness .swiper-witness-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #FF745D;
  margin: 0 15px;
}
.witness .swiper-witness-pagination .swiper-pagination-bullet-active {
  width: 80px;
  border-radius: 20px;
  background-color: #E9443E;
}

.witnessbox:hover .imgbox::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
}
.witnessbox:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}
.witnessbox .textbox {
  margin-top: 20px;
  color: #000;
  text-align: left;
}
.witnessbox .textbox p {
  margin-top: 16px;
  font-weight: 500;
}
.witnessbox .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 20px;
}
.witnessbox .imgbox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
  transform-origin: bottom;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.witnessbox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 100%;
}
.witnessbox .imgbox h2 {
  font-size: 20px;
  position: absolute;
  bottom: 20px;
  left: 10px;
  width: 100%;
  z-index: 1;
}

.join06 .slogan {
  text-align: center;
  margin: 0 auto;
}
.join06 .slogan img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.jform03 {
  padding: 20px 30px;
  background-color: #FFF;
  margin-top: 30px;
  border-radius: 40px;
}
.jform03 input, .jform03 select, .jform03 textarea {
  padding: 10px 0.75rem;
  outline: none !important;
}
.jform03 label {
  line-height: 1.25;
}
.jform03 .textbox {
  text-align: center;
  margin: 0 auto 20px;
}
.jform03 .textbox img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.jform03 .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  margin-bottom: 20px;
}
.jform03 .item .item-title {
  min-width: 80px;
  font-weight: 600;
}
.jform03 .item .item01 {
  margin-right: 20px;
  margin-bottom: 12px;
}

.about01 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.about01::before, .about01::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about01::before {
  left: -36%;
  background: url(../img/about_bg01.png) center center/contain no-repeat;
}
.about01::after {
  right: 0;
  background: url(../img/about_bg02.png) center center/contain no-repeat;
}
.about01 .textbox {
  width: 50%;
  text-align: center;
  padding-top: 60px;
}
.about01 .textbox h2 {
  font-size: 5rem;
  font-family: "Denk One", sans-serif;
}
.about01 .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  cursor: auto;
  padding-bottom: 25%;
  width: 50%;
  margin: auto 0 auto auto;
}
.about01 .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.about02 {
  position: relative;
  padding-bottom: 35%;
}
.about02::before {
  content: "";
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background: url(../img/about_bg03.png) center top/cover no-repeat;
}
.about02 .first {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  width: 100%;
}
.about02 .first .textbox {
  width: 50%;
  margin: 0 auto;
  z-index: 2;
  position: absolute;
  top: -20%;
  left: 5%;
}
.about02 .first .textbox p {
  padding: 8px 12px;
  background-color: #FFF;
  border-radius: 50px;
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif;
}
.about02 .first .imgbox {
  display: flex;
  margin: auto 0 auto auto;
  width: 50%;
}
.about02 .first .imgbox img {
  display: block;
  width: 100%;
}
.about02 .first .imgbox::before {
  content: "";
  position: absolute;
  top: 96%;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  background: url(../img/about_bg04.png) center top/cover no-repeat;
  z-index: 1;
}

.about03 .imgshadow, .about04 .imgshadow {
  position: relative;
  padding: 0;
}
.about03 .imgshadow::after, .about04 .imgshadow::after {
  content: "";
  position: absolute;
  top: 30px;
  right: -30px;
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  background-color: #FAF6C4;
  border-radius: 40px;
  z-index: -1;
}
.about03 .imgshadow .imgbox, .about04 .imgshadow .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 66%;
  border-radius: 40px;
}
.about03 .imgshadow .imgbox img, .about04 .imgshadow .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.about03 .textbox {
  padding-left: 5%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.about03 .textbox h2 {
  padding: 8px 12px;
  background-color: #9747FF;
  border-radius: 10px;
  margin-bottom: 40px;
}

.about04 .textbox {
  padding-right: 5%;
}

.about03 {
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  overflow: hidden;
  padding: 70px 50px;
  position: relative;
  z-index: 2;
}
.about03::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  background: url(../img/about_bg05.png) center center/cover no-repeat;
  z-index: -2;
  border-radius: 40px;
}

.about04 {
  margin-top: 5%;
  padding: 70px 50px;
  position: relative;
}
.about04::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background: url(../img/about_bg06.png) center center/cover no-repeat;
}

.about04 .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.forschool .item {
  margin-bottom: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.forschool .item:hover h2::after {
  left: 40px;
}
.forschool .item h2 {
  display: inline-block;
  background-color: #fff;
  color: #921D30;
  border-radius: 50px;
  font-size: 20px;
  padding: 20px 20px 20px 80px;
  text-align: center;
  position: relative;
}
.forschool .item h2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  background: url(../img/join_arrow.svg) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.forschool .item01 h2 {
  box-shadow: 6px 6px 1px rgba(255, 168, 54, 0.2);
}
.forschool .item01:hover h2 {
  box-shadow: 6px 6px 1px rgba(255, 168, 54, 0.5);
}
.forschool .item02 h2 {
  box-shadow: 6px 6px 1px rgba(118, 177, 235, 0.2);
}
.forschool .item02:hover h2 {
  box-shadow: 6px 6px 1px rgba(118, 177, 235, 0.5);
}

/*大標*/
.title, .title01, .title_w {
  text-align: center;
  margin: 30px auto;
  width: -moz-fit-content;
  width: fit-content;
}
.title h2, .title01 h2, .title_w h2 {
  font-size: 40px;
  color: #000000;
  letter-spacing: 2px;
  padding: 6px 20px;
  position: relative;
  display: inline-block;
  font-family: "Denk One", sans-serif;
}
.title p, .title01 p, .title_w p {
  font-size: 22px;
  color: #000000;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  text-align: center;
}

.title01 {
  text-align: left;
}
.title01 h2 {
  padding: 6px 0px;
}
.title01 p::before {
  display: none;
}

.title_w h2 {
  color: #ffffff;
}
.title_w p {
  color: #ffffff;
}

.animation .title .ani-txt, .animation .title01 .ani-txt, .animation .title_w .ani-txt, .animation .featuresbox .ani-txt {
  opacity: 1;
  display: inline-block;
  animation: hidden_visible 1s linear 1 both;
  animation-delay: 1s;
}
.animation .title .ani-block, .animation .title01 .ani-block, .animation .title_w .ani-block, .animation .featuresbox .ani-block {
  opacity: 1;
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  background-color: #921D30;
  animation: color_block_ani 1s linear 1 both;
  animation-delay: 1s;
}

.title02 h2 {
  font-size: 25px;
  color: #921D30;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 40px;
}
.title02 h2::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background: #921D30;
  left: 0px;
  bottom: -10px;
}

.title03 {
  margin: 40px 0px;
}
.title03 h2 {
  text-align: center;
  font-size: 30px;
  color: #707070;
  letter-spacing: 2px;
}
.title03 p {
  text-align: center;
  letter-spacing: 0px;
  color: #707070;
  font-size: 18px;
  margin-top: 6px;
  font-family: "Comfortaa";
  position: relative;
}
.title03 p::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: #707070;
  left: calc(50% - 30px);
  bottom: -10px;
}

.cartbox2 {
  border: solid 1px #707070;
  padding-bottom: 60px;
}
.cartbox2 img {
  width: 40px;
}
.cartbox2 .title_cart h2 {
  text-align: left;
  background: #707070;
  padding: 12px 0px 12px 12px;
}

.title_cart h2 {
  font-size: 25px;
  letter-spacing: 2px;
  color: #fff;
  background: #A57C52;
  text-align: center;
  padding: 12px 2px;
}

.title_line hr {
  background: #E8E8E8;
  height: 2px;
  position: relative;
}
.title_line hr::before {
  content: "";
  background-color: #333333;
  width: 75px;
  height: 2px;
  left: 0;
  bottom: 0;
  position: absolute;
}
.title_line h3 {
  color: #333333;
  font-size: 22px;
}

article section .container .index-links-prev-next {
  position: relative;
}
article section .container .index-links-prev-next .swiper-button-next, article section .container .index-links-prev-next .swiper-button-prev {
  top: -50px;
  background: #921D30;
  outline: none;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}
article section .container .index-links-prev-next .swiper-button-next:after, article section .container .index-links-prev-next .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}
article section .container .index-links-prev-next .swiper-button-next {
  left: auto;
  right: -45px;
}
article section .container .index-links-prev-next .swiper-button-prev {
  left: -45px;
  right: auto;
}

.product {
  background: #FFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1882352941);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px;
}
.product .product-text {
  padding: 10px;
}
.product .product-text p {
  margin: 10px 0px;
  font-size: 16px;
}
.product .product-text span {
  color: #A57C52;
}
.product .product-text span i {
  margin-left: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product .product-img {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 10px;
}
.product .product-img img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product:hover {
  background: #154581;
}
.product:hover .product-img img {
  transform: scale(1.1);
}
.product:hover .product-text span {
  color: #921D30;
}
.product:hover .product-text span i {
  margin-left: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.product2 {
  background: #FFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1882352941);
  padding: 10px;
}
.product2 .product-text {
  padding: 10px;
}
.product2 .product-text h4 {
  line-height: 24px;
}
.product2 .product-img {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 10px;
}
.product2 .product-img img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product2:hover .product-img img {
  transform: scale(1.1);
}
.product2:hover .product-text {
  color: #921D30;
}

.buttonbox .swiper-button-next, .buttonbox .swiper-button-prev {
  top: 25px;
  background: #fff;
  border: solid 1px #921D30;
  outline: none;
  border-radius: 0px;
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
}
.buttonbox .swiper-button-next:hover, .buttonbox .swiper-button-prev:hover {
  background: #ECE6DD;
}
.buttonbox .swiper-button-next:after, .buttonbox .swiper-button-prev:after {
  font-size: 14px;
  font-weight: 400;
  color: #921D30;
  font-family: "fontello";
}
.buttonbox .swiper-button-next:after {
  content: "→" !important;
}
.buttonbox .swiper-button-prev:after {
  content: "←" !important;
}
.buttonbox .swiper-button-prev {
  left: 0px !important;
  right: auto !important;
}
.buttonbox .swiper-button-prev:hover {
  left: -4px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.buttonbox .swiper-button-next {
  left: auto !important;
  right: 0px !important;
}
.buttonbox .swiper-button-next:hover {
  right: -4px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.detail {
  width: 80%;
  position: relative;
}

/*產品內頁 */
.product__carousel {
  display: block;
  max-width: 700px;
  margin: 1em auto 3em;
}
.product__carousel a {
  display: block;
  margin-bottom: 15px;
}
.product__carousel .gallery-top {
  margin-bottom: 5px;
}
.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}
.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}
.product__carousel .swiper-button-next.swiper-button-white, .product__carousel .swiper-button-prev.swiper-button-white {
  color: #E6E6E6;
}
.product__carousel .gallery-thumbs {
  height: 100px !important;
}
.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  transition: border 0.15s linear;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  overflow: hidden;
  height: calc(100% - 2px);
  margin-top: 5px;
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #921D30 !important;
}
.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

ul.tabs {
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  overflow-x: auto;
  margin-bottom: 80px;
}
ul.tabs li {
  cursor: pointer;
  margin: 0 15px;
  background-color: #FFF;
  color: #921D30;
  border-radius: 25px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  text-align: center;
}
ul.tabs h2, ul.tabs h4, ul.tabs a {
  font-size: 18px;
}
ul.tabs a {
  padding: 15px 20px;
  display: block;
  font-weight: bold;
}
ul.tabs img {
  padding-right: 10px;
  filter: invert(47%) sepia(11%) saturate(10%) hue-rotate(324deg) brightness(90%) contrast(90%);
}

ul.tabs li:hover {
  background-color: #921D30;
  color: #FFF;
}
ul.tabs li:hover a {
  color: #FFF;
}
ul.tabs li:hover img {
  filter: invert(0%) sepia(2%) saturate(76%) hue-rotate(291deg) brightness(118%) contrast(100%);
}
ul.tabs li.active {
  background-color: #921D30;
  color: #FFF;
}
ul.tabs li.active a {
  color: #FFF;
}
ul.tabs li.active img {
  filter: invert(0%) sepia(2%) saturate(76%) hue-rotate(291deg) brightness(118%) contrast(100%);
}

.tab_container {
  clear: both;
  float: left;
  width: 100%;
  overflow: auto;
}

.tab_content {
  display: none;
}

.tab_drawer_heading {
  display: none;
}

@media screen and (max-width: 1640px) {
  .index-hotnews .hotnewsbox .textbox h4 {
    font-size: 24px;
  }
  .classwrap .classbox .imgbox {
    padding-bottom: 40%;
  }
  .classwrap .classbox .imgbox img {
    width: 30%;
  }
  .about02 {
    padding-bottom: 45%;
  }
  .about02 .first .imgbox {
    width: 60%;
  }
  .currbox {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1440px) {
  main .bn::after {
    top: 75%;
  }
  main .bn .page-title {
    top: 80%;
  }
  main .bn .page-title h4 {
    font-size: 44px;
  }
  main .bn .page-title p {
    font-size: 25px;
  }
  .index-video .textbox {
    bottom: 10%;
  }
  .index-video .textbox h2 {
    font-size: 28px;
    margin: 30px auto;
    padding: 0 20px 0 40px;
  }
  .bg::before {
    top: 0;
    left: 14px;
    width: 150px;
    height: 186px;
  }
  .currbox {
    padding: 30px 15px;
  }
  .currbox .titlebox h2, .currbox .titlebox h4 {
    font-size: 17px;
  }
  .currbox .agebox {
    padding: 10px;
    margin-bottom: 20px;
  }
  .pridebox .textbox h3 {
    margin: 15px auto;
  }
  .join01 .top .slogan h2 {
    font-size: 8rem;
  }
  .join01 .top .textbox .itembox .item {
    padding: 30px 12px;
  }
  .join01 .top .textbox .itembox .item h3 {
    font-size: 18px;
  }
  .join01 .top .textbox .itembox .item h4 {
    font-size: 16px;
  }
  .join01 .bottom .hm .right .item h2, .join01 .eae .right .item h2 {
    font-size: 24px;
  }
  .join01 .bottom .hm .left .textbox h2, .join01 .eae .left .textbox h2 {
    font-size: 26px;
  }
  .join04 .left, .join04 .right {
    width: 50%;
  }
  .join04 .left {
    bottom: 60%;
  }
  .join04 .right {
    top: 20%;
  }
  .join05 .slogan h2 {
    font-size: 20px;
  }
  .join05 .top .textbox img {
    width: 60%;
  }
  .about02 {
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 1366px) {
  /*產品 */
  .product__carousel .gallery-top {
    height: 400px !important;
  }
}
@media screen and (max-width: 1200px) {
  .top-all-banner {
    margin-top: 92px;
  }
  .frame {
    padding: 20px 30px;
  }
  main .bn .page-title h4 {
    font-size: 30px;
  }
  main .bn .page-title p {
    font-size: 18px;
    margin-top: 6px;
  }
  .bg01 {
    background-position: bottom;
  }
  .bg02 {
    padding: 0px 0 50%;
  }
  .featurewrap {
    margin-top: -48%;
  }
  .featurewrap .iconbox .iconitem {
    padding: 15px;
  }
  .currcover h4 {
    font-size: 20px;
  }
  .currcover h2 {
    font-size: 16px;
    padding: 12px 25px;
    box-shadow: 0 0 15px 2px rgba(146, 29, 48, 0.15);
    margin: 15px auto;
  }
  .currbox {
    padding: 30px 18px;
  }
  .currbox .titlebox h2, .currbox .titlebox h4 {
    font-size: 16px;
  }
  .currframe h2, .currframe h4 {
    font-size: 26px;
  }
  .classwrap .classbox h2 {
    font-size: 22px;
  }
  .classwrap .classbox h4 {
    font-size: 20px;
  }
  .classwrap .classbox p {
    font-size: 16px;
    margin: 0 auto;
  }
  .classwrap .classbox span {
    width: 90%;
  }
  .index-campus .swiper-campus-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 15px;
  }
  .index-campus .swiper-campus-pagination .swiper-pagination-bullet-active {
    width: 50px;
  }
  .index-about {
    margin-bottom: 10%;
  }
  .locationbox .locabox .loca {
    display: none;
  }
  .btn_loca {
    display: block;
  }
  .visit .visitbox {
    padding: 0;
  }
  .join04 .top {
    padding-bottom: 0;
  }
  .join04 .top .left {
    bottom: 36%;
  }
  .join04 .period01 h4, .join04 .period02 h4, .join04 .period03 h4 {
    font-size: 4rem;
  }
  .join04 .period01 h2, .join04 .period02 h2, .join04 .period03 h2 {
    font-size: 1.5rem;
  }
  .join05 h2 {
    font-size: 20px;
    letter-spacing: 0;
  }
  .join05 h4 {
    font-size: 18px;
  }
  .join05 .top .textbox img {
    width: 50%;
  }
  .about01 .textbox {
    padding-top: 0;
  }
  .about01 .textbox h2 {
    font-size: 3rem;
  }
  .about02 {
    padding-bottom: 80%;
  }
  .about02 .first {
    top: -40%;
  }
  .about02 .first .textbox p {
    font-size: 16px;
  }
  .about03::after {
    width: 80%;
  }
  .parent {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 50px;
  }
  .parent:hover .imgbox {
    border-radius: 10px;
  }
  .parent:nth-child(even) .textbox {
    bottom: -38%;
  }
  .parent .textbox {
    width: 80%;
    padding: 15px;
    bottom: 10%;
  }
  .parent .textbox h3 {
    font-size: 18px;
    padding-bottom: 0;
  }
  .parentbox .textright, .showcasebox .textright, .releasebox .textright {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  article section .container .index-links-prev-next {
    position: relative;
  }
  article section .container .index-links-prev-next .swiper-button-next, article section .container .index-links-prev-next .swiper-button-prev {
    top: -150px;
    background: #921D30;
    outline: none;
    border-radius: 40px;
    width: 40px;
    height: 40px;
  }
  article section .container .index-links-prev-next .swiper-button-next:after, article section .container .index-links-prev-next .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
  }
  article section .container .index-links-prev-next .swiper-button-next {
    left: auto;
    right: 0px;
  }
  article section .container .index-links-prev-next .swiper-button-prev {
    left: auto;
    right: 50px;
  }
  .frame {
    padding: 30px 10px;
    margin-top: 80px;
  }
  .currbox {
    padding: 20px;
  }
  .currbox .agebox {
    padding: 8px;
  }
  .join01 .top .slogan h2 {
    font-size: 6rem;
  }
  .join01 .top .textbox .itembox {
    width: 32%;
  }
  .join01 .top .textbox .itembox .item h4 {
    font-size: 14px;
    padding: 10px 5px;
  }
  .join01 .bottom .hm, .join01 .bottom .eae {
    margin-top: 80px;
  }
  .join04 h2 {
    font-size: 22px;
  }
  .join04 .step h4 {
    font-size: 20px;
  }
  .join04 .left, .join04 .right {
    width: 42%;
  }
  .witness .swiper-witness-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 15px;
  }
  .witness .swiper-witness-pagination .swiper-pagination-bullet-active {
    width: 50px;
  }
  .join06 .slogan h2 {
    font-size: 20px;
  }
  .join06 .slogan img {
    max-width: 280px;
  }
  /*產品 */
  .product__carousel .gallery-top {
    height: 300px !important;
  }
  .cord04 .cord04-img {
    height: 300px;
  }
  .rwd-table.rwd-table-order3 tbody .fare td:last-child, .rwd-table.rwd-table-order3 tbody .total td:last-child {
    padding-right: 17% !important;
  }
}
@media screen and (max-width: 991px) {
  .top-all-banner {
    margin-top: 76px;
  }
  /*大標*/
  .title h2, .title01 h2, .title_w h2 {
    font-size: 30px;
    letter-spacing: 1px;
  }
  .title p, .title01 p, .title_w p {
    font-size: 20px;
  }
  /*首頁影片 */
  .index-video {
    padding-bottom: 84%;
  }
  .index-video video, .index-video canvas.canvas {
    width: 150%;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
  .index-video .textbox p {
    font-size: 16px;
  }
  .index-video .textbox h2 {
    font-size: 20px;
    margin: 15px auto;
  }
  .index-hotnews .hotnewsbox {
    border-radius: 15px;
    padding: 0 10px;
  }
  .index-hotnews .hotnewsbox .textbox h4 {
    font-size: 20px;
  }
  .index-hotnews .hotnewsbox .textbox p {
    font-size: 16px;
  }
  .index-class .classwrap {
    padding: 10% 0 25%;
  }
  .index-class .classwrap .classbox .textbox {
    position: absolute;
    top: 140%;
    z-index: 1;
  }
  .index-class .classwrap .classbox h2 {
    font-size: 16px;
  }
  .index-class .classwrap .classbox h4 {
    font-size: 16px;
  }
  .index-class .classwrap .classbox span {
    font-size: 14px;
  }
  .index-features {
    padding: 60px 0;
  }
  .index-features .row {
    flex-direction: column;
  }
  .index-features .featuresbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    border-radius: 0 50px 50px 0;
  }
  .index-features .iconbox {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
  }
  .index-features .iconbox .iconitem {
    display: flex;
  }
  .index-features .iconbox .iconitem:nth-child(3) {
    transform: translateX(0%);
  }
  .index-features .iconbox .iconitem:nth-child(4) {
    transform: translateX(0%);
  }
  .index-features .iconbox .iconitem .imgbox {
    width: 30%;
  }
  .index-features .titlebox {
    padding-bottom: 40%;
  }
  .index-campus .redbox {
    border-radius: 50px 0 0 50px;
  }
  .index-campus .swiper-campus-pagination {
    bottom: -30px;
  }
  .index-campus .swiper-campus-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .index-campus .swiper-campus-pagination .swiper-pagination-bullet-active {
    width: 50px;
  }
  .index-about {
    position: relative;
  }
  .index-about .bg04_pc {
    display: none;
  }
  .index-about .bg04_mbb {
    cursor: pointer;
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    z-index: 1;
  }
  .index-about .bg04_mbb img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .index-about .bg04_mba {
    cursor: pointer;
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 70%;
    z-index: 1;
  }
  .index-about .bg04_mba img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .index-about .textbox {
    right: 5%;
    width: 75%;
  }
  .showcase {
    margin-bottom: 6%;
  }
  .showcase:nth-child(odd) .textbox {
    padding: 5%;
  }
  .showcase:nth-child(even) .imgbox {
    margin: 0 auto;
  }
  .showcase:nth-child(even) .textbox {
    padding: 5%;
  }
  .showcase .imgbox {
    width: 90%;
    padding-bottom: 53%;
    margin: 0 auto;
  }
  .showcase .textbox {
    position: relative;
    top: -20px;
    width: 100%;
  }
  .showcase .textbox h3 {
    padding-bottom: 0;
    margin-top: 20px;
  }
  .showcase .textbox p {
    padding-top: 0;
  }
  .locationbox .locabox::before {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .locationbox .locabox img {
    height: 100%;
  }
  .locationbox .locabox .loca a {
    width: 100%;
    padding: 10px 0;
  }
  .visit {
    margin: 0 auto 50px;
    padding: 0 60px 10px;
  }
  .visit::after {
    top: 10px;
    right: -8px;
  }
  .currbox {
    border-radius: 20px;
    padding: 30px;
  }
  .currbox .imgbox {
    border-radius: 10px;
  }
  .currbox .textbox p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .currframe .imgbox {
    padding-bottom: 63%;
    margin-bottom: 20px;
  }
  .parentbox h2, .showcasebox h2, .releasebox h2 {
    font-size: 22px;
  }
  .parentbox .textright, .showcasebox .textright, .releasebox .textright {
    margin-left: 0;
  }
  .release {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 50px;
  }
  .release .textbox {
    margin-bottom: 10px;
    padding: 0 0 0 20px;
  }
  .release .textbox h3 {
    font-size: 18px;
  }
  .release .textbox p {
    padding-top: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .storebox02 .col-lg-7 {
    padding-left: 0;
    margin-top: 20px;
  }
  .join01 .top .slogan h2 {
    font-size: 5rem;
  }
  .join01 .top .imgbox {
    width: 55%;
    right: -6%;
  }
  .join01 .top .imgbox::after {
    border-radius: 20px;
  }
  .join01 .top .textbox {
    width: 100%;
    margin-top: 40%;
  }
  .join01 .top .textbox .itembox {
    width: 49%;
    margin-bottom: 20px;
  }
  .join01 .top .textbox .itembox:nth-child(2) .item, .join01 .top .textbox .itembox:nth-child(5) .item {
    margin-top: 0;
  }
  .join01 .top .textbox .itembox .item {
    height: 100%;
  }
  .join01 .bottom .hm, .join01 .bottom .eae {
    flex-direction: row-reverse;
  }
  .join01 .bottom .hm .left, .join01 .bottom .eae .left {
    width: 60%;
  }
  .join01 .bottom .hm .right, .join01 .bottom .eae .right {
    width: 95%;
  }
  .join01 .bottom .hm .left, .join01 .bottom .hm .right, .join01 .bottom .eae .left, .join01 .bottom .eae .right {
    padding: 50px 20px;
  }
  .join01 .bottom .hm .left .imgbox, .join01 .bottom .hm .right .imgbox, .join01 .bottom .eae .left .imgbox, .join01 .bottom .eae .right .imgbox {
    width: 25%;
  }
  .join01 .bottom .hm .left h2, .join01 .bottom .hm .right h2, .join01 .bottom .eae .left h2, .join01 .bottom .eae .right h2 {
    font-size: 20px;
  }
  .join01 .bottom .hm .left h4, .join01 .bottom .hm .right h4, .join01 .bottom .eae .left h4, .join01 .bottom .eae .right h4 {
    font-size: 18px;
    letter-spacing: 0;
  }
  .join01 .bottom .eae .left {
    margin-right: auto;
  }
  .join02::after {
    height: 80%;
    top: 10%;
  }
  .join02 .circle .circle2 {
    right: 0;
    width: 55%;
  }
  .join02 .itembox {
    padding-top: 40%;
  }
  .join02 .itembox .item {
    width: 48%;
  }
  .join02 .itembox .item:nth-child(1) {
    margin-top: 0;
  }
  .join02 .itembox .item:nth-child(2) {
    margin-top: 20%;
  }
  .join02 .itembox .item:nth-child(3) {
    margin-top: 0;
  }
  .join02 .itembox .item:nth-child(4) {
    margin-top: 20%;
  }
  .join03::after {
    top: 15%;
  }
  .join03 .jform01 .logobox {
    padding-left: 20%;
  }
  .join03 .jform01 .logobox .logo .imgbox {
    width: 45%;
    padding-bottom: 50%;
  }
  .join03 .jform01 .itembox .item h4 {
    width: 20%;
  }
  .join04 .center {
    width: 60%;
  }
  .join04 .period01 h4, .join04 .period02 h4, .join04 .period03 h4 {
    font-size: 3rem;
  }
  .join04 .period01 .imgbox, .join04 .period02 .imgbox, .join04 .period03 .imgbox {
    width: 100%;
  }
  .join04 .period01 .imgbox {
    padding-bottom: 50%;
  }
  .join04 .period02 .imgbox {
    padding-bottom: 90%;
  }
  .join04 .period03 .imgbox {
    padding-bottom: 120%;
  }
  .join05 .top .imgbox {
    width: 100%;
    padding-bottom: 55%;
  }
  .join05 .top .textbox {
    top: 20px;
    left: 20px;
  }
  .join05 .jform02 .itembox .item h4 {
    width: 30%;
  }
  .join05 .jform02 .itembox .item p {
    width: 70%;
  }
  .about01 .textbox {
    width: 70%;
  }
  .about01 .imgbox {
    padding-bottom: 45%;
    width: 70%;
  }
  .about02 {
    padding-bottom: 0;
  }
  .about02::before {
    top: -10%;
  }
  .about02 .first {
    top: 0;
  }
  .about02 .first .textbox {
    width: 90%;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
  }
  .about02 .first .textbox p {
    font-size: 16px;
  }
  .about03::after {
    top: 70%;
  }
  .about03 .textbox {
    margin-top: 10%;
    padding: 0;
  }
  .about03 .textbox .editor {
    padding: 0 !important;
  }
  .about04 .textbox {
    margin-top: 10%;
    padding: 0;
  }
  .about04 .textbox .editor {
    padding: 0 !important;
  }
  /*大標*/
  .title, .title01 {
    margin: 30px auto;
  }
  .title h2, .title01 h2 {
    font-size: 30px;
    padding: 6px 20px;
  }
  .title p, .title01 p {
    font-size: 16px;
  }
  .title01 {
    text-align: center;
  }
  .title01 h2 {
    padding: 6px 0px;
  }
  .btn, .btn_back {
    font-size: 16px !important;
  }
  ul.tabs {
    justify-content: start;
    overflow-x: scroll;
  }
  ul.tabs li {
    font-size: 16px;
  }
  .bg::before {
    top: 0;
    left: 14px;
    width: 150px;
    height: 186px;
  }
  .bg::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .index-about .textbox {
    top: 20%;
    padding: 20px 20px 50px;
  }
  .index-about .textbox p {
    letter-spacing: 0;
  }
  .index-about .slogan {
    width: 60%;
  }
  .index-about .slogan h4 {
    font-size: 3.5rem;
  }
  .swiper-parents .swiper-slide .textbox {
    padding: 12px;
  }
  .carousel-3D-swiper {
    margin: 0 auto;
  }
  .carousel-3D-swiper-section .swiper-button-prev, .carousel-3D-swiper-section .swiper-button-next {
    top: auto;
    bottom: 0;
  }
  .carousel-3D-swiper-section .swiper-button-prev {
    left: 40%;
  }
  .carousel-3D-swiper-section .swiper-button-next {
    right: 40%;
  }
  .index-about .textbox {
    top: 35%;
  }
  .parent {
    margin-bottom: 120px;
  }
  .parent:nth-child(even) .textbox {
    bottom: -50%;
  }
  .parent:nth-child(even) .imgbox {
    margin-top: 0;
  }
  .parent .textbox {
    bottom: -50%;
    width: 90%;
  }
  .join02 .circle .circle2 {
    width: 75%;
    right: 0;
    top: 0;
  }
  .join02 .itembox {
    padding-top: 0;
  }
  .join02 .itembox .item {
    width: 90%;
  }
  .join02 .itembox .item:nth-child(1) {
    margin-top: 80%;
    margin-right: auto;
  }
  .join02 .itembox .item:nth-child(2) {
    margin-top: 10%;
  }
  .join02 .itembox .item:nth-child(3) {
    margin-top: 10%;
    margin-right: auto;
  }
  .join02 .itembox .item:nth-child(4) {
    margin-top: 10%;
  }
  .join05 h4 {
    font-size: 16px;
  }
  .join05 .top::before {
    border-radius: 0 50px 50px 0;
  }
  .join05 .top .imgbox {
    border-radius: 20px;
    padding-bottom: 50%;
    width: 100%;
  }
  .join05 .top .textbox {
    top: 20px;
    left: 20px;
  }
  .join05 .top .textbox h2 {
    font-size: 16px;
    width: 30%;
  }
  .join05 .top .textbox img {
    width: 30%;
  }
  .join05 .top .subtitle {
    width: 70%;
  }
  .join05 .jform02 .itembox .item h4 {
    width: 40%;
    padding: 10px 0 10px 10px;
  }
  .join05 .jform02 .itembox .item p {
    width: 60%;
    padding: 10px 10px 10px 0;
  }
  .join05 .slogan img {
    display: block;
    width: 80%;
  }
  .witness {
    margin-bottom: 15%;
  }
  .witness .swiper-witness-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px;
  }
  .witness .swiper-witness-pagination .swiper-pagination-bullet-active {
    width: 40px;
  }
  .witnessbox .textbox {
    margin-top: 8px;
  }
  .witnessbox .textbox h3 {
    font-size: 18px;
  }
  .witnessbox .textbox p {
    margin-top: 4px;
  }
  .witnessbox .imgbox {
    border-radius: 10px;
    padding-bottom: 120%;
  }
  .witnessbox .imgbox h2 {
    font-size: 14px;
  }
  .join06 .slogan h2 {
    font-size: 18px;
  }
  .join06 .slogan img {
    width: 50%;
  }
  main .bn {
    padding-bottom: 100%;
  }
  main .bn .imgbox {
    padding-bottom: 100%;
  }
  main .bn .pc {
    display: none;
    -webkit-mask: url(../img/mask03.png) no-repeat center center;
            mask: url(../img/mask03.png) no-repeat center center;
  }
  main .bn .mb {
    display: block;
    -webkit-mask: url(../img/mask04.png) no-repeat center center;
            mask: url(../img/mask04.png) no-repeat center center;
  }
  main .bn .page-title {
    top: 80%;
  }
  main .bn .page-title p {
    font-size: 18px;
    margin-top: 4px;
  }
  .newsbox {
    margin: 0px 0px 40px 0px;
  }
  .newsbox .textbox {
    margin-top: 20px;
    color: #FFF;
  }
  .newsbox .textbox span {
    padding: 6px 12px;
  }
  .newsbox .textbox time {
    padding: 6px 12px;
  }
  .newsbox .textbox h2 {
    font-size: 22px;
  }
  .newsbox .imgbox .more .more-info {
    font-size: 16px;
  }
  .newsbox .imgbox .more .more-info i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 6px;
    font-size: 20px;
  }
  .newsbox .imgbox .more .more-info span {
    width: 100%;
  }
  a:hover .newsbox .imgbox {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-radius: 20px;
  }
  form.book-search dl dd {
    margin-bottom: 0rem !important;
  }
  .rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
    width: 30%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
    width: 39%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(3), .rwd-table.rwd-table-order3 td:nth-child(3), .rwd-table.rwd-table-order3 th:nth-child(4), .rwd-table.rwd-table-order3 td:nth-child(4) {
    width: 15%;
  }
  .rwd-table.rwd-table-order3 tbody .fare td:last-child, .rwd-table.rwd-table-order3 tbody .total td:last-child {
    padding-right: 13.5% !important;
  }
  .successfully-ordered-div {
    width: 80%;
    padding: 15px;
    margin: 20px auto;
  }
  .successfully-ordered-div .successfully-ordered-div-img img {
    padding: 20px;
  }
  .successfully-ordered-div .successfully-ordered-div-img, .successfully-ordered-div .successfully-ordered-div-text {
    width: 100%;
  }
  .successfully-ordered-div .successfully-ordered-div-img p, .successfully-ordered-div .successfully-ordered-div-text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 667px) {
  main .bn {
    position: relative;
    display: block;
    overflow: hidden;
    height: auto;
    width: auto;
    padding: inherit;
  }
  main .bn img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    transform: none;
    top: auto;
    left: auto;
    position: relative;
    height: 250px;
  }
  .push {
    padding-top: 100px;
  }
  .top-member {
    padding: 40% 0 50px 0;
  }
  .news-date p {
    letter-spacing: 0px;
    font-size: 20px;
  }
  /*產品 */
  .product__carousel {
    display: none;
  }
  .products-img {
    display: block;
  }
  .cord04 .cord04-img {
    height: 390px;
  }
}
@media screen and (max-width: 575px) {
  .loaders img {
    width: 40%;
  }
  /*大標*/
  .title, .title01 {
    margin: 30px auto;
  }
  .title h2, .title01 h2 {
    font-size: 28px;
    padding: 6px 20px;
  }
  .title p, .title01 p {
    font-size: 16px;
  }
  .title01 h2 {
    padding: 6px 0px;
  }
  .index-hotnews .hotnewsbox {
    border-radius: 15px;
    padding: 0 10px;
  }
  .index-hotnews .hotnewsbox .textbox h4 {
    font-size: 14px;
  }
  .index-hotnews .hotnewsbox .textbox p {
    font-size: 14px;
    letter-spacing: 0;
  }
  .features {
    margin: 0 auto;
    width: 90%;
  }
  .swiper-parents .swiper-slide .textbox p {
    display: none;
  }
  .swiper-parents .swiper-slide .imgbox {
    border-radius: 5px;
  }
  .swiper-parents .swiper-slide-active::after {
    width: 102%;
    height: 102%;
  }
  .index-about {
    margin-bottom: 40%;
  }
  .class-pb {
    padding-bottom: 20%;
  }
  .currcover h4 {
    font-size: 15px;
  }
  .currcover h2 {
    font-size: 14px;
    box-shadow: none;
    padding: 12px 4px;
  }
  .currframe .titlebox h2, .currframe .titlebox h4 {
    font-size: 20px;
  }
  .morepic .photo {
    padding: 8px;
  }
  .pridebox {
    margin-bottom: 40px;
  }
  .pridebox .imgbox {
    border-radius: 10px;
  }
  .pridebox::after {
    top: 60%;
    height: 90%;
  }
  .pridebox:hover::after {
    top: 70%;
    height: 80%;
  }
  .pridebox .textbox h3 {
    font-size: 17px;
    margin: 10px auto;
  }
  .fancybox-content {
    padding: 40px 10px !important;
  }
  .parent {
    margin-bottom: 140px;
  }
  .parent:nth-child(even) .textbox {
    bottom: -30%;
  }
  .parent .textbox {
    bottom: -30%;
  }
  .parentbox h2, .showcasebox h2, .releasebox h2 {
    font-size: 20px;
  }
  .parentbox .share::after, .showcasebox .share::after, .releasebox .share::after {
    width: 83%;
  }
  .frame {
    margin-top: 20%;
    padding: 20px 0;
  }
  .product .product-text .money {
    display: block;
  }
  .product .product-text .money p {
    font-size: 16px;
  }
  .product .product-text .money span {
    display: block;
    margin-top: 10px;
  }
  .product .product-text .money span::before {
    width: 100%;
    margin-left: 0px;
  }
  .product .product-text .money span input {
    width: 100%;
  }
  .join01 .top .slogan h2 {
    font-size: 4rem;
  }
  .join01 .top .textbox {
    margin-top: 0;
  }
  .join01 .top .imgbox {
    right: 0;
    top: 5%;
  }
  .join01 .bottom .hm .right .item h2, .join01 .bottom .eae .right .item h2 {
    margin-left: 0;
    margin-bottom: 5px;
    font-size: 20px;
  }
  .join01 .bottom .hm .right .item h2::after, .join01 .bottom .eae .right .item h2::after {
    left: -50%;
    width: 80%;
    height: 80%;
  }
  .join01 .bottom .hm .left, .join01 .bottom .eae .left {
    width: 80%;
  }
  .join03::after {
    top: 7%;
  }
  .join03 .jform01 .logobox .textbox h2, .join03 .jform01 .logobox .textbox h4 {
    font-size: 14px;
  }
  .join03 .jform01 .itembox .item h4, .join03 .jform01 .itembox .item p {
    padding: 10px 5px;
  }
  .join04 h2 {
    font-size: 20px;
  }
  .join04 h4 {
    font-size: 18px;
  }
  .join04 .top .left {
    bottom: 65%;
  }
  .join04 .top .right {
    top: 65%;
  }
  .join04 .center {
    width: 100%;
  }
  .join04 .step h4 {
    margin: 0 auto;
  }
  .join04 .period01 h2, .join04 .period02 h2, .join04 .period03 h2 {
    font-size: 1rem;
  }
  .join04 .period01 h4, .join04 .period02 h4, .join04 .period03 h4 {
    font-size: 2rem;
  }
  .release {
    padding: 12px;
  }
  .release .imgbox {
    padding-bottom: 66%;
  }
  .release .textbox {
    padding: 0 5px;
  }
  .release .textbox h3 {
    margin-top: 20px;
  }
  .about01 .textbox h2 {
    font-size: 2rem;
  }
  .about02::before {
    top: -5%;
  }
  .about02 .first .imgbox {
    width: 100%;
  }
  .about02 .first .imgbox::before {
    top: 80%;
  }
  .about03::after {
    width: 85%;
    left: 50%;
  }
  .about03 .textbox h2 {
    font-size: 20px;
  }
  .about03 .imgshadow::after, .about04 .imgshadow::after {
    top: 15px;
    right: -15px;
    border-radius: 20px;
  }
  .about03 .imgshadow .imgbox, .about04 .imgshadow .imgbox {
    border-radius: 20px;
  }
}
@media screen and (max-width: 450px) {
  main .bn::after {
    top: 75%;
    width: 61px;
    height: 61px;
  }
  main .bn .page-title {
    top: 75%;
  }
  .forschool .item h2 {
    font-size: 16px;
  }
  .index-about .slogan h4 {
    font-size: 1.5rem;
  }
  .index-about .textbox {
    top: 20%;
  }
  .index-class .classwrap .classbox h4, .index-class .classwrap p {
    font-size: 14px;
    letter-spacing: 0;
  }
  .parent:nth-child(even) .textbox {
    bottom: -50%;
  }
  .parent .textbox {
    bottom: -50%;
  }
  .parentbox .icon img, .showcasebox .icon img, .releasebox .icon img, .storebox02 .icon img, .currframe .icon img {
    width: 25px;
    height: 25px;
  }
  .join04 .top .left {
    bottom: 75%;
  }
  .join04 .top .right {
    top: 75%;
  }
}/*# sourceMappingURL=all.css.map */