@charset "utf-8";

.colors-impression {
  background-color: #FFFFFF;
}

/*  .colors-impression
------------------------------------------------------- */
.section {
  background-color: #FFFFFF;
  overflow: hidden;
  padding: 0 0 70px;
}
.section:first-child {
  opacity: 0;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  transform: translateY(10px);
}
body.js-opening .section:first-child {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 3s;
}
.section .lead {
  font-size: 16px;
  letter-spacing: .025em;
  line-height: 1.875;
  margin: 30px 0 0;
}
@media (max-width: 640px) {
  .section {
    padding: 0 0 60px;
  }
  .section .lead {
    font-size: 14px;
    line-height: 1.786;
  }
  body.js-opening .section:first-child {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.3s;
  }
}

/*  mainvisual
------------------------------------------------------- */
.mainvisual {
  background-color: #FFFFFF;
}
.mainvisual::before,
.mainvisual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainvisual::after {
  background-color: #FFFFFF;
  transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.js-opening .mainvisual::after {
  opacity: 0;
}
.page-head {
  background-color: #FFFFFF;
  padding: 100px 0;
  opacity: 0;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.js-opening .page-head {
  transition-delay: 2.7s;
  opacity: 1;
}
@media (min-width: 641px) {
  .js-opening .l-nav, .js-opening .l-nav::after {
    transition-delay: 1s;
  }
  .js-opening .l-nav .l-nav-list li.item01 {
    transition-delay: 1.3s;
  }
  .js-opening .l-nav .l-nav-list li.item02 {
    transition-delay: 1.45s;
  }
  .js-opening .l-nav .l-nav-list li.item03 {
    transition-delay: 1.6s;
  }
  .js-opening .l-nav .l-nav-list li.item04 {
    transition-delay: 1.75s;
  }
}
@media (max-width: 640px) {
  .page-head {
    padding: 60px 0;
  }
  .page-head .title img {
    margin: 0 auto;
  }
  body.js-opening .page-head {
    transition-delay: 1s;
  }
}


/*  head
------------------------------------------------------- */
.head {
  border-top: 1px solid #999999;
  padding: 100px 0 0;
  text-align: center;
}
.head .title {
  margin-bottom: 0 !important;
  text-align: left !important;
  display: inline-flex;
  flex-direction: column;
}
.head .title .sub {
  color: #999999;
  font-size: 10px;
  letter-spacing: .025em;
  margin: 0 0 7px;
}
.head .txt {
  font-size: 14px;
  letter-spacing: .1em;
  margin: 12px 0 0;
}
.head .cap {
  font-size: 18px;
  letter-spacing: .025em;
  margin: 20px 0 0;
}
.head .cap strong {
  font-weight: bold;
}
@media (max-width: 640px) {
  .head {
    padding: 60px 0 0;
  }
  .head .title .sub {
    margin: 0 0 5px;
  }
  .head .txt {
    margin: 10px 0 0;
  }
  .head .cap {
    margin: 25px 0 0;
  }
}


/*  slider
------------------------------------------------------- */
.slider {
  opacity: 0;
  margin: 35px 0 0;
  overflow: hidden;
  transition: opacity .7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.slider.slick-initialized {
  opacity: 1;
  overflow: visible;
}
.slider img {
  width: 100%;
  vertical-align: top;
}
.slider .slick-list {
  overflow: visible;
  width: 960px;
}
.slider .slick-list::before,
.slider .slick-list::after {
  content: "";
  background: rgba(255, 255, 255, .7);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider .slick-list::before { left: -100%; }
.slider .slick-list::after { left: 100%; }
.slider .slick-arrow {
  cursor: pointer;
  border: none;
  border-radius: 50%;
  background-color: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 1;
}
.slider .slick-arrow.slick-prev {
  left: -55px;
}
.slider .slick-arrow.slick-next {
  right: -55px;
}
.slider .slick-arrow::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 6px;
  height: 12px;
}
.slider .slick-arrow.slick-prev::before {
  background-image: url(/tenor/common/images/icon_chevron-left_white.svg);
}
.slider .slick-arrow.slick-next::before {
  background-image: url(/tenor/common/images/icon_chevron-right_white.svg);
}
@media (max-width: 640px) {
  .slider .slick-list {
    overflow: visible;
    width: 100%;
  }
  .slider .slick-arrow.slick-prev {
    left: -15px;
  }
  .slider .slick-arrow.slick-next {
    right: -15px;
  }
}

/*  section02
------------------------------------------------------- */
#section02 {
  background-size: cover;
}
#section02 .box {
  position: relative;
}
#section02 .box .title,
#section02 .box .txt {
  letter-spacing: .025em;
}
#section02 .box .title {
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 0;
  margin-top: 30px;
}
#section02 .box .title strong {
  font-size: 22px;
}
#section02 .box .txt {
  line-height: 1.875;
  font-size: 16px;
  margin: 10px 0 0;
}
#section02 .box .color {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
#section02 .box .color .info {
  width: 630px;
}
#section02 .box .color .info h3 {
  font-size: 18px;
  padding: 0;
  border: none;
  background: none;
  text-align: left;
  margin: 0;
  font-weight: bold;
  letter-spacing: .025em;
}
#section02 .box .color .info > p {
  font-size: 16px;
  line-height: 1.786;
  letter-spacing: .025em;
}
#section02 .box .color .img {
  width: 300px;
  margin-top: 30px
}
#section02 .box .color .img img {
  width: 100%;
}
@media (max-width: 640px) {

  #section02 .box .title {
    margin-top: 0;
  }
  #section02 .box .title strong {
    font-size: 20px;
  }
  #section02 .box .color {
    margin: 35px auto 0;
    padding: 30px 15px;
    flex-direction: column;
  }
  #section02 .box .color .info {
    width: 100%;
  }
  #section02 .box .color .info > p {
    margin: 5px 0 0;
	font-size: 14px;
    line-height: 1.786;
  }
  #section02 .box .color .img {
    margin: 30px auto 0;
  }
}
