@charset "UTF-8";
/* ///////////
    loading
///////////// */
body.loading-none{
  overflow: auto;
  #loading{
    /* 2回目以降 */
    display: none;
  }
}
#loading {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 3000;
  top: 0;
  left: 0;
  video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .skip{
    position: absolute;
    z-index: 3100;
    bottom: 2em;
    right: 2em;
    .skip-btn {
      display: none;
    }
    .skip-btn_label {
      display: inline-block;
      color: #FFF;
      cursor: pointer;
      opacity: 1;
      display: flex;
      align-items: center;
      gap: 15px;
      font-size: 0.8em;
    }
  }
}
/* ///////////
    HEADER
///////////// */
header{
  .wrapMv{
    width: 100%;
    height: 100vh;
    position: relative;
    opacity: 1;
    background: #3A3935;
    .logo{
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 1em;
      height: 100%;
      img{
        width: min(120px,30vw);
      }
      h1{
        color: #FFF;
      }
    }
    .scroll{
      width: 100%;
      position: absolute;
      bottom: 5em;
      display: flex;
      justify-content: center;
      color: #FFF;
      &:before,&:after{
        content: "";
        width: 15px;
        height: 16px;
        background: url(../img/common/arrow_down.png) no-repeat 0 0;
        background-size: 100%;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -1.2em;    
        transform: translateX(-50%);
        animation: fadeIn 2s ease-in-out infinite alternate;
      }
      &:after{
        content: "";
        bottom: -1.8em;
        animation: fadeIn 2s ease-in-out 1s infinite alternate;   
      }
    }
  }
}
/* ///////////
    MAIN
///////////// */
main{
  margin-bottom: 100vh;
  background: #403F3C;
  .wrapper{
    overflow: hidden;
    section{
      width: 100%;
      min-height: 100vh;
      padding: 10em 0;
      overflow: hidden;
      background: #403F3C;
      h2{
        opacity: 0;
        font-size: 20px;
      }
      .wrapImg{
        position: relative;
        z-index: 1200;
        opacity: 0;
        img{
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
      .txtJa{
        font-size: 20px;
      }
      .txtEn{
        opacity: 0;
        font-size: 14px;
        font-weight: 200;
      }
      &.sec01{
        
      }
      &.sec02{
        
      }
      &.sec03{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5em;
        .wrapTxt{
          display: flex;
          flex-direction: column;
          gap: 2em;
          h2{
            display: flex;
            flex-direction: column;
            transform: translateY(-15px);
          }
          .txtEn{
            transform: translateY(-15px);
          }
        }
        .wrapImgBox{
          opacity: 0;
          width: 600px;
        }
        .side-scroll {
          /* height: 100vh; */
          /* width: 100%; */
          align-items: center;
            display: flex;
          .side-scroll-container {
            align-items: center;
            display: flex;
            margin-inline: auto;
            overflow: hidden;
            width: 600px;
            .side-scroll-list{
              display: flex;
              li{
                img {
                  /* height: 100vh; */
                  object-fit: cover;
                  width: 600px;
                }
              }
              
            }    
          }
        }        
      }
      &.sec04{
        
        background: #3A3935;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* height: 100vh; */
        .wrapTxt{
          width: min(1800px,100%);
          margin: 0 auto 4em;
          display: flex;
          justify-content: space-between;
          align-items: flex-end;
          gap: 2em;
          h2{
            display: flex;
            flex-direction: column;
            transform: translateY(-15px);
          }
          .txtEn{
            display: flex;
            flex-direction: column;
            transform: translateY(-15px);
          }
        }
        .side-scroll {
          /* height: 50vh; */
          width: 100%;
          align-items: center;
            display: flex;
          .side-scroll-container {
            align-items: center;
            display: flex;
            /* height: 100vh; */
            margin-inline: auto;
            overflow: hidden;
            width: 100%;
            height: 500px;
            .side-scroll-list02 {
              display: flex;
              gap: 2vw;
              width: max-content; /* 中身に合わせて横に伸びるようにする */
              flex-wrap: nowrap;
              li{
                img {
                  /* height: 100vh; */
                  object-fit: cover;
                  width: 33.3vw;
                }
              }
              
            }    
          }
        }  
      }

      &.sec05{
       
        .wrapTxt{
          opacity: 0;
          display: flex;
          flex-direction: column;
          justify-content: center;
          h2,.txtEn{
            opacity: 0;
            transform: translateY(-20px);
          }
        }

        .wrapImg{
          opacity: 1;
          width: min(1140px,100%);
          position: relative;
          margin: 0 auto;
          display: grid;
          /* grid-template-columns: repeat(7, 1fr);
          grid-template-rows: repeat(7, 1fr);
          grid-column-gap: 0px;
          grid-row-gap: 0px; */

          grid-template-columns: 160px 300px 60px 100px 60px 300px 160px;
          grid-template-rows: 200px 430px 120px 80px 120px 430px 200px;
          grid-column-gap: 0px;
          grid-row-gap: 0px;

          @media (max-width:1240px) {
            padding: 0 2em;
            grid-template-columns: 14% 26% 5% 9% 5% 26% 14%;
            grid-template-rows: 12% 27% 8% 6% 8% 27% 12%;
            grid-column-gap: 0px;
            grid-row-gap: 0px;
          }

          & > div{
            
            /* width: min(460px,80%); */
            &.wrapTxt{ 
              grid-area: 1 / 4 / 2 / 8;
              z-index: 5100;
            }
            img{
              opacity: 0;
              transform: translateY(-20px);
            }
            &.img01{
              grid-area: 1 / 1 / 3 / 3;
              z-index: 5110;
            }
            &.img02{
              grid-area: 2 / 4 / 5 / 7;
              z-index: 5120;
            }
            &.img03{
              grid-area: 4 / 2 / 7 / 5;
              z-index: 5130;
            }
            &.img04{
              grid-area: 6 / 6 / 8 / 8;
              z-index: 5140;
            }
            @media (max-width:1240px) {
              &.wrapTxt{ position: absolute; top: -30px; }
            }            
          }          
          
        }
        
      }

      &.sec06{      
        position: relative;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
        .bg_pattern{
          background: url(../img/sec06/bg.svg) repeat center center;
          width: 80%;
          height: 100%;
          position: absolute;
          top: 50%;
          bottom: 50%;
          right: 50%;
          left: 50%;
          z-index: 6000;
          transform: translate(-50%,-50%);

          opacity: 0;
          clip-path: inset(0 100% 0 0);
        }
        .wrapTxt{
          width: 100%;
          position: absolute;
          text-align: center;
          &.first{
            opacity: 0;
            top: 3em;            
          }
          &.second{
            opacity: 0;
            bottom: 6em;
          }
        }
        .wrapImg{
          width: 560px;
          height: 600px;
          position: absolute;
          z-index: 6500;          
          top: 50%;
          bottom: 50%;
          right: 50%;
          left: 50%;
          transform: translate(-50%,-50%);
          img{          
            opacity: 0;
            width: 100%;
            height: 100% !important;
            object-fit: cover;          
          }
        }
        .bg{
          opacity: 0;
          position: absolute;
          top: 50%;
          bottom: 50%;
          right: 50%;
          left: 50%;
          transform: translate(-50%,-50%);
          z-index: 6200;
          width: calc(100% - 8em);
          overflow: hidden;
          height: 65vh;
          
          span{
            background-size: 100%;
            background-position: center center;
            filter: blur(2rem);
            display: block;
            width: calc(100% + 8em);
            height: calc(100% + 8em);
          }
          
        }

      }
      &.sec07{
        h2{
          text-align: center;
          transform: translateY(-20px);
        }
        .wrapImg {
          position: relative;
          overflow: hidden;
          /* padding-top: 40%; */
          margin: 40px auto;
          width: min(1800px,calc(100% - 80px));
          height: 60vh;
          img{
            display: block;
            object-fit: cover;
            height: 100%;
            width: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
          }
        }
        .wrapTxt{
          display: flex;
          flex-direction: column;
          gap: .5em;
          align-items: center;
          .txtJa,.txtEn{
            text-align: center;
            opacity: 0;
            transform: translateY(-20px);
          }
        }        
      }
    }
    .sliderContent{
      width: min(2000px,100%);
      margin: 0 auto;
      min-height: 100vh;
      height: 100vh;
      padding: 10em 0;
      overflow: hidden;
      position: relative;
      display: flex;
      justify-content: space-between;
      section{
        width: 50%;
        position: absolute;
        .inner{
          position: absolute;
          display: flex;
          flex-direction: column;
          gap: 1em;
        }
        .wrapImg{
          width: 540px;
          height: 569px;
          position: relative;
          z-index: 1200;
          opacity: 0;
          img{
            width: 100%;
            height: 100% !important;
            /* object-fit: cover; */
          }
        }
        &.sec01{  
          top: 0;        
          left: 0;
          .inner{
            left: 10vw;
          }
          .bg{
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1000;
            background: url(../img/sec01/sec01_line.png) no-repeat 0 0;
            width: 800px;
            height: 800px;
            background-size: 100%;
            opacity: 0;
            clip-path: inset(0 100% 0 0);  
            
          }          
        }
        &.sec02{
          right: 0;
          top: 10vw;
          .inner{
            right: 10vw;
            align-items: flex-end;
          }
          .bg{
            position: absolute;
            right: -5vw;
            top: 0;
            z-index: 1000;
            background: url(../img/sec02/sec02_circle.png) no-repeat 0 0;
            width: 700px;
            height: 700px;
            background-size: 100%;

            opacity: 0;
            clip-path: inset(0 100% 0 0);  
            
          }
          
        }
      }
    }
  }
  .logoType{
    display:flex;
    gap: 2vw;
    align-items:center;
    position: relative;
    width:100%;
    height: 10em;
    overflow:hidden;
    /* transform: translateX(100%); */
  img{
      height: 100%;
      white-space: nowrap;
      position: absolute;
      right: 50%;
      left: 50%;
      transform: translateX(-50%);
      opacity: 0.4;
    }
  }
}/* //main */

/* ///////////
    FOOTER
///////////// */
footer{
  opacity: 0;
  position: fixed;
  bottom: 0;
  z-index: -1;
  width: 100%;
  padding: 0 0;
  background: #242422;
  .wrapCompany{
    background: #57544A;
    padding: 2em 0 4em;
    .company{
      width: min(840px,100%);
      padding: 0 2em;
      margin: 0 auto 7em;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2em;
      h2{
        width: min(240px,30%);
        display: flex;
        flex-direction: column;
        em{
          font-size: 24px;
        }
        span{
          font-size: 11px;
        }
      }
      .companyProfile{
        flex: 1;
        dl{
          text-align: left;
          div{
            padding: 2.2em 0;
            border-bottom: 1px solid rgba(255,255,255,0.2);
            dt{
              display: flex;
              align-items: center;
              gap: 0.8em;
              .en{
                font-size: 10px;
              }
              &::before{
                content: "";
                width: 1em;
                height: 1px;
                background: #FFF;
                display: block;
              }
            }
            dd{
              display: flex;
              flex-direction: column;
              .ja{
                font-size: 15px;
              }
              .en{
                font-size: 13px;
              }
            }
            }
        }
      }
    }
  }
}/* //footer */




