@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_240626 img,
.celford_240626 svg,
.celford_240626 picture,
.celford_240626 video {
  width: 100%;
  height: auto;
}

.celford_240626 a,
.celford_240626 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_240626 #breadcrumb {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
  }
}

.celford_240626 #breadcrumb .cateList {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: initial;
}

@media screen and (min-width: 768px) {
  .celford_240626 #breadcrumb .cateList {
    text-overflow: clip;
    white-space: normal;
    overflow: visible;
  }
}

/*---------- all common ----------*/
/*---------- animation ----------*/
.js-fade-Vr {
  transition-duration: 2s;
}

.js-fade-Vr.active {
  background: #f1f1f1;
}

.js-fade-Vr img {
  opacity: 0;
  transition-duration: 2s;
  transform: translate3d(0, 0, 0) scale(1.1);
  /* transform: translateY(3rem); */
}

.js-fade-Vr.active img {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  /* transform: translateY(0); */
}

/*---------- animation ----------*/
/*---------- font ----------*/
.celford_240626 {
  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;
}

.celford_240626 .lp_contents__inner {
  background: #f1f1f1;
}

@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) {

  .celford_240626 {
    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_240626__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_240626__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_240626 {
  margin-bottom: calc(38*(100vw / 750));
  overflow: hidden;
}

.firstviewArea__img {
  margin-inline: auto;
  margin-bottom: calc(126 *(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_240626__btn {
  text-align: center;
  padding-bottom: calc(180* (100vw /750));
}

.celford_240626__btn a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: calc(630 *(100vw / 750));
  height: calc(124 *(100vw / 750));
  margin: calc(272* (100vw / 750)) auto 0;
  /* border: solid calc(2* (100vw /750)) #333333; */
  background: #000;
  color: #fff
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .model__img::before {
    z-index: 2;
    width: 4rem;
    height: 14rem;
  }

  .celford_240626 {
    margin-bottom: 4rem;
    padding-top: 3rem;
  }

  .firstviewArea__img {
    background: #000;
    margin-bottom: 11.3rem;
  }

  .firstviewArea__img img {
    width: 140rem;
    display: block;
    margin: auto;
  }

  .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_240626__btn {
    padding-bottom: 14rem;
  }

  .celford_240626__btn a {
    width: 70rem;
    height: 6.2rem;
    letter-spacing: 0.025em;
    margin: 20.2rem auto 0;
    border: solid 1px #333333;
  }

}






/* ▽_____________ common ______________▽ */
.sec__content-item {
  position: relative;
}

.sec__content-item--tx>p {
  margin-top: calc(46* (100vw / 750));
  text-align: justify;
  letter-spacing: 0.05em;
}


.credit__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(29* (100vw / 750));
  gap: 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;
}

.credit__wrap li a {
  padding-bottom: calc(3* (100vw / 750));
  border-bottom: calc(2* (100vw / 750)) solid #b2b2b2;
}

@media screen and (min-width: 768px) {
  .sec__content-item--tx>p {
    margin-top: 4.1rem;
    letter-spacing: 0.025em;
  }

  .credit__wrap {
    margin-top: 3.2rem;
    gap: 1.5rem 2rem;
  }

  .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 ______________△ */




/* ===============================================
* sec *
=============================================== */
.sec__content_ttl_wrap .num {
  font-family: "Phosp";
  font-size: calc(120* (100vw /750));
  line-height: 1;
  letter-spacing: 0.05em;
}

.sec__content_ttl_wrap .ttl {
  font-family: "NotoSerifJp";
  font-size: calc(36* (100vw /750));
  line-height: 2.2;
  letter-spacing: 0.075em;
  margin-top: calc(2* (100vw /750));
}

.sec:nth-of-type(even) * {
  text-align: center;
}

.sec:nth-of-type(even) .credit__wrap {
  justify-content: center;
}

.sec:nth-of-type(even) .model__img {
  position: relative;
  box-sizing: border-box;
}

.sec .model__img a {
  overflow: hidden;
}

.sec:nth-of-type(even) .model__img::before {
  content: "";
  position: absolute;
  border: calc(6* (100vw /750)) solid #000;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}

.sec:nth-of-type(even) .model__img a {
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 767px) {
  .sec1 {
    margin-top: calc(134* (100vw /750));
  }

  .img01 {
    width: calc(520* (100vw /750));
    margin: calc(31* (100vw /750)) auto 0;
  }
}

@media screen and (min-width: 768px) {
  .sec__content_ttl_wrap .num {
    font-size: 8rem;
  }

  .sec__content_ttl_wrap .ttl {
    font-size: 2.2rem;
    margin-top: 0.3rem;
  }

  .sec:nth-of-type(even) .model__img::before {
    border: 0.3rem solid #000;
  }

  .sec:not(.sec3) .sec__content-wrap {
    display: flex;
    justify-content: center;
  }

  /* sec1___________________________*/
  .sec1 .sec__content-wrap {
    gap: 10.1rem;
    margin-top: 11.4rem;
  }

  .sec1 .sec__content-item--2 {
    width: 35.8rem;
  }

  .sec1 .sec__content-item--3 * {
    text-align: left !important;
  }

  .sec1 .sec__content-item--3 {
    width: 34rem;
    margin-top: 13rem;
  }

  .sec1 .credit__wrap {
    justify-content: flex-start !important;
  }
}

/* ===============================================
* sec2 *
=============================================== */
.sec:nth-of-type(odd) * {
  color: #ffffff;
}

.sec:nth-of-type(odd) {
  position: relative;
}

.sec:nth-of-type(odd)::before {
  content: "";
  position: absolute;
  background: #4d4d4d;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .sec2 {
    margin-top: calc(218*(100vw / 750));
    padding-left: calc(110*(100vw / 750));
  }

  .sec2::before {
    width: calc(690* (100vw /750));
    height: calc(1837* (100vw /750));
    left: 0;
    top: calc(-124*(100vw / 750));
  }

  .img02 {
    width: calc(640* (100vw /750));
    margin: calc(36* (100vw /750)) 0 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .sec:nth-of-type(odd) {
    width: 100rem;
    margin: auto;
  }

  .sec2::before {
    width: 150vw;
    height: 49rem;
    right: 32rem;
    top: -8rem;
  }

  .sec2 .sec__content-wrap {
    flex-direction: row-reverse;
    gap: 8.1rem;
    margin-top: 21.4rem;
  }

  .sec2 .sec__content-item--2 {
    width: 34rem;
  }

  .sec2 .sec__content-item--3 {
    width: 30rem;
    margin-top: 0.3rem;
  }

  .sec2 .credit__wrap li a {
    color: #000 !important;
  }
}

/* ===============================================
* sec3 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec3 {
    margin-top: calc(222*(100vw / 750));
  }

  .img03 {
    width: calc(600* (100vw /750));
    margin: calc(30* (100vw /750)) auto 0;
  }
}

@media screen and (min-width: 768px) {
  .sec3 {
    margin-top: 10.7rem;
  }

  .img03 {
    width: 39.8rem;
    left: -0.5rem;
    margin: 2.8rem auto 0;
  }

  .sec3 .sec__content-item--tx>p {
    margin-top: 3.5rem;
  }

  .sec3 .credit__wrap {
    margin-top: 2.3rem;
  }
}

/* ===============================================
* sec4 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec4 {
    margin-top: calc(212*(100vw / 750));
    padding-left: calc(120*(100vw / 750));
  }

  .sec4::before {
    width: calc(690* (100vw /750));
    height: calc(1748* (100vw /750));
    right: 0;
    top: calc(-124*(100vw / 750));
  }

  .img04 {
    width: calc(570*(100vw / 750));
    margin: calc(31*(100vw / 750)) 0 0 0;
  }
}

@media screen and (min-width: 768px) {
  .sec4::before {
    width: 150vw;
    height: 58.5rem;
    left: 1rem;
    top: 8rem;
  }

  .sec4 .sec__content-wrap {
    flex-direction: row-reverse;
    gap: 6.1rem;
    margin-top: 12.5rem;
  }

  .sec4 .sec__content-item--2 {
    width: 36rem;
  }

  .sec4 .sec__content-item--3 {
    width: 36rem;
    margin-top: 16.3rem;
  }
}







/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for tablet
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media (max-width: 1400px) and (min-width: 768px) {
  html {
    /* font-size: 0.7142857143vw; */
    font-size: calc(10* (100vw / 1400)) !important;
  }
}