@-webkit-keyframes scrolldown {
  0% {
    bottom: 45px;
  }
  50% {
    bottom: 30px;
  }
  100% {
    bottom: 45px;
  }
}

@keyframes scrolldown {
  0% {
    bottom: 45px;
  }
  50% {
    bottom: 30px;
  }
  100% {
    bottom: 45px;
  }
}

.banner {
  width: 100%;
  position: relative;
  padding-left: 120px;
}

@media only screen and (max-width: 1201px) {
  .banner {
    padding-left: 0;
  }
}

.banner .banner-search {
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  background: #8b6c4e;
}

@media only screen and (max-width: 1201px) {
  .banner .banner-search {
    display: none;
  }
}

.banner .banner-search i {
  color: #fff;
  font-size: 35px;
  text-align: center;
}

.banner .banner-sidebar {
  width: 120px;
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 3;
}

@media only screen and (max-width: 1201px) {
  .banner .banner-sidebar {
    display: none;
  }
}

.banner .banner-sidebar .logo {
  width: 120px;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner .banner-sidebar .logo img {
  max-width: 80px;
  height: auto;
  display: block;
}

.banner .banner-sidebar .idx-nav.active {
  opacity: 1;
  visibility: visible;
}

.banner .banner-sidebar .idx-nav {
  width: 380px;
  height: 100vh;
  position: absolute;
  left: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(242, 239, 230, 0.95);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}

.banner .banner-sidebar .idx-nav .idx-nav__content {
  text-align: center;
  width: 100%;
}

.banner .banner-sidebar .idx-nav .mypets, .banner .banner-sidebar .idx-nav .thepet {
  width: inherit;
}

.banner .banner-sidebar .idx-nav .mypets {
  padding: 14px 0;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  letter-spacing: 0.3em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner .banner-sidebar .idx-nav .mypets span {
  padding: 0 15px;
}

.banner .banner-sidebar .idx-nav .mypets:before, .banner .banner-sidebar .idx-nav .mypets:after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #8b6c4e;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.banner .banner-sidebar .idx-nav .mypets:hover {
  color: #8b6c4e;
}

.banner .banner-sidebar .idx-nav .mypets:hover:before, .banner .banner-sidebar .idx-nav .mypets:hover:after {
  width: 15px;
}

.banner .banner-sidebar .idx-nav .openpet {
  color: #8b6c4e;
  letter-spacing: 0.3em;
}

.banner .banner-sidebar .idx-nav .openpet:before, .banner .banner-sidebar .idx-nav .openpet:after {
  content: '';
  display: block;
  width: 15px;
  height: 1px;
  background: #8b6c4e;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.banner .banner-sidebar .idx-nav .thepet {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25rem;
  background: #8b6c4e;
}

.banner .banner-sidebar .idx-nav .idx-nav__link {
  width: 100%;
  padding: 14px 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  letter-spacing: 0.3em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner .banner-sidebar .idx-nav .idx-nav__link a {
  margin: 0 15px;
}

.banner .banner-sidebar .idx-nav .idx-nav__link:before, .banner .banner-sidebar .idx-nav .idx-nav__link:after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #8b6c4e;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.banner .banner-sidebar .idx-nav .idx-nav__link:hover:before, .banner .banner-sidebar .idx-nav .idx-nav__link:hover:after {
  width: 15px;
}

.banner .banner-sidebar .idx-nav .idx-nav__list {
  padding: 20px 0;
}

.banner .banner-sidebar .idx-nav .idx-nav__list li {
  margin: 18px 0;
}

.banner .banner-sidebar .idx-nav .idx-nav__list li a {
  color: #f1e0c9;
  letter-spacing: 0.3em;
}

.banner .banner-sidebar .idx-nav .idx-nav__list li a:hover {
  color: #fff;
}

.banner .banner-sidebar .idx-menu.open .idx-menu__burger {
  background: #fff;
}

.banner .banner-sidebar .idx-menu.open .idx-menu__burger:before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 100%;
}

