@charset "UTF-8";

/*--------------------------------------------------
 home
----------------------------------------------------*/
#wrapper {
  overflow-x: hidden;
}
.js #top-slider{
  transform: translateX(105%);
  transition: transform .7s .3s ease;
}
.js body.render #top-slider {
  transform: translateX(0);
}

.js #top-main .top-catch,
.js #top-main .top-thumb-wrap {
  margin-top: 20px;
  margin-bottom: -20px;
  opacity: 0;
}
.js body.render #top-main .top-catch,
.js body.render #top-main .top-thumb-wrap {
  margin-top: 0;
  margin-bottom: 0;
  opacity: 1;
}

#top-main {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
#top-main .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 87.5%;
  height: 60.34%;
  z-index: 1;
}

#top-slider,
#top-slider-thumb {
  overflow: hidden;
  pointer-events: none;
  z-index: 5;
}
#top-main .slide {
  display: block;
  position: absolute;
  width: 101%;
  height: 101%;
  left: -0.5%;
  top: -0.5%;
  opacity: 0;
  z-index: 5;
}
#top-main .slide .img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#top-main .slide.prev-act {
  opacity: 1;
  z-index: 5;
}
#top-main .slide.active {
  opacity: 1;
  z-index: 15;
}
#top-slider .slide.active .img {
  animation: slider 1s cubic-bezier(.6, .2, .4, 1) forwards;
}
#top-main.msBrws #top-slider .slide.active .img {
  animation: sliderMS 1s cubic-bezier(.6, .2, .4, 1) forwards;
}
@keyframes slider {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes sliderMS {
  0% { left: 100%; }
  100% { left: 0; }
}

#top-slider-thumb .slide.active .img {
  animation: thumbSlider 1s cubic-bezier(.6, .2, .4, 1) forwards;
}

#top-main.msBrws #top-slider-thumb .slide.active .img {
  animation: thumbSliderMS 1s cubic-bezier(.6, .2, .4, 1) forwards;
}
@keyframes thumbSlider {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes thumbSliderMS {
  0% { top: 100%; }
  100% { top: 0; }
}

#top-slider .slide-1 .img { background-image: url("../images/main_l_01.jpg"); }
#top-slider .slide-2 .img { background-image: url("../images/main_l_02.jpg"); }
#top-slider .slide-3 .img { background-image: url("../images/main_l_03.jpg"); }
#top-slider .slide-4 .img { background-image: url("../images/main_l_04.jpg"); }
#top-slider .slide-5 .img { background-image: url("../images/main_l_05.jpg"); }

#top-slider-thumb .slide-1 .img { background-image: url("../images/main_s_01.jpg"); }
#top-slider-thumb .slide-2 .img { background-image: url("../images/main_s_02.jpg"); }
#top-slider-thumb .slide-3 .img { background-image: url("../images/main_s_03.jpg"); }
#top-slider-thumb .slide-4 .img { background-image: url("../images/main_s_04.jpg"); }
#top-slider-thumb .slide-5 .img { background-image: url("../images/main_s_05.jpg"); }

#top-slider-controle a,
#top-slider-controle span {
  display: inline-block;
  padding: 0 .2em;
}

#top-main .top-catch {
  font-weight: 500;
  transition: margin .5s .5s ease, opacity .5s .5s ease, padding .3s ease;
}
#top-main .top-catch .text {
  max-width: 15em;
}
#top-main .top-catch .text span{
  display: inline-block;
  background: rgba(255,255,255,0.6);
}
.top-thumb-wrap {
  transition: margin .4s .8s ease, opacity .4s .8s ease, padding .3s ease;
}
#top-slider-controle {
  padding-top: 1em;
}

