@font-face {
  font-family: Alibaba PuHuiTi;
  src: url(https://tsuruinn.oss-ap-northeast-1.aliyuncs.com/20251010/AlibabaPuHuiTi-3-55-Regular.otf);
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Alibaba PuHuiTi;
  src: url(https://tsuruinn.oss-ap-northeast-1.aliyuncs.com/20251010/AlibabaPuHuiTi-3-65-Medium.otf);
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: Alibaba PuHuiTi;
  src: url(https://tsuruinn.oss-ap-northeast-1.aliyuncs.com/20251010/AlibabaPuHuiTi-3-75-SemiBold.otf);
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: Alibaba PuHuiTi;
  src: url(https://tsuruinn.oss-ap-northeast-1.aliyuncs.com/20251010/AlibabaPuHuiTi-3-85-Bold.otf);
  font-weight: 700;
  font-style: normal
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Alibaba PuHuiTi;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  background-color: #F4F4F4;
}

ol,
ul {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

:focus {
  outline: medium;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@keyframes gradientZoom {
  0% {
    background-size: 100% 100%;
  }

  50% {
    background-size: 110% 110%;
  }

  100% {
    background-size: 100% 100%;
  }
}

.page-two {
  background: #fff;
  position: relative;
}

.page-wrap {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.page-wrap::after {
  /* content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(https://tsuruinn.oss-ap-northeast-1.aliyuncs.com/20251118/main-01.png) no-repeat;
  background-size: cover;
  background-position: center;
  animation: gradientZoom 20s ease-in-out infinite;
  z-index: -1;
  transform: translateZ(0); */
}

.page-wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

.lodging-page::after {
  /* content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(https://tsuruinn.oss-ap-northeast-1.aliyuncs.com/20251128/bg-01.png) no-repeat;
  background-size: cover;
  background-position: 22%;
  animation: gradientZoom 20s ease-in-out infinite;
  z-index: -1;
  transform: translateZ(0); */
}

.lodging-page::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.property-bg::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(https://tsuruinn.oss-ap-northeast-1.aliyuncs.com/20251128/bg-02.png) no-repeat;
  background-size: cover;
  background-position: 22%;
  animation: gradientZoom 20s ease-in-out infinite;
  z-index: -1;
  transform: translateZ(0);
}

.property-bg::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}

/* .design-bg::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(https://tsuruinn.oss-ap-northeast-1.aliyuncs.com/20251128/bg-03.png) no-repeat;
  background-size: cover;
  background-position: 34%;
  animation: gradientZoom 20s ease-in-out infinite;
  z-index: -1;
  transform: translateZ(0);
} */

.design-bg::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}

/* .company-bg::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(https://tsuruinn.oss-ap-northeast-1.aliyuncs.com/20251128/bg-04.png) no-repeat;
  background-size: cover;
  background-position: center;
  animation: gradientZoom 20s ease-in-out infinite;
  z-index: -1;
  transform: translateZ(0);
} */

.company-bg::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}

.logo-white {
  width: 206px;
}

.page-section {
  min-height: 100vh;
  position: relative;
}

.header {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  height: 120px;
  padding: 0 50px;
  z-index: 100;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: background-color 0.3s;
}

.header-bg {
  /* background-color: rgba(0, 0, 0, 0.2); */
  /* box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05); */
}

.nav-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  padding-right: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.header-bg .nav-wrap {
  opacity: 1;
  visibility: visible;
}

.header-bg .nav-btn img {
  transform: rotate(90deg);
}

.header-top.header-bg {
  background-color: #F4F4F4;
}

.header .logo-black {
  display: none;
}

.header .logo-white {
  display: block;
}

.header-top .logo-black {
  display: block;
}

.header-top .logo-white {
  display: none;
}

.header-top .nav .nav-item {
  color: #636363;
}

.header-top .nav .nav-item.active>span {
  color: #000;
}

.header-top .nav .nav-item.active .sub-nav li.active {
  color: #000;
}

.header-logo {
  margin-right: auto;
  z-index: 99;
}

.header-logo img {
  width: 180px;
}

.nav {
  display: flex;
  align-items: flex-start;
  margin-left: auto;
}

.nav .nav-item {
  margin-left: 50px;
  position: relative;
  color: #D9D9D9;
}

.nav .nav-item span {
  font-size: 24px;
  line-height: 48px;
  cursor: pointer;
}

.nav .nav-item .sub-nav {
  display: none;
  width: 225px;
  position: absolute;
  top: 48px;
  left: -18px;
}

.nav .nav-item .sub-nav ul {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 11px 20px;
}

.nav .nav-item .sub-nav li {
  line-height: 30px;
  font-size: 15px;
  cursor: pointer;
}

.nav .nav-item .sub-nav li+li {
  margin-top: 8px;
}

.nav .nav-item:hover .sub-nav {
  display: block;
}

.nav .nav-item:last-child .sub-nav {
  right: 0;
  left: auto;
}

.nav .nav-item.active>span {
  color: #fff;
  font-weight: 500;
}

.nav .nav-item.active .sub-nav li.active {
  color: #fff;
  font-weight: 700;
}

.nav-btn {
  /* margin-left: 50px; */
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 50%;
}

.nav-btn img {
  transition: all .3s;
}

.header-top {
  color: #000000;
}

.header-top .nav .nav-item .sub-nav {
  padding-top: 0;
}

.header-top .nav .nav-item .sub-nav ul {
  background-color: #e8e8e8;
}

.header-top .nav-btn {
  background-color: rgba(0, 0, 0, 0.5);

}

.header-top .nav-btn-sp {
  background-color: rgba(0, 0, 0, 0.5);

}

.logo-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.logo {
  transition: all .8s;
}

.is-logo-mode .logo {
  visibility: hidden;
  -webkit-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
  opacity: 0;
}

.main-title {
  width: 100%;
  font-size: 48px;
  color: #fff;
  text-align: center;
  margin-top: auto;
  visibility: hidden;
  opacity: 0;
  transition: all 1s;
}

.is-title-mode .main-title {
  visibility: visible;
  -webkit-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
  opacity: 1;
}

.page-one {
  display: flex;
  flex-direction: column;
}

.main-content {
  color: #fff;
  width: 100%;
  max-width: 702px;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.main-content .title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding: 0 0 26px;
  width: fit-content;
  margin: auto;
  position: relative;
}

.main-content .title::before {
  content: '';
  width: 152px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.main-content .title.border-0 {
  border-bottom: 0;
}

.main-content .text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 27px;
}

.top-distance {
  margin-top: 120px;
}

.about {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 147px 0;
  box-shadow: 0px 15px 33px 0px #0000001A, 0px 59px 59px 0px #00000017, 0px 133px 80px 0px #0000000D, 0px 236px 95px 0px #00000003, 0px 369px 103px 0px #00000000;
}

.about .picture {
  width: 50%;
  max-width: 960px;
}

.about .cont {
  width: 50%;
  padding: 0 104px 0 104px;
  max-width: 960px;
}

.about .cont .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}

.about .cont .text {
  font-size: 16px;
  margin-top: 22px;
  line-height: 32px;
}

.about .cont .icon {
  margin-top: 35px;
  display: flex;
  align-items: flex-start;
}

.about .cont .icon img {
  max-width: calc(20% - 12px);
}

.about .cont .icon img+img {
  margin-left: 13px;
}

.fadein {
  visibility: hidden;
  -webkit-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
  opacity: 0;
  transition: all .8s;
}

.fadein.scrollin {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.story {
  padding: 284px 0 156px;
}

.common-container {
  padding: 150px 48px;
  overflow-x: hidden;
  background-color: #F4F4F4;
}

.full-container {
  padding: 114px 0 150px;
  background-color: #F4F4F4;
}

.page-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
}

.page-title-property {
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
}

.page-sub-title {
  font-size: 25px;
  line-height: 34px;
}

.page-text {
  font-size: 16px;
  line-height: 30px;
}

.page-title-1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
}

.page-text-wrap .page-text+.page-text {
  margin-top: 32px;
}


.lodging-item+.lodging-item {
  margin-top: 228px;
}

.lodging-item .page-title {
  text-align: center;
  margin-bottom: 50px;
}

.lodging-item .page-sub-title {
  text-align: center;
  margin-bottom: 50px;
}

.property-page .page-title-property {
  text-align: center;
  margin-bottom: 55px;
}

.privacy {
  max-width: 1120px;
  padding: 0 20px;
  width: 100%;
  margin: auto;
}

.privacy-cont {
  margin: 100px 0;
}

.privacy-signature {
  text-align: right;
  margin-bottom: 82px;
}

.property-list {
  margin: 134px auto 80px;
}

.property-list .property {
  margin: 76px auto 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 1600px;
}

.property-wrap {
  margin: 0 auto 0;
}

.property-item {
  width: calc(100% / 4);
  padding: 0 43px;
  margin-bottom: 85px;
}

.property-item .picture {
  position: relative;
  width: 100%;
}

.property-item .picture::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  display: none;
}

.property-item .picture:hover::before {
  content: none;
}

.property-item .picture:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.property-item .picture a {
  display: block;
}

.property-item .picture .ttl {
  position: absolute;
  font-size: 11px;
  letter-spacing: 8px;
  color: #fff;
  position: absolute;
  top: 18px;
  right: 18px;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  z-index: 1;
}

.property-item .text {
  font-size: 14px;
  line-height: 28px;
  margin-top: 18px;
  padding: 0 12px;
}

.property-item .text span {
  margin-right: 18px;
}

.property-item.active .picture::before {
  content: none;
}

.detail-title {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 28px;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  margin: auto;
}

.detail-subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  text-align: center;
  margin-top: 80px;
}

