@charset "UTF-8";
#splash {
  position: fixed;
  width: 100%;
  height: 120%;
  z-index: 99999;
  background: #000b00;
  text-align: center;
  top: -50px; }
  #splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    #splash_logo img {
      width: 120px; }

@media (max-width: 850px) {
  #splash_logo {
    top: 45%; }
    #splash_logo img {
      width: 100px; } }
.video {
  width: 100%;
  height: 1000px;
  background: url("../images/top/mainview.png") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1; }
  .video::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #2d3232;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8; }
  .video-wide {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
  .video_title {
    display: none; }

.fadein {
  opacity: 1;
  animation-name: fadeout;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 16s; }

@keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@media (max-width: 850px) {
  .video {
    height: 800px; }
    .video_title {
      display: block;
      color: #FFF;
      position: relative;
      top: 150px; } }
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.section-top {
  position: relative; }
  .section-top h1 {
    display: none; }
  .section-top__image {
    background-image: url("../images/top/mainview.png");
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    height: 1000px; }
    .section-top__image p {
      font-size: 3.0rem;
      top: 200px; }

/*スクロールダウン全体の場所*/
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  bottom: 80px;
  /*全体の高さ*/
  height: 50px;
  width: auto; }
  .scrolldown1 span {
    /*描画位置*/
    position: absolute;
    left: 0px;
    top: 7px;
    /*テキストの形状*/
    color: #eee;
    font-size: 1.4rem;
    letter-spacing: 0.05em; }

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  left: -2px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0; }

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0; }
  30% {
    height: 30px;
    opacity: 1; }
  100% {
    height: 0;
    top: 50px;
    opacity: 0; } }
@media (max-width: 850px) {
  .section-top {
    height: 800px; }
    .section-top h1 {
      display: block;
      margin-top: 260px;
      text-align: center; }
    .section-top__image {
      background-size: auto 100%;
      height: 800px; }
      .section-top__image p {
        font-size: 2.4rem;
        top: 100px; }

  .scrolldown1 {
    bottom: 40px; }
    .scrolldown1 span {
      top: 13px;
      left: -5px;
      font-size: 1.0rem; }

  .KsoKokuryuSou {
    font-size: 9.3rem; } }
@media (max-width: 375px) {
  .KsoKokuryuSou {
    font-size: 25vw; }

  /*safari*/
  _::-webkit-full-page-media, _:future, :root .KsoKokuryuSou {
    font-size: 20vw; } }
.float-number {
  font-size: 18.0rem;
  width: auto;
  float: right;
  position: absolute;
  color: rgba(0, 0, 0, 0.09);
  mix-blend-mode: normal; }

.background-1 {
  background-image: url("../images/common/wallpaper.png"); }

.f-n01 {
  bottom: 70px;
  left: 105px; }

.section-about h2 {
  height: 200px;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  position: relative;
  top: 60px;
  line-height: 1.2;
  margin-bottom: 60px; }
.section-about__main {
  display: inline-block;
  align-items: center; }
.section-about__name {
  margin-top: 10px;
  font-size: 2.5rem;
  width: auto;
  letter-spacing: 0.4rem;
  font-weight: bold; }
.section-about__parenthesis {
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.2rem; }
.section-about__text {
  font-size: 1.6rem;
  margin-right: 30px;
  font-weight: normal;
  line-height: 2.2;
  letter-spacing: 2.2px; }
.section-about h4 {
  margin-top: 80px;
  padding-bottom: 15px;
  font-size: 2.0rem; }
.section-about__table {
  padding: 15px 10px 0;
  font-size: 1.6rem;
  text-align: left;
  font-weight: normal; }

/*safari*/
_::-webkit-full-page-media, _:future, :root .section-about__name {
  margin-left: -120px; }

@media (max-width: 850px) {
  .section-about {
    padding-top: 50px;
    margin-top: -50px; }
    .section-about__text {
      line-height: 2.0; } }
