@charset "UTF-8";
@-webkit-keyframes move1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes move1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes appearUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes appearUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes showUp {
  0% {
    top: 70%;
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
@keyframes showUp {
  0% {
    top: 70%;
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
@-webkit-keyframes showUpReverse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes showUpReverse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
}
@-webkit-keyframes visualSlide {
  0% {
    left: 0;
    z-index: 1;
    opacity: 1;
  }
  25% {
    left: 0;
    z-index: 1;
    opacity: 1;
  }
  50% {
    left: -100%;
    z-index: 0;
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  75% {
    left: 100%;
    z-index: 0;
    opacity: 0;
  }
  76% {
    opacity: 1;
  }
  100% {
    left: 0;
    z-index: 1;
    opacity: 1;
  }
}
@keyframes visualSlide {
  0% {
    left: 0;
    z-index: 1;
    opacity: 1;
  }
  25% {
    left: 0;
    z-index: 1;
    opacity: 1;
  }
  50% {
    left: -100%;
    z-index: 0;
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  75% {
    left: 100%;
    z-index: 0;
    opacity: 0;
  }
  76% {
    opacity: 1;
  }
  100% {
    left: 0;
    z-index: 1;
    opacity: 1;
  }
}
@-webkit-keyframes visualSlide2 {
  0% {
    left: 100%;
    z-index: 0;
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  25% {
    left: 100%;
    z-index: 0;
    opacity: 1;
  }
  50% {
    left: 0;
    z-index: 1;
    opacity: 1;
  }
  75% {
    left: 0;
    z-index: 1;
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    left: -100%;
    z-index: 0;
    opacity: 0;
  }
}
@keyframes visualSlide2 {
  0% {
    left: 100%;
    z-index: 0;
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  25% {
    left: 100%;
    z-index: 0;
    opacity: 1;
  }
  50% {
    left: 0;
    z-index: 1;
    opacity: 1;
  }
  75% {
    left: 0;
    z-index: 1;
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    left: -100%;
    z-index: 0;
    opacity: 0;
  }
}
@-webkit-keyframes dropRotateY {
  0% {
    top: -50px;
    -webkit-transform: translateX(-50%) rotateY(0deg);
            transform: translateX(-50%) rotateY(0deg);
    opacity: 0;
  }
  30% {
    top: 0px;
  }
  100% {
    top: 0px;
    -webkit-transform: translateX(-50%) rotateY(360deg);
            transform: translateX(-50%) rotateY(360deg);
    opacity: 1;
  }
}
@keyframes dropRotateY {
  0% {
    top: -50px;
    -webkit-transform: translateX(-50%) rotateY(0deg);
            transform: translateX(-50%) rotateY(0deg);
    opacity: 0;
  }
  30% {
    top: 0px;
  }
  100% {
    top: 0px;
    -webkit-transform: translateX(-50%) rotateY(360deg);
            transform: translateX(-50%) rotateY(360deg);
    opacity: 1;
  }
}
@media (max-width: 768px) {
  @-webkit-keyframes dropRotateY {
    0% {
      top: -6.5104166667vw;
      -webkit-transform: translateX(-50%) rotateY(0deg);
              transform: translateX(-50%) rotateY(0deg);
      opacity: 0;
    }
    30% {
      top: 0px;
    }
    100% {
      top: 0px;
      -webkit-transform: translateX(-50%) rotateY(360deg);
              transform: translateX(-50%) rotateY(360deg);
      opacity: 1;
    }
  }
  @keyframes dropRotateY {
    0% {
      top: -6.5104166667vw;
      -webkit-transform: translateX(-50%) rotateY(0deg);
              transform: translateX(-50%) rotateY(0deg);
      opacity: 0;
    }
    30% {
      top: 0px;
    }
    100% {
      top: 0px;
      -webkit-transform: translateX(-50%) rotateY(360deg);
              transform: translateX(-50%) rotateY(360deg);
      opacity: 1;
    }
  }
}

.section {
  margin: unset;
}

.section {
  position: relative;
}

.detail_page .contents_top {
  overflow: hidden;
  position: relative;
}
.detail_page .contents_top .banner {
  width: 100%;
  height: 88vh;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-filter: blur(6px);
          filter: blur(6px);
}
.detail_page .contents_top .banner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.detail_page .contents_top .banner.video {
  -webkit-filter: unset;
          filter: unset;
  position: relative;
}
.detail_page .contents_top .banner.video video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.detail_page .contents_top .logo {
  font-size: 0;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-animation: 1s showUp forwards;
          animation: 1s showUp forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  z-index: 5;
  width: 300px;
  height: 240px;
}
.detail_page .contents_top .scroll_txt {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  display: block;
  position: fixed;
  bottom: 3vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  margin: 0 auto;
  opacity: 1;
}
.detail_page .contents_top .scroll_txt::before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  left: 12px;
  width: 17px;
  height: 55px;
  background: url(../../../Images/Renewal_2025/scroll_arrow.png) no-repeat center/100%;
  -webkit-animation: move1 1.2s infinite ease-in-out;
          animation: move1 1.2s infinite ease-in-out;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.detail_page .contents_top.harumi .banner {
  background-image: url(../../../Images/Renewal_2025/harumi/harumi_bg.jpg);
}
.detail_page .contents_top.harumi .banner::before {
  background: rgba(255, 145, 0, 0.6);
}
.detail_page .contents_top.harumi .logo {
  background-image: url(../../../Images/Renewal_2025/logo/harumi.png);
}
.detail_page .contents_top.sangsang .banner {
  background-image: url(../../../Images/Renewal_2025/sangsang/sangsang_bg_pc.jpg);
}
.detail_page .contents_top.sangsang .banner::before {
  background: rgba(245, 190, 89, 0.6);
}
.detail_page .contents_top.sangsang .logo {
  background-image: url(../../../Images/Renewal_2025/logo/sangsang.png);
}
.detail_page .contents_top.just .banner {
  z-index: 0;
}
.detail_page .contents_top.just .banner::before {
  background: #FFB901;
  opacity: 0.6;
}
.detail_page .contents_top.just .logo {
  background-image: url(../../../Images/Renewal_2025/logo/just.png);
}
.detail_page .inner {
  width: 1200px;
  margin: 0 auto;
}
.detail_page .txt_type1 {
  font-size: 60px;
  font-weight: 700;
  color: #111;
  text-align: center;
  letter-spacing: -0.6px;
  line-height: 66px;
}
.detail_page .txt_type1.wt {
  color: #ffffff;
}
.detail_page .txt_type2 {
  font-size: 40px;
  font-weight: 700;
  color: #111;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.6px;
}
.detail_page .txt_type2.wt {
  color: #ffffff;
}
.detail_page .txt_type2.fs50 {
  font-size: 50px;
}
.detail_page .txt_type3 {
  font-size: 24px;
  font-weight: 400;
  color: #111;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.6px;
  word-break: keep-all;
}
.detail_page .txt_type3.wt {
  color: #ffffff;
}
.detail_page .show {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.detail_page .show.rolling_img {
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
}

.active .show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.active .show.late1 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.active .show.late2 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.active .show.late3 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.active .show.late4 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.active .show.late5 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.active .show.late6 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.active .show.late7 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.active .show.late8 {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
.active .show.rolling_img {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

#section1 {
  padding-bottom: 150px;
  min-height: 500px;
}
#section1 .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  margin-bottom: 80px;
}
#section1 .txt span {
  display: block;
}
#section1 .txt.n3 {
  margin-bottom: 0;
}
#section1 .txt.n2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#section1 .txt.n2 .txt_wrap {
  padding-left: 60px;
}
#section1 .txt .photo {
  width: 582px;
  height: 387px;
  display: block;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
}
#section1 .txt .photo img {
  width: 100%;
}
#section1 .txt .txt_wrap {
  max-width: 480px;
}
#section1 .txt .txt_wrap .txt_type2 {
  text-align: left;
  line-height: 1.4;
}
#section1 .txt .txt_wrap .txt_type3 {
  text-align: left;
  margin-top: 20px;
}
#section1 .contents_top.active + .inner .txt.n1 {
  padding-top: 100px;
}
#section1 .contents_top.active + .inner .txt.n1 .show {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#section1 .contents_top.active + .inner .txt.n1 .show.late1 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#section1 .contents_top.active + .inner .txt.n1 .show.late2 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#section1 .contents_top.active + .inner .txt.n1 .show.late3 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

