﻿/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}

/* 共通 */
.main-area {
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  /* overflow-x: hidden; */
  text-align: left;
  color: #000;
}

.main-area img,
.main-area picture {
  width: 100%;
  height: auto;
}

.main-area a,
.main-area picture {
  display: inline-block;
}

.credit {
  font-size: calc(13 * (100vw / 375));
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: calc(7 * (100vw / 375));
}

.credit span a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .main-area .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .main-area a {
    transition: all 0.3s;
  }

  .main-area .spOnly {
    display: none !important;
  }

  .fl {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
  }

  .credit {
    font-size: 1.3rem;
    line-height: 1.7;
    margin-top: 1.7rem;
  }
}

/* アニメーション */
#side-txt {
  position: fixed;
  z-index: 4;
  top: calc((6 * (100vw / 375)) + var(--headerHeight));
  right: calc(10* (100vw / 375));
  width: calc(9.44* (100vw / 375));
  transition-duration: .2s;
  opacity: 0;
}

#side-txt.hide {
  opacity: 0;
}

#side-txt.show {
  opacity: 1;
}

.common_section-mainproduct_image {
  position: relative;
}

.common_section-mainproduct_image::before {
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  transition: width 1s ease-in-out;
  z-index: 2;
}
.common_section-mainproduct_image.left::before {
  left: 0;
}

.common_section-mainproduct_image.right::before {
  right: 0;
}

.js-fadeIn {
  transition: all 1s ease;
  opacity: 0;
  transform: translateY(50px);
}

.js-fadeIn.showFade {
  opacity: 1;
  transform: translateY(0);
}

.common_section-mainproduct_image.show::before {
  width: 0;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  #side-txt {
    top: calc(4rem + var(--headerHeight));
    width: 1.452rem;
    right: 2rem;
  }
}

@media screen and (min-width: 1400px) {
  #side-txt {
    top: calc(4rem + var(--headerHeight));
    width: 1.452rem;
    display: flex;
    justify-content: center;
    right: 0;
    left: 133.5rem;
    margin: 0 auto;
  }
}

/* slick */
.slick-img img {
  height: auto;
  opacity: .2;
  transition: opacity .5s, transform .5s;
  width: 100%;
}

.slick-img {
  margin: 0 calc(8.75 * (100vw / 375));
}

.slider .slick-center img {
  opacity: 1;
}

.main-area .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.main-area .slide-dots {
  left: auto;
  right: calc(57 * (100vw / 375));
  bottom: calc(15 * (100vw / 375));
  z-index: 10;
  margin: auto;
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  text-align: right;
  height: 0;
}

.main-area .slide-dots li {
  margin: 0 0 0 calc(10 * (100vw / 375));
  display: inline-block;
  vertical-align: middle;
}

.main-area .slide-dots li button {
  font-size: 0;
  padding: 0;
  -webkit-transition: background .3s;
  transition: background .3s;
  width: calc(5 * (100vw / 375));
  height: calc(5 * (100vw / 375));
  background-color: #FFFFFF;
  border-radius: 50%;
}

.main-area .slide-dots li.slick-active button {
  background-color: #5A5A5A;
}

@media screen and (min-width: 768px) {
  .slick-img {
    margin: 0 3rem;
  }

  .main-area .slide-dots {
    right: 32.1rem;
    bottom: 2.8rem;
  }
  
  .main-area .slide-dots li {
    margin: 0 0 0 1.2rem;
  }
  
  .main-area .slide-dots li button {
    width: 0.8rem;
    height: 0.8rem;
  }
  
}

/* sp */

.top__wrapper {
  width: calc(375 * (100vw / 375));
  margin: 0 auto;
}

.content__container {
  position: relative;
}

.box__1 {
  margin-top: calc(80 * (100vw / 375));
}

.unit__1-1 {
  width: calc(265 * (100vw / 375));
  margin: 0 auto 0 calc(30 * (100vw / 375));
}

.unit__1-2 {
  width: calc(265 * (100vw / 375));
  margin: calc(37 * (100vw / 375)) calc(30 * (100vw / 375)) 0 auto;
}

.box__2 {
  margin: calc(80 * (100vw / 375)) auto 0;
  width: calc(375 * (100vw / 375));
}

.box__2 .credit {
  margin-left: calc(48 * (100vw / 375));
}

.box__3 {
  margin-top: calc(78 * (100vw / 375));
}

.unit__3-1 {
  width: calc(315 * (100vw / 375));
  margin: 0 auto;
}

