@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_240202 img,
.celford_240202 svg,
.celford_240202 picture,
.celford_240202 video {
  width: 100%;
  height: auto;
}

.celford_240202 a,
.celford_240202 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_240202 #breadcrumb {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
  }
}

.celford_240202 #breadcrumb .cateList {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: initial;
}

@media screen and (min-width: 768px) {
  .celford_240202 #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.5s;
  /* transform: translateY(3rem); */
}

.js-fade-Vr-first.active,
.js-fade-Vr.active {
  opacity: 1;
  /* transform: translateY(0); */
}

/*---------- animation ----------*/
/*---------- font ----------*/
.celford_240202 {
  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");
}

.ff_deja {
  font-family: dejanire-headline, serif;
  font-style: italic;
  font-weight: 400;
}

@media screen and (min-width: 768px) {

  .celford_240202 {
    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_240202__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_240202__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_240202 {
  margin-bottom: calc(38 *(100vw / 750));
  overflow: hidden;
}

.firstviewArea__img {
  margin-inline: auto;
  margin-bottom: calc(127 *(100vw / 750));
}

.firstviewArea__lead {
  text-align: center;
  letter-spacing: 0.05em;
}

.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_240202__btn {
  text-align: center;
}

.celford_240202__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_240202 {
    margin-bottom: 4rem;
    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_240202__btn a {
    width: 101.6rem;
    height: 6.2rem;
    letter-spacing: 0.025em;
    margin: 5.5rem auto 0;
    border: solid 1px #333333;
  }

}


/* ▽_____________ common ______________▽ */

.credit__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(43* (100vw / 750));
  gap: 0 calc(25* (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;
}

.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: 3rem;
    gap: 0 2.1rem;
  }

  .credit__wrap li {
    font-size: 1.3rem;
    width: fit-content;
    letter-spacing: 0.025em;
  }

  .credit__wrap li a {
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #b2b2b2;
  }
}

/* △_____________ common ______________△ */


/* ===============================================
* 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: right;
}

@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(9* (100vw /750));
  border: solid 1px #000000;
  cursor: pointer;
}

.movie {
  position: relative;
  margin-inline: auto;
  margin-top: calc(125 *(100vw / 750));
  margin-bottom: calc(138 *(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: 84.0rem;
    margin: 9.2rem auto 13rem;
  }
}









/* ===============================================
* sec1 *
=============================================== */
/* all */
.sec{
  position: relative;
}
.sec .secWrap{
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-items: center;
  justify-content: space-between;
}
.sec .sideArea{
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
}
.sec .sideArea::after{
  position: relative;
  bottom: 0;
  left: -0.6rem;
  content:
  "";
  display: block;
  width: 0.99px;
  height: 100%;
  padding-top: 100%;
  background-color: #000;
}
.sec .mainArea .prod{
  display: grid;
  grid-template-rows: auto auto;
}
.sec .aboutbox .ttl{
  font-feature-settings: "palt";
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}

/* sp */
@media screen and (max-width: 767px) {
  .sec{
    margin-bottom: calc(195 * (100vw / 750));
  }
  .sec .secWrap{
    width: calc(700* (100vw / 750));
    margin: auto;
  }
  .sec .sideArea{
    transform: translateY(calc(-5 * (100vw / 750)));
    width: calc(80* (100vw / 750));
    gap: calc(50 * (100vw / 750));
  }
  .sec.--01 .sideArea::after {
    height: 89.8rem;
  }
  .sec.--02 .sideArea::after {
    height: 82.8rem;
  }
  .sec.--03 .sideArea::after {
    height: 112.6rem;
    left: -0.2rem;
  }
  .sec .mainArea .prod{
    width: calc(600 * (100vw / 750));
  }
  .sec .mainArea .prod{
    gap: calc(65 * (100vw / 750));
  }
  .sec .aboutbox .ttl{
    margin-bottom: calc(35 * (100vw / 750));
    font-size: calc(34 * (100vw / 750));
    line-height: 2;
    letter-spacing: 0em;
  }
  .sec .aboutbox .lead,
  .sec.--04 .lead{
    font-size: calc(24 * (100vw / 750));
    line-height: 2.208;
    letter-spacing: 0.05em;
    text-align: justify;
  }

  /* sec 01 */
  .sec.--01 .secWrap{
    position: relative;
    left: calc(-5 * (100vw / 750));
  }
  .sec.--01 .aboutbox .lead{
    padding-right: calc(20 * (100vw / 750));
  }
  .sec .mainArea .prod.--01{
    margin-bottom: calc(66 * (100vw / 750));
  }
  .sec.--01 .prod.--02 .imgBox{
    width: calc(510 * (100vw / 750));
  }

  /* sec02 */
  .sec.--02 {
    margin-bottom: calc(240 * (100vw / 750));
  }
  .sec.--02::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: calc(660 * (100vw / 750));
    width: 100vw;
    height: calc(1705 * (100vw / 750));
    background: #f2f1ef;
    z-index: -1;
  }
  .sec.--02 .secWrap {
    flex-direction: row-reverse;
    width: calc(728* (100vw / 750));
    margin: 0;
  }
  .sec.--02 .prod.--01{
    width: calc(620 * (100vw / 750));
  }
  .sec.--02 .prod.--01 .imgBox{
    width: calc(620 * (100vw / 750));
  }
  .sec.--02 .prod.--01 .aboutbox{
    width: calc(635 * (100vw / 750));
    padding-left: calc(54 * (100vw / 750));
  }
  .sec.--02 .prod.--02{
    padding-left: calc(55 * (100vw / 750));
  }
  .sec.--02  .prod.--02 .imgBox {
    width: calc(430 * (100vw / 750));
  }
  .sec.--02 .prod.--02 .aboutbox{
    width: calc(580 * (100vw / 750));
  }

  /* sec02 */
  .sec.--03 {
    margin-bottom: calc(115 * (100vw / 750));
  }
  .sec.--03 .secWrap {
    width: calc(738* (100vw / 750));
    margin: 0 0 0 auto;
  }
  .sec.--03 .sideArea {
    width: calc(90* (100vw / 750));
  }
  .sec.--03 .prod.--01{
    width: calc(620 * (100vw / 750));
  }
  .sec.--03 .prod.--01 .imgBox{
    width: calc(620 * (100vw / 750));
  }
  .sec.--03 .prod.--01 .aboutbox{
    width: calc(580 * (100vw / 750));
  }
  .sec.--03 .prod.--02 {
  position: relative;
  left: -0.3rem;
  }
  .sec.--03  .prod.--02 .imgBox {
    width: calc(500 * (100vw / 750));
  }
  .sec.--03 .prod.--02 .aboutbox{
    width: calc(580 * (100vw / 750));
  }
  /* sec 04 */
  .sec.--04 {
    margin-bottom: calc(180 * (100vw / 750));
    padding-bottom: calc(45 * (100vw / 750));
  }
  .sec.--04 .imgBox {
    width: calc(690 * (100vw / 750));
    margin: auto;
  }
  .sec.--04::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100vw;
    height: calc(427 * (100vw / 750));
    background: #f1f1f1;
    z-index: -1;
  }
  .sec.--04 .lead{
    margin-top: calc(45 * (100vw / 750));
    text-align: center;
  }
  
}
/* pc */
@media screen and (min-width: 768px) {
  .sec{
    position: relative;
    margin-bottom: 21.5rem;
  }
  .sec .secWrap{
    width: 108.4rem;
    margin: auto;
  }
  .sec .sideArea{
    transform: translateY(-0.5rem);
    width: 5.4rem;
    gap: 3rem;
  }
  .sec.--01 .sideArea::after {
    height: 28.5rem;
  }
  .sec.--02 .sideArea::after {
    height: 75.5rem;
  }
  .sec.--03 .sideArea::after {
    height: 67rem;
  }
  .sec .mainArea .prod{
    width: 60.0rem;
  }
  .sec .mainArea .prod{
    gap: 6.5rem;
  }
  .sec .aboutbox .ttl{
    margin-bottom: 1.9rem;
    font-size: 1.7rem;
    line-height: 2;
    letter-spacing: 0;
  }
  .sec .aboutbox .lead,
  .sec.--04 .lead{
    font-size: 1.3rem;
    line-height: 2.208;
    letter-spacing: 0.025em;
    text-align: justify;
  }

  /* sec 01 */
  .sec.--01 .secWrap{
    height: 100%;
    position: relative;
    left: 0rem;
  }
  .sec.--01 .prod.--01 .imgBox{
    width: 46rem;
  }
  .sec.--01 .prod.--01 .aboutbox{
  margin-top: 11rem;
  }
  .sec.--01 .prod.--01 .aboutbox .lead{
    letter-spacing: 0.025em;
  }
  .sec .mainArea .prod.--01{
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    gap: 8rem;
    width: 95rem;
    margin-bottom: -23.6rem;
  }
  .sec .mainArea .prod.--02{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 8rem;
    width: auto;
    margin-bottom: 0;
  }
  .sec.--01 .prod.--02 .imgBox{
    width: 32.0rem;
  }
  .sec.--01 .prod.--02 .aboutbox{
    transform: translateY(-0.3rem);
    width: 42.0rem;
  }

  /* sec02 */
  .sec.--02 {
    margin-bottom: 25rem;
  }
  .sec.--02::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 6rem;
    width: 100vw;
    height: 116.4rem;
    background: #f2f1ef;
    z-index: -1;
  }
  .sec.--02 .sideArea {
    transform: translateY(0rem);
  }
  .sec.--02 .secWrap {
    flex-direction: row-reverse;
    width: 80.5rem;
    margin: auto;
  }
  .sec.--02 .prod.--01{
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    gap: 4rem;
    width: 45.0rem;
    margin: 0 4.8rem 0 auto;
  }
  .sec.--02 .prod.--01 .imgBox{
    width: 45rem;
  }
  .sec.--02 .prod.--01 .aboutbox{
  width: auto;
  margin-bottom: 7.2rem;
  }
  .sec.--02 .prod.--02{
  position: relative;
  left: -0.2rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: unset;
  width: 64rem;
  margin: auto;
  }
  .sec.--02  .prod.--02 .imgBox {
    width: 28.0rem;
  }
  .sec.--02 .prod.--02 .aboutbox{
    width: 30.0rem;
    margin-top: 11.3rem;
  }
  .sec.--02 .prod.--02 .aboutbox .credit__wrap {
    margin-top: 2.2rem;
    flex-direction: column;
    gap: 2.1rem 0;
  }

  /* sec02 */
  .sec.--03 {
    margin-bottom: 13.5rem;
  }
  .sec.--03 .secWrap {
    position: relative;
    left: -0.6rem;
    width: 101.4rem;
    margin: auto;
  }
  .sec.--03 .sideArea {
    transform: translateY(0rem);
    width: 5.5rem;
  }
  .sec.--03 .prod.--01{
    gap: 10.1rem;
    width: 88.0rem;
    margin-bottom: -13.2rem;
  }
  .sec.--03 .prod.--01 .imgBox{
    width: 47.0rem;
  }
  .sec.--03 .prod.--01 .aboutbox{
    width: auto;
    margin-top: 14rem;
  }
  .sec.--03 .prod.--02 {
    justify-content: space-between;
    width: 72.5rem;
    margin: 0 1.3rem 0 auto;
  }
  .sec.--03  .prod.--02 .imgBox {
    width: 28.0rem;
  }
  .sec.--03 .prod.--02 .aboutbox{
    transform: translateY(-0.3rem);
    width: 35.0rem;
  }
  .sec.--03 .prod.--02 .aboutbox .credit__wrap {
    margin-top: 2.3rem;
  }
  /* sec 04 */
  .sec.--04 {
    margin-bottom: 14rem;
    padding-bottom: 5.5rem;
  }
  .sec.--04::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 31.6rem;
    background: #f1f1f1;
    z-index: -1;
  }
  .sec.--04 .imgBox{
    width: 51rem;
    margin: auto;
  }
  .sec.--04 .lead{
    margin-top: 3.5rem;
    text-align: center;
    line-height: 2.154;
    letter-spacing: 0.05em;
  }
  .sec.--04 .lead:first-line{
    letter-spacing: 0.025em;
  }

}





.js-fade-Vr-first.active, .js-fade-Vr.active {
  opacity: 1;
  transform: translateY(0);
}

.js-fade-Vr-first, .js-fade-Vr {
  opacity: 0;
  transition-duration: 1.2s;
  transform: translateY(50px);
}




















/* ▽_____________ staff-credit ______________▽ */
.staff-credit {
  font-size: calc(24* (100vw / 750));
  font-family: "Crimson Text", serif;
  letter-spacing: 0.025em;
  line-height: 1.9166666667;
  text-align: center;
  margin-top: calc(167* (100vw / 750));
}

@media screen and (min-width: 768px) {
  .staff-credit {
    font-size: 1.3rem;
    margin-top: 13.4rem;
    line-height: 1.8461538462;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for tablet
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media (max-width: 1400px) and (min-width: 768px) {
  html {
    /* font-size: 0.7142857143vw; */
    font-size: calc(10* (100vw / 1400)) !important;
  }
}