@charset "utf-8";

/*  .craftsmanship
------------------------------------------------------- */
.craftsmanship {
  overflow: hidden;
}
.section {
  padding: 80px 0 100px;
}
@media (max-width: 640px) {
  .section {
    padding: 60px 0;
  }
}

/*  mainvisual
------------------------------------------------------- */
.mainvisual {
  background: url(/tenor/craftsmanship/images/mv.jpg) no-repeat center 91px #000000;
  background-size: cover;
  position: relative;
  height: 584px;
}
.mainvisual::after {
  content: "";
  background-color: rgb(0, 0, 0);
  position: absolute;
  top: 91px;
  left: 0;
  width: 100%;
  height: 85%;
  height: calc(100% - 91px);
  transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
}
body.js-opening .mainvisual::after {
  opacity: 0;
}
.mainvisual .mainvisual-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 20px 0;
  margin: 30px 0 0;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
}
body.js-opening .mainvisual .mainvisual-box {
  animation: opacity 1.6s 2.6s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.mainvisual .mainvisual-box > div {
  padding: 20px 0;
}
.mainvisual .title span {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  60% {
    opacity: .9;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 640px) {
 .mainvisual {
    background-image: url(/tenor/craftsmanship/images/mv@sp.jpg);
    background-position: center;
    background-size: 100% auto;
    height: 0;
    padding: 31% 0;
    overflow: hidden;
  }
  .mainvisual::after {
    top: 0;
    height: 100%;
  }
  .mainvisual .mainvisual-box {
    margin: 0;
  }
  .mainvisual .mainvisual-box .title img {
    width: 288px;
  }
}


/*  parts
------------------------------------------------------- */
.head {
  margin: 30px 0;
}
.head .title {
  padding: 30px 0;
  line-height: 0 !important;
  margin-bottom: 0 !important;
}
.head img {
  vertical-align: middle;
}
@media (max-width: 640px) {
  .head {
    margin: 0;
  }
  .head .title {
    padding: 20px 0 25px;
  }
}

#tenor .box01 {
  margin: 35px 0 0;
  text-align: center;
}
#tenor .box01 h3 {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: .1em;
}
#tenor .box01 .lead {
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: .025em;
}
@media (max-width: 640px) {
  #tenor .box01 {
    margin: 15px 0 0;
  }
  #tenor .box01.animation01 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #tenor .box01.animation01.js-on {
    opacity: 1;
    transform: translateY(0);
    transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #tenor .box01 h3 {
    line-height: 1.4;
    letter-spacing: .025em;
  }
  #tenor .box01 .lead {
    text-align: left;
    line-height: 1.79;
    font-size: 14px;
  }
}


/*  section01
------------------------------------------------------- */
#section01 {
  background-color: #FFFFFF;
}
#section01 .thumbnails {
  display: flex;
  margin: 35px auto 40px;
  width: 800px;
}
#section01 .thumbnails .item01 {
  width: 534px;
}
#section01 .thumbnails .item02 {
  width: 266px;
}
#section01 .thumbnails img {
  width: 100%;
}
@media (max-width: 640px) {
  #section01 .thumbnails {
    margin: 40px auto 25px;
    width: 100%;
  }
  #section01 .thumbnails .item01 {
    width: 66.77%;
  }
  #section01 .thumbnails .item02 {
    width: 33.23%;
  }
  #section01 .thumbnails img {
    width: 100%;
  }
}


/*  section02
------------------------------------------------------- */
#section02 {
  background-color: #000000;
  padding: 80px 0 875px;
}
#section02 .box01 {
  position: relative;
  color: #FFFFFF;
  z-index: 2;
}
#section02 .thumbnails {
  position: relative;
  z-index: 1;
}
#section02 .thumbnails img {
  width: 100%;
}
#section02 .thumbnails .item {
  position: absolute;
}
#section02 .thumbnails .item::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 160px;
}
#section02 .thumbnails .item01::after,
#section02 .thumbnails .item03::after {
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
  right: 0;
}
#section02 .thumbnails .item02::after {
  background: -webkit-linear-gradient(right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
  left: 0;
}
#section02 .thumbnails .item01 {
  top: -50px;
  left: 390px;
  width: 765px;
}
#section02 .thumbnails .item02,
#section02 .thumbnails .item03 {
  box-shadow: 0 0 10px rgba(0, 0, 0,.5);
}
#section02 .thumbnails .item02 {
  top: 190px;
  left: -65px;
  width: 480px;
}
#section02 .thumbnails .item03 {
  top: 365px;
  left: 580px;
  width: 350px;
}
@media (max-width: 640px) {
  #section02 {
    padding: 60px 0 100%;
  }
  #section02 .thumbnails .item::after {
    width: 160px;
  }
  #section02 .thumbnails .item01::after,
  #section02 .thumbnails .item02::after,
  #section02 .thumbnails .item03::after {
    display: none;
  }
  #section02 .thumbnails .item01 {
    margin: -12% 0 0;
    top: 0;
    left: auto;
    right: -6.067%;
    width: 89.867%;
  }
  #section02 .thumbnails .item02,
  #section02 .thumbnails .item03 {
    box-shadow: 0 0 10px rgba(0, 0, 0,.5);
  }
  #section02 .thumbnails .item02 {
    margin: 34% 0 0;
    top: 0;
    left: 0;
    width: 52.316%;
  }
  #section02 .thumbnails .item03 {
    margin: 59% 0 0;
    top: 0;
    left: auto;
    right: 0;
    width: 35.61%;
  }
}


