body {
  background: url(../img/dungeon/dungeon_bg2.jpg) repeat;
  background-size: 130vw;
  background-position: center top;
}

header::before {
  top: 50px !important;
}

header::after {
  position: absolute;
  content: "";
  background-image: url(../img/shared/bg5.jpg);
  color: #f2efd8;
  background-size: 130vw;
  inset: 0;
  height: 50px;
  width: 100%;
  z-index: 1;
}

header h1 {
  z-index: 2;
}

.line1::before {
  z-index: 2;
}

.dungeon-line::before,
.dungeon-line::after {
  content: "";
  height: 15px;
  background-image: url(../img/dungeon/dungeon_line.png);
  background-repeat: repeat-x;
  position: absolute;
  top: -7px;
  width: 20vw;
  z-index: 1;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.52);
}

.dungeon-line::before {
  left: 0;
}

.dungeon-line::after {
  right: 0;
}

#key {
  min-height: 620px;
  height: 100vh;
  background: unset;
  overflow: hidden;
}

#key .btn {
  width: 250px;
  text-align: center;
  margin: 0 auto 35px;
}

#key .tit {
  text-align: center;
  margin: 36vw auto 6vw;
  width: 255px;
}

#key h2 {
  padding-top: 22vw;
  text-align: center;
  position: relative;
  margin: 25vw auto;
  width: 90vw;
  opacity: 0;
}

#key h2::before {
  content: "";
  position: absolute;
  background: url(../img/dungeon/shield_logo.png) no-repeat;
  background-size: contain;
  aspect-ratio: 351/314;
  width: 40vw;
  height: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50px;
}

.img-scroll {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100vh;
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  z-index: -2;
}

.img-scroll .img1 {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.img-scroll .img2 {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}

.img-scroll img {
  position: fixed;
  width: 100%;
  height: 100% !important;
  inset: 0;
  object-fit: cover;
  object-position: center top;
  z-index: -2;
}

#sec1 {
  padding: 15vw 0 15vw;
  position: relative;
  z-index: 1;
}

#sec1 h2 {
  width: 80vw;
  text-align: center;
  margin: 0 auto 6vw;
}

#sec1 .desc {
  text-align: justify;
  color: #fff8e0;
}

#sec1 .desc p {
  margin-bottom: 20px;
  letter-spacing: 0.005em;
}

#sec1 .desc p:last-child {
  margin-bottom: 0;
}

#sec1 .desc p .red {
  font-weight: bold;
  color: #da2f00;
}

#sec2 {
  padding-top: 15vw;
  background: url(../img/dungeon/dungeon_bg2.jpg) repeat;
  background-size: 130vw;
  background-position: center top;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#sec2::before {
  background-image: url(../img/dungeon/dungeon_line.png);
}

#sec2 .animated.bgfadeIn::before {
  opacity: 1;
}

#sec2 .row {
  visibility: visible !important;
  padding-bottom: 15vw;
  position: relative;
  z-index: 1;
}

#sec2 .row::before {
  content: "";
  position: absolute;
  background: url(../img/dungeon/sec2_p1.png) no-repeat;
  background-position: bottom center;
  background-size: cover;
  left: 0;
  right: 0;
  bottom: 0;
  height: 146vw;
  opacity: 0;
  transition: all 0.3s ease;
}

#sec2 .btn-pop {
  position: relative;
  text-align: center;
  z-index: 4;
}

#sec2 .btn-pop .btn {
  cursor: pointer;
  width: 224px;
  margin: 0 auto;
}

#sec2 .btn-pop img {
  filter: drop-shadow(-2.03vw 3.89vw 5.73vw rgba(37, 24, 2, 0.34));
}

#sec2 .pop-info {
  opacity: 0;
  visibility: hidden;
  background: url(../img/dungeon/pop_bg.jpg) repeat;
  background-size: auto;
  background-position: center top;
  position: absolute;
  top: calc(100% + 8vw);
  right: 2%;
  left: 2%;
  box-sizing: border-box;
  padding: 4vw 3%;
  transition: all 0.3s ease;
}

