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

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

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

@media screen and (min-width: 768px) {
  .celford_240823 #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_240823 {
  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_240823 {
    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_240823 {
  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_240823 {
    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(44*(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(30* (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:nth-child(even) .sec__content_ttl_wrap {
  color: #77614f;
}

.sec:nth-child(even) .sec__content_ttl_wrap .item__img p {
  color: #000;
}

.sec__content_ttl_wrap * {
  text-align: center;
}

.sec__content_ttl_wrap h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(80* (100vw /750));
  line-height: 1;
  letter-spacing: 0.05em;
}

.sec__content_ttl_wrap h3 span {
  position: absolute;
  width: calc(150* (100vw /750));
  left: 50%;
  top: calc(-154*(100vw / 750));
  transform: translateX(-50%);
  pointer-events: none;
}

.sec__content_ttl_wrap .sub {
  font-size: calc(28*(100vw / 750));
  line-height: 2;
  font-family: 'NotoSerifJp', 'Hiragino Mincho Pro', serif;
  font-weight: 500;
  font-style: normal;
  margin-top: calc(26* (100vw /750));
  letter-spacing: 0.075em;
}

.sec__content_ttl_wrap .item__img {
  width: calc(300* (100vw /750));
  margin: calc(44* (100vw /750)) auto 0;
}

.sec__content_ttl_wrap .item__img p {
  font-size: calc(24* (100vw / 750));
  font-family: "Crimson Text", serif;
  letter-spacing: 0.025em;
  white-space: nowrap;
  line-height: 1;
  padding-bottom: calc(3* (100vw / 750));
  border-bottom: calc(2* (100vw / 750)) solid #b2b2b2;
  margin: calc(30*(100vw / 750)) auto 0;
  width: fit-content;
}

.sec__content-item--tx>p {
  margin-top: calc(13* (100vw / 750));
  text-align: justify;
  letter-spacing: 0.025em;
}

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

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

  .sec__content_ttl_wrap h3 {
    font-size: 4.6rem;
  }

  .sec__content_ttl_wrap h3 span {
    width: 13rem;
    left: 50%;
    top: -11.8rem;
    transform: translateX(-50%);
  }

  .sec__content_ttl_wrap .sub {
    font-size: 1.8rem;
    margin-top: 2rem;
  }

  .sec__content_ttl_wrap .item__img {
    width: 18rem;
    margin: 1.8rem auto 0;
  }

  .sec__content_ttl_wrap .item__img p {
    font-size: 1.3rem;
    width: fit-content;
    letter-spacing: 0.025em;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #b2b2b2;
    margin: 1.5rem auto 0;
  }

  .sec__content-item--tx>p {
    margin-top: 0;
    letter-spacing: 0.025em;
  }
}

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

  .sec1 .sec__content-item--2 {
    width: calc(520*(100vw / 750));
    margin-top: calc(77*(100vw / 750));
  }

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

  .sec1 .sec__content-item--3::before {
    background: url(../img/svg/sp/copy01.svg) center/contain no-repeat;
    width: calc(119*(100vw / 750));
    height: calc(817*(100vw / 750));
    top: calc(-702*(100vw / 750));
    right: calc(49*(100vw / 750));
  }

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

@media screen and (min-width: 768px) {
  .sec1 .sec__content-wrap {
    display: grid;
    width: 78rem;
    grid-template-columns: 48rem auto;
    grid-template-rows: 20.6rem 21rem 28.3rem auto;
    margin: 20.3rem auto 0;
  }

  .sec1 .sec__content_ttl_wrap h3 span {
    width: 13rem;
    left: -4.2rem;
    top: -7.4rem;
    transform: translateX(0);
  }

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

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

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

  .sec1 .sec__content-item--3::before {
    background: url(../img/svg/copy01.svg) center/contain no-repeat;
    width: 7rem;
    height: 40.6rem;
    top: 13.3rem;
    left: 3rem;
  }

  .sec1 .sec__content-item--4 {
    width: 28rem;
    grid-area: 4 / 2 / 5 / 3;
    margin: auto;
  }

  .sec1 .credit__wrap {
    justify-content: center;
  }
}

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

@media screen and (max-width: 767px) {
  .sec2 {
    margin-top: calc(307*(100vw / 750));
  }

  .sec2 .sec__content-wrap::before {
    background: #f4f4f1;
    width: calc(438* (100vw /750));
    height: calc(2918* (100vw /750));
    right: 0;
    top: calc(53*(100vw / 750));
  }

  .sec2 .sec__content-item--2 {
    width: calc(480*(100vw / 750));
    margin: calc(80* (100vw /750)) calc(53* (100vw /750)) 0 auto;
    z-index: 1;
  }

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

  .sec2 .sec__content-item--3::before {
    background: url(../img/svg/sp/copy02.svg) center/contain no-repeat;
    width: calc(119*(100vw / 750));
    height: calc(700*(100vw / 750));
    top: calc(-343*(100vw / 750));
    left: calc(50*(100vw / 750));
  }

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

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

@media screen and (min-width: 768px) {
  .sec2 .sec__content-wrap {
    display: grid;
    width: 74rem;
    grid-template-columns: 30.6rem 9.2rem auto;
    grid-template-rows: 10.3rem 32.4rem 44.7rem auto;
    margin: 38.4rem auto 0;
    padding-left: 0.5rem;
  }

  .sec2 .sec__content-wrap::before {
    background: #f4f4f1;
    width: 100vw;
    height: 91.9rem;
    right: 17.3rem;
    top: 24.2rem;
  }

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

  .sec2 .sec__content_ttl_wrap .item__img {
    margin: 2.8rem auto 0;
  }

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

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

  .sec2 .sec__content-item--3::before {
    background: url(../img/svg/copy02.svg) center/contain no-repeat;
    width: 7rem;
    height: 32rem;
    top: 4.8rem;
    right: 2.9rem;
  }

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

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

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

@media screen and (max-width: 767px) {
  .sec3 {
    margin-top: calc(387*(100vw / 750));
  }

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

  .sec3 .sec__content-item--2::before {
    background: url(../img/svg/sp/copy03.svg) center/contain no-repeat;
    width: calc(119*(100vw / 750));
    height: calc(780*(100vw / 750));
    top: calc(18*(100vw / 750));
    right: calc(-148*(100vw / 750));
  }

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

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

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

  .sec3 .sec__content_ttl_wrap h3 {
    margin-top: 7.3rem;
  }

  .sec3 .sec__content_ttl_wrap h3 span {
    left: 1rem;
    top: 0rem;
    transform: translateX(0);
  }

  .sec3 .sec__content-item--1 {
    display: flex;
    flex-direction: column;
    width: 66.7rem;
    height: 26.9rem;
    flex-wrap: wrap;
    margin: 19rem auto 0;
    padding-left: 13.2rem;
  }

  .sec3 .sec__content_ttl_wrap * {
    text-align: left;
  }

  .sec3 .big-wrap {
    display: flex;
    justify-content: center;
    gap: 2rem;
  }

  .sec3 .sec__content-item--2 {
    width: 42rem;
  }

  .sec3 .sec__content-item--3 {
    width: 34rem;
    margin-top: 6rem;
  }

  .sec3 .sec__content-item--2::before {
    background: url(../img/svg/copy03.svg) center/contain no-repeat;
    width: 7rem;
    height: 37.6rem;
    top: 4.3rem;
    left: 3rem;
  }

  .sec3 .credit__wrap {
    justify-content: center;
  }

  .sec3 .sec__content-item--tx>p {
    text-align: center;
    margin-top: 5.2rem;
    letter-spacing: 0.025em;
  }
}

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

@media screen and (max-width: 767px) {
  .sec4 {
    margin-top: calc(307*(100vw / 750));
  }

  .sec4 .sec__content-wrap::before {
    background: #f1f1f1;
    width: calc(750* (100vw /750));
    height: calc(2788* (100vw /750));
    left: 0;
    top: calc(409*(100vw / 750));
  }

  .sec4 .sec__content-item--2 {
    width: calc(490*(100vw / 750));
    margin: calc(75*(100vw / 750)) auto 0;
  }

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

  .sec4 .sec__content-item--3::before {
    background: url(../img/svg/sp/copy04.svg) center/contain no-repeat;
    width: calc(119*(100vw / 750));
    height: calc(810*(100vw / 750));
    top: calc(203*(100vw / 750));
    left: calc(60*(100vw / 750));
  }

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

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

@media screen and (min-width: 768px) {
  .sec4 .sec__content-wrap {
    display: grid;
    width: 86rem;
    grid-template-columns: 41rem 2.6rem auto;
    grid-template-rows: 6.3rem 37.4rem 14.4rem auto;
    margin: 24.8rem auto 0;
  }

  .sec4 .sec__content-wrap::before {
    background: #f1f1f1;
    width: 100vw;
    height: 59rem;
    left: 50%;
    transform: translateX(-50%);
    top: 24rem;
  }

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

  .sec4 .sec__content_ttl_wrap .item__img {
    margin: 2.8rem auto 0;
  }

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

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

  .sec4 .sec__content-item--3::before {
    background: url(../img/svg/copy04.svg) center/contain no-repeat;
    width: 7rem;
    height: 45rem;
    top: 3.6rem;
    right: 0.3rem;
  }

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

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

  .sec4 .sec__content-item--tx>p {
    letter-spacing: 0.025em;
  }
}

/* ===============================================
* sec5 *
=============================================== */
.sec__content_ttl_wrap h4 {
  font-size: calc(24* (100vw /750));
  line-height: 1;
  letter-spacing: 0.025em;
  margin-top: calc(30* (100vw /750));
}

@media screen and (max-width: 767px) {
  .sec5 {
    margin-top: calc(387*(100vw / 750));
  }

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

  .sec5 .sec__content-item--2::before {
    background: url(../img/svg/sp/copy05.svg) center/contain no-repeat;
    width: calc(119*(100vw / 750));
    height: calc(680*(100vw / 750));
    top: calc(50*(100vw / 750));
    right: calc(-1*(100vw / 750));
  }

  #lp_contents .sec5 .slick-dots {
    margin: calc(29*(100vw / 750)) 0 0 calc(70*(100vw / 750));
  }

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

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

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

  .sec__content_ttl_wrap h4 {
    font-size: 1.3rem;
    margin-top: 2rem;
  }

  .sec5 .sec__content-wrap {
    display: grid;
    width: 104rem;
    grid-template-columns: 20.1rem 39.5rem auto;
    grid-template-rows: 29.3rem 37.2rem 11.1rem auto;
    margin: 12.3rem auto 0;
  }

  .sec5 .sec__content_ttl_wrap h3 span {
    left: -1.3rem;
    top: -7.3rem;
    transform: translateX(0);
  }

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

  .sec5 .sec__content_ttl_wrap .item__img {
    margin: 2.8rem auto 0;
  }

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

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

  .sec5 .sec__content-item--3::before {
    background: url(../img/svg/copy05.svg) center/contain no-repeat;
    width: 7rem;
    height: 30.7rem;
    top: 26.6rem;
    left: 4.4rem;
  }

  .sec5 .sec__content-item--4 {
    width: 32rem;
    grid-area: 4 / 3 / 5 / 4;
    margin: 0 auto 0;
  }

  .sec5 .credit__wrap {
    position: absolute;
    bottom: -1.5rem;
    left: -11.3rem;
    flex-direction: column;
    align-items: flex-end;
  }

  .sec5 .sec__content-item--tx>p {
    letter-spacing: 0.025em;
  }

  .sec5 .item-function__wrap {
    left: -0.8rem;
    position: relative;
    justify-content: center;
  }
}

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

@media screen and (max-width: 767px) {
  .sec6 {
    margin-top: calc(307*(100vw / 750));
  }

  .sec6 .sec__content-wrap::before {
    background: #f3f0ec;
    width: calc(420* (100vw /750));
    height: calc(1575* (100vw /750));
    left: 0;
    top: calc(468*(100vw / 750));
  }

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

  .sec6 .sec__content-item--3 {
    width: calc(480* (100vw /750));
    margin: calc(-30*(100vw / 750)) 0 0 auto;
    z-index: 1;
  }

  .sec6 .sec__content-item--3::before {
    background: url(../img/svg/sp/copy06.svg) center/contain no-repeat;
    width: calc(119*(100vw / 750));
    height: calc(700*(100vw / 750));
    top: calc(-159*(100vw / 750));
    left: calc(-190*(100vw / 750));
  }

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

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

@media screen and (min-width: 768px) {
  .sec6 .sec__content-wrap {
    display: grid;
    width: 100rem;
    grid-template-columns: 44.5rem 11.8rem auto;
    grid-template-rows: 24.9rem 19.1rem 28.2rem auto;
    margin: 16rem auto 0;
  }

  .sec6 .sec__content-wrap::before {
    background: #f3f0ec;
    width: 66rem;
    height: 59.7rem;
    left: 50%;
    transform: translateX(-50%);
    top: 27.3rem;
  }

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

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

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

  .sec6 .sec__content-item--2::before {
    background: url(../img/svg/copy06.svg) center/contain no-repeat;
    width: 7rem;
    height: 37.3rem;
    top: 3.4rem;
    right: 2rem;
  }

  .sec6 .sec__content-item--4 {
    width: 32rem;
    grid-area: 4 / 1 / 5 / 2;
    margin-left: 1.2rem;
  }

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

  .sec6 .sec__content-item--tx>p {
    letter-spacing: 0.025em;
  }

  .sec6 .item-function__wrap {
    left: -0.4rem;
    position: relative;
    justify-content: center;
  }
}

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

@media screen and (max-width: 767px) {
  .sec7 {
    margin-top: calc(307*(100vw / 750));
  }

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

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

  .sec7 .sec__content-item--3::before {
    background: url(../img/svg/sp/copy07.svg) center/contain no-repeat;
    width: calc(119*(100vw / 750));
    height: calc(629*(100vw / 750));
    top: calc(347*(100vw / 750));
    right: calc(17*(100vw / 750));
  }

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

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

@media screen and (min-width: 768px) {
  .sec7 .sec__content-wrap {
    display: grid;
    width: 113rem;
    grid-template-columns: 24.9rem 45.7rem auto;
    grid-template-rows: 7.9rem 17.8rem 50.5rem auto;
    margin: 14.5rem auto 0;
  }

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

  .sec7 .sec__content_ttl_wrap .item__img {
    margin: 2.8rem auto 0;
  }

  .sec7 .sec__content-item--2 {
    width: 27rem;
    grid-area: 1 / 1 / 3 / 2;
    z-index: 1;
  }

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

  .sec7 .sec__content-item--3::before {
    background: url(../img/svg/copy07.svg) center/contain no-repeat;
    width: 7rem;
    height: 31.2rem;
    top: 27.2rem;
    right: 0.9rem;
  }

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

  .sec7 .credit__wrap {
    flex-direction: column;
    margin-top: 2.4rem;
  }

  .sec7 .item-function__wrap {
    margin-top: 1.3rem;
  }
}

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

@media screen and (max-width: 767px) {
  .sec8 {
    margin-top: calc(307*(100vw / 750));
  }

  .sec8 .sec__content-wrap::before {
    background: #f8f4f4;
    width: calc(750*(100vw / 750));
    height: calc(1206*(100vw / 750));
    left: 0;
    top: calc(53*(100vw / 750));
  }

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

  .sec8 .sec__content-item--2::before {
    background: url(../img/svg/sp/copy08.svg) center/contain no-repeat;
    width: calc(119*(100vw / 750));
    height: calc(790*(100vw / 750));
    top: calc(145*(100vw / 750));
    left: calc(0*(100vw / 750));
  }

  .sec8 .sec__content-item--4 {
    width: calc(650*(100vw / 750));
    margin: calc(66*(100vw / 750)) auto 0;
  }

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

  #lp_contents .sec8 .slick-dots {
    width: 100%;
    margin: calc(29* (100vw /750)) auto 0;
  }
}

@media screen and (min-width: 768px) {
  .sec8 .sec__content_ttl_wrap h3 {
    margin-top: 10.1rem;
  }

  .sec8 .sec__content_ttl_wrap h3 span {
    left: 3rem;
    top: 2.7rem;
    transform: translateX(0);
  }

  .sec8 .sec__content-wrap::before {
    background: #f8f4f4;
    width: 100vw;
    height: 67rem;
    left: 50%;
    transform: translateX(-50%);
    top: 7rem;
  }

  .sec8 .sec__content-item--1 {
    display: flex;
    flex-direction: column;
    width: 57.7rem;
    height: 31.9rem;
    flex-wrap: wrap;
    margin: 10.8rem auto 0;
    padding-left: 15rem;
  }

  .sec8 .sec__content_ttl_wrap * {
    text-align: left;
  }

  .sec8 .big-wrap {
    display: flex;
    justify-content: center;
    gap: 2rem;
  }

  .sec8 .sec__content-item--2 {
    width: 33.4rem;
  }

  .sec8 .sec__content-item--3 {
    width: 33.4rem;
  }

  .sec8 .sec__content-item--2::before {
    background: url(../img/svg/copy08.svg) center/contain no-repeat;
    width: 7rem;
    height: 39.8rem;
    top: 7.7rem;
    left: -0.2rem;
  }

  .sec8 .credit__wrap {
    justify-content: center;
  }

  .sec8 .item-function__wrap {
    justify-content: center;
    position: relative;
    left: -2rem;
    margin-top: 1.1rem;
  }

  .sec8 .sec__content-item--tx>p {
    text-align: center;
    margin-top: 4.2rem;
    letter-spacing: 0.025em;
  }
}

/* ===============================================
* sec9 *
=============================================== */

@media screen and (max-width: 767px) {
  .sec9 {
    margin-top: calc(309*(100vw / 750));
  }

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

  .sec9 .sec__content-item--2::before {
    background: url(../img/svg/sp/copy09.svg) center/contain no-repeat;
    width: calc(119*(100vw / 750));
    height: calc(680*(100vw / 750));
    top: calc(-52*(100vw / 750));
    right: calc(2*(100vw / 750));
  }

  .sec9 .sec__content-item--3 {
    width: calc(480* (100vw /750));
    margin: calc(-50*(100vw / 750)) 0 0 calc(60*(100vw / 750));
    z-index: 1;
  }

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

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

@media screen and (min-width: 768px) {
  .sec9 .sec__content-wrap {
    display: grid;
    width: 100rem;
    grid-template-columns: 21.8rem 28rem 10rem auto;
    grid-template-rows: 7.6rem 54.8rem 17.5rem auto;
    margin: 17.4rem auto 0;
  }

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

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

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

  .sec9 .sec__content-item--2::before {
    background: url(../img/svg/copy09.svg) center/contain no-repeat;
    width: 7rem;
    height: 34.2rem;
    top: 3rem;
    right: 5rem;
  }

  .sec9 .sec__content-item--4 {
    width: 37rem;
    grid-area: 4 / 4 / 5 / 4;
  }

  .sec9 .credit__wrap {
    position: absolute;
    bottom: -1.7rem;
    left: -11.6rem;
    flex-direction: column;
    align-items: flex-end;
  }

  .sec9 .sec__content-item--tx>p {
    letter-spacing: 0.025em;
  }
}

/* ===============================================
* 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(175*(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.3rem 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_240823__btn *
=============================================== */
.celford_240823__btn {
  text-align: center;
}

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

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