@charset "UTF-8";
/*---------- reset ----------*/
.main-area .main-inner {
  margin: 0;
  width: 100%;
}

/*---------- reset ----------*/
/*---------- all common ----------*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

.celford_230221 img,
.celford_230221 video {
  width: 100%;
  height: auto;
}
.celford_230221 a, .celford_230221 picture {
  display: block;
}
.celford_230221 .pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .celford_230221 .pc-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .celford_230221 .sp-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .celford_230221 #breadcrumb {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
  }
}
.celford_230221 #breadcrumb .cateList {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: initial;
}
@media screen and (min-width: 768px) {
  .celford_230221 #breadcrumb .cateList {
    text-overflow: clip;
    white-space: normal;
    overflow: visible;
  }
}

/*---------- all common ----------*/
/*---------- animation ----------*/
.js-fade-Vr-first,
.js-fade-Vr {
  opacity: 0;
  transition-duration: 1.2s;
}

.js-fade-Vr-first.active,
.js-fade-Vr.active {
  opacity: 1;
}

/*---------- animation ----------*/
/*---------- font ----------*/
.celford_230221 {
  color: #000000;
}

.firstviewArea__lead,
.aboutArea__txt,
.bishuArea__txt,
.craftsmanshipArea__txt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(24 *(100vw / 750));
  line-height: 2.2;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .firstviewArea__lead,
  .aboutArea__txt,
  .bishuArea__txt,
  .craftsmanshipArea__txt {
    font-size: 1.3rem;
    line-height: 2.1923076923;
    letter-spacing: 0.05em;
  }
}

.aboutArea__ttl,
.bishuArea__ttl {
  font-family: "Crimson Text", serif;
  font-size: calc(48 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .aboutArea__ttl,
  .bishuArea__ttl {
    font-size: 2.6rem;
  }
}

.celford_230221__btn {
  font-family: "Crimson Text", serif;
  font-size: calc(22 *(100vw / 750));
  line-height: 1.5454545455;
  letter-spacing: 0.002em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .celford_230221__btn {
    font-size: 1.1rem;
    line-height: 1.5454545455;
  }
}

/*---------- font ----------*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
/*---------- image-size ----------*/
.firstviewArea__img {
  width: 100%;
}

.sec-movie01 {
  width: 100%;
}

.sec-image101,
.sec-image102 {
  width: calc(690 *(100vw / 750));
}

.sec-image103 {
  width: calc(630 *(100vw / 750));
}

.sec-image104 {
  width: calc(690 *(100vw / 750));
}

.sec-image105 {
  width: calc(630 *(100vw / 750));
}

/*---------- image-size ----------*/
/*---------- common ----------*/
.celford_230221 p {
  text-align: center;
}

.aboutArea__ttl,
.bishuArea__ttl {
  margin-bottom: calc(48 *(100vw / 750));
}

/*---------- common ----------*/
.celford_230221 {
  padding-bottom: calc(140 *(100vw / 750));
}

.firstviewArea {
  padding-bottom: calc(130 *(100vw / 750));
}
.firstviewArea__img {
  margin-bottom: calc(125 *(100vw / 750));
}

.sec .sec-movie01 {
  margin-bottom: calc(140 *(100vw / 750));
}
.sec .aboutArea {
  padding-top: calc(80 *(100vw / 750));
  padding-bottom: calc(70 *(100vw / 750));
  margin-bottom: calc(140 *(100vw / 750));
  background-color: #f5f3f3;
}
.sec .bishuArea {
  padding-bottom: calc(130 *(100vw / 750));
}
.sec .bishuArea .sec-flexWrap {
  margin-bottom: calc(80 *(100vw / 750));
}
.sec .bishuArea .sec-image101 {
  margin-left: auto;
  margin-bottom: calc(30 *(100vw / 750));
}
.sec .craftsmanshipArea {
  position: relative;
  padding-bottom: calc(70 *(100vw / 750));
  margin-bottom: calc(140 *(100vw / 750));
}
.sec .craftsmanshipArea::after {
  display: block;
  position: absolute;
  top: calc(118 *(100vw / 750));
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(1910 *(100vw / 750));
  background-image: url(../img/sec-bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: -1;
}
.sec .craftsmanshipArea__txt {
  text-align: justify;
  margin-left: calc(60 *(100vw / 750));
  width: calc(560 *(100vw / 750));
}
.sec .craftsmanshipArea .sec-image103 {
  margin-left: auto;
  margin-bottom: calc(30 *(100vw / 750));
}
.sec .craftsmanshipArea .sec-image104 {
  margin-bottom: calc(46 *(100vw / 750));
}
.sec .sec-image105 {
  margin: 0 auto;
  margin-bottom: calc(140 *(100vw / 750));
}

.celford_230221__btn {
  text-align: center;
}
.celford_230221__btn a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: calc(630 *(100vw / 750));
  height: calc(124 *(100vw / 750));
  margin: 0 auto;
  border: solid 1px #333333;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  /*---------- image-size ----------*/
  .firstviewArea__img {
    width: 100rem;
  }
  .sec-movie01 {
    width: 76.8rem;
  }
  .sec-image101,
  .sec-image102 {
    width: 54rem;
  }
  .sec-image103 {
    width: 48rem;
  }
  .sec-image104 {
    width: 54rem;
  }
  .sec-image105 {
    width: 40rem;
  }
  /*---------- image-size ----------*/
  /*---------- common ----------*/
  .aboutArea__ttl,
  .bishuArea__ttl {
    margin-bottom: 2.2rem;
  }
  .sec-flexWrap {
    display: flex;
    justify-content: center;
  }
  /*---------- common ----------*/
  .celford_230221 {
    padding-top: 4rem;
    padding-bottom: 12rem;
  }
  .firstviewArea {
    padding-bottom: 11.6rem;
  }
  .firstviewArea__img {
    margin: 0 auto;
    margin-bottom: 11.3rem;
  }
  .sec .sec-movie01 {
    margin: 0 auto;
    margin-bottom: 12rem;
  }
  .sec .aboutArea {
    padding-top: 6rem;
    padding-bottom: 5.4rem;
    margin-bottom: 12rem;
  }
  .sec .bishuArea {
    padding-bottom: 14.7rem;
  }
  .sec .bishuArea .sec-flexWrap {
    gap: 4rem;
    margin-bottom: 6rem;
  }
  .sec .bishuArea .sec-image101 {
    margin-top: 12rem;
    margin-left: 0;
    margin-bottom: 0;
  }
  .sec .craftsmanshipArea {
    margin-bottom: 12rem;
    padding-bottom: 10.5rem;
  }
  .sec .craftsmanshipArea::after {
    top: 9rem;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 103rem;
    height: 89.6rem;
    transform: translateX(10.5rem);
    background-image: url(../img/sec-bg_pc.jpg);
  }
  .sec .craftsmanshipArea__txt {
    margin-top: 9.3rem;
    margin-left: 0;
    width: 44rem;
  }
  .sec .craftsmanshipArea .sec-flexWrap {
    gap: 10rem;
    margin-left: -10rem;
  }
  .sec .craftsmanshipArea .sec-image103 {
    margin: 0 auto;
    margin-bottom: 4rem;
    transform: translateX(11rem);
  }
  .sec .craftsmanshipArea .sec-image104 {
    margin-bottom: 0;
  }
  .sec .sec-image105 {
    margin-bottom: 12rem;
  }
  .celford_230221__btn a {
    width: 100rem;
    height: 6.2rem;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for tablet
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw !important;
  }
}/*# sourceMappingURL=style.css.map */