@media (min-width:897px){
  #top-main .top-catch {
    position: absolute;
    max-width: 1280px;
    width: 100%;
    left: 50%;
    top: 0;
    padding: 27vh 0 0;
    font-size: 3.8rem;
    font-size: 3.7vw;
    letter-spacing: 0.05em;
    transform: translateX(-50%);
    z-index: 100;
    box-sizing: border-box;
  }
  #top-main .top-catch .text {
    display: block;
    padding-left: 40px;
  }
  #top-slider {
    position: absolute;
    right: 0;
    top: 0;
    width: 54.375%;
    height: 91.379%;
  }
  .top-thumb-wrap {
    position: absolute;
    max-width: 1280px;
    width: 100%;
    left: 50%;
    top: 0;
    padding-top: 60vh;
    transform: translateX(-50%);
    z-index: 60;
  }
  #top-slider-thumb,
  #top-slider-controle {
    position: relative;
    width: 380px;
    height: 260px;
    margin-left: 40px;
    text-align: center;
  }
}
@media (min-width:1201px){
  #top-main .top-catch {
    font-size: 60px;
  }
}
@media (min-width:897px) and (max-height:800px){
  #top-main .top-catch {
    padding-top: 15vh;
    line-height: 1.3;
  }
  .top-thumb-wrap {
    padding-top: 40vh;
  }
}
@media screen and (max-width:896px){
  #top-main {
    min-height: 0;
    padding: 80px 30px 60px;
  }
  #top-main .top-catch {
    padding-bottom: .5em;
    font-size: 3.75rem;
    font-size: 6vw;
    line-height: 1.4;
  }
  #top-slider,
  #top-slider-thumb {
    position: relative;
  }
  #top-slider {
    padding-bottom: 121.84%;
  }
  .top-thumb-wrap {
    position: relative;
    padding-left: 45%;
    padding-right: 5%;
    z-index: 10;
    text-align: center;
  }
  #top-slider-thumb {
    margin-top: -5vw;
    padding-bottom: 68.42%;
  }
  #top-slider-controle {
    position: absolute;
    padding-top: 1em;
    left: 0;
    top: 5vw;
  }
}
@media screen and (max-width:640px){
  #top-main {
    padding: 60px 15px 30px;
  }
  #top-main .top-catch {
    font-size: 3.5rem;
    font-size: 8vw;
  }
  #top-slider {
    padding-bottom: 100%;
  }
  #top-slider-thumb {
    margin-top: -6vw;
  }
}
@media screen and (max-width:420px) {
  #top-main {
    padding: 50px 15px 30px;
  }
  #top-main .top-catch {
    font-size: 7vw;
  }
}
/*@media screen and (max-width:420px) and (orientation: portrait) {
  #top-main {
    padding: 0 0 56.22%;
  }
  #top-main .top-catch {
    position: absolute;
    left: 4%;
    top: 50px;
    z-index: 10;
  }
  #top-slider {
    position: absolute;
    width: 92%;
    left: 4%;
    bottom: 36vw;
    padding-bottom: 92vw;
    z-index: 5;
  }
  .top-thumb-wrap {
    position: absolute;
    left: 0;
    bottom: 16vw;
    width: 100%;
    padding-right: 8%;
    box-sizing: border-box;
  }
  #top-slider-thumb {
    margin: 0;
    padding-bottom: 18vh;
  }
}*/

.scroll-down-text {
  position: absolute;
  left: 3.75vh;
  top: 0;
  height: 100vh;
  z-index: 200;
  pointer-events: none;
  line-height: 1;
  letter-spacing: .05em;
}
.scroll-down-text .en {
  position: absolute;
  white-space: nowrap;
  bottom: 16rem;
  left: 0;
  transform: rotate(90deg);
  transform-origin: left bottom;
}
.scroll-down-text .en:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 10rem;
  margin-left: 4rem;
  background: #3a3a3a;
  vertical-align: middle;
}

@media screen and (max-width:896px){
  .scroll-down-text {
    display: none;
  }
}

.top-sec {
  position: relative;
}
.sec-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  z-index: 10;
}
.top-sec .bg {
  position: absolute;
  width: 75%;
  z-index: 1;
}
@media screen and (max-width:896px){
  .sec-inner {
    padding: 0 30px;
  }
}
@media screen and (max-width:640px){
  .sec-inner {
    padding: 0 15px;
  }
}


