@charset "UTF-8";
.js-fade-Vr {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}

.js-fade-Vr.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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) {
  #Contents {
    overflow: hidden;
  }
  .main-area .main-inner {
    width: 100%;
  }
  #breadcrumb .cateList {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .footer {
    margin-top: 0;
  }
}

#main-container img,
#main-container video {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 600px) {
  #main-container .sp_only {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  #main-container .pc_only {
    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 SPECIALITY FABRIC Vol.3 Embroidery Dress" styles of the site

Created       : 2021-05-26
Last Modified : 2021-05-26

==========================================

Content

    common

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            common
============================================================================================== */
.main-container {
  background: #f7f7f7;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0.015em;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000000;
}

@media screen and (min-width: 600px) {
  .main-container {
    width: 120rem;
    margin: 4rem auto 0;
    padding: 3rem 0 12rem;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 599px) {
  .main-container {
    width: 100%;
    margin: 0 auto;
    padding: calc(40* (100vw / 750)) 0 calc(120* (100vw / 750));
    font-size: calc(28* (100vw / 750));
  }
}

/*//////////////////////////////////////////////////

Title : _first view.css
For   : "CELFORD SPECIALITY FABRIC Vol.3 Embroidery Dress" styles of the site

Created       : 2021-05-26
Last Modified : 2021-05-26

==========================================

Content

    first view
    contents

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            first view
============================================================================================== */
.fv {
  border-bottom: 1px solid #b9b9b9;
}

@media screen and (min-width: 600px) {
  .fv {
    padding-bottom: 8.5rem;
  }
}

@media screen and (max-width: 599px) {
  .fv {
    padding-bottom: calc(110* (100vw / 750));
  }
}

.fv__wrapper {
  background: #fff;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .fv__wrapper {
    width: 98rem;
    margin-bottom: 7.3rem;
    padding: 3rem 0;
  }
}

@media screen and (max-width: 599px) {
  .fv__wrapper {
    width: calc(730* (100vw / 750));
    margin-bottom: calc(110* (100vw / 750));
    padding: calc(60* (100vw / 750)) 0 calc(52* (100vw / 750));
  }
}

@media screen and (min-width: 600px) {
  .fv__image {
    width: 80rem;
    margin: 0 auto 3rem;
  }
}

@media screen and (max-width: 599px) {
  .fv__image {
    width: calc(700* (100vw / 750));
    margin: 0 auto calc(60* (100vw / 750));
  }
}

.fv__title span {
  display: inline-block;
  line-height: 1;
}

.fv__title--main {
  font-family: "Crimson Text", serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 600px) {
  .fv__title--main {
    padding-bottom: 2.2rem;
    font-size: 3rem;
  }
}

@media screen and (max-width: 599px) {
  .fv__title--main {
    padding-bottom: calc(40* (100vw / 750));
    font-size: calc(60* (100vw / 750));
    line-height: 1.1;
  }
}

.fv__title--sub {
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-weight: 400;
  color: #998600;
}