.banner .banner-sidebar .idx-menu.open .idx-menu__burger:after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.banner .banner-sidebar .idx-menu {
  width: 30px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.banner .banner-sidebar .idx-menu .idx-menu__burger {
  width: 30px;
  height: 2px;
  background: #000;
  display: block;
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}

.banner .banner-sidebar .idx-menu .idx-menu__burger:before, .banner .banner-sidebar .idx-menu .idx-menu__burger:after {
  content: '';
  background: #000;
  height: 2px;
  position: absolute;
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}

.banner .banner-sidebar .idx-menu .idx-menu__burger:before {
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  width: 20px;
}

.banner .banner-sidebar .idx-menu .idx-menu__burger:after {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  width: 30px;
}

.banner .banner-sidebar .text {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #9f9f9f;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  padding-bottom: 20px;
}

.banner .slider .slick-dots li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner .slider .slick-dots li button {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #fff;
}

.banner .slider .slick-dots li button:before {
  display: none;
}

.banner .slider .slick-dots li.slick-active button {
  background: #dbcdbe;
}

.banner .slider .slider-box {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

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

.banner .slider .slider-box .slogan {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.banner .slider .slider-box .slogan .title {
  font-size: 54px;
  font-size: 3.375rem;
  line-height: 4.21875rem;
  font-weight: bold;
  white-space: nowrap;
}

.banner .slider .slider-box .slogan .text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  letter-spacing: 1.5em;
  margin-top: 20px;
  display: inline-block;
}

@media only screen and (max-width: 1201px) {
  .banner .slider .slider-box .slogan .title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 3.75rem;
  }
  .banner .slider .slider-box .slogan .text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

@media only screen and (max-width: 769px) {
  .banner .slider .slider-box .slogan .title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 2.8125rem;
  }
  .banner .slider .slider-box .slogan .text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.5em;
  }
}

@media only screen and (max-width: 577px) {
  .banner .slider .slider-box .slogan .title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.34375rem;
  }
}

.banner .slider .slider-box:before {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.banner .slider .slider-box 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;
  z-index: 1;
}

.idx-content--recommend:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(50% + 60px);
  height: 450px;
  background: #dbcdbe;
  z-index: -1;
}

@media only screen and (max-width: 1800px) {
  .idx-content--recommend .all-width {
    padding: 0 120px;
    max-width: 100%;
  }
  .idx-content--recommend:before {
    height: 25vw;
  }
}

@media only screen and (max-width: 1000px) {
  .idx-content--recommend .all-width {
    padding: 0 8.4vw;
  }
  .idx-content--recommend:before {
    width: calc(50% + 30px);
  }
}

@media only screen and (max-width: 769px) {
  .idx-content--recommend:before {
    width: 100%;
    height: 70vw;
  }
}

.idx-content--about {
  background: url("../images/idx-about-bg.jpg") no-repeat;
  background-size: cover;
}

.idx-content--thematic {
  background: #f2efe6;
  position: relative;
  overflow: hidden;
}

.idx-content--thematic .icon1, .idx-content--thematic .icon2, .idx-content--thematic .icon3, .idx-content--thematic .icon4 {
  position: absolute;
  z-index: 1;
}

.idx-content--thematic .icon1 {
  left: -100px;
  top: 300px;
}

.idx-content--thematic .icon2 {
  top: 0;
  left: 277px;
}

.idx-content--thematic .icon3 {
  top: 270px;
  right: 335px;
}

.idx-content--thematic .icon4 {
  top: 0;
  right: 0;
}

.idx-content {
  position: relative;
}

.idx-recommend {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0;
}

@media only screen and (max-width: 1800px) {
  .idx-recommend {
    padding: 60px 0 3.33vw 0;
  }
}

