main {
  overflow: visible;
}

#sec2,
#sec3,
#sec4,
#sec5,
#sec10,
#sec11 {
  overflow: hidden;
}

#sec1 {
  background: url(../img/shared/bg1.jpg) center top repeat;
}

#sec1 .group {
  position: sticky;
  top: 0;
  z-index: 1;
}

#sec1 .group1 {
  height: 746px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec1 .group1::before {
  content: "";
  position: absolute;
  background-color: #86600e;
  width: 1px;
  height: 220px;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}

#sec1 .group1 h2 {
  text-align: center;
  font-family: var(--serif);
  font-size: 50px;
  line-height: 1.55em;
  letter-spacing: 0.2em;
  padding-top: 58px;
  position: relative;
}

#sec1 .group1 h2::before {
  content: "";
  position: absolute;
  background: url(../img/shared/deco1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 83/24;
  width: 83px;
  height: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}

#sec1 .group1 h2 .small {
  letter-spacing: 0.15em;
  font-size: 72%;
}

#sec1 .group2 {
  height: 600px;
}

#sec1 .group2 .img {
  position: absolute;
  inset: 0;
  z-index: -1;
}

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

#sec1 .group2 .wrap {
  height: 100%;
}

#sec1 .group2 .txt {
  position: absolute;
  z-index: 2;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  width: 438px;
}

#sec2 {
  background: url(../img/shared/bg1.jpg) center top repeat;
}

#sec2 .wrap {
  padding: 101px 0 150px;
  height: 100%;
}

#sec2 .wrap::before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 1px solid #86600e;
  border-right: 1px solid #86600e;
  width: 20px;
  left: 0;
  top: 0;
  bottom: 0;
}

#sec2 h2 {
  text-align: center;
  margin: 0 auto 45px;
}

#sec2 h3 {
  text-align: center;
  font-family: var(--serif);
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.2em;
  margin-bottom: 21px;
  color: #86600e;
}

#sec2 .note {
  text-align: center;
  color: #222222;
  margin-bottom: 70px;
}

#sec2 .custom-dots {
  height: 5px;
}

#sec2 .custom-dots ul {
  height: 100%;
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}

#sec2 .custom-dots li {
  display: flex;
  margin: 0 5px;
}

#sec2 .custom-dots button {
  font-size: 0;
  width: 39px;
  height: 5px;
  background-color: #767264;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

#sec2 .custom-dots button:hover {
  background-color: #e1d7bc;
}

#sec2 .custom-dots .slick-active button {
  background-color: #e1d7bc;
}

#sec2 .row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  margin-bottom: 80px;
}

#sec2 .list {
  width: 850px;
}

#sec2 .list .slick-list {
  height: 100%;
}

#sec2 .list .slick-track {
  height: 100%;
}

#sec2 .list .item {
  /* height: 600px; */
  margin-bottom: 10px;
  position: relative;
}

#sec2 .list .item {
  height: 100%;
}

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

#sec2 .list .item h4 {
  position: absolute;
  z-index: 2;
}

#sec2 .list .item .custom-dots {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

#sec2 .list .item .js {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url(../img/shared/bg1.jpg) center top repeat;
}

#sec2 .list .item .js img {
  object-position: center center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#sec2 .list .item1 h4 {
  top: -13px;
  left: -60px;
}

#sec2 .list .item2 h4 {
  bottom: -33px;
  right: 0;
}

#sec2 .box {
  box-shadow: 7px 7px 16px rgba(0, 0, 0, 0.53);
  flex-shrink: 0;
  box-sizing: border-box;
  width: 500px;
  background: url(../img/shared/box_bg.jpg) center top repeat;
  position: relative;
  padding: 91px 46px 57px;
  margin: -10px -51px 0 -50px;
}

#sec2 .box:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 28px solid transparent;
  border-image: url(../img/shared/box_line.png) 28 round;
}

#sec2 .box .box_head {
  margin: 0 20px 32px;
}

#sec2 .box .box_head .tit {
  text-align: center;
  margin-bottom: 27px;
}

#sec2 .box .box_head .tit dt {
  font-family: var(--serif);
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
  color: #86600e;
}

#sec2 .box .box_head .tit dd {
  font-family: var(--serif);
  font-size: 30px;
  letter-spacing: 0.12em;
  color: #86600e;
}

#sec2 .box .box_head .tit dd span {
  font-size: 80%;
}

#sec2 .box .box_head .sub {
  text-align: center;
  font-family: var(--serif);
  font-size: 18px;
  letter-spacing: 3px;
  color: #86600e;
}

#sec2 .box .txt {
  padding: 29px 20px 31px;
  border-top: 1px solid #86600e;
  border-bottom: 1px solid #86600e;
}

#sec2 .box .content {
  padding: 29px 29px 0;
}

#sec2 .btn {
  text-align: center;
}

#sec2 .btn a {
  margin: 0 auto;
  text-decoration: none;
  background: url(../img/shared/btn_bg.jpg) repeat;
  background-size: auto;
  width: 420px;
  height: 80px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  font-family: var(--serif);
  transition: all 0.3s ease;
}