.detail-text {
  text-align: center;
  margin-top: 60px;
}

.detail-text1 {
  margin: 60px auto 0;
  max-width: 433px;
}

.detail-text2 {
  text-align: center;
  margin: 90px auto 0;
}

.detail-picture {
  margin: 162px auto 90px;
  box-shadow: 0px 8px 18px 0px #0000001A, 0px 34px 34px 0px #00000017, 0px 76px 45px 0px #0000000D, 0px 134px 54px 0px #00000003, 0px 210px 59px 0px #00000000;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 960px;
  gap: 4px;
}

.detail-picture .inner {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  overflow: hidden;
  aspect-ratio: 1.5;
}

.detail-picture .inner .imgbox {
  flex: 0 0 calc(50% - 2px);
  overflow: hidden;
}

.detail-picture .inner img {
  width: 100%;
  transition: all 0.3s ease;
  cursor: pointer;
  transform: scale(1);
  object-fit: cover;
}

.detail-picture .inner img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);

}

.contact-wrap {
  margin: 0 auto;
  max-width: 940px;
}

.contact-wrap .date {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  margin-top: 31px;
}

.contact-wrap .tel {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  margin: 26px 0 46px;
}

.contact-wrap .text {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.contact-wrap .text a {
  text-decoration: underline;
}

.info-contact {
  margin: 100px auto 0;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}

.contact-form .form-item {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 50px;
}

.contact-form .form-item.w100 {
  width: 100%;
}

.form-item .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 8px;
}

