@charset "utf-8";
/* =======================================

  IndexElements

======================================= */

/* slideMain */
.slideMain {
  position: relative;
  padding: 20px 20px 0;
  overflow: hidden;
}
.slideMain .slick-slide img {
  animation: slide-animation 3s 0.5s ease-in-out;
}
@keyframes slide-animation {
    0% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
}
.slideMain .slick-slide img {
  transform: scale(1.05);
  transition: 5s cubic-bezier(0.42, 0, 0.58, 1.0);
}
.slideMain .slick-current img {
  transform: scale(1);
}
.slideMain .slick-dotted.slick-slider {
  position: static;
  padding-bottom: 0;
}
.slideMain .slick-dots {
  left: 43px;
  bottom: 23px;
  width: auto;
  text-align: left;
}
.slideMain .slick-dots li {
  width: 8px;
  height: 8px;
  margin:  0 3px;
}
.slideMain .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0px;
  border: 1px solid #666;
}
.slideMain .slick-dots .slick-active button {
  background: #666;
}
@media screen and (max-width: 768px) {
  .slideMain {
    padding: 80px 15px 0;
  }
  .slideMain .slick-slide img {
    transform: scale(1.1);
    transition: 5s cubic-bezier(0.42, 0, 0.58, 1.0);
  }
  .slideMain .slick-current img {
    transform: scale(1);
  }
  .slideMain .slick-dots {
    left: 25px;
    bottom: 10px;
  }
  .slideMain .slick-dots li {
    width: 6px;
    height: 6px;
    margin:  0 2px;
  }
  .slideMain .slick-dots li button {
    width: 6px;
    height: 6px;
    padding: 0px;
    border: 1px solid #666;
  }
}

.l-main > .container {
  padding: 0;
}

