@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
}

.main {
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
.u-sp {
  display: none;
}
@media only screen and (max-width: 575px) {
  .u-sp {
    display: block;
  }
}

h2 {
  color: #999999;
}

.headerArea h1 {
  position: relative;
}

.headerArea .lead {
  margin-bottom: 15px;
  font-size: 24px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  text-align: center;
  line-height: 1.85;
  letter-spacing: 6px;
}

.headerArea .lead img {
  width: 380px;
}

.headerArea h2 {
  font-size: 24px;
  color: #817982;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 3px;
}

section.style {
  position: relative;
}

.wrap01 {
  margin-top: -5px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .wrap01 {
    padding-top: 45px;
  }
}

section.style01 {
  margin: 102px 0 155px;
  position: relative;
  z-index: 2;
}

section.style03 {
  margin: 30px 0 190px;
}

section.style .styleBase {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.box-middle01 {
  width: 100%;
  margin: -9% 0 200px;
  position: relative;
  z-index: -1;
}

section.style.style02 {
  margin-bottom: 200px;
}
@media only screen and (max-width: 575px) {
  section.style.style02 {
    margin-bottom: 60px;
  }
}

section.style.style03 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 575px) {
  section.style.style03 {
    margin-bottom: 41px;
  }
}

.box-middle03 {
  width: 100%;
  margin: -6% 0 200px;
  position: relative;
  z-index: -1;
}

section.style.style04 {
  z-index: 2;
  margin-bottom: 400px;
}
@media only screen and (max-width: 575px) {
  section.style.style04 {
    margin-bottom: 150px;
  }
}

section.style.style04 .img01 {
  width: 100%;
}

section.style.style05 {
  margin-bottom: 148px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  section.style.style05 {
    margin-bottom: 42px;
  }
}

section.style.style06 {
  width: 75%;
  margin: 0 0 150px auto;
}
@media only screen and (max-width: 575px) {
  section.style.style06 {
    width: 83%;
    margin: 0 0 80px auto;
  }
}

section.style.style07 .button {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  padding: 23px 0;
  font-size: 16px;
  text-align: center;
  color: #606060;
  background-color: #fff;
  border: 1px solid #606060;
  display: block;
  position: absolute;
  top: 69%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  section.style.style07 .button {
    max-width: 275px;
    padding: 17px 0;
  }
}

.sec-pinterest {
  padding-top: 245px;
}
@media only screen and (max-width: 575px) {
  .sec-pinterest {
    padding-top: 80px;
  }
}
.sec-pinterest .title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 575px) {
  .sec-pinterest .title {
    margin-bottom: 20px;
  }
}
.sec-pinterest .title img {
  width: auto;
  height: 105px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 575px) {
  .sec-pinterest .title img {
    height: 51px;
  }
}
.sec-pinterest .pin-responsive-wrapper {
  max-width: 940px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}
.sec-pinterest .board-wrapper {
  margin: auto;
  text-align: center;
}
.sec-pinterest .board-wrapper span {
  overflow: hidden;
  max-width: 100% !important;
}

.box-middle04 {
  max-width: 100%;
  margin: 60px auto 200px;
  position: relative;
  z-index: -1;
}

.collection-link {
  text-align: center;
  margin: 0 auto 80px;
  padding-top: 115px;
  background-color: #fff;
}
@media only screen and (max-width: 575px) {
  .collection-link {
    padding-top: 55px;
  }
}

.collection-link .button {
  max-width: 300px;
  margin: 0 auto;
  display: block;
  font-size: 14px;
  color: #000;
  letter-spacing: 1px;
  vertical-align: middle;
  padding: 1.5em 2.5em;
  border: 2px solid #000;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  text-decoration: none;
  position: relative;
}

.collection-link .button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: all 0.34s cubic-bezier(0.67, 0.01, 0.26, 1);
}

.collection-link .button:hover,
.collection-link .button:focus,
.collection-link .button:active {
  color: white;
  text-decoration: none;
}

.collection-link .button:hover::before,
.collection-link .button:focus::before,
.collection-link .button:active::before {
  transform: scaleX(1);
}

.td_display {
  display: none;
}

@media only screen and (max-width: 575px) {
  .headerArea h1 {
    margin-bottom: 0;
  }
  .headerArea .lead {
    margin-top: -10px;
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 3.5px;
  }
  .headerArea .lead img {
    width: 275px;
  }
  .headerArea h2 {
    font-size: 14px;
    letter-spacing: 2.5px;
  }
  .headerArea {
    padding-bottom: 80px;
  }
  ul.linkBtn {
    margin-bottom: 90px;
  }
  ul.linkBtn li {
    width: 33.5%;
    margin: 0 10% 30px 0;
  }
  ul.linkBtn li:nth-child(even) {
    margin-right: 0;
  }
  section.style.style01 {
    margin: -40px 0 0;
  }
  section.style.style02 .styleBase {
    min-height: 765px;
  }
  section.style.style02 .img01 {
    width: 100%;
  }
  section.style.style04 .img01 {
    width: 100%;
  }
  section.style04 {
    margin-bottom: 80px;
  }
}
/*# sourceMappingURL=style.css.map */