@charset "UTF-8";
#page_title {
  background-image: url(../images01/archive/mv_bg_pc.jpg);
}

.archive_slider {
  background-image: url(../images01/archive/slider.jpg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: 0 0;
  height: 250px;
  overflow: hidden;
  animation: archiveSliderScroll 60s linear infinite;
}
@media screen and (max-width: 1400px) {
  .archive_slider {
    height: 17.9vw;
    animation: archiveSliderScroll_tab 60s linear infinite;
  }
}
@media screen and (max-width: 768px) {
  .archive_slider {
    height: 33.3vw;
    animation: archiveSliderScroll_sp 60s linear infinite;
  }
}

@keyframes archiveSliderScroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2000px 0;
  }
}
@keyframes archiveSliderScroll_tab {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -140vw 0;
  }
}
@keyframes archiveSliderScroll_sp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -200vw 0;
  }
}
.page_content {
  font-family: "Zen Old Mincho", sans-serif;
  padding-top: 100px;
}
@media screen and (max-width: 1400px) {
  .page_content {
    padding-top: 7.1vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content {
    padding-top: 13.3vw;
    padding-bottom: 0;
  }
}
.page_content .head_box {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .page_content .head_box {
    max-width: none;
    width: 71.4vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content .head_box {
    width: 86.7%;
  }
}
.page_content .head_box .txt01 {
  font-size: 14px;
  line-height: 1.8em;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .page_content .head_box .txt01 {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content .head_box .txt01 {
    font-size: 2.7vw;
  }
}
.page_content .head_box .spec_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #f9f5f2;
  padding: 10px 0 12px;
  margin-top: 38px;
}
@media screen and (max-width: 1400px) {
  .page_content .head_box .spec_box {
    padding: 0.7vw 0 0.9vw;
    margin-top: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content .head_box .spec_box {
    padding: 2.5vw 0 2.7vw;
    margin-top: 5.3vw;
  }
}
.page_content .head_box .spec_box .spec_txt {
  font-size: 16px;
  line-height: 1.8em;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .page_content .head_box .spec_box .spec_txt {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content .head_box .spec_box .spec_txt {
    font-size: 2.9vw;
    line-height: 1.4em;
  }
}
.page_content .mansion_box {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 120px 5%;
}
@media screen and (max-width: 1400px) {
  .page_content .mansion_box {
    max-width: none;
    width: 71.4vw;
    margin-top: 7.4vw;
    gap: 8.6vw 3.5%;
  }
}
@media screen and (max-width: 768px) {
  .page_content .mansion_box {
    width: 86.7%;
    display: block;
    margin-top: 13.3vw;
  }
}
.page_content .mansion_box .mansion_block {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .page_content .mansion_box .mansion_block {
    width: 100%;
  }
  .page_content .mansion_box .mansion_block + .mansion_block {
    margin-top: 26.7vw;
  }
}
.page_content .mansion_box .mansion_block .name {
  font-size: 22px;
  line-height: 1.4em;
  text-align: center;
  margin-top: 0.7em;
  letter-spacing: 0;
}
@media screen and (max-width: 1400px) {
  .page_content .mansion_box .mansion_block .name {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content .mansion_box .mansion_block .name {
    font-size: 4.7vw;
    margin-top: 0.5em;
  }
}
.page_content .mansion_box .mansion_block .name .long {
  display: inline-block;
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
}
.page_content .mansion_box .mansion_block .spec {
  display: block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 15px;
  line-height: 1.8em;
  text-align: center;
  margin-top: 1em;
  padding: 0.2em 0 0.3em;
}
@media screen and (max-width: 1400px) {
  .page_content .mansion_box .mansion_block .spec {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content .mansion_box .mansion_block .spec {
    font-size: 2.9vw;
  }
}
.page_content #history {
  background-color: #f9f5f2;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 160px;
  padding-top: 70px;
  padding-left: 100px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1400px) {
  .page_content #history {
    max-width: none;
    width: 71.4vw;
    margin-top: 11.4vw;
    padding-top: 5vw;
    padding-left: 7.1vw;
    padding-bottom: 9.3vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content #history {
    width: 100%;
    margin-top: 26vw;
    padding-top: 9.7vw;
    padding-left: 7.5vw;
    padding-bottom: 11.3vw;
  }
}
.page_content #history h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}
@media screen and (max-width: 1400px) {
  .page_content #history h2 {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content #history h2 {
    font-size: 4.4vw;
  }
}
.page_content #history .history_box {
  margin-top: 55px;
}
@media screen and (max-width: 1400px) {
  .page_content #history .history_box {
    margin-top: 3.9vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content #history .history_box {
    margin-top: 8vw;
  }
}
.page_content #history .history_box .history_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page_content #history .history_box .history_block {
    align-items: flex-start;
  }
}
.page_content #history .history_box .history_block + .history_block {
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  .page_content #history .history_box .history_block + .history_block {
    margin-top: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content #history .history_box .history_block + .history_block {
    margin-top: 6vw;
  }
}
.page_content #history .history_box .history_block .year {
  background-image: url(../images01/archive/circle.svg);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: left center;
  padding-left: 26px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1em;
  color: #a48b78;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .page_content #history .history_box .history_block .year {
    background-size: 0.7vw auto;
    padding-left: 1.9vw;
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content #history .history_box .history_block .year {
    background-size: 2.1vw auto;
    padding-left: 4vw;
    font-size: 3.7vw;
  }
}
.page_content #history .history_box .history_block .year::before {
  content: "";
  display: block;
  width: 1px;
  height: 45px;
  background-color: #a48b78;
  position: absolute;
  left: 4.5px;
  top: 14px;
}
@media screen and (max-width: 1400px) {
  .page_content #history .history_box .history_block .year::before {
    height: 3.2vw;
    left: 0.3vw;
    top: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content #history .history_box .history_block .year::before {
    width: 0.2vw;
    left: 1vw;
    top: 1vw;
  }
}
.page_content #history .history_box .history_block .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 15px;
}
@media screen and (max-width: 1400px) {
  .page_content #history .history_box .history_block .list {
    margin-left: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content #history .history_box .history_block .list {
    display: block;
    margin-left: 2.4vw;
    margin-top: -0.2vw;
  }
}
.page_content #history .history_box .history_block .list li {
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0;
}
@media screen and (max-width: 1400px) {
  .page_content #history .history_box .history_block .list li {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content #history .history_box .history_block .list li {
    font-size: 3.3vw;
    line-height: 1.4em;
  }
}
.page_content #history .history_box .history_block .list li::before {
  content: "・";
}
.page_content #history .history_box .history_block .list li + li::before {
  margin-left: 0.5em;
  margin-right: 0.5em;
  content: "／";
}
@media screen and (max-width: 768px) {
  .page_content #history .history_box .history_block .list li + li::before {
    margin-left: 0;
    margin-right: 0;
    content: "・";
  }
}
@media screen and (max-width: 768px) {
  .page_content #history .history_box .history_block.one .year::before {
    height: 10.2vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content #history .history_box .history_block.two .year::before {
    height: 14.8vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content #history .history_box .history_block.three .year::before {
    height: 19.5vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content #history .history_box .history_block.four .year::before {
    height: 23.7vw;
  }
}
.page_content #history .history_box .history_block:last-child .year::before {
  display: none;
}

/*---------------------------
アニメーション用CSS
-----------------------------*//*# sourceMappingURL=style_archive.css.map */