.unit__3-2 {
  width: calc(315 * (100vw / 375));
  margin: 0 auto;
}

.box__4 {
  margin: calc(78 * (100vw / 375)) auto 0;
  width: calc(375 * (100vw / 375));
}

.box__4 .credit {
  margin-left: calc(48 * (100vw / 375));
}

.box__5 {
  margin-top: calc(78 * (100vw / 375));
}

.unit__5-1 {
  width: calc(265 * (100vw / 375));
  margin: 0 calc(30 * (100vw / 375)) 0 auto;
}

.unit__5-2 {
  width: calc(265 * (100vw / 375));
  margin: calc(48 * (100vw / 375)) auto 0 calc(30 * (100vw / 375));
}

.box__6 {
  margin: calc(78 * (100vw / 375)) auto 0;
  width: calc(375 * (100vw / 375));
}

.box__6 .credit {
  margin-left: calc(48 * (100vw / 375));
}

.box__7 {
  margin-top: calc(80 * (100vw / 375));
}

.unit__7-1 {
  width: calc(315 * (100vw / 375));
  margin: 0 auto;
}

.unit__7-2 {
  margin-top: calc(48 * (100vw / 375));
  display: flex;
  justify-content: center;
}

.unit__img--7-2 {
  width: calc(100 * (100vw / 375));
}

.unit__img--7-3 {
  width: calc(175 * (100vw / 375));
  margin: 0 0 0 calc(40 * (100vw / 375));
}

.box__8 {
  margin-top: calc(80 * (100vw / 375));
}

.unit__8 {
  width: calc(315 * (100vw / 375));
  margin: 0 auto;
}

.btn__wrapper {
  margin: calc(78 * (100vw / 375)) auto calc(140 * (100vw / 375)) ;
}

.main-area .btn a {
  width: calc(300 * (100vw / 375));
  height: calc(50 * (100vw / 375));
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  font-size: calc(14 * (100vw / 375));
  box-sizing: border-box;
  margin: 0 auto;
}

.main-area .btn__all a {
  color: #fff;
  background-color: #000;
  margin-bottom: calc(15 * (100vw / 375));
}

.main-area .btn__top a {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .top__wrapper {
    width: 100%;
    max-width: 140rem;
    margin: auto;
  }
  
  .content__container {
    padding: 0 10rem;
  }
  
  .box__1 {
    margin-top: 15rem;
  }
  
  .unit__1-1 {
    width: 55rem;
    margin: 0;
  }
  
  .unit__1-2 {
    width: 55rem;
    margin: 37.8rem 0 0 10rem;
  }

  .box__2 {
    margin: 17rem auto 0;
    max-width: 120rem;
    width: 100%;
  }
  .box__2 .credit {
    margin-left: 30rem;
  }
  
  .box__3 {
    margin-top: 15.8rem;
  }

  .unit__3-1 {
    width: 60rem;
    margin: 0;
  }

  .unit__3-2 {
    width: 60rem;
    margin: 0;
  }

  .box__4 {
    margin: 15.8rem auto 0;
    max-width: 120rem;
    width: 100%;
  }

  .box__4 .credit {
    margin-left: 30rem;
  }

  .box__5 {
    margin-top: 15.8rem;
    flex-direction: row-reverse;
  }

  .unit__5-1 {
    width: 55rem;
    margin: 0 0 0 10rem;
  }

  .unit__5-2 {
    width: 55rem;
    margin: 38.7rem 0 0 0;
  }

  .box__6 {
    margin: 15.8rem auto 0;
    max-width: 120rem;
    width: 100%;
  }

  .box__6 .credit {
    margin-left: 30rem;
  }

  .box__7 {
    margin-top: 16rem;
  }

  .unit__7-1 {
    width: 60rem;
    margin: 0;
  }

  .unit__7-2 {
    margin-top: 0;
    margin-left: 10.5rem;
    flex-direction: column;
    justify-content: flex-start;
    width: 49.5rem;
  }

  .unit__img--7-2 {
    width: 22.5rem;
    margin: 0 auto 0 0;
  }

  .unit__img--7-3 {
    width: 32rem;
    margin: 7.2rem 0 0 auto;
  }

  .box__8 {
    margin-top: 15.8rem;
  }

  .unit__8 {
    width: 60rem;
  }

  .btn__wrapper {
    margin: 6.4rem auto 10rem;
  }

  .main-area .btn a {
    width: 30rem;
    height: 5rem;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }

  .main-area .btn__all a {
    margin-bottom: 1.5rem;
  }

}