@media only screen and (max-width: 769px) {
  .idx-recommend {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.idx-recommend figure {
  min-width: 757px;
  width: 757px;
  height: 473px;
  overflow: hidden;
  position: relative;
  margin-left: 30px;
}

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

@media only screen and (max-width: 1800px) {
  .idx-recommend figure {
    min-width: 42.06vw;
    width: 42.06vw;
    height: 26.28vw;
    margin-left: 0;
  }
}

@media only screen and (max-width: 769px) {
  .idx-recommend figure {
    min-width: 100%;
    width: 100%;
    height: 48.28vw;
  }
}

.idx-recommend .info {
  margin-left: 184px;
  width: 100%;
}

.idx-recommend .info .info-top {
  margin-bottom: 20px;
  color: #8b6c4e;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.idx-recommend .info .info-top span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.idx-recommend .info .info-top span i {
  margin-right: 5px;
}

.idx-recommend .info .info-top .line {
  margin: 0 10px;
}

.idx-recommend .info .info-name {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 400;
}

.idx-recommend .info .info-name a {
  display: block;
}

.idx-recommend .info .info-name a:hover {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.idx-recommend .info .info-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #666666;
  margin: 30px 0 50px 0;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 1800px) {
  .idx-recommend .info {
    margin-left: 10.22vw;
  }
}

@media only screen and (max-width: 1600px) {
  .idx-recommend .info {
    margin-left: 9.5vw;
  }
}

@media only screen and (max-width: 1201px) {
  .idx-recommend .info .info-top {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
    margin-bottom: 10px;
  }
  .idx-recommend .info .info-name {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
  .idx-recommend .info .info-text {
    margin: 15px 0 25px 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@media only screen and (max-width: 1000px) {
  .idx-recommend .info {
    margin-left: 6.4vw;
  }
}

@media only screen and (max-width: 769px) {
  .idx-recommend .info {
    margin-left: 0;
    background: #fff;
    padding: 20px 20px 30px;
    margin-bottom: 30px;
  }
}

.idx-tour {
  width: 100%;
  padding-left: 160px;
  height: 760px;
  background: url("../images/index2_64.jpg") no-repeat left top;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

@media only screen and (max-width: 1800px) {
  .idx-tour {
    padding-left: 8.88vw;
  }
}

@media only screen and (max-width: 1000px) {
  .idx-tour {
    display: block;
    height: auto;
    padding-left: calc(100px - 18.5px);
  }
}

@media only screen and (max-width: 769px) {
  .idx-tour {
    padding-left: calc(8.4vw - 18.5px);
  }
}

@media only screen and (max-width: 577px) {
  .idx-tour {
    padding-left: 0;
  }
}

.idx-tour .main-btn {
  position: absolute;
  top: 50px;
  right: 160px;
}

.idx-tour .title {
  position: absolute;
  left: 8.6vw;
  top: 0;
  padding-top: 70px;
}

.idx-tour .title:before {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 18px;
  background: #8b6c4e;
}

.idx-tour .title .title-big {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  letter-spacing: 0.2em;
}

.idx-tour .title .title-en {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.1em;
  margin-left: 5px;
  margin-top: 5px;
  color: #c4ad91;
}

.idx-tour .title .title-text {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  height: 320px;
  color: #666666;
  letter-spacing: 0.3em;
  margin: 30px 0 0 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

@media only screen and (max-width: 1201px) {
  .idx-tour .title .title-big {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .idx-tour .title .title-en {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
}

@media only screen and (max-width: 1000px) {
  .idx-tour .title {
    left: 18.5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
    position: relative;
  }
  .idx-tour .title .title-big, .idx-tour .title .title-en, .idx-tour .title .title-text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .idx-tour .title .title-en {
    width: 100%;
    margin-left: 0;
  }
  .idx-tour .title .title-text {
    height: auto;
    margin: 10px 0 0 0;
    width: 100%;
  }
}

@media only screen and (max-width: 577px) {
  .idx-tour .title {
    text-align: center;
    width: 100%;
    left: 0;
  }
  .idx-tour .title:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .idx-tour .title .title-big {
    display: block;
    margin: auto;
    text-indent: -0.2em;
  }
  .idx-tour .title .title-text {
    width: 330px;
    margin: 10px auto 0;
    text-indent: -0.3em;
  }
}

.idx-tour .slider2 {
  width: 1748px;
  padding-left: 205.5px;
}

@media only screen and (max-width: 1000px) {
  .idx-tour .slider2 {
    padding-left: 0;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 577px) {
  .idx-tour .slider2 {
    width: 100%;
  }
}

.idx-tour .slider2 .slick-arrow {
  width: 65px;
  height: 65px;
  border: solid 1px #8b6c4e;
  top: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  bottom: 90px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.idx-tour .slider2 .slick-arrow:hover {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.idx-tour .slider2 .slick-next {
  right: auto;
  left: 72px;
}

.idx-tour .slider2 .slick-prev {
  left: 0;
}

.idx-tour .slider2 .item {
  padding: 18.5px;
}

.idx-tour .slider2 .item > div {
  background: #fff;
  width: 400px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.idx-tour .slider2 .item figure {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.idx-tour .slider2 .item 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;
}

@media only screen and (max-width: 1400px) {
  .idx-tour .slider2 .item > div {
    width: 300px;
  }
  .idx-tour .slider2 .item figure {
    height: 188px;
  }
}

@media only screen and (max-width: 577px) {
  .idx-tour .slider2 .item > div {
    width: 100%;
  }
  .idx-tour .slider2 .item figure {
    height: 48vw;
  }
}

.idx-tour .slider2 .item-info {
  padding: 20px 20px 30px;
}

.idx-tour .slider2 .item-info .item-info__top span {
  color: #8b6c4e;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.idx-tour .slider2 .item-info .item-info__top span i {
  margin-right: 5px;
}

.idx-tour .slider2 .item-info .item-info__name {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: 400;
  margin: 15px 0 20px 0;
  display: block;
}

.idx-tour .slider2 .item-info .item-info__text {
  color: #666666;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25rem;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.idx-tour .slider2 .item-info .item-info__price {
  width: 100%;
  text-align: right;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  color: #8b6c4e;
  margin-top: 25px;
}

.idx-tour .slider2 .item-info .item-info__price span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25rem;
}

@media only screen and (max-width: 1201px) {
  .idx-tour .slider2 .item-info .item-info__name {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.40625rem;
  }
  .idx-tour .slider2 .item-info .item-info__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
  .idx-tour .slider2 .item-info .item-info__price {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .idx-tour .slider2 .item-info .item-info__price span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
}

@media only screen and (max-width: 1000px) {
  .idx-tour .slider2 .item-info .item-info__text {
    display: none;
  }
}

.idx-about {
  width: 100%;
  padding: 120px 0;
}

@media only screen and (max-width: 1201px) {
  .idx-about {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 769px) {
  .idx-about {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.idx-about .idx-about__title {
  color: #f2efe6;
  min-width: 415px;
}

.idx-about .idx-about__name {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.idx-about .idx-about__en {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.2em;
  margin: 10px 0 35px 0;
}

.idx-about .idx-about__en:before {
  background: #f2efe6;
  content: '';
  display: block;
  height: 1px;
  width: 40px;
  margin-right: 30px;
}

.idx-about .main-btn {
  border: solid 1px #f2efe6;
  color: #f2efe6;
}

.idx-about .idx-about__text {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 1201px) {
  .idx-about .idx-about__title {
    min-width: 34.58vw;
  }
  .idx-about .idx-about__name {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .idx-about .idx-about__en {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
  .idx-about .idx-about__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

@media only screen and (max-width: 1000px) {
  .idx-about .idx-about__title {
    min-width: 30.58vw;
  }
}

@media only screen and (max-width: 769px) {
  .idx-about .idx-about__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

.idx-thematic {
  padding: 85px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1000px) {
  .idx-thematic {
    padding: 60px 0 0 0;
  }
}

.idx-thematic .main-btn {
  margin: auto;
}

.idx-thematic .idx-thematic__title {
  text-align: center;
}

.idx-thematic .idx-thematic__name {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.idx-thematic .idx-thematic__line {
  width: 1px;
  height: 40px;
  background: #8b6c4e;
  margin: auto;
}

.idx-thematic .idx-thematic__en {
  color: #c4ad91;
  letter-spacing: 0.2em;
  margin: 10px 0 20px 0;
}

.idx-thematic .idx-thematic__text {
  color: #666;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0.3em;
  width: 330px;
  margin: 20px auto;
}

.idx-thematic .slider3 {
  width: 1824px;
  margin: 40px auto 0;
  -webkit-transform: translateX(228px);
      -ms-transform: translateX(228px);
          transform: translateX(228px);
}

@media only screen and (max-width: 1000px) {
  .idx-thematic .slider3 {
    -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
            transform: translateX(100px);
  }
}

@media only screen and (max-width: 769px) {
  .idx-thematic .slider3 {
    -webkit-transform: translateX(8.4vw);
        -ms-transform: translateX(8.4vw);
            transform: translateX(8.4vw);
  }
}

@media only screen and (max-width: 577px) {
  .idx-thematic .slider3 {
    width: 100%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.idx-thematic .slider3 .slick-arrow {
  width: 65px;
  height: 65px;
  border: solid 1px #8b6c4e;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.idx-thematic .slider3 .slick-next {
  right: auto;
  left: -140px;
  -webkit-transform: translateY(-55%);
      -ms-transform: translateY(-55%);
          transform: translateY(-55%);
}

.idx-thematic .slider3 .slick-prev {
  left: -140px;
  -webkit-transform: translateY(55%);
      -ms-transform: translateY(55%);
          transform: translateY(55%);
}

.idx-thematic .slider3 .item {
  padding: 56px 28px 56px 28px;
}

.idx-thematic .slider3 .item .item-wrap {
  position: relative;
  width: 400px;
  margin: auto;
  height: 533px;
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}

.idx-thematic .slider3 .item .item-wrap:before {
  content: attr(data-num);
  position: absolute;
  z-index: 2;
  bottom: 80px;
  left: -35px;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 4.6875rem;
  font-style: italic;
  font-weight: bold;
  color: #8b6c4e;
}

.idx-thematic .slider3 .item .item-wrap figure {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.idx-thematic .slider3 .item .item-wrap figure a {
  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;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.idx-thematic .slider3 .item .item-wrap figure a:after {
  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;
  content: 'MORE';
  font-style: italic;
  color: #8b6c4e;
  width: 96px;
  height: 96px;
  border-radius: 100%;
  letter-spacing: 0;
  font-weight: bold;
  background: #f2efe6;
  opacity: 0;
  -webkit-transition: .3s ease-out .5s;
  -o-transition: .3s ease-out .5s;
  transition: .3s ease-out .5s;
}

.idx-thematic .slider3 .item .item-wrap figure a:hover {
  background: rgba(0, 0, 0, 0.5);
}

.idx-thematic .slider3 .item .item-wrap figure a:hover:after {
  opacity: 1;
}

.idx-thematic .slider3 .item .item-wrap 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;
  z-index: 1;
}

.idx-thematic .slider3 .item .item-wrap .item-wrap__name {
  background: #f2efe6;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.idx-thematic .slider3 .item .item-wrap .item-wrap__name a {
  display: block;
  padding: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  min-width: 175px;
}

@media only screen and (max-width: 1400px) {
  .idx-thematic .slider3 .item .item-wrap {
    width: 300px;
    height: 408px;
  }
  .idx-thematic .slider3 .item .item-wrap figure {
    height: 375px;
  }
}

.idx-thematic .slider3 .item:hover .item-wrap {
  -webkit-transform: translateY(-56px);
      -ms-transform: translateY(-56px);
          transform: translateY(-56px);
}

@media only screen and (max-width: 1201px) {
  .idx-thematic .idx-thematic__name {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .idx-thematic .idx-thematic__en {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
  .idx-thematic .slider3 .item .item-wrap:before {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 4.0625rem;
  }
  .idx-thematic .slider3 .item .item-wrap .item-wrap__name a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.40625rem;
  }
  .idx-thematic .slider3 .item:hover .item-wrap {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (max-width: 577px) {
  .idx-thematic .slider3 {
    margin-bottom: 30px;
  }
  .idx-thematic .slider3 .item {
    padding: 28px;
  }
  .idx-thematic .slider3 .item .item-wrap {
    width: 100%;
    height: auto;
  }
  .idx-thematic .slider3 .item .item-wrap figure {
    height: 87vw;
  }
}

.idx-news {
  width: 100%;
  padding: 120px 0;
}

.idx-news .idx-news__title {
  min-width: 415px;
  margin-top: 50px;
}

@media only screen and (max-width: 1800px) {
  .idx-news .idx-news__title {
    min-width: 23.06vw;
  }
}

.idx-news .idx-news__name {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.idx-news .idx-news__en {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.2em;
  margin: 10px 0 35px 0;
  color: #dbcdbe;
}

.idx-news .idx-news__en:before {
  background: #dbcdbe;
  content: '';
  display: block;
  height: 1px;
  width: 40px;
  margin-right: 30px;
}

@media only screen and (max-width: 1201px) {
  .idx-news .idx-news__name {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .idx-news .idx-news__en {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
}

@media only screen and (max-width: 1000px) {
  .idx-news {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 60px 0;
  }
}

.idx-news .idx-news__list {
  border-top: solid 1px #d9d9d9;
  width: 100%;
  margin-right: 100px;
}

.idx-news .idx-news__list li {
  border-bottom: solid 1px #d9d9d9;
  padding: 35px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.idx-news .idx-news__list li .date {
  width: 90px;
  min-width: 90px;
  margin: 0 67px 0 36px;
  color: #8b6c4e;
  text-align: center;
}

.idx-news .idx-news__list li .date .big {
  font-size: 48px;
  font-size: 3rem;
  line-height: 3.75rem;
  font-weight: bold;
}

.idx-news .idx-news__list li .info {
  width: 100%;
}

.idx-news .idx-news__list li .info .info-name {
  display: block;
  font-weight: 400;
}

.idx-news .idx-news__list li .info .info-name:hover {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.idx-news .idx-news__list li .info .info-text {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 1800px) {
  .idx-news .idx-news__list {
    margin-right: 5.56vw;
  }
}

@media only screen and (max-width: 1201px) {
  .idx-news .idx-news__list {
    margin-right: 0;
  }
  .idx-news .idx-news__list li {
    padding: 25px 0;
  }
  .idx-news .idx-news__list li .date {
    margin: 0 20px;
  }
  .idx-news .idx-news__list li .date .big {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 2.8125rem;
  }
  .idx-news .idx-news__list li .info .info-text {
    margin-top: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

@media only screen and (max-width: 577px) {
  .idx-news .idx-news__list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .idx-news .idx-news__list li .date {
    margin: 20px auto;
  }
}
