@charset "UTF-8";

/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
*/

.contentsBody {
  background-color: #000;
  margin-inline: auto;
  color: #fff;
}

.contentsBody section {
  max-width: 1500px;
  margin-inline: auto;
}


.contentsBody p.catch {
  letter-spacing: 0.2em;

  @media screen and (max-width: 767px) {
    font-size: 3.7vw;
  }
}

.contentsBody p.lead {
  letter-spacing: 0.2em;
  margin-top: 25px;

  @media screen and (max-width: 767px) {
    font-size: 2.5vw;
  }
}

.contentsBody section div.image {
  margin-top: 100px;

  @media screen and (max-width: 650px) {
    margin-top: 50px;
  }
}

.contentsBody section div.image picture {
  position: relative;
  display: block;
  line-height: 0;
  width: 100%;
}

.contentsBody section div.image02 picture {
  position: relative;
  display: block;
  line-height: 0;
  width: 65%;
}

.contentsBody section div.image02 {
  margin-top: 100px;
}

.contentsBody section div.image02.alignRight {
  text-align: right;
  margin-top: 25px;
}

.contentsBody section div.image02.alignRight picture {
  display: inline-block;
  text-align: left;
}

h3.sectionTitle {
  font-size: 2rem;
  color: #f4c887;
  font-family: "RyuminPro", "GaramondPro", serif;
  letter-spacing: 0.2em;
  text-align: center;
  padding-top: 60px;

  @media screen and (max-width: 767px) {
    font-size: 3vw;
  }
  
  @media screen and (max-width: 650px) {
    padding-top: 30px;
  }
}
/*==================================================================================
 pc style
==================================================================================*/
article.contents .slideArea01 {
  margin-bottom: 90px !important;
}

article.contents .catch {
  margin-top: 25px;
}

/*==================================================================================
 tablet style
==================================================================================*/
/*==================================================================================
 sp style
==================================================================================*/
@media (max-width: 767px) {
  article.contents .slideArea01 {
    margin-bottom: 50px !important;
  }

  article.contents .catch {
    margin-bottom: 15px;
  }
}

article.contents {
  padding-bottom: 0;
  font-feature-settings: "palt";
}

article.contents .commonPageTabs01 {
  margin-bottom: 0;
}

article.contents div,
article.contents figure {
  line-height: normal;
}

.design-sec {
  color: #333;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-feature-settings: "palt";
  width: 100%;
  margin: 0 auto;
}

.design-sec img {
  width: 100%;
}

h2 {
  display: flex;
  justify-content: center;
  max-width: 1100px;
  margin: 7% auto 0;
  padding-top: 3.5%;
  border-top: 5px solid #c4b897;
}

.breadcrumb {
  padding: 20px 2%;
  border-top: 1px solid #f1e9dc;
  border-bottom: 1px solid #f1e9dc;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: .02em;
  color: #888;
}

.breadcrumb ul li a {
  color: #000;
}

.breadcrumb ul li:not(:last-child) a::after,
.breadcrumb ul li:not(:last-child) p::after {
  content: ' ＞ ';
  display: inline-block;
}

#caption.cap_design {
  display: block;
}

#caption {
  width: 1300px;
  text-align: left;
  margin: 0 auto;
  padding: min(10vw, 5.5rem) 0;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 12px;
}

@media screen and (max-width: 639px) {
  #caption {
    width: 96%;
    text-align: left;
    margin: 0 auto;
    padding: min(10vw, 5.5rem) 0;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 12px;
  }
}

@media screen and (max-width: 639px) {
  .pc {
    display: none !important;
  }

  h2 {
    padding-top: 9%;
    width: 70%;
    margin: 0 auto 7%;
  }

  .caption {
    max-width: 100%;
  }
}

/* ---contents--- */

.thumb .slick-track {
  transform: unset !important;
}

