@charset "UTF-8";

.js-fade-Vr {
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  opacity: 0;
  -webkit-transform: translateY(6rem);
  transform: translateY(6rem);
}

.js-fade-Vr.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*//////////////////////////////////////////////////

Title : _swiperreset.css

==========================================

Content

    swiper

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            swiper
============================================================================================== */
.main-container.__landing-page .swiper-button-prev.swiper-custom-button,
.main-container.__landing-page .swiper-button-next.swiper-custom-button {
  width: inherit;
  height: inherit;
  left: inherit;
  right: inherit;
  margin-top: inherit;
  display: inherit;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  color: inherit;
}

.main-container.__landing-page .swiper-button-prev.swiper-custom-button::before,
.main-container.__landing-page .swiper-button-prev.swiper-custom-button::after,
.main-container.__landing-page .swiper-button-next.swiper-custom-button::before,
.main-container.__landing-page .swiper-button-next.swiper-custom-button::after {
  content: "";
  display: none;
  position: inherit;
  width: inherit;
  height: inherit;
  background: inherit;
  left: inherit;
  -webkit-transform: inherit;
  transform: inherit;
  top: inherit;
  bottom: inherit;
}

.main-container.__landing-page .swiper-pagination {
  position: inherit;
  bottom: inherit;
  left: inherit;
  width: inherit;
  text-align: inherit;
  -webkit-transform: inherit;
  transform: inherit;
  z-index: inherit;
  line-height: initial;
}

.main-container.__landing-page .swiper-pagination-bullet {
  display: inline-block;
  width: inherit;
  height: inherit;
  margin: inherit;
  border-radius: inherit;
  background: inherit;
  opacity: inherit;
  line-height: initial;
}

.main-container.__landing-page .swiper-pagination-bullet-active {
  opacity: inherit;
  background: inherit;
}

/*//////////////////////////////////////////////////

Title : _slickreset.css

==========================================

Content

    slick

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            slick
============================================================================================== */
.main-container.__landing-page .slick-arrow {
  width: inherit;
  height: inherit;
  top: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}

.main-container.__landing-page .slick-arrow::before,
.main-container.__landing-page .slick-arrow::after {
  display: none;
}

.main-container.__landing-page .slick-arrow.slick-prev {
  left: inherit;
}

.main-container.__landing-page .slick-arrow.slick-next {
  right: inherit;
}

html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: calc(10* (100vw / 1400));
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(10* (100vw / 750));
  }
}

body {
  width: 100%;
}

.main-container.__landing-page img,
.main-container.__landing-page video,
.main-container.__landing-page svg {
  width: 100%;
  height: auto;
}

