@-webkit-keyframes banner-anime {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes banner-anime {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.banner {
  width: 100%;
  position: relative;
  background: #fff;
  z-index: 1;
}

.banner .idx-banner {
  width: 100%;
  position: relative;
  z-index: 1;
}

.banner .idx-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.banner .idx-banner .slider {
  width: 100%;
  position: relative;
  z-index: 1;
}

.banner .idx-banner .slider .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
}

.banner .idx-banner .slider .slick-prev {
  background: url("../images/left.svg") no-repeat rgba(0, 0, 0, 0.5) center;
  background-size: 30px auto;
  left: 20px;
}

.banner .idx-banner .slider .slick-next {
  background: url("../images/right.svg") no-repeat rgba(0, 0, 0, 0.5) center;
  background-size: 30px auto;
  left: auto;
  right: 20px;
}

.banner .idx-banner a {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
}

#waveCanvas {
  display: block;
  width: 100%;
  height: 155px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.waveCanvas2 {
  width: 100%;
  height: auto;
  position: absolute;
  display: block;
  bottom: -60px;
  left: 0;
  z-index: 3;
  overflow: hidden;
}

.waveCanvas2 img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width: 1201px) {
  .waveCanvas2 {
    bottom: -20px;
  }
  .waveCanvas2 img {
    width: 101% !important;
    -webkit-transform: translateX(-2px);
        -ms-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}

@media only screen and (max-width: 577px) {
  .waveCanvas2 {
    bottom: -5px;
  }
}

.main {
  position: relative;
  z-index: 3;
}

.main .home-icon {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 1;
}

.main .home-icon2 {
  position: absolute;
  top: -80px;
  right: 0;
}

.main .home-icon img, .main .home-icon2 img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1201px) {
  .main .home-icon {
    width: 160px;
    top: 30px;
  }
  .main .home-icon2 {
    width: 150px;
    top: -40px;
  }
}

.idx-content--top {
  background: url("../images/bg.png") no-repeat center top;
  height: 373px;
  position: relative;
  z-index: 3;
}

.idx-content--top .title-pic {
  position: absolute;
  left: 3.645833333vw;
  top: 20px;
  width: 28.125vw;
}

.idx-content--top .title-pic img {
  width: 100%;
  height: auto;
  display: block;
}

.idx-content--top .list {
  position: absolute;
  right: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
  top: 20px;
}

.idx-content--top .list .list-item {
  border: solid 5px #662314;
  background: #fff;
  border-radius: 30px;
  width: 12.395833vw;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 1% 0;
  text-align: center;
  grid-gap: 0;
}