.fixed-background {
  min-width: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center; }

@media (max-width: 850px) {
  .fixed-background {
    min-width: 100vw;
    background-attachment: fixed;
    background-size: cover;
    background-position: center; } }
.background-2 {
  background-image: url("../images/top/yagyou_bg.png"); }

.f-n02 {
  bottom: 70px;
  left: -25px; }

.section-works {
  color: #FFF; }
  .section-works h2 {
    height: 200px;
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    position: relative;
    top: 100px;
    line-height: 1.2; }
  .section-works__container {
    position: relative; }
    .section-works__container img {
      margin-top: 59px;
      margin-left: 30px;
      object-fit: cover;
      object-position: top;
      width: 33vw;
      height: auto;
      max-height: 600px; }
  .section-works__number {
    font-size: 4.2rem;
    position: absolute;
    left: -88px;
    bottom: 180px; }
  .section-works__title {
    font-size: 12rem;
    font-weight: bold;
    position: absolute;
    left: -230px;
    bottom: -90px; }
  .section-works__parenthesis {
    font-size: 2.8rem;
    position: absolute;
    left: -25px;
    bottom: -125px; }
  .section-works__anchor {
    font-size: 2.0rem;
    position: absolute;
    left: 240px;
    bottom: -40px; }
    .section-works__anchor a {
      display: block;
      padding-right: 45px; }
  .section-works__anchor::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 8px;
    width: 1px;
    height: 12px;
    background: #FFF;
    transform: rotate(121deg); }
  .section-works__anchor::after:hover {
    opacity: 0.5; }
  .section-works__anchor::before {
    content: "";
    position: absolute;
    top: -3px;
    right: 23px;
    width: 1px;
    height: 39px;
    background: #FFF;
    transform: rotate(90deg); }
  .section-works__anchor::before:hover {
    opacity: 0.5; }

@media (max-width: 850px) {
  .section-works h2 {
    height: 200px;
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    position: relative;
    top: 100px;
    line-height: 1.2; }
  .section-works__container img {
    height: 410px;
    object-fit: cover;
    object-position: top;
    width: auto; }
  .section-works__number {
    font-size: 3.2rem;
    position: absolute;
    left: -38px;
    bottom: 100px; }
  .section-works__title {
    font-size: 8.5rem;
    font-weight: bold;
    position: absolute;
    left: -200px;
    bottom: -100px; }
  .section-works__parenthesis {
    font-size: 1.8rem;
    position: absolute;
    left: 20px;
    bottom: -122px; }
  .section-works__anchor {
    font-size: 1.6rem;
    position: absolute;
    left: 210px;
    bottom: -30px; }
  .section-works__anchor::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 7px;
    width: 1px;
    height: 12px;
    background: #FFF;
    transform: rotate(121deg); }
  .section-works__anchor::before {
    content: "";
    position: absolute;
    top: -3px;
    right: 23px;
    width: 1px;
    height: 39px;
    background: #FFF;
    transform: rotate(90deg); } }
.fixed-position {
  width: 258px;
  margin: 0 auto;
  position: relative; }

@media (max-width: 850px) {
  .scroll-background {
    min-width: 100vw;
    background-size: cover;
    background-position: center; }

  .br-sp {
    display: block; } }
.f-n03 {
  color: rgba(255, 255, 255, 0.06);
  bottom: 70px;
  left: 105px; }

.section-contact {
  color: #FFF;
  padding-top: 170px;
  padding-bottom: 80px; }
  .section-contact h2 {
    height: 200px;
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    position: relative;
    top: 60px;
    line-height: 1.2;
    padding-bottom: 30px; }
  .section-contact h3 {
    padding-top: 30px;
    font-size: 1.8rem; }
  .section-contact p {
    font-weight: normal;
    font-size: 1.6rem;
    padding-top: 10px;
    line-height: 1.6; }
    .section-contact p a {
      border-bottom: 1px solid #888; }