#sec2 .btn a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 13px solid #fff;
  border-bottom: 6px solid transparent;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

#sec2 .btn a:hover {
  opacity: 0.8;
}

#sec3 {
  padding: 120px 0 118px;
}

#sec3 .wrap {
  max-width: 1020px;
}

#sec3 .box {
  padding: 89px 20px 141px;
  position: relative;
  display: flex;
  align-items: center;
}

#sec3 .box::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 28px solid transparent;
  border-image: url(../img/shared/box_line.png) 28 round;
}

#sec3 .box h2 {
  text-align: center;
  position: absolute;
  bottom: 75px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  width: 645px;
}

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

#sec3 .box .img {
  margin-left: -80px;
  margin-right: -50px;
}

#sec3 .box .desc {
  position: relative;
  color: #fff;
}

#sec3 .box .desc h3 {
  font-size: 36px;
  font-family: var(--serif);
  line-height: 1.5em;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

#sec3 .box .desc h3 .small {
  font-size: 83.3333333333%;
}

#sec3 .box .desc .txt {
  width: 420px;
}

#sec4 {
  position: relative;
  padding: 51px 0 203px;
}

#sec4::before {
  content: "";
  position: absolute;
  background: url(../img/shared/deco2.png) no-repeat;
  background-size: contain;
  aspect-ratio: 83/24;
  width: 83px;
  height: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 99px;
}

#sec4 .bd {
  padding: 0 0 97px 27px;
  border: 3px solid #fff;
}

#sec4 .row {
  position: relative;
  margin-bottom: 70px;
}

#sec4 .row .img-bg {
  margin-top: -53px;
  margin-right: -50px;
  position: relative;
  z-index: -1;
  width: 1020px;
}

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

#sec4 .row .desc {
  position: absolute;
  bottom: 0;
  left: 101px;
  color: #fff;
}

#sec4 .row .desc h2 {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
  font-size: 40px;
  font-family: var(--serif);
  letter-spacing: 0.2em;
  line-height: 1.8em;
  margin: 0 0 39px 93px;
  width: 120px;
  height: 240px;
}

#sec4 .row .desc .txt {
  width: 380px;
}

#sec4 .list {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-right: 26px;
}

#sec5 {
  padding-top: 50px;
}

#sec5 .row1 {
  display: flex;
  background: url(../img/shared/bg1.jpg) repeat;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

#sec5 .row1::before {
  content: "";
  position: absolute;
  border: 1px solid #86600e;
  inset: 5px;
  margin: auto;
  z-index: -1;
}

#sec5 .row1 .img {
  margin-top: -50px;
  margin-left: -140px;
  margin-right: 60px;
}

#sec5 .row1 .desc {
  padding: 83px 0 69px;
}

#sec5 .row1 .desc h2 {
  font-size: 40px;
  font-family: var(--serif);
  line-height: 1.4em;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

#sec5 .row1 .desc h2 .small {
  font-size: 75%;
}

#sec5 .row1 .desc .txt {
  width: 330px;
  text-align: justify;
}

#sec5 .row2 {
  width: 100%;
  height: 812px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

#sec5 .row2 .img {
  position: absolute;
  inset: 0;
  z-index: -1;
}

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

#sec5 .row2 h2 {
  text-align: center;
  font-size: 30px;
  font-family: var(--serif);
  line-height: 2em;
  letter-spacing: 0.2em;
  color: #fff;
}

@media screen and (min-width: 1000px) and (max-width: 1440px) {
  #sec2 .list {
    width: 650px;
  }
}

