@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_241226 img,
.celford_241226 svg,
.celford_241226 picture,
.celford_241226 video {
  width: 100%;
  height: auto;
}

.celford_241226 a,
.celford_241226 picture {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .celford_241226 #breadcrumb {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
  }
}

.celford_241226 #breadcrumb .cateList {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: initial;
}

@media screen and (min-width: 768px) {
  .celford_241226 #breadcrumb .cateList {
    text-overflow: clip;
    white-space: normal;
    overflow: visible;
  }
}

/*---------- all common ----------*/
/*---------- animation ----------*/
.js-fade-Vr-first,
.js-fade-Vr {
  opacity: 0;
  transition-duration: 2.2s;
  /* transform: translateY(3rem); */
}

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

/*---------- animation ----------*/
/*---------- font ----------*/
.celford_241226 {
  color: #000000;
  font-feature-settings: "palt";
  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-face {
  font-family: "NotoSerifJp";
  src: url("../fonts/NotoSerifJP-Medium.otf") format("opentype");
}

.font_serif {
  font-family: "NotoSerifJp";
}

.ff_deja {
  font-family: dejanire-headline, serif;
  font-style: italic;
  font-weight: 400;
}

.font_seasons {
  /* The Seasons Light */
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
  font-style: normal;
}

@media screen and (min-width: 768px) {

  .celford_241226 {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
}

.sec-iconArea__txt,
.sec-credit span {
  font-family: "Crimson Text", serif;
  font-size: calc(24 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 768px) {

  .sec-iconArea__txt,
  .sec-credit span {
    font-size: 1.3rem;
  }
}

.celford_241226__btn a {
  font-family: "Crimson Text", serif;
  font-size: calc(22 *(100vw / 750));
  line-height: 1.5454545455;
  letter-spacing: 0.002em;
}

@media screen and (min-width: 768px) {
  .celford_241226__btn a {
    font-size: 1.1rem;
    line-height: 1.5454545455;
  }
}

/*---------- font ----------*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/


/*---------- common ----------*/
.model__img {
  position: relative;
}

.model__img::before {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.celford_241226 {
  margin-bottom: calc(38 *(100vw / 750));
  overflow: hidden;
}

.firstviewArea__img {
  margin-inline: auto;
  margin-bottom: calc(103 *(100vw / 750));
}

.firstviewArea__lead {
  text-align: center;
}

.video {
  margin-top: calc(90* (100vw /750));
}










.footerIconArea {
  margin-bottom: calc(120 *(100vw / 750));
}

.footerIconArea .sec-iconArea {
  position: relative;
  left: calc(-1* (100vw / 750));
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(570* (100vw / 750));
  gap: calc(19* (100vw / 750)) calc(45 *(100vw / 750));
  margin: calc(180* (100vw / 750)) auto 0;
}

.footerIconArea .sec-iconArea__wrap {
  display: flex;
  align-items: center;
  gap: calc(20 *(100vw / 750));
}

.footerIconArea .sec-iconArea__wrap:nth-child(n+5) {
  position: relative;
  left: calc(18* (100vw / 750));
}

.footerIconArea .sec-iconArea__icon {
  width: calc(62.5 *(100vw / 750));
}

.footerIconArea .sec-iconArea__txt {
  margin-right: 0;
  white-space: nowrap;
}

.celford_241226__btn {
  text-align: center;
}

.celford_241226__btn a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: calc(660 *(100vw / 750));
  height: calc(124 *(100vw / 750));
  margin: calc(92* (100vw / 750)) auto 0;
  border: solid calc(2* (100vw /750)) #333333;
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .model__img::before {
    z-index: 2;
    width: 4rem;
    height: 14rem;
  }

  .celford_241226 {
    margin-bottom: 6rem;
    padding-top: 3rem;
  }

  .firstviewArea__img {
    width: 120rem;
    margin-bottom: 11.3rem;
  }

  .video {
    width: 80rem;
    margin: 7.5rem auto 0;
  }


  .footerIconArea {
    margin-bottom: 9.9rem;
  }

  .footerIconArea .sec-iconArea {
    gap: 2rem;
    margin: 18.7rem auto 0;
    width: 53rem;
    left: 0;
  }

  .footerIconArea .sec-iconArea__wrap:nth-child(4) {
    position: relative;
    left: -0.5rem;
  }

  .footerIconArea .sec-iconArea__wrap:nth-child(n+5) {
    position: relative;
    left: 0.5rem;
  }

  .footerIconArea .sec-iconArea__wrap {
    gap: 1rem;
  }

  .footerIconArea .sec-iconArea__icon {
    width: 4.05rem;
  }

  .celford_241226__btn a {
    width: 101.6rem;
    height: 6.2rem;
    letter-spacing: 0.025em;
    margin: 5.5rem auto 0;
    border: solid 1px #333333;
  }

}






/* ▽_____________ common ______________▽ */
.sec__content-item {
  position: relative;
}

/* .sec__content_ttl {
  font-family: "NotoSerifJp", serif;
  font-size: calc(34* (100vw / 750));
  line-height: 2;
  letter-spacing: 0.075em;
  margin-top: calc(60* (100vw / 750));
} */

.sec__content-item--tx>p {
  margin-top: calc(40* (100vw / 750));
  text-align: justify;
  letter-spacing: 0.05em;
}

.item-function__wrap {
  display: flex;
  margin-top: calc(15* (100vw / 750));
  gap: calc(28* (100vw / 750));
}

.item-function__wrap li {
  display: flex;
  align-items: center;
}

.item-function__wrap p {
  font-size: calc(24* (100vw / 750));
  font-family: "Crimson Text", serif;
}

.item-function__wrap .function__icon {
  width: calc(54* (100vw / 750));
  margin-left: calc(19* (100vw / 750));
}

.function__icon+.function__icon {
  margin-left: calc(11* (100vw / 750));
}

.credit__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  /* margin-top: calc(39* (100vw / 750)); */
  gap: 0 calc(25* (100vw / 750));
}

.credit__wrap.credit_left {
  justify-content: flex-start;
}
.credit__wrap.credit_right {
  justify-content: flex-end;
}
.credit__wrap.credit_center {
  justify-content: center;
}

.credit__wrap::after {
  content: "";
  width: 100%;
}

.credit__wrap li {
  font-size: calc(24* (100vw / 750));
  font-family: "Crimson Text", serif;
  letter-spacing: 0.025em;
  white-space: nowrap;
  line-height: 1;
  font-feature-settings: "palt";
}

.credit__wrap li a {
  padding-bottom: calc(0* (100vw / 750));
  border-bottom: calc(2* (100vw / 750)) solid #b2b2b2;
}

@media screen and (min-width: 768px) {
  .sec__content-item--tx>p {
    margin-top: 1.8rem;
    letter-spacing: 0.025em;
  }

  .item-function__wrap {
    margin-top: 1.7rem;
    gap: 2rem;
  }

  .item-function__wrap p {
    font-size: 1.3rem;
  }

  .item-function__wrap .function__icon {
    width: 3rem;
    margin-left: 1rem;
  }

  .function__icon+.function__icon {
    margin-left: 0.5rem;
  }

  .credit__wrap {
    /* margin-top: 3rem; */
    gap: 0 1.8rem;
  }

  .credit__wrap li {
    font-size: 1.3rem;
    width: fit-content;
    letter-spacing: 0.015em;
  }

  .credit__wrap li a {
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #b2b2b2;
  }
}

/* △_____________ common ______________△ */













.sec__content-wrap {
  position: relative;
  width: calc(750* (100vw / 750));
}

.sec__ttl {
  position: relative;
  font-size: calc(24* (100vw /750));
  line-height: 2.2;
  letter-spacing: 0.025em;
  text-align: center;
  margin-top: calc(487* (100vw /750));
}

.sec__ttl::before {
  content: "";
  position: absolute;
  width: calc(750* (100vw /750));
  height: calc(615* (100vw /750));
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/svg/sp/sec1.svg) center/contain no-repeat;
  top: calc(-340* (100vw /750));
}

@media screen and (max-width: 767px) {
  .sec__content-wrap {
    position: relative;
    width: calc(750* (100vw /750));
  }

  .sec__content_ttl {
    position: absolute;
    z-index: 2;
    pointer-events: none;
  }
}

@media screen and (min-width: 768px) {
  .sec__ttl {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    margin-top: 31.8rem;
  }

  .sec__ttl::before {
    width: 71rem;
    height: 36rem;
    background: url(../img/svg/sec1.svg) center/contain no-repeat;
    top: -23.8rem;
  }

}

/* ===============================================
* slick *
=============================================== */
#lp_contents .slick-dots li.slick-active {
  position: relative;
}

