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

.celford_250430 a,
.celford_250430 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_250430 #breadcrumb {
    max-width: min(1200 * (100vw/1400), 1200px);
    width: 100%;
    margin: 0 auto;
  }
}

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

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

/*---------- all common ----------*/
/*---------- animation ----------*/

.js-fade-Vr:not(.zoomout) {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s, transform 1.2s;
}

.js-fade-Vr.active:not(.zoomout) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.js-fade-Vr.zoomout {
  overflow: clip;
}

.js-fade-Vr.zoomout img {
  display: block;
  opacity: 0;
  transition: transform 2s, opacity 2s;
  transform: translate3d(0, 0, 0) scale(1.1);
}

.js-fade-Vr.zoomout.active img {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}


/*---------- animation ----------*/
/*---------- font ----------*/
.celford_250430 {
  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.05em;
}





@font-face {
  font-family: "NotoSerifJp";
  src: url("../fonts/NotoSerifJP-Medium.otf") format("opentype");
}

@font-face {
  font-family: "Phosp";
  src: url("../fonts/Phosph09.ttf") format("truetype");
}

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

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



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


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

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

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


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

.firstviewArea__lead {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .lp_contents__inner {
    display: flex;
    justify-content: center;
  }

  .sticky_area {
    width: 50%;
    position: sticky;
    top: 9rem;
    height: 100vh;
    /* height: calc(100vh - calc(100 * (100vw / 1400))); */
    background: #e3eaf9;

    height: 100vh;
  }

  .scroll_area {
    width: 50%;
    padding: calc(51 * (100vw / 1400)) 0 0;
  }

  .celford_250430 {
    margin-bottom: calc(41 * (100vw / 1400));
    font-size: calc(15.36* (100vw /1400));
    overflow: clip;
  }

  .firstviewArea__img {
    margin-inline: auto;
    margin-bottom: 0;
    /* top: calc((100vh - 10rem) / 2);
    transform: translateY(calc((-100vh + 0rem) / 2)); */
    top: 50%;
    transform: translateY(-50%);
    position: relative;
  }

  .firstviewArea__img img {
    height: 100vh;
    object-position: top center;
    display: block;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    /* 調整中 */
    height: 100vh;
    object-position: top 0% left 50%;
    object-fit: contain;
  }
}

@media screen and (min-width: 768px) and (max-width: 1190px) {
  .sticky_area {

    height: 95vh;
  }

  .firstviewArea__img img {

    /* 調整中 */
    height: 95vh;
    object-position: top 45% left 50%;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .model__img {
    background: #fff;
  }
}






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

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

.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;
  width: fit-content;
}

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

