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

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

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

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

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

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

.js-fade-Vr.active {
  opacity: 1;
  /* -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_240918 {
  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_240918 {
    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_240918 {
  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_240918 {
    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(11*(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(28*(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(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.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.6rem;
    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_ttl_wrap___________________________*/
.sec__content_ttl_wrap * {
  text-align: center;
}

.sec__content_ttl_wrap {
  z-index: 2;
  pointer-events: none;
}

.sec__content-item--tx>p {
  text-align: justify;
  letter-spacing: 0.05em;
}

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

@media screen and (min-width: 768px) {
  .sec__content-item--tx>p {
    margin-top: 0;
    letter-spacing: 0.03em;
  }
}

@media screen and (max-width: 767px) {
  .sec1 .sec__content-item--1 {
    width: calc(690* (100vw /750));
    margin-top: calc(126*(100vw / 750));
  }

  .sec1 .sec__content-item--2 {
    width: calc(480*(100vw / 750));
    margin: calc(143*(100vw / 750)) calc(60*(100vw / 750)) 0 auto;
  }

  .sec1 .sec__content-item--2::before {
    background: #E0E5EC;
    width: calc(480* (100vw /750));
    height: calc(720* (100vw /750));
    top: calc(-60*(100vw / 750));
    left: calc(60*(100vw / 750));
  }

  .sec1 .sec__content-item--3 {
    width: calc(630*(100vw / 750));
    margin: calc(66* (100vw /750)) auto 0;
  }

  .sec1 .sec__content-item--4 {
    margin-top: calc(70*(100vw /750));
  }

  .sec1 .credit__wrap {
    justify-content: flex-end;
    margin-right: calc(60* (100vw /750));
  }
}

@media screen and (min-width: 768px) {
  .sec1 .sec__content-wrap {
    display: grid;
    width: 93rem;
    grid-template-columns: 58rem auto;
    grid-template-rows: 27rem 23rem auto;
    margin: 15.4rem auto 0;
  }

  .sec1 .sec__content-item--1 {
    width: 39.6rem;
    grid-area: 1 / 1 / 2 / 2;
    top: 0.7rem;
    left: 3.2rem;
  }

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

  .sec1 .sec__content-item--2::before {
    background: #E0E5EC;
    width: 31rem;
    height: 46.5rem;
    top: -4rem;
    left: 4rem;
  }

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

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

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

@media screen and (max-width: 767px) {
  .sec2 .sec__content-item--1 {
    width: calc(670* (100vw /750));
    margin: calc(207*(100vw / 750)) 0 0 auto;
  }

  .sec2 .sec__content-item--2 {
    width: calc(540*(100vw / 750));
    margin: calc(82*(100vw / 750)) 0 0 calc(80*(100vw / 750));
  }

  .sec2 .sec__content-item--2::before {
    background: #F1F3F3;
    width: calc(400* (100vw /750));
    height: calc(1960* (100vw /750));
    top: calc(200*(100vw / 750));
    left: calc(-80*(100vw / 750));
  }

  .sec2 .sec__content-item--3 {
    width: calc(541*(100vw / 750));
    margin: calc(66*(100vw / 750)) 0 0 calc(80*(100vw / 750));
  }

  .sec2 .sec__content-item--4 {
    width: calc(670*(100vw / 750));
    margin: calc(80*(100vw / 750)) 0 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .sec2 .sec__content-wrap {
    display: grid;
    width: 85rem;
    grid-template-columns: 9rem 39rem 14rem auto;
    grid-template-rows: 17.8rem 36.2rem 25.5rem auto;
    margin: 12.4rem auto 0;
  }

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

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

  .sec2 .sec__content-item--2::before {
    background: #F1F3F3;
    width: 28rem;
    height: 66rem;
    top: 30rem;
    left: -7rem;
  }

  .sec2 .sec__content-item--3 {
    width: 30rem;
    grid-area: 4 / 4 / 5 / 5;
  }

  .sec2 .sec__content-item--4 {
    width: 47rem;
    grid-area: 3 / 2 / 5 / 4;
  }

  .sec2 .credit__wrap {
    position: absolute;
    flex-direction: column;
    bottom: -1.6rem;
    left: -13rem;
    align-items: flex-end;
  }
}

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

@media screen and (max-width: 767px) {
  .sec3 .sec__content-item--1 {
    width: calc(520* (100vw /750));
    margin: calc(209*(100vw / 750)) 0 0 0;
  }

  .sec3 .sec__content-item--2 {
    width: calc(590*(100vw / 750));
    margin: calc(82*(100vw / 750)) 0 0 calc(80*(100vw / 750));
  }

  .sec3 .sec__content-item--2::before {
    background: #EEE8EC;
    width: calc(160* (100vw /750));
    height: calc(750* (100vw /750));
    top: calc(-170*(100vw / 750));
    right: calc(-80*(100vw / 750));
  }

  .sec3 .sec__content-item--3 {
    width: calc(592*(100vw / 750));
    margin: calc(64*(100vw / 750)) 0 0 calc(80*(100vw / 750));
  }

  .sec3 .sec__content-item--4 {
    width: calc(670*(100vw / 750));
    margin: calc(78*(100vw / 750)) 0 0 0;
  }

  .sec3 .credit__wrap {
    margin-left: calc(84*(100vw / 750));
  }

  .sec3 .credit__wrap li:nth-child(n+3) {
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .sec3 .sec__content-wrap {
    display: grid;
    width: 109.2rem;
    grid-template-columns: 29.7rem 20.3rem 17.2rem auto;
    grid-template-rows: 6.6rem 30.4rem 37.7rem auto;
    margin: 18rem auto 0;
  }

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

  .sec3 .sec__content-item--2 {
    width: 38rem;
    grid-area: 1 / 4 / 4 / 5;
  }

  .sec3 .sec__content-item--2::before {
    background: #EEE8EC;
    width: 12rem;
    height: 51rem;
    top: -10rem;
    right: -4rem;
  }

  .sec3 .sec__content-item--3 {
    width: 48rem;
    grid-area: 4 / 3 / 4 / 5
  }

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

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

@media screen and (max-width: 767px) {
  .sec4 .sec__content-item--1 {
    width: calc(600* (100vw /750));
    margin: calc(199*(100vw / 750)) 0 0 auto;
  }

  .sec4 .sec__content-item--2 {
    width: calc(500*(100vw / 750));
    margin: calc(81*(100vw / 750)) 0 0 calc(80*(100vw / 750));
  }

  .sec4 .sec__content-item--2::before {
    background: #EBE4E3;
    width: calc(480* (100vw /750));
    height: calc(720* (100vw /750));
    top: calc(110*(100vw / 750));
    left: calc(-80*(100vw / 750));
  }

  .sec4 .sec__content-item--3 {
    width: calc(590*(100vw / 750));
    margin: calc(147*(100vw / 750)) 0 0 calc(80*(100vw / 750));
  }

  .sec4 .sec__content-item--4 {
    margin: calc(78*(100vw / 750)) 0 0 0;
  }

  .sec4 .credit__wrap {
    margin-left: calc(80* (100vw /750));
  }
}

@media screen and (min-width: 768px) {
  .sec4 .sec__content-wrap {
    display: grid;
    width: 93.2rem;
    grid-template-columns: 4.1rem 40rem 7rem auto;
    grid-template-rows: 2.7rem 24.2rem 36.7rem auto;
    margin: 15rem auto 0;
  }

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

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

  .sec4 .sec__content-item--2::before {
    background: #EBE4E3;
    width: 30rem;
    height: 45rem;
    top: 4rem;
    left: -4rem;
  }

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

  .sec4 .sec__content-item--4 {
    width: 49rem;
    grid-area: 3 / 3 / 5 / 4;
  }

  .sec4 .credit__wrap {
    justify-content: flex-end;
  }
}


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

@media screen and (max-width: 767px) {
  .sec5 .sec__content-item--1 {
    width: calc(700* (100vw /750));
    margin: calc(366*(100vw / 750)) 0 0 0;
  }

  .sec5 .sec__content-item--2 {
    width: calc(700*(100vw / 750));
    margin: calc(81*(100vw / 750)) 0 0 0;
  }

  .sec5 .sec__content-item--2::before {
    background: #F0EBE8;
    width: calc(150* (100vw /750));
    height: calc(729* (100vw /750));
    top: calc(-500*(100vw / 750));
    left: calc(28*(100vw / 750));
  }

  .sec5 .sec__content-item--3 {
    width: calc(650*(100vw / 750));
    margin: calc(68*(100vw / 750)) auto 0;
  }

  .sec5 .sec__content-item--4 {
    width: calc(500*(100vw / 750));
    margin: calc(78*(100vw / 750)) calc(50*(100vw / 750)) 0 auto;
  }

  .sec5 .credit__wrap {
    justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .sec5 .sec__content-wrap {
    display: grid;
    width: 89rem;
    grid-template-columns: 43rem 9.5rem auto;
    grid-template-rows: 4.1rem 23.6rem 26.2rem auto;
    margin: 8.5rem auto 0;
  }

  .sec5 .sec__content-item--1 {
    width: 43.85rem;
    grid-area: 2 / 2 / 3 / 3;
    left: -0.5rem;
  }

  .sec5 .sec__content-item--1::before {
    background: #F0EBE8;
    width: 8rem;
    height: 42rem;
    top: -11rem;
    right: -3rem;
  }

  .sec5 .sec__content-item--2 {
    width: 32rem;
    grid-area: 4 / 2 / 5 / 2;
    z-index: 2;
  }

  .sec5 .sec__content-item--3 {
    width: 34rem;
    grid-area: 3 / 3 / 4 / 4;
    z-index: 2;
  }

  .sec5 .sec__content-item--4 {
    width: 47rem;
    grid-area: 1 / 1 / 5 / 3;
  }

  .sec5 .credit__wrap {
    flex-direction: column;
  }
}

/* ===============================================
* sec6 *
=============================================== */

@media screen and (max-width: 767px) {
  .sec6 .sec__content-item--1 {
    width: calc(620* (100vw /750));
    margin: calc(210*(100vw / 750)) 0 0 auto;
  }

  .sec6 .sec__content-item--2 {
    width: calc(690*(100vw / 750));
    margin: calc(81*(100vw / 750)) 0 0 auto;
  }

  .sec6 .sec__content-item--3 {
    width: calc(630*(100vw / 750));
    margin: calc(68*(100vw / 750)) auto 0;
  }

  .sec6 .sec__content-item--4 {
    width: calc(630*(100vw / 750));
    margin: calc(78*(100vw / 750)) auto 0;
  }

  .sec6 .sec__content-item--4::before {
    background: #F3EEE6;
    width: calc(600* (100vw /750));
    height: calc(600* (100vw /750));
    top: calc(406*(100vw / 750));
    left: calc(-60*(100vw / 750));
  }

  .sec6 .credit__wrap {
    margin-top: calc(100*(100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .sec6 .sec__content-wrap {
    display: grid;
    width: 99.8rem;
    grid-template-columns: 7.7rem 54rem auto;
    grid-template-rows: 3.1rem 22.6rem 30.6rem auto;
    margin: 17.7rem auto 0;
  }

  .sec6 .sec__content-item--1 {
    width: 46rem;
    grid-area: 1 / 2 / 2 / 3;
  }

  .sec6 .sec__content-item--2 {
    width: 40rem;
    grid-area: 4 / 1 / 5 / 2;
  }

  .sec6 .sec__content-item--2::before {
    background: #F3EEE6;
    width: 40rem;
    height: 40rem;
    top: 26rem;
    left: -6rem;
  }

  .sec6 .sec__content-item--3 {
    width: 46rem;
    grid-area: 3 / 2 / 4 / 3;
  }

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

  .sec6 .credit__wrap {
    flex-direction: column;
    align-items: flex-end;
  }
}

/* ===============================================
* sec7 *
=============================================== */

@media screen and (max-width: 767px) {
  .sec7 .sec__content-item--1 {
    width: calc(610* (100vw /750));
    margin: calc(188*(100vw / 750)) 0 0 0;
  }

  .sec7 .sec__content-item--2 {
    width: calc(560*(100vw / 750));
    margin: calc(82*(100vw / 750)) 0 0 calc(50*(100vw / 750));
  }

  .sec7 .sec__content-item--2::before {
    background: #F2F0ED;
    width: calc(690* (100vw /750));
    height: calc(1185* (100vw /750));
    top: calc(547*(100vw / 750));
    left: calc(-50*(100vw / 750));
  }

  .sec7 .sec__content-item--3 {
    width: calc(560*(100vw / 750));
    margin: calc(64*(100vw / 750)) 0 0 calc(50*(100vw / 750));
  }

  .sec7 .sec__content-item--4 {
    width: calc(700*(100vw / 750));
    margin: calc(78*(100vw / 750)) 0 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .sec7 .sec__content-wrap {
    display: grid;
    width: 91rem;
    grid-template-columns: 44rem 3.3rem auto;
    grid-template-rows: 8.6rem 21.5rem 36rem auto;
    margin: 18.8rem auto 0;
  }

  .sec7 .sec__content-item--1 {
    width: 34.6rem;
    grid-area: 1 / 3 / 3 / 3;
  }

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

  .sec7 .sec__content-item--2::before {
    background: #F2F0ED;
    width: 46rem;
    height: 53.7rem;
    top: 15.4rem;
    left: 19.4rem;
  }

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

  .sec7 .sec__content-item--4 {
    width: 47rem;
    grid-area: 3 / 2 / 5 / 3;
  }
}

/* ===============================================
* sec8 *
=============================================== */

@media screen and (max-width: 767px) {
  .sec8 .sec__content-item--1 {
    width: calc(510* (100vw /750));
    margin: calc(208*(100vw / 750)) 0 0 auto;
  }

  .sec8 .sec__content-item--2 {
    margin: calc(82*(100vw / 750)) 0 0 0;
  }

  .sec8 .sec__content-item--2::before {
    background: #EEEFEF;
    width: calc(423* (100vw /750));
    height: calc(1718* (100vw /750));
    top: calc(453*(100vw / 750));
    right: 0;
  }

  .sec8 .sec__content-item--3 {
    width: calc(640*(100vw / 750));
    margin: calc(64*(100vw / 750)) auto 0;
  }

  .sec8 .sec__content-item--4 {
    width: calc(530*(100vw / 750));
    margin: calc(80*(100vw / 750)) 0 0 calc(56*(100vw / 750));
  }

  .sec8 .credit__wrap li:nth-child(n+3) {
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .sec8 .sec__content-wrap {
    display: grid;
    width: 79.2rem;
    grid-template-columns: 30.1rem 11.2rem auto;
    grid-template-rows: 13.9rem 33.1rem 33.8rem auto;
    margin: 17.1rem auto 0;
  }

  .sec8 .sec__content-item--1 {
    width: 29rem;
    grid-area: 2 / 1 / 3 / 2;
    left: 2.7rem;
  }

  .sec8 .sec__content-item--2 {
    width: 49rem;
    grid-area: 1 / 2 / 4 / 3;
  }

  .sec8 .sec__content-item--2::before {
    background: #EEEFEF;
    width: 150vw;
    height: 44rem;
    top: 20.5rem;
    left: -11.6rem;
  }

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

  .sec8 .sec__content-item--4 {
    width: 35rem;
    grid-area: 3 / 1 / 5 / 2;
  }
}

/* ===============================================
* 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(202*(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: 14.5rem 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_240918__btn *
=============================================== */
.celford_240918__btn {
  text-align: center;
}

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

  .celford_240918__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;
  }
}