/* slideBanner */
.slideBanner {
  margin-top: 40px;
  margin-bottom: 40px;
}
.slideBanner .slick-slide {
  margin:  0 8px;
}
@media screen and (max-width: 768px) {
  .slideBanner {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .slideBanner .slick-slide {
    margin:  0 6px;
  }
}

/* news */
.news {
  margin-bottom: 40px;
}
.news .news__table {
  display: table;
  width: 100%;
  padding:  30px 45px;
  border: solid 4px #eaeaea;
  transition: all 0.3s ease-out;
}
.news .news__table:hover {
  border: solid 4px #f3eaea;
}
.news__heading {
  display: table-cell;
  width: 120px;
  font-size: 18px;
  letter-spacing: 1.8px;
  vertical-align: middle;
  text-align: left;
}
.news__list {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.news__listDate {
  display: inline-block;
  width: 110px;
  font-size: 12px;
  letter-spacing: 1.2px;
  color: #999;
  vertical-align: middle;
}
.news__listTitle {
  display: table-cell;
  padding-right: 10px;
  font-size: 13px;
  letter-spacing: 1.3px;
  vertical-align: middle;
}
.news .news__list a {
  display: inline-block;
  vertical-align: bottom;
}
.news .news__list a:hover .news__listTitle {
  text-decoration: underline;
}
.news__more {
  display: table-cell;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.7px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
}
.news__more span::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
  .news .news__more:hover span::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .news {
    margin-bottom: 30px;
  }
  .news .news__table {
    display: table;
    width: 100%;
    padding: 15px 15px;
    border-top: solid 2px #eaeaea;
    border-bottom: solid 2px #eaeaea;
    border-left: none;
    border-right: none;
    transition: initial;
  }
  .news .news__table:hover {
    border: solid 2px #f3eaea;
  }
  .news__heading {
    display: block;
    width: 100%;
    font-size: 18px;
    letter-spacing: 1.8px;
    text-align: center;
    margin-bottom: 10px;
  }
  .news__list {
    display: block;
    vertical-align: middle;
    text-align: center;
  }
  .news__listDate {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: 1.2px;
  }
  .news__listTitle {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 13px;
    letter-spacing: 1.3px;
    text-decoration: underline;
  }
  .news__more {
    display: block;
    font-size: 13px;
    letter-spacing: 0.7px;
    text-align: center;
    line-height: 1;
  }
  .news__more span::after {
    display: none;
  }
}

/* links */
.links {
  display: flex;
  margin-bottom: 80px;
}
.links__row:nth-child(odd) {
  margin-right: 20px;
}
.links__item {
  display: block;
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}
.links__itemText {
  position: absolute;
  left:  0;
  top:  0;
  right: 0;
  bottom:  0;
  width: 260px;
  height: 60px;
  line-height: 60px;
  margin: auto;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease-out;
}
.links__item:hover .links__itemText {
  background: rgba(255, 255, 255, 0.9);
}
.links__row:nth-child(2) .links__itemText {
  width: 214px;
}
.links__row:nth-child(3) .links__itemText {
  width: 214px;
}
@media screen and (max-width: 768px) {
  .links {
    display: block;
    margin-bottom: 25px;
  }
  .links__row:nth-child(1) {
    margin-right: 0;
  }
  .links__row:nth-child(2) {
    display: flex;
    padding: 0 15px;
  }
  .links__item {
    display: block;
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
  }
  .links__row:nth-child(2) .links__item {
    width: 50%;
  }
  .links__row:nth-child(2) .links__item:nth-child(odd) {
    margin-right: 8px;
  }
  .links__row:nth-child(2) .links__item:nth-child(even) {
    margin-left: 8px;
  }
  .links__itemText {
    position: absolute;
    left: 0;
    top:  0;
    right: 0;
    bottom: 0;
    width: 210px;
    height: 44px;
    line-height: 44px;
    font-size: 12px;
    letter-spacing: 1.2px;
    transition: initial;
  }
  .links__row:nth-child(2) .links__itemText {
    width: 130px;
  }
}

/* brand */
.brand {
  position: relative;
  margin-bottom: 70px;
  /* background: url('../images/brand_bg_pc.jpg') center top no-repeat; */
  /* background-size:  cover; */
}
.brand__container {
  position: absolute;
  left:  0;
  top:  0;
  width: 100%;
  height: 448px;
  padding: 70px 0;
}
.brand__heading {
  position: relative;
  line-height: 1;
  margin-bottom: 45px;
  padding-bottom: 23px;
  font-size: 30px;
  letter-spacing: 3px;
}
.brand__heading::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom:  0;
  width: 60px;
  height: 1px;
  margin-left: -30px;
  background-color: #ccc;
}
.brand__list {
  display: flex;
  margin-bottom: 20px;
}
.brand__list li {
  width: calc(100%/5);
  margin-left: 16px;
}
.brand__list li:first-child {
  margin-left: 0;
}
.brand__list li a {
  display: table;
  width: 100%;
  height: 180px;
  background: rgba(255, 255, 255, 0.85);
  transition: all 0.3s ease-out;
}
.brand__list li a:hover {
  background: rgba(255, 255, 255, 1);
}
.brand__listInner {
  display: table-cell;
  vertical-align: middle;
}
.brand__name {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 1.2px;
}
.brand__more {
  padding-right: 5px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .brand {
    margin-bottom: 45px;
/*     background: url('../images/brand_bg_sp.jpg') center top no-repeat;
    background-size:  cover;*/
  }
  .brand__container {
    position: absolute;
    left:  0;
    top:  0;
    width: 100%;
    height: auto;
    padding: 45px 0;
  }
  .brand__heading {
    position: relative;
    line-height: 1;
    margin-bottom: 45px;
    padding-bottom: 23px;
    font-size: 18px;
    letter-spacing: 1.8px;
  }
  .brand__heading::before {
    width: 30px;
    margin-left: -15px;
  }
  .brand__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .brand__list li {
    width: calc(100%/2);
    margin-left: 0;
    padding: 0 0 12px;
  }
  .brand__list li:nth-child(odd) {
    padding-right: 6px;
  }
  .brand__list li:nth-child(even) {
    padding-left: 6px;
  }
  .brand__list li a {
    display: table;
    width: 100%;
    height: 160px;
    transition: initial;
  }
  .brand__name {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.27;
    letter-spacing: 1.1px;
  }
  .brand__more {
    position: relative;
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.7px;
    text-align: center;
  }
  .brand__more a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 140px!important;
    height: 36px!important;
    line-height: 36px!important;
    background: none!important;
    border: solid 1px #666;
  }
}

