@charset "UTF-8";

#op .one {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: url("../img/shared/bg.jpg");
  z-index: 10001;
  opacity: 1;
  transition: opacity 1s ease-in-out;

  .logo {
    position: absolute;
    left: 50%;
    top: 49%;
    transform: translate(-50%, -50%);
  }
}


#op .skip {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%);
  color: #fff;
  z-index: 111111;
  transition: opacity 1s ease-in-out;
}

#op .skip:hover {
  cursor: pointer;
}

#op .two {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: url("../img/shared/bg.jpg");
  z-index: 10000;
  opacity: 1;
  transition: opacity 1s ease-in-out;


}

#op .two img {
  position: absolute;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {

  #op .one .logo {
    width: 80px;
    top: 45%;
  }

  #op .skip {
    bottom: 15%;
  }

  #op .two img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    top: 0;
    transform: none;
    left: 0;
  }
}

.fade-out {
  opacity: 0 !important;
  pointer-events: none;
}

.scroll-disabled {
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  position: fixed;
  width: 100%;
}

.scroll-disabled main {
  opacity: 0;
  visibility: hidden;
}

.scroll-disabled #header #key {
  opacity: 0;
  visibility: hidden;
}

main {
  overflow: hidden;
}

main.fadeout {
  opacity: 0;
  visibility: hidden;
}

#header #key .img {
  height: 100vh;
  height: 100dvh;
}

#header #key {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

#header #key .inner {
  display: flex;
  gap: 1vw;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.3);
  transform-origin: center;
  width: 100vw;
  height: 100vh;
  animation: scale 2s ease-in alternate forwards;
  animation-delay: 1s;
  animation-play-state: paused;
  visibility: hidden;
}

#header #key .inner .col,
#header #key .inner .col2 {
  display: flex;
  flex-direction: column;
  width: calc((100% - 4vw) / 5);
  gap: 1vw;
}

#header #key .inner .col .img,
#header #key .inner .col2 .img {
  height: calc((100vh - 3vw) / 6);
}

@media screen and (min-width: 767px) {

  #header #key .inner .col .img,
  #header #key .inner .col2 .img {
    height: calc((100vh - 3vw) / 4);
  }
}

#header #key .inner .col .img:nth-child(2),
#header #key .inner .col2 .img:nth-child(2) {
  animation-delay: 0.4s;
}

#header #key .inner .col .img:nth-child(3),
#header #key .inner .col2 .img:nth-child(3) {
  animation-delay: 0.8s;
}

#header #key .inner .col .img:nth-child(4),
#header #key .inner .col2 .img:nth-child(4) {
  animation-delay: 1.2s;
}

#header #key .inner .col .img {
  transform: translateY(100vh);
  animation: toTop 2s cubic-bezier(0.4, 0, 0.2, 1) alternate forwards;
  animation-play-state: paused;
}

#header #key .inner .col2 {
  flex-direction: column-reverse;
}

#header #key .inner .col2 .img {
  transform: translateY(-100vh);
  animation: toBottom 2s cubic-bezier(0.4, 0, 0.2, 1) alternate forwards;
  animation-play-state: paused;
}

#header #key.active .inner {
  animation-play-state: running;
  visibility: visible;
}

#header #key.active .inner .col .img,
#header #key.active .inner .col2 .img {
  animation-play-state: running;
}

#header #key+.set1 {
  opacity: 1;
  visibility: visible;
  transition-delay: 3.2s;
}

#header .set1 {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
}

#header .set2 {
  position: relative;
  z-index: 2;
  padding: 18vw 0 26.13vw;
  text-align: center;
}

#header .set2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/index/key_bg_sp.png") no-repeat top center/cover;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

#header .set2.shadow::before {
  opacity: 1;
  visibility: visible;
}

#header .set2 h2 {
  font-size: 5.2vw;
  letter-spacing: 0.21em;
  line-height: 1.5;
  margin: 0 0 7.5vw;
}

#header .set2 .txt {
  letter-spacing: 0.13em;
}

#header .set2 .txt+.txt {
  margin-top: 22px;
}

#header .set2 #news {
  margin: 12vw 0 0;
  position: relative;
  padding: 11vw 0 12vw;
}

#header .set2 #news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: url("../img/shared/line.jpg");
}

#header .set2 #news::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: url("../img/shared/line.jpg");
}

#header .set2 #news h3 {
  line-height: 1.5;
  font-size: 6vw;
  letter-spacing: 0.13em;
  margin: 0 0 7vw;
}

#header .set2 #news #feed {
  margin: 0 -10vw 28vw;
}