.common-input {
  height: 64px;
  background-color: rgba(217, 217, 217, 0.5);
  padding: 10px;
  border: 0;
  width: 100%;
}

.lodging-w1 {
  width: 100%;
  max-width: 680px;
  margin: auto;
}

.lodging-w2 {
  width: 100%;
  max-width: 1264px;
  margin: auto;
}

.lodging-w3 {
  width: 100%;
  max-width: 635px;
  margin: auto;
}

.lodging-search {
  max-width: 1165px;
  margin: 74px auto;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding-left: 16px;
  box-shadow: 0px 2px 4px 0px #0000001A, 0px 7px 7px 0px #00000017, 0px 16px 10px 0px #0000000D, 0px 29px 11px 0px #00000003, 0px 45px 13px 0px #00000000;

}

.lodging-search .name {
  font-weight: 400;
  font-size: 15px;
  margin-right: 27px;
}

.lodging-search .number {
  margin-left: auto;
}

.lodging-search .search-btn {
  width: 187px;
  height: 60px;
  background-color: #13227A;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  cursor: pointer;
}

.infotabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 75px 0;
}

.infotabs .infobtn {
  width: 137px;
  height: 48px;
  background-color: #fff;
  font-size: 24px;
  border-radius: 6px;
  box-shadow: 0px 4px 4px 0px #00000040;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.infotabs .infobtn+.infobtn {
  margin-left: 15px;
}

.infotabs .infobtn.active {
  background-color: #13227A;
  color: #fff;
}

.design-page {
  padding: 0 0 150px;
}

.design-picture {
  /* max-width: 1550px; */
  margin: auto;
  position: relative;
  padding-top: 110px;
}


.design-picture .picture {
  margin: auto;
  max-width: 700px;
  width: 100%;
}

.design-picture .picture-cont {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.18);
  max-width: 728px;
  padding: 100px 32px;
  z-index: 10;
  pointer-events: none;
}

.design-picture .picture-cont .left {
  padding-right: 34px;
  flex: 1;
}

.design-picture .picture-cont .left .ttl {
  font-size: 24px;
  font-weight: 700;
}

.design-picture .picture-cont .left .text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
}

.design-picture .picture-cont .parallax-container {
  width: 44%;
}

.design-category {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 60px;
  margin-top: 114px;
}

.design-category .item {
  font-size: 20px;
  margin: 0 60px 20px 0;
}

.design-layout {
  display: flex;
  align-items: center;
  margin: 100px auto;
  max-width: 1920px;
}

.design-layout .picture {
  width: 50%;
}

.design-layout .picture img {
  margin: auto;
}

.design-layout .cont {
  width: 50%;
  padding-left: 50px;
}

.design-layout .cont .ttl {
  font-size: 40px;
  font-weight: 700;
}

.design-layout .cont .text {
  font-size: 30px;
  line-height: 54px;
  margin-top: 20px;
}

.design-layout .cont ul {
  list-style-type: disc;
  margin-left: 45px;
}

.design-list {
  display: flex;
  justify-content: space-between;
  padding: 0 57px;
  max-width: 1920px;
  margin: auto;
}

.design-list .item {
  width: calc((100% - 180px) / 3);
}

.design-list .item+.item {
  margin-left: 90px;
}

.design-list .item img {
  width: 100%;
}

.company-page {
  padding: 167px 97px;
}

.company-info {
  display: flex;
  max-width: 1920px;
  margin: auto;
}

.company-info .picture {
  width: 50%;
}

.company-info .cont {
  width: 50%;
  padding-left: 47px;
  display: flex;
  flex-direction: column;
}

.company-info .cont .ttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
}

.company-info .cont .page-text {
  margin: 36px 0 20px;
}

.company-info .cont .page-text.name {
  text-align: right;
  margin-top: auto;
  font-weight: 700;
}

.company-info .cont .name span {
  margin-left: 77px;
}

.company-list {
  display: flex;
  margin: 197px auto 269px;
  max-width: 1920px;
}

.company-list .item {
  background-color: #fff;
  padding: 63px 28px 86px;
  box-shadow: 0px 17px 38px 0px rgba(0, 0, 0, 0.1), 0px 70px 70px 0px rgba(0, 0, 0, 0.09), 0px 157px 94px 0px rgba(0, 0, 0, 0.05), 0px 279px 111px 0px rgba(0, 0, 0, 0.01), 0px 435px 122px 0px rgba(0, 0, 0, 0);
}

.company-list .item+.item {
  margin-left: 37px;
}

.company-list .item .ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  margin-bottom: 43px;
}

.company-list .item .page-text {
  text-align: center;
}

.company-message .company-logo img {
  height: 160px;
  margin: auto;
}

.company-message .name {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-top: 80px;
}

.company-message .address {
  margin-top: 64px;
}

.company-message .date {
  margin-top: 110px;
}

.company-message .msg {
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  margin-top: 50px;
}

.company-message .icon {
  margin-top: 110px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
}

.company-message .icon img {
  /* margin: auto; */
  height: 60px;
}