/* instagram */
.instagram {
}
.instagram__heading {
  position: relative;
  line-height: 1;
  margin-bottom: 45px;
  padding-bottom: 23px;
  font-size: 30px;
  letter-spacing: 3px;
}
.instagram__heading::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom:  0;
  width: 60px;
  height: 1px;
  margin-left: -30px;
  background-color: #ccc;
}
#instafeed {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#instafeed li {
  width: 309px;
  height: 309px;
  margin: 0 0 16px 16px;
  overflow: hidden;
}
#instafeed li:nth-of-type(3n-2) {
  margin: 0 0 16px 0;
}
#instafeed li a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition-duration: 0.3s;
  overflow: hidden;
}
#instafeed li a:hover {
  transform: scale(1.1);  /*画像の拡大率*/
  transition-duration: 0.3s;  /*変化に掛かる時間*/
}
.instagram__follow {
  display: block;
  width: 260px;
  height: 48px;
  line-height: 48px;
  margin:  0 auto;
  border: solid 1px #666;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  transition: all 0.3s ease-out;
}
.instagram__follow:hover {
  background: #333;
  color: #fff;
}
.instagram__follow span {
  padding-left: 25px;
  background: url('../images/common/ico_instagram.png') left center no-repeat;
}
.instagram__follow:hover span {
  background: url('../images/common/ico_instagram_on.png') left center no-repeat;
}
@media screen and (max-width: 768px) {
  .instagram__heading {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 18px;
    letter-spacing: 1.8px;
  }
  .instagram__heading::before {
    width: 30px;
    margin-left: -15px;
  }
  #instafeed {
    margin-bottom: 25px;
  }
  #instafeed li {
    width: 50vw;
    height: 50vw;
    margin: 0 0 0 0;
    overflow: hidden;
  }
  #instafeed li:nth-of-type(3n-2) {
    margin: 0;
  }
  #instafeed li:nth-child(odd) {
    padding: 0 2px 2px 0;
  }
  #instafeed li:nth-child(even) {
    padding: 0 0 2px 2px;
  }
  .instagram__follow {
    width: 200px;
    height: 36px;
    line-height: 36px;
    font-size: 11px;
    letter-spacing: 0.6px;
  }
  .instagram__follow span {
    padding-left: 20px;
    background: url('../images/common/ico_instagram.png') left center no-repeat;
    background-size: 11px auto;
  }
}

/* ico-scroll-down */
.ico-scroll-down {
    position: absolute;
    z-index: 10;
    right: 30px;
    bottom: 20px;
    width: 20px;
    height: 60px;
    cursor: pointer;
}
.ico-scroll-down .bar {
    display: block;
    width: 1px;
    height: 100%;
    margin-left: 10px;
    background: #666;
}
.ico-scroll-down .circle {
    position: absolute;
    top: 0;
    left: 7px;
    width: 7px;
    height: 7px;
    -webkit-animation: scroll 2s infinite normal;
    animation: scroll 2s infinite normal;
    opacity: 0;
    border-radius: 100%;
    background: #666;
}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translate3d(0,-4px,0) scale(0);
        transform: translate3d(0,-4px,0) scale(0);
        opacity: 0;
    }
    15% {
        -webkit-transform: translate3d(0,-4px,0) scale(1);
        transform: translate3d(0,-4px,0) scale(1);
        opacity: 1;
    }
    85% {
        -webkit-transform: translate3d(0,55px,0) scale(1);
        transform: translate3d(0,55px,0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0,55px,0) scale(0);
        transform: translate3d(0,55px,0) scale(0);
        opacity: 0;
    }
}
@keyframes scroll {
    0% {
        -webkit-transform: translate3d(0,-4px,0) scale(0);
        transform: translate3d(0,-4px,0) scale(0);
        opacity: 0;
    }
    15% {
        -webkit-transform: translate3d(0,-4px,0) scale(1);
        transform: translate3d(0,-4px,0) scale(1);
        opacity: 1;
    }
    85% {
        -webkit-transform: translate3d(0,55px,0) scale(1);
        transform: translate3d(0,55px,0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0,55px,0) scale(0);
        transform: translate3d(0,55px,0) scale(0);
        opacity: 0;
    }
}



.parallax, .parallax_box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 448px;
  overflow: hidden;
}

.parallax__bg {
  width: 100%;
  height: 100vw;
  position: absolute;
  overflow: hidden;
  background: url('../images/brand/kv_pc.jpg') center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .parallax, .parallax_box {
    height: 675px;
  }
  .parallax__bg {
    background: url('../images/brand_bg_sp.jpg') center top no-repeat;
    background-size: 100% auto;
    height: 1614px;
  }
}