#header .set2 #news #feed .slick-arrow {
  width: 8.8vw;
  height: 13.3vw;
  top: auto;
  bottom: -20vw;
}

#header .set2 #news #feed .slick-arrow.slick-prev {
  background-image: url("../img/shared/left_sp.png");
  left: auto;
  right: calc(50% + 2.2vw);
}

#header .set2 #news #feed .slick-arrow.slick-next {
  background-image: url("../img/shared/right_sp.png");
  right: auto;
  left: calc(50% + 2.2vw);
}

#header .set2 #news #feed dl {
  margin-right: 25px;
  max-width: 240px;
}

#header .set2 #news #feed dl dt a {
  display: block;
}

#header .set2 #news #feed dl dt a span {
  display: block;
  width: 100% !important;
  height: 152px !important;
  box-sizing: border-box;
  background: url("../img/index/rss_img.png") no-repeat center/cover;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

#header .set2 #news #feed dl dd {
  margin: 19px 0 0;
  line-height: 1.67;
}

#header .set2 #news #feed dl dd span {
  display: block;
  text-align: center;
  margin: 0 0 4px;
  letter-spacing: 0.17em;
}

#header .set2 #news #feed dl dd a {
  display: block;
  letter-spacing: 0.17em;
  text-align: left;
}

#header .set2 #news .group-btn .insta {
  line-height: 0;
}

@media screen and (max-width: 767px) {
  #header .set2 #news .group-btn .insta {
    width: 35.5px;
    margin: 12vw auto 0;
  }
}

#header .set2 #news .group-btn .btn-allview {
  font-size: 17px;
  line-height: 2;
  font-weight: 500;
}

#header .set2 #news .group-btn .btn-allview a {
  display: block;
  position: relative;
  border: 1px solid;
  padding: 11px 0;
  letter-spacing: 0.19em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #header .set2 #news .group-btn .btn-allview a::before {
    content: "";
    position: absolute;
    right: 1px;
    height: 1px;
    width: 29px;
    background: url("../img/shared/line.jpg");
    top: 50%;
  }
}

@media screen and (min-width: 768px) {
  #header .set2 {
    padding: 153px 0 163px;
  }

  #header .set2::before {
    background: url("../img/index/key_bg.png") no-repeat top center/cover;
  }

  #header .set2 h2 {
    font-size: 25px;
    margin: 0 0 37px;
  }

  #header .set2 .txt {
    line-height: 38px;
    font-size: 15.5px;
  }

  #header .set2 #news {
    margin: 84px 0 0;
    padding: 47px 0 53px;
  }

  #header .set2 #news h3 {
    font-size: 29px;
    margin: 0 0 40px;
  }

  #header .set2 #news #feed {
    display: flex;
    justify-content: center;
    gap: 36px;
    margin: 0;
  }

  #header .set2 #news #feed dl {
    margin-right: 0;
    width: 100%;
  }

  #header .set2 #news #feed dl dt a:hover {
    opacity: 0.8;
  }

  #header .set2 #news #feed dl dt a span {
    height: 153px !important;
  }

  #header .set2 #news #feed dl dd {
    margin: 19px 0 0;
    line-height: 30px;
    font-size: 15.5px;
  }

  #header .set2 #news #feed dl dd span {
    margin: 0 0 9px;
  }

  #header .set2 #news #feed dl dd a {
    display: block;
    text-align: inherit;
    letter-spacing: 0.17em;
  }

  #header .set2 #news .group-btn {
    position: absolute;
    right: 108px;
    top: 49px;
    display: flex;
    align-items: center;
    gap: 25px;
    flex-direction: row-reverse;
  }

  #header .set2 #news .group-btn .insta {
    line-height: 0;
  }

  #header .set2 #news .group-btn .btn-allview {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
  }

  #header .set2 #news .group-btn .btn-allview a {
    text-decoration: underline;
    text-underline-offset: 3px;
    letter-spacing: 0.13em;
    padding: 0;
    border: 0;
  }

  #header .set2 #news .group-btn .btn-allview a:hover {
    text-decoration: none;
  }
}

