@charset "UTF-8";
/* aタグ設定
------------------------------------- */
a, button {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  text-decoration: none;
  color: currentColor;
}

/* 基本設定
------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem; /* =14px */
  font-family: "Noto Serif", serif;
}

ul {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* デフォルトの三角形アイコンを非表示にする */
summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
}

/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
img {
  width: 100%;
  height: auto;
}

.body {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: flex;
}
@media screen and (max-width: 768px) {
  .body {
    flex-direction: column;
    min-height: 112vw;
  }
}
.body .copy-date {
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .body .copy-date {
    position: static;
    transform: inherit;
    width: 100%;
    height: 0 0 auto;
    padding: 5.3333333333vw 0;
    background-color: #1E1E1E;
  }
}
.body .copy-date img {
  width: 280px;
  margin: 0 auto 15px;
  position: relative;
  left: 22px;
}
@media screen and (max-width: 768px) {
  .body .copy-date img {
    width: 42.6666666667vw;
    margin-bottom: 2.1333333333vw;
    position: static;
  }
}
.body .copy-date span {
  display: block;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .body .copy-date span {
    font-size: 2.9333333333vw;
    color: #fff;
  }
}
.body > div {
  width: 50%;
  height: 100%;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .body > div {
    width: 100%;
    height: 50%;
  }
}
.body > div:first-of-type {
  background-image: url("../images/pict-whatwegot.webp");
  background-position: 50% 71%;
}
@media screen and (max-width: 768px) {
  .body > div:first-of-type {
    background-image: url("../images/pict-whatwegot-sp.webp");
    background-position: 50% 50%;
  }
}
.body > div:nth-of-type(2) {
  background-image: url("../images/pict-iknow.webp?0623");
  background-position: 50% 9%;
}
@media screen and (max-width: 768px) {
  .body > div:nth-of-type(2) {
    background-image: url("../images/pict-iknow-sp.webp?0623");
    background-position: 50% 30%;
  }
}
.body > div a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .body > div a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (any-hover: hover) {
  .body > div a:hover::after {
    opacity: 0;
    filter: none;
  }
}
.body > div a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 10;
  opacity: 1;
  transition: opacity 0.2s ease-in, filter 0.2s linear;
  will-change: transform;
}
.body .copy-whatwegot {
  position: absolute;
  bottom: 37px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .body .copy-whatwegot {
    position: static;
    transform: inherit;
  }
}
.body .copy-whatwegot img {
  display: block;
  margin: 0 auto 21px;
  max-width: 100%;
  width: 376px;
}
@media screen and (max-width: 768px) {
  .body .copy-whatwegot img {
    width: 69.3333333333vw;
    margin-bottom: 4vw;
  }
}
.body .copy-whatwegot p {
  min-width: 330px;
  min-height: 65px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 9px 30px;
  margin: 0 auto;
  border: 1px solid #FFFCEF;
  font-size: 1.6rem;
  color: #FFFCEF;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .body .copy-whatwegot p {
    min-width: 65.8666666667vw;
    min-height: 14.4vw;
    padding: 2.4vw 9.3333333333vw;
    font-size: 3.2vw;
    line-height: 1.4;
  }
}
.body .copy-iknow {
  position: absolute;
  bottom: 37px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .body .copy-iknow {
    position: static;
    transform: inherit;
  }
}
.body .copy-iknow img {
  display: block;
  margin: 0 auto 46px;
  max-width: 100%;
  width: 435px;
}
@media screen and (max-width: 768px) {
  .body .copy-iknow img {
    width: 85.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.body .copy-iknow p {
  min-width: 330px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 9px 30px;
  min-height: 65px;
  margin: 0 auto;
  border: 1px solid #FFFCEF;
  font-size: 1.6rem;
  color: #FFFCEF;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .body .copy-iknow p {
    min-width: 65.8666666667vw;
    min-height: 14.4vw;
    padding: 2.4vw 9.3333333333vw;
    font-size: 3.2vw;
    line-height: 1.4;
  }
}/*# sourceMappingURL=base.css.map */