/*--------------------------------------
    sec1
--------------------------------------*/
#sec1 {
  position: relative;
}
#sec1 .nav {
  position: absolute;
  bottom: 80px;
  left: 72px;
  z-index: 2;
}
#sec1 .nav li {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 8px;
}
#sec1 .nav li a {
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  box-sizing: border-box;
}
#sec1 .nav li a.active {
  background: #fff;
}
#sec1 .content {
  position: absolute;
  top: 74px;
  right: 16.7vw;
  z-index: 2;
  color: #fff;
  z-index: 2;
}
#sec1 .content .text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row-reverse;
  gap: 31px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  right: 0;
}
#sec1 .content .text.active {
  opacity: 1;
  visibility: visible;
}
#sec1 .content h2 {
  white-space: nowrap;
  font-size: 28px;
  letter-spacing: 0.1em;
}
#sec1 .content .txt {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 2px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
#sec1 .s1-js .item.active .content {
  opacity: 1;
  visibility: visible;
}
#sec1 .s1-js .horizontal {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}
#sec1 .s1-js .item {
  min-width: calc(86vw + 2px);
  height: 100vh;
  position: relative;
}
#sec1 .s1-js .item:last-child {
  min-width: calc(100vw + 20px);
}
#sec1 .s1-js .item .photo {
  height: inherit;
}
#sec1 .s1-js .item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  main {
    overflow: visible;
  }
  #sec1 .sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 100vh;
    z-index: 2;
  }
  #sec1 .nav {
    left: 24px;
    top: 50%;
    transform: translateX(-50%);
  }
  #sec1 .nav li {
    display: block;
    margin: 6px 0;
  }
  #sec1 .content {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 3;
  }
  #sec1 .content .text {
    padding: 32px 30px;
  }
  #sec1 .content h2 {
    font-size: 20px;
  }
  #sec1 .s1-js .horizontal {
    flex-direction: column;
  }
  #sec1 .s1-js .item {
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
  }
  #sec1 .s1-js .item:last-child {
    min-width: unset;
  }
  #sec1 #set1 {
    margin-top: -100vh;
  }
}

/*--------------------------------------
    sec2
--------------------------------------*/
#sec2 {
  padding: 179px 0 234px;
}
#sec2 h2 {
  margin: 0 auto 70px;
  white-space: nowrap;
  height: 183px;
}
#sec2 dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 440px;
  margin: 0 auto;
  max-width: 100%;
  justify-content: space-between;
  align-items: start;
}
#sec2 dl dt {
  font-size: 28px;
  letter-spacing: 0em;
  position: relative;
}
#sec2 dl dt:before {
  content: '';
  position: absolute;
  bottom: 14px;
  left: calc(100% + 25px);
  width: 75px;
  height: 1px;
  background: #000;
  opacity: 0.5;
}
#sec2 dl dd {
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
  margin-top: 6px;
  letter-spacing: 0em;
}
#sec2 dl dd span {
  font-size: 32px;
  font-family: 'EB Garamond';
  margin-right: 3px;
}
#sec2 dl dd span small {
  font-size: 20px;
  margin-left: 3px;
  font-family: 'Zen Old Mincho';
}
#sec2 dl dd small {
  font-size: 11px;
}
#sec2 dl dd > small {
  letter-spacing: 0em;
  margin-top: 2px;
  line-height: 26px;
}
#sec2 dl:nth-child(1) {
  margin-bottom: 33px;
}
#sec2 dl:nth-child(1) dt:before {
  width: 121px;
  bottom: auto;
  top: 26px;
}
#sec2 dl:nth-child(1) dd {
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  #sec2 {
    padding: 37vw 0;
    position: relative;
    z-index: 3;
    background: #fff;
  }
  #sec2 .photos {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    display: none !important;
  }
  #sec2 .photos li {
    position: absolute;
  }
  #sec2 .photos li:nth-child(1) {
    position: absolute;
    top: 2vw;
    width: 19.8%;
    left: 3.8%;
  }
  #sec2 .photos li:nth-child(2) {
    position: absolute;
    right: 8%;
    width: 32.7%;
    top: 6vw;
  }
  #sec2 .photos li:nth-child(3) {
    bottom: 17vw;
    width: 43vw;
    left: 9.9%;
  }
  #sec2 .photos li:nth-child(4) {
    bottom: 5vw;
    right: 5%;
    width: 23%;
  }
  #sec2 h2 {
    margin-bottom: -1px;
  }
  #sec2 .info {
    padding: 0 7px;
  }
  #sec2 .info dl {
    position: relative;
  }
  #sec2 .info dl dt {
    font-size: 20px;
    position: static;
  }
  #sec2 .info dl dt:before {
    left: 92px;
    bottom: 9px;
    width: auto;
    right: 226px;
  }
  #sec2 .info dl dd {
    font-size: 12px;
    line-height: 1.3;
    margin-top: -3px;
  }
  #sec2 .info dl dd > small {
    font-size: 11px;
    line-height: 29px;
  }
  #sec2 .info dl dd span {
    font-size: 24px;
    margin-right: 5px;
    letter-spacing: 0.04em;
  }
  #sec2 .info dl dd span small {
    font-size: 15px;
    margin-left: 2px;
  }
  #sec2 .info dl:nth-child(1) {
    margin-bottom: 38px;
  }
  #sec2 .info dl:nth-child(1) dt:before {
    right: 155px;
    bottom: auto;
    top: 20px;
  }
  #sec2 .info dl:nth-child(1) dd {
    margin-top: 2px;
  }
}