#section2 {
  width: 100%;
  background: #EFEFEF;
  padding: 140px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#section2 .txt_type1 {
  margin-bottom: 20px;
}
#section2 .txt_type1 em {
  color: #00CBFF;
  line-height: 1.4;
}
#section2 .txt_type3 {
  font-size: 34px;
}
#section2 .history_flow {
  position: relative;
  width: 768px;
  height: 100%;
  margin: 80px auto 0;
}
#section2 .history_flow .long_line {
  width: 2px;
  background: #111111;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
}
#section2 .history_flow .long_line.harumi {
  height: 740px;
}
#section2 .history_flow .long_line.sangsang {
  height: 1220px;
}
#section2 .history_flow .long_line.just {
  height: 700px;
}
#section2 .history_flow .box {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  will-change: transform, opacity;
  font-size: 30px;
  font-weight: 400;
  color: #111;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 60px;
  letter-spacing: -0.6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#section2 .history_flow .box:last-of-type {
  margin-bottom: 0;
}
#section2 .history_flow .box .space {
  display: block;
  width: 150px;
}
#section2 .history_flow .box span {
  display: block;
  min-width: 300px;
}
#section2 .history_flow .box strong {
  display: block;
  font-size: 30px;
  font-weight: 600;
  color: #111;
  text-align: left;
  line-height: 1;
  margin-bottom: 4px;
  position: relative;
}
#section2 .history_flow .box strong::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #111111;
  position: absolute;
  border-radius: 50%;
  top: 10px;
}
#section2 .history_flow .box img {
  display: block;
  margin-top: 20px;
}
#section2 .history_flow .box.on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#section2 .history_flow .box.left {
  text-align: right;
  padding-right: 410px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#section2 .history_flow .box.left strong {
  text-align: right;
}
#section2 .history_flow .box.left strong::after {
  right: -32px;
}
#section2 .history_flow .box.right {
  text-align: left;
  padding-left: 410px;
}
#section2 .history_flow .box.right strong {
  text-align: left;
}
#section2 .history_flow .box.right strong::after {
  left: -32px;
}