.main-container.__landing-page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-container.__landing-page a,
.main-container.__landing-page picture {
  display: block;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .sp_component {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .main-container.__landing-page .pc_component {
    display: none;
  }

  .main-container.__landing-page .order_1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .main-container.__landing-page .order_2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

/*//////////////////////////////////////////////////

Title : _layout.css
For   : "gleato Pique Collabo Vol.2" styles of the site

Created       : 2021-10-21
Last Modified : 2021-10-21


==========================================

Content

    common

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            common
============================================================================================== */
.main-container.__landing-page {
  width: 100%;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.025em;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  color: #000;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page {
    padding: 25px 0 120px;
    line-height: 2;
  }
}

@media screen and (min-width: 1025px) {
  .main-container.__landing-page {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main-container.__landing-page {
    font-size: 12px;
  }
}

.main-container.__landing-page a,
.main-container.__landing-page picture {
  display: block;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page {
    width: 100%;
    padding: 0 0 20vw;
    font-size: 14px;
    line-height: 1.85714;
  }
}

/*//////////////////////////////////////////////////

Title : _firstview.css
For   : "gleato Pique Collabo Vol.2" styles of the site

Created       : 2021-10-21
Last Modified : 2021-10-21

==========================================

Content

    first view

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                          first view
============================================================================================== */
.main-container.__landing-page .firstview__wrapper {
  position: relative;
  text-align: center;
}

.main-container.__landing-page .firstview__image {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .firstview__image {
    max-width: 1200px;
    width: 100%;
  }
}

.main-container.__landing-page .firstview__title {
  position: relative;
}

.main-container.__landing-page .firstview__title span {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .firstview__title {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .firstview__title .title__logo--furfur {
    width: 200px;
  }
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .firstview__title .title__logo--pique {
    width: 170px;
    margin-top: 25px;
  }
}

.main-container.__landing-page .firstview__title .title__text {
  position: relative;
  font-family: pragmatica, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #f7931e;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .firstview__title .title__text span:nth-of-type(2) {
    margin-top: 20px;
  }
}

.main-container.__landing-page .firstview__title .title__text::before,
.main-container.__landing-page .firstview__title .title__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {

  .main-container.__landing-page .firstview__title .title__text::before,
  .main-container.__landing-page .firstview__title .title__text::after {
    width: 30px;
    height: 25px;
  }
}

.main-container.__landing-page .firstview__title .title__text::before {
  left: 0;
  background-image: url(/Page/issue/issue_211027/assets/img/svg/line-left.svg);
}

.main-container.__landing-page .firstview__title .title__text::after {
  right: 0;
  background-image: url(/Page/issue/issue_211027/assets/img/svg/line-right.svg);
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .firstview__title .title__text {
    margin-top: 30px;
    padding: 0 25px;
    font-size: 1.57143em;
  }
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .firstview__title .title__number {
    width: 104px;
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .firstview__lead {
    font-size: 1.14286em;
  }

  .main-container.__landing-page .firstview__lead:nth-of-type(1) {
    margin-top: 42px;
  }

  .main-container.__landing-page .firstview__lead:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page .firstview__image {
    width: 100%;
  }

  .main-container.__landing-page .firstview__title {
    margin-top: 12vw;
  }

  .main-container.__landing-page .firstview__title .title__logo {
    width: 32.26667vw;
  }

  .main-container.__landing-page .firstview__title .title__logo--pique {
    margin-top: 6.66667vw;
  }

  .main-container.__landing-page .firstview__title .title__text {
    margin-top: 8vw;
    padding: 0 4vw;
    font-size: 4.53333vw;
  }

  .main-container.__landing-page .firstview__title .title__text span:nth-of-type(2) {
    margin-top: 4vw;
  }

  .main-container.__landing-page .firstview__title .title__text::before,
  .main-container.__landing-page .firstview__title .title__text::after {
    width: 6vw;
    height: 5vw;
  }

  .main-container.__landing-page .firstview__title .title__number {
    width: 18.4vw;
    margin-top: 8vw;
  }

  .main-container.__landing-page .firstview__lead:nth-of-type(1) {
    margin-top: 11.73333vw;
  }

  .main-container.__landing-page .firstview__lead:not(:nth-of-type(1)) {
    margin-top: 3.2vw;
  }
}

/*//////////////////////////////////////////////////

Title : _content.css
For   : "gleato Pique Collabo Vol.2" styles of the site

Created       : 2021-10-21
Last Modified : 2021-10-21

==========================================

Content

    content

//////////////////////////////////////////////////*/
/* ==============================================================================================
																						content
============================================================================================== */
.main-container.__landing-page .content__wrapper {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__wrapper--sec01 {
    margin-top: 62px;
  }

  .main-container.__landing-page .content__wrapper--sec02 {
    margin-top: 180px;
  }
}

.main-container.__landing-page .content__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__inner {
    max-width: 1440px;
    padding: 0 20px;
  }
}

.main-container.__landing-page .content__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-container.__landing-page .content__block--sec01-01::before {
  content: "";
  position: absolute;
  background: #ecf0f1;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__block--sec01-01::before {
    top: 14.73684%;
    left: 42.14286%;
    width: 42.28571%;
    height: 78.31579%;
  }
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-container.__landing-page .content__block:not(:nth-of-type(1)) {
    margin-top: 180px;
  }

  .main-container.__landing-page .content__block--sec01-04 {
    padding: 0 5%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30.6%, transparent), color-stop(30.6%, #fbf7f7), color-stop(94.11%, #fbf7f7), color-stop(94.11%, transparent), to(transparent));
    background: linear-gradient(to bottom, transparent 0%, transparent 30.6%, #fbf7f7 30.6%, #fbf7f7 94.11%, transparent 94.11%, transparent 100%);
  }

  .main-container.__landing-page .content__block--sec01-05 {
    margin-top: 180px;
  }
}

.main-container.__landing-page .content__unit {
  position: relative;
}

.main-container.__landing-page .content__unit .index {
  font-family: pragmatica, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #d15c71;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__unit .index {
    margin-bottom: 40px;
    font-size: 2.14286em;
  }
}

.main-container.__landing-page .content__unit .image {
  position: relative;
  z-index: 1;
}

.main-container.__landing-page .content__unit .swiper-pagination {
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__unit .swiper-pagination {
    margin-top: 20px;
  }
}

.main-container.__landing-page .content__unit .swiper-pagination-bullet {
  display: inline-block;
  background-image: url(/Page/issue/issue_211027/assets/img/svg/pagination-heart.svg);
  background-repeat: no-repeat;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__unit .swiper-pagination-bullet {
    width: 13px;
    height: 14px;
    margin: 0 7px;
  }
}

.main-container.__landing-page .content__unit .swiper-pagination-bullet-active {
  background-image: url(/Page/issue/issue_211027/assets/img/svg/pagination-heart-active.svg);
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__unit--sec01-01 {
    max-width: 624px;
    -webkit-box-flex: 1.38667;
    -ms-flex-positive: 1.38667;
    flex-grow: 1.38667;
  }

  .main-container.__landing-page .content__unit--sec01-02 {
    max-width: 450px;
    margin-top: 350px;
    margin-left: 70px;
  }

  .main-container.__landing-page .content__unit--sec01-03,
  .main-container.__landing-page .content__unit--sec01-08 {
    text-align: center;
  }

  .main-container.__landing-page .content__unit--sec01-03 .image,
  .main-container.__landing-page .content__unit--sec01-08 .image {
    max-width: 732px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .main-container.__landing-page .content__unit--sec01-03 .content__caption span,
  .main-container.__landing-page .content__unit--sec01-08 .content__caption span {
    margin: 0 3px;
  }

  .main-container.__landing-page .content__unit--sec01-04 {
    max-width: 440px;
    width: 36.66667%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 286px;
    padding-top: 70px;
    padding-left: 90px;
  }

  .main-container.__landing-page .content__unit--sec01-04::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 68.18182%;
    height: 56.07477%;
    background: #fbf4ec;
  }

  .main-container.__landing-page .content__unit--sec01-05 {
    max-width: 630px;
    width: 52.5%;
    -webkit-box-flex: 1.43182;
    -ms-flex-positive: 1.43182;
    flex-grow: 1.43182;
    margin-left: 70px;
    padding-right: 90px;
    text-align: right;
  }

  .main-container.__landing-page .content__unit--sec01-05::before {
    content: "";
    position: absolute;
    top: 57.78302%;
    right: 0;
    width: 41.26984%;
    height: 37.2093%;
    background: #fbf4ec;
  }

  .main-container.__landing-page .content__unit--sec01-05 .content__caption {
    margin-top: 30px;
  }

  .main-container.__landing-page .content__unit--sec01-06 {
    max-width: 624px;
    -webkit-box-flex: 1.38667;
    -ms-flex-positive: 1.38667;
    flex-grow: 1.38667;
  }

  .main-container.__landing-page .content__unit--sec01-07 {
    max-width: 450px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 357px;
    margin-left: 90px;
    text-align: right;
  }

  .main-container.__landing-page .content__unit--sec01-09 {
    max-width: 540px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .main-container.__landing-page .content__unit--sec01-10 {
    max-width: 625px;
    -webkit-box-flex: 1.15741;
    -ms-flex-positive: 1.15741;
    flex-grow: 1.15741;
    margin-top: 280px;
    margin-left: 70px;
  }
}

.main-container.__landing-page .content__gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d15c71;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__gift {
    max-width: 774px;
    width: 100%;
    margin-top: 90px;
    padding: 50px;
  }
}

.main-container.__landing-page .content__gift .gift__text .title {
  font-family: pragmatica, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #d15c71;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__gift .gift__text .title {
    font-size: 3.28571em;
  }
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__gift .gift__text .description {
    margin-top: 23px;
  }
}