.news {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.news .item {
  display: flex;
  align-items: center;
  padding: 40px 50px;
  font-size: 20px;
  border-bottom: 1px solid #000;
}

.news .item .date {
  font-weight: 700;
}

.news .item .name {
  margin-left: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}

.news-picture {
  display: flex;
  justify-content: center;
  margin-top: 96px;
}

.news-picture .picture {
  min-width: 0;
}

.news-picture .picture+.picture {
  margin-left: 20px;
}

.news-picture .picture img,
.news-picture .picture video {
  width: 100%;
  height: auto;
  max-width: 600px;
}

.news-picture-text {
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  margin-top: 58px;
}

.news-subtitle {
  font-size: 30px;
  font-weight: 700;
  line-height: 41px;
  text-align: center;
  margin-top: 152px;
}

.news-text {
  font-size: 16px;
  line-height: 30px;
  max-width: 667px;
  margin: auto;
  margin-top: 40px;
}

.dateinner {
  position: relative;
  width: 100%;
  max-width: 260px;
}

.dateinner input {
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  height: 40px;
  padding: 0 12px;
  font-size: 16px;
  color: #666;
  width: 100%;
}

.dateinner .dateicon {
  position: absolute;
  right: 12px;
  top: 10px;
}

.card-wall {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin: 0 auto;
  padding: 50px;
  min-height: 500px;
}

.card-wall .card {
  display: none;
  position: relative;
  width: calc((100% - 60px) / 4);
  transition: all 0.8s ease;
  box-shadow: 0px 14px 31px 0px rgba(0, 0, 0, 0.1), 0px 57px 57px 0px rgba(0, 0, 0, 0.09), 0px 128px 77px 0px rgba(0, 0, 0, 0.05), 0px 228px 91px 0px rgba(0, 0, 0, 0.01), 0px 357px 100px 0px rgba(0, 0, 0, 0);
}

.card-wall .card img {
  display: block;
}

.card-wall .card:hover {
  z-index: 10;
}

.comment-wall {
  position: relative;
  margin: 10px;
  height: 600px;
}

.comment-picture {
  position: absolute;
  padding: 5px;
  background-color: white;
  box-shadow: gray 1px 1px 1px;
  transition: transform 0.3s;
  max-width: 400px;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: yellow !important; */
}

.loading-img {
  width: 200px;
}

@keyframes load {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.swiper-wrap {
  overflow: hidden;
  position: relative;
}

.swiper-wrap .swiper {
  width: 100%;
  max-width: 1080px;
  overflow: visible;
  position: relative;
}

.swiper-wrap .swiper-button-next,
.swiper-wrap .swiper-button-prev {
  width: 52px;
  height: 52px;
}

.swiper-wrap .swiper-button-next:after,
.swiper-wrap .swiper-button-prev:after {
  content: none;
}

.swiper-wrap .swiper-button-prev {
  left: -102px;
}

.swiper-wrap .swiper-button-next {
  right: -102px;
}

.swiper-wrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background-color: #ACACAC4D;
  opacity: 1;
}

.swiper-wrap .swiper-pagination-bullet-active {
  background-color: #9A9A9A;
}

.swiper-main {
  margin-bottom: 107px;
}

.swiper-main .swiper-slide {
  display: flex;
  align-items: flex-start;
}

.swiper-main .swiper-slide-active::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-main .swiper-slide .picture {
  max-height: 250px;
  flex: 1;
  min-width: 0;
}

.swiper-main .swiper-slide .cont {
  padding: 18px 27px;
  position: relative;
  width: 46%;
}

.swiper-main .swiper-slide .cont .date {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.swiper-main .swiper-slide .cont .ttl {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 20px;
}

.swiper-main .swiper-slide .cont .more {
  width: 95px;
  height: 39px;
  font-size: 14px;
  font-weight: 600;
  color: #A5A5A580;
  border: 1px solid #AEAEAE80;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  cursor: pointer;
}

.swiper-main .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -50px;
}

.swiper-story .swiper-wrapper {
  transition-timing-function: linear;
  /* 绾挎€у姩鐢伙紝浣挎粴鍔ㄦ洿骞虫粦 */
}


.swiper-story .swiper-slide {
  width: auto;
}

.swiper-story .swiper-slide a {
  display: block;
}

.swiper-story .swiper-slide::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.swiper-story .swiper-slide:hover::before {
  content: none;
}

.swiper-slide {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  backface-visibility: hidden;
  /* 闃叉闂儊 */
}

.swiper-story .story-ttl {
  font-size: 11px;
  letter-spacing: 8px;
  color: #fff;
  position: absolute;
  top: 18px;
  right: 18px;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  z-index: 1;
}

.swiper-build .swiper-slide {
  background-color: #F4F4F4;
}

.swiper-build-pagination {
  position: relative;
  margin-top: 100px;
}

.swiper-build-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background-color: transparent;
  font-size: 20px;
  margin: 0 25px 20px !important;
  opacity: 1;
}

.swiper-build-pagination .swiper-pagination-bullet-active {
  font-weight: bold;
  font-size: 22px;
}

/* .soko {
  height: 70px;
  background: url(../img/img-05.png) no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 156px;
} */

.footer {
  padding: 0 77px;
  background-color: #F4F4F4;
}

.footer-wrap {
  padding: 55px 0;
  border-top: 1px solid #000000;
}

.footer .footer-logo {
  width: 150px;
}

.footer .info .name {
  font-size: 24px;
  line-height: 26px;
  margin-top: 45px;
}

