@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: #13181D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
body a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-position: under;
  color: #13181D;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif, sans-serif;
  font-weight: bold;
}
body ul,
body ol {
  list-style: none;
}
body img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
body input,
body button,
body textarea,
body select {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
body input [type=submit],
body button {
  cursor: pointer;
}

.c-heading {
  text-align: center;
  overflow: hidden;
}
.c-heading[data-view=true] h2 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.c-heading h2 {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s 0.3s ease-out;
  font-size: 3rem;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .c-heading h2 {
    font-size: 2rem;
  }
}

.c-heading__sub {
  padding-top: 30px;
  border-top: 1px solid #13181D;
}
@media screen and (max-width: 767px) {
  .c-heading__sub {
    padding-top: 15px;
  }
}
.c-heading__sub h2 {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-heading__sub h2 {
    font-size: 1.5rem;
  }
}

.c-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .c-wrapper {
    padding: 0 17px;
  }
}

.c-wrapper__small {
  max-width: 875px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .c-wrapper__small {
    padding: 0 17px;
  }
}

.p-index {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-index {
    margin-top: 50px;
  }
}

.p-index__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-index__list {
    margin-top: 17px;
  }
}

.p-index__list[data-column="2"],
.p-index__list[data-column="4"] {
  max-width: 816px;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .p-index__list[data-column="2"],
.p-index__list[data-column="4"] {
    margin-top: 17px;
  }
}
.p-index__list[data-column="2"] .p-index__list-item,
.p-index__list[data-column="4"] .p-index__list-item {
  width: calc(50% - 16px);
  margin: 0 32px 30px 0;
}
@media screen and (max-width: 767px) {
  .p-index__list[data-column="2"] .p-index__list-item,
.p-index__list[data-column="4"] .p-index__list-item {
    width: calc(50% - 8px);
    margin: 0 16px 16px 0;
  }
}
.p-index__list[data-column="2"] .p-index__list-item:nth-child(2n),
.p-index__list[data-column="4"] .p-index__list-item:nth-child(2n) {
  margin-right: 0;
}

.p-index__list[data-column="3"] .p-index__list-item,
.p-index__list[data-column="5"] .p-index__list-item {
  width: calc(33.3333333333% - 21.3333333333px);
  margin: 0 32px 30px 0;
}
@media screen and (max-width: 767px) {
  .p-index__list[data-column="3"] .p-index__list-item,
.p-index__list[data-column="5"] .p-index__list-item {
    width: calc(50% - 8px);
    margin: 0 16px 16px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-index__list[data-column="3"] .p-index__list-item:nth-child(2n),
.p-index__list[data-column="5"] .p-index__list-item:nth-child(2n) {
    margin-right: 0;
  }
}
.p-index__list[data-column="3"] .p-index__list-item:nth-child(3),
.p-index__list[data-column="5"] .p-index__list-item:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-index__list[data-column="3"] .p-index__list-item:nth-child(3),
.p-index__list[data-column="5"] .p-index__list-item:nth-child(3) {
    margin: 0 16px 16px 0;
  }
}

.p-index__list-item a {
  display: block;
  overflow: hidden;
}
.p-index__list-item a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-index__list-item a img {
  transition: -webkit-transform 0.45s ease-out;
  transition: transform 0.45s ease-out;
  transition: transform 0.45s ease-out, -webkit-transform 0.45s ease-out;
}

.p-lead {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-lead {
    margin-top: 30px;
    padding-top: 190px;
  }
  .p-lead::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    width: 1px;
    height: 150px;
    background-color: #13181D;
  }
}

.p-lead__heading {
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-lead__heading {
    display: none;
  }
}
.p-lead__heading[data-view=true] h2 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.p-lead__heading h2 {
  font-size: 2rem;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s 0.3s ease-out;
}

.p-lead__text {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-lead__text {
    font-size: 1.2rem;
  }
}

.p-lead__text-sub {
  margin-top: 30px;
  font-size: 1.4rem;
  color: #CCCCCC;
}
@media screen and (max-width: 767px) {
  .p-lead__text-sub {
    margin-top: 20px;
  }
}

.p-lead__movie-wrap {
  max-width: 875px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .p-lead__movie-wrap {
    padding: 0;
  }
}

.p-lead__movie {
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 100px;
  padding-top: 56.25%;
}
@media screen and (max-width: 767px) {
  .p-lead__movie {
    margin-top: 45px;
  }
}
.p-lead__movie > div,
.p-lead__movie > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-look {
  margin: 160px 0;
}
@media screen and (max-width: 767px) {
  .p-look {
    margin: 120px 0;
  }
}

.p-look__item {
  margin-top: 170px;
}
@media screen and (max-width: 767px) {
  .p-look__item {
    margin-top: 75px;
  }
}
.p-look__item + .p-look__item {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .p-look__item + .p-look__item {
    margin-top: 50px;
  }
}

.p-look__item-link {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-look__item-link {
    margin-top: 18px;
    font-size: 1.2rem;
  }
}
.p-look__item-link > dd + dd {
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .p-look__item-link > dd + dd {
    margin-top: 5px;
  }
}
.p-look__item-link a {
  display: inline-block;
  font-size: 1.4rem;
  text-decoration: underline;
}
.p-look__item-link a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-look__item-link a {
    font-size: 1.2rem;
  }
}

