@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_240726 img,
.celford_240726 svg,
.celford_240726 picture,
.celford_240726 video {
  width: 100%;
  height: auto;
}

.celford_240726 a,
.celford_240726 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_240726 #breadcrumb {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
  }
}

.celford_240726 #breadcrumb .cateList {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: initial;
}

@media screen and (min-width: 768px) {
  .celford_240726 #breadcrumb .cateList {
    text-overflow: clip;
    white-space: normal;
    overflow: visible;
  }
}

/*---------- all common ----------*/
/*---------- animation ----------*/

.js-fade-Vr {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s, transform 1.2s;
  background: #d9d9d9;
}

.js-fade-Vr.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------- animation ----------*/
/*---------- font ----------*/
.celford_240726 {
  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) {

  .celford_240726 {
    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;
  }
}


/*---------- font ----------*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/


/*---------- common ----------*/
.model__img {
  position: relative;
}

.model__img::before {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.celford_240726 {
  margin-bottom: calc(38*(100vw / 750));
  overflow: hidden;
}

.celford_240726 .firstviewArea {
  background: #d9d9d9;
  padding-top: calc(50* (100vw /750));
  padding-bottom: calc(120* (100vw /750));
}


@media screen and (max-width: 767px) {
  .firstviewArea__img {
    margin-inline: auto;
    margin-bottom: calc(96 *(100vw / 750));
  }

  .firstviewArea__img span.sp-only {
    display: block;
    margin-top: calc(33* (100vw /750));
  }
}

.firstviewArea__lead {
  text-align: center;
}

.movieArea {
  width: calc(720* (100vw /750));
  margin: calc(70* (100vw /750)) auto 0;
}



.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;
}



/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .model__img::before {
    z-index: 2;
    width: 4rem;
    height: 14rem;
  }

  .celford_240726 {
    margin-bottom: 4rem;
    padding-top: 3rem;
  }

  .celford_240726 .firstviewArea {
    padding-top: 2.5rem;
    padding-bottom: 11.1rem;
  }

  .firstviewArea__img {
    margin: 0 auto 11.3rem;
    width: 110rem;
  }

  .video {
    width: 80rem;
    margin: 7.5rem auto 0;
  }

  .movieArea {
    width: 84rem;
    margin: 7.2rem 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;
  }
}






/* ▽_____________ common ______________▽ */
.lp_contents__inner {
  background-color: #f6f6f6;
  padding-bottom: calc(180* (100vw /750));
}

.sec__content-item {
  position: relative;
}