#sec2 .pop-info.active {
  opacity: 1;
  visibility: visible;
}

#sec2 .pop-info::before {
  content: "";
  position: absolute;
  background: url(../img/dungeon/pop_arrow.png) no-repeat;
  background-size: contain;
  aspect-ratio: 58/45;
  height: 58px;
  width: auto;
  bottom: calc(100% - 10px);
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: rotate(-90deg);
  z-index: 1;
}

#sec2 .pop-info .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 3;
}

#sec2 .pop-info .pop dl {
  margin-bottom: 14px;
}

#sec2 .pop-info .pop dl:last-child {
  margin-bottom: 0;
}

#sec2 .pop-info .pop dl dt {
  text-align: center;
  margin-bottom: 8px;
}

#sec2 .pop-info .pop dl dt img {
  width: auto;
}

#sec2 .pop-info .pop dl dd {
  text-align: center;
  color: #501100;
  letter-spacing: 0.05em;
}

#sec2 h2 {
  width: 32vw;
  text-align: center;
  margin: 10vw auto;
  position: relative;
  z-index: 2;
}

#sec2 .box {
  text-align: center;
  margin: 0 auto 8vw;
}

#sec2 h3 {
  text-align: center;
  margin: 0 auto 8vw;
}

#sec2 .list-tab-btn {
  display: flex;
  justify-content: center;
}

#sec2 .list-tab-btn .tab-btn {
  margin-right: 1%;
  cursor: pointer;
}

#sec2 .list-tab-btn .tab-btn:last-child {
  margin-right: 0;
}

#sec3 {
  padding: 10vw 0 20vw;
  position: relative;
  z-index: 1;
}

#sec3 .img_parallax {
  position: absolute;
  inset: 0;
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
}

#sec3 .img_parallax img {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  transition: all 0.3s ease;
}

#sec3 .img_parallax .bg1 {
}

#sec3 .img_parallax .bg2 {
  opacity: 0;
  visibility: hidden;
}

#sec3 .img_parallax .bg3 {
  opacity: 0;
  visibility: hidden;
}

#sec3.tab_1 .img_parallax .bg1 {
  opacity: 1;
  visibility: visible;
}

#sec3.tab_2 .img_parallax .bg2 {
  opacity: 1;
  visibility: visible;
}

#sec3.tab_3 .img_parallax .bg3 {
  opacity: 1;
  visibility: visible;
}

/* #sec3::before {
  content: "";
  position: absolute;
  background: url(../img/dungeon/sec3_tab1_bg.jpg) repeat-y;
  background-size: 100% auto;
  background-position: top center;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: all 0.3s ease;
}

#sec3.tab_2::before {
  background-image: url(../img/dungeon/sec3_tab2_bg.jpg);
}

#sec3.tab_3::before {
  background-image: url(../img/dungeon/sec3_tab3_bg.jpg);
} */

#sec3 .btn-back {
  text-align: center;
  margin: 0 auto;
  z-index: 4;
  position: relative;
  width: 196px;
}

#sec3 .btn-back .btn {
  cursor: pointer;
}

#sec3 .btn-back img {
  filter: drop-shadow(-0.27vw 0.53vw 0.67vw rgba(0, 0, 0, 0.52));
}

#sec3 .list-tab-content {
  margin: 0 3% 10vw;
}

#sec3 .tab-content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
}

#sec3 .tab-content.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

#sec3 h2 {
  margin: 0 auto 8vw;
  text-align: center;
}

#sec3 .list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

#sec3 .list::before {
  content: "";
  position: absolute;
  background-color: #f3f0d8;
  width: 1px;
  top: -8vw;
  bottom: 23vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

#sec3 .list .item {
  width: 100%;
  padding-bottom: 23vw;
  margin-bottom: 8vw;
  position: relative;
  z-index: 1;
}