@keyframes toTop {
  0% {
    transform: translateY(100vh);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes toBottom {
  0% {
    transform: translateY(-100vh);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes scale {
  0% {
    transform: scale(1.3);
    transform-origin: 50.0140625% 40.66%;
  }

  100% {
    transform: scale(5.25, 6.275);
    transform-origin: 50.0140625% 40.66%;
  }
}

@media screen and (min-width: 767px) {
  @keyframes scale {
    0% {
      transform: scale(1.3);
      transform-origin: 50.0140625% 66.66%;
    }

    100% {
      transform: scale(5.25, 4.275);
      transform-origin: 50.0140625% 66.66%;
    }
  }
}

#sec1 {
  background: url("../img/index/s1_bg_sp.jpg") no-repeat center top/cover;
  padding: 39.6vw 0 20vw;
  text-align: center;
}

#sec1 .group-title {
  position: absolute;
  z-index: 2;
  top: -16.6vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  width: 9vw;
}

#sec1 .group-title h2 {
  line-height: 1.5;
  letter-spacing: 0.4em;
  height: 52vw;
}

#sec1 .group-title .tit {
  margin: 0 auto;
  width: 3vw;
}

#sec1 .s1-slide {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.7);
  margin: 0 0 12vw;
}

@media screen and (max-width: 767px) {
  #sec1 .s1-slide .img {
    height: 100.8vw;
  }
}

#sec1 .s1-slide .slick-dots {
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
}

#sec1 .s1-slide .slick-dots li {
  margin: 0;
  border-radius: 0;
  height: 3px;
  width: 25%;
  background: rgba(110, 109, 106, 0.42);
}

#sec1 .s1-slide .slick-dots li:hover {
  opacity: 0.8;
  background: rgba(110, 109, 106, 0.42);
}

#sec1 .s1-slide .slick-dots li.slick-active {
  background: #6e6d6a;
}

#sec1 .txt {
  letter-spacing: 0.17em;
}

#sec1 .txt+.txt {
  margin-top: 22px;
}

@media screen and (min-width: 768px) {
  #sec1 {
    background: url("../img/index/s1_bg.jpg") no-repeat center top/cover;
    padding: 301px 0 163px;
  }

  #sec1 .group-title {
    top: -134px;
    width: 51px;
  }

  #sec1 .group-title h2 {
    letter-spacing: 0.53em;
    height: 300px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec1 .group-title h2 {
    letter-spacing: 0.3em;
  }
}

@media screen and (min-width: 768px) {
  #sec1 .group-title .tit {
    margin: -4px auto 0;
    width: 20px;
  }

  #sec1 .s1-slide {
    width: 620px;
    margin: 0 auto 60px;
  }

  #sec1 .s1-slide .slick-dots li {
    height: 5px;
  }

  #sec1 .s1-slide .slick-dots li:hover {
    opacity: 0.8;
    background: rgba(110, 109, 106, 0.42);
  }

  #sec1 .txt {
    font-size: 15.5px;
    line-height: 38px;
  }

  #sec1 .txt+.txt {
    margin-top: 27px;
  }

  #sec1 .txt+.txt.txt2 {
    margin-top: 0;
  }
}

#sec2 .set1 {
  position: relative;
}

#sec2 .set1 h2 {
  position: absolute;
  z-index: 2;
  top: 60.8vw;
  right: 3vw;
  line-height: 2;
  letter-spacing: 0.41em;
}

#sec2 .set1 h2 span {
  display: inline-block;
  padding-top: 16vw;
}

#sec2 .set1 .img {
  height: 120vw;
}

@media screen and (min-width: 768px) {
  #sec2 .set1 h2 {
    top: 260px;
    right: calc(50% + 306px);
    line-height: 75px;
  }

  #sec2 .set1 h2 span {
    padding-top: 98px;
  }

  #sec2 .set1 .img {
    height: 766px;
  }
}

#sec2 .set2 {
  position: relative;
  padding: 25vw 0 0;
}

#sec2 .set2 h2 {
  mix-blend-mode: hard-light;
  position: absolute;
  width: 26vw;
  left: 0;
  top: 10vw;
}

#sec2 .set2 h3 {
  text-align: center;
  font-size: 4.67vw;
  line-height: 1.5;
  letter-spacing: 0.25em;
  margin: 0 0 15vw;
}

#sec2 .set2 .img {
  width: 68vw;
  margin: 0 0 0 auto;
}

#sec2 .set2 .img2 {
  margin: 14.5vw 0 0 38.26vw;
  width: 38.24vw;
}

#sec2 .set2 .img2 img {
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.31);
}

#sec2 .set2 .img3 {
  width: 38.24vw;
  position: relative;
  z-index: 2;
}

#sec2 .set2 .img3 img {
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.31);
}

#sec2 .set2 .group-txt {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 15px;
  margin: -9vw 5vw 0;
}

