@charset "UTF-8";
.media_pc {
  display: block;
}

.media_sp {
  display: none;
}

a {
  transition-duration: 0.5s;
}

a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 960px) {
  .media_pc {
    display: none;
  }
  .media_sp {
    display: block;
  }
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

body {
  opacity: 0;
  transition-duration: 2s;
}

body.inview {
  opacity: 1;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  text-align: center;
  color: #000;
  font-size: 15px;
  line-height: 1.8;
  font-family: century-gothic, "Noto Sans JP","Yu Gothic", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 960px) {
  .area-wrapper {
    font-size: 12px;
    min-width: auto;
  }
}

@media screen and (max-width: 380px) {
  .area-wrapper {
    font-size: 11px;
    min-width: auto;
  }
}

header {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/*
    .main-v
=========================================*/

.main-v {
  display: flex;
  height: 100%;
}

.main-v h3 {
  position: absolute;
  top: 36px;
  left: 50%;
  width: 140px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 3;
  fill: #fff;
  opacity: 0;
  filter: blur(4px);
}

.main-v .main-v-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
}

.main-v .main-v-txt h1 {
  margin-bottom: 0;
  font-size: 70px;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #fff;
  opacity: 0;
  filter: blur(4px);
}

.main-v .main-v-txt h4 {
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 0.09em;
  color: #fff;
  text-align: center;
  opacity: 0;
  filter: blur(4px);
}

body.inview .main-v h1,
body.inview .main-v h3,
body.inview .main-v h4 {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    filter: blur(0);
    -webkit-transition: opacity 1000ms ease 900ms, filter 2500ms ease 900ms;
    -moz-transition: opacity 1000ms ease 900ms, filter 2500ms ease 900ms;
    -o-transition: opacity 1000ms ease 900ms, filter 2500ms ease 900ms;
    -ms-transition: opacity 1000ms ease 900ms, filter 2500ms ease 900ms;
    transition: opacity 1000ms ease 900ms, filter 2500ms ease 900ms;
}

.main-v .main-slider {
  width: 51%;
}

.main-v .main-slider div {
  height: 100.5%;
}

.main-v .main-slider div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 960px) {
  header {
    min-height: 540px;
  }
  .main-v {
    display: block;
  }
  .main-v .main-slider {
    width: 100%;
    height: 50%;
  }
  .main-v h3 {
    top: 2.8%;
    width: 25%;
  }
  .main-v .main-v-txt h1 {
    margin-bottom: 2%;
    font-size: 8.4vw;
    line-height: 1.2;
  }
  .main-v .main-v-txt h4 {
    font-size: 4.3vw;
  }
}


/*
    .style-cont
=========================================*/

.style-cont-inner {
  display: flex;
  position: relative;
  margin-top: -0.4px;
}

.style-cont-inner.reverse {
  flex-direction: row-reverse;
}

.main-img {
  width: 54%;
}

.main-img-inner {
  width: 100%;
}

.sub-img {
  width: 46%;
  margin-bottom: 40px;
}

.sub-img-inner {
  position: sticky;
  top: 0;
}

.sub-img-inner img {
  width: 100%;
}

.item-credit {
  position: relative;
  z-index: 3;
  min-height: 250px;
  padding: 60px;
  text-align: left;
}

.item-credit li {
  margin-bottom: 2%;
  line-height: 1.5;
}

.sub-img-main01 {
  display: flex;
  margin-top: -29%;
}

.sub-img-main01 .sub-img-item {
  width: 50%;
}

.sub-img-main01 .sub-img-item:first-child {
  margin-top: 36%;
}

.sub-img-main02 {
  margin-top: -30%;
}

.sub-img-main02 .sub-img-item {
  width: 55%;
  margin-left: auto;
  margin-bottom: 2%;
}

.sub-img-main03 {
  display: flex;
  gap: 0 2%;
  margin-left: 2%;
}

.sub-img-main03 .sub-img-item {
  width: 49%;
}

.sub-img-main04 {
  display: flex;
  gap: 2%;
  margin-top: -20%;
  padding: 0 2%;
}