.main-container.__landing-page .content__gift .gift__text .price {
  color: #808080;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__gift .gift__text .price {
    margin-top: 13px;
    font-size: 0.85714em;
  }
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__gift .gift__image {
    max-width: 220px;
    width: 100%;
    margin-left: 50px;
  }
}

.main-container.__landing-page .content__credit {
  font-family: pragmatica, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__credit {
    margin-top: 100px;
    font-size: 0.92857em;
    line-height: 1.84615;
  }
}

.main-container.__landing-page .content__decoration {
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__decoration--01 {
    width: 80px;
    top: 130px;
    right: 9.28571%;
  }

  .main-container.__landing-page .content__decoration--02 {
    width: 64px;
    top: 206px;
    right: 13.85714%;
  }

  .main-container.__landing-page .content__decoration--03 {
    width: 80px;
    top: -20px;
    left: 8.57143%;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page .content__wrapper--sec01 {
    margin-top: 15.6vw;
  }

  .main-container.__landing-page .content__wrapper--sec02 {
    margin-top: 10vw;
  }

  .main-container.__landing-page .content__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-container.__landing-page .content__block:not(:nth-of-type(1)) {
    margin-top: 26.66667vw;
  }

  .main-container.__landing-page .content__block--sec01-01::before {
    top: 48vw;
    left: 0;
    width: 78.66667vw;
    height: 99.2vw;
  }

  .main-container.__landing-page .content__block--sec01-04 {
    padding-top: 8.66667vw;
    padding-bottom: 7.33333vw;
    background: #fbf7f7;
  }

  .main-container.__landing-page .content__block--sec01-05 {
    margin-top: 26.66667vw;
  }

  .main-container.__landing-page .content__unit .index {
    margin-bottom: 8vw;
    font-size: 22.5px;
  }

  .main-container.__landing-page .content__unit .swiper-pagination {
    margin-top: 5.33333vw;
  }

  .main-container.__landing-page .content__unit .swiper-pagination-bullet {
    width: 2.8vw;
    height: 2.93333vw;
    margin: 0 2vw;
  }

  .main-container.__landing-page .content__unit--sec01-01 {
    padding: 0 8.26667vw;
  }

  .main-container.__landing-page .content__unit--sec01-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 6.66667vw;
    padding-left: 6vw;
  }

  .main-container.__landing-page .content__unit--sec01-02 .image {
    margin-left: 6vw;
  }

  .main-container.__landing-page .content__unit--sec01-03,
  .main-container.__landing-page .content__unit--sec01-08 {
    text-align: center;
    padding: 0 2vw;
  }

  .main-container.__landing-page .content__unit--sec01-03 .content__caption span,
  .main-container.__landing-page .content__unit--sec01-08 .content__caption span {
    margin: 0 1.33333vw;
  }

  .main-container.__landing-page .content__unit--sec01-04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 6.66667vw;
    padding-top: 8vw;
    padding-left: 4vw;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .main-container.__landing-page .content__unit--sec01-04 .image {
    width: 60vw;
  }

  .main-container.__landing-page .content__unit--sec01-04 .content__caption {
    margin-left: 4vw;
    margin-bottom: 8.53333vw;
  }

  .main-container.__landing-page .content__unit--sec01-04::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40vw;
    height: 40vw;
    background: #fbf4ec;
  }

  .main-container.__landing-page .content__unit--sec01-05 {
    padding-top: 8vw;
    padding-left: 20vw;
    padding-right: 8vw;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .main-container.__landing-page .content__unit--sec01-05::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 34.66667vw;
    height: 42.66667vw;
    background: #fbf4ec;
  }

  .main-container.__landing-page .content__unit--sec01-06 {
    padding: 0 8.4vw;
  }

  .main-container.__landing-page .content__unit--sec01-07 {
    margin-top: 6.66667vw;
    padding-left: 8.4vw;
  }

  .main-container.__landing-page .content__unit--sec01-07 .image {
    padding-left: 31.6vw;
  }

  .main-container.__landing-page .content__unit--sec01-08 .content__caption {
    margin-top: 3.73333vw;
  }

  .main-container.__landing-page .content__unit--sec01-09 {
    padding-right: 28vw;
  }

  .main-container.__landing-page .content__unit--sec01-10 {
    margin-top: 6.66667vw;
    padding-left: 16.8vw;
  }

  .main-container.__landing-page .content__unit--sec01-10 .content__caption {
    margin-top: 3.73333vw;
  }

  .main-container.__landing-page .content__unit--sec01-10 .content__caption span {
    margin-right: 1.33333vw;
  }

  .main-container.__landing-page .content__gift {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 88.26667vw;
    margin-top: 16vw;
    padding: 10.66667vw 0;
    text-align: center;
  }

  .main-container.__landing-page .content__gift .gift__text .title {
    font-size: 30px;
  }

  .main-container.__landing-page .content__gift .gift__text .description {
    margin-top: 5.73333vw;
  }

  .main-container.__landing-page .content__gift .gift__text .price {
    margin-top: 2.66667vw;
    font-size: 12px;
  }

  .main-container.__landing-page .content__gift .gift__image {
    width: 41.33333vw;
    margin: 6.26667vw auto 0;
  }

  .main-container.__landing-page .content__credit {
    margin-top: 19.13333vw;
    font-size: 13px;
    line-height: 1.84615;
  }

  .main-container.__landing-page .content__decoration--03 {
    width: 15.73333vw;
    top: -9.33333vw;
    left: 5.33333vw;
  }
}

