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

.celford_250212 a,
.celford_250212 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_250212 #breadcrumb {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
  }
}

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

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

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

.js-fade-Vr {
  opacity: 0;
  transition-property: opacity, transfrom;
  transition-duration: 1.2s;
  transform: translateY(30px);
  /* transition: opacity 1.2s; */
  /* background: #fff; */
}

.js-fade-Vr.active {
  opacity: 1;
  transform: translateY(0);
  /* -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); */
}

@media screen and (min-width: 768px) {
  .js-fade-Vr.delay {
    transition-delay: 0.4s;
  }
}

/*---------- animation ----------*/
/*---------- font ----------*/
.celford_250212 {
  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_250212 {
    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_250212 {
  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 {
    background: #fff;
  }

  .model__img::before {
    z-index: 2;
    width: 4rem;
    height: 14rem;
  }

  .celford_250212 {
    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(21*(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;
}

.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(22*(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;
  margin: 0 !important;
}

.item-function__wrap .function__icon {
  width: calc(54* (100vw / 750));
  margin-left: calc(15* (100vw / 750));
}

.function__icon+.function__icon {
  margin-left: calc(11* (100vw / 750));
}

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

  .credit__wrap {
    margin-top: 2.6rem;
    gap: 1.5rem 1.4rem;
  }

  .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: 2.1rem;
    flex-wrap: nowrap;
    /* width: 103%; */
  }

  .item-function__wrap p {
    font-size: 1.3rem;
    flex-shrink: 0;
  }

  .item-function__wrap .function__icon {
    width: 3rem;
    margin-left: 1rem;
  }

  .function__icon+.function__icon {
    margin-left: 0.5rem;
  }
}



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

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

/* △_____________ common ______________△ */



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

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


/* ===============================================
* sec__content-item--0 *
=============================================== */
.sec__content-item--0 {
  position: absolute;
  width: calc(50* (100vw /750));
}

.sec__content-item--0 .line {
  position: absolute;
  width: calc(2* (100vw /750));
  height: 0%;
  background: #A99EB6;
  top: calc(230* (100vw /750));
  transition: all 2s;
  left: 50%;
  transform: translateX(-50%);
}

.sec__content-wrap--2 .sec__content-item--0 .line {
  top: calc(220* (100vw /750));
}

@media screen and (min-width: 768px) {
  .sec__content-item--0 {
    width: 3.2rem;
  }

  .sec__content-item--0 .line {
    width: 1px;
    top: 14rem;
  }

  .sec__content-wrap--2 .sec__content-item--0 .line {
    top: 14rem;
  }
}


/* sec__content_ttl_wrap___________________________*/

.sec__content_ttl_wrap h4 {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(34* (100vw /750));
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: left;
  color: #A999BB;
}

.sec__content_ttl_wrap p {
  margin-top: calc(12* (100vw /750));
}

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

@media screen and (max-width: 767px) {

  .sec__content_ttl_wrap p {
    text-align: justify;
  }

}

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

  .sec__content_ttl_wrap h4 {
    font-size: 2.2rem;
  }

  .sec__content_ttl_wrap p {
    margin-top: 1.6rem;
  }
}

.sec {
  position: relative;
}

@media screen and (max-width: 767px) {

  .sec::before {
    position: absolute;
    font-family: "psfournier-std-grand", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: calc(140* (100vw /750));
    line-height: 1;
    color: #DBD2E5;
    letter-spacing: 0;
    z-index: 2;
    pointer-events: none;
  }
}

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

  .sec__content-wrap--1::before {
    position: absolute;
    font-family: "psfournier-std-grand", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 11rem;
    line-height: 1;
    color: #DBD2E5;
    letter-spacing: 0;
    z-index: 2;
    pointer-events: none;
  }
}


.sec1,
.sec3,
.sec5 {
  background: #F9F6FC;
}


/* ===============================================
* sec1 *
=============================================== */

@media screen and (max-width: 767px) {

  .sec1::before {
    content: "01";
  }

  .sec1::before {
    left: calc(52*(100vw / 750));
    top: calc(25*(100vw / 750));
  }

  .sec1 {
    padding-top: calc(180*(100vw / 750));
    padding-bottom: calc(55* (100vw /750));
    margin-top: calc(110*(100vw / 750));
  }



  .sec1 .sec__content-wrap--1 .sec__content-item--0 {
    left: calc(670* (100vw /750));
  }

  .sec1 .sec__content-wrap--1 .line.active {
    height: calc(715* (100vw /750));
  }

  .sec1 .sec__content-wrap--1 .sec__content-item--1 {
    width: calc(630* (100vw /750));
  }

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

  .sec1 .sec__content-wrap--1 .sec__content-item--3 {
    width: calc(720* (100vw /750));
    margin: calc(80 * (100vw /750)) 0 0 0;
  }

  .sec1 .sec__content-wrap--1 .credit__wrap {
    justify-content: flex-end;
  }


  .sec1 .sec__content-wrap--2 .sec__content-item--0 {
    left: calc(120* (100vw /750));
  }

  .sec1 .sec__content-wrap--2 .line.active {
    height: calc(592* (100vw /750));
  }

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

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

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

  .sec1 .sec__content-wrap--2 .credit__wrap {
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .sec1 .sec__content-wrap--1::before {
    content: "01";
    right: -12.5rem;
    top: -5.9rem;
  }

  .sec1 {
    padding-top: 12.3rem;
    padding-bottom: 8rem;
    margin-top: 11rem;
  }


  .sec1 .sec__content-wrap--1 {
    display: grid;
    width: 86rem;
    grid-template-columns: 3rem 4rem 40rem auto;
    grid-template-rows: 3.9rem 31.1rem auto;
    margin: 0 auto 0;
  }

  .sec1 .sec__content-wrap--1 .sec__content-item--0 {
    left: -3rem;
    top: 4.5rem;
  }

  .sec1 .sec__content-wrap--1 .line.active {
    height: 70.5rem;
  }

  .sec1 .sec__content-wrap--1 .sec__content-item--1 {
    width: 36rem;
    grid-area: 3 / 2 / 4 / 3;
  }

  .sec1 .sec__content-wrap--1 .sec__content-item--2 {
    width: 28rem;
    grid-area: 2 / 3 / 3 / 4;
  }

  .sec1 .sec__content-wrap--1 .sec__content-item--3 {
    width: 42rem;
    grid-area: 1 / 4 / 2 / 5;
  }

  .sec1 .sec__content-wrap--1 .credit__wrap {
    justify-content: flex-end;
  }

  .sec1 .sec__content-wrap--2 {
    display: grid;
    width: 93rem;
    grid-template-columns: 39rem 5rem auto;
    grid-template-rows: 6.9rem 31.1rem auto;
    margin: 12rem auto 0;
  }

  .sec1 .sec__content-wrap--2 .sec__content-item--0 {
    right: 0rem;
    top: -0.1rem;
  }

  .sec1 .sec__content-wrap--2 .line.active {
    height: 96.3rem;
  }

  .sec1 .sec__content-wrap--2 .sec__content-item--1 {
    width: 48rem;
    grid-area: 3 / 2 / 3 / 3;
  }

  .sec1 .sec__content-wrap--2 .sec__content-item--2 {
    width: 38rem;
    grid-area: 2 / 3 / 2 / 4;
  }

  .sec1 .sec__content-wrap--2 .sec__content-item--3 {
    width: 36rem;
    grid-area: 1 / 1 / 2 / 2;
  }

  .sec1 .sec__content-wrap--2 .credit__wrap {
    width: 21rem;
  }
}

/* ===============================================
* sec2 *
=============================================== */


@media screen and (max-width: 767px) {
  .sec2::before {
    content: "02";
  }

  .sec2::before {
    left: calc(36*(100vw / 750));
    top: calc(-46*(100vw / 750));
  }

  .sec2 {
    padding-top: calc(123*(100vw / 750));
    padding-bottom: calc(55*(100vw / 750));
    margin-top: calc(110*(100vw / 750));
  }



  .sec2 .sec__content-wrap--1 .sec__content-item--0 {
    left: calc(650* (100vw /750));
  }

  .sec2 .sec__content-wrap--1 .line.active {
    height: calc(1159* (100vw /750));
  }

  .sec2 .sec__content-wrap--1 .sec__content-item--1 {
    width: calc(560* (100vw /750));
    margin-left: calc(50* (100vw /750));
  }

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

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


  .sec2 .sec__content-wrap--2 .sec__content-item--0 {
    left: calc(50*(100vw / 750));
    top: calc(1205* (100vw /750));
  }

  .sec2 .sec__content-wrap--2 .line.active {
    height: calc(1190* (100vw /750));
  }

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

  .sec2 .sec__content-wrap--2 .sec__content-item--2 {
    width: calc(530* (100vw /750));
    margin: calc(63* (100vw /750)) 0 0 calc(140* (100vw /750));
  }

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

@media screen and (min-width: 768px) {
  .sec2 .sec__content-wrap--1::before {
    content: "02";
    left: -4rem;
    top: 0.1rem;
  }

  .sec2 {
    padding-bottom: 8rem;
    margin-top: 12rem;
  }


  .sec2 .sec__content-wrap--1 {
    display: grid;
    width: 84rem;
    grid-template-columns: 20rem 22rem auto;
    grid-template-rows: 13.9rem 43.1rem auto;
    margin: 0 auto 0;
  }

  .sec2 .sec__content-wrap--1 .sec__content-item--0 {
    right: 0rem;
    top: -0.1rem;
  }

  .sec2 .sec__content-wrap--1 .line.active {
    height: 40.2rem;
  }

  .sec2 .sec__content-wrap--1 .sec__content-item--1 {
    width: 36rem;
    grid-area: 1 / 3 / 2 / 4;
  }

  .sec2 .sec__content-wrap--1 .sec__content-item--2 {
    width: 31rem;
    grid-area: 2 / 1 / 2 / 2;
  }

  .sec2 .sec__content-wrap--1 .sec__content-item--3 {
    width: 44rem;
    grid-area: 3 / 2 / 4 / 3;
  }

  .sec2 .sec__content-wrap--1 .credit__wrap {
    position: absolute;
    flex-direction: column;
    top: 59rem;
    right: -11.7rem;
  }

  .sec2 .sec__content-wrap--2 {
    display: grid;
    width: 97rem;
    grid-template-columns: 41rem auto;
    grid-template-rows: 6.5rem 26.7rem auto;
    margin: 12rem auto 0;
  }

  .sec2 .sec__content-wrap--2 .sec__content-item--0 {
    right: 0rem;
    top: -0.1rem;
  }

  .sec2 .sec__content-wrap--2 .line.active {
    height: 61.3rem;
  }

  .sec2 .sec__content-wrap--2 .sec__content-item--1 {
    width: 33rem;
    grid-area: 3 / 1 / 3 / 2;
  }

  .sec2 .sec__content-wrap--2 .sec__content-item--2 {
    width: 44rem;
    grid-area: 2 / 1 / 2 / 2;
    z-index: 1;
    pointer-events: none;
  }

  .sec2 .sec__content-wrap--2 .sec__content-item--3 {
    width: 50rem;
    grid-area: 1 / 2 / 2 / 2;
  }

  .sec2 .sec__content-wrap--2 .credit__wrap {
    justify-content: flex-end;
  }
}

/* ===============================================
* sec3 *
=============================================== */

@media screen and (max-width: 767px) {

  .sec3::before {
    content: "03";
  }

  .sec3::before {
    left: calc(565*(100vw / 750));
    top: calc(23*(100vw / 750));
  }

  .sec3 {
    padding-top: calc(180*(100vw / 750));
    padding-bottom: calc(95*(100vw / 750));
    margin-top: calc(40*(100vw / 750));
  }



  .sec3 .sec__content-wrap--1 .sec__content-item--0 {
    left: calc(40* (100vw /750));
  }

  .sec3 .sec__content-wrap--1 .line.active {
    height: calc(1139* (100vw /750));
  }

  .sec3 .sec__content-wrap--1 .sec__content-item--1 {
    width: calc(580* (100vw /750));
    margin-left: calc(130* (100vw /750));
  }

  .sec3 .sec__content-wrap--1 .sec__content-item--2 {
    width: calc(580* (100vw /750));
    margin: calc(63* (100vw /750)) 0 0 calc(130* (100vw /750));
  }

  .sec3 .sec__content-wrap--1 .sec__content-item--3 {
    margin: calc(80 * (100vw /750)) auto 0;
  }

  .sec3 .sec__content-wrap--1 .credit__wrap {
    justify-content: center;
  }


  .sec3 .sec__content-wrap--2 .sec__content-item--0 {
    left: calc(669*(100vw / 750));
  }

  .sec3 .sec__content-wrap--2 .line.active {
    height: calc(725* (100vw /750));
  }

  .sec3 .sec__content-wrap--2 .sec__content-item--1 {
    width: calc(630* (100vw /750));
    margin: calc(96* (100vw /750)) 0 0 0;
  }

  .sec3 .sec__content-wrap--2 .sec__content-item--2 {
    width: calc(640* (100vw /750));
    margin: calc(63* (100vw /750)) auto 0;
  }

  .sec3 .sec__content-wrap--2 .sec__content-item--3 {
    width: calc(670* (100vw /750));
    margin: calc(80 * (100vw /750)) 0 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .sec3 .sec__content-wrap--1::before {
    content: "03";
    left: -5.5rem;
    top: 3rem;
  }

  .sec3 {
    padding-top: 11.7rem;
    padding-bottom: 7rem;
    margin-top: 4.3rem;
  }


  .sec3 .sec__content-wrap--1 {
    display: grid;
    width: 91rem;
    grid-template-columns: 64rem auto;
    grid-template-rows: 19.9rem 33.3rem auto;
    margin: 0 auto 0;
  }

  .sec3 .sec__content-wrap--1 .sec__content-item--0 {
    left: -6rem;
    top: 19.9rem;
  }

  .sec3 .sec__content-wrap--1 .line.active {
    height: 61rem;
  }

  .sec3 .sec__content-wrap--1 .sec__content-item--1 {
    width: 33rem;
    grid-area: 1 / 2 / 2 / 3;
  }

  .sec3 .sec__content-wrap--1 .sec__content-item--2 {
    width: 33rem;
    grid-area: 3 / 2 / 3 / 3;
  }

  .sec3 .sec__content-wrap--1 .sec__content-item--3 {
    width: 50rem;
    grid-area: 2 / 1 / 4 / 2;
  }



  .sec3 .sec__content-wrap--2 {
    display: grid;
    width: 88rem;
    grid-template-columns: 53rem auto;
    grid-template-rows: 23rem 40.4rem auto;
    margin: 10.4rem auto 0;
  }

  .sec3 .sec__content-wrap--2 .sec__content-item--0 {
    left: 41.9rem;
    top: -0.1rem;
  }

  .sec3 .sec__content-wrap--2 .line.active {
    height: 44.8rem;
  }

  .sec3 .sec__content-wrap--2 .sec__content-item--1 {
    width: 39rem;
    grid-area: 1 / 1 / 2 / 2;
  }

  .sec3 .sec__content-wrap--2 .sec__content-item--2 {
    width: 39rem;
    grid-area: 3 / 1 / 4 / 3;
  }

  .sec3 .sec__content-wrap--2 .sec__content-item--3 {
    width: 42rem;
    grid-area: 2 / 2 / 4 / 3;
  }
}

/* ===============================================
* sec4 *
=============================================== */

@media screen and (max-width: 767px) {

  .sec4::before {
    content: "04";
  }

  .sec4::before {
    left: calc(530*(100vw / 750));
    top: calc(23*(100vw / 750));
  }

  .sec4 {
    padding-top: calc(193*(100vw / 750));
    padding-bottom: calc(95*(100vw / 750));
    margin-top: calc(40*(100vw / 750));
  }



  .sec4 .sec__content-wrap--1 .sec__content-item--0 {
    left: calc(635*(100vw / 750));
    top: calc(1204*(100vw / 750));
  }

  .sec4 .sec__content-wrap--1 .line.active {
    height: calc(1102* (100vw /750));
  }

  .sec4 .sec__content-wrap--1 .sec__content-item--2 {
    width: calc(520* (100vw /750));
    margin: calc(63* (100vw /750)) 0 0 calc(64* (100vw /750));
  }

  .sec4 .sec__content-wrap--1 .sec__content-item--3 {
    width: calc(520* (100vw /750));
    margin: calc(86 * (100vw /750)) 0 0 calc(64* (100vw /750));
  }


  .sec4 .sec__content-wrap--2 .sec__content-item--0 {
    left: calc(40*(100vw / 750));
  }

  .sec4 .sec__content-wrap--2 .line.active {
    height: calc(1101* (100vw /750));
  }

  .sec4 .sec__content-wrap--2 .sec__content-item--1 {
    width: calc(580* (100vw /750));
    margin: calc(96* (100vw /750)) 0 0 calc(130* (100vw /750));
  }

  .sec4 .sec__content-wrap--2 .sec__content-item--2 {
    width: calc(550* (100vw /750));
    margin: calc(63*(100vw / 750)) 0 0 calc(145*(100vw / 750));
  }

  .sec4 .sec__content-wrap--2 .sec__content-item--3 {
    width: calc(690* (100vw /750));
    margin: calc(80 * (100vw /750)) 0 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .sec4 .sec__content-wrap--1::before {
    content: "04";
    right: 14rem;
    top: 1.1rem;
  }

  .sec4 {
    padding-bottom: 8rem;
    margin-top: 11.6rem;
  }


  .sec4 .sec__content-wrap--1 {
    display: grid;
    width: 94rem;
    grid-template-columns: 11.2rem 56rem auto;
    grid-template-rows: 22.3rem 52.7rem auto;
    margin: 0 auto 0;
  }

  .sec4 .sec__content-wrap--1 .sec__content-item--0 {
    left: 5.1rem;
    top: -0.1rem;
  }

  .sec4 .sec__content-wrap--1 .line.active {
    height: 58.2rem;
  }

  .sec4 .sec__content-wrap--1 .sec__content-item--1 {
    width: 48rem;
    grid-area: 1 / 2 / 2 / 3;
  }

  .sec4 .sec__content-wrap--1 .sec__content-item--2 {
    width: 26rem;
    grid-area: 2 / 3 / 3 / 4;
  }

  .sec4 .sec__content-wrap--1 .sec__content-item--3 {
    width: 32rem;
    grid-area: 3 / 1 / 4 / 2;
  }

  .sec4 .sec__content-wrap--2 {
    display: grid;
    width: 66.7rem;
    grid-template-columns: 14.3rem auto;
    grid-template-rows: 31.2rem auto;
    margin: 10.1rem auto 0;
  }

  .sec4 .sec__content-wrap--2 .sec__content-item--0 {
    right: -13.5rem;
    top: -21.4rem;
  }

  .sec4 .sec__content-wrap--2 .line.active {
    height: 113.9rem;
  }

  .sec4 .sec__content-wrap--2 .sec__content-item--1 {
    position: absolute;
    top: -21.3rem;
    right: -7.3rem;
    width: 33rem;
  }

  .sec4 .sec__content-wrap--2 .sec__content-item--2 {
    width: 35rem;
    grid-area: 1 / 1 / 2 / 2;
  }

  .sec4 .sec__content-wrap--2 .sec__content-item--3 {
    width: 50rem;
    grid-area: 2 / 2 / 3 / 3;
  }

  .sec4 .sec__content-wrap--2 .credit__wrap {
    position: absolute;
    flex-direction: column;
    align-items: flex-end;
    top: 68rem;
    left: -15.5rem;
  }
}

/* ===============================================
* sec5 *
=============================================== */


@media screen and (max-width: 767px) {
  .sec5::before {
    content: "05";
  }

  .sec5::before {
    left: calc(543*(100vw / 750));
    top: calc(23*(100vw / 750));
  }

  .sec5 {
    padding-top: calc(183*(100vw / 750));
    padding-bottom: calc(60*(100vw / 750));
  }



  .sec5 .sec__content-wrap--1 .sec__content-item--0 {
    left: calc(56*(100vw / 750));
    top: calc(1164*(100vw / 750));
  }

  .sec5 .sec__content-wrap--1 .line.active {
    height: calc(1070* (100vw /750));
  }

  .sec5 .sec__content-wrap--1 .sec__content-item--1 {
    width: calc(720* (100vw /750));
  }

  .sec5 .sec__content-wrap--1 .sec__content-item--2 {
    width: calc(530* (100vw /750));
    margin: calc(66*(100vw / 750)) 0 0 calc(154*(100vw / 750));
  }

  .sec5 .sec__content-wrap--1 .sec__content-item--2 .item-function__wrap {
    margin-top: calc(34*(100vw / 750));
  }

  .sec5 .sec__content-wrap--1 .sec__content-item--3 {
    width: calc(530* (100vw /750));
    margin: calc(80*(100vw / 750)) 0 0 calc(154*(100vw / 750));
  }


  .sec5 .sec__content-wrap--2 .sec__content-item--0 {
    left: calc(651*(100vw / 750));
  }

  .sec5 .sec__content-wrap--2 .line.active {
    height: calc(695* (100vw /750));
  }

  .sec5 .sec__content-wrap--2 .sec__content-item--1 {
    width: calc(610* (100vw /750));
    margin: calc(99* (100vw /750)) 0 0 0;
  }

  .sec5 .sec__content-wrap--2 .sec__content-item--2 {
    width: calc(600*(100vw / 750));
    margin: calc(63*(100vw / 750)) 0 0 calc(75*(100vw / 750));
  }

  .sec5 .sec__content-wrap--2 .sec__content-item--3 {
    margin: calc(80 * (100vw /750)) 0 0 auto;
  }

  .sec5 .sec__content-wrap--2 .credit__wrap {
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .sec5 .sec__content-wrap--1::before {
    content: "05";
    left: 42.5rem;
    top: 3rem;
  }

  .sec5 {
    padding-top: 11.7rem;
    padding-bottom: 6rem;
    margin-top: 4.3rem;
  }


  .sec5 .sec__content-wrap--1 {
    display: grid;
    width: 79rem;
    grid-template-columns: 34rem 21rem auto;
    grid-template-rows: 19rem 36.3rem auto;
    margin: 0 auto 0;
  }

  .sec5 .sec__content-wrap--1 .sec__content-item--0 {
    left: -6.2rem;
    top: 0rem;
  }

  .sec5 .sec__content-wrap--1 .line.active {
    height: 53.6rem;
  }

  .sec5 .sec__content-wrap--1 .sec__content-item--1 {
    width: 45rem;
    grid-area: 1 / 1 / 2 / 2;
  }

  .sec5 .sec__content-wrap--1 .sec__content-item--2 {
    width: 31rem;
    grid-area: 2 / 3 / 3 / 4;
  }

  .sec5 .sec__content-wrap--1 .sec__content-item--3 {
    width: 38rem;
    grid-area: 3 / 2 / 4 / 2;
  }

  .sec5 .sec__content-wrap--1 .credit__wrap {
    position: absolute;
    flex-direction: column;
    align-items: flex-end;
    top: 46.8rem;
    left: -11.7rem;
  }


  .sec5 .sec__content-wrap--2 {
    display: grid;
    width: 103rem;
    grid-template-columns: 66rem 4rem auto;
    grid-template-rows: 20rem 41.7rem auto;
    margin: 12rem auto 0;
  }

  .sec5 .sec__content-wrap--2 .sec__content-item--0 {
    left: 59.9rem;
    top: -0.1rem;
  }

  .sec5 .sec__content-wrap--2 .line.active {
    height: 84.3rem;
  }

  .sec5 .sec__content-wrap--2 .sec__content-item--1 {
    width: 38rem;
    grid-area: 1 / 2 / 2 / 3;
  }

  .sec5 .sec__content-wrap--2 .sec__content-item--2 {
    width: 31rem;
    grid-area: 3 / 3 / 4 / 4;
  }

  .sec5 .sec__content-wrap--2 .sec__content-item--3 {
    width: 52rem;
    grid-area: 2 / 1 / 4 / 3;
  }
}




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

@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: 16.5rem auto 0;
    padding: 0 1.5rem;
  }

  .foot__function .item-function__wrap {
    margin-top: 2.4rem;
    width: 100rem;
    gap: 1.8rem;
    position: relative;
    left: 0.2rem;
  }

  .foot__function .function__icon {
    width: 3.2rem;
    margin-right: 1rem;
  }
}

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

.celford_250212__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_250212__btn {
    padding-bottom: 1.9rem;
  }

  .celford_250212__btn a {
    width: 101.5rem;
    height: 6.2rem;
    letter-spacing: 0.025em;
    margin: 8.2rem 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;
  }
}