/*  section03
------------------------------------------------------- */
#section03 {
  background-color: #FFFFFF;
}
#section03 .thumbnails {
  margin: 65px 0 0;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#section03 .thumbnails img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#section03 .thumbnails > div {
  display: flex;
  min-width: 100vw;
  position: relative;
}
#section03 .thumbnails > div + div {
  margin: 20px 0 0;
}
#section03 .thumbnails .list01 ul {
  animation: loopRight 100s linear infinite;
}
#section03 .thumbnails .list02 ul {
  animation: loopLeft 100s  linear infinite;
}
#section03 .thumbnails ul {
  display: flex;
  width: auto;
}
#section03 .thumbnails ul li {
  flex-shrink: 0;
  width: 339px;
}
@media (max-width: 640px) {
  #section03 .thumbnails ul li {
    width: 140px;
  }
  #section03 .thumbnails .list01 ul {
    animation: loopRightSP 100s linear infinite;
  }
  #section03 .thumbnails .list02 ul {
    animation: loopLeftSP 100s  linear infinite;
  }
}
@keyframes loopLeft {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-2712px);
  }
}
@keyframes loopRight {
  0% {
    transform: translateX(-2712px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes loopLeftSP {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1120px);
  }
}
@keyframes loopRightSP {
  0% {
    transform: translateX(-1120px);
  }
  to {
    transform: translateX(0);
  }
}

/*  section04
------------------------------------------------------- */
#section04 {
  background-color: #000000;
  padding: 80px 0 0;
}
#section04 .box01 {
  color: #FFFFFF;
}
#section04 .thumbnails {
  margin: 20px 0 0;
}
#section04 .thumbnails.animation02.js-on::after {
  transition-delay: .6s;
}
#section04 .thumbnails img {
  width: 100%;
}
@media (max-width: 640px) {
  #section04 .thumbnails {
    margin: 10px -6.067% 0;
  }
}


/*  animation
------------------------------------------------------- */
.animation01.js-on {
  transition-delay: .5s;
}

/*  gradation - left to right  */
.animation-head .title span {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.animation-head .title span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 200%;
  height: 100%;
  margin: auto;
  background: rgb(255,255,255);
  background: linear-gradient(to left, rgba(255,255,255,1) 0,rgba(255,255,255,1) 90%,rgba(255,255,255, .2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
  transform: translateX(-10%);
}
.animation-head.animation-head_dark .title span::after {
  background: rgb(0,0,0);
  background: linear-gradient(to left, rgba(0,0,0,1) 0,rgba(0,0,0,1) 90%,rgba(0,0,0, .2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
}
.animation-head.js-on .title span::after {
  animation: gradation 1.6s .2s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
@keyframes gradation {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(200%);
  }
}

/*  image fadein */
.animation-box {
  
}
.animation-box .box-left,
.animation-box .box-right {
  opacity: 0;
  transition: opacity 2s .6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.animation-box .box-left {
  transform: translateX(-100vw);
}
.animation-box .box-right {
  transform: translateX(100vw);
}
.animation-box.js-on .box-left,
.animation-box.js-on .box-right {
  opacity: 1;
}
.animation-box.js-on .view-1 {
  transform: translateX(0);
  transition-delay: .4s;
}
.animation-box.js-on .view-2 {
  transform: translateX(0);
  transition-delay: .7s;
}
.animation-box.js-on .view-3 {
  transform: translateX(0);
  transition-delay: .9s;
}

/*  slideup - bottom to top */
.animation-curtain::after {
  content: "";
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.animation-curtain.animation-curtain_dark::after {
  background-color: rgb(0, 0, 0);
}
.animation-curtain.js-on::after {
  height: 0;
}