@media screen and (min-width: 768px) {
  .credit__wrap {
    margin-top: calc(16 * (100vw / 1400));
    gap: calc(16 * (100vw / 1400)) calc(21 * (100vw / 1400));
  }

  .credit__wrap li {
    font-size: calc(15.36* (100vw /1400));
  }

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


/* ===============================================
* 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;
}

#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;
  width: fit-content;
  margin: calc(29* (100vw /750)) 0 0 calc(56* (100vw /750));
}

#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;
}

/* △_____________ common ______________△ */


/* ===============================================
* sec *
=============================================== */
.sec,
.sec__content-wrap {
  position: relative;
}

.sec::before,
.sec__content-wrap::before,
.sec__content-wrap::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

/* sec__content_ttl_wrap___________________________*/
.sec__content_ttl_wrap {
  position: absolute;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(36* (100vw /750));
  letter-spacing: 0;
  line-height: 1.8;
  margin-top: calc(7* (100vw /750));
  text-align: left;
  writing-mode: vertical-rl;
  color: #9F8791;
  z-index: 2;
  pointer-events: none;
  white-space: nowrap;
}

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

/* ===============================================
* sec0 *
=============================================== */
.sec0 .sec__content-item--1 {
  width: calc(660* (100vw /750));
  height: calc(660* (100vw /750));
  margin: calc(67 * (100vw / 750)) auto 0;
}

.sec0 .sec__content-item--2 {
  margin-top: calc(65 * (100vw / 750));
  text-align: center;
}

.sec0 .sec__content-item--2 .credit__wrap {
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .sec0 .sec__content-item--1 {
    width: calc(422.4* (100vw /1400));
    height: calc(422.4* (100vw /1400));
    margin: calc(42 * (100vw / 1400)) auto 0;
  }

  .sec0 .sec__content-item--2 {
    margin-top: calc(42 * (100vw / 1400));
  }

}

/* ===============================================
* sec1 *
=============================================== */
.sec1::before {
  top: calc(220* (100vw /750));
  left: 50%;
  transform: translateX(-50%);
  width: calc(750* (100vw /750));
  height: calc(4237* (100vw /750));
  background: #E7DEDA;
}

.ttl__img {
  width: calc(750* (100vw /750));
  margin-top: calc(118* (100vw /750));
}

.sec1 .sec__content-wrap--1 .sec__content-item--1 {
  width: calc(500* (100vw /750));
  margin: calc(40 * (100vw / 750)) 0 0 auto;
  z-index: 2;
}

.sec1 .sec__content-wrap--1 .sec__content-item--1::before {
  background: url(../img/svg/look01_01.svg) center/contain no-repeat;
  width: calc(160* (100vw /750));
  height: calc(240* (100vw /750));
  top: calc(522 * (100vw / 750));
  left: calc(-207 * (100vw / 750))
}

.sec1 .sec__content-wrap--1 .sec__content-item--2 {
  width: calc(710* (100vw /750));
  margin: calc(-53 * (100vw / 750)) 0 0 0;
}

.sec1 .sec__content-wrap--1 .sec__content-item--2::before {
  background: url(../img/svg/logo_wht.svg) center/contain no-repeat;
  width: calc(53 * (100vw / 750));
  height: calc(635 * (100vw / 750));
  top: calc(401 * (100vw / 750));
  right: calc(27 * (100vw / 750));
  z-index: 1;
}

.sec1 .credit__wrap {
  margin: calc(39 * (100vw / 750)) 0 0 calc(41 * (100vw / 750));
  flex-direction: column;
  color: #867C78;
}

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

.sec1 .sec__content-wrap--2 .sec__content-item--1 {
  width: calc(680* (100vw /750));
  margin: calc(218 * (100vw / 750)) auto 0;
}

.sec1 .sec__content-wrap--2 .sec__content-item--1::before {
  background: url(../img/svg/look01_02.svg) center/contain no-repeat;
  width: calc(299* (100vw /750));
  height: calc(144* (100vw /750));
  top: calc(-153 * (100vw / 750));
  right: calc(31 * (100vw / 750));
}

.sec1 .sec__content-wrap--2 .sec__content-item--2 {
  width: calc(470* (100vw /750));
  margin: calc(40 * (100vw / 750)) 0 0 auto;
}

.sec1 .sec__content-wrap--2 .credit__wrap {
  margin: calc(39 * (100vw / 750)) 0 0 0;
}

@media screen and (min-width: 768px) {
  .sec1 {
    width: calc(480* (100vw /1400));
    margin: auto;
  }


  .sec1::before {
    top: calc(140 * (100vw / 1400));
    width: 50vw;
    height: calc(2711 * (100vw / 1400));
  }

  .ttl__img {
    width: calc(480* (100vw /1400));
    margin-top: calc(73 * (100vw / 1400));
  }

  .sec1 .sec__content-wrap--1 .sec__content-item--1 {
    width: calc(320* (100vw /1400));
    margin: calc(25 * (100vw / 1400)) 0 0 auto;
  }

  .sec1 .sec__content-wrap--1 .sec__content-item--1::before {
    width: calc(102 * (100vw / 1400));
    height: calc(153 * (100vw / 1400));
    top: calc(335 * (100vw / 1400));
    left: calc(-133 * (100vw / 1400));
  }

  .sec1 .sec__content-wrap--1 .sec__content-item--2 {
    width: calc(454* (100vw /1400));
    margin: calc(-33 * (100vw / 1400)) 0 0 0;
  }

  .sec1 .sec__content-wrap--1 .sec__content-item--2::before {
    width: calc(34 * (100vw / 1400));
    height: calc(414 * (100vw / 1400));
    top: calc(251 * (100vw / 1400));
    right: calc(17 * (100vw / 1400));
  }

  .sec1 .credit__wrap {
    margin: calc(26 * (100vw / 1400)) 0 0 calc(26 * (100vw / 1400));
  }

  .sec1 .credit__wrap li a {
    border-bottom: calc(2* (100vw / 1400)) solid #D4CAC7;
  }

  .sec1 .sec__content-wrap--2 .sec__content-item--1 {
    width: calc(435 * (100vw / 1400));
    margin: calc(138 * (100vw / 1400)) auto 0;
  }

  .sec1 .sec__content-wrap--2 .sec__content-item--1::before {
    width: calc(191* (100vw /1400));
    height: calc(92* (100vw /1400));
    top: calc(-99 * (100vw / 1400));
    right: calc(21 * (100vw / 1400));
  }

  .sec1 .sec__content-wrap--2 .sec__content-item--2 {
    width: calc(300* (100vw /1400));
    margin: calc(27 * (100vw / 1400)) 0 0 auto;
  }

  .sec1 .sec__content-wrap--2 .credit__wrap {
    margin: calc(25 * (100vw / 1400)) 0 0 0;
  }
}

/* ===============================================
* sec2 *
=============================================== */
.sec2 .ttl__img {
  margin-top: calc(218 * (100vw / 750));
}

.sec2 .sec__content-wrap--1 .sec__content-item--1 {
  width: calc(700* (100vw /750));
  margin: calc(40 * (100vw / 750)) 0 0 auto;
}

.sec2 .sec__content-wrap--1 .sec__content-item--1::before {
  background: url(../img/svg/look02_01.svg) center/contain no-repeat;
  width: calc(200* (100vw /750));
  height: calc(240* (100vw /750));
  top: calc(82 * (100vw / 750));
  left: calc(-36 * (100vw / 750));
  z-index: 2;
}

.sec2 .sec__content-wrap--1 .sec__content-item--2 {
  width: calc(640* (100vw /750));
  margin: calc(40 * (100vw / 750)) 0 0 0;
}

.sec2 .sec__content-wrap--1 .sec__content-item--2::before {
  background: url(../img/svg/logo_blk.svg) center/contain no-repeat;
  width: calc(53 * (100vw / 750));
  height: calc(635 * (100vw / 750));
  top: calc(338 * (100vw / 750));
  right: calc(-79 * (100vw / 750));
}

.sec2 .credit__wrap {
  margin: calc(39 * (100vw / 750)) 0 0 calc(41 * (100vw / 750));
  flex-direction: column;
}

.sec2 .sec__content-wrap--2 .sec__content-item--1 {
  width: calc(660* (100vw /750));
  margin: calc(178 * (100vw / 750)) auto 0;
}

.sec2 .sec__content-wrap--2 .sec__content-item--1::before {
  background: url(../img/svg/look02_02.svg) center/contain no-repeat;
  width: calc(296* (100vw /750));
  height: calc(144* (100vw /750));
  top: calc(-153 * (100vw / 750));
  left: 50%;
  transform: translateX(-50%);
}

.sec2 .sec__content-wrap--2 .sec__content-item--2 {
  width: calc(600* (100vw /750));
  margin: calc(40 * (100vw / 750)) 0 0 auto;
}

.sec2 .sec__content-wrap--2 .credit__wrap {
  margin: calc(39 * (100vw / 750)) 0 0 0;
}

@media screen and (min-width: 768px) {
  .sec2 {
    width: calc(480* (100vw /1400));
    margin: auto;
  }

  .sec2 .ttl__img {
    margin-top: calc(138 * (100vw / 1400));
  }

  .sec2 .sec__content-wrap--1 .sec__content-item--1 {
    width: calc(448* (100vw /1400));
    margin: calc(25 * (100vw / 1400)) 0 0 auto;
  }

  .sec2 .sec__content-wrap--1 .sec__content-item--1::before {
    width: calc(127 * (100vw / 1400));
    height: calc(152 * (100vw / 1400));
    top: calc(54 * (100vw / 1400));
    left: calc(-22 * (100vw / 1400));
  }

  .sec2 .sec__content-wrap--1 .sec__content-item--2 {
    width: calc(410* (100vw /1400));
    margin: calc(26 * (100vw / 1400)) 0 0 0;
  }

  .sec2 .sec__content-wrap--1 .sec__content-item--2::before {
    width: calc(34 * (100vw / 1400));
    height: calc(406 * (100vw / 1400));
    top: calc(217 * (100vw / 1400));
    right: calc(-51 * (100vw / 1400));
  }

  .sec2 .credit__wrap {
    margin: calc(26 * (100vw / 1400)) 0 0 calc(26 * (100vw / 1400));
  }

  .sec2 .sec__content-wrap--2 .sec__content-item--1 {
    width: calc(422 * (100vw / 1400));
    margin: calc(111 * (100vw / 1400)) auto 0;
  }

  .sec2 .sec__content-wrap--2 .sec__content-item--1::before {
    width: calc(189* (100vw /1400));
    height: calc(92* (100vw /1400));
    top: calc(-99 * (100vw / 1400));
  }

  .sec2 .sec__content-wrap--2 .sec__content-item--2 {
    width: calc(384* (100vw /1400));
    margin: calc(27 * (100vw / 1400)) 0 0 auto;
  }

  .sec2 .sec__content-wrap--2 .credit__wrap {
    margin: calc(25 * (100vw / 1400)) 0 0 0;
  }
}

/* ===============================================
* sec3 *
=============================================== */
.sec3::before {
  width: calc(750* (100vw /750));
  height: calc(691* (100vw /750));
  background: rgba(90, 93, 108, 0.1);
  top: calc(-100* (100vw /750));
  left: 50%;
  transform: translateX(-50%);
}

.sec3 .logo__img {
  width: calc(290 * (100vw / 750));
  margin: calc(240 * (100vw / 750)) auto 0;
}

.sec3 p {
  width: calc(560 * (100vw / 750));
  text-align: justify;
  margin: calc(46 * (100vw / 750)) auto 0;
}

@media screen and (min-width: 768px) {
  .sec3 {
    height: calc(378 * (100vw / 1400));
    padding-top: calc(64 * (100vw / 1400));
    margin-top: calc(88 * (100vw / 1400));
  }

  .sec3::before {
    width: 50vw;
    height: calc(442* (100vw /1400));
    top: 0;
  }

  .sec3 .logo__img {
    width: calc(185.6 * (100vw / 1400));
    margin: 0 auto 0;
  }

  .sec3 p {
    width: calc(358.4 * (100vw / 1400));
    margin: calc(29 * (100vw / 1400)) auto 0;
  }
}

/* ===============================================
* foot__function *
=============================================== */
.foot__function {
  position: relative;
}

.foot__function::before,
.foot__function::after {
  content: "";
  position: absolute;
  height: calc(2* (100vw /750));
  width: 100%;
  background: #000;
  left: 50%;
  transform: translateX(-50%);
}

.foot__function::before {
  top: calc(14*(100vw / 750));
}

.foot__function::after {
  top: calc(250*(100vw /750));
}

.foot__function>p {
  background: #fff;
  position: relative;
  width: fit-content;
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(32* (100vw /750));
  letter-spacing: 0.025em;
  margin: calc(237*(100vw / 750)) auto 0;
  text-align: center;
  line-height: 1;
  padding: 0 calc(20* (100vw /750));
}

.foot__function .item-function__wrap {
  width: calc(710* (100vw /750));
  margin: calc(38* (100vw /750)) auto 0;
  flex-wrap: wrap;
  gap: calc(20*(100vw / 750)) calc(40*(100vw / 750));
  justify-content: center;
}

.foot__function .function__icon {
  width: calc(60* (100vw /750));
  margin-left: 0;
  margin-right: calc(18* (100vw /750));
}

/* ===============================================
* celford_250430__btn *
=============================================== */
.celford_250430__btn {
  text-align: center;
}

.celford_250430__btn a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: calc(660 *(100vw / 750));
  height: calc(124 *(100vw / 750));
  margin: calc(209*(100vw / 750)) auto 0;
  border: solid calc(2* (100vw /750)) #333333;
  /* background: #000; */
  /* color: #fff; */
  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_250430__btn a {
    width: calc(1015 *(100vw / 1400));
    height: calc(62 *(100vw / 1400));
    margin: calc(160 * (100vw / 1400)) auto 0;
    border: solid calc(2* (100vw /1400)) #333333;
    font-size: calc(11 *(100vw / 1400));
    letter-spacing: 0.02em;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for tablet
//////////////////////////////////////////////////////////////////////////////////////////////
*/