@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_230210 img,
.celford_230210 svg {
  width: 100%;
  height: auto;
}
.celford_230210 a, .celford_230210 picture {
  display: block;
}
.celford_230210 .pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .celford_230210 .pc-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .celford_230210 .sp-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .celford_230210 #breadcrumb {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
  }
}
.celford_230210 #breadcrumb .cateList {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: initial;
}
@media screen and (min-width: 768px) {
  .celford_230210 #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;
  transform: translateY(50px);
}

.js-fade-Vr-first.active,
.js-fade-Vr.active {
  opacity: 1;
  transform: translateY(0);
}

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

.firstviewArea__lead,
.sec-lead {
  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.05em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .firstviewArea__lead,
.sec-lead {
    font-size: 1.3rem;
  }
}

.sec06 .sec-lead {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-style: normal;
}

.sec-txtArea__ttl {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(30 *(100vw / 750));
  line-height: 2;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .sec-txtArea__ttl {
    font-size: 1.6rem;
  }
}

.sec-iconArea__txt,
.footer-iconArea__txt {
  font-family: "Crimson Text", serif;
  font-size: calc(24 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.024em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .sec-iconArea__txt,
.footer-iconArea__txt {
    font-size: 1.3rem;
  }
}

.sec-credit span {
  font-family: "Crimson Text", serif;
  font-size: calc(24 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.015em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .sec-credit span {
    font-size: 1.3rem;
  }
}

.celford_230210__btn a {
  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_230210__btn a {
    font-size: 1.1rem;
    line-height: 1.5454545455;
  }
}

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

.model-image101 {
  width: 100%;
}

.model-image102 {
  width: calc(576 *(100vw / 750));
}

.model-image201,
.model-image202 {
  width: calc(630 *(100vw / 750));
}

.model-image301 {
  width: calc(540 *(100vw / 750));
}

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

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

.model-image402 {
  width: calc(504 *(100vw / 750));
}

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

.model-image502 {
  width: calc(492 *(100vw / 750));
}

.model-image601 {
  width: calc(540 *(100vw / 750));
}

/*---------- image-size ----------*/
/*---------- common ----------*/
.sec {
  margin-bottom: calc(220 *(100vw / 750));
}
.sec__wrapper {
  position: relative;
}

.sec-ttl {
  position: absolute;
  z-index: -1;
}
.sec-ttl::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #f4f4f5;
  z-index: -1;
}

.sec-txtArea {
  padding-top: calc(66 *(100vw / 750));
}
.sec-txtArea__ttl {
  margin-bottom: calc(26 *(100vw / 750));
}
.sec-txtArea .sec-credit {
  margin-top: calc(51 *(100vw / 750));
}

.sec-lead {
  text-align: justify;
}

.sec-iconArea,
.footer-iconArea {
  display: flex;
  gap: calc(40 *(100vw / 750));
  margin-top: calc(40 *(100vw / 750));
}
.sec-iconArea__wrap,
.footer-iconArea__wrap {
  display: flex;
  gap: calc(21 *(100vw / 750));
  align-items: center;
}
.sec-iconArea__txt,
.footer-iconArea__txt {
  white-space: nowrap;
}
.sec-iconArea__icon,
.footer-iconArea__icon {
  width: calc(54 *(100vw / 750));
}

.sec-credit {
  margin-top: calc(51 *(100vw / 750));
}
.sec-credit span {
  display: inline-block;
  margin-right: calc(20 *(100vw / 750));
  border-bottom: 1px solid #b2b2b2;
}

/*---------- common ----------*/
.celford_230210 {
  overflow: hidden;
  padding-bottom: calc(40 *(100vw / 750));
}

.firstviewArea {
  padding-bottom: calc(148 *(100vw / 750));
}
.firstviewArea__img {
  margin-bottom: calc(146 *(100vw / 750));
}
.firstviewArea__lead {
  text-align: center;
}

.sec01__wrap02 {
  margin-left: calc(40 *(100vw / 750));
  width: calc(576 *(100vw / 750));
}
.sec01 .sec-txtArea {
  margin-left: calc(40 *(100vw / 750));
  margin-bottom: calc(70 *(100vw / 750));
  width: calc(580 *(100vw / 750));
}
.sec01 .sec-ttl {
  top: calc(818 *(100vw / 750));
  right: calc(18 *(100vw / 750));
  width: calc(61 *(100vw / 750));
}
.sec01 .sec-ttl::after {
  top: calc(-85 *(100vw / 750));
  left: calc(-90 *(100vw / 750));
  width: calc(120 *(100vw / 750));
  height: calc(1496 *(100vw / 750));
}

.sec02__wrapper {
  margin-left: auto;
  width: calc(630 *(100vw / 750));
}
.sec02 .sec-flexWrap {
  display: flex;
  flex-direction: column;
  gap: calc(20 *(100vw / 750));
}
.sec02 .sec-ttl {
  top: calc(2 *(100vw / 750));
  left: calc(-90 *(100vw / 750));
  width: calc(61 *(100vw / 750));
}
.sec02 .sec-lead {
  width: calc(590 *(100vw / 750));
}

.sec03__wrap01 {
  margin-left: calc(40 *(100vw / 750));
  margin-bottom: calc(50 *(100vw / 750));
  width: calc(540 *(100vw / 750));
}
.sec03__wrap02 {
  margin-left: auto;
  width: calc(630 *(100vw / 750));
}
.sec03 .sec-ttl {
  top: calc(2 *(100vw / 750));
  right: calc(48 *(100vw / 750));
  width: calc(61 *(100vw / 750));
}
.sec03 .sec-ttl::after {
  top: calc(-52 *(100vw / 750));
  left: calc(-110 *(100vw / 750));
  width: calc(140 *(100vw / 750));
  height: calc(1495 *(100vw / 750));
}

.sec04__wrap01 {
  margin-left: auto;
  margin-bottom: calc(70 *(100vw / 750));
  width: calc(630 *(100vw / 750));
}
.sec04__wrap02 {
  margin-left: auto;
  margin-right: calc(50 *(100vw / 750));
  width: calc(504 *(100vw / 750));
}
.sec04 .sec-ttl {
  top: calc(4 *(100vw / 750));
  left: calc(14 *(100vw / 750));
  width: calc(75 *(100vw / 750));
}
.sec04 .sec-txtArea {
  width: calc(580 *(100vw / 750));
}

.sec05 {
  margin-bottom: calc(100 *(100vw / 750));
}
.sec05__wrapper {
  margin-left: auto;
  width: calc(690 *(100vw / 750));
}
.sec05 .sec-txtArea {
  margin-bottom: calc(50 *(100vw / 750));
}
.sec05 .sec-lead {
  width: calc(560 *(100vw / 750));
}
.sec05 .sec-ttl {
  top: calc(1002 *(100vw / 750));
  right: calc(18 *(100vw / 750));
  width: calc(61 *(100vw / 750));
}
.sec05 .sec-ttl::after {
  top: calc(-82 *(100vw / 750));
  left: calc(-90 *(100vw / 750));
  width: calc(120 *(100vw / 750));
  height: calc(805 *(100vw / 750));
}

.sec06 {
  margin-bottom: calc(100 *(100vw / 750));
}
.sec06__wrapper {
  padding-top: calc(240 *(100vw / 750));
  padding-bottom: calc(80 *(100vw / 750));
  background-image: url(../img/model-image601-bg_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.sec06 .model-image601 {
  margin: 0 auto;
  margin-bottom: calc(66 *(100vw / 750));
}
.sec06 .sec-lead {
  text-align: center;
}

.footer-iconArea {
  justify-content: center;
  margin-top: 0;
  margin-bottom: calc(100 *(100vw / 750));
}
.footer-iconArea__icon {
  width: calc(62 *(100vw / 750));
}

.celford_230210__btn {
  text-align: center;
}
.celford_230210__btn a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: calc(660 *(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: 118rem;
  }
  .model-image101 {
    width: 70rem;
  }
  .model-image102 {
    width: 48rem;
  }
  .model-image201,
.model-image202 {
    width: 48rem;
  }
  .model-image301 {
    width: 40.2rem;
  }
  .model-image302 {
    width: 48rem;
  }
  .model-image401 {
    width: 48rem;
  }
  .model-image402 {
    width: 40.2rem;
  }
  .model-image501 {
    width: 52.5rem;
  }
  .model-image502 {
    width: 37.8rem;
  }
  .model-image601 {
    width: 42rem;
  }
  /*---------- image-size ----------*/
  /*---------- common ----------*/
  .sec-flexWrap {
    display: flex;
  }
  .sec {
    margin-bottom: 22rem;
  }
  .sec__wrapper {
    margin: 0 auto;
    width: 140rem;
  }
  .sec-txtArea {
    padding-top: 5.2rem;
  }
  .sec-txtArea__ttl {
    margin-bottom: 1.7rem;
  }
  .sec-txtArea .sec-credit {
    margin-top: 2.4rem;
  }
  .sec-txtArea .sec-credit span {
    margin-right: 1.4rem;
  }
  .sec-iconArea,
.footer-iconArea {
    gap: 2rem;
    margin-top: 1.6rem;
  }
  .sec-iconArea__wrap,
.footer-iconArea__wrap {
    gap: 1.2rem;
  }
  .sec-iconArea__icon,
.footer-iconArea__icon {
    width: 3rem;
  }
  .sec02 .sec-credit,
.sec03 .sec-credit,
.sec05 .sec-credit {
    margin-top: 2rem;
  }
  /*---------- common ----------*/
  .celford_230210 {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
  .firstviewArea {
    padding-bottom: 13.6rem;
  }
  .firstviewArea__img {
    margin: 0 auto;
    margin-bottom: 13.2rem;
  }
  .sec01__wrap02 {
    margin-top: 30rem;
    margin-left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sec01 .sec-flexWrap {
    justify-content: center;
    flex-direction: row-reverse;
    gap: 6rem;
    transform: translateX(-1rem);
  }
  .sec01 .sec-txtArea {
    margin-left: 12rem;
    margin-bottom: 0;
    width: 42rem;
  }
  .sec01 .sec-ttl {
    top: 0.3rem;
    right: -0.3rem;
    width: 4.55rem;
  }
  .sec01 .sec-ttl::after {
    top: -3.3rem;
    left: -6.8rem;
    width: 9rem;
    height: 97rem;
  }
  .sec02__wrapper {
    width: 98rem;
    transform: translateX(19rem);
  }
  .sec02 .sec-flexWrap {
    flex-direction: row;
    gap: 2rem;
  }
  .sec02 .sec-ttl {
    top: 0.2rem;
    left: -8.2rem;
    width: 4.56rem;
  }
  .sec02 .sec-txtArea {
    margin-left: 18rem;
    width: 62rem;
  }
  .sec02 .sec-lead {
    width: auto;
  }
  .sec03__wrap01 {
    margin-left: 0;
    margin-bottom: 0;
    width: 40.2rem;
  }
  .sec03__wrap02 {
    margin-top: 18rem;
    margin-left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sec03 .sec-flexWrap {
    justify-content: center;
    gap: 12rem;
  }
  .sec03 .sec-ttl {
    top: 18.3rem;
    right: 11.6rem;
    width: 4.57rem;
  }
  .sec03 .sec-ttl::after {
    top: -3.2rem;
    left: -6.8rem;
    width: 9rem;
    height: 64rem;
  }
  .sec04__wrapper {
    width: 94.2rem;
  }
  .sec04__wrap01 {
    margin-left: 0;
    margin-bottom: 0;
    width: 48rem;
  }
  .sec04__wrap02 {
    margin-top: 30rem;
    margin-left: 0;
    margin-right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sec04 .sec-flexWrap {
    gap: 6rem;
    transform: translateX(19rem);
  }
  .sec04 .sec-ttl {
    top: 18.2rem;
    left: -9.4rem;
    width: 5.64rem;
  }
  .sec04 .sec-txtArea {
    margin-left: 4rem;
    width: 40rem;
  }
  .sec05 {
    margin-bottom: 13rem;
  }
  .sec05__wrapper {
    width: 140rem;
  }
  .sec05__wrap02 {
    margin: 0 auto;
    margin-top: -16.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transform: translateX(-34.2rem);
  }
  .sec05 .sec-flexWrap {
    justify-content: center;
    flex-direction: row-reverse;
    gap: 10rem;
  }
  .sec05 .sec-txtArea {
    margin-top: 11.2rem;
    margin-bottom: 0;
    padding-top: 0;
    width: 43.8rem;
  }
  .sec05 .sec-lead {
    width: auto;
  }
  .sec05 .sec-ttl {
    top: 0.2rem;
    right: 8.5rem;
    width: 4.55rem;
  }
  .sec05 .sec-ttl::after {
    top: -3rem;
    left: -6.8rem;
    width: 9rem;
    height: 76rem;
  }
  .sec06 {
    margin-bottom: 9rem;
  }
  .sec06__wrapper {
    margin: 0 auto;
    padding-top: 15rem;
    padding-bottom: 4.6rem;
    width: 72rem;
    background-image: url(../img/model-image601-bg_pc.png);
  }
  .sec06 .model-image601 {
    margin-bottom: 3.3rem;
  }
  .footer-iconArea {
    margin-bottom: 9rem;
  }
  .footer-iconArea__icon {
    width: 4rem;
  }
  .celford_230210__btn a {
    width: 101.5rem;
    height: 6.2rem;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for tablet
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw !important;
  }
}/*# sourceMappingURL=style.css.map */