/* --------------------------
 * body
-------------------------- */
body {
  overflow-x: hidden;
}

/* --------------------------
 * loading
-------------------------- */
#loading {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #F8F5EC;
}
@media screen and (max-width: 1024px) {
  #loading {
    height: 100svh;
  }
}
#loading .logo {
  width: 360px;
  height: 53px;
  display: block;
  transition: 0.5s ease all;
  background-image: url(../images/common/logo_wh.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 360px 53px;
}
@media screen and (max-width: 767px) {
  #loading .logo {
    width: 210px;
    height: 31px;
    background-size: 240px 31px;
  }
}
#loading .logo__inner {
  width: 0%;
  height: 53px;
  display: block;
  background-image: url(../images/common/logo.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 360px 53px;
}
@media screen and (max-width: 767px) {
  #loading .logo__inner {
    height: 31px;
    background-size: 210px 31px;
  }
}
#loading.current {
  transition: 0.75s 0s ease all;
  opacity: 0;
}

/* --------------------------
 * mainVisual
-------------------------- */
@keyframes fadeInText {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mainVisual {
  padding: 15px;
  height: 100vh;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 1536px) {
  .mainVisual {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .mainVisual {
    height: 100svh;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual {
    padding: 0px;
  }
}
.mainVisual.active .mainVisual__inner {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
}
.mainVisual.active .mainVisual__inner h2 p .animTx::before {
  width: 100%;
  transition: 1s cubic-bezier(0.5, 1, 0.89, 1) all;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(1) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 0.1s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(2) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 0.2s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(3) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 0.3s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(4) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 0.4s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(5) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 0.5s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(6) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 0.6s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(7) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 0.7s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(8) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 0.8s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(9) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 0.9s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(10) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 1s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(11) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 1.1s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(12) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 1.2s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(13) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 1.3s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(14) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 1.4s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(15) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 1.5s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(16) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 1.6s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(17) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 1.7s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(18) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 1.8s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(19) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 1.9s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(20) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 2s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(21) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 2.1s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(22) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 2.2s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(23) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 2.3s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(24) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 2.4s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(25) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 2.5s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(26) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 2.6s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(27) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 2.7s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(28) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 2.8s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(29) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 2.9s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(30) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 3s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(31) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 3.1s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(32) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 3.2s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(33) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 3.3s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(34) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 3.4s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(35) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 3.5s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(36) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 3.6s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(37) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 3.7s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(38) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 3.8s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(39) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 3.9s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(40) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 4s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(41) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 4.1s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(42) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 4.2s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(43) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 4.3s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(44) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 4.4s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(45) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 4.5s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(46) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 4.6s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(47) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 4.7s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(48) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 4.8s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(49) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 4.9s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(50) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 5s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(51) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 5.1s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(52) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 5.2s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(53) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 5.3s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(54) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 5.4s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(55) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 5.5s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(56) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 5.6s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(57) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 5.7s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(58) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 5.8s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(59) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 5.9s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(60) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 6s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(61) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 6.1s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(62) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 6.2s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(63) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 6.3s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(64) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 6.4s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(65) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 6.5s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(66) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 6.6s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(67) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 6.7s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(68) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 6.8s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(69) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 6.9s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(70) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 7s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(71) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 7.1s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(72) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 7.2s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(73) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 7.3s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(74) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 7.4s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(75) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 7.5s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(76) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 7.6s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(77) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 7.7s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(78) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 7.8s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(79) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 7.9s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(80) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 8s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(81) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 8.1s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(82) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 8.2s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(83) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 8.3s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(84) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 8.4s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(85) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 8.5s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(86) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 8.6s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(87) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 8.7s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(88) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 8.8s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(89) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 8.9s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(90) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 9s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(91) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 9.1s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(92) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 9.2s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(93) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 9.3s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(94) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 9.4s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(95) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 9.5s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(96) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 9.6s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(97) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 9.7s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(98) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 9.8s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(99) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 9.9s;
}
.mainVisual.active .mainVisual__inner h2 p .animTx span:nth-child(100) {
  animation: fadeInText 1s ease forwards;
  animation-delay: 10s;
}
.mainVisual.active .mainVisual__inner .sns ul li:nth-child(4) {
  animation: topin 0.5s ease forwards;
}
.mainVisual.active .mainVisual__inner .sns ul li:nth-child(3) {
  animation: topin 0.5s 0.1s ease forwards;
}
.mainVisual.active .mainVisual__inner .sns ul li:nth-child(2) {
  animation: topin 0.5s 0.2s ease forwards;
}
.mainVisual.active .mainVisual__inner .sns ul li:nth-child(1) {
  animation: topin 0.5s 0.4s ease forwards;
}
.mainVisual__inner {
  background-color: #222222;
  border-radius: 10px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-clip-path: inset(100% 0 0 0 round 50em 50em 0 0);
          clip-path: inset(100% 0 0 0 round 50em 50em 0 0);
  opacity: 0;
  transition: 1s cubic-bezier(0.46, 0, 0.32, 1) all;
}
@media screen and (max-width: 767px) {
  .mainVisual__inner {
    border-radius: 0px;
  }
}
.mainVisual__inner h2 {
  position: absolute;
  bottom: 75px;
  left: 70px;
  z-index: 99;
}
@media screen and (max-width: 1440px) {
  .mainVisual__inner h2 {
    bottom: 60px;
    left: 60px;
  }
}
@media screen and (max-width: 1279px) {
  .mainVisual__inner h2 {
    bottom: 50px;
    left: 50px;
  }
}
@media screen and (max-width: 960px) {
  .mainVisual__inner h2 {
    bottom: 40px;
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__inner h2 {
    bottom: 100px;
    left: 16px;
  }
}
.mainVisual__inner h2 p {
  overflow: hidden;
  line-height: 0.85;
  font-size: 5.4vw;
  color: #FFFFFF;
  font-weight: 600;
  margin-top: 35px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .mainVisual__inner h2 p {
    font-size: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__inner h2 p {
    font-size: 13vw;
    margin-top: 17px;
  }
}
.mainVisual__inner h2 p .animTx {
  display: inline-block;
  position: relative;
}
.mainVisual__inner h2 p .animTx::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #FFFFFF;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.mainVisual__inner h2 p .animTx span {
  transform: translateY(50px);
  display: inline-block;
  opacity: 0;
}
.mainVisual__inner .sns {
  position: absolute;
  bottom: 60px;
  right: 250px;
  z-index: 999;
  width: 240px;
}
@media screen and (max-width: 1440px) {
  .mainVisual__inner .sns {
    right: 220px;
    bottom: 50px;
    width: 210px;
  }
}
@media screen and (max-width: 1279px) {
  .mainVisual__inner .sns {
    display: none;
  }
}
.mainVisual__inner .sns > ul {
  display: flex;
  gap: 15px;
}
.mainVisual__inner .sns > ul li {
  width: 25%;
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50em;
  transition: 0.3s ease all;
  opacity: 0;
}
.mainVisual__inner .sns > ul li:hover {
  background-color: #42AF90;
}
.mainVisual__inner .sns > ul li a {
  aspect-ratio: 1/1;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainVisual__inner .sns > ul li a img {
  width: 100%;
}
.mainVisual__inner #bgVideo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden !important;
  transform: scale(1.05);
}
@media screen and (max-width: 1024px) {
  .mainVisual__inner #bgVideo {
    height: 100svh;
  }
}
.mainVisual__inner #bgVideo::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  opacity: 0.2;
}
.mainVisual__inner #bgVideo #bg_pc {
  display: block;
  z-index: -100;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #000000;
}
@media screen and (max-width: 960px) {
  .mainVisual__inner #bgVideo #bg_pc {
    display: none;
  }
}
.mainVisual__inner #bgVideo #bg_sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .mainVisual__inner #bgVideo #bg_sp {
    background-color: #000000;
    display: block;
    z-index: -100;
    position: absolute;
    min-width: 100%;
    height: 100svh;
  }
}