#sec3 .list .item::before {
  content: "";
  position: absolute;
  background: url(../img/dungeon/sec3_num1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 20vw;
  height: auto;
  top: -6vw;
  left: 6%;
  z-index: 1;
}

#sec3 .list .item:nth-child(2)::before {
  background-image: url(../img/dungeon/sec3_num2.png);
}

#sec3 .list .item:nth-child(3)::before {
  background-image: url(../img/dungeon/sec3_num3.png);
}

#sec3 .list .item:last-child {
  margin-bottom: 0;
}

#sec3 .list .item .tit {
  width: 60%;
  position: absolute;
  top: 0;
  right: 0;
}

#sec3 .list .item .img {
  width: 80%;
  margin: 0 auto;
}

#sec3 .list .item .img img {
  box-shadow: -2px 4px 5px rgba(0, 0, 0, 0.52);
}

#sec3 .list .item .sub {
  position: absolute;
  bottom: 45%;
  right: 0;
  width: 60%;
}

#sec3 .list .item .btn-popup {
  position: absolute;
  bottom: 3vw;
  right: 0;
  z-index: 1;
  width: 16vw;
}

#sec3 .list .item .btn-popup a {
  position: relative;
  z-index: 1;
}

#sec3 .list .item .btn-popup a::before {
  content: "";
  position: absolute;
  background: url(../img/dungeon/sec3_treasure.png) no-repeat;
  background-size: contain;
  aspect-ratio: 169/135;
  width: 30vw;
  height: auto;
  top: -21vw;
  left: -150%;
  z-index: 1;
  pointer-events: auto;
}

#sec3 .list .item .txt {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65vw;
  padding: 4vw 4%;
  height: auto;
  aspect-ratio: 350/140;
  background: url(../img/dungeon/pop_bg.jpg) repeat;
  background-position: center top;
  z-index: -1;
}

#sec4 {
  padding: 15vw 0 15vw;
  background: url(../img/dungeon/dungeon_bg2.jpg) repeat;
  background-size: 130vw;
  background-position: center top;
  position: relative;
  z-index: 1;
}

#sec4 .img-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#sec4 .img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#sec4 .en {
  text-align: center;
  margin: 0 auto 8vw;
}

#sec4 h2 {
  text-align: center;
  margin: 0 auto 8vw;
}

#sec4 .btn-popup {
  text-align: center;
  margin: 0 auto 8vw;
  position: relative;
  z-index: 1;
  width: 75vw;
}

#sec4 .btn-popup::before {
  content: "";
  position: absolute;
  background: url(../img/dungeon/sec4_deco1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1500/892;
  width: 120vw;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

#sec4 .btn-popup a {
  display: inline-block;
  position: relative;
  z-index: 1;
}

#sec4 .btn-popup a::before {
  content: "";
  position: absolute;
  background: url(../img/dungeon/sec4_tap.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 20vw;
  height: auto;
  bottom: 0;
  right: 0;
  z-index: 1;
  pointer-events: auto;
}

#sec4 .list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

#sec4 .list .btn {
  margin-bottom: 30px;
}

#sec4 .list .btn:last-child {
  margin-bottom: 0;
}

#sec4 .list .btn a {
  text-decoration: none;
  background: url(../img/dungeon/btn_bg.jpg) repeat;
  background-size: auto;
  font-size: 16px;
  font-weight: bold;
  color: #fff8e0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  font-family: var(--serif);
  transition: all 0.3s ease;
  width: 320px;
  padding: 15px;
  box-shadow: -2px 4px 5px rgba(0, 0, 0, 0.52);
}

#sec4 .list .btn a::before {
  content: "";
  position: absolute;
  background: url(../img/dungeon/btn_icon2.png) no-repeat;
  background-size: contain;
  aspect-ratio: 10/15;
  width: 10px;
  height: auto;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#sec5 {
  padding: 15px 0 15vw;
  background: url(../img/dungeon/dungeon_bg1.jpg) repeat;
  background-size: auto;
  background-position: center top;
  position: relative;
  z-index: 1;
}