#lp_contents .slick-dots li.slick-active button {
  content: "";
  width: 0;
  background-color: #000;
  -webkit-animation-duration: 3.8s;
  animation-duration: 3.8s;
  -webkit-animation-name: slide_bg;
  animation-name: slide_bg;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes slide_bg {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes slide_bg {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

#lp_contents .slick-dots li {
  width: calc(70 *(100vw / 750));
  height: calc(4 *(100vw / 750));
  margin: 0 0 0 calc(17* (100vw /750));
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #B2B2B2;
}

@media only screen and (min-width: 768px),
print {
  #lp_contents .slick-dots li {
    width: 3.5rem;
    height: 2px;
    margin: 0 1rem;
    margin-right: 0;
  }
}

#lp_contents .slick-dots li button {
  height: 100%;
  width: 100%;
  padding: 0;
}

#lp_contents .slick-dots li button:before {
  content: "";
  height: 100%;
  width: 100%;
}

#lp_contents .slick-dots li.slick-active button:before {
  opacity: 1;
  width: 100%;
  height: 100%;
}

#lp_contents .slick-dots {
  position: initial;
  margin-top: calc(30 *(100vw / 750));
  text-align: left;
}

@media only screen and (min-width: 768px),
print {
  #lp_contents .slick-dots {
    margin-top: 1.5rem;
  }
}