#sec2 .set2 .group-txt .txt {
  height: 300px;
  text-align: justify;
  letter-spacing: 0.17em;
  position: relative;
  z-index: 3;
}

#sec2 .set2 .group-txt .txt+.txt {
  margin-top: 85px;
}

@media screen and (max-width: 767px) {
  #sec2 .set2 .group-txt .txt {
    line-height: 25px;
  }
}

@media screen and (min-width: 768px) {
  #sec2 .set2 {
    padding: 0;
  }

  #sec2 .set2 h2 {
    position: absolute;
    top: 152px;
    width: 197px;
    right: calc(50% + 339px);
    left: auto;
  }

  #sec2 .set2 h3 {
    position: absolute;
    z-index: 2;
    top: 292px;
    right: calc(50% + 120px);
    font-size: 25px;
    margin: 0;
  }

  #sec2 .set2 .img {
    width: calc(50% - 195px);
    height: 468px;
  }

  #sec2 .set2 .img2 {
    width: 314px;
    margin: -14px auto 0;
    text-align: right;
  }

  #sec2 .set2 .img3 {
    width: 832px;
    margin: 0 auto;
  }

  #sec2 .set2 .group-txt {
    margin: -154px auto 0;
    width: 1068px;
    max-width: calc(100% - 30px);
    gap: 0 22px;
  }

  #sec2 .set2 .group-txt .txt {
    height: 333px;
  }

  #sec2 .set2 .group-txt .txt+.txt {
    margin-top: 62px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec2 .set2 .group-txt .txt {
    letter-spacing: 0.1em;
  }
}

#sec2 .set3 {
  position: relative;
  margin: 12vw 0 0;
}

#sec2 .set3 .wrap {
  padding: 0;
}

#sec2 .set3 h2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 78.8vw;
  mix-blend-mode: hard-light;
}

#sec2 .set3 h3 {
  text-align: center;
  letter-spacing: 0.25em;
  line-height: 1.5;
  position: relative;
  padding: 38.4vw 0 16vw;
  font-size: 4.67vw;
}

#sec2 .set3 .img {
  margin: 0 var(--wrapPadding) 12vw;
}

#sec2 .set3 .img2 {
  margin: 0 0 0 auto;
  width: 40.8vw;
}

#sec2 .set3 .img2 img {
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.31);
}

#sec2 .set3 .img3 {
  position: absolute;
  left: 0;
  top: 131vw;
  width: 42.67vw;
}

#sec2 .set3 .img3 img {
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.31);
}

#sec2 .set3 .group-txt {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  align-items: flex-start;
  margin: 13vw var(--wrapPadding) 0;
  gap: 30px 0;
}

#sec2 .set3 .group-txt .txt {
  text-align: justify;
  letter-spacing: 0.17em;
  position: relative;
  z-index: 2;
}

#sec2 .set3 .group-txt .txt:nth-child(3) {
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  #sec2 .set3 .group-txt .txt:nth-child(1) {
    height: 180px;
    margin: 0 0 0 50vw;
  }

  #sec2 .set3 .group-txt .txt:nth-child(2) {
    height: 303px;
  }

  #sec2 .set3 .group-txt .txt:nth-child(3) {
    height: 270px;
    margin-right: 5vw;
  }
}

@media screen and (max-width: 370px) {
  #sec2 .set3 .group-txt .txt:nth-child(2) {
    height: 372px;
  }

  #sec2 .set3 .group-txt .txt:nth-child(3) {
    height: 291px;
    margin-right: 5vw;
  }
}

@media screen and (min-width: 768px) {
  #sec2 .set3 {
    margin: 77px 0 0;
    position: relative;
  }

  #sec2 .set3 .wrap {
    width: 1442px;
  }

  #sec2 .set3 h2 {
    top: 181px;
    width: auto;
  }

  #sec2 .set3 h3 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    max-width: 100%;
    text-align: right;
    font-size: 25px;
    top: 475px;
    padding: 0;
  }

  #sec2 .set3 .img {
    width: 722px;
    height: 376px;
    margin: 0 0 0 91px;
    max-width: calc(100% - 720px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec2 .set3 .img {
    margin: 0;
    max-width: calc(100% - 629px);
  }
}

