@charset "UTF-8";
main#home .mainVisualWrapper {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 0; /* 明示的にレイヤーを定義 */
}
main#home .mainVisualWrapper #mainVisual,
main#home .mainVisualWrapper #mainVisualSP {
  width: auto;
  height: 100vh;
}
main#home .mainVisualWrapper #mainVisual img,
main#home .mainVisualWrapper #mainVisualSP img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  opacity: 0;
  transition: opacity 5s;
  z-index: 0;
}
main#home .mainVisualWrapper #mainVisual img.show,
main#home .mainVisualWrapper #mainVisualSP img.show {
  opacity: 1;
  z-index: 1;
}
main#home .mvCopyWrapper {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  will-change: transform;
}
main#home .mvCopyWrapper .copyContainer {
  width: 1440px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  main#home .mvCopyWrapper .copyContainer {
    display: block;
    width: 100%;
    position: relative;
  }
}
main#home .mvCopyWrapper .copyContainer .mvCopy {
  width: min(31.944vw, 460px);
  position: absolute;
  bottom: min(6vw, 60px);
  left: min(6.944vw, 100px);
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 767px) {
  main#home .mvCopyWrapper .copyContainer .mvCopy {
    position: absolute;
    margin: 0;
    width: max(63.82vw, 240px);
    left: 8px;
    bottom: max(39.894vw, 150px);
  }
}
main#home .mvCopyWrapper .copyContainer h2 {
  font-size: min(1.944vw, 28px);
  line-height: min(4.167vw, 60px);
  position: absolute;
  bottom: min(6vw, 60px);
  right: min(6.944vw, 100px);
}
@media screen and (max-width: 767px) {
  main#home .mvCopyWrapper .copyContainer h2 {
    font-size: max(4.787vw, 18px);
    line-height: max(7.979vw, 30px);
    position: absolute;
    left: 8px;
    bottom: max(5.319vw, 20px);
  }
}
main#home #topContent1 {
  width: 100vw;
  height: calc(50vh - 220px);
  background-color: #e9ebef;
  overflow: hidden;
  position: relative;
  z-index: 10;
  min-height: 680px;
}
@media screen and (max-width: 767px) {
  main#home #topContent1 {
    height: auto;
    min-height: unset;
  }
}
main#home #topContent1 .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
main#home #topContent1 .inner .visual {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  main#home #topContent1 .inner .visual {
    width: 100%;
    height: auto;
  }
}
main#home #topContent1 .inner .copyWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
main#home #topContent1 .inner .copyWrapper .copyContainer {
  width: min(100vw, 1440px);
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  main#home #topContent1 .inner .copyWrapper .copyContainer {
    display: block;
    width: 100%;
    position: relative;
  }
}
main#home #topContent1 .inner .copyWrapper .copyContainer .copy {
  width: min(20.833vw, 300px);
  position: absolute;
  top: min(8.333vw, 120px);
  right: min(6.944vw, 100px);
}
@media screen and (max-width: 767px) {
  main#home #topContent1 .inner .copyWrapper .copyContainer .copy {
    position: absolute;
    width: max(31.91vw, 120px);
    top: 10px;
    right: 8px;
  }
}
main#home #topContent1 .inner .copyWrapper .copyContainer .text {
  font-size: min(1.111vw, 16px);
  line-height: min(2.778vw, 40px);
  position: absolute;
  top: min(12.5vw, 180px);
  right: min(31.944vw, 460px);
  writing-mode: vertical-rl; /* 右から左へ縦書き */
  text-orientation: upright; /* 日本語の文字を縦に保つ */
}
@media screen and (max-width: 767px) {
  main#home #topContent1 .inner .copyWrapper .copyContainer .text {
    font-size: max(2.926vw, 11px);
    line-height: max(5.319vw, 20px);
    position: absolute;
    width: max(55.86vw, 210px);
    right: auto;
    left: max(5.319vw, 20px);
    top: max(13.298vw, 50px);
    margin-top: 0;
  }
}
main#home #topics {
  width: 100%;
  display: grid;
  grid-template-rows: min(10vw, 100px) min(5.5vw, 55px);
  grid-template-columns: 1fr min(96.774vw, 1200px) 1fr;
  background-color: #e60012;
  position: relative;
}
@media screen and (max-width: 767px) {
  main#home #topics {
    grid-template-rows: max(11.7vw, 44px) 1fr;
    grid-template-columns: 1fr max(85.106vw, 320px) 1fr;
  }
}
main#home #topics #topicsTitle {
  width: 100%;
  grid-column: 2/3;
  grid-row: 1/2;
  border-bottom: solid 5px #333333;
  display: flex;
  align-items: end;
}
main#home #topics #topicsTitle img {
  width: min(20vw, 200px);
  margin-bottom: max(-0.5vw, -5px);
}
main#home #topics #topicsTitle p,
main#home #topics #topicsTitle a {
  margin: 0 0 min(1vw, 10px) min(1vw, 10px);
}
@media screen and (max-width: 767px) {
  main#home #topics #topicsTitle p,
  main#home #topics #topicsTitle a {
    margin: 0 0 4px 10px;
  }
}
main#home #topics #topicsDetail {
  grid-column: 2/3;
  grid-row: 2/3;
  margin-left: clamp(10px, 20vw + 10px, 210px);
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main#home #topics #topicsDetail {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
main#home #topics #topicsLine {
  grid-column: 3/4;
  grid-row: 1/2;
  border-bottom: solid 5px #333333;
}
main#home #topContent2 {
  width: 100vw;
  height: calc(50vh - 220px);
  min-height: 680px;
  background-color: #e9ebef;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  main#home #topContent2 {
    height: auto;
    min-height: unset;
  }
}
main#home #topContent2 .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  main#home #topContent2 .inner {
    height: auto;
  }
}
main#home #topContent2 .inner .visual {
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  main#home #topContent2 .inner .visual {
    width: 100%;
    height: auto;
    position: static;
  }
}
main#home #topContent2 .inner .copyWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
main#home #topContent2 .inner .copyWrapper .copyContainer {
  width: min(100vw, 1440px);
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  main#home #topContent2 .inner .copyWrapper .copyContainer {
    display: block;
    width: 100%;
    position: relative;
  }
}
main#home #topContent2 .inner .copyWrapper .copyContainer .copy {
  width: min(20.83vw, 300px);
  position: absolute;
  left: min(4.167vw, 60px);
  bottom: min(2.778vw, 40px);
}
@media screen and (max-width: 767px) {
  main#home #topContent2 .inner .copyWrapper .copyContainer .copy {
    position: absolute;
    width: max(31.915vw, 120px);
    top: max(95.745vw, 360px);
    left: 8px;
    margin: 0px;
  }
}
main#home #topContent2 .inner .copyWrapper .copyContainer .text {
  font-size: min(1.111vw, 16px);
  line-height: min(2.778vw, 40px);
  position: absolute;
  left: min(27.778vw, 400px);
  bottom: min(2.778vw, 40px);
  writing-mode: vertical-rl; /* 右から左へ縦書き */
  text-orientation: upright; /* 日本語の文字を縦に保つ */
}
@media Screen and (max-width: 767px) {
  main#home #topContent2 .inner .copyWrapper .copyContainer .text {
    font-size: max(2.926vw, 11px);
    line-height: max(5.319vw, 20px);
    margin-top: 0px;
    position: absolute;
    left: auto;
    right: 30px;
    top: max(58.511vw, 220px);
    bottom: unset;
  }
}
main#home #topContent2 .inner .copyWrapper .copyContainer .text .tcy {
  text-combine-upright: all; /* 数字を横に並べる */
  display: inline-block;
}
main#home #topContent1 .visual,
main#home #topContent2 .visual {
  opacity: 0;
  transition: opacity 2s ease;
}
main#home #topContent1 .visual.is-show,
main#home #topContent2 .visual.is-show {
  opacity: 1;
  transform: translateY(0);
}
main#home #topContent1 .copyWrapper,
main#home #topContent2 .copyWrapper {
  opacity: 0;
  transition: opacity 2s ease;
}
main#home #topContent1 .copyWrapper.is-show,
main#home #topContent2 .copyWrapper.is-show {
  opacity: 1;
  transform: translateY(0);
}
main#home #topContent1 .copyWrapper.is-show .text .tcy,
main#home #topContent2 .copyWrapper.is-show .text .tcy {
  position: relative;
  left: -0.2em;
}/*# sourceMappingURL=home.css.map */