/* Scss Document */
/*
*
*
Header
*
*
*/
header {
  height: auto;
}

header .container {
  height: inherit;
  overflow: hidden;
}

header .container .top {
  -webkit-animation: imgFade 3s linear forwards;
          animation: imgFade 3s linear forwards;
}

header .container .bot {
  padding: 15vw 15% 5vw;
}

header .container .bot .animation-photo {
  position: relative;
  margin-bottom: 5vw;
  -webkit-animation: imgFade 4s linear 0.2s forwards;
          animation: imgFade 4s linear 0.2s forwards;
  overflow: hidden;
}

header .container .bot-text {
  /*overflow: hidden;*/
}

header .container .bot .text {
  font-size: 4.5vw;
  letter-spacing: 0.5em;
  /*-webkit-animation: textTranslate 2s ease-in forwards;
          animation: textTranslate 2s ease-in forwards;*/
}

header h1 {
  padding: 5vw 6.25% 0 !important;
}

@media only screen and (min-width: 768px) {
  header .container {
    height: 900px;
  }
  header .container .top {
    width: 50%;
    height: 900px;
  }
  header .container .top .photo {
    height: inherit;
  }
  header .container .top .photo img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  header .container .bot {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 200px 50px;
  }
  header .container .bot .animation-photo {
    margin-bottom: 47px;
  }
  header .container .bot .text {
    font-size: 24px;
    line-height: 70px;
    /*-webkit-animation: textTranslate 2s ease-in forwards;
            animation: textTranslate 2s ease-in forwards;*/
  }
  header h1 {
    margin: 0 !important;
    text-align: left !important;
    padding: 0 50px !important;
    position: relative;
    z-index: 2;
  }
}

@media only screen and (min-width: 1300px) {
  header .container .bot {
    padding: 200px 100px;
  }
}

/*
*
*
Sec1
*
*
*/
#sec1 {
  position: relative;
  background: url(../img/concept/sec1_bg.png) no-repeat top center/150%;
}

#sec1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: calc(var(--height-line) + 70px);
  background: url(../img/shared/bg1.jpg) repeat;
  z-index: -1;
}

#sec1 .tlt {
  padding: 21vw 0 10vw;
}

#sec1 .text {
  padding-bottom: 15vw;
}

#sec1 .photo {
  margin: 0 -7%;
}

@media only screen and (min-width: 768px) {
  #sec1 {
    padding-bottom: 193px;
    background-size: auto;
  }
  #sec1::before {
    top: -70px;
    left: 0;
    right: 0;
    bottom: 0;
    right: auto;
    width: 395px;
  }
  #sec1 .tlt {
    padding: 218px 0 94px;
  }
  #sec1 .text {
    height: 365px;
    padding-bottom: 0;
    margin-bottom: 109px;
    line-height: 50px;
    letter-spacing: 0.2em;
    padding-right: 116px;
  }
  #sec1 .text span {
    display: block;
    margin-right: 50px;
  }
  #sec1 .photo {
    margin: 0 -100px;
  }
}

/*
*
*
Sec2
*
*
*/
#sec2 {
  padding-bottom: 10vw;
}

#sec2 .tlt {
  padding: 20vw 0 10vw;
}

#sec2 .text span:nth-child(2) {
  padding: 5vw 0;
}

@media only screen and (min-width: 768px) {
  #sec2 {
    padding-bottom: 197px;
  }
  #sec2 .tlt {
    padding: 0 0 71px;
  }
  #sec2 .container {
    width: 50%;
    padding-left: 67px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec2 .text span:nth-child(2) {
    padding: 40px 0;
  }
}

/*
*
*
Sec3
*
*
*/
#sec3 .tlt {
  padding: 15vw 0 7vw;
}

#sec3 .text {
  padding-bottom: 10vw;
}

#sec3 .container {
  padding: 7vw 0 15vw;
}

#sec3 .container .photo:nth-child(1) {
  margin-top: -7vw;
}