@media screen and (min-width: 768px) {
  #sec2 .set3 .img2 {
    margin: 156px auto 0;
    width: 344px;
  }

  #sec2 .set3 .img3 {
    top: 656px;
    left: 50%;
    transform: translateX(-50%);
    width: 1168px;
    max-width: 100%;
    text-align: right;
  }

  #sec2 .set3 .group-txt {
    justify-content: flex-end;
    align-items: flex-start;
    width: 992px;
    max-width: 100%;
    margin: 102px auto 0;
    gap: 0 41px;
  }

  #sec2 .set3 .group-txt .txt {
    height: 333px;
  }

  #sec2 .set3 .group-txt .txt:nth-child(2) {
    margin-top: 53px;
  }

  #sec2 .set3 .group-txt .txt:nth-child(3) {
    margin-top: 114px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec2 .set3 .group-txt .txt {
    letter-spacing: 0.1em;
  }
}

#sec2 .set4 {
  position: relative;
}

#sec2 .set4::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 28.267vw;
  bottom: 0;
  background: url("../img/index/s2_bg.png");
}

#sec2 .set4 .wrap {
  padding: 31vw 0 21vw;
}

#sec2 .set4 h2 {
  position: absolute;
  right: 7vw;
  top: 0;
  width: 26vw;
  mix-blend-mode: hard-light;
}

#sec2 .set4 h3 {
  position: relative;
  z-index: 2;
  font-size: 4.67vw;
  letter-spacing: 0.25em;
  margin: 0 0 16vw;
  text-align: center;
  line-height: 1.5;
}

#sec2 .set4 .group-img {
  margin: 0 0 0 var(--wrapPadding);
}

#sec2 .set4 .group-img img {
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.31);
}

#sec2 .set4 .group-img .img {
  width: 38vw;
}

#sec2 .set4 .group-img .img2 {
  margin: 0 0 0 38vw;
  width: 27.73vw;
}

#sec2 .set4 .group-img .img3 {
  margin: 0 0 0 66vw;
  width: calc(100% - 66vw);
  height: 31.6vw;
}

#sec2 .set4 .group-img .img3 img {
  -o-object-position: 72% center;
  object-position: 72% center;
}

#sec2 .set4 .group-txt {
  margin: -22.4vw var(--wrapPadding) 0;
}

#sec2 .set4 .group-txt .txt {
  letter-spacing: 0.17em;
  text-align: justify;
}

#sec2 .set4 .group-txt .txt:nth-child(1) {
  width: 178px;
}

#sec2 .set4 .group-txt .txt:nth-child(2) {
  margin: 25px 0 0 10vw;
}

@media screen and (min-width: 768px) {
  #sec2 .set4 {
    margin: 108px 0 0;
  }

  #sec2 .set4::before {
    height: 311px;
  }

  #sec2 .set4 .wrap {
    width: 1200px;
    padding: 101px 0 37px;
  }

  #sec2 .set4 h2 {
    left: 20px;
    width: auto;
    right: auto;
  }

  #sec2 .set4 h3 {
    font-size: 25px;
    margin: 0 auto 130px;
    width: 978px;
    text-align: left;
    max-width: 100%;
  }

  #sec2 .set4 .group-img {
    width: 988px;
    margin: 0 auto;
    max-width: 100%;
  }

  #sec2 .set4 .group-img .img {
    width: auto;
  }

  #sec2 .set4 .group-img .img2 {
    margin: 0 0 0 287px;
    width: auto;
  }

  #sec2 .set4 .group-img .img3 {
    margin: -1px 0 0 495px;
    width: auto;
    height: auto;
  }

  #sec2 .set4 .group-txt {
    position: absolute;
    right: 0;
    top: 185px;
    width: 430px;
    margin: 0;
  }

  #sec2 .set4 .group-txt .txt:nth-child(1) {
    width: 354px;
  }

  #sec2 .set4 .group-txt .txt:nth-child(2) {
    margin: 31px 0 0 78px;
  }
}

#sec3 {
  background: url("../img/index/s2_bg2.png");
  text-align: center;
  position: relative;
  padding: 26.67vw 0 17.867vw;
}

#sec3::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  top: 0;
  background: url("../img/index/s3_line.jpg");
  height: 20.67vw;
}

#sec3 h2 {
  font-size: 4.67vw;
  line-height: 1.5;
  letter-spacing: 0.29em;
  margin: 0 0 7vw;
}

@media screen and (max-width: 767px) {
  #sec3 .group-btn .btn-link {
    margin: 0 auto;
  }

  #sec3 .group-btn .btn-link+.btn-link {
    margin-top: 4vw;
  }
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 172px 0 184px;
  }

  #sec3::before {
    top: -37px;
    height: 172px;
  }

  #sec3 h2 {
    font-size: 28px;
    margin: 0 0 45px;
  }

  #sec3 .group-btn {
    display: flex;
    justify-content: center;
    gap: 49px;
  }
}