/*//////////////////////////////////////////////////

Title : _product.css
For   : "gleato Pique Collabo Vol.2" styles of the site

Created       : 2021-10-21
Last Modified : 2021-10-21

==========================================

Content

    content

//////////////////////////////////////////////////*/
/* ==============================================================================================
																						content
============================================================================================== */
.main-container.__landing-page .content__product {
  position: relative;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__product:not(:nth-of-type(1)) {
    margin-top: 95px;
  }
}

.main-container.__landing-page .content__product--withbg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fbf7f7;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__product--withbg {
    margin-top: 40px !important;
    padding: 40px 0;
  }

  .main-container.__landing-page .content__product--withbg::before,
  .main-container.__landing-page .content__product--withbg::after {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: #fbf7f7;
  }

  .main-container.__landing-page .content__product--withbg::before {
    left: -50%;
  }

  .main-container.__landing-page .content__product--withbg::after {
    right: -50%;
  }
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__product--withbg .product__list {
    margin-left: 25px;
    padding-top: 0 !important;
  }
}

.main-container.__landing-page .content__product .product__heading {
  position: relative;
  text-align: center;
  z-index: 1;
}

.main-container.__landing-page .content__product .product__heading .title {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__product .product__heading .lead {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__product .product__heading--column01 .title {
    width: 254px;
  }

  .main-container.__landing-page .content__product .product__heading--column02 .title {
    width: 256px;
  }

  .main-container.__landing-page .content__product .product__heading--column03 .title {
    width: 156px;
  }

  .main-container.__landing-page .content__product .product__heading--column04 .title {
    width: 234px;
  }

  .main-container.__landing-page .content__product .product__heading--column05 .title {
    width: 330px;
  }

  .main-container.__landing-page .content__product .product__heading--column07 .title {
    width: 554px;
  }

  .main-container.__landing-page .content__product .product__heading--column08 .title {
    width: 182px;
  }
}

.main-container.__landing-page .content__product .product__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-container.__landing-page .content__product .product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__product .product__list {
    position: relative;
    padding-top: 33px;
  }
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__product .product__image {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 15px;
  }
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__product .product__image.__wide {
    max-width: 220px;
  }
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__product .product__image.__narrow {
    max-width: 200px;
  }
}