#sec5 .row1 {
  padding: 20vw 0 40vw;
  position: relative;
  z-index: 1;
}

#sec5 .row1::before {
  content: "";
  position: absolute;
  background: url(../img/dungeon/sec5_bg.png) no-repeat;
  background-size: cover;
  background-position: bottom center;
  inset: 0;
  z-index: -1;
}

#sec5 .row1 .frame {
  border-radius: 18px;
  box-sizing: border-box;
  border: 2px solid #f3f0d8;
  width: 100%;
  padding: 8vw 4%;
  position: relative;
}

#sec5 .row1 .frame::before {
  border-radius: 12px;
  content: "";
  position: absolute;
  border: 1px solid #f3f0d8;
  inset: 4px;
}

#sec5 .row1 .frame .txt {
  text-align: center;
  color: #f1eed7;
}

#sec5 .row1 .frame .txt .red {
  font-weight: bold;
  color: #da2f00;
}

#sec5 .row2 {
  margin-top: -25vw;
  position: relative;
  z-index: 2;
}

#sec5 .row2 .box {
  text-align: center;
  margin: 0 auto 8vw;
}

#sec5 .row2 h2 {
  text-align: center;
  margin: 0 auto 8vw;
}

#sec5 .row2 .list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#sec5 .row2 .list .img {
  aspect-ratio: 1/1;
  width: 60vw;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4vw;
}

#sec5 .row2 .list .img:last-child {
  margin-bottom: 0;
}

#sec5 .row2 .list .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
  clip-path: circle(3.9726027397% at center);
  transition: all 0.3s ease;
}

#sec6 {
  padding: 15vw 0 15vw;
  position: relative;
}

#sec6 .img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#sec6 .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#sec6 .en {
  text-align: center;
  margin: 0 auto 8vw;
}

#sec6 h2 {
  width: 40vw;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

#sec6 h2::before {
  content: "";
  position: absolute;
  background: url(../img/dungeon/sec4_deco2.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1500 / 892;
  width: 120vw;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

#sec8 {
  overflow: hidden;
  padding-top: 15px;
  background: url(../img/dungeon/dungeon_bg1.jpg) repeat;
  background-size: auto;
  background-position: center top;
  position: relative;
  z-index: 1;
}

#sec8::after {
  content: "";
  position: absolute;
  background: url(../img/dungeon/sec8_deco1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 957/650;
  width: 95vw;
  height: auto;
  bottom: 0;
  left: -15%;
  z-index: -1;
}

#sec8 h2 {
  margin: 0 auto 8vw;
  position: relative;
  z-index: 3;
}

#sec8 .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}

#sec8 .list .btn-popup {
  margin-bottom: 50px;
}

#sec8 .list .btn-popup:last-child {
  margin-bottom: 0;
}

#sec8 .list .btn-popup:nth-child(2) a::after {
  background-image: url(../img/dungeon/sec8_icon2.png);
}

#sec8 .list .btn-popup:nth-child(3) a::after {
  background-image: url(../img/dungeon/sec8_icon3.png);
}

#sec8 .list .btn-popup a {
  text-decoration: none;
  background: url(../img/dungeon/btn_bg.jpg) repeat;
  background-size: auto;
  font-size: 16px;
  font-weight: bold;
  color: #fff8e0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  font-family: var(--serif);
  transition: all 0.3s ease;
  width: 320px;
  padding: 15px;
  box-shadow: -2px 4px 5px rgba(0, 0, 0, 0.52);
}

#sec8 .list .btn-popup a::before {
  content: "";
  position: absolute;
  background: url(../img/dungeon/btn_icon.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 16px;
  height: auto;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}

#sec8 .list .btn-popup a::after {
  content: "";
  position: absolute;
  background: url(../img/dungeon/sec8_icon1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 97/116;
  width: 56px;
  height: auto;
  right: -18px;
  bottom: -24px;
  pointer-events: auto;
}

