@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 ----------*/
.firstviewArea__lead,
.messageArea__txt,
.sec-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,
  .messageArea__txt,
  .sec-txt {
    font-size: 1.3rem;
    line-height: 2.2;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 768px) {
  .sec-txt {
    letter-spacing: 0.025em;
  }
}

.messageArea__ttl {
  font-family: "dejanire-headline", serif;
  font-weight: 400;
  font-style: italic;
  color: #56759e;
  font-size: calc(36 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.065em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .messageArea__ttl {
    font-size: 2rem;
  }
}

.ttlWrap__num {
  font-family: "bodoni-urw", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(100 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .ttlWrap__num {
    font-size: 6.6rem;
  }
}

.ttlWrap__ttl--eng {
  font-family: "bodoni-urw", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(54 *(100vw / 750));
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .ttlWrap__ttl--eng {
    font-size: 3rem;
    line-height: 1;
  }
}

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

.sec-lead {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(28 *(100vw / 750));
  line-height: 2;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .sec-lead {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.sec-iconArea__txt {
  font-family: "Crimson Text", serif;
  font-size: calc(24 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .sec-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;
  }
}

.youtubeArea__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: calc(30 *(100vw / 750));
  line-height: 1.8666666667;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .youtubeArea__ttl {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

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

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

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

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

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

.model-image102 {
  width: 100%;
}

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

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

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

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

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

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

.model-image402 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.model-image-add01 {
  width: calc(500 *(100vw / 750));
}

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

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

.sec01 .ttlWrap,
.sec01 .sec-lead,
.sec01 .sec-txt,
.sec01 .sec-iconArea,
.sec01 .sec-credit,
.sec02 .ttlWrap,
.sec02 .sec-lead,
.sec02 .sec-txt,
.sec02 .sec-iconArea,
.sec02 .sec-credit,
.sec03 .ttlWrap,
.sec03 .sec-lead,
.sec03 .sec-txt,
.sec03 .sec-iconArea,
.sec03 .sec-credit,
.sec06 .ttlWrap,
.sec06 .sec-lead,
.sec06 .sec-txt,
.sec06 .sec-iconArea,
.sec06 .sec-credit {
  margin-left: auto;
  margin-right: auto;
  width: calc(630 *(100vw / 750));
}

.sec04 .ttlWrap,
.sec04 .sec-lead,
.sec04 .sec-txt,
.sec04 .sec-iconArea,
.sec04 .sec-credit,
.sec05 .ttlWrap,
.sec05 .sec-lead,
.sec05 .sec-txt,
.sec05 .sec-iconArea,
.sec05 .sec-credit,
.sec07 .ttlWrap,
.sec07 .sec-lead,
.sec07 .sec-txt,
.sec07 .sec-iconArea,
.sec07 .sec-credit {
  margin-left: auto;
  margin-right: auto;
  width: calc(660 *(100vw / 750));
}

.ttlWrap {
  margin-bottom: calc(50 *(100vw / 750));
}
.ttlWrap__num {
  margin-bottom: calc(22 *(100vw / 750));
  padding-bottom: calc(4 *(100vw / 750));
  border-bottom: solid 1px #333333;
}
.ttlWrap__ttl span {
  display: block;
}
.ttlWrap__ttl--eng {
  margin-bottom: calc(6 *(100vw / 750));
}

.sec-lead {
  margin-bottom: calc(18 *(100vw / 750));
}

.sec-txt {
  text-align: justify;
  margin-bottom: calc(32 *(100vw / 750));
}

.sec-iconArea {
  display: flex;
  gap: calc(42 *(100vw / 750));
}
.sec-iconArea__wrap {
  display: flex;
  align-items: center;
  gap: calc(20 *(100vw / 750));
}
.sec-iconArea__icon {
  width: calc(54 *(100vw / 750));
}

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

.model-image + .sec-lead {
  margin-top: calc(46 *(100vw / 750));
}

.ttlWrap + .sec-lead {
  margin-top: calc(-4 *(100vw / 750));
}

.sec-iconArea + .sec-credit {
  margin-top: calc(40 *(100vw / 750));
}

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

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

.messageArea {
  margin-bottom: calc(133 *(100vw / 750));
  padding-top: calc(78 *(100vw / 750));
  padding-bottom: calc(60 *(100vw / 750));
  background-color: #f9f9f9;
}
.messageArea__wrapper {
  text-align: center;
  position: relative;
  padding-bottom: calc(50 *(100vw / 750));
  border-top: solid 1px #56759e;
  border-bottom: solid 1px #56759e;
}
.messageArea__wrapper::before, .messageArea__wrapper::after {
  display: block;
  position: absolute;
  width: calc(50 *(100vw / 750));
  height: calc(32 *(100vw / 750));
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
.messageArea__wrapper::before {
  top: calc(30 *(100vw / 750));
  left: calc(30 *(100vw / 750));
  background-image: url(../img/doubleQuotation-left.svg);
}
.messageArea__wrapper::after {
  right: calc(30 *(100vw / 750));
  bottom: calc(30 *(100vw / 750));
  background-image: url(../img/doubleQuotation-right.svg);
}
.messageArea__ttl {
  display: inline-block;
  text-align: center;
  margin-top: calc(-20 *(100vw / 750));
  margin-bottom: calc(50 *(100vw / 750));
  padding: 0 calc(30 *(100vw / 750));
  background-color: #f9f9f9;
}
.messageArea__txt {
  text-align: center;
}

.sec01 {
  margin-bottom: calc(95 *(100vw / 750));
}
.sec01__content01 {
  margin-bottom: calc(58 *(100vw / 750));
}
.sec01__content02--wrap01 {
  margin-left: auto;
  margin-bottom: calc(90 *(100vw / 750));
  width: calc(630 *(100vw / 750));
}
.sec01 .model-image101 {
  margin: 0 auto;
}

.sec-add {
  position: relative;
  padding-top: calc(80 *(100vw / 750));
}
.sec-add__wrapper {
  position: relative;
}
.sec-add::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(2265 *(100vw / 750));
  content: "";
  background-color: #F9F9F9;
  z-index: -1;
}
.sec-add__content01 {
  margin-left: calc(90 *(100vw / 750));
  margin-bottom: calc(60 *(100vw / 750));
}
.sec-add__content01--wrap02 {
  width: calc(570 *(100vw / 750));
}
.sec-add__content02 {
  width: calc(630 *(100vw / 750));
  margin: 0 auto;
}
.sec-add .ttlWrap__ttl {
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  top: 0;
  right: calc(18 *(100vw / 750));
  z-index: 5;
}
.sec-add .ttlWrap__ttl span {
  writing-mode: vertical-lr;
}
.sec-add .ttlWrap__ttl--jp {
  letter-spacing: 0em;
  font-feature-settings: initial;
  margin-right: calc(4 *(100vw / 750));
}
.sec-add .model-image-add01 {
  margin-bottom: calc(45 *(100vw / 750));
}

.sec02__content01--wrap01 {
  margin-bottom: calc(58 *(100vw / 750));
}
.sec02__content02--wrap01 {
  margin-bottom: calc(57 *(100vw / 750));
}
.sec02 .model-image201 {
  margin-left: auto;
  margin-bottom: calc(30 *(100vw / 750));
}

.sec03__content01 {
  margin-bottom: calc(60 *(100vw / 750));
}
.sec03__content03 {
  margin-left: auto;
  width: calc(630 *(100vw / 750));
}
.sec03 .model-image301 {
  margin-left: auto;
  margin-bottom: calc(40 *(100vw / 750));
}

.sec04__content01 {
  margin-bottom: calc(60 *(100vw / 750));
}
.sec04 .model-image401 {
  margin: 0 auto;
}

.sec05__content01--wrap01 {
  margin-bottom: calc(60 *(100vw / 750));
}
.sec05__content01--wrap02 {
  margin-left: auto;
  width: calc(540 *(100vw / 750));
}
.sec05 .model-image501 {
  margin-left: auto;
  margin-bottom: calc(30 *(100vw / 750));
}
.sec05 .model-image502 {
  margin: 0 auto;
}

.sec06__content01 {
  margin-bottom: calc(60 *(100vw / 750));
}
.sec06__content02 {
  margin: 0 auto;
  width: calc(500 *(100vw / 750));
}
.sec06 .model-image601 {
  margin-left: auto;
  margin-bottom: calc(40 *(100vw / 750));
}
.sec06 .sec-credit {
  width: auto;
}

.sec07 {
  margin-bottom: calc(140 *(100vw / 750));
}
.sec07__content01--wrap01 {
  margin-bottom: calc(40 *(100vw / 750));
}
.sec07__content01--wrap02 {
  margin-left: auto;
  margin-right: calc(46 *(100vw / 750));
  width: calc(540 *(100vw / 750));
}
.sec07 .model-image701,
.sec07 .model-image702 {
  margin: 0 auto;
}
.sec07 .model-image701 {
  margin-bottom: calc(40 *(100vw / 750));
}

.youtubeArea {
  position: relative;
  margin-bottom: calc(100 *(100vw / 750));
  padding-top: 56.25%;
  width: 100%;
}
.youtubeArea__ttl {
  text-align: center;
  margin-bottom: calc(50 *(100vw / 750));
}
.youtubeArea iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.footerIconArea {
  margin-bottom: calc(90 *(100vw / 750));
}
.footerIconArea .sec-iconArea {
  justify-content: center;
  flex-wrap: wrap;
  row-gap: calc(20 *(100vw / 750));
}
.footerIconArea .sec-iconArea__icon {
  width: calc(62 *(100vw / 750));
}
.footerIconArea .sec-iconArea__txt {
  white-space: nowrap;
}

.staff-credit {
  text-align: center;
  margin-bottom: calc(92 *(100vw / 750));
}

.celford_230221__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: 120rem;
  }
  .model-image101 {
    width: 42rem;
  }
  .model-movie01 {
    width: 37.8rem;
  }
  .model-image102 {
    width: 50rem;
  }
  .model-image201 {
    width: 36rem;
  }
  .model-image202 {
    width: 50rem;
  }
  .model-image301 {
    width: 36rem;
  }
  .model-image302 {
    width: 46rem;
  }
  .model-movie03 {
    width: 37.8rem;
  }
  .model-image401 {
    width: 44rem;
  }
  .model-image402 {
    width: 50rem;
  }
  .model-image501 {
    width: 32rem;
  }
  .model-image502 {
    width: 46rem;
  }
  .model-movie05 {
    width: 32.4rem;
  }
  .model-image601 {
    width: 30rem;
  }
  .model-image602 {
    width: 46rem;
  }
  .model-image603 {
    width: 30rem;
  }
  .model-image701 {
    width: 46rem;
  }
  .model-image702 {
    width: 46rem;
  }
  .model-movie07 {
    width: 32.4rem;
  }
  .model-image-add01 {
    width: 30rem;
  }
  .model-image-add02 {
    width: 42rem;
  }
  /*---------- image-size ----------*/
  /*---------- common ----------*/
  .sec {
    margin-bottom: 13.6rem;
  }
  .sec__wrapper {
    margin: 0 auto;
    width: 140rem;
  }
  .sec01 .ttlWrap,
  .sec01 .sec-lead,
  .sec01 .sec-txt,
  .sec01 .sec-iconArea,
  .sec01 .sec-credit,
  .sec02 .ttlWrap,
  .sec02 .sec-lead,
  .sec02 .sec-txt,
  .sec02 .sec-iconArea,
  .sec02 .sec-credit,
  .sec03 .ttlWrap,
  .sec03 .sec-lead,
  .sec03 .sec-txt,
  .sec03 .sec-iconArea,
  .sec03 .sec-credit,
  .sec06 .ttlWrap,
  .sec06 .sec-lead,
  .sec06 .sec-txt,
  .sec06 .sec-iconArea,
  .sec06 .sec-credit {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .sec04 .ttlWrap,
  .sec04 .sec-lead,
  .sec04 .sec-txt,
  .sec04 .sec-iconArea,
  .sec04 .sec-credit,
  .sec05 .ttlWrap,
  .sec05 .sec-lead,
  .sec05 .sec-txt,
  .sec05 .sec-iconArea,
  .sec05 .sec-credit,
  .sec07 .ttlWrap,
  .sec07 .sec-lead,
  .sec07 .sec-txt,
  .sec07 .sec-iconArea,
  .sec07 .sec-credit {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .ttlWrap {
    margin-bottom: 0;
  }
  .ttlWrap__num {
    margin-bottom: 2rem;
    padding-bottom: 0.8rem;
  }
  .ttlWrap__ttl--eng {
    margin-bottom: 1.4rem;
  }
  .sec-lead {
    margin-bottom: 1.8rem;
  }
  .sec-txt {
    margin-bottom: 2rem;
  }
  .sec-iconArea {
    gap: 2rem;
  }
  .sec-iconArea__wrap {
    gap: 1rem;
  }
  .sec-iconArea__icon {
    width: 3rem;
  }
  .sec-credit {
    margin-top: 3rem;
  }
  .sec-credit span {
    margin-right: 1rem;
    margin-bottom: 1.6rem;
  }
  .model-image + .sec-lead {
    margin-top: 3.3rem;
  }
  .ttlWrap + .sec-lead {
    margin-top: 3.2rem;
  }
  .sec-iconArea + .sec-credit {
    margin-top: 2.5rem;
  }
  .ttlWrap + .model-image {
    margin-top: 4rem;
  }
  .model-image + .ttlWrap {
    margin-top: 5.6rem;
  }
  /*---------- common ----------*/
  .celford_230221 {
    padding-bottom: 2rem;
  }
  .firstviewArea {
    padding-top: 3rem;
    padding-bottom: 7.5rem;
  }
  .firstviewArea__img {
    margin: 0 auto;
    margin-bottom: 11.2rem;
  }
  .messageArea {
    margin: 0 auto;
    margin-bottom: 12rem;
    padding-top: 4.2rem;
    padding-bottom: 3rem;
    width: 82rem;
  }
  .messageArea__wrapper {
    margin: 0 auto;
    padding-bottom: 2.5rem;
    width: 76rem;
    border: solid 1px #56759e;
  }
  .messageArea__wrapper::before, .messageArea__wrapper::after {
    width: 2.5rem;
    height: 1.6rem;
  }
  .messageArea__wrapper::before {
    top: 2rem;
    left: 2rem;
  }
  .messageArea__wrapper::after {
    right: 2rem;
    bottom: 2rem;
  }
  .messageArea__ttl {
    margin-top: 0;
    margin-bottom: 1.4rem;
    padding: 0 2rem;
    transform: translateY(-1.2rem);
  }
  .sec01 {
    margin-bottom: 7.5rem;
  }
  .sec01__content01 {
    display: flex;
    gap: 8rem;
    margin-left: 14rem;
    margin-bottom: 0;
  }
  .sec01__content01--wrap01 {
    width: 42rem;
  }
  .sec01__content01--wrap02 {
    margin-top: 7.4rem;
    width: 41rem;
  }
  .sec01__content02 {
    display: flex;
    flex-direction: row-reverse;
    gap: 6rem;
    margin-top: -8rem;
    margin-right: 10rem;
  }
  .sec01__content02--wrap01 {
    margin-left: 0;
    margin-bottom: 0;
    width: 37.8rem;
  }
  .sec01__content02--wrap02 {
    margin-top: 29.5rem;
    width: 50rem;
  }
  .sec01 .model-image101 {
    margin: 0 auto;
  }
  .sec-add {
    margin-bottom: 15rem;
    padding-top: 6rem;
  }
  .sec-add::after {
    height: 92.6rem;
  }
  .sec-add__content01 {
    display: flex;
    gap: 8rem;
    margin-left: 20rem;
    margin-bottom: 0;
  }
  .sec-add__content01--wrap02 {
    margin-top: 7.4rem;
    width: 50rem;
  }
  .sec-add__content02 {
    width: 42rem;
    margin-top: -1.4rem;
    margin-left: auto;
    margin-right: 20rem;
  }
  .sec-add .ttlWrap__ttl {
    top: 23.7rem;
    right: 10.5rem;
  }
  .sec-add .ttlWrap__ttl--jp {
    margin-right: 1.3rem;
  }
  .sec-add .model-image-add01 {
    margin-bottom: 0;
  }
  .sec02 {
    margin-bottom: 15rem;
  }
  .sec02__content01 {
    display: flex;
    flex-direction: row-reverse;
    gap: 8rem;
    margin-right: 8rem;
  }
  .sec02__content01--wrap01 {
    margin-top: 5.5rem;
    margin-bottom: 0;
    width: 42rem;
  }
  .sec02__content01--wrap02 {
    width: 36rem;
  }
  .sec02__content01 .sec-credit {
    text-align: right;
  }
  .sec02__content01 .sec-credit span {
    margin-right: 0;
  }
  .sec02__content02 {
    display: flex;
    gap: 8rem;
    margin-top: -19rem;
    margin-left: 12rem;
  }
  .sec02__content02--wrap01 {
    margin-bottom: 0;
    width: 50rem;
  }
  .sec02__content02--wrap02 {
    margin-top: 27.5rem;
    width: 50rem;
  }
  .sec02 .model-image201 {
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    z-index: 5;
  }
  .sec03 {
    margin-bottom: 0;
  }
  .sec03__wrapper {
    display: flex;
    justify-content: center;
    transform: translateX(0.3rem);
  }
  .sec03__content01 {
    margin-left: 8rem;
    margin-right: 6rem;
    margin-bottom: 0;
    width: 36rem;
    order: 2;
  }
  .sec03__content02 {
    margin-top: 30rem;
    width: 46rem;
    order: 3;
  }
  .sec03__content03 {
    margin-top: 86.5rem;
    margin-left: 0;
    width: 37.8rem;
    order: 1;
  }
  .sec03 .model-image301 {
    margin-left: 0;
    margin-bottom: 0;
  }
  .sec04 {
    margin-top: -6rem;
  }
  .sec04__wrapper {
    display: flex;
    flex-direction: row-reverse;
    gap: 8rem;
  }
  .sec04__content01 {
    margin-right: 10rem;
    margin-bottom: 0;
    width: 44rem;
  }
  .sec04__content02 {
    margin-top: 33rem;
    width: 50rem;
  }
  .sec04 .model-image401 {
    margin: 0 auto;
  }
  .sec05 {
    margin-bottom: 14.8rem;
  }
  .sec05__wrapper {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 8rem;
  }
  .sec05__content01--wrap01 {
    width: 46rem;
    margin-bottom: 6rem;
  }
  .sec05__content01--wrap02 {
    margin-left: 25.5rem;
    width: 32.4rem;
  }
  .sec05__content02 {
    margin-top: 16rem;
    margin-left: 14rem;
  }
  .sec05 .model-image501 {
    margin-left: 0;
    margin-bottom: 0;
  }
  .sec05 .model-image502 {
    margin: 0;
  }
  .sec06 {
    margin-bottom: 14.8rem;
  }
  .sec06__wrapper {
    display: flex;
    justify-content: center;
    gap: 10rem;
  }
  .sec06__content01 {
    margin-bottom: 0;
    width: 61rem;
  }
  .sec06__content02 {
    margin: 0;
    margin-top: 35rem;
    width: 46rem;
  }
  .sec06 .image-wrap {
    display: flex;
    gap: 1rem;
    margin-bottom: 5.4rem;
  }
  .sec06 .model-image601 {
    margin-left: 0;
    margin-bottom: 0;
  }
  .sec06 .ttlWrap,
  .sec06 .sec-lead,
  .sec06 .sec-txt,
  .sec06 .sec-iconArea,
  .sec06 .sec-credit {
    margin-left: auto;
    margin-right: auto;
    width: 49rem;
  }
  .sec07 {
    margin-bottom: 11rem;
  }
  .sec07__wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 6rem;
  }
  .sec07__content01 {
    width: 46rem;
  }
  .sec07__content01--wrap01 {
    margin-bottom: 4.5rem;
  }
  .sec07__content01--wrap02 {
    margin-left: -19rem;
    margin-right: auto;
    width: 32.4rem;
  }
  .sec07__content02 {
    margin-top: 32rem;
    width: 46rem;
  }
  .sec07 .model-image701,
  .sec07 .model-image702 {
    margin: 0;
  }
  .sec07 .model-image701 {
    margin-bottom: 0;
  }
  .youtubeArea {
    margin: 0 auto;
    margin-bottom: 12rem;
    padding-top: 0;
    width: 83.5rem;
    height: 47rem;
  }
  .youtubeArea__ttl {
    margin-bottom: 2.5rem;
  }
  .youtubeArea iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .footerIconArea {
    margin-bottom: 7.5rem;
  }
  .footerIconArea .sec-iconArea {
    row-gap: 0;
  }
  .footerIconArea .sec-iconArea__icon {
    width: 4rem;
  }
  .staff-credit {
    margin-bottom: 5.5rem;
  }
  .staff-credit .pc-only {
    display: inline-block;
  }
  .celford_230221__btn {
    text-align: center;
  }
  .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 */