@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_240801 img,
.celford_240801 svg,
.celford_240801 picture,
.celford_240801 video {
  width: 100%;
  height: auto;
}

.celford_240801 a,
.celford_240801 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_240801 #breadcrumb {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
  }
}

.celford_240801 #breadcrumb .cateList {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: initial;
}

@media screen and (min-width: 768px) {
  .celford_240801 #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: #fff;
}

.js-fade-Vr.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------- animation ----------*/
/*---------- font ----------*/
.celford_240801 {
  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_240801 {
    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_240801 {
  margin-bottom: calc(38*(100vw / 750));
  overflow: hidden;
}


.firstviewArea__img {
  margin-inline: auto;
  margin-bottom: calc(106 *(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_240801 {
    margin-bottom: 4rem;
    padding-top: 3rem;
  }

  .firstviewArea__img {
    margin: 0 auto 11.3rem;
    width: 120rem;
  }

  .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 ______________▽ */
.sec__content-item {
  position: relative;
}

.credit__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(40*(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) {
  .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;
  z-index: -1;
  pointer-events: none;
  background: #f5f0f3;
}

.sec__content-item--tx .ttl {
  font-family: 'NotoSerifJp', 'Hiragino Mincho Pro', serif;
  font-weight: 500;
  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.04em;
}

@media screen and (max-width: 767px) {
  .sec1 {
    margin-top: calc(128*(100vw / 750));
  }

  .sec1 .sec__content_ttl_wrap {
    width: calc(555*(100vw / 750));
    margin: calc(55*(100vw / 750)) auto 0;
  }

  .sec1 .sec__content-item--3 {
    width: calc(520* (100vw /750));
    margin: calc(58*(100vw / 750)) auto 0;
  }

  .sec1 .sec__content-item--4 {
    width: calc(520* (100vw /750));
    margin: calc(60*(100vw / 750)) auto 0;
  }
}

@media screen and (min-width: 768px) {
  .sec__content-item--tx .ttl {
    font-size: 1.7rem;
  }

  .sec__content-item--tx>p {
    margin-top: 1.4rem;
    letter-spacing: 0.025em;
  }

  .sec1 .sec__content-wrap {
    display: grid;
    width: 97rem;
    grid-template-columns: 44rem auto;
    grid-template-rows: 47.9rem 36.7rem auto;
    margin: 11rem auto 0;
  }


  .sec1 .sec__content-item--1 {
    width: 53rem;
    grid-area: 1/2/2/3;
  }

  .sec1 .sec__content-item--2 {
    position: absolute;
    width: 33.2rem;
    top: 17.9rem;
    left: -1.4rem;
  }

  .sec1 .sec__content-item--3 {
    width: 32rem;
    grid-area: 2/1/3/2;
  }

  .sec1 .sec__content-item--4 {
    width: 56rem;
    grid-area: 3/2/4/3;
  }
}

/* ===============================================
* sec2 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec2 {
    margin-top: calc(196*(100vw / 750));
  }

  .sec2 .sec__content-wrap::before {
    width: 100%;
    height: calc(1330* (100vw /750));
    top: calc(200* (100vw /750));
    left: 0;
  }

  .sec2 .sec__content-item--1 {
    width: calc(480* (100vw /750));
    margin-left: calc(60* (100vw /750));
  }

  .sec2 .sec__content_ttl_wrap {
    width: calc(620*(100vw / 750));
    margin: calc(55*(100vw / 750)) auto 0;
  }

  .sec2 .sec__content-item--3 {
    width: calc(520* (100vw /750));
    margin: calc(58*(100vw / 750)) calc(60* (100vw /750)) 0 auto;
  }

  .sec2 .sec__content-item--4 {
    width: calc(630* (100vw /750));
    margin: calc(60*(100vw / 750)) auto 0;
  }

  .sec2 .credit__wrap {
    margin-top: calc(20*(100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .sec2 .sec__content-wrap {
    display: grid;
    width: 70rem;
    grid-template-columns: 35rem auto;
    grid-template-rows: 16rem 37.4rem 15.7rem auto;
    margin: 20rem auto 0;
  }

  .sec2 .sec__content-wrap::before {
    width: 100vw;
    height: 32rem;
    top: 8rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .sec2 .sec__content-item--1 {
    width: 32rem;
    grid-area: 2/1/3/2;
  }

  .sec2 .sec__content-item--2 {
    width: 40.3rem;
    grid-area: 3/2/4/3;
  }

  .sec2 .sec__content-item--3 {
    width: 32rem;
    grid-area: 1/2/3/2;
  }

  .sec2 .sec__content-item--4 {
    width: 40rem;
    grid-area: 4/1/5/2;
  }

  .sec2 h4+p {
    margin-top: 1.7rem;
  }

  .sec2 .credit__wrap {
    margin-top: 1.8rem;
  }
}

/* ===============================================
* sec3 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec3 {
    width: calc(650* (100vw /750));
    margin: calc(194*(100vw / 750)) auto 0;
  }

  .sec3 .sec__content-item--2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: calc(61*(100vw / 750)) auto 0;
  }

  .sec3 .sec__content-item--2 * {
    text-align: center;
  }

  .sec3 .item-function__wrap {
    margin-top: calc(28*(100vw / 750));
  }

  .sec3 .credit__wrap {
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .sec3 .sec__content-wrap {
    display: flex;
    justify-content: center;
    margin: 12.6rem auto 0;
    gap: 7.8rem;
  }

  .sec3 .sec__content-item--1 {
    width: 51rem;
  }

  .sec3 .sec__content-item--2 {
    width: 39rem;
    margin-top: 22.8rem;
  }
}

/* ===============================================
* sec4 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec4 {
    width: calc(610* (100vw /750));
    margin: calc(254*(100vw / 750)) auto 0
  }

  .sec4 .sec__content-wrap::before {
    width: calc(400* (100vw /750));
    height: calc(750* (100vw /750));
    top: calc(-80*(100vw / 750));
    left: calc(-70*(100vw / 750));
  }

  .sec4 .sec__content-item--1 {
    width: calc(500* (100vw /750));
  }

  .sec4 .sec__content-item--2 {
    position: relative;
    margin: calc(61*(100vw / 750)) auto 0;
  }

  .sec4 .sec__content-item--2 h3 {
    position: absolute;
    top: calc(-890*(100vw / 750));
    right: calc(-44*(100vw / 750));
    width: calc(122* (100vw /750));
  }

  .sec4 .credit__wrap {
    margin-top: calc(30* (100vw /750));
  }
}

@media screen and (min-width: 768px) {
  .sec4 .sec__content-wrap {
    display: flex;
    width: 96rem;
    margin: 22.6rem auto 0;
    gap: 6rem;
  }

  .sec4 .sec__content-wrap::before {
    width: 100vw;
    height: 45.9rem;
    top: -7.2rem;
    right: 78rem;
  }

  .sec4 .sec__content-item--1 {
    width: 30rem;
  }

  .sec4 .sec__content-item--2 {
    width: 40rem;
    margin-top: 5.8rem;
  }

  .sec4 .sec__content-item--2 h3 {
    width: 35.6rem;
    margin-bottom: 7.5rem;
  }
}

/* ===============================================
* sec5 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec5 {
    margin: calc(274*(100vw / 750)) 0 0 calc(130*(100vw / 750));
  }

  .sec5 .sec__content-wrap::before {
    width: calc(550* (100vw /750));
    height: calc(825* (100vw /750));
    top: calc(-80*(100vw / 750));
    right: 0;
  }

  .sec5 .sec__content-item--1 {
    width: calc(550* (100vw /750));
  }

  .sec5 .sec__content-item--2 {
    position: relative;
    margin: calc(61*(100vw / 750)) auto 0;
  }

  .sec5 .sec__content-item--2 h3 {
    position: absolute;
    top: calc(-968*(100vw / 750));
    left: calc(-83*(100vw / 750));
    width: calc(50* (100vw /750));
  }

  .sec5 .sec__content-item--2 h4+p {
    width: calc(550* (100vw /750));
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 768px) {
  .sec5 .sec__content-wrap {
    display: flex;
    flex-direction: row-reverse;
    width: 96rem;
    margin: 4.3rem auto 0;
    gap: 6rem;
  }

  .sec5 .sec__content-wrap::before {
    width: 100vw;
    height: 50.4rem;
    top: 9.5rem;
    left: 67rem;
  }

  .sec5 .sec__content-item--1 {
    width: 35rem;
  }

  .sec5 .sec__content-item--2 {
    width: 50rem;
    margin-top: 11.1rem;
  }

  .sec5 .sec__content-item--2 * {
    text-align: right;
    margin-left: auto;
  }

  .sec5 .sec__content-item--2 h3 {
    width: 30.5rem;
    margin-bottom: 6.8rem;
  }

  .sec5 .item-function__wrap li {
    gap: 1.1rem;
    margin-top: 0.4rem;
  }

  .sec5 .credit__wrap {
    justify-content: flex-end;
  }
}

/* ===============================================
* sec6 *
=============================================== */
.sec6 .sec__content-item--2 * {
  text-align: center;
}

.sec6 .credit__wrap {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .sec6 {
    width: calc(660* (100vw /750));
    margin: calc(196*(100vw / 750)) auto 0;
  }

  .sec6 .sec__content-item--2 {
    position: relative;
    margin: calc(61*(100vw / 750)) auto 0;
  }

  .sec6 .sec__content-item--2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: calc(61*(100vw / 750)) auto 0;
  }
}

@media screen and (min-width: 768px) {
  .sec6 .sec__content-item--1 {
    width: 48rem;
    margin: 16rem auto 0;
  }

  .sec6 .sec__content-item--2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5rem auto 0;
  }

  .sec6 .item-function__wrap {
    margin-top: 1.2rem;
  }
}

/* ===============================================
* 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(179*(100vw /750)) auto 0;
  text-align: center;
  line-height: 1;
  padding: 0 calc(20* (100vw /750));
}

.foot__function .item-function__wrap {
  width: calc(530* (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));
}

@media screen and (min-width: 768px) {

  .foot__function::before,
  .foot__function::after {
    height: 1px;
    width: 100rem;
  }

  .foot__function::before {
    top: 0.8rem;
  }

  .foot__function::after {
    top: 9.8rem;
  }

  .foot__function>p {
    font-size: 1.8rem;
    margin: 14.4rem auto 0;
    padding: 0 1.5rem;
  }

  .foot__function .item-function__wrap {
    margin-top: 2.4rem;
    width: 100rem;
    gap: 1.9rem;
  }

  .foot__function .function__icon {
    width: 3.2rem;
    margin-right: 1rem;
  }
}

/* ===============================================
* celford_240801__btn *
=============================================== */
.celford_240801__btn {
  text-align: center;
}

.celford_240801__btn a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: calc(660 *(100vw / 750));
  height: calc(124 *(100vw / 750));
  margin: calc(160*(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_240801__btn {
    padding-bottom: 1.9rem;
  }

  .celford_240801__btn a {
    width: 101.5rem;
    height: 6.2rem;
    letter-spacing: 0.025em;
    margin: 8.3rem 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;
  }
}