#sec8 .row {
  padding: 25vw 0 30vw;
  position: relative;
  z-index: 1;
}

#sec8 .row::before,
#sec8 .row::after {
  content: "";
  position: absolute;
  background: url(../img/dungeon/sec8_deco2.png) no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 15vw;
  left: -4%;
  right: -4%;
  z-index: 2;
}

#sec8 .row::before {
  top: 0;
}

#sec8 .row::after {
  background-image: url(../img/dungeon/sec8_deco3.png);
  background-position: center top;
  bottom: 0;
}

#sec8 .wrap-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

#sec8 .slider-infinity .img {
  width: 45vw;
  margin-bottom: 6vw;
}

#sec8 .slider-infinity .img img {
  box-shadow: -7px 13px 15px 5px rgba(29, 17, 3, 0.3);
}

#sec7 {
  padding-top: 15px;
  background: url(../img/shared/bg1.jpg);
}

#sec7 .row {
  padding: 15vw 0 15vw;
  position: relative;
  z-index: 1;
}

#sec7 .row::before {
  content: "";
  width: 50%;
  background-image: url(../img/shared/lead-bg2.png);
  background-repeat: repeat-y;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#sec7 .row::after {
  content: "";
  width: 50%;
  background-image: url(../img/shared/lead-bg3.png);
  background-repeat: repeat-y;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#sec7 .row h2 {
  text-align: center;
  margin: 0 auto 8vw;
}

#sec7 .row h2 img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

#sec7 .row .txt {
  text-align: center;
}

#sec7 #floor {
  padding-bottom: 0;
}

#sec7 #floor::before,
#sec7 #floor::after {
  content: none;
}

.remodal .close {
  position: sticky;
  top: 0;
  right: 0;
  transition: all 0.3s ease;
  z-index: 10;
}

.remodal .close:hover {
  opacity: 0.8;
}