/* --------------------------
 * pickup
-------------------------- */
.pickup .flexWrap {
  gap: 0 50px;
}
@media screen and (max-width: 960px) {
  .pickup .flexWrap {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .pickup .flexWrap {
    gap: 0px;
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .pickup .flexWrap .item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .pickup .flexWrap .item {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .pickup .flexWrap .item:nth-child(3) {
    display: none;
  }
}
.pickup .flexWrap .item a figure {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}
.pickup .flexWrap .item a figure img {
  transition: 0.3s ease all;
}
.pickup .flexWrap .item a figure p {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 24px;
  padding: 0 10px;
  background-color: #FFE108;
  color: #222222;
  font-size: 1.4rem;
  border-radius: 2px;
  font-weight: 500;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1680px) {
  .pickup .flexWrap .item a figure p {
    padding: 0 7px;
  }
}
@media screen and (max-width: 1280px) {
  .pickup .flexWrap .item a figure p {
    font-size: 1.3rem;
    line-height: 20px;
  }
}
.pickup .flexWrap .item a figure p.red {
  background-color: #C05483;
  color: #FFFFFF;
}
.pickup .flexWrap .item a figure p.bk {
  background-color: #222222;
  color: #FFFFFF;
}
.pickup .flexWrap .item a h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.4;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1536px) {
  .pickup .flexWrap .item a h3 {
    font-size: 1.8rem;
  }
}
.pickup .flexWrap .item a p {
  font-size: 1.4rem;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.8;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1536px) {
  .pickup .flexWrap .item a p {
    font-size: 1.3rem;
  }
}
.pickup .flexWrap .item a dl {
  background-color: #FFFFFF;
  padding: 10px 15px;
  font-size: 1.4rem;
  border-radius: 3px;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1536px) {
  .pickup .flexWrap .item a dl {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 960px) {
  .pickup .flexWrap .item a dl {
    font-size: 1.2rem;
  }
}
.pickup .flexWrap .item a dl dt {
  width: 70px;
  float: left;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .pickup .flexWrap .item a dl dt {
    width: 50px;
  }
}
.pickup .flexWrap .item a dl dd {
  margin-left: 70px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .pickup .flexWrap .item a dl dd {
    margin-left: 50px;
  }
}
.pickup .flexWrap .item a:hover h3 {
  color: #42AF90;
}
.pickup .flexWrap .item a:hover p {
  color: #999;
}
.pickup .flexWrap .item a:hover dl {
  opacity: 0.7;
}
.pickup .flexWrap .item a:hover figure img {
  transform: scale(1.1);
}
.pickup .btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .pickup .btn {
    display: block;
    margin: 50px auto 0;
  }
}

/* --------------------------
 * yama
-------------------------- */
.yama {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 100px;
  position: relative;
  bottom: -1px;
  left: -9%;
}
.yama.lg {
  width: 100%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .yama {
    margin-top: 50px;
  }
}

/* --------------------------
 * tani
-------------------------- */
.tani {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  top: -1px;
  left: 0%;
}
@media screen and (max-width: 767px) {
  .tani {
    top: -4px;
    width: 120%;
    left: -10%;
  }
}

/* --------------------------
 * concept
-------------------------- */
.concept {
  padding: 0 0 150px;
  background-color: #DEEBDB;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1536px) {
  .concept {
    padding: 0 0 130px;
  }
}
@media screen and (max-width: 960px) {
  .concept {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .concept {
    padding-bottom: 75px;
  }
}
.concept .lead {
  writing-mode: vertical-rl;
  width: auto;
  margin: 0 auto -60vh;
}
@media screen and (max-width: 960px) {
  .concept .lead {
    position: absolute;
    margin: 0;
    left: 75px;
    z-index: 9;
    top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .concept .lead {
    left: 25px;
    top: 75px;
  }
}
.concept .lead p {
  display: block;
  font-size: 2vw;
  font-weight: 500;
  position: relative;
  top: -15vh;
}
@media screen and (max-width: 960px) {
  .concept .lead p {
    top: -10vh;
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 767px) {
  .concept .lead p {
    font-size: 6.4vw;
  }
}
.concept .lead p span {
  margin: 0 5px;
  background-color: #FFFFFF;
  color: #222222;
  padding: 0.4em 0.3em;
  line-height: 1;
  display: inline-block;
  letter-spacing: 2px;
}
.concept .lead p:nth-child(2) {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .concept .lead p:nth-child(2) {
    margin-top: 25px;
  }
}
.concept .flexWrap {
  align-items: stretch;
}
@media screen and (max-width: 960px) {
  .concept .flexWrap {
    display: block;
    align-items: inherit;
  }
}
.concept .flexWrap .item__inner {
  padding-left: 24%;
  padding-bottom: 10vh;
}
@media screen and (max-width: 960px) {
  .concept .flexWrap .item__inner {
    padding-left: 50px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .concept .flexWrap .item__inner {
    padding: 0 25px;
  }
}
.concept .flexWrap .item__inner .tx {
  font-size: 1.1vw;
  line-height: 2;
  padding-top: 25px;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .concept .flexWrap .item__inner .tx {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .concept .flexWrap .item__inner .tx {
    font-size: 1.6rem;
    line-height: 1.8;
    padding-top: 0px;
  }
}
.concept .flexWrap .item:nth-child(1) {
  position: relative;
}
@media screen and (max-width: 960px) {
  .concept .flexWrap .item:nth-child(1) {
    display: block;
    width: 100%;
    position: relative;
    right: 0;
    top: 0%;
  }
}
.concept .flexWrap .item:nth-child(1) .photo {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.concept .flexWrap .item:nth-child(1) .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept .flexWrap .item:nth-child(1) .photo:nth-child(1) {
  width: 75%;
  aspect-ratio: 3/2.8;
  border-radius: 20px 0 0 20px;
  position: absolute;
  top: -15%;
  right: 0;
}
@media screen and (max-width: 960px) {
  .concept .flexWrap .item:nth-child(1) .photo:nth-child(1) {
    width: 80%;
    top: 0;
    position: relative;
    right: 0;
    border-radius: 0 10px 10px 0;
    aspect-ratio: 16/9;
    margin-left: 0%;
  }
}
@media screen and (max-width: 767px) {
  .concept .flexWrap .item:nth-child(1) .photo:nth-child(1) {
    aspect-ratio: 1/1;
    width: calc(100% - 25px);
    border-radius: 0 5px 5px 0;
  }
}
.concept .flexWrap .item:nth-child(1) .photo:nth-child(2) {
  width: 55%;
  aspect-ratio: 3/2;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 5%;
}
@media screen and (max-width: 1920px) {
  .concept .flexWrap .item:nth-child(1) .photo:nth-child(2) {
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 1440px) {
  .concept .flexWrap .item:nth-child(1) .photo:nth-child(2) {
    width: 60%;
  }
}
@media screen and (max-width: 960px) {
  .concept .flexWrap .item:nth-child(1) .photo:nth-child(2) {
    width: 50%;
    left: 0;
    margin-left: 50%;
    border-radius: 10px 0 0 10px;
    position: relative;
    margin-top: 20px;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 767px) {
  .concept .flexWrap .item:nth-child(1) .photo:nth-child(2) {
    width: calc(100% - 25px);
    margin-left: 25px;
    border-radius: 5px 0 0 5px;
    aspect-ratio: 3/2;
    margin-top: 25px;
  }
}
@media screen and (max-width: 960px) {
  .concept .flexWrap .item:nth-child(2) {
    width: 100%;
    margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .concept .flexWrap .item:nth-child(2) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .concept .flexWrap .item:nth-child(2) .btn {
    margin: 0 auto;
  }
}

/* --------------------------
 * stay
-------------------------- */
.stay {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  background-color: #000;
}
.stay__inner {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
}
.stay__inner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}
.stay__inner .title {
  background-color: yellow;
  height: 200px;
  position: absolute;
  z-index: 2;
  width: 30%;
  font-size: 2vw;
  margin-top: 200px;
  margin-left: 10%;
  opacity: 0;
}
.stay__contents {
  position: relative;
  width: 100%;
  min-height: 100vh;
  z-index: 2;
  padding: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stay__contents__inner {
  padding: 200px 12%;
}
@media screen and (max-width: 960px) {
  .stay__contents__inner {
    padding: 250px 50px 100px;
  }
}
@media screen and (max-width: 767px) {
  .stay__contents__inner {
    padding: 50px 25px 50px;
  }
}
.stay__contents__inner .flexWrap {
  gap: 75px;
  padding-top: 50px;
}
@media screen and (max-width: 1440px) {
  .stay__contents__inner .flexWrap {
    gap: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .stay__contents__inner .flexWrap {
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .stay__contents__inner .flexWrap {
    gap: 20px;
  }
}
@media screen and (max-width: 960px) {
  .stay__contents__inner .flexWrap {
    gap: 0px;
    margin: 0 -15px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .stay__contents__inner .flexWrap {
    margin: 0;
    display: block;
    gap: 0;
  }
}
@media screen and (max-width: 960px) {
  .stay__contents__inner .flexWrap .item {
    width: 50%;
    padding: 0 15px 50px;
  }
}
@media screen and (max-width: 767px) {
  .stay__contents__inner .flexWrap .item {
    width: 100%;
    padding: 0 0 50px;
  }
}
.stay__contents__inner .flexWrap .item:nth-child(even) {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .stay__contents__inner .flexWrap .item:nth-child(even) {
    margin-top: 0;
  }
}
.stay__contents__inner .flexWrap .item a {
  position: relative;
  color: #FFFFFF;
}
.stay__contents__inner .flexWrap .item a .num {
  line-height: 1;
  font-size: 4rem;
  color: #FFFFFF;
  position: absolute;
  top: -20px;
  left: 20px;
  z-index: 99;
  transition: 0.3s ease all;
}
@media screen and (max-width: 960px) {
  .stay__contents__inner .flexWrap .item a .num {
    font-size: 3.2rem;
    top: -15px;
    left: 15px;
  }
}
.stay__contents__inner .flexWrap .item a figure {
  overflow: hidden;
  border-radius: 5px;
  display: block;
  background-color: #000;
  aspect-ratio: 3/4;
  position: relative;
}
@media screen and (max-width: 960px) {
  .stay__contents__inner .flexWrap .item a figure {
    aspect-ratio: 3/2;
  }
}
.stay__contents__inner .flexWrap .item a figure .lgimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease all;
}
.stay__contents__inner .flexWrap .item a figure .arrow {
  width: 32px;
  height: auto;
  position: absolute;
  right: 20px;
  bottom: 20px;
  transition: 0.3s ease all;
}
@media screen and (max-width: 767px) {
  .stay__contents__inner .flexWrap .item a figure .arrow {
    width: 30px;
    right: 10px;
    bottom: 10px;
  }
}
.stay__contents__inner .flexWrap .item a h3 {
  font-weight: 500;
  font-size: 2.1rem;
  text-align: center;
  margin-top: 15px;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1440px) {
  .stay__contents__inner .flexWrap .item a h3 {
    font-size: 1.8rem;
  }
}
.stay__contents__inner .flexWrap .item a .en {
  font-size: 1.3rem;
  text-align: center;
  color: #42AF90;
  line-height: 1;
  margin-top: 5px;
}
@media screen and (max-width: 1440px) {
  .stay__contents__inner .flexWrap .item a .en {
    font-size: 1.2rem;
  }
}
.stay__contents__inner .flexWrap .item a:hover figure .arrow {
  transform: scale(1.1);
}
.stay__contents__inner .flexWrap .item a:hover figure .lgimg {
  transform: scale(1.05);
  opacity: 0.7;
}
.stay__contents__inner .flexWrap .item a:hover .num, .stay__contents__inner .flexWrap .item a:hover h3 {
  color: #42AF90;
}

/* --------------------------
 * experience
-------------------------- */
.experience {
  background-color: #ECEACF;
  padding-bottom: 150px;
  overflow-x: hidden;
}
@media screen and (max-width: 960px) {
  .experience {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .experience {
    padding-bottom: 75px;
  }
}
.experience .mainImg {
  overflow: hidden;
  aspect-ratio: 16/6;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .experience .mainImg {
    margin-bottom: 50px;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 767px) {
  .experience .mainImg {
    aspect-ratio: 3/2;
  }
}
.experience .mainImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.experience .swiper-container {
  overflow: hidden;
  position: relative;
  margin-left: 12%;
  margin-right: -7%;
  padding-top: 70px;
}
@media screen and (max-width: 1440px) {
  .experience .swiper-container {
    margin-left: 10%;
    margin-right: -5%;
  }
}
@media screen and (max-width: 960px) {
  .experience .swiper-container {
    margin-left: 50px;
    padding-top: 50px;
    margin-right: -50px;
  }
}
@media screen and (max-width: 767px) {
  .experience .swiper-container {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.experience .swiper-container .sliderNav {
  position: absolute;
  left: 0;
  top: 0px;
  display: flex;
  width: 140px;
  margin-bottom: 25px;
  z-index: 99;
}
@media screen and (max-width: 960px) {
  .experience .swiper-container .sliderNav {
    top: 0px;
    width: 120px;
  }
}
.experience .swiper-container .sliderNav .slider_next,
.experience .swiper-container .sliderNav .slider_prev {
  width: 70px;
  height: 50px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease all;
}
@media screen and (max-width: 960px) {
  .experience .swiper-container .sliderNav .slider_next,
  .experience .swiper-container .sliderNav .slider_prev {
    width: 60px;
    height: 40px;
  }
}
.experience .swiper-container .sliderNav .slider_next:hover,
.experience .swiper-container .sliderNav .slider_prev:hover {
  opacity: 0.7;
}
.experience .swiper-container .sliderNav .slider_next img,
.experience .swiper-container .sliderNav .slider_prev img {
  width: 12px;
  height: auto;
}
@media screen and (max-width: 960px) {
  .experience .swiper-container .sliderNav .slider_next img,
  .experience .swiper-container .sliderNav .slider_prev img {
    width: 12px;
  }
}
.experience .swiper-container .sliderNav .slider_next {
  margin-right: 0px;
  border-radius: 0 25px 25px 0;
}
.experience .swiper-container .sliderNav .slider_prev {
  margin-right: 5px;
  border-radius: 25px 0 0 25px;
}
.experience .swiper-container .sliderNav .slider_prev img {
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .experience .swiper-container .swiper-wrapper {
    padding-bottom: 50px;
  }
}
.experience .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
  height: auto;
}
.experience .swiper-container .swiper-wrapper .swiper-slide a figure {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin: 0px;
}
.experience .swiper-container .swiper-wrapper .swiper-slide a figure p {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 24px;
  padding: 0 10px;
  color: #222222;
  font-size: 1.4rem;
  border-radius: 2px;
  font-weight: 500;
  transition: 0.3s ease all;
  background-color: #C05483;
  color: #FFFFFF;
}
@media screen and (max-width: 1680px) {
  .experience .swiper-container .swiper-wrapper .swiper-slide a figure p {
    padding: 0 7px;
  }
}
@media screen and (max-width: 1280px) {
  .experience .swiper-container .swiper-wrapper .swiper-slide a figure p {
    font-size: 1.3rem;
    line-height: 20px;
  }
}
.experience .swiper-container .swiper-wrapper .swiper-slide a .cat {
  display: flex;
  line-height: 20px;
  gap: 5px;
  margin: 20px 0 10px;
}
.experience .swiper-container .swiper-wrapper .swiper-slide a .cat li {
  display: block;
  padding: 0 7px;
  background-color: #42AF90;
  color: #FFFFFF;
  font-size: 1.2rem;
  border-radius: 3px;
}
@media screen and (max-width: 1440px) {
  .experience .swiper-container .swiper-wrapper .swiper-slide a .cat li {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 960px) {
  .experience .swiper-container .swiper-wrapper .swiper-slide a .cat li {
    font-size: 1rem;
    padding: 0 5px;
  }
}
.experience .swiper-container .swiper-wrapper .swiper-slide a h3 {
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  .experience .swiper-container .swiper-wrapper .swiper-slide a h3 {
    font-size: 1.8rem;
  }
}
.experience .swiper-container .swiper-wrapper .swiper-slide a .tx {
  font-size: 1.4rem;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.8;
}
@media screen and (max-width: 1440px) {
  .experience .swiper-container .swiper-wrapper .swiper-slide a .tx {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 960px) {
  .experience .swiper-container .swiper-wrapper .swiper-slide a .tx {
    line-height: 1.6;
  }
}
.experience .swiper-container .swiper-wrapper .swiper-slide a .price {
  text-align: right;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 1440px) {
  .experience .swiper-container .swiper-wrapper .swiper-slide a .price {
    font-size: 2.1rem;
  }
}
.experience .swiper-container .swiper-wrapper .swiper-slide a .price span {
  font-size: 1.4rem;
  margin-right: 10px;
}
@media screen and (max-width: 1440px) {
  .experience .swiper-container .swiper-wrapper .swiper-slide a .price span {
    font-size: 1.3rem;
  }
}
.experience .swiper-container .swiper-pagination {
  bottom: 0px;
}
.experience .swiper-container .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  margin: 0 10px !important;
  background-color: #FFFFFF;
  opacity: 1;
}
.experience .swiper-container .swiper-pagination-bullet-active {
  background-color: #42AF90;
}

/* --------------------------
 * other
-------------------------- */
.other {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .other {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 960px) {
  .other {
    padding-top: 0px;
  }
}
.other .txloop {
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: auto;
  line-height: 1.4;
  padding: 0px;
  display: flex;
  place-items: center;
  overflow: hidden;
  text-wrap: nowrap;
  font-size: 7vw;
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .other .txloop {
    top: -40px;
    font-size: 8vw;
  }
}
@media screen and (max-width: 1024px) {
  .other .txloop {
    font-size: 12vw;
    top: -60px;
  }
}
@media screen and (max-width: 960px) {
  .other .txloop {
    font-size: 15vw;
    top: -90px;
  }
}
@media screen and (max-width: 767px) {
  .other .txloop {
    font-size: 20vw;
    top: -140px;
  }
}
.other .txloop__inner {
  display: inline-block;
  padding-right: 20px;
}
.other .container .flexWrap {
  gap: 25px;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 1440px) {
  .other .container .flexWrap {
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .other .container .flexWrap {
    gap: 0;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media screen and (max-width: 767px) {
  .other .container .flexWrap {
    margin: 0 9px;
    display: block;
  }
}
.other .container .flexWrap .item {
  position: relative;
  height: auto;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1024px) {
  .other .container .flexWrap .item {
    width: 50%;
    padding: 0 15px 30px;
  }
}
@media screen and (max-width: 767px) {
  .other .container .flexWrap .item {
    width: 100%;
    padding: 0 0px 25px;
  }
}
.other .container .flexWrap .item a {
  background-color: #FFFFFF;
  display: block;
  padding: 10px 10px 40px;
  border-radius: 10px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .other .container .flexWrap .item a {
    padding: 10px 10px 30px;
    border-radius: 5px;
  }
}
.other .container .flexWrap .item a figure {
  width: auto;
  overflow: hidden;
  border-radius: 5px;
  display: block;
  background-color: #000;
  position: relative;
}
.other .container .flexWrap .item a figure .lgimg {
  transition: 0.3s ease all;
}
.other .container .flexWrap .item a figure .arrow {
  width: 8%;
  height: auto;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media screen and (max-width: 1440px) {
  .other .container .flexWrap .item a figure .arrow {
    width: 11%;
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .other .container .flexWrap .item a figure .arrow {
    width: 30px;
  }
}
.other .container .flexWrap .item a h3 {
  font-weight: 500;
  font-size: 2.2rem;
  text-align: center;
  margin-top: 30px;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1440px) {
  .other .container .flexWrap .item a h3 {
    font-size: 2rem;
    margin-top: 25px;
  }
}
.other .container .flexWrap .item a .en {
  font-size: 1.3rem;
  text-align: center;
  color: #42AF90;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .other .container .flexWrap .item a .en {
    font-size: 1.2rem;
    margin-top: 7px;
  }
}
.other .container .flexWrap .item a .tx {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 25px;
  padding: 0 10%;
}
@media screen and (max-width: 1440px) {
  .other .container .flexWrap .item a .tx {
    padding: 0 5%;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .other .container .flexWrap .item a .tx {
    padding: 0 15px;
  }
}
.other .container .flexWrap .item:hover a {
  background-color: #ECEACF;
}
.other .container .flexWrap .item:hover a figure .lgimg {
  transform: scale(1.05);
  opacity: 0.7;
}

/* --------------------------
 *  topics
-------------------------- */
.topics {
  background-color: #FFFFFF;
  padding-bottom: 150px;
  padding-top: 50px;
}
@media screen and (max-width: 960px) {
  .topics {
    padding-bottom: 100px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .topics {
    padding-bottom: 1px;
    padding-top: 50px;
  }
}
.topics .container {
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .topics .container {
    display: block;
  }
}
.topics .container .titleArea {
  width: 30%;
  height: auto;
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .topics .container .titleArea {
    width: 50%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .topics .container .titleArea {
    width: 100%;
    margin-bottom: 50px;
  }
}
.topics .container .titleArea h4 {
  padding-right: 25%;
  margin-top: 60px;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .topics .container .titleArea h4 {
    padding-right: 0;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .topics .container .titleArea h4 {
    font-size: 1.4rem;
  }
}
.topics .container .titleArea .btn {
  margin-top: 35px;
  width: 200px;
}
@media screen and (max-width: 1024px) {
  .topics .container .titleArea .btn {
    display: none;
  }
}
.topics .container .postList {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .topics .container .postList {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .topics .container .postList {
    margin: 0 0px 50px;
  }
}
.topics .container .postList .first {
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 960px) {
  .topics .container .postList .first {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .topics .container .postList .first {
    display: none;
  }
}
.topics .container .postList .first a {
  display: flex;
  gap: 75px;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .topics .container .postList .first a {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .topics .container .postList .first a {
    display: block;
    gap: 0;
  }
}
.topics .container .postList .first a figure {
  width: 45%;
  border-radius: 10px;
  margin: 0;
  padding: 0;
  background-color: #222222;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 960px) {
  .topics .container .postList .first a figure {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .topics .container .postList .first a figure {
    width: 100%;
    margin-bottom: 15px;
  }
}
.topics .container .postList .first a figure img {
  transition: 0.3s ease all;
}
.topics .container .postList .first a figure .arrow {
  width: 8%;
  height: auto;
  position: absolute;
  right: 20px;
  bottom: 20px;
  transition: none;
}
@media screen and (max-width: 960px) {
  .topics .container .postList .first a figure .arrow {
    width: 24px;
    right: 10px;
    bottom: 10px;
  }
}
.topics .container .postList .first a .inner {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .topics .container .postList .first a .inner {
    width: 100%;
  }
}
.topics .container .postList .first a .inner .info {
  display: flex;
  line-height: 20px;
  height: 20px;
  transition: 0.3s ease all;
  margin-top: -20px;
}
@media screen and (max-width: 960px) {
  .topics .container .postList .first a .inner .info {
    margin-top: 0px;
  }
}
.topics .container .postList .first a .inner .info > .date {
  font-size: 1.4rem;
  font-weight: 400;
  color: #222222;
  margin-right: 15px;
  letter-spacing: 1px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 960px) {
  .topics .container .postList .first a .inner .info > .date {
    font-size: 1.3rem;
  }
}
.topics .container .postList .first a .inner .info > .cat {
  display: flex;
  line-height: 18px;
  gap: 5px;
}
.topics .container .postList .first a .inner .info > .cat > li {
  display: block;
  padding: 0 5px;
  background-color: #42AF90;
  color: #FFFFFF;
  font-size: 1.1rem;
  border-radius: 2px;
}
@media screen and (max-width: 960px) {
  .topics .container .postList .first a .inner .info > .cat > li {
    font-size: 1rem;
  }
}
.topics .container .postList .first a .inner h3 {
  font-weight: 500;
  font-size: 2rem;
  margin-top: 15px;
  transition: 0.3s ease all;
  line-height: 1.6;
}
@media screen and (max-width: 1440px) {
  .topics .container .postList .first a .inner h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 960px) {
  .topics .container .postList .first a .inner h3 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .topics .container .postList .first a .inner h3 {
    font-size: 1.5rem;
  }
}
.topics .container .postList .first a:hover figure .arrow {
  transform: scale(1);
  opacity: 1;
}
.topics .container .postList .first a:hover figure img {
  transform: scale(1.1);
  opacity: 0.7;
}
.topics .container .postList .first a:hover .inner h3 {
  color: #42AF90;
}
.topics .container .postList > ul {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1440px) {
  .topics .container .postList > ul {
    gap: 20px;
  }
}
@media screen and (max-width: 960px) {
  .topics .container .postList > ul {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .topics .container .postList > ul {
    gap: 0;
    flex-wrap: wrap;
    margin: 0 -8px;
  }
}
.topics .container .postList > ul > li {
  width: 33.3333%;
}
@media screen and (max-width: 767px) {
  .topics .container .postList > ul > li {
    width: 50%;
    margin-bottom: 25px;
    padding: 0 8px;
  }
}
.topics .container .postList > ul > li:first-child {
  display: none;
}
@media screen and (max-width: 767px) {
  .topics .container .postList > ul > li:first-child {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .topics .container .postList > ul > li:last-child {
    margin-bottom: 0;
  }
}
.topics .container .postList > ul > li a figure {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  background-color: #222222;
}
@media screen and (max-width: 767px) {
  .topics .container .postList > ul > li a figure {
    border-radius: 3px;
  }
}
.topics .container .postList > ul > li a figure .arrow {
  width: 8%;
  height: auto;
  position: absolute;
  right: 10px;
  bottom: 10px;
  transition: none;
}
@media screen and (max-width: 960px) {
  .topics .container .postList > ul > li a figure .arrow {
    width: 20px;
  }
}
.topics .container .postList > ul > li a figure img {
  transition: 0.3s ease all;
}
.topics .container .postList > ul > li a .info {
  display: flex;
  line-height: 20px;
  height: 20px;
  margin-top: 20px;
  transition: 0.3s ease all;
}
@media screen and (max-width: 767px) {
  .topics .container .postList > ul > li a .info {
    display: block;
    height: auto;
    margin-top: 10px;
    line-height: 18px;
  }
}
.topics .container .postList > ul > li a .info > .date {
  font-size: 1.4rem;
  font-weight: 400;
  color: #222222;
  margin-right: 15px;
  letter-spacing: 1px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 960px) {
  .topics .container .postList > ul > li a .info > .date {
    font-size: 1.3rem;
  }
}
.topics .container .postList > ul > li a .info > .cat {
  display: flex;
  line-height: 18px;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .topics .container .postList > ul > li a .info > .cat {
    margin-top: 5px;
    gap: 3px;
  }
}
.topics .container .postList > ul > li a .info > .cat > li {
  display: block;
  padding: 0 5px;
  background-color: #42AF90;
  color: #FFFFFF;
  font-size: 1.1rem;
  border-radius: 2px;
}
@media screen and (max-width: 960px) {
  .topics .container .postList > ul > li a .info > .cat > li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .topics .container .postList > ul > li a .info > .cat > li {
    padding: 0 3px;
  }
}
.topics .container .postList > ul > li a h3 {
  font-weight: 500;
  font-size: 1.7rem;
  margin-top: 15px;
  transition: 0.3s ease all;
  line-height: 1.4;
}
@media screen and (max-width: 1440px) {
  .topics .container .postList > ul > li a h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .topics .container .postList > ul > li a h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .topics .container .postList > ul > li a h3 {
    margin-top: 5px;
  }
}
.topics .container .postList > ul > li a:hover figure .arrow {
  transform: scale(1);
  opacity: 1;
}
.topics .container .postList > ul > li a:hover figure img {
  transform: scale(1.1);
  opacity: 0.7;
}
.topics .container .postList > ul > li a:hover h3 {
  color: #42AF90;
}

/* --------------------------
 *  access
-------------------------- */
.access {
  background-color: #DEEBDB;
  padding: 200px 0 150px;
}
@media screen and (max-width: 960px) {
  .access {
    padding: 150px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .access {
    padding: 100px 16px 75px;
  }
}
.access .container .flexWrap {
  align-items: stretch;
}
@media screen and (max-width: 960px) {
  .access .container .flexWrap {
    display: block;
  }
}
.access .container .flexWrap .item {
  position: relative;
}
.access .container .flexWrap .item figure {
  position: absolute;
  top: -15%;
  left: 0;
  width: 105%;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .access .container .flexWrap .item figure {
    top: -10%;
    width: 110%;
  }
}
@media screen and (max-width: 960px) {
  .access .container .flexWrap .item figure {
    top: -10%;
    left: inherit;
    right: -5%;
    width: 64%;
  }
}
@media screen and (max-width: 767px) {
  .access .container .flexWrap .item figure {
    width: 85%;
    right: -50px;
  }
}
.access .container .flexWrap .item__inner {
  z-index: 9;
  padding-top: 250px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .access .container .flexWrap .item__inner {
    padding-top: 0px;
  }
}
.access .container .flexWrap .item__inner h3 {
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 1px;
  padding-top: 50px;
}
.access .container .flexWrap .item__inner .address {
  margin-bottom: 25px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1680px) {
  .access .container .flexWrap .item__inner .address {
    font-size: 1.3rem;
  }
}
.access .container .flexWrap .item__inner .tel {
  font-size: 3.1rem;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1680px) {
  .access .container .flexWrap .item__inner .tel {
    font-size: 2.7rem;
  }
}
.access .container .flexWrap .item__inner .tel span {
  font-size: 1.8rem;
  margin-right: 5px;
}
@media screen and (max-width: 1680px) {
  .access .container .flexWrap .item__inner .tel span {
    font-size: 1.6rem;
  }
}
.access .container .flexWrap .item__inner .time {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 50px;
}
@media screen and (max-width: 1680px) {
  .access .container .flexWrap .item__inner .time {
    font-size: 1.3rem;
  }
}
.access .container .flexWrap .item:nth-child(1) {
  width: 40%;
}
@media screen and (max-width: 960px) {
  .access .container .flexWrap .item:nth-child(1) {
    width: 100%;
  }
}
.access .container .flexWrap .item:nth-child(2) {
  width: 60%;
}
@media screen and (max-width: 960px) {
  .access .container .flexWrap .item:nth-child(2) {
    width: 100%;
  }
}
.access .container .flexWrap .item .btnGrp {
  width: 70%;
}
@media screen and (max-width: 1440px) {
  .access .container .flexWrap .item .btnGrp {
    width: 85%;
  }
}
@media screen and (max-width: 960px) {
  .access .container .flexWrap .item .btnGrp {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .access .container .flexWrap .item .btnGrp {
    width: 100%;
  }
}
.access .container .flexWrap .map {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  background-color: #222222;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .access .container .flexWrap .map {
    aspect-ratio: 3/2;
    margin-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .access .container .flexWrap .map {
    aspect-ratio: 1/1;
    margin: 50px -16px 0;
    width: auto;
    border-radius: 5px;
  }
}
.access .container .flexWrap .map iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=index.css.map */