@charset "UTF-8";
html,
body {
  width: 100%;
  font-size: 16px;
  background-color: #fff;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
  cursor: default;
}

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

.read {
  color: #4f5050;
  font-family: "A P-OTF A1ゴシック Std";
  font-weight: 100;
  font-style: normal;
  text-align: center;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
}
.read .container {
  padding: 60px 0;
  width: 90%;
  margin: 0 auto;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.credit {
  font-family: "calibri", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
  letter-spacing: 0.05em;
}
.credit li {
  margin-bottom: 10px;
}
.credit li:last-child {
  margin-bottom: 0;
}
.credit li a span {
  text-decoration: underline;
}
.credit li.com a {
  color: #959595;
}
.credit li.com a span {
  text-decoration: none;
}

.sec {
  margin: 120px auto;
}

.section_title {
  overflow: hidden;
  font-family: "Italiana", serif;
  position: relative;
  margin-bottom: 20px;
}
.section_title .bg {
  color: #e7eaed;
  opacity: 0.85;
  font-size: 10.4vw;
  line-height: 0.8;
}
.section_title .text {
  position: absolute;
  bottom: 0;
  left: 2.6666666667%;
  font-family: "A P-OTF A1ゴシック Std";
  font-weight: 100;
  font-size: 3.7333333333vw;
  color: #4f5050;
}

.sec1 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec1 .flex .left {
    padding-right: 10px;
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .sec1 .flex .right {
    width: 51%;
  }
}
.sec1 .flex .right figure {
  margin-top: 100px;
}

.sec2 .flex {
  width: 92%;
  margin: 35px auto 0;
  align-items: center;
}
.sec2 .flex .left {
  width: 51.5942028986%;
}
.sec2 .flex .right {
  width: 42.6086956522%;
}
.sec2 .section_title {
  margin-top: 25px;
  margin-bottom: 0;
}
.sec2 .section_title .bg {
  text-align: right;
}
.sec2 .section_title .text {
  bottom: 0;
  left: inherit;
  right: 2.6666666667%;
}

@media screen and (max-width: 768px) {
  .sec3 .top {
    width: 64%;
    margin: 0 0 70px auto;
  }
  .sec3 .bottom {
    width: 73.0666666667%;
  }
  .sec3 .credit {
    margin: 30px 0 0 10px;
  }
}
.sec3 .section_title {
  position: absolute;
  width: 100%;
  transform: rotate(90deg) translate(45%);
  left: -25%;
}

.sec4 .section_title {
  margin: 25px 0 0 0;
}
.sec4 .credit {
  margin: 30px 0 0 10px;
}

.sec5 .flex {
  align-items: center;
}
.sec5 .flex .left {
  width: 40.5333333333%;
}
.sec5 .flex .right {
  width: 47.2%;
}
.sec5 .bottom {
  width: 88.5333333333%;
  margin: 0 auto;
}
.sec5 .section_title {
  text-align: center;
  margin: 45px 0 45px;
}
.sec5 .section_title .text {
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
}

.sec6 .top {
  width: 68%;
  margin: 0 auto 70px 9.0666666667%;
}
@media screen and (max-width: 768px) {
  .sec6 .flex {
    flex-wrap: wrap-reverse;
    width: 74.9333333333%;
    margin: 0 0 0 auto;
  }
  .sec6 .flex .left {
    margin: 30px auto 0 0;
  }
}
.sec6 .section_title {
  position: absolute;
  width: 115%;
  transform: rotate(90deg) translate(50%);
  left: inherit;
  right: -42%;
}

.sec7 .top {
  width: 80%;
}
.sec7 .bottom {
  width: 53.0666666667%;
  margin: 45px 0 0 auto;
}
.sec7 .section_title {
  margin: 45px auto 0 10.9333333333%;
}

footer {
  font-family: "calibri", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  text-align: center;
  color: #424242;
}
footer .bg {
  background-color: rgba(245, 245, 245, 0.5);
  padding: 150px 0 18px;
}
footer .staff {
  line-height: 2.5;
  letter-spacing: 0.05em;
}
footer .flex {
  justify-content: center;
  gap: 16px;
  margin: 160px 0 26px;
}
footer .flex a {
  width: 30px;
}
footer .logo {
  margin: 0 auto 10px;
  max-width: 162px;
}

@media screen and (min-width: 769px) {
  .read .container {
    padding: 120px 0;
  }
  .read .container p {
    letter-spacing: 2px;
  }
  .section_title .bg {
    font-size: 60px;
    line-height: 0.8;
  }
  .section_title .text {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .sec {
    margin: 200px auto;
  }
  .sec1 {
    margin: 0 0 200px 0;
  }
  .sec1 .section_title {
    width: 87.5%;
    margin: 0 auto 20px;
  }
  .sec1 .flex {
    width: 87.5%;
    gap: 13.5238095238%;
    margin: 0 auto;
    align-items: flex-start;
  }
  .sec1 .flex .right figure {
    margin-top: 275px;
  }
  .sec1 .flex .left {
    padding-bottom: 275px;
    position: relative;
  }
  .sec1 .flex .left .credit {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
  }
  .sec2 .section_title .bg {
    padding-right: 7px;
  }
  .sec2 .flex {
    margin: 150px auto 0;
    width: 90%;
  }
  .sec2 .flex .left {
    width: 50%;
  }
  .sec2 .flex .right {
    width: 50%;
  }
  .sec2 .flex .right figure {
    width: 72.2222222222%;
    margin: 0 8.3% 0 auto;
  }
  .sec2 .half {
    width: 50%;
    margin: 0 0 0 auto;
  }
  .sec3 .section_title {
    transform: rotate(90deg) translate(48%);
    left: -7%;
  }
  .sec3 .flex {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .sec3 .flex .left,
.sec3 .flex .right {
    width: 50%;
  }
  .sec3 .bottom {
    width: 51.25%;
    margin: 150px auto 0 5%;
  }
  .sec4 .container {
    width: 66.6666666667%;
    margin: 0 auto;
  }
  .sec5 .flex {
    margin: 150px auto 0;
    width: 90%;
  }
  .sec5 .flex .left {
    width: 50%;
  }
  .sec5 .flex .left figure {
    width: 72.2222222222%;
    margin: 0 auto 0 8.3%;
  }
  .sec5 .flex .right {
    width: 50%;
  }
  .sec5 .section_title {
    margin: 50px auto 0;
  }
  .sec5 .bottom {
    width: 66.25%;
    margin: 50px auto 0;
  }
  .sec5 .credit {
    margin: 40px auto 0 0;
  }
  .sec6 .top {
    width: 50%;
    margin: 0 auto 150px 20.75%;
  }
  .sec6 .flex {
    align-items: flex-end;
  }
  .sec6 .flex .right {
    width: 65%;
  }
  .sec6 .section_title {
    transform: rotate(90deg) translate(49%);
    right: -34%;
  }
  .sec7 .top {
    width: 62.8333333333%;
    margin: 0 auto 50px 6.25%;
  }
  .sec7 .bottom {
    width: 82%;
    margin: 0 4.6% 0 auto;
    align-items: center;
  }
  .sec7 .bottom .left,
.sec7 .bottom .right {
    width: 50%;
  }
  .sec7 .bottom .credit {
    margin: 0 auto 0 4.3%;
  }
  .sec7 .section_title {
    margin: 0 0 50px 25.6666666667%;
  }
  footer .bg {
    padding: 200px 0 15px;
  }
  footer .flex {
    margin: 200px auto 35px;
  }
  footer .logo {
    max-width: 200px;
    margin: 0 auto 15px;
  }
}/*# sourceMappingURL=style.css.map */