.footer .info .tel {
  font-size: 16px;
  line-height: 20px;
  margin-top: 32px;
  letter-spacing: 4px;
}

.footer .info .email {
  font-size: 16px;
  line-height: 20px;
  margin-top: 15px;
}

.footer .info .line {
  width: 12px;
  height: 1px;
  background-color: #000;
  margin: 32px 0 20px;
}

.footer .info .address {
  font-size: 16px;
  line-height: 28px;
}

.footer .info .iconinner {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.footer .info .iconinner .company-icon {
  display: flex;
  align-items: flex-start;
  margin-left: auto;
}

.footer .info .iconinner .company-icon a {
  margin-left: 30px;
}

.footer .info .iconinner .company-icon a img {
  max-height: 60px;
}

.footer .info .link-icon {
  display: flex;
  align-items: flex-start;
  margin-top: 35px;
}

.footer .info .link-icon a {
  margin-right: 20px;
}

.footer .info .copyright {
  font-size: 10px;
}

.footer .img-black {
  display: block;
}

.footer .img-white {
  display: none;
}

.footer.footer-top .img-black {
  display: none;
}

.footer.footer-top .img-white {
  display: block;
}

.footer-top {
  background: url(../img/img-06.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  /* transform: translateY(-100%); */
  transition: transform 5s;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.footer-top .info .line {
  background-color: #fff;
}

.footer-top .footer-wrap {
  border-top: 0;
}

.btn-default {
  width: 180px;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}

.btn-lodging {
  font-size: 20px;
  font-weight: 500;
  width: 345px;
  height: 72px;
  border-radius: 7px;
  margin: 180px auto 237px;
}

.btn-contact {
  margin: auto;
}

.parallax-container {
  position: relative;
  overflow: hidden;
}

.parallax {
  /* transition: transform 0.3s ease-out; */
}

.mt-auto {
  margin-top: auto;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.text-center {
  text-align: center;
}

.nav-btn-sp {
  display: none;
}

.sp-hide {
  display: flex;
}

.pc-hide {
  display: none;
}

.design-picture {
  height: 100vh;
  background-color: #F4F4F4;
}

.design-podition {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.footer-overflow {
  overflow: hidden;
  position: relative;
  /* padding-top: 70px; */
  z-index: -1;
}

[data-barba-namespace="home"] .footer-overflow {
  opacity: 0;
}

.soko {
  width: 100%;
  height: 70px;
  background: url(../img/img-05.png);
  z-index: 1;
  background-color: #fff;
  position: relative;
  top: 0;
  background-position: top;
  transition: all 5s;
  margin-bottom: 608px;
}

.is-show .soko {
  height: 70px;
}

.hidden {
  overflow: hidden;
}

.sp-nav-logo,
.sp-nav-company {
  display: none;
}

.splide-story .splide__slide {
  position: relative;
}

.splide-story .splide__slide a {
  display: block;
}

.splide-story .splide__slide::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.splide-story .splide__slide:hover::before {
  content: none;
}

.splide-story .story-ttl {
  font-size: 11px;
  letter-spacing: 8px;
  color: #fff;
  position: absolute;
  top: 18px;
  right: 18px;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  z-index: 1;
}

.splide-wrap {
  margin: 0 -48px;
}

.splide-card-one img,
.splide-card-two img {
  border-radius: 15px;
}

.splide-card-one .splide__track,
.splide-card-two .splide__track {
  padding: 12px 0;
}

.splide-card-one .splide__slide,
.splide-card-two .splide__slide {
  border-radius: 15px;
  overflow: hidden;
}

.splide-card-one .splide__slide:hover,
.splide-card-two .splide__slide:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.img-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
}

.img-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.img-modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90vh;
  transform: scale(0.95);
  transition: transform 0.3s ease;
}

.img-modal-overlay.active .img-modal-content {
  transform: scale(1);
}

.modal-img {
  max-width: 800px;
  max-height: 90vh;
  border-radius: 8px;
}

.close-img-modal {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  border: none;
  font-size: 34px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.video-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

.video-main video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-footer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.video-footer video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map img {
  width: 100%;
}

.cont-empty {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.cont-empty .empty-ttl {
  font-weight: bold;
  font-size: 50px;
  max-width: 500px;
  line-height: 1.5;
  flex: 1;
}

.cont-empty .empty-ttl span {
  display: block;
  font-size: 24px;
  margin-top: 30px;
}

.cont-empty .empty-icon {}

@media screen and (max-width: 1600px) {
  .story {
    padding: 190px 0 156px;
  }

  .swiper-wrap .swiper-main {
    max-width: 70%;
  }

}

@media screen and (max-width: 1200px) {
  .header {
    padding: 0 30px;
    height: 120px;
  }

  .header-logo img {
    width: 160px;
  }

  .nav .nav-item span {
    font-size: 20px;
  }

  .nav .nav-item .sub-nav li {
    font-size: 14px;
  }

  .about {
    padding: 100px 0;
  }

  .about .cont {
    padding: 0 50px;
  }

  .story {
    padding: 100px 0;
  }

  .nav-wrap {
    padding-right: 35px;
  }

  .nav-btn {
    /* margin-left: 35px; */
    flex-shrink: 0;
    cursor: pointer;
    border-radius: 50%;
  }

  .nav .nav-item {
    margin-left: 35px;
  }

  .soko {
    /* margin-top: 100px; */
    /* height: 50px; */
  }

  .is-show .soko {
    height: 50px;
  }

  .footer {
    padding: 0 40px;
  }

  .footer .info .iconinner .company-icon a {
    margin-left: 15px;
  }

  .footer .info .link-icon a {
    margin-right: 10px;
  }

  .swiper-main .swiper-slide .picture {
    max-height: 200px;
  }

  .lodging-search {
    margin: 74px 20px;
  }

  .news .item {
    font-size: 20px;
    padding: 20px;
  }

  .news .item .name {
    margin-left: 50px;
  }

  .property-item {
    width: calc(100% / 4);
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .top-distance {
    margin-top: 120px;
  }

  .cont-empty {
    gap: 40px;
  }

}

@media screen and (max-width: 960px) {

  .header-logo img {
    width: 140px;
  }

  .nav .nav-item {
    margin-left: 20px;
  }

  .nav .nav-item span {
    font-size: 16px;
  }

  .nav-wrap {
    padding-right: 20px;
  }

  .about {
    padding: 60px 0;
  }

  .about .cont {
    padding: 0 30px;
  }

  .footer {
    padding: 0 20px;
  }

  .footer .info .iconinner .company-icon a img {
    max-height: 45px;
  }

  .swiper-main .swiper-slide .cont .date {
    font-size: 18px;
  }

  .swiper-main .swiper-slide .cont .ttl {
    font-size: 18px;
    margin-top: 10px;
  }

  .swiper-main .swiper-slide .cont .more {
    margin-top: 10px;
  }

  .design-layout .cont .ttl {
    font-size: 32px;
  }

  .design-layout .cont .text {
    font-size: 24px;
  }

  .header {
    padding: 0 20px;
  }

  .company-page {
    padding: 100px 20px;
  }

  .soko {
    margin-bottom: 595px;
  }
}

@media screen and (max-width: 768px) {
  .main-title {
    font-size: 24px;
  }

  .swiper-main .swiper-slide {
    align-items: center;
    padding: 20px 10px
  }

  .swiper-main .swiper-slide .cont {
    padding: 0;
    margin-left: 10px;
    width: 50%;
  }

  .swiper-main .swiper-slide .cont .date {
    font-size: 15px;
  }

  .swiper-main .swiper-slide .cont .ttl {
    font-size: 15px;
  }

  .swiper-main .swiper-slide .cont .more {
    height: 32px;
  }

  .swiper-wrap .swiper-main {
    max-width: 90%;
    margin-bottom: 60px;
  }

  .swiper-main .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -30px;
  }

  .swiper-wrap .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }

  .swiper-wrap .swiper-button-next,
  .swiper-wrap .swiper-button-prev {
    width: 30px;
    height: 30px;
  }

  .swiper-wrap .swiper-button-next {
    right: 0;
  }

  .swiper-wrap .swiper-button-prev {
    left: 0;
  }

  .about {
    flex-direction: column;
    padding: 60px 20px 80px;
  }

  .about .picture {
    width: 100%;
  }

  .about .cont {
    width: 100%;
    padding: 40px 20px 0;
  }

  .about .cont .title {
    font-size: 30px;
    line-height: 40px;
    padding: 0 10px;
  }

  .about .cont .text {
    font-size: 12px;
    margin-top: 20px;
    line-height: 28px;
    padding: 0 10px;
  }

  .about .cont .icon {
    margin-top: 50px;
    justify-content: space-between;
  }

  .story {
    padding: 60px 0;
  }

  .soko {
    margin-bottom: 300px;
    height: 26px;
    background-size: contain;
  }

  .is-show .soko {
    height: 20px;
  }

  .footer-wrap {
    padding: 30px 0;
    border-top: 1px solid #000000;
    position: relative;
  }

  .footer .info .name {
    margin-top: 25px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
  }

  .footer .info .tel {
    margin-top: 20px;
    font-size: 11px;
    line-height: 1.4;
  }

  .footer .info .email {
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.4;
  }

  .footer .info .iconinner {
    display: flex;
    align-items: flex-end;
    margin-top: 15px;
    flex-wrap: nowrap;
  }

  .footer .info .copyright {
    width: 100%;
    font-size: 7px;
  }

  .footer .info .iconinner .company-icon a img {
    max-height: 28px;
  }

  .footer .footer-logo {
    width: 100px;
  }

  .footer .info {
    /* text-align: center; */
  }

  .footer .info .address {
    font-size: 10px;
    line-height: 1.4;
  }

  .footer .info .line {
    margin: 15px 0;
  }

  .footer .info .iconinner .company-icon {
    margin-left: 0;
  }

  .footer .info .iconinner .company-icon a {
    margin: 0 0 0 5px;
  }

  .footer .info .link-icon {
    position: absolute;
    top: 0;
    right: 0;
  }

  .footer .info .link-icon a {
    width: 26px;
    margin: 0 0 0 10px;
  }

  .common-container {
    padding: 40px 20px 60px;
    overflow: hidden;
    min-height: calc(100vh - 380px);
  }

  .common-container.property-page {
    padding: 60px 20px 60px;
  }

  .main-content .title {
    font-size: 22px;
    padding: 0 15px 20px;
  }

  .main-content .text {
    font-size: 12px;
    line-height: 28px;
    padding: 0 20px;
  }

  .page-title {
    font-size: 18px;
    line-height: 1.6;
  }

  .page-text {
    font-size: 12px;
    line-height: 1.6;
  }

  .lodging-item .page-title {
    margin-bottom: 30px;
  }

  .lodging-item {
    padding: 0 24px;
  }

  .lodging-item+.lodging-item {
    margin-top: 40px;
  }

  .btn-lodging {
    margin: 60px auto;
    width: 100%;
    max-width: 345px;
    font-size: 16px;
    height: 50px;
  }

  .card-wall {
    display: flex;
    gap: 15px;
    padding: 0;
  }

  .card-wall .card {
    width: calc((100% - 15px) / 2);
    transform: translate(0px, 0px) !important;
  }

  .full-container {
    padding: 30px 0 60px;
  }

  .page-title-1 {
    font-size: 24px;
    line-height: 1.6;
  }

  .lodging-search {
    margin: 60px 20px;
    flex-wrap: wrap;
    padding: 20px;
  }

  .dateinner {
    max-width: none;
    margin-top: 10px;
  }

  .lodging-search .number {
    margin: 10px 0;
  }

  .lodging-search .search-btn {
    width: 100%;
    height: 40px;
  }

  .page-title-property {
    font-size: 22px;
  }

  .property-page .page-title-property {
    margin-bottom: 30px;
    line-height: 1.2;
    padding: 0 5px;
  }

  .page-sub-title {
    font-size: 18px;
    line-height: 30px;
  }

  .lodging-item .page-sub-title {
    margin-bottom: 30px;
  }

  .property-list {
    margin: 40px 0;
  }

  .property-list .property {
    margin-top: 40px;
    row-gap: 20px;
    column-gap: 10px;
  }

  .property-item {
    width: calc((100% - 20px) / 3);
    padding: 0;
    margin-bottom: 0;
  }

  .property-item .picture {
    width: 100%;
  }

  .property-item .picture a {
    width: 100%;
    display: block;
  }

  .property-item .text {
    line-height: 14px;
    margin-top: 10px;
    font-size: 9px;
    position: relative;
    padding: 0 0 0 28px;
  }

  .property-item .text span {
    margin-right: 0;
    position: absolute;
    left: 0;
  }

  .property-wrap {
    padding: 0 20px;
    margin: 0;
  }

  .contact-wrap .date {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 25px;
  }

  .contact-wrap .tel {
    font-size: 40px;
    line-height: 1.2;
    margin: 15px 0 20px;
  }

  .contact-wrap .text {
    font-size: 10px;
  }

  .contact-form {
    margin: 35px -5px 0;
  }

  .contact-form .form-item {
    padding: 0 5px;
    margin-bottom: 25px;
  }

  .property-item .picture .ttl {
    top: 6px;
    right: 6px;
    font-size: 8px;
  }

  .form-item .name {
    font-size: 14px;
  }

  .common-input {
    height: 40px;
  }

  .btn-default {
    height: 40px;
  }

  .privacy-cont {
    margin: 30px 0 60px;
  }

  .privacy-signature {
    margin-bottom: 60px;
  }

  .infotabs {
    margin: 60px 0;
    padding: 0 15px;
  }

  .infotabs .infobtn {
    font-size: 14px;
    height: 40px;
  }

  .infotabs .infobtn+.infobtn {
    margin-left: 10px;
  }

  .info-contact {
    margin: 60px auto 0;
    padding: 0 20px;
  }

  .company-page {
    padding: 60px 20px;
  }

  .company-info {
    flex-direction: column;
  }

  .company-info .picture {
    width: 100%;
  }

  .company-info .cont {
    width: 100%;
    padding: 20px 20px 0;
  }

  .company-info .cont .ttl {
    font-size: 22px;
    line-height: 1.6;
  }

  .company-info .cont .page-text {
    margin-top: 20px;
  }

  .company-info .cont .page-text.name {
    margin-top: 30px;
  }

  .company-list {
    margin: 20px 0 60px;
    flex-direction: column;
  }

  .company-list .item {
    padding: 35px;
  }

  .company-list .item .ttl {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .company-list .item .page-text {
    font-size: 12px;
  }

  .company-list .item+.item {
    margin: 20px 0 0 0;
  }

  .company-message .company-logo {
    margin-bottom: 30px;
  }

  .company-message .company-logo img {
    height: 88px;
  }

  .company-message .name {
    font-size: 18px;
    margin-top: 15px;
  }

  .company-message .msg {
    font-size: 14px;
    line-height: 26px;
    margin-top: 40px;
  }

  .company-message .icon {
    margin-top: 35px;
    gap: 10px;
  }

  .company-message .icon img {
    /* margin: auto; */
    height: 30px;
  }

  .design-picture {
    padding: 0 20px;
  }

  .design-picture .picture-cont {
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0);
    padding: 20px;
    margin-top: 20px;
    flex-direction: column;
  }

  .design-picture .picture-cont .left {
    padding-right: 0;
  }

  .design-picture .picture-cont .left .ttl {
    font-size: 20px;
  }

  .design-picture .picture-cont .left .text {
    font-size: 14px;
    line-height: 28px;
  }

  .design-picture .picture-cont .parallax-container {
    width: 100%;
    margin-top: 20px;
  }

  .design-picture .picture-cont .parallax-container img {
    width: 100%;
  }

  .design-category {
    padding: 0 0 0 20px;
    margin-top: 60px;
  }

  .design-category .item {
    font-size: 16px;
    margin: 0 20px 10px 0;
  }

  .design-layout {
    margin: 40px 0;
    padding: 0 30px;
  }

  .design-layout .picture {
    width: 43%;
  }

  .design-layout .cont {
    padding: 0;
    flex: 1;
  }

  .design-layout .cont .ttl {
    font-size: 16px;
  }

  .design-layout .cont .text {
    font-size: 10px;
    line-height: 1.8;
    margin-top: 10px;
  }

  .design-layout .cont ul {
    margin-left: 15px;
  }

  .design-list {
    padding: 0 20px;
    gap: 10px;
  }

  .design-list .item {
    width: 100%;
  }

  .design-list .item+.item {
    margin: 0;
  }

  .design-list .item img {
    transform: translate3d(0px, 0px, 0px) !important;
  }

  .detail-title {
    font-size: 44px;
    letter-spacing: 20px;
  }

  .detail-subtitle {
    font-size: 20px;
    margin-top: 50px;
  }

  .detail-text {
    margin-top: 30px;
  }

  .detail-text1 {
    margin: 30px auto 0;
  }

  .detail-picture {
    margin: 60px auto 40px;
  }

  .detail-text2 {
    margin: 60px auto 0;
  }

  .swiper-main .swiper-slide .picture {
    width: 100%;
    max-height: none;
  }

  .news-title {
    font-size: 24px;
  }

  .news-picture {
    margin-top: 40px;
  }

  .news-picture-text {
    margin-top: 15px;
    font-size: 14px;
  }

  .news-subtitle {
    margin-top: 40px;
    font-size: 20px;
    line-height: 35px;
  }

  .news-text {
    font-size: 14px;
    line-height: 28px;
    margin-top: 25px;
  }

  .news-picture .picture+.picture {
    margin: 0 0 0 10px;
  }

  .news {
    padding: 0 20px;
  }

  .news .item {
    font-size: 12px;
    padding: 10px;
  }

  .news .item .name {
    margin-left: 20px;
  }

  .swiper-build-pagination .swiper-pagination-bullet {
    margin: 0 20px 20px !important;
  }

  .swiper-build-pagination {
    margin-top: 60px;
  }

  .nav-wrap {
    opacity: 1;
    visibility: visible;
  }

  .nav-btn-sp {
    display: block;
    width: 40px;
    border-radius: 50%;
    z-index: 99;
    flex-shrink: 0;
    transition: all .3s;
  }

  .nav {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    flex-direction: column;
    padding: 0 20px 40px;
    display: none;
  }

  .nav .nav-item:first-child {
    margin-top: 70px;
  }

  .nav .nav-item {
    margin-left: 0;
    width: 100%;
    /* border-bottom: 1px solid #fff; */
    padding: 0;
  }

  .nav .nav-item+.nav-item {
    margin-top: 30px;
  }

  .nav .nav-item .sub-nav {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    padding-top: 0;
    width: 100%;
    padding-left: 4px;
  }

  .nav .nav-item .sub-nav ul {
    background-color: transparent;
    padding: 0;
  }

  .nav .nav-item .sub-nav li {
    font-size: 13px;
  }

  .nav .nav-item .sub-nav li+li {
    margin-top: 0;
  }

  .nav .nav-item span {
    line-height: 30px;
  }

  .header-top.header-bg {
    background-color: transparent;
  }

  .header-top .nav .nav-item {
    color: #D9D9D9;
  }

  .header-top .nav .nav-item.active>span {
    color: #fff;
  }

  .header-top .nav .nav-item .sub-nav ul {
    background-color: transparent;
  }

  .header-top .nav .nav-item.active .sub-nav li.active {
    color: #fff;
  }

  .header {
    height: 65px;
  }

  .header-sp {
    /* background-color: rgba(0, 0, 0, 0.9); */
  }

  .header-sp .logo-black a,
  .header-sp .logo-white a {
    height: 100%;
    display: block;
  }

  .sp-hide {
    display: none;
  }

  .pc-hide {
    display: block;
  }

  .top-distance {
    margin-top: 60px;
  }

  .header-logo img {
    width: auto;
    height: 36px;
  }

  .page-wrap {
    background-size: cover !important;
  }

  .page-wrap::after {
    background-size: cover !important;
  }

  .company-info .cont .name span {
    margin-left: 30px;
  }

  .sp-nav-logo {
    display: block;
    height: 36px;
    margin: 15px 0;
  }

  .sp-nav-company {
    display: block;
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

  .sp-nav-company .icon-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .sp-nav-company .icon-inner img {
    max-height: 28px;
  }

  .sp-nav-company .copyright {
    font-size: 9px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
  }

  [data-barba-namespace="home"] .header-logo {
    display: none !important;
  }

  .swiper-story .story-ttl {
    font-size: 10px;
    top: 6px;
    right: 6px;
  }

  .splide-story .story-ttl {
    font-size: 10px;
    top: 6px;
    right: 6px;
  }

  .splide-wrap {
    /* display: none; */
  }

  .modal-img {
    max-width: 85vw;
  }

  .cont-empty .empty-ttl {
    font-size: 22px;
  }

  .cont-empty .empty-ttl span {
    font-size: 13px;
    margin-top: 20px;
  }

  .cont-empty {
    gap: 20px;
    min-height: calc(100vh - 463px);
  }

  .cont-empty .empty-icon {
    width: 100px;
  }

  .splide-card-one .splide__track,
  .splide-card-two .splide__track {
    padding: 5px 0;
  }
}

@media screen and (max-width: 374px) {
  .footer .info .copyright {
    font-size: 7px;
  }

  .footer .info .iconinner .company-icon a img {
    max-height: 17px;
  }
}