#top-sec01 {
  margin-top: 12rem;
  margin-bottom: 20rem;
}
#top-sec01 .ttl {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 3.25rem;
  font-size: 3.25rem;
  z-index: 5;
}
#top-sec01 .bg {
  height: 88.6%;
  left: 0;
  bottom: 0;
}
#top-sec01 .ttl-s {
  padding-bottom: .67em;
}
#top-sec01 .ttl-s:last-child {
  padding-top: .67em;
}
#top-sec01 .msg {
  padding-bottom: 1.5em;
  line-height: 2;
}
#top-sec01 .msg:last-child {
  line-height: 1.75;
}
#top-sec01 .voice {
  padding: .2em 0 .5em 1em;
  letter-spacing: 0.08em;
}
#top-sec01 .voice li {
  padding-bottom: 1em;
}
.js #top-sec01 .voice.js-wp {
  transform: translate(0);
}
.js #top-sec01 .voice li {
  opacity: 0;
  transform: translateX(15%);
  transition: all 1s ease;
}
.js #top-sec01 .voice li:nth-child(2){ transition-delay: .2s; }
.js #top-sec01 .voice li:nth-child(3){ transition-delay: .4s; }
.js #top-sec01 .voice li:nth-child(4){ transition-delay: .6s; }
.js #top-sec01 .voice.js-wp.js-wp-active li {
  opacity: 1;
  transform: translate(0);
}
#top-sec01 .img-wrap {
  text-align: center;
  max-width: 380px;
}
#top-sec01 .caption {
  display: block;
  padding-top: 1em;
  font-size: 1.2rem;
}

@media (min-width:769px){
  #top-sec01 .text-wrap {
    width: 59.16%;
  }
  #top-sec01 .img-wrap {
    padding-top: 3rem;
    width: 31.67%;
  }
  #top-sec01 .img-wrap.sp {
    display: none;
  }
}
@media screen and (max-width:1120px){
  #top-sec01 .ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width:896px){
  #top-sec01 {
    margin-top: 7rem;
    margin-bottom: 12rem;
  }
  #top-sec01 .ttl {
    padding: 0 30px 3rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width:768px){
  #top-sec01 .img-wrap {
    width: 50%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0 0 2rem;
  }
  #top-sec01 .img-wrap.pc {
    display: none;
  }
}
@media screen and (max-width:640px){
  #top-sec01 {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
  #top-sec01 .ttl {
    padding: 0 15px 2rem;
  }
  #top-sec01 .fs30 {
    font-size: 1.9rem;
  }
  #top-sec01 .fs24 {
    font-size: 1.5rem;
  }
}

#top-sec02 .bg {
  height: 95%;
  right: 0;
  top: 0;
}
#top-sec02 .ttl-s {
  padding-bottom: 1em;
}
#top-sec02 .text + .text {
  padding-top: 1em;
}
@media (min-width:769px){
  #top-sec02 .ttl-s.sp {
    display: none;
  }
  #top-sec02 .img-wrap {
    padding-top: 6.25%;
    width: 46.67%;
  }
  #top-sec02 .text-wrap {
    width: 50%;
    padding-bottom: 5%;
  }
}
@media screen and (max-width:768px){
  #top-sec02 .ttl-s.pc {
    display: none;
  }
  #top-sec02 .img-wrap {
    padding: 1rem 0 2rem 8%;
    text-align: center;
  }
}

#top-sec03 {
  margin-top: 14rem;
  padding-bottom: 7rem;
  background: #f3f3f3;
}
#top-sec03:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 8rem;
  z-index: 1;
  background: #fff;
}
#top-sec03 .ttl {
  position: relative;
  padding-bottom: .6em;
  line-height: 1.36;
  text-align: center;
  z-index: 5;
}
#top-sec03 .lead {
  padding: 0 1em 2.2em;
  text-align: center;
}
@media screen and (max-width:896px){
  #top-sec03 {
    margin-top: 10rem;
    padding-bottom: 5rem;
  }
  #top-sec03:before {
    height: 6rem;
  }
}
@media screen and (max-width:640px){
  #top-sec03 {
    margin-top: 6rem;
    padding-bottom: 3rem;
  }
  #top-sec03:before {
    height: 4rem;
  }
  #top-sec03 .ttl {
    padding-bottom: .5em;
  }
  #top-sec03 .lead {
    padding-bottom: 1.5em;
  }
}

