@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:700,300");
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
@import url("https://use.typekit.net/mtv5kdm.css");
@import url("https://use.typekit.net/nfq1gna.css");


/*default
-------------------*/
/*html {
  scroll-behavior: smooth;
}*/
body {
  padding: 0;
}

#page-footer .container {
  max-width: 1000px;
}
.container {
  width: 100%;
}
.breadcrumb {
  max-width: 100%;
  padding: 0 14.5%;
  max-width: 1000px;
  margin: 0 auto;
}

/*sp
-------------------*/
#Area {
  background-color: #c0bcb2;
  color: #000;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: calc(30 / 14);
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  overflow: hidden;
}
#Area a {
  transition: .4s;
}
#Area a:hover {
  opacity: .7;
  text-decoration: none;
}
section {
  margin: 0 auto;
}

/*main bnr
-------------------*/
.main_bnr {
  position: relative;
}
.main_bnr img {
  width: 100%;
  margin: 0 auto;
}

/*lp_nav
-------------------*/
.lp_nav {
  width: 100%;
  margin: 0 auto;
  padding: 76px 0 36px;
  background: #6b6966;
}
.lp_nav_flx {
  display: flex;
  justify-content: center;
  gap: 14px;
  width: 80%;
  margin: 0 auto;
}
.lp_nav_flx li {
  width: calc((100% - (14px * 2)) / 3);
  max-width: 338px;
}

/*item_contents
-------------------*/
.item_contents {
  padding: 80px 0 150px;
}
.mn .item_contents {
  background: #c0bcb2;
}
.ex .item_contents {
  background: #d8d8d8;
}
.exc .item_contents {
  background: #a79687;
}