.remodal-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 19px;
  height: 19px;
  background-image: url(../img/dungeon/popup_close.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.remodal-close::before {
  content: none;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.remodal {
  background: url(../img/dungeon/popup_bg.jpg) repeat;
  background-position: center top;
  padding: 0;
}

.tab-popup {
  padding: 12vw 3% 8vw;
}

.tab-popup .popup {
  position: relative;
}

.tab-popup .popup::before {
  content: "";
  position: absolute;
  background: url(../img/dungeon/sec3_treasure_open.png) no-repeat;
  background-size: contain;
  aspect-ratio: 138/134;
  width: 28vw;
  height: auto;
  bottom: -27vw;
  right: -6%;
}

.tab-popup .img {
  margin: 0 auto 6vw;
}

.tab-popup .img img {
  box-shadow: -2px 4px 5px rgba(0, 0, 0, 0.52);
}

.sec4-popup {
  background: unset;
}

.sec4-popup .remodal-close {
  filter: brightness(0) invert(1);
}

.sec4-popup h2 {
  margin: 0 auto 6vw;
}

.sec4-popup .img {
  margin-bottom: 4vw;
}

.sec4-popup .btn-close {
  width: 100px;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sec4-popup .btn-close:hover {
  opacity: 0.7;
}

.sec8-popup {
  padding: 12vw 3% 6vw;
}

.sec8-popup h2 {
  margin: 0px auto 4vw;
  width: 74vw;
}

.sec8-popup .ttl {
  width: 56vw;
}

.sec8-popup .img {
  margin-bottom: 4vw;
}

.sec8-popup .img img {
  box-shadow: -2px 4px 5px rgba(0, 0, 0, 0.52);
}

.sec8-popup .tit {
  font-family: var(--serif);
  font-weight: bold;
  color: #501100;
  font-size: 5vw;
  line-height: 1.4em;
  margin-bottom: 2vw;
}

.sec8-popup .price {
  font-size: 5vw;
  line-height: 1.4em;
  font-family: var(--serif);
  font-weight: bold;
  color: #da2f00;
  margin-bottom: 2vw;
}

.sec8-popup .price .unit {
  font-size: 61.5384615385%;
}

.sec8-popup .txt {
  color: #501100;
}
.sec8-popup .tal {
  text-align: left;
}
.sec8-popup h3 {
  text-align: center;
  color: #bd0000;
  font-weight: bold;
  margin-bottom: 3vw;
}
@media only screen and (min-width: 768px) {
  body {
    background-size: auto;
  }

  header::before {
    top: 20px !important;
  }

  header::after {
    background-size: auto;
  }

  main {
    overflow: visible;
  }

  .dungeon-line::before,
  .dungeon-line::after {
    height: 38px;
    top: -19px;
    width: 250px;
  }

  .tab-popup {
    box-sizing: border-box;
    padding: 51px 87px 48px;
    max-width: 564px;
    margin-bottom: 0;
  }

  .tab-popup .remodal-close {
    top: -30px;
    right: -68px;
  }

  .tab-popup .popup::before {
    width: 138px;
    right: -159px;
    bottom: -33px;
  }

  .tab-popup .img {
    margin-bottom: 32px;
  }

  .sec4-popup {
    background: unset;
    max-width: 1335px;
    margin-bottom: 0;
  }

  .sec4-popup .remodal-close {
    width: 28px;
    height: 28px;
  }

  .sec4-popup h2 {
    margin-bottom: 39px;
  }

  .sec4-popup .img {
    width: 100%;
    max-width: 1258px;
    margin-bottom: 58px;
  }

  .sec4-popup .img img {
    object-fit: contain;
    width: 100%;
    height: auto;
  }

  .sec4-popup .btn-close {
    width: 128px;
  }

  .sec8-popup {
    padding: 72px 70px 74px;
    max-width: 704px;
    margin-bottom: 0;
  }

  .sec8-popup .remodal-close {
    top: -30px;
    right: -50px;
  }

  .sec8-popup h2 {
    width: unset;
    text-align: center;
    margin-bottom: 20px;
  }

  .sec8-popup .ttl {
    width: 350px;
  }

  .sec8-popup .ttl img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .sec8-popup .img {
    margin-bottom: 26px;
  }

  .sec8-popup .tit {
    font-size: 26px;
    margin-bottom: 0;
  }

  .sec8-popup .price {
    font-size: 26px;
    margin-bottom: 9px;
  }
  .sec8-popup h3 {
    font-size: 20px;
    margin: 10px 0 15px;
  }
  #key {
    height: max(1381px, 100vh);
    overflow: hidden;
  }

  #key .btn {
    width: 268px;
    position: absolute;
    top: 30px;
    right: 30px;
    margin-bottom: 0;
  }

  #key .tit {
    text-align: left;
    margin: 41px 0 265px 32px;
    width: 542px;
  }

  #key h2 {
    width: 100%;
    max-width: 1240px;
    padding: 223px 20px 0;
    margin: 32px auto;
  }

  #key h2 img {
    object-fit: contain;
    width: 100%;
    height: auto;
  }

  #key h2::before {
    width: 351px;
  }

  .img-scroll {
    height: max(1381px, 100vh);
  }

  #sec1 {
    padding: 100px 0 147px;
  }

  #sec1 h2 {
    width: unset;
    margin-bottom: 47px;
  }

  #sec1 .desc {
    text-align: center;
  }

  #sec1 .desc p {
    letter-spacing: 0.1em;
    line-height: 2.5em;
    margin-bottom: 40px;
  }

  #sec2 {
    padding: 64px 0 0;
    overflow: visible;
    background-size: auto;
  }

  #sec2 h2 {
    width: unset;
    /* padding-top: 228px; */
    margin-top: 228px;
    margin-bottom: 215px;
  }

  #sec2 .btn-pop {
    position: sticky;
    top: 80px;
    text-align: right;
  }

  #sec2 .btn-pop .btn {
    position: absolute;
    top: 0;
    right: 40px;
    margin-bottom: 0;
    transition: all 0.3s ease;
  }

  #sec2 .btn-pop .btn:hover {
    opacity: 0.8;
  }

  #sec2 .btn-pop.active .pop-info {
    top: 0;
  }

  #sec2 .btn-pop.active .pop-info::before {
    top: 50px;
    transform: unset;
  }

  #sec2 .pop-info {
    width: 471px;
    top: -153px;
    right: 302px;
    left: unset;
    padding: 48px 0 51px;
    z-index: 1;
  }

  #sec2 .pop-info::before {
    height: 45px;
    top: 50%;
    bottom: unset;
    right: unset;
    left: calc(100% - 1px);
    margin: 0 auto;
    transform: translateY(-50%);
    z-index: 1;
    transition: all 0.3s ease;
  }

  #sec2 .pop-info .btn-close {
    transition: all 0.3s ease;
  }

  #sec2 .pop-info .btn-close:hover {
    opacity: 0.7;
  }

  #sec2 .pop-info .pop dl {
    margin-bottom: 39px;
  }

  #sec2 .pop-info .pop dl dt {
    margin-bottom: 8px;
  }

  #sec2 .row {
    padding-bottom: 108px;
  }

  #sec2 .row::before {
    height: 1402px;
  }

  #sec2 .box {
    margin-bottom: 116px;
  }

  #sec2 h3 {
    margin: 0px 0px 32px 46px;
  }

  #sec2 .list-tab-btn .tab-btn {
    margin-right: 30px;
    transition: all 0.2s ease;
  }

  #sec2 .list-tab-btn .tab-btn.active {
    opacity: 0.7;
  }

  #sec2 .list-tab-btn .tab-btn:hover {
    opacity: 0.7;
  }

  #sec3 {
    padding: 76px 0 200px;
  }

  #sec3 .btn-back {
    text-align: left;
    margin: 0;
    position: sticky;
    top: 80px;
    width: 196px;
  }

  #sec3 .btn-back .btn {
    position: absolute;
    top: 0;
    left: 40px;
    cursor: pointer;
  }

  #sec3 .btn-back img {
    filter: drop-shadow(-2px 4px 5px rgba(0, 0, 0, 0.52));
  }

  #sec3 .list-tab-content {
    margin: 0;
  }

  #sec3 h2 {
    padding-top: 65px;
    margin-bottom: 90px;
  }

  #sec3 .list {
    width: 390px;
    margin: 0 auto;
  }

  #sec3 .list::before {
    top: -93px;
    bottom: 120px;
  }

  #sec3 .list .item {
    padding-bottom: 120px;
    margin-bottom: 106px;
  }

  #sec3 .list .item::before {
    width: 94px;
    top: -21px;
    left: -12px;
  }

  #sec3 .list .item .img {
    width: 100%;
  }

  #sec3 .list .item .tit {
    width: unset;
    right: unset;
    left: calc(100% - 127px);
    top: -4px;
  }

  #sec3 .list .item .tit img {
    width: auto;
    height: 100%;
  }

  #sec3 .list .item .sub {
    width: unset;
    right: unset;
    left: calc(100% - 88px);
    bottom: 153px;
  }

  #sec3 .list .item .sub img {
    width: auto;
    height: 100%;
  }

  #sec3 .list .item .txt {
    padding: 0;
    width: 350px;
    right: -216px;
  }

  #sec3 .list .item .btn-popup {
    width: 80px;
    bottom: 0;
    right: -156px;
  }

  #sec3 .list .item .btn-popup a:hover::before {
    opacity: 0.8;
  }

  #sec3 .list .item .btn-popup a::before {
    transition: all 0.3s ease;
    width: 169px;
    height: auto;
    top: -114px;
    left: -147px;
  }

  #sec4 {
    padding: 84px 0 64px;
    background-size: auto;
  }

  #sec4 .wrap {
    width: 100%;
    overflow: hidden;
  }

  #sec4 .en {
    margin-bottom: 122px;
  }

  #sec4 h2 {
    margin-bottom: 9px;
  }

  #sec4 .btn-popup {
    margin-bottom: 27px;
    width: unset;
  }

  #sec4 .btn-popup::before {
    width: 1500px;
  }

  #sec4 .btn-popup a:hover {
    opacity: 0.8;
  }

  #sec4 .btn-popup a:hover::before {
    opacity: 0.8;
  }

  #sec4 .btn-popup a::before {
    transition: all 0.3s ease;
    width: 153px;
    bottom: 3px;
    right: -58px;
  }

  #sec4 .list .btn a {
    width: 565px;
    font-size: 25px;
    padding: 21px 20px 21px;
    line-height: 1.55em;
  }

  #sec4 .list .btn a:hover {
    opacity: 0.8;
  }

  #sec4 .list .btn a::before {
    right: 42px;
  }

  #sec5 {
    padding: 30px 0 145px;
  }

  #sec5 .row1 {
    padding: 184px 0 424px;
  }

  #sec5 .row1 .frame {
    margin: 0 auto;
    width: 670px;
    padding: 79px 20px 71px;
  }

  #sec5 .row1 .frame::before {
    inset: 5px;
  }

  #sec5 .row1 .frame .txt {
    line-height: 2.5em;
  }

  #sec5 .row2 {
    margin-top: -214px;
  }

  #sec5 .row2 .box {
    margin-bottom: 147px;
  }

  #sec5 .row2 h2 {
    margin-bottom: 71px;
  }

  #sec5 .row2 .list {
    flex-direction: row;
  }

  #sec5 .row2 .list .img {
    margin-right: 39px;
    margin-bottom: 0;
  }

  #sec5 .row2 .list .img:last-child {
    margin-right: 0;
  }

  #sec6 {
    padding: 89px 0 155px;
  }

  #sec6 .en {
    margin-bottom: 115px;
  }

  #sec6 h2 {
    width: unset;
  }

  #sec6 h2::before {
    width: 1200px;
  }

  #sec8 {
    padding-top: 30px;
  }

  #sec8::after {
    width: 957px;
    bottom: 43px;
    right: calc(50% + 79px);
  }

  #sec8 .row {
    padding: 296px 0 280px;
  }

  #sec8 .row::before,
  #sec8 .row::after {
    height: 93px;
    left: min(50% - 50vw, -50px);
    right: min(50% - 50vw, -50px);
  }

  #sec8 .row::after {
    height: 100px;
  }

  #sec8 h2 {
    text-align: center;
    margin-bottom: 12px;
  }

  #sec8 .slider-infinity .img {
    width: 670px;
    margin-bottom: 86px;
  }

  #sec8 .list .btn-popup {
    margin-bottom: 80px;
  }

  #sec8 .list .btn-popup a {
    padding: 21px 20px 21px;
    width: 405px;
    font-size: 25px;
    line-height: 1.55em;
  }

  #sec8 .list .btn-popup a:hover {
    opacity: 0.8;
  }

  #sec8 .list .btn-popup a::before {
    right: 32px;
  }

  #sec8 .list .btn-popup a::after {
    width: 97px;
    right: -71px;
    bottom: -24px;
  }

  #sec7 {
    padding-top: 30px;
  }

  #sec7 .row {
    padding: 101px 0 100px;
  }

  #sec7 .row h2 {
    width: 485px;
    margin-bottom: 64px;
  }

  #sec7 .row .txt {
    width: 780px;
    margin: 0 auto 66px;
  }

  footer .ft-mid .row {
    align-items: flex-end;
  }
  header .btn-lang {
    text-align: center;
    margin-left: 14px;
  }

  footer .btn-lang a {
    font-size: 18px;
    font-weight: bold;
    font-family: var(--serif);
    color: #39291e;
    position: relative;
    padding-right: 14px;
  }

  footer .btn-lang a:hover {
    opacity: 0.8;
  }

  footer .btn-lang a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid #251802;
    border-bottom: 5px solid transparent;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    right: 0;
  }
}

/*# sourceMappingURL=dungeon.css.map */