.slide_body {
  max-width: 100%;
  padding-top: 0;
  background-color: #616e86;
  background-image: url(../images/design/bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.slide_body .slider {
  width: 100%;
  margin: 0 auto;
  border-bottom: 11px solid #c4b897;
}

.slide_body .slick-slide {
  height: auto !important;
}

.slide_body .slick-slide img {
  width: 100% !important;
  margin: auto;
}

.thumb {
  max-width: 500px;
  max-height: 500px;
  margin: 0 auto 80px;
}

.thumb li {
  width: 120px;
  height: 135px;
  margin: 18px 10px 20px;
  overflow: hidden;
  background-color: #000;
}

.thumb .slick-slide li img {
  width: 120px;
}

.thumb .slick-current img {
  opacity: .5;
}

.slide-arrow {
  display: none !important;
}

.prev-arrow {
  left: 0;
}

.next-arrow {
  right: 0;
}

.prev-arrow:hover {
  left: -5px;
}

.next-arrow:hover {
  right: -5px;
}

button {
  display: none !important;
}

.design-sec {
  margin-top: 80px;
  margin-bottom: 120px;
}

.design-sec p {
  margin-top: 60px;
  font-size: 2.2rem;
  line-height: 2.22;
  letter-spacing: .1em;
  text-align: center;
  /*font-family: "RyuminPro", "GaramondPro", serif;*/
  width: 80%;
  max-width: 700px;
  margin: 3% auto;
}

@media screen and (max-width: 639px) {
  .container {
    margin: 15px auto 15px auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .slide_body .slider {
    border-bottom: 6px solid #c4b897;
  }

  .slick-track {
    justify-content: center;
  }

  .thumb {
    margin: 0 auto 60px;
    /*background-color: #000;*/
  }

  .thumb li {
    width: 136px !important;
    margin: 18px min(2.5vw, 15px);
  }

  .thumb .slick-slide li img {
    width: 80px;
  }

  .design-sec {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .design-sec p {
    margin-top: 60px;
    font-size: 16px;
    line-height: 2.22;
    letter-spacing: .1em;
    text-align: left;
    width: 96%;
    max-width: 700px;
    margin: 3% auto;
  }

  #content_wrap #caption {
    padding-bottom: 17%;
  }
}

@media screen and (max-width: 480px) {
  .thumb li {
    width: 28vw !important;
    margin: 18px min(2.5vw, 15px);
  }
}

.s_navi {
  width: 641px;
  margin: 0px auto 20px;
  padding: 10px;
  box-sizing: border-box;
  background: url(../images/common/s_navi_bg.gif);
  overflow: hidden;
  zoom: 1;
}

.s_navi.Bottom {
  margin-top: 100px;
  margin-bottom: 0;
}

.s_navi ul {
  width: 100%;
  margin-inline: auto;
}

.s_navi li {
  float: left;
  list-style: none;
  margin-right: 5px;
  font-size: 14px;
  line-height: 30px;
  font-weight: bolder;
}

.s_navi li#last,
.s_navi li:last-child {
  margin-right: 0;
}

.s_navi li {
  width: 308px;
}

.s_navi li a,
.s_navi li span.soon {
  width: 100%;
  display: block;
  box-sizing: border-box;
  color: #333;
  text-decoration: none;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background: url(../images/common/bg_s_nav_off.gif) 10px 16px no-repeat #fff;
}

.s_navi li a span,
.s_navi li span.soon span {
  width: 100%;
  height: 40px;
  display: block;
  padding: 5px 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  /* text-indent: -9999px; */
  text-align: center;
  font-family: "RyuminPro", "GaramondPro", serif;

}

.s_navi li a.current,
.s_navi li a:hover {
  color: #fff;
  background: url(../images/common/bg_s_nav_on.gif) 10px 16px no-repeat #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.s_navi li a.current span,
.s_navi li a:hover span {
  border: 1px solid #000;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.s_navi li span.soon span {
  color: #aaaaaa;
}

.f_s_navi {
  margin-top: 20px;
}

@media screen and (max-width: 650px) {
  .s_navi {
    width: 100%;
    max-width: 650px;
    margin: 0px auto 0;
  }

  .s_navi li {
    width: 100%;
    max-width: 650px;
    margin-bottom: 5px;
  }

  .s_navi li#last,
  .s_navi li:last-child {
    margin-bottom: 0;
  }

  .s_navi li a span,
  .s_navi li span.soon span {
    text-indent: 0px;
    text-align: center;
  }
}

/* AOS fade-up：index.php と同じ 15px の移動に統一 */
#design [data-aos="fade-up"] {
  transform: translateY(15px);
}
#design [data-aos="fade-up"].aos-animate {
  transform: translateY(0);
}

/* AOS の data-aos-delay は 50〜3000 までしか CSS が無いため、3000 超は自前で指定 */
#design [data-aos-delay="3400"] {
  transition-delay: 0;
}
#design [data-aos-delay="3400"].aos-animate {
  transition-delay: 3400ms;
}

/*# sourceMappingURL=design.css.map */