#product-slider {
  position: relative;
}
#product-slider:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  /*width: 534px;*/
  width: 480px;
  height: 100%;
  background: #fff;
  transform: translateX(-50%);
}
#product-slider .product {
  display: block;
  position: relative;
  /*width: 534px;*/
  width: 312px;
  transition: none;
}
#product-slider .img {
  padding: 0 7.87%;
}
#product-slider .fukidashi {
  position: absolute;
  width: 84.26%;
  left: 7.87%;
  padding: .4em;
  line-height: 1.35;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity .8s ease;
}
#product-slider .slick-current .fukidashi {
  opacity: 1;
}
#product-slider .fukidashi:before {
  content: "";
  display: block;
  position: absolute;
  left: 47%;
  width: 6%;
  padding-bottom: 14.9%;
  z-index: 2;
}
#p-slider-top .product {
  padding-top: 155px;
}
#p-slider-top .fukidashi {
  top: 40px;
}
#p-slider-top .fukidashi:before {
  top: 100%;
  background: url("../images/arrow_down.png") no-repeat center top;
  background-size: 100% auto;
}

#p-slider-btm .product {
  padding-bottom: 155px;
}
#p-slider-btm .fukidashi {
  bottom: 40px;
}
#p-slider-btm .fukidashi:before {
  bottom: 100%;
  margin-bottom: -0.5px;
  background: url("../images/arrow_up.png") no-repeat center bottom;
  background-size: 100% auto;
}

#p-slider-top .slide-arrow {
  margin-top: 77px;
}
#p-slider-btm .slide-arrow {
  margin-top: -77px;
}

@media (min-width:897px){
  #product-slider:before {
    width: 420px;
  }
  #product-slider .product {
    width: 380px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #p-slider-top .product {
    padding-top: 120px;
    padding-top: 25%;
  }
  #p-slider-btm .product {
    padding-bottom: 120px;
    padding-bottom: 25%;
  }
  #product-slider .fukidashi {
    width: 360px;
    left: 50%;
    transform: translateX(-50%);
  }
  #p-slider-top .fukidashi {
    top: 10%;
  }
  #p-slider-btm .fukidashi {
    bottom: 7%;
  }
  #p-slider-top .slide-arrow {
    margin-top: 60px;
  }
  #p-slider-btm .slide-arrow {
    margin-top: -60px;
  }
}
@media (min-width:1201px){
  #product-slider:before {
    width: 360px;
    width: 26vw;
  }
  #product-slider .product {
    width: 320px;
    width: 25vw;
  }
  #product-slider .fukidashi {
    width: 280px;
    width: 22vw;
    font-size: 1.4vw;
  }
}
@media (min-width:1681px){
  #product-slider:before {
    width: 360px;
    width: 19vw;
  }
  #product-slider .product {
    width: 310px;
    width: 16.67vw;
  }
  #product-slider .fukidashi {
    width: 16.67vw;
    font-size: 1.1vw;
  }
  #p-slider-top .fukidashi {
    top: 8%;
  }
  #p-slider-btm .fukidashi {
    bottom: 5%;
  }
}
@media screen and (max-width:896px){
  #product-slider:before {
    width: 50vw;
  }
  #product-slider .product {
    width: 50vw;
  }
  #product-slider .fukidashi {
    font-size: 1.4rem;
  }
  #p-slider-top .product {
    padding-top: 6rem;
  }
  #p-slider-top .fukidashi {
    top: 0;
    margin-top: 7.87%;
  }
  #p-slider-btm .product {
    padding-bottom: 6rem;
  }
  #p-slider-btm .fukidashi {
    bottom: 0;
    margin-bottom: 7.87%;
  }
  #p-slider-top .slide-arrow {
    margin-top: 3rem;
  }
  #p-slider-btm .slide-arrow {
    margin-top: -3rem;
  }
}
@media screen and (max-width:640px){
  #product-slider .fukidashi {
    font-size: 1.1rem;
  }
  #product-slider:before {
    width: 56vw;
  }
  #product-slider .product {
    width: 56vw;
  }
}
@media screen and (max-width:480px){
  #product-slider .fukidashi {
    font-size: 1rem;
    font-size: 2.8vw;
  }
}

