@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;
  }
}

.u-pc {
  display: none;
}
@media only screen and (min-width: 576px) {
  .u-pc {
    display: block;
  }
}

h2 {
  color: #999999;
}

.sec-pinterest {
  padding-top: 190px;
}
@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;
}

.p-section {
  max-width: 1536px;
  margin: 0 auto;
  padding: 145px 0 5px;
}
@media only screen and (max-width: 575px) {
  .p-section {
    padding: 70px 0 5px;
  }
}
@keyframes blurAnime--pc {
  from {
    filter: blur(10px);
    transform: scale(1.02) translateY(-50%);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1) translateY(-50%);
    opacity: 1;
  }
}
@keyframes blurAnime--sp {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.p-section .p-section__ttl {
  margin-bottom: 100px;
}
@media only screen and (max-width: 575px) {
  .p-section .p-section__ttl {
    margin-bottom: 50px;
  }
}
.p-section .p-section__wrap, .p-section .p-section__wrap--rev {
  padding-bottom: 4.5vw;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .p-section .p-section__wrap, .p-section .p-section__wrap--rev {
    width: calc(100% - 35px);
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.p-section .p-section__wrap--rev {
  margin-top: 100px;
}
@media only screen and (max-width: 575px) {
  .p-section .p-section__wrap--rev {
    margin-top: 45px;
  }
}
.p-section .p-section__img {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 576px) {
  .p-section .p-section__img {
    width: 54.0364583333%;
    margin-left: 7.5%;
  }
}
@media only screen and (min-width: 576px) {
  .p-section .p-section__cover {
    width: 37.5%;
    position: absolute;
    right: 7.5%;
    bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .p-section .p-section__cover img {
    display: none;
  }
}
.p-section .p-section__img--rev {
  position: relative;
}
@media only screen and (min-width: 576px) {
  .p-section .p-section__img--rev {
    width: 54.0364583333%;
    margin-right: 7.5%;
    margin-left: auto;
    z-index: 2;
  }
}
@media only screen and (min-width: 576px) {
  .p-section .p-section__cover--rev {
    width: 37.5%;
    position: absolute;
    left: 7.5%;
    bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .p-section .p-section__cover--rev img {
    display: none;
  }
}
.p-section .p-section__list {
  width: 60%;
  opacity: 0;
}
@media only screen and (max-width: 575px) {
  .p-section .p-section__list {
    width: 100%;
    margin-top: 10px;
    display: none;
  }
}
@media only screen and (min-width: 576px) {
  .p-section .p-section__list {
    position: absolute;
    top: 50%;
    left: 29%;
    transform: translateY(-50%);
  }
}
.p-section .p-section__list--rev {
  left: 12%;
}
.p-section .p-section__list.is-active {
  animation-name: blurAnime--pc;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 575px) {
  .p-section .p-section__list.is-active {
    animation-name: blurAnime--sp;
  }
}
.p-section .p-section__list dt,
.p-section .p-section__list dd {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #808080;
}
.p-section .p-section__list dt {
  margin-bottom: 10px;
  padding: 5px 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.3888888889;
  border-bottom: 1px solid #808080;
}
@media only screen and (max-width: 575px) {
  .p-section .p-section__list dt {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.5625;
  }
}
.p-section .p-section__list dd {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4375;
}
@media only screen and (max-width: 575px) {
  .p-section .p-section__list dd {
    font-size: 14px;
    line-height: 1.6428571429;
  }
}
.p-section .p-section__list dd + dt {
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .p-section .p-section__list dd + dt {
    margin-top: 10px;
  }
}
.p-section .p-section__trigger {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 6%;
  bottom: 7%;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
  .p-section .p-section__trigger {
    width: 30px;
    height: 30px;
    right: initial;
    bottom: 5%;
    left: 5%;
  }
}
.p-section .p-section__trigger::before, .p-section .p-section__trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
.p-section .p-section__trigger::before {
  width: 100%;
  height: 3px;
}
@media only screen and (max-width: 575px) {
  .p-section .p-section__trigger::before {
    height: 2px;
  }
}
.p-section .p-section__trigger::after {
  width: 3px;
  height: 100%;
}
@media only screen and (max-width: 575px) {
  .p-section .p-section__trigger::after {
    width: 2px;
  }
}
.p-section .p-section__trigger.is-active::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-section .p-section__trigger--rev {
  right: initial;
}
@media only screen and (min-width: 576px) {
  .p-section .p-section__trigger--rev {
    left: 6%;
  }
}
.p-section .p-section__trigger--sec::before, .p-section .p-section__trigger--sec::after {
  background-color: #808080;
}/*# sourceMappingURL=style.css.map */