@media only screen and (min-width: 768px) {
  #sec3 > .wrap {
    padding-left: 245px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec3 .tlt {
    padding: 0;
  }
  #sec3 .text {
    padding: 21px 4px 184px;
  }
  #sec3 .container {
    padding: 0;
  }
  #sec3 .container .photo:nth-child(1) {
    margin-top: -80px;
    margin-right: 4px;
  }
}

/*
*
*
Sec4
*
*
*/
#sec4 {
  padding-bottom: 15vw;
  background: url(../img/concept/sec4_deco.png) no-repeat top center/100%;
}

#sec4 .container {
  position: relative;
  padding: 0 0 10vw 40%;
}

#sec4 .container .text {
  padding: 5vw 0;
}

#sec4 .container .photo {
  margin-left: -40%;
}

#sec4 .container .photo1 {
  position: absolute;
  top: 32vw;
  left: -19%;
  width: 52%;
}

@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 200px 0 177px;
    background-size: auto;
  }
  #sec4 .container {
    padding: 0 0 94px 500px;
  }
  #sec4 .container .tlt {
    position: absolute;
    top: 12px;
    right: calc(50% + 54px);
  }
  #sec4 .container .text {
    padding: 67px 0 60px 13px;
  }
  #sec4 .container .photo {
    margin-left: -170px;
    margin-right: -100px;
  }
  #sec4 .container .photo1 {
    top: 46px;
    left: -100px;
    width: auto;
  }
}

/*
*
*
Sec5
*
*
*/
#sec5 {
  padding-bottom: 25vw;
}

#sec5 .bg {
  margin: 0 -40% 0 -30%;
  -webkit-transform: translateX(8%);
          transform: translateX(8%);
}

#sec5 .tlt {
  margin-left: auto;
  margin-top: -69vw;
  color: #fff;
  letter-spacing: 0.3em;
}

#sec5 .text {
  padding: 15vw 0 5vw;
}

@media only screen and (min-width: 768px) {
  #sec5 {
    position: relative;
    color: #fff;
    padding: 88px 0 94px;
  }
  #sec5 .bg {
    margin: 0;
    -webkit-transform: none;
            transform: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #sec5 .bg img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  #sec5 .tlt {
    margin-top: -1px;
    margin-right: -4px;
    letter-spacing: 0.5em;
  }
  @-moz-document url-prefix() {
    #sec5 .tlt {
      width: 70px;
    }
  }
  #sec5 .text {
    padding: 0;
    height: 380px;
    margin: -322px 88px 24px auto;
    min-width: 270px;
    width: 100px;
  }
  #sec5 .button a {
    margin-right: 0;
  }
  #sec5 .button a::before {
    background: #fff;
  }
  #sec5 .button a::after {
    background-image: url(../img/shared/arrow_btn_white.png);
  }
}

/*
*
*
Sec6
*
*
*/
#sec6 {
  position: relative;
}

#sec6::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 30%;
  background: url(../img/shared/bg1.jpg) repeat;
  z-index: -1;
}

#sec6 .wrap {
  padding-bottom: 25vw;
}

#sec6 .tlt {
  padding: 5vw 0 10vw;
}

#sec6 .photo {
  margin-right: 6%;
  margin-left: -13%;
  height: 50vw;
}

#sec6 .photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

#sec6 .photo1 {
  margin-right: -7%;
  margin-left: 40%;
  padding-top: 5vw;
}

#sec6 .text {
  padding: 5vw 2% 5vw;
}

#sec6 .bg img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

@media only screen and (min-width: 768px) {
  #sec6::after {
    width: 395px;
  }
  #sec6 .wrap {
    padding-bottom: 220px;
  }
  #sec6 .tlt {
    padding: 218px 0 101px;
    height: 216px;
  }
  #sec6 .photo {
    margin: 0 -100px 90px -250px;
    height: auto;
  }
  #sec6 .photo1 {
    margin-right: -100px;
    padding-top: 0;
    margin-left: 0;
  }
  #sec6 .left {
    width: 50%;
  }
  #sec6 .text {
    padding: 22px 0 56px;
  }
  #sec6 .button a {
    margin: 0;
  }
  #sec6 .bg {
    height: 320px;
  }
}
