@charset "UTF-8";
@import url("https://use.typekit.net/dwb1elr.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
.crossFade {
  -webkit-animation-name: crossFade;
  animation-name: crossFade;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.crossFade {
  position: absolute;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

@-webkit-keyframes crossFade {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes crossFade {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.anima {
  opacity: 0;
  will-change: opacity, transform;
  -webkit-transition: ease-in, opacity 1500ms, -webkit-transform 1000ms;
  transition: ease-in, opacity 1500ms, -webkit-transform 1000ms;
  transition: ease-in, opacity 1500ms, transform 1000ms;
  transition: ease-in, opacity 1500ms, transform 1000ms, -webkit-transform 1000ms;
  -webkit-transform: translate3d(0, 2.5rem, 0);
          transform: translate3d(0, 2.5rem, 0);
}

.anima.onView {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 768px) {
  html {
    font-size: calc(10 * 0.133334vw);
  }
  html .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
  html .sp {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) and (orientation: landscape) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) and (orientation: portrait) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

#Contents {
  overflow: hidden;
}

.bredlist.lp {
  margin: 2rem auto;
  min-width: unset;
  max-width: 120rem;
}

@media screen and (max-width: 768px) {
  .bredlist.lp {
    max-width: 70rem;
    margin: 3rem auto;
  }
}

.main-area {
  max-width: none;
}

@media screen and (max-width: 768px) {
  .main-area {
    max-width: none;
  }
}

#style_210303 *,
#style_210303 *::after,
#style_210303 *::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#style_210303 img, #style_210303 video {
  position: relative;
  width: 100%;
}

#style_210303 a:link:hover {
  cursor: pointer;
}

#style_210303 {
  /* ---------- Text Area ---------- */
  font-family: pragmatica, "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.86;
  text-align: justify;
  text-justify: inter-cluster;
  text-justify: inter-character;
}

@media screen and (max-width: 768px) {
  #style_210303 {
    font-size: 2.4rem;
    line-height: 1.75;
  }
}

#style_210303 .mainVisual-text {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 400;
  line-height: 2.22;
}

@media screen and (max-width: 768px) {
  #style_210303 .mainVisual-text {
    font-size: 2.6rem;
    line-height: 1.85;
  }
}

#style_210303 .contentsTitle {
  font-family: cormorant-garamond, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 6.8rem;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  #style_210303 .contentsTitle {
    font-size: 9rem;
    line-height: 0.81;
  }
}

#style_210303 .contentsNav li {
  font-family: cormorant-garamond, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
  line-height: 1.4;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  #style_210303 .contentsNav li {
    font-size: 4.6rem;
    line-height: 1.09;
  }
}

#style_210303 .contents .description {
  line-height: 2.5;
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #style_210303 .contents .description {
    font-size: 2.4rem;
    line-height: 2.16;
    letter-spacing: .12rem;
  }
}

#style_210303 figure figcaption {
  font-size: 1.3rem;
  line-height: 1.46;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #style_210303 figure figcaption {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}

#style_210303 .viewall {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #style_210303 .viewall {
    font-size: 2.8rem;
  }
}

.c-text {
  text-align: center;
}

[class*="break"] {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#style_210303 .viewall {
  position: relative;
  display: block;
  width: 38rem;
  padding: 2.2rem 0;
  margin: 10rem auto;
  border: 1px solid #000000;
}

@media screen and (max-width: 768px) {
  #style_210303 .viewall {
    width: 67.5rem;
    height: 12rem;
    padding: 4.5rem;
  }
}

#style_210303 .look__slider {
  position: relative;
}

#style_210303 .look__slider .slick-dots {
  width: 2.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: -2.2rem;
}

@media screen and (max-width: 768px) {
  #style_210303 .look__slider .slick-dots {
    width: 5rem;
    bottom: -4rem;
    left: auto;
    right: 2rem;
  }
}

#style_210303 .look__slider .slick-dots li {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

#style_210303 .look__slider .slick-dots li button {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  color: transparent;
  background: black;
  opacity: 0.5;
  border-radius: 50%;
  -webkit-transition: background .3s;
  transition: background .3s;
}

#style_210303 .look__slider .slick-dots li button:hover, #style_210303 .look__slider .slick-dots li button:focus {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  #style_210303 .look__slider .slick-dots li button {
    width: 1rem;
    height: 1rem;
  }
}

#style_210303 .look__slider .slick-dots li.slick-active button {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #style_210303 .wrap {
    padding-top: 4rem;
  }
}

#style_210303.yellow .colorNav.yellow {
  display: none;
  visibility: hidden;
}

#style_210303.blue .colorNav.blue {
  display: none;
  visibility: hidden;
}

#style_210303.beige .colorNav.beige {
  display: none;
  visibility: hidden;
}

#style_210303.green .colorNav.green {
  display: none;
  visibility: hidden;
}

#style_210303.goldWhite .colorNav.goldWhite {
  display: none;
  visibility: hidden;
}

#style_210303.lilacPink .colorNav.lilacPink {
  display: none;
  visibility: hidden;
}

#style_210303 .mainVisual {
  width: 100%;
  max-width: calc(100% - 20rem);
  margin: 0 auto;
  padding-bottom: 10.5rem;
}