@media screen and (max-width: 999px) {
  header #key h1 {
    font-size: 13px;
    letter-spacing: 0.4px;
    position: absolute;
    bottom: 14px;
    left: 3%;
    right: 3%;
    top: unset;
    opacity: 1;
    visibility: visible;
    z-index: 2;
    line-height: 1.8em;
    text-align: left;
  }

  #sec1 .group1 {
    height: 99.47vw;
  }

  #sec1 .group1::before {
    height: 29.33vw;
  }

  #sec1 .group1 h2 {
    font-size: 6.67vw;
    padding-top: 7.5vw;
  }

  #sec1 .group1 h2::before {
    width: 11.07vw;
  }

  #sec1 .group2 {
    box-sizing: border-box;
    padding: 0 3.3% 65px;
    display: flex;
    align-items: flex-end;
    height: unset;
    min-height: 759px;
  }

  #sec1 .group2 .txt {
    position: static;
    transform: unset;
    width: 100%;
  }

  #sec2 .wrap {
    padding: 15vw 3.3% 17.2vw;
  }

  #sec2 .wrap::before {
    left: 13%;
    width: 10px;
  }

  #sec2 h2 {
    width: 35.07vw;
    margin-bottom: 5vw;
  }

  #sec2 h3 {
    font-size: 6.4vw;
    line-height: 1.4em;
    margin-bottom: 1.1vw;
  }

  #sec2 .note {
    margin-bottom: 10.5vw;
  }

  #sec2 .row {
    flex-direction: column;
    margin-bottom: 10.8vw;
  }

  #sec2 .box {
    width: 94%;
    margin: -4vw 0 0;
    padding: 11vw 8% 9vw;
    box-shadow: 0.93vw 0.93vw 2.13vw rgba(0, 0, 0, 0.53);
  }

  #sec2 .box::before {
    top: 1.6vw;
    left: 1.6vw;
    right: 1.6vw;
    bottom: 1.6vw;
    border: 5.33vw solid transparent;
    border-image: url(../img/shared/box_line.png) 28 round;
  }

  #sec2 .box .box_head {
    margin: 0 0 5vw;
  }

  #sec2 .box .box_head .tit {
    margin-bottom: 2vw;
  }

  #sec2 .box .box_head .tit dt {
    font-size: 6.4vw;
    line-height: 1.6em;
    margin-bottom: -1vw;
  }

  #sec2 .box .box_head .tit dd {
    font-size: 5.33vw;
    line-height: 1.4em;
  }

  #sec2 .box .box_head .tit dd span {
    font-size: 75%;
  }

  #sec2 .box .box_head .sub {
    font-size: 4vw;
    line-height: 1.6em;
  }

  #sec2 .box .txt {
    padding: 3vw 0;
  }

  #sec2 .box .content {
    padding: 3vw 0 0;
  }

  #sec2 .list {
    width: 100%;
  }

  #sec2 .list .item {
    margin-right: -3.5%;
    height: 68.27vw;
    margin-bottom: 2.5vw;
  }

  #sec2 .list .item .custom-dots {
    top: 4vw;
    right: 2%;
  }

  #sec2 .list .item1 h4 {
    width: 46.93vw;
    top: -8.6vw;
    left: -3.1%;
  }

  #sec2 .list .item2 h4 {
    width: 53.47vw;
    bottom: 3.3vw;
  }

  #sec2 .btn a {
    width: 300px;
    height: 55px;
    font-size: 16px;
  }

  #sec2 .btn a::before {
    right: 27px;
  }

  #sec3 {
    padding: 17.2vw 0 18.4vw;
  }

  #sec3 .box {
    margin: 0 1.5%;
    padding: 0 7% 12.4vw;
    flex-direction: column;
  }

  #sec3 .box::before {
    top: 1.6vw;
    left: 1.6vw;
    right: 1.6vw;
    bottom: 1.6vw;
    border: 5.33vw solid transparent;
    border-image: url(../img/shared/box_line.png) 28 round;
  }

  #sec3 .box .img {
    margin: -2.2vw 0 5vw;
  }

  #sec3 .box h2 {
    width: 17.2vw;
    bottom: inherit;
    top: 44vw;
    right: inherit;
    left: 1.6%;
    max-width: 86px;
  }

  #sec3 .box .desc {
    padding-left: 12%;
  }

  #sec3 .box .desc h3 {
    font-size: 6.4vw;
    letter-spacing: 0.1em;
    margin-bottom: 2.3vw;
  }

  #sec3 .box .desc h3 .small {
    font-size: 83.3333333333%;
  }

  #sec3 .box .desc .txt {
    width: 100%;
  }

  #sec4 {
    padding: 0 0 30vw;
  }

  #sec4::before {
    width: 15.47vw;
    bottom: 12vw;
  }

  #sec4 .bd {
    margin: 3.7vw 3.3% 0;
    padding: 0 0 7.4vw;
  }

  #sec4 .row {
    margin-bottom: 5.2vw;
  }

  #sec4 .row .img-bg {
    width: unset;
    margin: -4.6vw -4.4% 0;
  }

  #sec4 .row .desc {
    position: static;
  }

  #sec4 .row .desc h2 {
    font-size: 6.67vw;
    line-height: 1.6em;
    margin: 0 auto 2vw;
    width: 21.33vw;
    height: 41vw;
  }

  #sec4 .row .desc .txt {
    width: 100%;
    padding: 0 6%;
    box-sizing: border-box;
  }

  #sec4 .list {
    gap: unset;
    margin-right: 0;
    padding: 0 6%;
  }

  #sec4 .list .img {
    margin-right: 1%;
  }

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

  #sec5 {
    padding-top: 43.33vw;
  }

  #sec5 .row1 {
    flex-direction: column;
    margin: 0 3% 14.5vw;
  }

  #sec5 .row1::before {
    inset: 0.67vw;
  }

  #sec5 .row1 .img {
    margin-top: -43.33vw;
    margin-right: 3%;
    margin-left: -3.3%;
  }

  #sec5 .row1 .desc {
    padding: 6vw 0 10vw;
  }

  #sec5 .row1 .desc h2 {
    text-align: center;
    font-size: 6.4vw;
    margin-bottom: 2.4vw;
  }

  #sec5 .row1 .desc h2 .small {
    font-size: 83.3333333333%;
  }

  #sec5 .row1 .desc .txt {
    width: 100%;
    box-sizing: border-box;
    padding: 0 11%;
  }

  #sec5 .row2 {
    height: 108.27vw;
  }

  #sec5 .row2 h2 {
    font-size: 5.33vw;
    line-height: 1.6em;
  }

  #sec5 .row2 .img img {
    object-position: 74% center;
  }
}