.logo_area {
  width: 95%;
  max-width: 1700px;
  margin: 0 auto;
  position: relative;
}
.logo_area h2.logo {
  width: 60%;
  max-width: 341px;
  position: absolute;
  top: 30%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
h2.ttl {
  width: 80%;
  max-width: 836px;
  margin: 0 auto 110px;
  padding: 39.5px 0;
  border: 4px solid;
  color: #fff;
  text-align: center;
  line-height: 1;
}
h2.ttl img {
  width: 90%;
  max-width: 477px;
}
.exc h3.exc_ttl {
  width: 90%;
  margin: 0 auto 40px;
  color: #1a1918;
  text-align: center;
  font-family: interstate-condensed, kozuka-gothic-pr6n, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
}
.exc h3.exc_ttl span {
  padding-bottom: 5px;
  border-bottom: 1px solid;
}
.item_detail {
  width: 95%;
  max-width: 1420px;
  margin: 0 auto;
}
.item_main {
  width: 90%;
  max-width: 617px;
  margin: -176px auto 135px;
}
.exc .item_main {
  width: 90%;
  max-width: 660px;
  margin-top: 0;
}
.exc .item_main > p {
  width: 90%;
  margin: 0 auto 50px;
  text-align: center;
}
.item_flx {
  display: flex;
  gap: 4.564%;
  width: 90%;
  max-width: 1293px;
  margin: 0 auto 168px;
}
.item_flx .item_img_l,
.item_flx .item_img_r {
  width: calc((100% - 4.564%) / 2);
  max-width: 617px;
}
.overlap_flx {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 172px;
  position: relative;
}
.overlap_flx.row-reverse {
  flex-direction: row-reverse;
}
.overlap_flx .overlap_img {
  width: 43.5%;
  max-width: 617px;
  margin-right: -39.1%;
  position: relative;
  z-index: 2;
}
.overlap_flx.row-reverse .overlap_img {
  margin-right: auto;
  margin-left: -39.1%;
}
.overlap_flx .overlap_txt {
  width: 95.57%;
  max-width: 1357px;
  position: relative;
  top: 127px;
  right: 0;
  z-index: 1;
}
.overlap_txt .credit {
  width: 48.3%;
  max-width: 613px;
  position: absolute;
  bottom: 30%;
  right: 6%;
}
.row-reverse .overlap_txt .credit {
  right: auto;
  left: 6%;
}

/*credit
-------------------*/
.credit {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 34px;
}
.exc .item_main .credit {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.credit li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  line-height: calc(18 / 14);
  letter-spacing: 0.12em;
}
.credit li a.no_link {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.credit li a .name {
  width: calc(100% - 85px);
}
.credit li a .buy_btn {
  display: inline-block;
  width: 79.4px;
  padding: 7.2px 0;
  border: 1px solid #252525;
  color: #252525;
  text-align: center;
  transition: .4s;
}
.credit li a .buy_btn:hover {
  background: #252525;
  color: #fff;
}
.overlap_txt .credit li a {
  color: #fff;
}
.overlap_txt .credit li a .buy_btn {
  border: 1px solid #fff;
  color: #fff;
}
.overlap_txt .credit li a .buy_btn:hover {
  background: #fff;
  color: #252525;
}

/*contents_btn
-------------------*/
.contents_btn {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
}
.contents_btn a {
  display: block;
  padding: 19px 0;
  background: #403d3d;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
}
.contents_btn a:hover {
  opacity: 1 !important;
  background-color: #F0F1EB;
  color: #222;
}

/*slick
-------------------*/
.item_img .slick-dotted.slick-slider {
  margin-bottom: 0!important;
}
.item_img .slick-dots {
  justify-content: flex-end;
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
}
.item_img .slick-dots li {
  width: 15px;
  height: 15px;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  background: #b1b1b1;
}
.slick-dots li button:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #3b3b3b;
  opacity: 1;

}
.item_img .slick-dots li.slick-active button:before {
  background: #988675;
}

/*===========
AOS
===========*/
[data-aos] {
  position: relative;
}

@media (max-width: 1024px) {
  /*item_contents
  -------------------*/
  .item_detail {
    margin: 0 auto;
  }
  .item_main {
    margin-top: -90px;
  }
}

@media screen and (max-width: 1023px) {
  /*sp
  -------------------*/
  #Area {
    font-size: 13px;
  }
  /*lp_nav
  -------------------*/
  .lp_nav {
    padding: 50px 0;
  }
  .lp_nav_flx {
    flex-wrap: wrap;
    gap: 10px;
  }
  .lp_nav_flx li {
    width: calc((100% - 10px) / 2);
    max-width: none;
  }
  /*item_contents
  -------------------*/
  .item_contents {
    padding: 20px 0 60px;
  }
  .exc .item_contents {
    padding-bottom: 10px;
  }
  h2.ttl {
    margin: 30px auto 40px;
  }
  .exc h3.exc_ttl {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.4em;
  }
  .exc h3.exc_ttl span {
    padding-bottom: 2px;
  }
  .item_main {
    margin: -90px auto 50px;
  }
  .exc .item_main > p {
    margin-bottom: 20px;
  }
  .item_flx {
    flex-direction: column;
    gap: 50px;
    margin-bottom: 50px;
  }
  .item_flx .item_img_l,
  .item_flx .item_img_r {
    width: 100%;
    max-width: none;
  }
  .overlap_flx,
  .overlap_flx.row-reverse {
    flex-direction: column;
    gap: 0;
    width: 105%;
    margin-left: -2.5%;
    margin-bottom: 50px;
  }
  .overlap_flx .overlap_img,
  .overlap_flx.row-reverse .overlap_img {
    width: 86%;
    max-width: none;
    margin: 0 auto;
  }
  .overlap_flx .overlap_txt {
    width: 100%;
    max-width: none;
    margin-top: -290px;
    top: 0;
  }
  .overlap_txt .credit,
  .row-reverse .overlap_txt .credit {
    width: 85%;
    max-width: none;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  /*credit
  -------------------*/
  .credit {
    margin-top: 25px;
    gap: 20px;
  }
  .exc .item_main .credit {
    width: 100%;
  }
  .credit li a {
    /*flex-direction: column;
    align-items: flex-start;*/
    gap: 5px;
  }
  .credit li a .name {
    width: calc((100% - (5px - 100.4px)));
  }
  .credit li a .buy_btn {
    width: 100.4px !important;
    padding: 6.8px 0;
  }
}

@media (max-width: 978px) {
  /*default
  -------------------*/
  #page-footer {
    margin: 0;
  }
  #page-footer .nav li {
    padding: 0;
  }
  #wrapper {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  #page-header .navbar-inner,
  #page-footer .nav,
  #head-bar {
    padding-left: 10px;
    padding-right: 10px;
  }
  /*item_contents
  -------------------*/
  .item_detail {
    max-width: 600px;
  }
  .overlap {
    padding-bottom: 80% !important;
  }
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 320px) {
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}