@media screen and (max-width: 768px) {
  #style_210303 .mainVisual {
    padding-bottom: 10.8rem;
    max-width: none;
  }
}

#style_210303 .mainVisual-inner {
  position: relative;
}

#style_210303 .mainVisual-caption {
  width: 32rem;
  position: absolute;
  top: 26%;
  right: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #style_210303 .mainVisual-caption {
    width: 40rem;
    top: 29.6%;
  }
}

#style_210303 .mainVisual-text {
  padding-top: 7rem;
}

@media screen and (max-width: 768px) {
  #style_210303 .mainVisual-text {
    padding-top: 9rem;
  }
}

#style_210303 .contents {
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  #style_210303 .contents {
    margin-top: 7rem;
  }
}

#style_210303 .contentsTitle {
  position: relative;
  padding: 1.2rem 0;
}

@media screen and (max-width: 768px) {
  #style_210303 .contentsTitle {
    padding: 6.4rem 0;
  }
}

#style_210303 .contentsTitle.yellow::before {
  background-color: #efd462;
}

#style_210303 .contentsTitle.blue::before {
  background-color: #91aace;
}

#style_210303 .contentsTitle.beige::before {
  background-color: #ccbaa3;
}

#style_210303 .contentsTitle.green::before {
  background-color: #ccd397;
}

#style_210303 .contentsTitle.goldWhite::before {
  background-color: #b5a685;
}

#style_210303 .contentsTitle.lilacPink::before {
  background-color: #debdef;
}

#style_210303 .contentsTitle::before {
  content: "";
  width: 200vw;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100vw;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #style_210303 .contentsTitle::before {
    width: 100%;
    left: 0;
  }
}

#style_210303 .contentsNav {
  width: 100%;
  max-width: 90.5rem;
  margin: 0 auto;
  margin-bottom: 15rem;
}

@media screen and (max-width: 768px) {
  #style_210303 .contentsNav {
    max-width: 71rem;
    margin-bottom: 19rem;
  }
}

#style_210303 .contentsNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#style_210303 .contentsNav ul > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: calc( 50% - .3rem);
  margin-bottom: .6rem;
}

@media screen and (max-width: 768px) {
  #style_210303 .contentsNav ul > * {
    max-width: none;
    margin-bottom: 1rem;
  }
}

#style_210303 .contentsNav ul > *:nth-child(even) {
  margin-left: .6rem;
}

@media screen and (max-width: 768px) {
  #style_210303 .contentsNav ul > *:nth-child(even) {
    margin-left: 0;
  }
}

#style_210303 .contentsNav ul .colorNav {
  position: relative;
  padding: 0.6rem 3rem;
}

@media screen and (max-width: 768px) {
  #style_210303 .contentsNav ul .colorNav {
    padding: 1.8rem 4rem;
  }
}

#style_210303 .contentsNav ul .colorNav > * {
  display: block;
}

#style_210303 .contentsNav ul .colorNav.yellow::before {
  background-color: #efd462;
}

#style_210303 .contentsNav ul .colorNav.blue::before {
  background-color: #91aace;
}

#style_210303 .contentsNav ul .colorNav.beige::before {
  background-color: #ccbaa3;
}

#style_210303 .contentsNav ul .colorNav.green::before {
  background-color: #ccd397;
}

#style_210303 .contentsNav ul .colorNav.goldWhite::before {
  background-color: #b5a685;
}

#style_210303 .contentsNav ul .colorNav.lilacPink::before {
  background-color: #debdef;
}

#style_210303 .contentsNav ul .colorNav::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#style_210303 .contents .description + p {
  padding-top: 4rem;
}

@media screen and (max-width: 768px) {
  #style_210303 .contents .description + p {
    padding-top: 4.2rem;
  }
}

#style_210303 .contents .itemList {
  position: relative;
  padding-top: 10.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 89rem;
}

@media screen and (max-width: 768px) {
  #style_210303 .contents .itemList {
    padding-top: 10.5rem;
    max-width: 62.5rem;
  }
}

#style_210303 .contents .itemList > *:not(.break) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 25rem;
}

@media screen and (max-width: 768px) {
  #style_210303 .contents .itemList > *:not(.break) {
    max-width: 28rem;
    margin-bottom: 7.5rem;
  }
}

#style_210303 .contents .itemList li.break {
  margin-bottom: 9.3rem;
}

#style_210303 .contents .itemList li.break:not(:nth-child(7)) + * {
  margin: 0 auto;
  margin-right: 7rem;
}

@media screen and (max-width: 768px) {
  #style_210303 .contents .itemList li.break:not(:nth-child(7)) + * {
    margin: 0;
  }
}

#style_210303 .contents .itemList li.break:not(:nth-child(7)) + * + * {
  margin: 0 auto;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  #style_210303 .contents .itemList li.break:not(:nth-child(7)) + * + * {
    margin: 0;
  }
}

#style_210303 .contents .itemList li > * {
  display: block;
}

#style_210303 .contents .itemList li > * figure figcaption {
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  #style_210303 .contents .itemList li > * figure figcaption {
    margin-top: 1.4rem;
  }
}
/*# sourceMappingURL=main.css.map */