#section3 {
  padding: 130px 0;
  overflow: hidden;
}
#section3 .marquee {
  overflow: hidden;
  width: 100%;
  margin-top: 60px;
}
#section3 .marquee .marquee-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px; /* 간격 */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: default !important;
}
#section3 .marquee .box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  width: 320px;
}
#section3 .marquee .box .photo {
  width: 100%;
  display: block;
}
#section3 .marquee .box .photo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#section3 .marquee .box strong {
  display: block;
  font-size: 26px;
  font-weight: 700;
  color: #111;
  text-align: center;
  margin-top: 20px;
  letter-spacing: -0.6px;
}
#section3 .marquee .box .txt {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #7E7E7E;
  text-align: left;
}

#section4 {
  padding: 130px 0;
  width: 100%;
}
#section4 .up_boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}
#section4 .up_boxs .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 376px;
  height: 470px;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: default;
}
#section4 .up_boxs .box .space {
  display: inline-block;
  width: 14px;
  display: none;
}
#section4 .up_boxs .box .space.n2 {
  width: 28px;
}
#section4 .up_boxs .box .space.n3 {
  width: 42px;
}
#section4 .up_boxs .box .space.n4 {
  width: 56px;
}
#section4 .up_boxs .box .space.n5 {
  width: 60px;
}
#section4 .up_boxs .box .space.n6 {
  width: 74px;
}
#section4 .up_boxs .box .space.n7 {
  width: 98px;
}
#section4 .up_boxs .box .space.n8 {
  width: 112px;
}
#section4 .up_boxs .box .space.n9 {
  width: 126px;
}
#section4 .up_boxs .box .space.n10 {
  width: 140px;
}
#section4 .up_boxs .box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
#section4 .up_boxs .box strong {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 44px;
  letter-spacing: -0.35px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#section4 .up_boxs .box p {
  opacity: 0;
  word-break: keep-all;
  font-size: 24px;
  font-weight: 400;
  color: #333;
  text-align: left;
  line-height: 40px;
  letter-spacing: -0.44px;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#section4 .up_boxs .box p em {
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
#section4 .up_boxs .box.center p {
  text-align: center;
}
#section4 .up_boxs .box.flip {
  -webkit-transition-delay: unset;
          transition-delay: unset;
  -webkit-transition: unset;
  transition: unset;
}
#section4 .up_boxs .box.flip strong {
  opacity: 0;
}
#section4 .up_boxs .box.flip::before {
  background: #ffffff;
  z-index: 0;
}
#section4 .up_boxs .box.flip p {
  opacity: 1;
  z-index: 2;
}
#section4.harumi {
  background: #FFD167;
}
#section4.harumi .up_boxs .box:nth-of-type(1) {
  background-image: url(../../../Images/Renewal_2025/harumi/point01.jpg);
}
#section4.harumi .up_boxs .box:nth-of-type(2) {
  background-image: url(../../../Images/Renewal_2025/harumi/point02.jpg);
}
#section4.harumi .up_boxs .box:nth-of-type(3) {
  background-image: url(../../../Images/Renewal_2025/harumi/point03.jpg);
}
#section4.sangsang {
  background: #F5BE59;
}
#section4.sangsang .up_boxs .box:nth-of-type(1) {
  background-image: url(../../../Images/Renewal_2025/sangsang/point01.jpg);
}
#section4.sangsang .up_boxs .box:nth-of-type(2) {
  background-image: url(../../../Images/Renewal_2025/sangsang/point02.jpg);
}
#section4.sangsang .up_boxs .box:nth-of-type(3) {
  background-image: url(../../../Images/Renewal_2025/sangsang/point03.jpg);
}
#section4.just {
  background: #FFB901;
}
#section4.just .up_boxs .box:nth-of-type(1) {
  background-image: url(../../../Images/Renewal_2025/just/point01.jpg);
}
#section4.just .up_boxs .box:nth-of-type(2) {
  background-image: url(../../../Images/Renewal_2025/just/point02.jpg);
}
#section4.just .up_boxs .box:nth-of-type(3) {
  background-image: url(../../../Images/Renewal_2025/just/point03.jpg);
}