.main-container.__landing-page .content__product .product__text {
  text-align: center;
}

.main-container.__landing-page .content__product .product__title {
  position: relative;
  display: inline-block;
  font-family: pragmatica, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  z-index: 1;
  color: #d15c71;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__product .product__title {
    padding: 0 20px 2px;
    font-size: 2.14286em;
  }
}

.main-container.__landing-page .content__product .product__title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #e9e7e8;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__product .product__title::after {
    height: 14px;
  }
}

.main-container.__landing-page .content__product--column01 .content__caption {
  color: #7892a7;
}

.main-container.__landing-page .content__product--column01 .content__caption span {
  border-color: #7892a7;
}

.main-container.__landing-page .content__product--column01 .product__title {
  color: #7892a7;
}

.main-container.__landing-page .content__product--column02 .content__caption {
  color: #8b8194;
}

.main-container.__landing-page .content__product--column02 .content__caption span {
  border-color: #8b8194;
}

.main-container.__landing-page .content__product--column02 .product__title {
  color: #8b8194;
}

.main-container.__landing-page .content__product--column03 .content__caption {
  color: #8a9093;
}

.main-container.__landing-page .content__product--column03 .content__caption span {
  border-color: #8a9093;
}

.main-container.__landing-page .content__product--column03 .product__title {
  color: #8a9093;
}

.main-container.__landing-page .content__product--column04 .content__caption {
  color: #d99142;
}

