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

.main {
  background-color: rgba(248, 247, 246, 0.3);
  background: #f8f7f6;
}

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 {
  padding: 0 0 165px;
}

.headerArea h1 {
  margin: 0px auto 70px;
  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;
}

ul.linkBtn {
  /* overflow: hidden; */
  max-width: 1000px;
  margin: 0 auto 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

ul.linkBtn li {
  /* float: left; */
  width: 17.5%;
  margin: 0 7% 15px 0;
}

ul.linkBtn li:last-child {
  margin-right: 0;
}

ul.linkBtn .link {
  display: block;
  position: relative;
}

ul.linkBtn .link::before {
  content: "";
  position: absolute;
  z-index: -1;
}

ul.linkBtn .link-01::before {
  width: 90px;
  height: 81px;
  background: center/contain no-repeat url(../img/icon_link01.png);
  top: -30px;
  right: -45px;
}
@media only screen and (max-width: 575px) {
  ul.linkBtn .link-01::before {
    width: 64px;
    height: 58px;
    top: -20px;
    right: -30px;
  }
}

ul.linkBtn .link-02::before {
  width: 87px;
  height: 79px;
  background: center/contain no-repeat url(../img/icon_link02.png);
  top: -25px;
  right: -45px;
}
@media only screen and (max-width: 575px) {
  ul.linkBtn .link-02::before {
    width: 62px;
    height: 56px;
    top: -20px;
    right: -30px;
  }
}

ul.linkBtn .link-03::before {
  width: 89px;
  height: 88px;
  background: center/contain no-repeat url(../img/icon_link03.png);
  top: -35px;
  right: -45px;
}
@media only screen and (max-width: 575px) {
  ul.linkBtn .link-03::before {
    width: 63px;
    height: 63px;
    top: -25px;
    right: -30px;
  }
}

ul.linkBtn .link-04::before {
  width: 142px;
  height: 77px;
  background: center/contain no-repeat url(../img/icon_link04.png);
  top: -30px;
  right: -70px;
}
@media only screen and (max-width: 575px) {
  ul.linkBtn .link-04::before {
    width: 75px;
    height: 40px;
    top: -15px;
    right: -35px;
  }
}

section.style {
  position: relative;
}

section.style01 {
  margin-bottom: 320px;
}

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

section.style04 {
  margin-bottom: 105px;
}

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

section.style.style01 .img01 {
  width: 94%;
  margin: 0 0 0 auto;
}

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

section.style.style02 {
  margin-bottom: 165px;
}

section.style.style02 .img01 {
  width: 90.7%;
}

section.style.style03 {
  margin-bottom: 190px;
}

section.style.style03 .img01 {
  width: 84.5%;
  margin-left: auto;
}

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

section.style.style04 {
  margin-bottom: 325px;
}

section.style.style04 .img01 {
  width: 90.5%;
  margin-left: auto;
}

section.style.style05 {
  padding-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  section.style.style05 {
    padding-bottom: 55px;
  }
}
section.style.style05::before {
  content: "";
  width: 100%;
  height: calc(100% - 70px);
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  background: center/cover no-repeat url(../img/bg_01.jpg);
}
section.style.style05 .l-2col-wrap {
  max-width: 965px;
  margin: 0 auto 65px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 575px) {
  section.style.style05 .l-2col-wrap {
    margin: 0 auto 30px;
    justify-content: center;
  }
}
section.style.style05 .img-wrap {
  width: 53.5%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  section.style.style05 .img-wrap {
    width: 88%;
  }
}
section.style.style05 .text-wrap {
  width: 40%;
  padding-top: 150px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  section.style.style05 .text-wrap {
    width: 90%;
    padding-top: 30px;
  }
}
section.style.style05 .text-wrap .title {
  margin-bottom: 20px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  font-size: 11px;
  letter-spacing: 9px;
  text-align: center;
  color: #bcaeae;
}
@media only screen and (max-width: 575px) {
  section.style.style05 .text-wrap .title {
    margin-bottom: 10px;
    font-size: 10px;
  }
}
section.style.style05 .text-wrap .text {
  width: 95%;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 575px) {
  section.style.style05 .text-wrap .text img {
    width: auto;
    height: 120px;
    margin: 0 auto;
    display: block;
  }
}
section.style.style05 .text-wrap .text-02 {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-align: center;
  color: #606060;
}
@media only screen and (max-width: 575px) {
  section.style.style05 .text-wrap .text-02 {
    font-size: 14px;
  }
}
section.style.style05 .button {
  max-width: 450px;
  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: relative;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  section.style.style05 .button {
    max-width: 275px;
    padding: 10px 0;
  }
}

.sec-pinterest {
  padding-top: 160px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 575px) {
  .sec-pinterest {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.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-bottom: 95px;
  }
  section.style.style02 {
    margin-bottom: 155px;
  }
  section.style.style02 .styleBase {
    min-height: 765px;
  }
  section.style.style02 .img01 {
    width: 100%;
  }
  section.style.style03 .img01 {
    width: 93.5%;
  }
  section.style.style03 {
    margin-bottom: 75px;
  }
  section.style.style04 {
    margin-bottom: 125px;
  }
  section.style.style04:before {
    width: 36%;
    height: 45%;
    top: 9%;
  }
  section.style.style04 .img01 {
    width: 100%;
  }
  section.style04 {
    margin-bottom: 80px;
  }
}/*# sourceMappingURL=style.css.map */