.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.cmn-cv {
  display: none;
}

body.modal-open {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

.black-contents {
  position: relative;
  font-weight: 100;
  letter-spacing: 0.075em;
  font-style: normal;
  color: #fff;
  padding-bottom: 50px;
  font-family: "Noto Serif JP", serif;
}
.black-contents::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../images/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .black-contents::before {
    background-image: url("../images/bg_sp.png");
  }
}
.black-contents .inner {
  max-width: 1540px;
  margin: auto;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .black-contents .inner {
    padding: 0 35px;
  }
}
.black-contents img {
  max-width: 100%;
}
.black-contents p.note,
.black-contents ul.note li {
  font-size: 13px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .black-contents p.note,
  .black-contents ul.note li {
    font-size: 12px;
  }
}
.black-contents h1,
.black-contents h2,
.black-contents h3 {
  font-weight: 100;
  letter-spacing: 0.075em;
}

.black-mv_imgBox {
  position: relative;
}
.black-mv_imgBox .img {
  max-width: 100%;
}
.black-mv_logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  position: absolute;
  right: 10.63%;
  bottom: 100px;
}
.black-mv_logo span {
  font-size: 18px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .black-mv_imgBox {
    background-image: url(../images/mv_sp.png);
    background-size: cover;
    height: 80vh;
  }
  .black-mv_imgBox .img {
    display: none;
  }
  .black-mv_logo {
    justify-content: center;
    gap: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 62px;
    padding: 0 35px;
  }
  .black-mv_logo span {
    font-size: 14px;
    margin-bottom: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
}

.black-area01 {
  margin-top: 245px;
}
@media screen and (max-width: 768px) {
  .black-area01 {
    margin-top: 87px;
  }
}
.black-area01_box {
  max-width: 1170px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.black-area01_box .textArea .title {
  font-size: 26px;
  margin-bottom: 49px;
  line-height: 1.85;
}
.black-area01_box .textArea .text {
  font-size: 15px;
  line-height: 2.4;
}
.black-area01_box .imgArea {
  max-width: 733px;
  width: 62.65%;
  padding-top: 111px;
}
@media screen and (max-width: 768px) {
  .black-area01_box .textArea .title {
    margin-bottom: 37px;
  }
  .black-area01_box .imgArea {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    max-width: none;
    padding-top: 65px;
  }
}

.black-area02 {
  margin-top: 210px;
}
@media screen and (max-width: 768px) {
  .black-area02 {
    margin-top: 114px;
  }
}
.black-area02_box {
  max-width: 710px;
  margin: auto;
}
.black-area02_box .textArea .title {
  font-size: 26px;
  margin-bottom: 35px;
  line-height: 1.85;
  display: flex;
  align-items: center;
  gap: 29px;
  flex-wrap: wrap;
}
.black-area02_box .textArea .title .jp {
  font-size: 13px;
}
.black-area02_box .textArea .text {
  font-size: 15px;
  line-height: 2.4;
}
.black-area02_box .imgArea {
  margin-top: 75px;
  display: flex;
  gap: 30px;
}
.black-area02_box .imgArea .img {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .black-area02_box {
    max-width: none;
  }
  .black-area02_box .textArea .title {
    margin-bottom: 40px;
    gap: 14px;
  }
  .black-area02_box .textArea .title .jp {
    font-size: 13px;
    display: block;
    width: 100%;
  }
  .black-area02_box .textArea .text {
    font-size: 15px;
    line-height: 2.4;
  }
  .black-area02_box .imgArea {
    margin-top: 67px;
    display: flex;
    flex-wrap: wrap;
    gap: 68px;
  }
  .black-area02_box .imgArea .img {
    flex: none;
  }
  .black-area02_box .imgArea .img01 {
    width: 100vw;
    margin-right: calc(50% - 50vw);
  }
  .black-area02_box .imgArea .img01 img {
    width: 90.67%;
  }
  .black-area02_box .imgArea .img02 {
    width: 58.33%;
    margin-left: auto;
  }
}

.black-area03 {
  margin-top: 295px;
}
.black-area03 .text {
  font-size: 13px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .black-area03 {
    margin-top: 82px;
  }
}
.black-area03_box {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 80px;
}
.black-area03_box .textArea {
  padding-top: 93px;
}
.black-area03_box .textArea .text {
  font-size: 15px;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .black-area03_box .textArea .text {
    letter-spacing: 0;
  }
}
.black-area03_box .imgArea {
  width: 58.08%;
  max-width: 697px;
}
@media screen and (max-width: 768px) {
  .black-area03_box {
    flex-wrap: wrap;
    gap: 80px;
  }
  .black-area03_box .textArea {
    padding-top: 0;
  }
  .black-area03_box .imgArea {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    max-width: none;
    padding: 0 10px;
  }
}

.black-gallery {
  counter-reset: number 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .black-gallery {
    gap: 2px;
  }
}
.black-gallery_img {
  position: relative;
  cursor: pointer;
}
.black-gallery_img::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) "";
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .black-gallery_img::before {
    top: 5px;
    left: 5px;
  }
}
.black-gallery_img::after {
  content: "";
  width: 23px;
  height: 23px;
  background-image: url(../images/gallery_open.svg);
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}