.main-container.__landing-page .content__product--column04 .content__caption span {
  border-color: #d99142;
}

.main-container.__landing-page .content__product--column04 .product__title {
  color: #d99142;
}

.main-container.__landing-page .content__product--column05 .content__caption {
  color: #d15c71;
}

.main-container.__landing-page .content__product--column05 .content__caption span {
  border-color: #d15c71;
}

.main-container.__landing-page .content__product--column05 .product__title {
  color: #d15c71;
}

.main-container.__landing-page .content__product--column07 .content__caption {
  color: #7C957F;
}

.main-container.__landing-page .content__product--column07 .content__caption span {
  border-color: #7C957F;
}

.main-container.__landing-page .content__product--column07 .product__title {
  color: #7C957F;
}

.main-container.__landing-page .content__product--column08 .content__caption {
  color: #7899b1;
}

.main-container.__landing-page .content__product--column08 .content__caption span {
  border-color: #7899b1;
}

.main-container.__landing-page .content__product--column08 .product__title {
  color: #7899b1;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page .content__product {
    margin-top: 16.66667vw;
  }

  .main-container.__landing-page .content__product--withbg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-top: 8vw !important;
    padding: 10.66667vw 0 9.33333vw;
  }

  .main-container.__landing-page .content__product--column01 .product__list {
    padding-left: 12vw;
    padding-right: 12vw;
  }

  .main-container.__landing-page .content__product--column02 .product__list {
    padding-left: 12vw;
    padding-right: 12vw;
  }

  .main-container.__landing-page .content__product--column03 .product__list {
    padding-left: 12vw;
    padding-right: 12vw;
  }

  .main-container.__landing-page .content__product--column04 .product__list {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .main-container.__landing-page .content__product--column05 .product__list {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .main-container.__landing-page .content__product--column06 .product__list {
    padding: 7.33333vw 12vw 0 !important;
  }

  .main-container.__landing-page .content__product--column07 .product__list:nth-of-type(1) {
    padding-left: 12vw;
    padding-right: 12vw;
  }

  .main-container.__landing-page .content__product--column07 .product__list:nth-of-type(2) {
    padding-left: 15.33333vw;
    padding-right: 15.33333vw;
  }

  .main-container.__landing-page .content__product--column08 .product__list {
    padding-left: 12vw;
    padding-right: 12vw;
  }

  .main-container.__landing-page .content__product .product__heading .lead {
    margin-top: 5.33333vw;
    line-height: 1.9;
  }

  .main-container.__landing-page .content__product .product__heading--column01 .title {
    width: 49.33333vw;
  }

  .main-container.__landing-page .content__product .product__heading--column02 .title {
    width: 50.13333vw;
  }

  .main-container.__landing-page .content__product .product__heading--column03 .title {
    width: 30.66667vw;
  }

  .main-container.__landing-page .content__product .product__heading--column04 .title {
    width: 45.33333vw;
  }

  .main-container.__landing-page .content__product .product__heading--column05 .title {
    width: 64.8vw;
  }

  .main-container.__landing-page .content__product .product__heading--column07 .title {
    width: 66.13333vw;
  }

  .main-container.__landing-page .content__product .product__heading--column08 .title {
    width: 35.2vw;
  }

  .main-container.__landing-page .content__product .product__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-container.__landing-page .content__product .product__list {
    padding-top: 9.33333vw;
  }

  .main-container.__landing-page .content__product .product__image {
    margin: 0 1.33333vw;
  }

  .main-container.__landing-page .content__product .product__title {
    font-size: 22.5px;
    padding: 0 3.2vw 0vw;
  }

  .main-container.__landing-page .content__product .product__title::after {
    height: 2.66667vw;
  }
}

/*//////////////////////////////////////////////////

Title : _foot.css
For   : "gleato Pique Collabo Vol.2" styles of the site

Created       : 2021-10-21
Last Modified : 2021-10-21

==========================================

Content

    content

//////////////////////////////////////////////////*/
/* ==============================================================================================
																						content
============================================================================================== */
.main-container.__landing-page .content__foot {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #fffaf4;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__foot {
    max-width: 1300px;
    margin-top: 100px;
    padding: 50px 160px;
  }
}

.main-container.__landing-page .content__foot .foot__inner .index {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__foot .foot__inner .index {
    font-size: 1.42857em;
  }
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__foot .foot__detail {
    margin-top: 50px;
  }
}