@media screen and (min-width: 600px) {
  .fv__title--sub {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 599px) {
  .fv__title--sub {
    font-size: calc(46* (100vw / 750));
  }
}

/*//////////////////////////////////////////////////

Title : _content.css
For   : "CELFORD SPECIALITY FABRIC Vol.3 Embroidery Dress" styles of the site

Created       : 2021-05-26
Last Modified : 2021-05-26

==========================================

Content

    content

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            contents
============================================================================================== */
@media screen and (min-width: 600px) {
  .content__wrapper {
    padding-top: 9rem;
  }
}

@media screen and (max-width: 599px) {
  .content__wrapper {
    padding-top: calc(118* (100vw / 750));
  }
}

.content__index {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .content__index {
    width: 36.8rem;
    margin-bottom: 6rem;
  }
}

@media screen and (max-width: 599px) {
  .content__index {
    width: calc(580* (100vw / 750));
    margin-bottom: calc(63* (100vw / 750));
  }
}

.content__block {
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .content__block {
    width: 80rem;
    margin-bottom: 9rem;
  }
  .content__block.__sec04 {
    width: 72rem;
    margin-bottom: 0;
    padding: 4.5rem 0;
    background: #fff;
  }
}

@media screen and (max-width: 599px) {
  .content__block {
    width: 100%;
    margin-bottom: calc(118* (100vw / 750));
  }
  .content__block.__sec04 {
    margin-bottom: 0;
    padding: calc(60* (100vw / 750)) 0;
    background: #fff;
  }
}

.content__image {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .content__image {
    margin-bottom: 4rem;
  }
  .content__image--sec04 {
    width: 48rem;
    margin: 0 auto 4.5rem;
  }
}

@media screen and (max-width: 599px) {
  .content__image {
    margin-bottom: calc(79* (100vw / 750));
  }
  .content__image--sec04 {
    width: calc(640* (100vw / 750));
    margin: 0 auto calc(54* (100vw / 750));
  }
}

.content__image__inner {
  position: relative;
}

@media screen and (min-width: 600px) {
  .content__image__inner {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 599px) {
  .content__image__inner {
    margin-bottom: calc(46* (100vw / 750));
  }
  .content__image__inner--sec01 {
    padding-bottom: calc(115* (100vw / 750));
  }
  .content__image__inner--sec02 {
    padding-bottom: calc(115* (100vw / 750));
  }
  .content__image__inner--sec03 {
    padding-bottom: calc(130* (100vw / 750));
  }
}

.content__image .description {
  color: #666666;
}

@media screen and (min-width: 600px) {
  .content__image .description {
    text-align: right;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 599px) {
  .content__image .description {
    padding: 0 calc(30* (100vw / 750));
    font-size: calc(26* (100vw / 750));
    text-align: justify;
  }
}

.content__title {
  position: absolute;
}

.content__title--sec04 {
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-weight: 400;
}

@media screen and (min-width: 600px) {
  .content__title {
    bottom: 6rem;
  }
  .content__title.embroider {
    right: -8.6rem;
    width: 31rem;
  }
  .content__title.cut {
    right: -5.2rem;
    width: 18.4rem;
  }
  .content__title.sewing {
    right: -7.3rem;
    width: 24.7rem;
  }
  .content__title--sec04 {
    margin-bottom: 2.6rem;
    font-size: 3.4rem;
    line-height: 1;
  }
}

@media screen and (max-width: 599px) {
  .content__title {
    bottom: 0;
  }
  .content__title.embroider {
    right: calc(20* (100vw / 750));
    width: calc(312* (100vw / 750));
  }
  .content__title.cut {
    right: calc(90* (100vw / 750));
    width: calc(102* (100vw / 750));
  }
  .content__title.sewing {
    right: calc(40* (100vw / 750));
    width: calc(210* (100vw / 750));
  }
  .content__title--sec04 {
    margin-bottom: calc(28* (100vw / 750));
    font-size: calc(56* (100vw / 750));
    line-height: 1.21429;
  }
}

.content__text .text {
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .content__text .text {
    text-align: justify;
  }
}

.content__text .text::before, .content__text .text::after {
  content: "";
  position: absolute;
  display: block;
  background-size: 100%;
}

.content__text .text::before {
  top: 0;
  left: 0;
  background-image: url(/Page/PHILOSOPHY/210601/img/brackets-l.png);
}

.content__text .text::after {
  bottom: 0;
  right: 0;
  background-image: url(/Page/PHILOSOPHY/210601/img/brackets-r.png);
}

@media screen and (min-width: 600px) {
  .content__text .text {
    width: 72rem;
    padding: 2.5rem 0;
  }
  .content__text .text::before, .content__text .text::after {
    width: 3.2rem;
    height: 3.2rem;
  }
}

@media screen and (max-width: 599px) {
  .content__text .text {
    width: calc(690* (100vw / 750));
    padding: calc(48* (100vw / 750));
  }
  .content__text .text::before, .content__text .text::after {
    width: calc(48* (100vw / 750));
    height: calc(48* (100vw / 750));
  }
}

.content__caption {
  font-family: "Crimson Text", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.content__caption span {
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 1px solid #cbcbcb;
  line-height: 1;
}

@media screen and (min-width: 600px) {
  .content__caption {
    margin-top: 2.7rem;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 599px) {
  .content__caption {
    margin-top: calc(50* (100vw / 750));
    font-size: calc(23* (100vw / 750));
  }
}
/*# sourceMappingURL=layout.css.map */