.sub-img-main04 .sub-img-item {
  width: 60%;
}

.sub-img-main04 .sub-img-item:first-child {
  width: 40%;
  margin-top: 36%;
}

@media screen and (max-width: 960px) {
  .style-cont-inner {
    display: block;
  }
  .main-img {
    width: 100%;
  }
  .sub-img {
    width: 100%;
    margin-bottom: 0;
    padding: 3.6% 3.6% 6%;
    box-sizing: border-box;
  }
  .sub-img-inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .item-credit {
    min-height: inherit;
    padding: 0;
    margin-top: -26%;
    padding-left: 60%;
  }
  .item-credit li {
    margin-bottom: 12px;
    line-height: 1.5;
  }
  .sub-img-main01 {
    margin-top: 0;
  }
  .sub-img-main02 {
    margin-top: 0;
  }
  .sub-img-main02 .sub-img-item {
    width: 80%;
    margin-top: 3%;
    margin-right: -6.6%;
  }
  .sub-img-main03 {
    margin-left: 0;
  }
  .sub-img-main04 {
    margin-top: -31vw;
    padding: 0;
  }
  .sub-img-main04 .sub-img-item:first-child {
    margin-top: 42%;
  }
  .sub-img-inner.sp-flex {
    display: flex;
    flex-direction: row;
  }
  .sub-img-inner.sp-flex .item-credit {
    width: 100%;
    margin-top: 0;
    padding: 0;
    padding-left: 7%;
    padding-top: 5%;
  }
  .sub-img-inner.sp-flex02 {
    display: block;
  }
  .sub-img-inner.sp-flex02 .item-credit {
    width: 100%;
    margin-top: 0;
    padding: 0;
    padding-left: 7%;
  }
  .sub-img-inner.sp-flex03 {
    display: block;
  }
  .sub-img-inner.sp-flex03 .item-credit {
    width: 100%;
    margin-top: 0;
    padding: 0;
    padding-top: 3%;
    padding-left: 7%;
  }
}

/*
    .bottom-bnr
=========================================*/
.bottom-bnr {
  max-width: 600px;
  margin: 0 auto 120px;
  padding: 0 3.6%;
}

@media screen and (max-width: 960px) {
  .bottom-bnr {
    margin: 30px auto 60px;
  }
}

/*
    .btn-cont
=========================================*/

.btn-cont {
  margin: 170px auto 130px;
}

.black-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  height: 34px;
  margin: 15px auto;
  padding: 20px 0;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.08em;
  font-family: "century-gothic","Noto Sans JP","Yu Gothic", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.black-btn a strong {
  width: 105px;
  margin-right: 10px;
  fill: #fff;
}

.black-btn a strong svg {
  position: relative;
  top: 6px;
  vertical-align: middle;
}

@media screen and (max-width: 960px) {
  .btn-cont {
    margin: 12% auto;
    padding: 0 3.6%;
  }
  .black-btn a {
    height: 28px;
    margin: 6% auto;
    padding: 24px 0;
  }
  .black-btn a strong {
    margin-right: 2%;
  }
  .black-btn a strong svg {
    top: 0.8vw;
    width: 90%;
  }
}

@media screen and (max-width: 380px) {
  .black-btn a {
    height: inherit;
    margin: 6% auto;
    padding: 18px 0;
    height: 24px;
  }
  .black-btn a strong svg {
    top: 1.2vw;
  }
}

/*
    .area-body
=========================================*/
.area-body {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .area-body {
    width: auto;
    padding: 0;
    margin: 0;
    overflow-x: hidden; 
  }
}

/*
    footer
=========================================*/
footer {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  color: #000;
  padding: 60px 0;
}

footer p {
  font-weight: normal;
  font-size: 13px;
}

footer .onward {
  width: 160px;
  margin: 10px auto 20px;
}

@media screen and (max-width: 960px) {
  footer {
    width: auto;
    padding: 0 0 10%;
    display: block;
  }
  footer p {
    font-weight: normal;
    font-size: 8px;
  }
  footer .onward {
    width: 180px;
    margin: 10px auto;
    padding: 11px;
  }
}