.main-container.__landing-page .content__foot .foot__detail .title {
  position: relative;
  font-family: pragmatica, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #f7931e;
  line-height: 1;
}

.main-container.__landing-page .content__foot .foot__detail .title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #f7931e;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__foot .foot__detail .title {
    font-size: 1.28571em;
  }
}

.main-container.__landing-page .content__foot .foot__detail .title span {
  position: relative;
  z-index: 1;
  background: #fffaf4;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__foot .foot__detail .title span {
    padding: 0 15px;
  }
}

.main-container.__landing-page .content__foot .foot__detail .lead .highlight {
  color: #7892a7;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__foot .foot__detail .lead {
    margin-top: 10px;
  }
}

.main-container.__landing-page .content__foot .foot__logo {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__foot .foot__logo {
    margin-top: 28px;
  }
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__foot .foot__logo--furfur {
    width: 96px;
  }
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__foot .foot__logo--pique {
    width: 102px;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page .content__foot {
    margin-top: 20vw;
  }

  .main-container.__landing-page .content__foot .foot__inner {
    padding: 12vw 8vw;
  }

  .main-container.__landing-page .content__foot .foot__inner .index {
    font-size: 5.33333vw;
  }

  .main-container.__landing-page .content__foot .foot__detail {
    margin-top: 13.33333vw;
  }

  .main-container.__landing-page .content__foot .foot__detail .title {
    font-size: 4.8vw;
  }

  .main-container.__landing-page .content__foot .foot__detail .title span {
    padding: 0 2vw;
  }

  .main-container.__landing-page .content__foot .foot__detail .lead {
    margin-top: 5.33333vw;
  }

  .main-container.__landing-page .content__foot .foot__logo {
    margin-top: 6.66667vw;
  }

  .main-container.__landing-page .content__foot .foot__logo--furfur {
    width: 22.13333vw;
  }

  .main-container.__landing-page .content__foot .foot__logo--pique {
    width: 24vw;
  }
}

/*//////////////////////////////////////////////////

Title : _caption.css
For   : "gleato Pique Collabo Vol.2" styles of the site

Created       : 2021-10-21
Last Modified : 2021-10-21

==========================================

Content

    caption

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                          caption
============================================================================================== */
.main-container.__landing-page .content__caption {
  position: relative;
  z-index: 1;
  font-family: pragmatica, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}

.main-container.__landing-page .content__caption span {
  display: inline-block;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__caption--common {
    margin-top: 20px;
    font-size: 0.85714em;
  }

  .main-container.__landing-page .content__caption--common span:not(:nth-of-type(1)) {
    margin-top: 12px;
  }
}

.main-container.__landing-page .content__caption--product {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__caption--product {
    margin-top: 22px;
    font-size: 1.14286em;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page .content__caption--common {
    margin-top: 6.66667vw;
    font-size: 3.2vw;
  }

  .main-container.__landing-page .content__caption--common span:not(:nth-of-type(1)) {
    margin-top: 3.2vw;
  }

  .main-container.__landing-page .content__caption--product {
    margin-top: 3.73333vw;
    font-size: 3.2vw;
  }
}

/*//////////////////////////////////////////////////

Title : _button.css
For   : "gleato Pique Collabo Vol.2" styles of the site

Created       : 2021-10-21
Last Modified : 2021-10-21


==========================================

Content

    button

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            button
============================================================================================== */
.main-container.__landing-page .button__wrapper {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .button__wrapper {
    margin-top: 100px;
  }
}

.main-container.__landing-page .content__button {
  display: inline-block;
  margin: 0 auto;
  font-family: pragmatica, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__button {
    width: 202px;
    height: 40px;
    font-size: 0.92857em;
  }

  .main-container.__landing-page .content__button:not(:nth-of-type(1)) {
    margin-top: 15px;
  }
}

.main-container.__landing-page .content__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #272727;
  border: 1px solid #8b8b8b;
  letter-spacing: 0.08em;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page .button__wrapper {
    margin-top: 24vw;
  }

  .main-container.__landing-page .content__button {
    width: 42.93333vw;
    height: 9.33333vw;
    font-size: 3.46667vw;
    white-space: nowrap;
  }

  .main-container.__landing-page .content__button:not(:nth-of-type(1)) {
    margin-top: 4vw;
  }
}

/*# sourceMappingURL=layout.css.map */