@charset "utf-8";

/* CSS Document */

body {
  background: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif !important;
  padding-top:50px;
}

footer {
  margin-top: 8rem;
  background-color: #333;
}

.footer__copyright,
.footer__linkList li a,
.footer__snsList li a {
  color: #888;
}

* {
  box-sizing: border-box;
  line-height: 1;
}

a {
  text-decoration: none;
}

a:link,
a:visited {
  color: #000;
}

a:hover {
  opacity: .7;
  transition: .3s;
}

figure {
  margin: 0;
  padding: 0;
}


.dispPC {
  display: block;
}

.dispSP {
  display: none;
}




@media (max-width: 767.98px) {


  .dispPC {
    display: none;
  }

  .dispSP {
    display: block;
  }


}




.box {
  position: relative;
  width: 50%;
  height: auto;
  background: #444;
}

.ratio-1_1:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 1:1 */
}

.inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* maincontents */


.first {
  position: relative;
}

.kv {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 99;
}


.copy {
  width: 100%;
  position: absolute;
  z-index: 101;
  left: 0;
  top: 0;
}

.copy__inner {
  display: grid;
  height: 76vh;
  grid-template-rows: 1.5fr 1fr;
  justify-content: center;
  align-content: center;
  row-gap: .8rem;
}


.copy--main {
  justify-self: center;
  align-self: end;
  opacity:0;
}

.copy--sub {
  justify-self: center;
  align-self: start;
  opacity:0;
}


.copy--sub p {
  display: inline-block;
  background: #fff;
  font-weight: 600;
  letter-spacing: .1rem;
  padding: .1rem .1rem .2rem .1rem;
  font-size: 1.4rem;
}

.copy--main h1 {
  background: #fff;
  padding: 0 .1rem .2rem .1rem;
  font-size: 5.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;

}

.copy--main span:nth-child(1) {
  color: #8b4340;

}

.copy--main span:nth-child(2) {
  padding: 0 1rem 0 1.2rem;
  color: #934a28;
}

.copy--main span:nth-child(3) {
  color: #934a28;

}


/*
.plus-jakarta-sans-<uniquifier> {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

*/


.section {
  width: 94%;
  max-width: 960px;
  margin: 0 auto 8rem;
}

.section h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
  letter-spacing: 0.05rem;
  text-align: center;
}

.pict {
  margin-bottom: 1.6rem;
}

.text {
  margin-bottom: 3.2rem;
}

.text p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2;
}

.introduction {
  width: 94%;
  max-width: 960px;
  margin: 3.2rem auto 8rem;
}

.introduction p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2;
}

.itemBlock {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 3.2rem;
}


.item__pict {
  display: block;
  margin-bottom: 1rem;
}

.item__brand {
  color: #b14f40;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.1rem;
  margin-bottom: .8rem;
  font-weight: 600;
}


.item__name {
  letter-spacing: -0.015rem;
  font-weight: 500;
  font-size: .9rem;
  line-height: 1.4;
}

.section.recommended {
  margin-bottom: 4rem;
}

.recommended h2 {
  font-size: 1.8rem;
}



.style01+.recommended h2,
.style01+.recommended .item__brand,
.style01 .item__brand,
.style01 h2 {
  color: #a15545;
}

.style02+.recommended h2,
.style02+.recommended .item__brand,
.style02 .item__brand,
.style02 h2 {
  color: #c4974f;
}

.style03+.recommended h2,
.style03+.recommended .item__brand,
.style03 .item__brand,
.style03 h2 {
  color: #bc734a;
}


.style04+.recommended h2,
.style04+.recommended .item__brand,
.style04 .item__brand,
.style04 h2 {
  color: #8f6242;
}

.style01+.recommended .item__pict,
.style01 .item__pict {
  background-color: #d2bfbd;
}

.style02+.recommended .item__pict,
.style02 .item__pict {
  background-color: #cbc4b8;
}

.style03+.recommended .item__pict,
.style03 .item__pict {
  background-color: #d5c1b1;
}

.style04+.recommended .item__pict,
.style04 .item__pict {
  background-color: #ccc5b9;
}

.links {
  text-align: center;
  margin-bottom: 12rem;
}

.link {
  margin-bottom: 1.6rem;
}

.link a {
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  padding: .8rem 2.4rem .9rem;
  color: #fff;
  font-weight: 600;
  width: 100%;
  max-width: 400px;
  border-radius: 2rem;
}

.links01 .linkList .link a {
  background-color: #a15545;
}

.links02 .linkList .link a {
  background-color: #c4974f;
}

.links03 .linkList .link a {
  background-color: #bc734a;
}

.links04 .linkList .link a {
  background-color: #8f6242;
}





@media (min-width: 767.98px) and (max-width: 1023px) {



  .section {
    width: 90%;
    margin: 0 auto 6rem;
  }

  .itemBlock {
    grid-template-columns: repeat(3, 1fr);
    copy--sub grid-gap: 2.4rem;
  }


  .introduction {
    width: 88%;
    margin: 3.2rem auto 8rem;
  }


  .copy--main h1 {
    font-size: 4rem;
  }



  .copy__inner {
    height: 40vh;
  }


}


@media (max-width: 767.98px) {


  .introduction {
    width: 88%;
    margin: 3.2rem auto 8rem;
  }


  .section {
    width: 90%;
    margin: 0 auto 6rem;
  }

  .section h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.4rem;
  }

  .itemBlock {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.4rem;
  }


  .item__name {
    font-size: .8rem;
  }

  .text p {
    font-size: 1rem;
    line-height: 1.8;
  }


  .copy--main h1 span:nth-child(1) {
    display: block;
  }

  .copy--main h1 {
    font-size: 4rem;
  }


  .copy__inner {
    height: 76vh;
  }

  .copy--sub p {
    font-size: 1.2rem;
  }


.recommended h2 {
  font-size: 1.6rem;
}


}