#sec4 {
  position: relative;
  padding: 0 0 20.3vw;
}

#sec4 .img {
  height: 81.87vw;
  margin: 0 0 10vw;
}

#sec4 .group-content {
  margin: 0 var(--wrapPadding);
}

#sec4 .group-content h2 {
  position: absolute;
  top: 39.3vw;
  left: var(--wrapPadding);
  font-size: 4.67vw;
  line-height: 1.5;
  letter-spacing: 0.29em;
}

#sec4 .group-content .txt {
  letter-spacing: 0.17em;
}

#sec4 .group-content .txt+.txt {
  margin-top: 25px;
}

#sec4 .group-content .btn-link {
  margin: 7vw auto 0;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 164px 0 148px;
  }

  #sec4 .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    margin: 0;
  }

  #sec4 .group-content {
    margin: 0 auto;
    max-width: calc(100% - 60px);
    width: 1120px;
    position: relative;
    z-index: 2;
  }

  #sec4 .group-content h2 {
    position: static;
    font-size: 28px;
    margin: 0 0 35px;
  }

  #sec4 .group-content .btn-link {
    margin: 49px 0 0;
  }
}

#popup-sec4 h2 {
  margin: 0 0 8vw;
}

@media screen and (min-width: 768px) {
  #popup-sec4 h2 {
    margin: 0 0 40px;
  }
}

#sec5 .set1 .right {
  padding: 12.8vw var(--wrapPadding) 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #sec5 .set1 .right .inner .logo {
    width: 70px;
    margin: 0 auto;
  }

  #sec5 .set1 .right .inner .insta {
    width: 35.5px;
    margin: 0 auto;
  }
}

#sec5 .set1 .right .inner .tit {
  width: 11vw;
  line-height: 0;
  margin: 0 auto;
}

#sec5 .set1 .right .inner h2 {
  font-size: 6vw;
  line-height: 1.5;
  letter-spacing: 0.41em;
  margin: 2vw 0 10vw;
}

#sec5 .set1 .right .inner .name {
  line-height: 1.875;
  letter-spacing: 0.17em;
  margin: 30px 0 20px;
}

#sec5 .set1 .right .inner .btn-web {
  margin: 19px auto 23px;
}

#sec5 .set1 .right .inner .insta {
  line-height: 0;
}

#sec5 .set1 .right .inner .info {
  box-sizing: border-box;
  margin: 8vw 0 0;
  text-align: left;
}

#sec5 .set1 .right .inner .info dl {
  position: relative;
  display: flex;
  padding: 0 0 13px;
  letter-spacing: 0.05em;
}

#sec5 .set1 .right .inner .info dl+dl {
  margin-top: 17px;
}

#sec5 .set1 .right .inner .info dl::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: url("../img/shared/line.jpg");
}

#sec5 .set1 .right .inner .info dl dt {
  width: 85px;
}

#sec5 .set1 .right .inner .info dl dd {
  width: calc(100% - 85px);
  word-break: break-word;
  /* hoặc break-all tùy trường hợp */
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

#sec5 .set2 {
  margin: 15vw 0 0;
}

@media screen and (max-width: 767px) {
  #sec5 .set2 .wrap {
    padding: 0 3.2vw;
  }
}

#sec5 .set2 .inner {
  background: url("../img/index/s2_bg.png");
  padding: 15vw 4.5vw;
  text-align: center;
}

#sec5 .set2 .inner h2 {
  font-size: 4.67vw;
  line-height: 1.5;
  letter-spacing: 0.27em;
  margin: 0 -4vw 6vw;
}

#sec5 .set2 .inner .txt {
  line-height: 25px;
  letter-spacing: 0.17em;
}

#sec5 .set2 .inner .txt+.txt {
  margin-top: 25px;
}

#sec5 .set2 .inner .box {
  margin: 10vw 0 0;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 8vw 4.8vw;
}

#sec5 .set2 .inner .box .tit {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 -4vw 4vw;
  letter-spacing: 0.17em;
}