/*--------------------------------------
    sec3
--------------------------------------*/
#sec3 {
  background: #1c1c1c;
  color: #fff;
  padding: 153px 0 100px;
  position: relative;
  z-index: 1;
}
#sec3 h2 {
  margin: 0 auto 98px;
  white-space: nowrap;
}
#sec3 .info {
  width: 100%;
  max-width: 529px;
  margin: 0 auto;
  letter-spacing: 0.04em;
}
#sec3 .info dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-bottom: 1px solid rgba(120, 120, 120, 0.2);
  padding-bottom: 32px;
  margin-bottom: 31px;
}
#sec3 .info dl dt {
  line-height: 1.5;
  min-width: 161px;
  font-weight: 500;
}
#sec3 .info dl dd .ml {
  display: block;
  margin-left: 116px;
}
#sec3 .info dl dd a {
  text-decoration: none;
  transition: all 0.3s ease;
}
#sec3 .info dl dd a:hover {
  opacity: 0.8;
}
#sec3 .info dl dd a:after {
  content: '';
  display: inline-block;
  background: url('../img/icon_map.svg') no-repeat center top;
  background-size: contain;
  width: 15px;
  height: 28px;
  margin: 0 0 -7px 8px;
}
#sec3 .photos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#sec3 .photos li {
  position: absolute;
}
#sec3 .photos li:nth-child(1) {
  width: 17.1%;
  top: 253px;
  left: 3.8%;
}
#sec3 .photos li:nth-child(2) {
  top: 377px;
  right: 3.3%;
  width: 20.6%;
}
#sec3 .photos li:nth-child(3) {
  width: 25.5%;
  left: 0;
  top: 705px;
}

@media screen and (max-width: 767px) {
  #sec3 {
    padding: 30vw 0 9.6vw;
  }
  #sec3 h2 {
    padding-right: 8px;
    margin-bottom: 70px;
  }
  #sec3 .info {
    padding: 0 16px;
    box-sizing: border-box;
  }
  #sec3 .info dl {
    flex-direction: column;
    gap: 9px;
    padding-bottom: 31px;
    margin-bottom: 31px;
  }
  #sec3 .info dl dd {
    font-size: 14px;
  }
  #sec3 .info dl dd .ml {
    margin-left: 102px;
  }
  #sec3 .photos {
    position: static;
    margin-top: 13vw;
    height: auto;
  }
  #sec3 .photos li {
    position: static;
  }
  #sec3 .photos li:nth-child(1) {
    width: 30%;
    margin-left: 19%;
  }
  #sec3 .photos li:nth-child(2) {
    width: 34.5%;
    margin: -24vw 6% 0 auto;
  }
  #sec3 .photos li:nth-child(3) {
    width: 52%;
    margin: 15vw 0 0 8%;
  }
}

@media (min-width: 768px) and (max-width: 1150px) {
  #sec3 .info {
    max-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  #sec3 .info dl dt {
    min-width: 120px;
  }
}
/*# sourceMappingURL=index.css.map */
