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

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

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

@media screen and (min-width: 768px) {
  .celford_241227 #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_241227 {
  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_241227 {
    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_241227 {
  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_241227 {
    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(28*(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(42*(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.1rem;
    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: 2.1rem;
    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 ______________△ */



.sechead {
  position: relative;
  width: 100%;
  padding: calc(70*(100vw / 750)) 0 calc(50*(100vw / 750));
  background: #F3F1F2;
  text-align: center;
  margin-top: calc(110*(100vw / 750));
}

.sechead::before {
  content: "";
  position: absolute;
  background: #000;
  width: calc(1.5* (100vw /750));
  height: calc(80* (100vw /750));
  transform: translateX(-50%);
  left: 50%;
  top: calc(-40*(100vw / 750));
  z-index: 1;
}

.sechead h3 {
  font-family: "kudryashev-d-contrast", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(80* (100vw /750));
  letter-spacing: 0.1em;
  line-height: 1;
}

.sechead p {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24* (100vw /750));
  letter-spacing: 0;
  line-height: 2.25;
  margin-top: calc(7* (100vw /750));
}

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

  .sechead {
    padding: 4.5rem 0 3.7rem;
    margin-top: 11.8rem;
  }

  .sechead::before {
    width: 1px;
    height: 7rem;
    top: -5rem;
  }

  .sechead h3 {
    font-size: 6rem;
    letter-spacing: 0.1em;
  }

  .sechead p {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }
}

/* ===============================================
* 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 {
  position: absolute;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(36* (100vw /750));
  letter-spacing: 0;
  line-height: 1.8;
  margin-top: calc(7* (100vw /750));
  text-align: left;
  writing-mode: vertical-rl;
  color: #9F8791;
  z-index: 2;
  pointer-events: none;
  white-space: nowrap;
}

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

@media screen and (min-width: 768px) {
  .sec__content_ttl_wrap {
    font-size: 2rem;
    margin-top: 0;
    line-height: 2;
  }

}

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

  .sec1 .sec__content-item--2 {
    width: calc(360* (100vw /750));
    margin-top: calc(128*(100vw / 750));
    z-index: 1;
  }

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

@media screen and (min-width: 768px) {
  .sec1 .sec__content-wrap {
    display: grid;
    width: 76rem;
    grid-template-columns: 17rem auto;
    grid-template-rows: 8rem auto;
    margin: 11.9rem auto 0;
  }

  .sec1 .sec__content-item--1 {
    top: 8rem;
    right: -2rem;
  }

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

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

  .sec1 .item-function__wrap,
  .sec1 .credit__wrap {
    justify-content: center;
  }
}

/* ===============================================
* sec2 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec2 .sec__content-item--1 {
    top: calc(1097*(100vw / 750));
    left: calc(32*(100vw / 750));
    letter-spacing: -0.03em;
  }

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

  .sec2 .sec__content-item--2::before {
    background: url(../img/sp/img03_bg.jpg) center/contain no-repeat;
    width: calc(540* (100vw /750));
    height: calc(1000* (100vw /750));
    top: calc(-100*(100vw / 750));
    left: calc(-70*(100vw / 750));
  }

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

  .sec2 .sec__content-item--4 {
    width: calc(400*(100vw / 750));
    margin: calc(-13*(100vw / 750)) 0 0 calc(90*(100vw / 750));
    z-index: 1;
  }

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

@media screen and (min-width: 768px) {
  .sec2 .sec__content-wrap {
    display: grid;
    width: 87.2rem;
    grid-template-columns: 7rem 36.6rem 19.5rem auto;
    grid-template-rows: 46.5rem 34.9rem auto;
    margin: 16.4rem auto 0;
  }

  .sec2 .sec__content-item--1 {
    top: 0rem;
    left: -9rem;
    letter-spacing: -0.03em;
    z-index: 1;
  }

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

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

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

  .sec2 .sec__content-item--4::before {
    background: url(../img/img03_bg.jpg) center/contain no-repeat;
    width: 33rem;
    height: 63rem;
    top: -4.5rem;
    left: -11.5rem;
  }
}

/* ===============================================
* sec3 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec3 .sec__content-item--1 {
    top: calc(-35*(100vw / 750));
    right: calc(13*(100vw / 750));
  }

  .sec3 .sec__content-item--2::before {
    background: url(../img/sp/img06_bg.jpg) center/contain no-repeat;
    width: calc(330* (100vw /750));
    height: calc(480* (100vw /750));
    top: calc(-110*(100vw / 750));
    left: calc(-64*(100vw / 750));
  }

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

  .sec3 .sec__content-item--3 {
    margin-top: calc(60* (100vw /750));
  }

  .sec3 .item-function__wrap,
  .sec3 .credit__wrap {
    width: calc(670* (100vw /750));
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .sec3 .sec__content-wrap {
    display: grid;
    width: 115rem;
    grid-template-columns: 67rem auto;
    grid-template-rows: 18.3rem auto;
    margin: 16rem auto 0;
  }

  .sec3 .sec__content-item--1 {
    top: 0rem;
    left: 52rem;
    letter-spacing: -0.01em;
  }

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

  .sec3 .sec__content-item--2::before {
    background: url(../img/img06_bg.jpg) center/contain no-repeat;
    width: 22rem;
    height: 32rem;
    top: 36.5rem;
    right: -14.5rem;
  }

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

}

/* ===============================================
* sec4 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec4 .sec__content-item--1 {
    top: calc(146*(100vw / 750));
    left: calc(51*(100vw / 750));
  }

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

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

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

@media screen and (min-width: 768px) {
  .sec4 .sec__content-wrap {
    display: grid;
    width: 60.4rem;
    grid-template-columns: 27.4rem auto;
    grid-template-rows: 53.4rem auto;
    margin: 12.5rem auto 0;
  }

  .sec4 .sec__content-item--1 {
    top: 11.8rem;
    left: 8.4rem;
    letter-spacing: -0.01em;
  }

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

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

  .sec4 .item-function__wrap,
  .sec4 .credit__wrap {
    position: absolute;
    flex-direction: column;
  }

  .sec4 .item-function__wrap {
    top: 40.5rem;
    right: -12rem;
    gap: 0.6rem;
  }

  .sec4 .credit__wrap {
    top: 49rem;
    right: -12.4rem;
    gap: 1.5rem;
  }
}

.sechead2 {
  background: #EFF1F2;
  margin-top: calc(250*(100vw / 750));
}

@media screen and (min-width: 768px) {
  .sechead2 {
    margin-top: 18rem;
  }
}

/* ===============================================
* sec5 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec5 .sec__content-item--1 {
    top: calc(25*(100vw / 750));
    left: calc(440*(100vw / 750));
    color: #fff;
  }

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

  .sec5 .sec__content-item--3 {
    width: calc(540* (100vw /750));
    margin-top: calc(200*(100vw / 750));
  }

  .sec5 .sec__content-item--3::before {
    background: url(../img/sp/img11_bg.jpg) center/contain no-repeat;
    width: calc(260* (100vw /750));
    height: calc(390* (100vw /750));
    top: calc(-140*(100vw / 750));
    right: calc(-211*(100vw / 750));
  }

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

  .sec5 .credit__wrap {
    width: calc(390*(100vw / 750));
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .sec5 .sec__content-wrap {
    display: grid;
    width: 101rem;
    grid-template-columns: 70rem auto;
    grid-template-rows: 16rem auto;
    margin: 14rem auto 0;
  }

  .sec5 .sec__content-item--1 {
    top: -0.4rem;
    left: 54rem;
    letter-spacing: -0.01em;
    color: #909DA0;
  }

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


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

  .sec5 .sec__content-item--3::before {
    background: url(../img/img11_bg.jpg) center/contain no-repeat;
    width: 23rem;
    height: 26rem;
    top: 46.9rem;
    right: -25rem;
  }
}

/* ===============================================
* sec6 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec6 .sec__content-item--1 {
    top: calc(93*(100vw / 750));
    left: calc(113*(100vw / 750));
    color: #fff;
    letter-spacing: -0.05em;
  }

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

  .sec6 .sec__content-item--2::before {
    background: url(../img/sp/img12_bg.jpg) center/contain no-repeat;
    width: calc(360*(100vw / 750));
    height: calc(420*(100vw / 750));
    top: calc(-122*(100vw / 750));
    left: calc(-70*(100vw / 750));
  }

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

@media screen and (min-width: 768px) {
  .sec6 .sec__content-wrap {
    display: grid;
    width: 107.7rem;
    grid-template-columns: 41rem auto;
    margin: 16.2rem auto 0;
  }

  .sec6 .sec__content-item--1 {
    top: 12.9rem;
    right: 8.7rem;
    letter-spacing: -0.01em;
    color: #909DA0;
  }

  .sec6 .sec__content-item--2 {
    width: 39rem;
  }

  .sec6 .sec__content-item--3 {
    width: 39rem;
    grid-area: 1;
  }

  .sec6 .sec__content-item--3::before {
    background: url(../img/img12_bg.jpg) center/contain no-repeat;
    width: 12rem;
    height: 32rem;
    top: -5.4rem;
    right: -68.6rem;
  }

  .sec6 .item-function__wrap,
  .sec6 .credit__wrap {
    left: 0.3rem;
  }
}

/* ===============================================
* sec7 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec7 .sec__content-item--1 {
    top: calc(58*(100vw / 750));
    right: calc(39*(100vw / 750));
    color: #909DA0;
  }

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

  .sec7 .sec__content-item--3 {
    width: calc(680* (100vw /750));
    margin-left: auto;
    margin-top: calc(60* (100vw /750));
  }

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

@media screen and (min-width: 768px) {
  .sec7 .sec__content-wrap {
    display: grid;
    width: 113rem;
    grid-template-columns: 20rem 50rem auto;
    grid-template-rows: 11.3rem auto;
    margin: 14.3rem auto 0;
  }

  .sec7 .sec__content-item--1 {
    top: 0rem;
    left: 3rem;
    letter-spacing: 0.01em;
    color: #909DA0;
  }

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

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

  .sec7 .credit__wrap {
    margin-top: 2.6rem;
    justify-content: flex-end;
  }
}

/* ===============================================
* sec8 *
=============================================== */
@media screen and (max-width: 767px) {

  .sec8 .sec__content-item--1 {
    top: calc(1427*(100vw / 750));
    left: calc(71*(100vw / 750));
    color: #909DA0;
  }

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

  .sec8 .sec__content-item--3 {
    width: calc(550* (100vw /750));
    margin: calc(210*(100vw / 750)) 0 0 calc(130*(100vw / 750));
  }

  .sec8 .sec__content-item--3::before {
    background: url(../img/sp/img17_bg.jpg) center/contain no-repeat;
    width: calc(400*(100vw / 750));
    height: calc(200*(100vw / 750));
    top: calc(-152*(100vw / 750));
    right: calc(-70*(100vw / 750));
  }

  .sec8 .credit__wrap {
    justify-content: flex-end;
    margin-top: calc(40* (100vw /750));
  }
}

@media screen and (min-width: 768px) {
  .sec8 .sec__content-wrap {
    display: grid;
    width: 105rem;
    grid-template-columns: 27.7rem 42.3rem auto;
    grid-template-rows: 45.5rem auto;
    margin: 12.3rem auto 0;
  }

  .sec8 .sec__content-item--1 {
    top: 21rem;
    left: 8.8rem;
    letter-spacing: -0.02em;
    color: #909DA0;
  }

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

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

  .sec8 .sec__content-item--3::before {
    background: url(../img/img17_bg.jpg) center/contain no-repeat;
    width: 20rem;
    height: 12rem;
    top: -16rem;
    right: -7.8rem;
  }

  .sec8 .credit__wrap {
    margin-top: 2.6rem;
    justify-content: flex-end;
  }
}

/* ===============================================
* sec9 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec9 .sec__content-item--1 {
    top: calc(-8*(100vw / 750));
    right: calc(21*(100vw / 750));
    color: #909DA0;
    letter-spacing: 0.04em;
  }

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

  .sec9 .sec__content-item--3 {
    margin: calc(60*(100vw / 750)) 0 0 0;
  }

  .sec9 .item-function__wrap,
  .sec9 .credit__wrap {
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .sec9 .sec__content-wrap {
    display: grid;
    width: 114.7rem;
    grid-template-columns: 13.3rem auto;
    grid-template-rows: 47rem auto;
    margin: 0 auto 0;
  }

  .sec9 .sec__content-item--1 {
    top: -10.1rem;
    left: 43rem;
    letter-spacing: -0.02em;
    color: #909DA0;
  }

  .sec9 .sec__content-item--2 {
    width: 36rem;
    grid-area: 1/1;
    position: absolute;
    top: -10rem;
    z-index: 2;
  }

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



.sechead3 {
  background: #F2EFEE;
  margin-top: calc(250*(100vw / 750));
}

@media screen and (min-width: 768px) {
  .sechead3 {
    margin-top: 18rem;
  }
}

/* ===============================================
* sec10 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec10 .sec__content-item--1 {
    top: calc(72*(100vw / 750));
    left: calc(68*(100vw / 750));
    color: #fff;
    letter-spacing: 0.04em;
  }

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

  .sec10 .sec__content-item--4 {
    width: calc(480* (100vw /750));
    margin: calc(60*(100vw / 750)) 0 0 calc(60*(100vw / 750));
  }

  .sec10 .item-function__wrap {
    flex-wrap: wrap;
    gap: calc(12*(100vw / 750)) calc(28*(100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .sec10 .sec__content-wrap {
    display: grid;
    width: 99rem;
    grid-template-columns: 68rem auto;
    grid-template-rows: 14rem 34rem auto;
    margin: 14rem auto 0;
  }

  .sec10 .sec__content-item--1 {
    top: 51.5rem;
    left: 67rem;
    letter-spacing: 0.02em;
    color: #A48F8B;
  }

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

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

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

/* ===============================================
* sec11 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec11 .sec__content-item--1 {
    top: calc(52*(100vw / 750));
    left: calc(38*(100vw / 750));
    color: #fff;
    letter-spacing: -0.03em;
  }

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

  .sec11 .sec__content-item--3 {
    width: calc(500*(100vw / 750));
    margin-top: calc(60*(100vw / 750));
    z-index: 1;
  }

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

  .sec11 .credit__wrap {
    width: calc(400* (100vw /750));
  }
}

@media screen and (min-width: 768px) {
  .sec11 .sec__content-wrap {
    display: grid;
    width: 104rem;
    grid-template-columns: 28rem 26rem auto;
    grid-template-rows: 59.8rem 20rem auto;
    margin: 12.4rem auto 0;
  }

  .sec11 .sec__content-item--1 {
    top: 9.8rem;
    left: 32.9rem;
    letter-spacing: -0.03em;
    color: #A48F8B;
  }

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

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

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

  .sec11 .item-function__wrap,
  .sec11 .credit__wrap {
    position: absolute;
  }

  .sec11 .item-function__wrap {
    top: 54.7rem;
    right: -32.3rem;
  }

  .sec11 .credit__wrap {
    width: 23rem;
    top: 59.6rem;
    right: -25.9rem;
    gap: 1.5rem;
  }
}

/* ===============================================
* sec12 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec12 .sec__content-item--1 {
    top: calc(-93*(100vw / 750));
    right: calc(21*(100vw / 750));
    color: #A48F8B;
    letter-spacing: 0.02em;
  }

  .sec12 .sec__content-item--2 {
    width: calc(510* (100vw /750));
    margin-top: calc(217*(100vw / 750));
  }

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

@media screen and (min-width: 768px) {
  .sec12 .sec__content-wrap {
    display: grid;
    width: 96.1rem;
    grid-template-columns: 66rem auto;
    grid-template-rows: 30rem auto;
    margin: 18.1rem auto 0;
  }

  .sec12 .sec__content-item--1 {
    top: 44.5rem;
    left: 46.1rem;
    letter-spacing: 0.02em;
    color: #A48F8B;
  }

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

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

  .sec12 .item-function__wrap,
  .sec12 .credit__wrap {
    justify-content: flex-end;
    flex-wrap: nowrap;
  }

  .sec12 .credit__wrap {
    left: 1.8rem;
  }
}

/* ===============================================
* sec13 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec13 .sec__content-item--1 {
    top: calc(62*(100vw / 750));
    left: calc(24*(100vw / 750));
    color: #fff;
    letter-spacing: -0.03em;
  }

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

  .sec13 .sec__content-item--3 {
    width: calc(600*(100vw / 750));
    margin: calc(60*(100vw / 750)) calc(36*(100vw / 750)) 0 auto;
  }

  .sec13 .sec__content-item--3::before {
    background: url(../img/sp/img29_bg.jpg?241225) center/contain no-repeat;
    width: calc(430*(100vw / 750));
    height: calc(645*(100vw / 750));
    top: calc(398*(100vw / 750));
    left: calc(-117*(100vw / 750));
  }

  .sec13 .credit__wrap {
    justify-content: flex-end;
    margin-top: calc(40* (100vw /750));
  }
}

@media screen and (min-width: 768px) {
  .sec13 .sec__content-wrap {
    display: grid;
    width: 94rem;
    grid-template-columns: 15rem 39.1rem auto;
    grid-template-rows: 19.4rem auto;
    margin: 20rem auto 0;
  }

  .sec13 .sec__content-item--1 {
    top: 0rem;
    left: -1.1rem;
    letter-spacing: -0.03em;
    color: #A48F8B;
  }

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

  .sec13 .sec__content-item--2::before {
    background: url(../img/img29_bg.jpg?241225) center/contain no-repeat;
    width: 32rem;
    height: 48rem;
    top: 21.7rem;
    left: -11.4rem;

  }

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

  .sec13 .credit__wrap {
    margin-top: 2.6rem;
    justify-content: flex-end;
  }
}












/* ===============================================
* 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(237*(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.8rem;
    position: relative;
    left: 0.2rem;
  }

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

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

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

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