#sec5 .set2 .inner .box .txt2 {
  line-height: 25px;
  letter-spacing: 0.1em;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  #sec5 .set1 {
    position: relative;
  }

  #sec5 .set1 .img {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% + 3px);
    height: 853px;
    max-height: calc(100vh - 101px);
    max-height: calc(100dvh - 101px);
  }

  #sec5 .set1 .img.fixed {
    top: 101px;
    position: fixed;
  }

  #sec5 .set1 .img.end {
    top: auto;
    bottom: 0;
  }

  #sec5 .set1 .right {
    width: 50%;
    margin: 0 0 0 auto;
    padding: 141px 0 0;
  }

  #sec5 .set1 .right .inner {
    margin: 0 auto;
    width: 531px;
    max-width: calc(100% - 20px);
  }

  #sec5 .set1 .right .inner .tit {
    width: auto;
  }

  #sec5 .set1 .right .inner h2 {
    font-size: 34px;
    margin: 13px 0 56px;
  }

  #sec5 .set1 .right .inner .name {
    margin: 21px 0 38px;
  }

  #sec5 .set1 .right .inner .info {
    margin: 67px 0 0;
  }

  #sec5 .set1 .right .inner .info dl {
    padding: 0 0 13.5px 2px;
    letter-spacing: 0.17em;
    line-height: 1.875;
  }

  #sec5 .set1 .right .inner .info dl dt {
    width: 140px;
  }

  #sec5 .set1 .right .inner .info dl dd {
    width: calc(100% - 110px);
    margin: 0 -30px 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec5 .set1 .right .inner .info dl {
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 768px) {
  #sec5 .set2 {
    margin: 144px 0 0;
  }

  #sec5 .set2 .inner {
    padding: 115px 0 123px;
  }

  #sec5 .set2 .inner h2 {
    font-size: 26px;
    margin: 0 0 57px;
  }

  #sec5 .set2 .inner .txt {
    line-height: 1.875;
  }

  #sec5 .set2 .inner .txt+.txt {
    margin-top: 30px;
  }

  #sec5 .set2 .inner .box {
    margin: 76px auto 0;
    width: 664px;
    padding: 48px 0 44px;
  }

  #sec5 .set2 .inner .box .tit {
    font-size: 19px;
    margin: 0 0 13px;
  }

  #sec5 .set2 .inner .box .txt2 {
    line-height: 1.875;
    letter-spacing: 0.17em;
    text-align: inherit;
  }
}

#sec6 {
  margin: 16vw 0 0;
  padding: 0 0 18vw;
}

#sec6 .set1 .left #ggmap {
  height: 203px;
}

#sec6 .set1 .left #ggmap iframe {
  width: 100%;
  height: 100%;
}

#sec6 .set1 .left .group-btn {
  margin: 7.5vw 0 0;
}

#sec6 .set1 .left .group-btn .btn-link {
  margin: 0 auto;
}

#sec6 .set1 .left .group-btn .btn-link a small {
  font-size: inherit;
}

#sec6 .set1 .right {
  margin: 12vw 0 0;
  position: relative;
  box-sizing: border-box;
  padding: 9vw 5.8vw;
  background: url("../img/index/s2_bg.png");
}

#sec6 .set1 .right .btn-link {
  margin: 0 auto;
}

#sec6 .set1 .right .btn-link+.btn-link {
  margin-top: 5vw;
}

#sec6 .set2 {
  margin: 18vw 0 0;
  padding: 10vw 0 5vw;
  position: relative;
  text-align: center;
}

#sec6 .set2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: url("../img/shared/line.jpg");
}

#sec6 .set2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: url("../img/shared/line.jpg");
}

#sec6 .set2 .group .tit {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.27em;
  margin: 0 0 18px;
}

#sec6 .set2 .group .txt {
  line-height: 27.5px;
  letter-spacing: 0.1em;
}

#sec6 .set2 .group .group-slide {
  margin: 30px 0 0;
  position: relative;
}

#sec6 .set2 .group .group-slide .s6-slide {
  width: 68vw;
  margin: 0 auto;
}

#sec6 .set2 .group .group-slide .s6-thumb {
  position: relative;
  z-index: 2;
  margin: -5vw 0 0;
  gap: 5vw;
  display: inline-flex;
  flex-direction: column;
}

#sec6 .set2 .group .group-slide .s6-thumb .thumb {
  background: url("../img/index/s6_nav_bg.jpg");
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.2s;
  cursor: pointer;
  line-height: 1.875;
  padding: 4px 12px;
  letter-spacing: 0.05em;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
  #sec6 .set2 .group .group-slide .s6-thumb .thumb {
    font-size: 12px;
  }
}

#sec6 .set2 .group .group-slide .s6-thumb .thumb.active {
  color: #fff;
}

#sec6 .set2 .group .group-slide .s6-thumb .thumb:hover {
  opacity: 0.8;
}

#sec6 .set2 .group .sub-tit {
  margin: 30px 0 25px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#sec6 .set2 .group+.group {
  margin-top: 41px;
}

