@charset "UTF-8";

.js-fade {
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  opacity: 0;
}

.js-fade.active {
  opacity: 1;
}

html {
  font-size: 62.5%;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  html {
    font-size: calc(10* (100vw / 1200));
  }
}

@media screen and (max-width: 599px) {
  html {
    font-size: calc(10* (100vw / 750));
  }
}

body {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .main-area .main-inner {
    width: 100%;
  }
}

#main-container img,
#main-container video {
  width: 100%;
  height: auto;
}

#main-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 600px) {
  #main-container .sp_component {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  #main-container #breadcrumb .cateList {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: initial;
  }

  #main-container .pc_component {
    display: none;
  }

  #main-container .order_1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  #main-container .order_2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

/*//////////////////////////////////////////////////

Title : _layout.css
For   : "CELFORD made with LIBERTY FABRIC" styles of the site

Created       : 2021-07-16
Last Modified : 2021-07-16

==========================================

Content

    common

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            common
============================================================================================== */
.main-container {
  margin: 0 auto;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #000;
  text-align: center;
  line-height: 2;
}

@media screen and (min-width: 600px) {
  .main-container {
    width: 120rem;
    padding: 2rem 0 2rem;
    font-size: 1.5rem;
  }
}

.main-container a {
  display: block;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 599px) {
  .main-container {
    width: 100%;
    padding: 0 0 calc(10* (100vw / 750));
    font-size: calc(28* (100vw / 750));
  }
}

/*//////////////////////////////////////////////////

Title : _first view.css
For   : "CELFORD made with LIBERTY FABRIC" styles of the site

Created       : 2021-07-16
Last Modified : 2021-07-16

==========================================

Content

    first view

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            first view
============================================================================================== */
.firstview {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .firstview {
    max-width: 1050px;
  }
}

@media screen and (min-width: 600px) {
  .firstview__text {
    margin-top: 12rem;
  }
}

.firstview__text .title {
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .firstview__text .title {
    width: 28.6rem;
  }
}

@media screen and (min-width: 600px) {
  .firstview__text .lead:nth-of-type(1) {
    margin-top: 4.3rem;
  }

  .firstview__text .lead:nth-of-type(2) {
    margin-top: 1.5rem;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 599px) {
  .firstview__text {
    margin-top: calc(150* (100vw / 750));
  }

  .firstview__text .title {
    width: calc(435* (100vw / 750));
  }

  .firstview__text .lead:nth-of-type(1) {
    margin-top: calc(76* (100vw / 750));
  }

  .firstview__text .lead:nth-of-type(2) {
    margin-top: calc(37* (100vw / 750));
  }
}

/*//////////////////////////////////////////////////

Title : _content.css
For   : "CELFORD made with LIBERTY FABRIC" styles of the site

Created       : 2021-07-16
Last Modified : 2021-07-16

==========================================

Content

    content

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            content
============================================================================================== */
.main-container .content__wrapper {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .main-container .content__wrapper {
    max-width: 760px;
    margin: 7.5rem auto 0;
  }
}

.main-container .content__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 600px) {
  .main-container .content__block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-container .content__block--upper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .main-container .content__block--lower {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 3rem;
  }
}

@media screen and (min-width: 600px) {
  .main-container .content__image--upper {
    width: 34rem;
  }

  .main-container .content__image--lower {
    width: 32rem;
  }
}

@media screen and (min-width: 600px) {
  .main-container .content__description:nth-of-type(1) {
    margin-top: 10.5rem;
  }

  .main-container .content__description:nth-of-type(2) {
    margin-top: 1.5rem;
  }
}

.main-container .content__banner {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .main-container .content__banner {
    max-width: 820px;
    margin-top: 8.3rem;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 599px) {
  .main-container .content__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-container .content__block--lower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: calc(190* (100vw / 750));
  }

  .main-container .content__image--upper {
    width: calc(600* (100vw / 750));
    margin-left: calc(30* (100vw / 750));
  }

  .main-container .content__image--lower {
    width: calc(560* (100vw / 750));
    margin-left: calc(190* (100vw / 750));
  }

  .main-container .content__description:nth-of-type(1) {
    margin-top: calc(136* (100vw / 750));
  }

  .main-container .content__description:nth-of-type(2) {
    margin-top: calc(38* (100vw / 750));
  }

  .main-container .content__banner {
    max-width: calc(690* (100vw / 750));
    margin-top: calc(82* (100vw / 750));
  }
}

/*//////////////////////////////////////////////////

Title : _caption.css
For   : "CELFORD made with LIBERTY FABRIC" styles of the site

Created       : 2021-07-16
Last Modified : 2021-07-16

==========================================

Content

    caption

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            caption
============================================================================================== */
.content__caption {
  font-family: quasimoda, sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.075em;
  line-height: 1;
}

@media screen and (min-width: 600px) {
  .content__caption {
    font-size: 2rem;
  }
}

.content__caption span {
  display: inline-block;
  width: 100%;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 600px) {
  .content__caption--upper {
    width: 24.5rem;
    text-align: right;
  }

  .content__caption--lower {
    width: 22.7rem;
    text-align: left;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 599px) {
  .content__caption {
    margin-top: calc(44* (100vw / 750));
    font-size: calc(30* (100vw / 750));
  }

  .content__caption--upper {
    width: calc(360* (100vw / 750));
    margin-left: calc(330* (100vw / 750));
    text-align: right;
  }

  .content__caption--lower {
    width: calc(330* (100vw / 750));
    margin-left: calc(130* (100vw / 750));
    text-align: left;
  }
}

/*//////////////////////////////////////////////////

Title : _button.css
For   : "2021 AW1st COLLECTION PRE ORDER" styles of the site

Created       : 2021-07-06
Last Modified : 2021-07-06

==========================================

Content

    button

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            button
============================================================================================== */
.content__button {
  font-family: "Crimson Text", serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.015em;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .content__button {
    width: 60rem;
    margin-top: 12rem;
    font-size: 1.1rem;
  }
}

.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%;
  border: 1px solid #000;
  letter-spacing: 0.002em;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .content__button a {
    width: 60rem;
    height: 6.4rem;
    line-height: 1.54545;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 599px) {
  .content__button {
    width: calc(616* (100vw / 750));
    margin-top: calc(150* (100vw / 750));
    font-size: calc(22* (100vw / 750));
  }

  .content__button a {
    width: calc(616* (100vw / 750));
    height: calc(125* (100vw / 750));
    line-height: 1.54545;
  }
}

/*# sourceMappingURL=layout.css.map */