.p-main {
  margin-top: 290px;
}
@media screen and (max-width: 767px) {
  .p-main {
    margin-top: 105px;
  }
}

.p-main__image-list {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-main__image-list {
    margin-top: 70px;
  }
}
.p-main__image-list > div {
  opacity: 0.7;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  transition: all 0.4s 0.5s ease-out;
}
.p-main__image-list > div[data-view=true] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-main__image-list > div + div {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  .p-main__image-list > div + div {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-main__image-list > div + div {
    margin-top: 50px;
  }
}
.p-main__image-list > div:first-child, .p-main__image-list > div:nth-child(6), .p-main__image-list > div:nth-child(11) {
  width: 100%;
}
.p-main__image-list > div:nth-child(2), .p-main__image-list > div:nth-child(4), .p-main__image-list > div:nth-child(7), .p-main__image-list > div:nth-child(9), .p-main__image-list > div:nth-child(12), .p-main__image-list > div:nth-child(14) {
  width: 605px;
  height: auto;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .p-main__image-list > div:nth-child(2), .p-main__image-list > div:nth-child(4), .p-main__image-list > div:nth-child(7), .p-main__image-list > div:nth-child(9), .p-main__image-list > div:nth-child(12), .p-main__image-list > div:nth-child(14) {
    width: 520px;
  }
}
@media screen and (max-width: 767px) {
  .p-main__image-list > div:nth-child(2), .p-main__image-list > div:nth-child(4), .p-main__image-list > div:nth-child(7), .p-main__image-list > div:nth-child(9), .p-main__image-list > div:nth-child(12), .p-main__image-list > div:nth-child(14) {
    width: 242px;
  }
}
.p-main__image-list > div:nth-child(3), .p-main__image-list > div:nth-child(5), .p-main__image-list > div:nth-child(8), .p-main__image-list > div:nth-child(10), .p-main__image-list > div:nth-child(13), .p-main__image-list > div:nth-child(15) {
  width: 605px;
  height: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .p-main__image-list > div:nth-child(3), .p-main__image-list > div:nth-child(5), .p-main__image-list > div:nth-child(8), .p-main__image-list > div:nth-child(10), .p-main__image-list > div:nth-child(13), .p-main__image-list > div:nth-child(15) {
    width: 520px;
  }
}
@media screen and (max-width: 767px) {
  .p-main__image-list > div:nth-child(3), .p-main__image-list > div:nth-child(5), .p-main__image-list > div:nth-child(8), .p-main__image-list > div:nth-child(10), .p-main__image-list > div:nth-child(13), .p-main__image-list > div:nth-child(15) {
    width: 242px;
  }
}
.p-main__image-list > div img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-main__detail {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .p-main__detail {
    margin-top: 100px;
  }
}

.p-main__detail-list {
  display: flex;
  justify-content: flex-end;
  padding: 60px 105px 70px 0;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width: 960px) {
  .p-main__detail-list {
    padding: 30px 35px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-main__detail-list {
    padding: 20px 0;
  }
}

.p-main__detail-list-inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-main__detail-list-inner {
    justify-content: flex-end;
    width: 100%;
  }
}

.p-main__detail-list-info {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-main__detail-list-info {
    flex: 1;
    align-items: flex-start;
  }
}
.p-main__detail-list-info > span {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-main__detail-list-info > span {
    position: static;
    font-size: 1.5rem;
  }
}
.p-main__detail-list-info > p {
  max-width: 180px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-main__detail-list-info > p {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-main__detail-list-image {
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-main__detail-list-image img {
    width: 113px;
    height: 113px;
  }
}

.p-main__detail-list-text-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-main__detail-list-text-sp {
    display: block;
    font-size: 1rem;
    max-width: 113px;
  }
}

.p-mv,
.p-mv__image {
  height: 100vh;
  max-height: 850px;
  min-height: 600px;
}
@media screen and (min-width: 1600px) {
  .p-mv,
.p-mv__image {
    max-height: 1000px;
  }
}
@media screen and (max-width: 960px) {
  .p-mv,
.p-mv__image {
    height: 70vh;
    max-height: 700px;
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv,
.p-mv__image {
    min-height: 460px;
  }
}

.p-mv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-mv {
    display: block;
    height: 100%;
    min-height: 100%;
  }
}

.p-mv__image-wrap {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-mv__image-wrap {
    position: static;
  }
}

.p-mv__image {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__image {
    display: none;
  }
}
.p-mv__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__image-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-mv__image-sp {
    display: block;
    min-height: 460px;
  }
}
.p-mv__image-sp img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__copy {
  position: relative;
  z-index: 1;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.p-mv__copy[data-view] {
  transition: opacity 0.5s 0.5s, -webkit-transform 0.4s 0.5s;
  transition: transform 0.4s 0.5s, opacity 0.5s 0.5s;
  transition: transform 0.4s 0.5s, opacity 0.5s 0.5s, -webkit-transform 0.4s 0.5s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.p-mv__copy h1 {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 3rem;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-mv__copy h1 {
    margin-top: 20px;
    font-size: 2rem;
    color: #13181D;
    text-shadow: none;
  }
}