#top-sec04 {
  margin-top: 15rem;
  padding-bottom: 8.67rem;
}
#top-sec04 .bg {
  height: 83.6%;
  left: 0;
  top: 10%;
  z-index: 1;
}
#top-sec04 .img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46.875%;
  max-height: 100%;
  z-index: 2;
  overflow: hidden;
}
#top-sec04 .img span {
  display: block;
  width: 100%;
  padding-bottom: 112%;
  background: url("../images/bg_sec04.jpg") no-repeat center center;
  background-size: cover;
}
#top-sec04 .sec-inner {
  position: relative;
  z-index: 5;
}
#top-sec04 .ttl {
  padding-bottom: 1.2em;
  line-height: 1.36;
}
#top-sec04 .lead {
  padding-bottom: 1.5em;
}
#top-sec04 .text-wrap {
  width: 52%;
}
#top-sec04 .item-text {
  padding: 2em 0 1em;
}
#top-sec04 .item-text .number {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: -0.01em;
}
#top-sec04 .item-text .list {
  padding-top: .6em;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0;
}
#top-sec04 .item-text .list span {
  display: inline-block;
  width: 4.5em;
}
#top-sec04 .item-text .list span + span {
  width: auto;
  vertical-align: top;
}
#top-sec04 .item-text .list li {
  position: relative;
  padding-left: 1.5em;
}
#top-sec04 .item-text .list li:before {
  content: "\30FC";
  position: absolute;
  left: 0;
  top: 0;
}
#top-sec04 .item-text .list .note {
  font-weight: 500;
  font-size: 60%;
}
#top-sec04 .item-text sup {
  font-weight: 500;
  font-size: 60%;
  margin-left: 1em;
  vertical-align: middle;
}
.js #top-sec04 .item-text .list.js-wp {
  transform: translate(0);
}
.js #top-sec04 .item-text .list li {
  opacity: 0;
  transform: translateX(15%);
  transition: transform 1s ease, opacity 1s ease;
}
.js #top-sec04 .item-text .list li:nth-child(2){ transition-delay: .3s; }
.js #top-sec04 .item-text .list li:nth-child(3){ transition-delay: .6s; }
.js #top-sec04 .item-text .list.js-wp.js-wp-active li {
  opacity: 1;
  transform: translate(0);
}

#top-sec04 .text + .text {
  padding-top: 1em;
}
#top-sec04 .date {
  padding: 0 0 2em 0;
  font-size: 0.93rem;
}

@media screen and (max-width:896px){
  #top-sec04 {
    margin-top: 10rem;
    padding-bottom: 6rem;
  }
  #top-sec04 .text-wrap {
    width: 62%;
  }
  #top-sec04 .item-text .number {
    font-size: 1.9rem;
  }
  #top-sec04 .item-text .list {
    font-size: 1.7rem;
  }
}
@media screen and (max-width:640px){
  #top-sec04 {
    margin-top: 6rem;
    padding-bottom: 70%;
  }
  #top-sec04 .bg {
    height: 90%;
    top: 6%;
  }
  #top-sec04 .img {
    width: 60%;
  }
  #top-sec04 .ttl {
    padding-bottom: 1em;
  }
  #top-sec04 .text-wrap {
    width: auto;
  }
  #top-sec04 .text-wrap .fs18 {
    font-size: 1.2rem;
  }
}