.black-area04 {
  margin-top: 260px;
}
.black-area04_title {
  text-align: center;
  font-size: 26px;
}
.black-area04_block {
  max-width: 1200px;
  margin: auto;
}
.black-area04_box {
  margin-top: 98px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px 52px;
}
.black-area04_box .box .text {
  font-size: 15px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .black-area04 {
    margin-top: 150px;
  }
  .black-area04_title {
    font-size: 22px;
  }
  .black-area04_box {
    margin-top: 47px;
    margin-bottom: 36px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 48px;
  }
  .black-area04_box .box .text {
    font-size: 14px;
    margin-top: 13px;
  }
}

.black-area05 {
  margin-top: 352px;
}
@media screen and (max-width: 768px) {
  .black-area05 {
    margin-top: 143px;
  }
}
.black-area05_box {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.black-area05_box .textArea {
  padding-top: 200px;
}
.black-area05_box .textArea .title {
  font-size: 26px;
}
.black-area05_box .textArea .title .jp {
  display: block;
  font-size: 13px;
  margin-top: 23px;
}
.black-area05_box .imgArea {
  width: 67.83%;
  max-width: 814px;
}
.black-area05_box .imgArea .text {
  font-size: 15px;
  line-height: 2.4;
  margin-top: 80px;
  max-width: 572px;
}
@media screen and (max-width: 768px) {
  .black-area05_box {
    flex-wrap: wrap;
    gap: 40px;
  }
  .black-area05_box .textArea {
    padding-top: 0;
  }
  .black-area05_box .textArea .title .jp {
    margin-top: 19px;
  }
  .black-area05_box .imgArea {
    width: 100%;
    max-width: none;
  }
  .black-area05_box .imgArea img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    max-width: none;
  }
  .black-area05_box .imgArea .text {
    margin-top: 63px;
    max-width: none;
  }
}
.black-area05_imgList {
  margin-top: 120px;
  display: flex;
  justify-content: center;
  gap: 18px;
}
.black-area05_imgList .img {
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .black-area05_imgList {
    margin-top: 116px;
    flex-wrap: wrap;
    gap: 25px;
  }
  .black-area05_imgList .img {
    width: 100%;
    max-width: 56.67%;
  }
}