#lp_contents .slick-dots li:first-of-type {
  margin-left: 0 !important;
}

#lp_contents .slick-arrow {
  display: none !important;
}

#lp_contents .slick-prev:before,
#lp_contents .slick-next:before {
  display: none;
}

#lp_contents .slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* ===============================================
* movie *
=============================================== */
.movie__button {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(28 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.035em;
}

.movie__button {
  position: absolute;
  right: calc(13 *(100vw / 750));
  bottom: calc(13 *(100vw / 750));
  padding: calc(5 *(100vw / 750)) calc(10* (100vw /750));
  border: solid 1px #000000;
  cursor: pointer;
}

.movie {
  position: relative;
  margin-inline: auto;
  margin-top: calc(89 *(100vw / 750));
  width: calc(750* (100vw /750));
}

.movie__button .sound-off {
  display: none;
}

@media screen and (min-width: 768px) {

  .movie__button {
    right: 1rem;
    bottom: 2rem;
    padding: 0.2rem 0.6rem;
    font-size: 1.5rem;
  }

  .movie {
    width: 80rem;
    margin-top: 7.3rem;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for tablet
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media (max-width: 1400px) and (min-width: 768px) {
  html {
    /* font-size: 0.7142857143vw; */
    font-size: calc(10* (100vw / 1400)) !important;
  }
}



/* //////////////////////////////////////////////////////////////////////////////////////////////
                                          CE241226
////////////////////////////////////////////////////////////////////////////////////////////// */

.pc_on {
  display: block;
}
.sp_on {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_on {
    display: none;
  }
  .sp_on {
    display: block;
  }

}

/* ===============================================
* firstviewArea *
=============================================== */
.firstviewArea {
  margin-bottom: 12rem;
}

.coming_soon_area {
  width: 49.5rem;
  margin: 7.5rem auto 0rem;
}

/* ===============================================
* section01 *
=============================================== */
.section_area {
  margin: 0 auto;
  position: relative;
}
.section01 {
  width: 76rem;
  margin-bottom: 21.8rem;
}
.section_area.section01::after {
  content: "";
  background-color: #f9f7f2;
  width: 105rem;
  height: 89rem;
  position: absolute;
  top: 67.7rem;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.flex_base {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec01_img01 {
  width: 45rem;
  position: relative;
  z-index: 20;
}
.sec_ttl {
  font-size: 10rem;
  letter-spacing: 0.03em;
  margin-bottom: 2.7rem;
  line-height: 1;
}
.sec_ttl.sec01 {
  color: #dbcbb0;
  margin-top: 5.2rem;
}
.sec_lead {
  font-size: 2rem;
  letter-spacing: 0.075em;
}
.sec_lead span.row01 {
  margin-bottom: 2.5rem;
}
.sec_lead.sec01 span.row02 {
  margin-left: 7.5rem;
}
.sec01_img02 {
  width: 38rem;
  margin-left: auto;
  margin-top: -46.8rem;
  position: relative;
  z-index: 30;
}
.sec01_img02 .js-fade-Vr > a {
  position: relative;
  z-index: 30;
  margin-bottom: 2.6rem;
}
.credit__wrap.credit_sec01 {
  margin-right: 2rem;
}

/* ===============================================
* section02 *
=============================================== */
.section02 {
  width: 102.5rem;
  margin-bottom: 22rem;
  position: relative;
  left: 0.2rem;
}
.section_area.section02::after {
  content: "";
  background-color: #f3f3f6;
  width: 200%;
  height: 88rem;
  position: absolute;
  top: 52rem;
  left: -23%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.sec_ttl.sec02 {
  color: #8787a2;
  margin-left: 4.5rem;
}
.sec_lead.sec02 span.row02 {
  margin-left: 5rem;
}
.sec_lead.sec02 {margin-left: 4.5rem;}
.sec02_img01 {
  width: 42rem;
  margin-top: 14.2rem;
}
.sec02_img01 .js-fade-Vr > a {
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}
.sec02_img02 {
  width: 50rem;
}

/* ===============================================
* section03 *
=============================================== */
.section03 {
  width: 102.5rem;
  margin-bottom: 13rem;
}
.section_area.section03::after {
  content: "";
  background-color: #f6f1f0;
  width: 200%;
  height: 93.7rem;
  position: absolute;
  top: 40.8rem;
  right: -221.7%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.sec_ttl.sec03 {
  color: #e5bbb3;
  font-size: 9rem;
}
.sec_lead.sec03 {
  
}
.sec_lead.sec03 span.row02 {
  margin-left: 20rem;
}
.sec03_img01 {
  width: 42.1rem;
}
.sec03_img02 {
  width: 50rem;
  margin-top: 4rem;
  margin-right: 0.4rem;
}
.sec03_img02 .js-fade-Vr > a {
  margin-top: 9rem;
  margin-bottom: 2.5rem;
}

/* ===============================================
* special_item *
=============================================== */
.special_item {
  width: 100%;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding-bottom: 6rem;
  margin-bottom: 15.9rem;
}
.special_item_ttl {
  width: 37rem;
  padding: 0 2rem;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: -1rem;
  margin-bottom: 4.4rem;
}
.special_item_flex {
  width: 49rem;
  margin: 0 auto 4.4rem;
  position: relative;
  left: -0.3rem;
}
.special_item_flex_in {
  width: 15rem;
}
.special_item_lead {
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 2.2;
  margin-bottom: 2.3rem;
}


/* ===============================================
* ////////////////// SP ////////////////// *
=============================================== */

@media screen and (max-width: 767px) {

.coming_soon_area {
  width: calc(660* (100vw /750));
  margin: calc(96* (100vw /750)) auto 0rem;
}
.firstviewArea {
  margin-bottom: calc(120* (100vw /750));
}
.section01 {
  width: 100%;
  margin-bottom: calc(282* (100vw /750));
}
.section_area.section01::after {
  width: 100%;
  height: calc(2674* (100vw /750));
  top: calc(1275* (100vw /750));
}
.sec_ttl {
  font-size: calc(150* (100vw /750));
  margin-bottom: calc(35* (100vw /750));
  text-align: center;
}
.sec_lead {
  font-size: calc(36* (100vw /750));
  margin-bottom: calc(40* (100vw /750));
  text-align: center;
  line-height: 2.15;
}
.sec_lead span.row01 {
  margin-bottom: calc(40* (100vw /750));
}
.sec_lead span.row02 {
  /* margin-bottom: calc(60* (100vw /750)); */
}
.sec_lead.sec01 span.row02 {
  margin-left: calc(120* (100vw /750));
}
.sec01_img01 {
  width: 100%;
  margin-bottom: calc(60* (100vw /750));
}
.sec01_img02 {
  width: calc(624* (100vw /750));
  margin-right: auto;
  margin-top: 0;
}
.sec01_img02 .js-fade-Vr > a {
  margin-bottom: calc(40* (100vw /750));
}
.credit__wrap.credit_sec01 {
  margin-right: 0;
  justify-content: center;
}
.section02 {
  width: 100%;
  margin-bottom: calc(282* (100vw /750));
  left: 0;
}
.sec_ttl.sec02 {
  margin-left: calc(25* (100vw /750));
}
.sec_lead.sec02 {
  margin-left: calc(0* (100vw /750));
}
.sec_lead.sec02 span.row02 {
  margin-left: calc(80* (100vw /750));
}
.sec02_img01 {
  width: calc(680* (100vw /750));
  margin-left: auto;
  margin-top: 0;
  order: 2;
}
.section_area.section02::after {
  width: calc(517* (100vw /750));
  height: calc(2749* (100vw /750));
  top: calc(-63* (100vw /750));
  left: calc(0* (100vw /750));
  transform: unset;
}
.sec02_img01 .js-fade-Vr > a {
  margin-top: calc(60* (100vw /750));
  margin-bottom: calc(40* (100vw /750));
}
.section03 {
  width: 100%;
  margin-bottom: calc(258* (100vw /750));
}
.section_area.section03::after {
  width: calc(533* (100vw /750));
  height: calc(2966* (100vw /750));
  top: calc(-62* (100vw /750));
  right: calc(0* (100vw /750));
  transform: unset;
}
.sec_ttl.sec03 {
  font-size: calc(150* (100vw /750));
  position: relative;
  left: calc(-187* (100vw /750));
}
.sec_ttl.sec03 span.pink_01 {

}
.sec_ttl.sec03 span.pink_02 {

}
.sec_lead.sec03 span.row02 {
  margin-left: calc(280* (100vw /750));
}
.sec03_img01 {
  width: calc(673* (100vw /750));
  margin-left: auto;
}
.sec03_img02 {
  width: 100%;
  margin-top: calc(60* (100vw /750));
  margin-right: 0;
}
.sec03_img02 .js-fade-Vr > a {
  margin-top: calc(0* (100vw /750));
  margin-bottom: calc(40* (100vw /750));
}
.sec03_img02 .credit__wrap {
  width: calc(458* (100vw /750));
  margin-left: calc(80* (100vw /750));
}
.special_item_ttl {
  width: calc(588* (100vw /750));
  padding: 0 calc(18* (100vw /750));
  margin-top: calc(-14* (100vw /750));
  margin-bottom: calc(56* (100vw /750));
}
.special_item_flex {
  width: calc(710* (100vw /750));
  margin: 0 auto calc(35* (100vw /750));
  left: 0;
}
.special_item_flex_in {
  width: calc(230* (100vw /750));
}
.special_item_lead {
  font-size: calc(24* (100vw /750));
  margin-bottom: calc(36* (100vw /750));
}
.special_item {
  padding-bottom: calc(80* (100vw /750));
  margin-bottom: calc(180* (100vw /750));
}
.credit__wrap.credit_sec03.sp_mb {
  margin-bottom: calc(25* (100vw /750));
}
.sec_ttl.sec01 {
  margin-top: calc(184* (100vw /750));
}
.sec02_img02 {
  width: calc(730* (100vw /750));
}

.sec_lead.sec01 span.row01 {
  position: relative;
  left: calc(-85*(100vw / 750));
}
.sec_lead.sec02 span.row01 {
  position: relative;
  left: calc(-123*(100vw / 750));
}
.sec_lead.sec02 span.row02 {
  position: relative;
  left: calc(10*(100vw / 750));
}
.sec_ttl.sec03 span.pink_02 {position: relative;left: calc(282*(100vw / 750));}
.sec_lead.sec03 span.row01 {
  position: relative;
  left: calc(-84*(100vw / 750));
}
.sec_lead.sec03 span.row02 {
  position: relative;
  left: calc(-45*(100vw / 750));
}

}