.idx-content--top .list .list-item .tit {
  font-size: clamp(16px, 0.875vw + 13.2px, 30px);
  font-weight: bold;
  padding: 0;
  line-height: 1.2;
  width: 100%;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

.idx-content--top .list .list-item .tit-1 {
  color: #4a9d6c;
}

.idx-content--top .list .list-item .tit-2 {
  color: #c05934;
}

.idx-content--top .list .list-item .tit-3 {
  color: #668bd7;
}

.idx-content--top .list .list-item .tit-4 {
  color: #b866d7;
}

.idx-content--top .list .list-item .tit-5 {
  color: #67bbd5;
}

.idx-content--top .list .list-item .text {
  font-size: clamp(15px, 0.3125vw + 14px, 20px);
  padding: 0 20px;
}

@media only screen and (max-width: 1201px) {
  .idx-content--top {
    background: url("../images/bg.svg") no-repeat center top;
    background-size: 100% auto;
    height: auto;
    padding: 21.64862614487927vw 30px 30px;
  }
  .idx-content--top .title-pic {
    display: none;
  }
  .idx-content--top .list {
    position: relative;
    right: auto;
    top: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    margin: auto;
  }
  .idx-content--top .list .list-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: auto;
    padding: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .idx-content--top .list .list-item .tit {
    width: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    min-width: 120px;
  }
  .idx-content--top .list .list-item .text {
    text-align: left;
    border-left: solid 2px #662314;
  }
}

@media only screen and (max-width: 577px) {
  .idx-content--top .list {
    width: 95%;
  }
  .idx-content--top .list .list-item {
    padding: 7px 10px;
  }
  .idx-content--top .list .list-item .tit {
    min-width: 100px;
  }
}

@media only screen and (max-width: 401px) {
  .idx-content--top .list {
    grid-gap: 5px;
  }
  .idx-content--top .list .list-item {
    padding: 4px 5px;
  }
  .idx-content--top .list .list-item .tit {
    min-width: 80px;
  }
}

.idx-content--go {
  background: #fcf3e2;
  height: 194px;
  border: solid 10px #ffc571;
  width: 100%;
  border-width: 10px 0;
  position: relative;
}

.idx-content--go .idx-content {
  position: relative;
  z-index: 1;
}

.idx-content--go .left-pic {
  position: absolute;
  left: 10px;
  width: 16.6666667vw;
}

.idx-content--go .right-pic {
  position: absolute;
  right: 2.1666666vw;
  width: 11.4583333vw;
}

.idx-content--go .left-pic, .idx-content--go .right-pic {
  z-index: 2;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.idx-content--go .left-pic img, .idx-content--go .right-pic img {
  width: 100%;
  height: auto;
  display: block;
}

.idx-content--go a {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}

.idx-content--go .list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  width: 100%;
  height: 174px;
  position: relative;
  z-index: 1;
}

.idx-content--go .list .list-item {
  height: inherit;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.idx-content--go .list .list-item .triangle-top, .idx-content--go .list .list-item .triangle-bottom {
  position: absolute;
  z-index: 1;
  right: 0;
}

.idx-content--go .list .list-item .triangle-top {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 75px 87px 0;
  border-color: transparent #ffcae2 transparent transparent;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  top: 0;
}

.idx-content--go .list .list-item .triangle-bottom {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 87px 75px;
  border-color: transparent transparent #ffcae2 transparent;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  bottom: 0;
}

.idx-content--go .list .list-item:first-child {
  padding-left: 75px;
}

.idx-content--go .list .list-item:first-child:before {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 87px 0 87px 75px;
  border-color: transparent transparent transparent #fcf3e2;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  left: 0;
}

.idx-content--go .list .list-item .info {
  position: relative;
  z-index: 2;
  margin-left: 40px;
}

.idx-content--go .list .list-item .info .info-title {
  font-size: clamp(20px, 0.625vw + 18px, 30px);
  color: #683310;
  font-weight: bold;
}

.idx-content--go .list .list-item .info .info-text {
  font-size: clamp(16px, 0.125vw + 15.6px, 18px);
  margin-top: 5px;
}

.idx-content--go .list .list-item__2 {
  background: #ffcae2;
}

.idx-content--go .list .list-item__2 .info .info-title {
  color: #912d5b;
}

.idx-content--go .list .list-item__2 .triangle-top {
  border-color: transparent #fcf3e2 transparent transparent;
}

.idx-content--go .list .list-item__2 .triangle-bottom {
  border-color: transparent transparent #fcf3e2 transparent;
}

@media only screen and (max-width: 1800px) {
  .idx-content--go .list {
    width: 85%;
    margin: auto;
  }
  .idx-content--go .list .list-item .info {
    margin-left: 20px;
  }
  .idx-content--go .list .list-item .info .info-text br {
    display: none;
  }
}

@media only screen and (max-width: 1201px) {
  .idx-content--go {
    background: #ffc571;
    height: auto;
    border: 0;
    padding-bottom: 10px;
  }
  .idx-content--go .idx-content {
    padding: 0 !important;
  }
  .idx-content--go .left-pic {
    position: relative;
    left: 0;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
  }
  .idx-content--go .list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
    width: 100%;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .idx-content--go .list .list-item {
    height: 120px;
  }
  .idx-content--go .list .list-item .triangle-top, .idx-content--go .list .list-item .triangle-bottom {
    display: none;
  }
  .idx-content--go .list .list-item:first-child {
    padding-left: 0;
  }
  .idx-content--go .list .list-item:first-child:before {
    display: none;
  }
  .idx-content--go .list .list-item .info {
    margin-left: 0;
    padding: 20px;
  }
  .idx-content--go .list .list-item:nth-child(2), .idx-content--go .list .list-item:nth-child(3) {
    background: #fcf3e2;
  }
  .idx-content--go .list .list-item:nth-child(3) .info .info-title {
    color: #683310;
  }
  .idx-content--go .list .list-item:nth-child(4) {
    background: #ffcae2;
  }
  .idx-content--go .list .list-item:nth-child(4) .info .info-title {
    color: #912d5b;
  }
  .idx-content--go .right-pic {
    width: 40%;
    bottom: 2%;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    right: 5%;
  }
}

@media only screen and (max-width: 577px) {
  .idx-content--go .right-pic {
    width: 50%;
    right: 0;
  }
}

.idx-content--bg {
  padding: 7.8125vw 0;
  background-image: url("../images/bg-top.svg"), url("../images/bg-bottom.svg"), url("../images/bg-bottom.svg"), url("../images/bg-bottom.svg");
  background-repeat: repeat-x, repeat-x, no-repeat , no-repeat;
  background-position: center top, center bottom, left -360px center, right -360px center;
  background-size: 35% auto;
}

.idx-content--bg .title {
  text-align: center;
  width: 33.17708vw;
  margin: auto;
  min-width: 250px;
}

.idx-content--bg .title .title-en {
  font-size: clamp(16px, 0.25vw + 15.2px, 20px);
}

.idx-content--bg .title .title-pic {
  width: 100%;
  height: 8vw;
  background: url("../images/title-bg.svg") no-repeat center center;
  background-size: contain;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(20px, 1.375vw + 15.6px, 42px);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: .1em;
  color: #8b5846;
  margin-top: 5px;
}

.idx-content--bg .text {
  max-width: 670px;
  margin: 30px auto;
  letter-spacing: .1em;
  font-size: clamp(16px, 0.375vw + 14.8px, 22px);
  text-align: center;
}

@media only screen and (max-width: 769px) {
  .idx-content--bg .text {
    width: 70%;
  }
}

@media only screen and (max-width: 577px) {
  .idx-content--bg {
    background-size: 50% auto;
  }
  .idx-content--bg .title .title-pic {
    height: 12vw;
  }
}

.idx-content--bg2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffe1a3));
  background: -webkit-linear-gradient(#fff, #ffe1a3);
  background: -o-linear-gradient(#fff, #ffe1a3);
  background: linear-gradient(#fff, #ffe1a3);
  padding: 0 0 7.8125vw 0;
  position: relative;
  display: block;
}

.idx-content--bg2:before {
  content: '';
  display: block;
  width: 100%;
  height: 170px;
  position: absolute;
  top: calc( 50% - 75px);
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #dab566;
}

@media only screen and (max-width: 577px) {
  .idx-content--bg2:before {
    top: 8%;
    height: 120px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.idx-content--bg3 {
  background: url("../images/bg3.jpg") no-repeat center bottom;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}

.idx-content--bg3:before {
  width: 42.3437vw;
  height: 36.09375vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 60px;
  content: '';
  display: block;
  background: url("../images/cover.png") no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1601px) {
  .idx-content--bg3:before {
    right: 30px;
  }
}

@media only screen and (max-width: 769px) {
  .idx-content--bg3 {
    background: url("../images/bg3-1.png") no-repeat center top #ffcd6a;
    background-size: 100% auto;
    padding: 70vw 0 20px 0;
  }
  .idx-content--bg3:before {
    width: 80vw;
    height: 70vw;
    top: 60px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (max-width: 577px) {
  .idx-content--bg3:before {
    top: 30px;
  }
}

.idx-content--bg4 {
  background: url("../images/bg4.jpg") no-repeat left center;
  background-size: cover;
  height: 650px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.idx-content--bg4:before {
  content: '';
  display: block;
  background: url("../images/cover2.png") no-repeat bottom right;
  background-size: contain;
  width: 1080px;
  height: 763px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 1601px) {
  .idx-content--bg4:before {
    background: url("../images/cover2-1.png") no-repeat top right;
    background-size: contain;
    width: 655px;
    height: 500px;
    bottom: 15px;
  }
}

@media only screen and (max-width: 1201px) {
  .idx-content--bg4 {
    overflow: hidden;
  }
}

@media only screen and (max-width: 769px) {
  .idx-content--bg4 {
    height: auto;
    padding: 30px 0;
  }
  .idx-content--bg4:before {
    width: 50vw;
    height: 45vw;
    bottom: 0px;
  }
}

.idx-content--ztop {
  z-index: 2 !important;
}

.idx-content {
  position: relative;
  z-index: 3;
}

.idx-content .idx-content__pic1, .idx-content .idx-content__pic2 {
  position: absolute;
  width: 300px;
  height: auto;
}

.idx-content .idx-content__pic1 {
  top: -70px;
  left: 4.6875vw;
}

.idx-content .idx-content__pic2 {
  top: -70px;
  right: 6.25vw;
}

.idx-content .idx-content__icon1, .idx-content .idx-content__icon2 {
  position: absolute;
  height: auto;
}

.idx-content .idx-content__icon1 {
  left: 20px;
  bottom: -80px;
  width: 25vw;
}

.idx-content .idx-content__icon2 {
  right: 0;
  bottom: -160px;
  width: 26.04166666vw;
}

.idx-content .idx-content__title {
  text-align: center;
  margin: 30px 0 0 0;
  font-weight: bold;
}

.idx-content .idx-content__title .pic {
  max-width: 750px;
  width: 100%;
  margin: auto;
}

.idx-content .idx-content__title .pic img {
  width: 100%;
  height: auto;
  display: block;
}

.idx-content .idx-content__title .pic2 {
  max-width: 860px;
  width: 100%;
  margin: 20px auto 0;
}

.idx-content .idx-content__title .pic2 img {
  width: 100%;
  height: auto;
  display: block;
}

.idx-content .idx-content__title .title {
  font-family: "Noto Sans TC";
  font-size: clamp(32px, 2.83333vw, 40px);
  font-weight: 800;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(#e46327), color-stop(50%, #f57480), to(#ff7fba));
  background: -webkit-linear-gradient(left, #e46327, #f57480 50%, #ff7fba);
  background: -o-linear-gradient(left, #e46327, #f57480 50%, #ff7fba);
  background: linear-gradient(90deg, #e46327, #f57480 50%, #ff7fba);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  padding-left: 0px;
  max-width: 46vw;
  margin: 10px auto 0;
}

.idx-content .idx-content__title .title img {
  width: 76px;
  height: auto;
  display: block;
  margin-left: 0px;
}

@media only screen and (max-width: 1601px) {
  .idx-content .idx-content__pic1 {
    left: 30px;
    width: 250px;
    height: auto;
  }
  .idx-content .idx-content__pic2 {
    right: 30px;
    width: 200px;
    height: auto;
  }
}

@media only screen and (max-width: 1201px) {
  .idx-content .idx-content__title {
    margin: 60px 30px 0;
  }
  .idx-content .idx-content__title .pic {
    padding-top: 0;
    max-width: 600px;
  }
  .idx-content .idx-content__title .pic2 {
    margin: 10px auto 0;
  }
  .idx-content .idx-content__title .title {
    max-width: 100% !important;
    font-size: clamp(24px, 3.33333vw, 40px);
    letter-spacing: 0.05em;
  }
  .idx-content .idx-content__title .title img {
    width: 23px;
    margin-top: 5px;
  }
  .idx-content .idx-content__pic1 {
    width: 150px;
  }
  .idx-content .idx-content__pic2 {
    width: 120px;
  }
}

@media only screen and (max-width: 769px) {
  .idx-content .idx-content__pic1 {
    width: 100px;
    top: -60px;
  }
  .idx-content .idx-content__pic2 {
    width: 80px;
    top: -60px;
  }
}

.idx-content-tour {
  padding: 0 60px 60px 60px;
  background-image: url("../images/icon4.svg"), url("../images/icon5.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 33.85416666666667vw auto, 36.45833333333333vw auto;
  background-position: left bottom, right bottom;
}

@media only screen and (max-width: 1601px) {
  .idx-content-tour {
    padding: 0 30px 60px 30px;
  }
}

.idx-list__title {
  max-width: 1400px;
}

.idx-list__title img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

@media only screen and (max-width: 577px) {
  .idx-list__title {
    margin-top: 30px;
  }
}

.idx-list__more {
  max-width: 910px;
  margin: 60px auto 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  height: 72px;
  background: #606060;
  border-radius: 72px;
  font-size: clamp(20px, 0.625vw + 18px, 30px);
  font-weight: bold;
  padding: 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.idx-list__more:before, .idx-list__more:after {
  content: '';
  display: block;
  background: #fff;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 1201px) {
  .idx-list__more {
    height: 40px;
    margin: 30px auto 0 auto;
  }
  .idx-list__more:before, .idx-list__more:after {
    width: 15px;
    height: 15px;
  }
}

.idx-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 30px;
  margin-top: 30px;
  letter-spacing: .1em;
}

.idx-list .idx-list__item {
  font-size: clamp(16px, 1.04167vw, 20px);
  line-height: 1.2;
  position: relative;
  -webkit-box-shadow: 2px 2px 3px rgba(214, 214, 214, 0.8);
          box-shadow: 2px 2px 3px rgba(214, 214, 214, 0.8);
  border-radius: 10px;
  overflow: hidden;
  background: #f9f9f9;
}

.idx-list .idx-list__item .link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.idx-list .idx-list__item figure {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.idx-list .idx-list__item figure img {
  width: 100%;
  height: auto;
  display: block;
}

.idx-list .idx-list__item .info {
  display: block;
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #666666;
  position: relative;
  z-index: 1;
  font-size: clamp(15px, 0.1875vw + 14.4px, 18px);
  line-height: 1.6;
}

@media only screen and (max-width: 769px) {
  .idx-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .idx-list .idx-list__item .info {
    padding: 10px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 401px) {
  .idx-list {
    grid-template-columns: 1fr;
  }
}

.idx-list2 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 15px;
}

.idx-list2 .idx-list2__row {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.idx-list2 .idx-list2__row figure {
  width: 100%;
  padding: 100% 0 0 0;
  position: relative;
  z-index: 1;
  background: #f0f0f0;
}

.idx-list2 .idx-list2__row figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.idx-list2 .idx-list2__row .month {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: -20px;
  left: -20px;
  color: #fff;
  z-index: 2;
  font-size: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: noto serif tc, serif;
  font-weight: 600;
}

.idx-list2 .idx-list2__row .month > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 0 10px 10px;
}

.idx-list2 .idx-list2__row .month span {
  font-size: 42px;
}

.idx-list2 .idx-list2__row a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.idx-list2 .idx-list2__row:hover .info {
  height: 100%;
  bottom: 0;
}

@media only screen and (max-width: 1601px) {
  .idx-list2 .idx-list2__row .info .info-text {
    padding: 20px;
  }
}

@media only screen and (max-width: 1201px) {
  .idx-list2 {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 30px;
  }
  .idx-list2 .idx-list2__row figure, .idx-list2 .idx-list2__row .info {
    height: 100px;
  }
  .idx-list2 .idx-list2__row .month {
    width: 100px;
    height: 100px;
    font-size: 20px;
  }
  .idx-list2 .idx-list2__row .month span {
    font-size: 32px;
  }
  .idx-list2 .idx-list2__row .info {
    padding-bottom: 0;
    background: none;
  }
  .idx-list2 .idx-list2__row .info .info-text {
    display: none;
  }
  .idx-list2 .idx-list2__row .info .info-box {
    height: 100px;
    width: 70%;
    left: auto;
    right: 0;
    padding-left: 30px;
    text-align: left;
    background: rgba(0, 0, 0, 0.5);
  }
  .idx-list2 .idx-list2__row .info .info-box:after {
    display: none;
  }
  .idx-list2 .idx-list2__row .info .info-box .no {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .idx-list2 .idx-list2__row .info .info-box .no:after {
    content: '';
    display: block;
    width: 45px;
    height: 2px;
    background: #fff;
    margin-left: 10px;
  }
  .idx-list2 .idx-list2__row .info .info-box .name {
    letter-spacing: 0;
  }
  .idx-list2 .idx-list2__row .info .info-box .name br {
    display: none;
  }
}

@media only screen and (max-width: 577px) {
  .idx-list2 {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
}

.idx-list3 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 50px;
  position: relative;
  z-index: 3;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.idx-list3 .idx-list3__row {
  background: #333;
  border-radius: 268px;
  overflow: hidden;
  position: relative;
}

.idx-list3 .idx-list3__row a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.idx-list3 .idx-list3__row figure {
  width: 100%;
  position: relative;
  padding: 150% 0 0 0;
  overflow: hidden;
  z-index: 1;
}

.idx-list3 .idx-list3__row figure img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.idx-list3 .idx-list3__row .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../images/title-bg2.svg") no-repeat center;
  background-size: contain;
  font-size: clamp(18px, 0.375vw + 16.8px, 24px);
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 200px;
  right: 30px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: .2em;
  z-index: 2;
}

@media only screen and (max-width: 1201px) {
  .idx-list3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0;
    grid-gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .idx-list3 .idx-list3__row {
    width: calc((100% / 3 - 40px / 3));
  }
  .idx-list3 .idx-list3__row:first-child {
    margin-left: calc((100% - (calc((100% / 3 - 40px / 3)) * 3)) / 2);
  }
}

@media only screen and (max-width: 769px) {
  .idx-list3 .idx-list3__row {
    width: calc(100% / 2 - 10px);
  }
  .idx-list3 .idx-list3__row:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 577px) {
  .idx-list3 .idx-list3__row .name {
    right: 10px;
    width: 40px;
    height: 133px;
  }
}

@media only screen and (max-width: 401px) {
  .idx-list3 {
    grid-template-columns: 1fr;
  }
}

.idx-list4 .idx-list4__row--bg1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#e48425), to(#f9e5d2));
  background: -webkit-linear-gradient(#e48425, #f9e5d2);
  background: -o-linear-gradient(#e48425, #f9e5d2);
  background: linear-gradient(#e48425, #f9e5d2);
}

.idx-list4 .idx-list4__row--bg1 .info .info-more {
  background: #c46814;
}

.idx-list4 .idx-list4__row--bg2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#998dc2), to(#e6e3f1));
  background: -webkit-linear-gradient(#998dc2, #e6e3f1);
  background: -o-linear-gradient(#998dc2, #e6e3f1);
  background: linear-gradient(#998dc2, #e6e3f1);
}

.idx-list4 .idx-list4__row--bg2 .info .info-more {
  background: #635d89;
}

.idx-list4 .idx-list4__row--bg3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#e094ac), to(#ffdadb));
  background: -webkit-linear-gradient(#e094ac, #ffdadb);
  background: -o-linear-gradient(#e094ac, #ffdadb);
  background: linear-gradient(#e094ac, #ffdadb);
}

.idx-list4 .idx-list4__row--bg3 .info .info-more {
  background: #e57780;
}

.idx-list4 .idx-list4__row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.idx-list4 .idx-list4__row figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 75% 0 0 0;
}

.idx-list4 .idx-list4__row figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.idx-list4 .idx-list4__row .info {
  padding: 80px 105px 30px 105px;
  letter-spacing: .1em;
  position: relative;
  color: #fff;
  overflow: hidden;
}

.idx-list4 .idx-list4__row .info:before {
  background: url("../images/style-icon.svg") no-repeat;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 60px;
  width: 500px;
  height: 250px;
}

.idx-list4 .idx-list4__row .info .info-name {
  border-bottom: solid 1px #fff;
  font-size: clamp(24px, 0.75vw + 21.6px, 36px);
  font-weight: 600;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.idx-list4 .idx-list4__row .info .info-en {
  font-weight: 300;
  font-size: clamp(16px, 0.875vw + 13.2px, 30px);
}

.idx-list4 .idx-list4__row .info .info-text {
  font-size: clamp(16px, 0.25vw + 15.2px, 20px);
  line-height: 1.6;
  margin-top: 20px;
}

.idx-list4 .idx-list4__row .info .info-more {
  width: 346px;
  height: 80px;
  color: #fff;
  font-size: clamp(20px, 0.625vw + 18px, 30px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  border-radius: 80px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .1em;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 1401px) {
  .idx-list4 .idx-list4__row .info {
    padding: 40px;
  }
}

@media only screen and (max-width: 1201px) {
  .idx-list4 .idx-list4__row .info .info-more {
    width: 220px;
    height: 60px;
  }
}

.idx-list4 .idx-list4__row:nth-child(even) figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.idx-list4 .idx-list4__row:nth-child(even) .info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.idx-list4 .idx-list4__row:nth-child(even) .info:before {
  right: auto;
  left: 60px;
}

@media only screen and (max-width: 1201px) {
  .idx-list4 .idx-list4__row figure {
    padding: 100% 0 0 0;
  }
}

@media only screen and (max-width: 769px) {
  .idx-list4 .idx-list4__row {
    grid-template-columns: 1fr;
  }
  .idx-list4 .idx-list4__row figure {
    padding: 50% 0 0 0;
  }
  .idx-list4 .idx-list4__row .info {
    padding: 40px 13.671875vw;
  }
  .idx-list4 .idx-list4__row .info:before {
    width: 200px;
    height: 100px;
    left: auto;
    right: 0;
  }
  .idx-list4 .idx-list4__row .info .info-name {
    border-bottom: solid 3px #fff;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .idx-list4 .idx-list4__row .info .info-more {
    position: relative;
    bottom: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: auto;
    margin: 30px auto 0;
  }
  .idx-list4 .idx-list4__row:nth-child(even) figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .idx-list4 .idx-list4__row:nth-child(even) .info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .idx-list4 .idx-list4__row:nth-child(even) .info:before {
    right: auto;
    left: 0;
  }
  .idx-list4 .idx-list4__row:nth-child(even) .info .info-name {
    border-bottom: solid 3px #fff;
  }
}

.review-title {
  margin-left: 7.291666666vw;
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-shadow: 2px 2px 0 white, -2px 2px 0 white, 2px -2px 0 white, -2px -2px 0 white;
}

@media only screen and (max-width: 1601px) {
  .review-title {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 769px) {
  .review-title {
    margin-left: 0;
    padding: 0 60px;
    text-align: center;
  }
}

@media only screen and (max-width: 577px) {
  .review-title {
    font-size: 24px;
    padding: 0 60px;
  }
}

.review-container {
  width: 45vw;
  height: 820px;
  overflow: hidden;
  position: relative;
  grid-gap: 15px;
  margin-left: 7.29166666666vw;
}

.review-container .review-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.review-container .review {
  background: #fff;
  border-radius: 10px;
  padding: 15px 30px;
  letter-spacing: 0;
}

.review-container .review .review-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}

.review-container .review .stars {
  color: gold;
  margin-right: 5px;
}

.review-container .review .time {
  font-size: 12px;
  color: gray;
}

.review-container .review .text {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.review-container .review:nth-child(even) {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}

@media only screen and (max-width: 1601px) {
  .review-container {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 769px) {
  .review-container {
    width: 80%;
    margin-left: 0;
    margin: 0 auto;
    height: 50vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .review-container .review-list, .review-container .review-list2 {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .review-container .review-list2 {
    margin-top: 0;
  }
  .review-container .review:nth-child(even) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (max-width: 577px) {
  .review-container {
    height: 70vw;
  }
}

.about {
  margin-left: 7.29166666666vw;
}

.about .about-top {
  font-family: "Noto Serif TC", serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
  width: 430px;
  margin-bottom: 10px;
}

.about .about-name {
  color: #0e2a78;
  font-size: clamp(36px, 2.8125vw, 54px);
  font-weight: 800;
}

.about .about-en {
  color: #d88000;
  font-size: clamp(16px, 0.10417vw, 20px);
  padding: 6px 0 0 10px;
  font-weight: bold;
}

.about .about-name2 {
  color: #000;
  font-family: "Noto Serif TC", serif;
  font-size: clamp(16px, 0.15625vw, 30px);
  letter-spacing: 20px;
  font-weight: bold;
  padding-left: 10px;
}

.about .about-text {
  color: #3b91d1;
  text-align: left;
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 500;
  padding: 30px 10px;
}

.about .about-btm {
  width: 533px;
}

.about .about-btm .top {
  background: url("../images/aboutbg.svg") no-repeat left center;
  background-size: contain;
  border-bottom: solid 3px #0e2a78;
  width: 100%;
  color: #fff;
  font-size: clamp(15px, 0.125vw, 24px);
  font-family: "Noto Serif TC", serif;
  font-weight: bold;
  padding: 6px 0 6px 20px;
}

.about .about-btm .list {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  margin-top: 15px;
}

.about .about-btm .list .list-item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.about .about-btm .list .list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 24px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  opacity: 0;
}

.about .about-btm .list .list-item figure {
  height: 160px;
  width: 100%;
  position: relative;
  background: #fdfdfd;
  z-index: 1;
}

.about .about-btm .list .list-item:hover a {
  opacity: 1;
  color: #fff;
}

@media only screen and (max-width: 1201px) {
  .about .about-btm .list .list-item a {
    opacity: 1;
  }
}

@media only screen and (max-width: 769px) {
  .about .about-btm {
    width: 45vw;
  }
  .about .about-btm .top {
    padding: 6px 0 6px 10px;
  }
  .about .about-btm .list .list-item a {
    font-size: 18px;
  }
  .about .about-btm .list .list-item figure {
    height: 120px;
  }
}

@media only screen and (max-width: 577px) {
  .about .about-btm .list .list-item a {
    font-size: 16px;
  }
  .about .about-btm .list .list-item figure {
    height: 60px;
  }
}

@media only screen and (max-width: 769px) {
  .about .about-top {
    max-width: 430px;
    width: 100%;
  }
}

@media only screen and (max-width: 401px) {
  .about {
    margin-left: 0;
    padding: 0 30px;
  }
  .about .about-top {
    width: 100%;
  }
}