#section5 {
  padding: 130px 0;
}
#section5 .pr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-items: flex-start;
  gap: 30px;
  width: 960px;
  margin: 60px auto;
}
#section5 .pr_list .box {
  width: 216px;
  height: 216px;
  display: block;
  overflow: hidden;
  position: relative;
}
#section5 .pr_list .box .photo {
  display: block;
}
#section5 .pr_list .box .photo::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.0392156863);
}
#section5 .pr_list .box .photo img {
  width: 100%;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
}
#section5 .pr_list .box .name {
  display: block;
  position: absolute;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  line-height: 1.4;
  letter-spacing: -0.6px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  opacity: 0;
}
#section5 .pr_list .box:hover .name {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#section5 .pr_list .box:hover .photo::before {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: rgba(0, 0, 0, 0.5019607843);
}

.more_btn {
  display: block;
  background: #ffffff;
  border: 1px solid #aaa;
  height: 60px;
  width: 400px;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  text-align: center;
  line-height: 60px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin: 20px auto 0;
}

@media (min-width: 768px) {
  .banner {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .scroll_txt {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .detail_page .contents_top.active .banner {
    height: 320px;
    -webkit-filter: unset;
            filter: unset;
  }
  .detail_page .contents_top.active .scroll_txt {
    opacity: 0;
  }
  .more_btn:hover {
    background: #333;
    border-color: #333;
    color: #fff;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
}
@media (max-width: 768px) {
  .detail_page .contents_top .banner {
    height: 52.0833333333vw;
    -webkit-filter: unset;
            filter: unset;
  }
  .detail_page .contents_top .logo {
    width: 39.0625vw;
    height: 31.25vw;
  }
  .detail_page .contents_top.harumi .banner {
    background-size: 150%;
  }
  .detail_page .contents_top.sangsang .banner {
    background-size: 150%;
  }
  .detail_page .contents_top .scroll_txt {
    display: none;
  }
  .detail_page .inner {
    width: 100%;
  }
  .detail_page .txt_type1 {
    font-size: 6.5104166667vw;
    font-weight: 700;
    color: #111;
    text-align: center;
    line-height: 9.765625vw;
    line-height: 8.59375vw;
  }
  .detail_page .txt_type2 {
    font-size: 5.46875vw;
    font-weight: 700;
    color: #111;
    text-align: center;
    line-height: 8.203125vw;
    line-height: 1;
    letter-spacing: -0.6px;
  }
  .detail_page .txt_type2.fs50 {
    font-size: 6.5104166667vw;
  }
  .detail_page .txt_type3 {
    font-size: 4.1666666667vw;
    font-weight: 400;
    color: #111;
    text-align: center;
    line-height: 6.25vw;
    letter-spacing: -0.6px;
  }
  .detail_page .show {
    -webkit-transform: translateY(1.3020833333vw);
            transform: translateY(1.3020833333vw);
  }
  .detail_page .show.rolling_img {
    -webkit-transform: translateX(19.53125vw);
            transform: translateX(19.53125vw);
  }
  .active .show.late1 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .active .show.late2 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .active .show.late3 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .active .show.late4 {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .active .show.late5 {
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
  }
  .active .show.late6 {
    -webkit-transition-delay: 2.4s;
            transition-delay: 2.4s;
  }
  .active .show.late7 {
    -webkit-transition-delay: 2.8s;
            transition-delay: 2.8s;
  }
  .active .show.late8 {
    -webkit-transition-delay: 3.2s;
            transition-delay: 3.2s;
  }
  .active .show.rolling_img {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  #section1 {
    padding-bottom: 19.53125vw;
  }
  #section1 .txt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    margin-bottom: 10.4166666667vw;
  }
  #section1 .txt .scroll_txt {
    display: none;
  }
  #section1 .txt.n3 {
    margin-bottom: 0;
  }
  #section1 .txt.n2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #section1 .txt.n2 .txt_wrap {
    padding-left: unset;
  }
  #section1 .txt .photo {
    width: 87.5vw;
    height: 58.0729166667vw;
  }
  #section1 .txt .photo img {
    width: 100%;
  }
  #section1 .txt .txt_wrap {
    max-width: 87.5vw;
    margin-top: 6.5104166667vw;
    word-break: keep-all;
  }
  #section1 .txt .txt_wrap .txt_type2 {
    text-align: center;
  }
  #section1 .txt .txt_wrap .txt_type3 {
    text-align: center;
    width: 95%;
    margin: 5.2083333333vw auto 0;
  }
  #section1 .contents_top.active + .inner .txt.n1 {
    padding-top: 13.0208333333vw;
  }
  #section2 {
    background-size: 200%;
    padding: 18.2291666667vw 0;
  }
  #section2 .txt_type1 {
    font-size: 7.8125vw;
    margin-bottom: 3.125vw;
  }
  #section2 .txt_type1 img {
    width: 39.0625vw;
    height: 31.25vw;
  }
  #section2 .txt_type3 {
    font-size: 4.4270833333vw;
  }
  #section2 .slot-number {
    gap: 0.1302083333vw;
  }
  #section2 .slot-number span {
    min-width: 4.6875vw;
  }
  #section2 .history_flow {
    width: 100vw;
    margin: 10.4166666667vw auto 0;
  }
  #section2 .history_flow .long_line {
    width: 0.2604166667vw;
    height: 96%;
  }
  #section2 .history_flow .long_line.harumi {
    height: 71.6145833333vw;
  }
  #section2 .history_flow .long_line.sangsang {
    height: 145.1822916667vw;
  }
  #section2 .history_flow .long_line.just {
    height: 76.8229166667vw;
  }
  #section2 .history_flow .long_line.just ~ .box > .mobile {
    width: 18vw;
  }
  #section2 .history_flow .box {
    font-size: 3.90625vw;
    font-weight: 400;
    color: #111;
    text-align: left;
    line-height: 5.859375vw;
    margin-bottom: 5.2083333333vw;
    letter-spacing: -0.6px;
  }
  #section2 .history_flow .box strong {
    display: block;
    font-size: 3.90625vw;
    font-weight: 600;
    color: #111;
    text-align: left;
    line-height: 5.859375vw;
    margin-bottom: 0.5208333333vw;
    width: 39.0625vw;
  }
  #section2 .history_flow .box strong::after {
    width: 1.5625vw;
    height: 1.5625vw;
    top: 1.3020833333vw;
  }
  #section2 .history_flow .box span {
    min-width: 39.0625vw;
  }
  #section2 .history_flow .box .space {
    width: unset !important;
  }
  #section2 .history_flow .box img {
    display: block;
    width: 39.0625vw;
    margin-top: 2.6041666667vw;
  }
  #section2 .history_flow .box img.height {
    width: unset;
    height: 21.875vw;
  }
  #section2 .history_flow .box.left {
    padding-right: 53.3854166667vw;
  }
  #section2 .history_flow .box.left strong::after {
    right: -4.1666666667vw;
  }
  #section2 .history_flow .box.right {
    padding-left: 53.3854166667vw;
  }
  #section2 .history_flow .box.right strong::after {
    left: -4.1666666667vw;
  }
  #section3 {
    padding: 16.9270833333vw 0;
    overflow: hidden;
  }
  #section3 .marquee {
    margin-top: 7.8125vw;
  }
  #section3 .marquee .marquee-track {
    gap: 3.90625vw;
  }
  #section3 .marquee .box {
    width: 31.25vw;
  }
  #section3 .marquee .box .photo {
    width: 31.25vw;
    height: 26.3020833333vw;
  }
  #section3 .marquee .box .photo img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #section3 .marquee .box strong {
    font-size: 4.1666666667vw;
    font-weight: 600;
    color: #111;
    text-align: center;
    line-height: 6.25vw;
    letter-spacing: -0.6px;
    margin-top: 1.5625vw;
    word-break: keep-all;
  }
  #section3 .marquee .box .txt {
    margin-top: 0.78125vw;
    font-size: 3.6458333333vw;
    font-weight: 400;
    color: #7E7E7E;
    text-align: left;
    line-height: 5.46875vw;
  }
  #section4 {
    padding: 16.9270833333vw 0;
    width: 100%;
  }
  #section4 .up_boxs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 87.5vw;
    margin: 10.4166666667vw auto 0;
    row-gap: 6.25vw;
  }
  #section4 .up_boxs .box {
    width: 100%;
    height: 51.0416666667vw;
    border-radius: 1.3020833333vw;
  }
  #section4 .up_boxs .box strong {
    font-size: 5.2083333333vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 7.8125vw;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #section4 .up_boxs .box p {
    font-size: 4.6875vw;
    font-weight: 400;
    color: #333;
    text-align: left;
    line-height: 7.03125vw;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #section4 .up_boxs .box p em {
    display: inline-block;
    margin-right: 1.3020833333vw;
    margin-top: 1.3020833333vw;
  }
  #section4.sangsang .box p {
    text-align: left !important;
    font-size: 4.1666666667vw;
  }
  #section5 {
    padding: 16.9270833333vw 0;
  }
  #section5 .pr_list {
    gap: 3.90625vw;
    width: 90.3645833333vw;
    margin: 7.8125vw auto;
  }
  #section5 .pr_list .box {
    width: 27.34375vw;
    height: 27.34375vw;
    position: relative;
    overflow: hidden;
  }
  #section5 .pr_list .box .photo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.0392156863);
  }
  #section5 .pr_list .box .photo img {
    width: 100%;
  }
  #section5 .pr_list .box .name {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    font-size: 3.125vw;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    line-height: 4.6875vw;
  }
  #section5 .pr_list .box:hover .name {
    display: none;
  }
  #section5 .pr_list .box:hover .photo::before {
    background: rgba(0, 0, 0, 0.0392156863);
  }
  #section5 .more_btn {
    font-size: 3.6458333333vw;
    font-weight: 400;
    color: #222;
    text-align: center;
    line-height: 5.46875vw;
    width: 62.5vw;
    height: 10.4166666667vw;
    line-height: 10.4166666667vw;
  }
  #section5 .more_btn:hover {
    background: #fff;
    border-color: #333;
    color: #222;
  }
}