#sec6 .set2 .group#sec6-3 {
  margin-top: 50px;
}

#sec6 .set2 .btn-map {
  margin: 40px 0 0 0;
  text-align: right;
  line-height: 1;
}

#sec6 .set2 .btn-map a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  letter-spacing: 0.19em;
}

#sec6 .set2 .btn-map a::before {
  content: "";
  background: url("../img/shared/arrow2_sp.png") no-repeat top center/100% auto;
  width: 15.5px;
  height: 13px;
}

@media screen and (min-width: 768px) {
  #sec6 {
    margin: 136px 0 0;
    padding: 0 0 177px;
  }

  #sec6 .set1 {
    display: flex;
    align-items: flex-start;
  }

  #sec6 .set1 .left {
    width: 654px;
  }

  #sec6 .set1 .left #ggmap {
    height: 406px;
  }

  #sec6 .set1 .left .group-btn {
    margin: 26px 0 0 1px;
    display: flex;
    align-items: flex-end;
  }

  #sec6 .set1 .left .group-btn .btn-link {
    margin: 0;
  }

  #sec6 .set1 .left .group-btn .btn-link a small {
    font-size: inherit;
  }

  #sec6 .set1 .left .group-btn .btn2 {
    line-height: 1;
    margin: 0 0 0 20px;
  }

  #sec6 .set1 .left .group-btn .btn2 a {
    font-size: 11px;
    letter-spacing: 0.19em;
  }

  #sec6 .set1 .right {
    margin: 0;
    width: 326px;
    height: 406px;
    background: transparent;
    padding: 108px 0 0;
  }

  #sec6 .set1 .right::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    min-width: 1000px;
    background: url("../img/index/s2_bg.png");
  }

  #sec6 .set1 .right .btn-link {
    margin: 0 auto;
  }

  #sec6 .set1 .right .btn-link+.btn-link {
    margin-top: 24px;
  }

  #sec6 .set2 {
    margin: 115px 0 0;
    padding: 72px 0 18px;
  }

  #sec6 .set2 .group .tit {
    font-size: 20px;
    margin: 0 0 18px;
  }

  #sec6 .set2 .group .txt {
    line-height: 1.875;
    letter-spacing: 0.17em;
  }

  #sec6 .set2 .group .group-slide {
    margin: 44px 0 0;
    padding: 0 65px;
  }

  #sec6 .set2 .group .group-slide .s6-slide {
    width: 510px;
    margin: 0;
  }

  #sec6 .set2 .group .group-slide .s6-thumb {
    position: absolute;
    top: 84px;
    right: 73px;
    gap: 21px;
    margin: 0;
    font-size: 16px;
  }

  #sec6 .set2 .group .group-slide .s6-thumb .thumb {
    padding: 4px 17px;
    letter-spacing: 0.17em;
    position: relative;
  }

  #sec6 .set2 .group .group-slide .s6-thumb .thumb.active::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url("../img/index/s6_arrow.png") no-repeat center left/100% auto;
    width: 25px;
    height: 6px;
    left: -17px;
  }

  #sec6 .set2 .group .group-slide .s6-thumb .thumb:hover {
    opacity: 0.8;
  }

  #sec6 .set2 .group .sub-tit {
    margin: 36px 0 19px;
    font-size: 17px;
    letter-spacing: 0.17em;
  }

  #sec6 .set2 .group+.group {
    margin-top: 41px;
  }

  #sec6 .set2 .group#sec6-3 {
    margin-top: 70px;
  }

  #sec6 .set2 .btn-map {
    margin: 40px 38px 0 0;
  }

  #sec6 .set2 .btn-map a::before {
    background: url("../img/shared/arrow2.png") no-repeat top center/100% auto;
    width: 14px;
    height: 12px;
  }
}

/* ちらつき防止のための初期非表示スタイル */
#op .one,
#op .two,
#op .skip {
  display: none;
}

/* JavaScriptで表示する場合のスタイル */
#op .one.show,
#op .two.show,
#op .skip.show {
  display: block;
}

.body-content-hidden {
  display: none;
}

.body-content-visible {
  display: block;
}

main.fadeout.fade-in {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s ease-in, visibility 1s ease-in;
}

/* オープニング背景のフェードアウト効果 */
#op {
  transition: opacity 1s ease-out;
}

#op.fade-out {
  opacity: 0;
}

/* オープニング要素のフェードアウト効果 */
.one,
.two,
.skip {
  transition: opacity 1s ease-out;
}

.one.fade-out,
.two.fade-out,
.skip.fade-out {
  opacity: 0;
}