.black-foot {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .black-foot {
    margin-top: 102px;
  }
}
.black-foot_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.black-foot_logo span {
  font-size: 18px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .black-foot_logo {
    gap: 23px;
  }
  .black-foot_logo span {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.black-foot_cv {
  max-width: 1000px;
  margin: auto;
  border-top: 1px solid #464646;
  border-bottom: 1px solid #464646;
  padding: 47px 20px;
  margin-top: 143px;
}
.black-foot_cv .text {
  font-size: 18px;
  text-align: center;
}
.black-foot_cv_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 37px;
}
.black-foot_cv_btn .btn {
  width: 50%;
  max-width: 250px;
}
.black-foot_cv_btn .btn a {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #fff;
  border: 1px solid #464646;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .black-foot_cv {
    padding: 56px 10px 65px;
    margin-top: 96px;
  }
  .black-foot_cv_btn {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 32px;
  }
  .black-foot_cv_btn .btn {
    width: 100%;
  }
  .black-foot_cv_btn .btn a {
    height: 52px;
    font-size: 15px;
  }
}
.black-foot .note {
  margin-top: 170px;
}
@media screen and (max-width: 768px) {
  .black-foot .note {
    margin-top: 54px;
  }
}

.modal-open .cmn-header {
  display: none;
}

.black-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.black-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.modal-bg {
  background: #282828;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 0.3s ease;
}

.black-modal-content {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .black-modal-content {
    align-items: normal;
  }
}

.black-modal_block {
  display: block;
  width: 100%;
  height: 90vh;
  max-width: 1000px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .black-modal_block {
    overflow-y: auto;
    height: 100vh;
    top: 0%;
    transform: translateY(0%);
    align-items: normal;
  }
}
.black-modal_block .swiper-wrapper {
  align-items: center;
}
.black-modal_block .swiper-arrow {
  color: #fff;
}
.black-modal_block .swiper-arrow::after {
  content: none;
}
.black-modal_block .swiper-button-disabled {
  display: none;
}

.black-modal_box {
  display: flex;
  align-items: center;
  gap: 72px;
  padding: 0 50px;
}
.black-modal_box .imgArea {
  width: 418px;
}
.black-modal_box .textArea {
  max-width: 400px;
}
.black-modal_box .textArea .num {
  font-size: 20px;
  margin-bottom: 35px;
}
.black-modal_box .textArea .title {
  font-size: 20px;
  margin-bottom: 30px;
}
.black-modal_box .textArea .title .sub {
  display: block;
  font-size: 14px;
}
.black-modal_box .textArea .text {
  font-size: 15px;
  line-height: 2.4;
}
.black-modal_box .textArea .note {
  margin-top: 27px;
}

@media screen and (max-width: 768px) {
  .black-modal_box {
    flex-wrap: wrap;
    gap: 38px;
    padding: 0;
    width: 65.33%;
    margin: auto;
    padding-top: 20vw;
    overflow-y: auto;
    max-height: 94vh;
  }
  .black-modal_box .imgArea {
    width: 418px;
  }
  .black-modal_box .textArea {
    max-width: none;
  }
  .black-modal_box .textArea .num {
    margin-bottom: 25px;
  }
  .black-modal_box .textArea .title {
    margin-bottom: 25px;
  }
  .black-modal_box .textArea .title .sub {
    font-size: 13px;
  }
  .black-modal_box .textArea .text {
    line-height: 2.2;
  }
  .black-modal_box .textArea .note {
    margin-top: 15px;
  }
}
.black-modal-close {
  position: absolute;
  top: 50px;
  right: 56px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .black-modal-close {
    top: 24px;
    right: 19px;
    width: 42px;
  }
}

#main-content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  background-image: url("../images/bg.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #main-content {
    background-image: url("../images/bg_sp.png");
    background-attachment: scroll;
  }
}
#main-content.show {
  opacity: 1;
  visibility: visible;
}

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  #splash {
    background-image: url("../images/bg_sp.png");
    background-attachment: scroll;
  }
}

.splash-text {
  font-size: 20px;
  opacity: 0;
  animation: splashFade 3s forwards;
  animation-delay: 0.5s;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  letter-spacing: 0.075em;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .splash-text {
    font-size: 16px;
    line-height: 2.2;
  }
}

@keyframes splashFade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}/*# sourceMappingURL=index.css.map */