.credit__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(39* (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;
}

.item-function__wrap {
  display: flex;
  margin-top: calc(24* (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(17* (100vw / 750));
}

.function__icon+.function__icon {
  margin-left: calc(11* (100vw / 750));
}

@media screen and (min-width: 768px) {
  .lp_contents__inner {
    padding-bottom: 12rem;
  }

  .sec__content-item--tx>p {
    margin-top: 4.1rem;
    letter-spacing: 0.025em;
  }

  .credit__wrap {
    margin-top: 2.6rem;
    gap: 1.5rem 1.7rem;
  }

  .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;
  }

  .item-function__wrap {
    margin-top: 1.4rem;
    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;
  }
}

/* △_____________ common ______________△ */




/* ===============================================
* sec *
=============================================== */
.sec__content-wrap {
  position: relative;
}

.sec__content-wrap::before,
.sec__content-wrap::after {
  content: "";
  position: absolute;
  height: calc(2* (100vw /750));
  width: 100vw;
  background: #000;
  left: 50%;
  transform: translateX(-50%);
}

.sec1 .sec__content-wrap::before,
.sec1 .sec__content-wrap::after {
  background: #a3a3b0;
}

.sec2 .sec__content-wrap::before,
.sec2 .sec__content-wrap::after {
  background: #8290a9;
}

.sec3 .sec__content-wrap::before,
.sec3 .sec__content-wrap::after {
  background: #deb4bb;
}

.sec__content-item--tx {
  width: calc(630* (100vw /750));
  margin: calc(66* (100vw /750)) auto 0;
}

.sec__content-item--tx .ttl {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  font-size: calc(34* (100vw /750));
}

.sec__content-item--tx>p {
  margin-top: calc(13* (100vw / 750));
  text-align: justify;
  letter-spacing: 0.06em;
}


@media screen and (max-width: 767px) {
  .sec1 {
    margin-top: calc(114* (100vw /750));
  }

  .sec1 .sec__content_ttl_wrap h3 {
    width: calc(522*(100vw / 750));
    margin: calc(129*(100vw / 750)) auto 0;
  }

  .img01 {
    width: calc(680* (100vw /750));
    margin: calc(84* (100vw /750)) auto 0;
  }

  .sec1 .sec__content-item--4 {
    width: calc(690*(100vw / 750));
    margin: calc(67*(100vw / 750)) 0 0 auto;
  }

  .sec__content-wrap::before {
    top: calc(97* (100vw /750));
  }

  .sec__content-wrap::after {
    top: calc(108* (100vw /750));
  }
}

@media screen and (min-width: 768px) {

  .sec__content-wrap::before,
  .sec__content-wrap::after {
    height: 1px;
  }

  .sec__content-item--tx {
    width: 33rem;
    margin: 0;
  }

  .sec__content-item--tx .ttl {
    font-size: 2rem;
  }

  .sec__content-item--tx>p {
    margin-top: 2.3rem;
    letter-spacing: 0.025em;
  }





  .sec1 .sec__content-wrap::before {
    top: 18.7rem;
  }

  .sec1 .sec__content-wrap::after {
    top: 19.3rem;
  }

  .sec__content-item {
    position: relative;
    z-index: 1;
  }

  .sec1 .sec__content-wrap {
    position: relative;
    display: grid;
    width: 89rem;
    margin: 16rem auto 0;
    grid-template-columns: 19rem 28rem auto;
    grid-template-rows: 24.3rem 46.8rem auto;
  }

  .sec1 .sec__content-item--1 {
    position: absolute;
    top: 12.3rem;
    left: 0;
    width: 32.6rem;
  }

  .sec1 .sec__content-item--2 {
    width: 42rem;
    grid-area: 1/3/2/4;
  }

  .sec1 .sec__content-item--3 {
    width: 33rem;
    grid-area: 2 / 1 / 3 / 3;
  }

  .sec1 .sec__content-item--4 {
    position: relative;
    width: 51rem;
    grid-area: 3/2/5/4;
  }

  .sec1 .credit__wrap {
    position: absolute;
    bottom: -1.5rem;
    right: -11rem;
    flex-direction: column;
  }
}

/* ===============================================
* sec2 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec2 .sec__content_ttl_wrap h3 {
    width: calc(502*(100vw / 750));
    margin: calc(201*(100vw / 750)) auto 0;
  }

  .img03 {
    width: calc(660* (100vw /750));
    margin: calc(86* (100vw /750)) auto 0;
  }

  .sec2 .sec__content-item--tx {
    margin: calc(63*(100vw / 750)) auto 0;
  }

  .sec2 .sec__content-item--4 {
    margin: calc(70*(100vw / 750)) calc(60*(100vw / 750)) 0 auto;
  }

  .img04 {
    width: calc(520* (100vw /750));
    margin-left: auto;
  }

  .sec2 .credit__wrap {
    justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .sec2 .sec__content-wrap::before {
    top: 62.9rem;
  }

  .sec2 .sec__content-wrap::after {
    top: 63.5rem;
  }

  .sec2 .sec__content-wrap {
    position: relative;
    display: grid;
    width: 91.6rem;
    margin: 20rem auto 0;
    grid-template-columns: 58rem auto;
    grid-template-rows: 26.6rem 42.1rem auto;
  }

  .sec2 .sec__content-item--1 {
    position: absolute;
    top: 56.4rem;
    right: 1.6rem;
    width: 31rem;
  }

  .sec2 .sec__content-item--2 {
    width: 48rem;
    grid-area: 2/1/4/2;
  }

  .sec2 .sec__content-item--3 {
    width: 30rem;
    grid-area: 3 / 2 / 4 / 3;
    margin-left: 1rem;
  }

  .sec2 .sec__content-item--4 {
    width: 32rem;
    grid-area: 1/2/2/3;
  }
}

/* ===============================================
* sec3 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec3 {
    margin-top: calc(188* (100vw /750));
  }

  .sec3 .sec__content_ttl_wrap h3 {
    width: calc(155*(100vw / 750));
    margin: calc(201*(100vw / 750)) auto 0;
  }

  .img05 {
    width: calc(660* (100vw /750));
    margin: calc(104* (100vw /750)) auto 0;
  }

  .sec3 .sec__content-item--4 {
    width: calc(500*(100vw / 750));
    margin: calc(69*(100vw / 750)) 0 0 calc(60*(100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .sec3 .sec__content-wrap::before {
    top: 21.9rem;
  }

  .sec3 .sec__content-wrap::after {
    top: 22.5rem;
  }

  .sec3 .sec__content-wrap {
    position: relative;
    display: grid;
    width: 97rem;
    margin: 21.5rem auto 0;
    grid-template-columns: 53rem auto;
    grid-template-rows: 30.6rem 40.3rem auto;
  }

  .sec3 .sec__content-item--1 {
    position: absolute;
    top: 15.6rem;
    left: 0;
    width: 9.7rem;
  }

  .sec3 .sec__content-item--2 {
    width: 44rem;
    grid-area: 1/2/2/3;
  }

  .sec3 .sec__content-item--3 {
    width: 37rem;
    grid-area: 3 / 2 / 5 / 3;
    margin-left: 3.5rem;
  }

  .sec3 .sec__content-item--4 {
    width: 33rem;
    grid-area: 2/1/3/2;
  }
}

/* ===============================================
* info_wrap *
=============================================== */
.info_wrap {
  position: relative;
}

.info_wrap::before,
.info_wrap::after {
  content: "";
  position: absolute;
  border: #cbcbcb calc(2* (100vw /750)) solid;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.info_wrap::before {
  width: calc(700* (100vw /750));
  height: calc(1536* (100vw /750));
  top: calc(-70* (100vw /750));
}

.info_wrap::after {
  width: calc(680* (100vw /750));
  height: calc(1516* (100vw /750));
  top: calc(-60*(100vw /750));
}

.info_wrap {
  padding-bottom: calc(250* (100vw /750));
}

.info_wrap .sec__content-item--tx {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: calc(228*(100vw /750));
}

.info_wrap .ttl {
  font-size: calc(36* (100vw /750));
}

.img07 {
  width: calc(430* (100vw /750));
  margin: calc(45* (100vw /750)) auto 0;
}

.img07+p {
  text-align: center;
  margin-top: calc(45* (100vw /750));
}

.info_wrap .credit__wrap {
  gap: 0;
}

@media screen and (min-width: 768px) {

  .info_wrap::before,
  .info_wrap::after {
    border: #cbcbcb 1px solid;
  }

  .info_wrap::before {
    width: 85rem;
    height: 91.6rem;
    top: -5.7rem;
  }

  .info_wrap::after {
    width: 84rem;
    height: 90.6rem;
    top: -5.2rem;
  }

  .info_wrap {
    padding-bottom: 18.4rem;
    margin-top: 23rem;
  }

  .info_wrap .sec__content-item--tx {
    width: 80rem;
    margin: auto;
  }

  .info_wrap .ttl {
    font-size: 1.8rem;
  }

  .img07 {
    width: 30rem;
    margin: 2.4rem auto 0;
  }

  .img07+p {
    margin-top: 2.2rem;
  }
}

/* ===============================================
* about_wrap *
=============================================== */
.about_wrap .sec__content-item--tx {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: calc(80*(100vw /750));
  padding-bottom: calc(73* (100vw /750));
  background: #fff;
  width: 100%;
  margin: 0;
}

.about_wrap .logo {
  width: calc(212* (100vw /750));
}

.about_wrap .ttl {
  font-size: calc(36* (100vw /750));
  margin-top: calc(60* (100vw /750));
}

.about_wrap .ttl+p {
  text-align: center;
  margin-top: calc(20* (100vw /750));
}

@media screen and (min-width: 768px) {
  .about_wrap .sec__content-item--tx {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }

  .about_wrap .logo {
    width: 10.6rem;
  }

  .about_wrap .ttl {
    font-size: 1.6rem;
    margin-top: 4.3rem;
  }

  .about_wrap .ttl+p {
    margin-top: 1.4rem;
  }
}

/* ===============================================
* foot__function *
=============================================== */
.foot__function>p {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(32* (100vw /750));
  letter-spacing: 0.025em;
  margin-top: calc(244* (100vw /750));
  text-align: center;
  line-height: 1;
}

.foot__function .item-function__wrap {
  justify-content: center;
  margin-top: calc(38* (100vw /750));
}

.foot__function .function__icon {
  width: calc(60* (100vw /750));
  margin-left: 0;
  margin-right: calc(18* (100vw /750));
}

@media screen and (min-width: 768px) {
  .foot__function>p {
    font-size: 1.8rem;
    margin-top: 16.3rem;
  }

  .foot__function .item-function__wrap {
    margin-top: 2.5rem;
  }

  .foot__function .function__icon {
    width: 3rem;
    margin-right: 1rem;
  }
}

/* ===============================================
* celford_240726__btn *
=============================================== */
.celford_240726__btn {
  text-align: center;
}

.celford_240726__btn a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: calc(660 *(100vw / 750));
  height: calc(124 *(100vw / 750));
  margin: calc(120*(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_240726__btn {
    padding-bottom: 1.9rem;
  }

  .celford_240726__btn a {
    width: 101.5rem;
    height: 6.2rem;
    letter-spacing: 0.025em;
    margin: 5.9rem auto 0;
    border: solid 1px #333333;
    font-size: 1.1rem;
    line-height: 1.5454545455;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for tablet
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media (max-width: 1400px) and (min-width: 768px) {
  html {
    /* font-size: 0.7142857143vw; */
    font-size: calc(10* (100vw / 1400)) !important;
  }
}