@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_230913 img,
.celford_230913 svg,
.celford_230913 picture {
  width: 100%;
  height: auto;
}

.celford_230913 a,
.celford_230913 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_230913 #breadcrumb {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
  }
}

.celford_230913 #breadcrumb .cateList {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: initial;
}

@media screen and (min-width: 768px) {
  .celford_230913 #breadcrumb .cateList {
    text-overflow: clip;
    white-space: normal;
    overflow: visible;
  }
}

/*---------- all common ----------*/
/*---------- animation ----------*/
.js-fade-Vr-first,
.js-fade-Vr {
  opacity: 0;
  transition-duration: 1.2s;
  transform: translateY(3rem);
}

.js-fade-Vr-first.active,
.js-fade-Vr.active {
  opacity: 1;
  transform: translateY(0);
}

/*---------- animation ----------*/
/*---------- font ----------*/
.celford_230913 {
  color: #000000;
  font-feature-settings: "palt";
}

.firstviewArea__lead,
.sec__content-item--tx p {
  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");
}

@media screen and (min-width: 768px) {

  .firstviewArea__lead,
  .sec__content-item--tx p {
    font-size: 1.3rem;
  }
}

.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;
  }
}

.celford_230913__btn a {
  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_230913__btn a {
    font-size: 1.1rem;
    line-height: 1.5454545455;
  }
}

/*---------- font ----------*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/


/*---------- common ----------*/
.model__img {
  position: relative;
}

.model__img::before {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  width: calc(60* (100vw / 750));
  height: calc(210* (100vw / 750));
}

.celford_230913 {
  margin-bottom: calc(38 *(100vw / 750));
  overflow: hidden;
}

.firstviewArea__img {
  margin-inline: auto;
  margin-bottom: calc(127 *(100vw / 750));
}

.firstviewArea__lead {
  text-align: center;
}

.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;
}

.celford_230913__btn {
  text-align: center;
}

.celford_230913__btn a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: calc(660 *(100vw / 750));
  height: calc(124 *(100vw / 750));
  margin: 0 auto;
  border: solid 1px #333333;
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .model__img::before {
    z-index: 2;
    width: 4rem;
    height: 14rem;
  }

  .celford_230913 {
    margin-bottom: 4rem;
    padding-top: 3rem;
  }

  .firstviewArea__img {
    width: 120rem;
    margin-bottom: 11.3rem;
  }

  .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;
  }

  .celford_230913__btn a {
    width: 101.6rem;
    height: 6.2rem;
    letter-spacing: 0.025em;
  }
}






/* ▽_____________ common ______________▽ */
.sec__content-item {
  position: relative;
}

.sec__content_ttl {
  font-family: "NotoSerifJp", serif;
  font-size: calc(34* (100vw / 750));
  line-height: 2;
  letter-spacing: 0.075em;
  margin-top: calc(60* (100vw / 750));
  /* font-feature-settings: "pkna"; */
}

.sec__content-item--tx>p {
  margin-top: calc(40* (100vw / 750));
  text-align: justify;
}

.item-function__wrap {
  display: flex;
  margin-top: calc(15* (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(19* (100vw / 750));
}

.function__icon+.function__icon {
  margin-left: calc(11* (100vw / 750));
}

.credit__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(45* (100vw / 750));
  gap: 0 calc(27* (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;
}

.credit__wrap li a {
  padding-bottom: calc(1* (100vw / 750));
  border-bottom: calc(2* (100vw / 750)) solid #b2b2b2;
}

@media screen and (min-width: 768px) {
  .sec__content_ttl {
    font-size: 1.7rem;
    margin-top: 0;
  }

  .sec__content-item--tx>p {
    margin-top: 1.8rem;
    letter-spacing: 0.025em;
  }

  .item-function__wrap {
    margin-top: 1.7rem;
    gap: 2rem;
  }

  .item-function__wrap p {
    font-size: 1.3rem;
  }

  .item-function__wrap .function__icon {
    width: 3rem;
    margin-left: 1rem;
  }

  .function__icon+.function__icon {
    margin-left: 0.5rem;
  }

  .credit__wrap {
    margin-top: 3rem;
    gap: 0 1.5rem;
  }

  .credit__wrap li {
    font-size: 1.3rem;
    width: fit-content;
  }

  .credit__wrap li a {
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #b2b2b2;
  }
}

/* △_____________ common ______________△ */





/* ▽_____________ sec1 ______________▽ */
.sec1 {
  margin-top: calc(371* (100vw / 750));
}

.sec__content-wrap {
  position: relative;
  width: calc(750* (100vw / 750));
}

.sec__ttl {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .sec__content-item--tx {
    margin: auto;
    position: relative;
  }

  .sec1 .sec__ttl {
    width: calc(248* (100vw / 750));
    top: calc(-230* (100vw / 750));
    left: calc(68* (100vw / 750));
  }


  /* sec__content-wrap--1 */
  .img01 {
    width: calc(480* (100vw / 750));
    margin: 0 0 0 auto;
  }

  .img02 {
    width: calc(700* (100vw / 750));
    margin: calc(80* (100vw / 750)) 0 0 0;
  }

  .img02::before {
    background: url(../img/svg/subttl1.svg) center/contain no-repeat;
    top: calc(-30* (100vw / 750));
    left: calc(28* (100vw / 750));
  }

  .sec1 .sec__content-item--tx {
    width: calc(650* (100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .sec1 {
    margin-top: 11.1rem;
  }

  .sec1 .sec__ttl {
    width: 24rem;
    top: 0.7rem;
    right: 16.8rem;
  }

  .sec__content-wrap {
    display: grid;
    width: 107.4rem;
    margin: auto;
  }

  /* sec__content-wrap--1 */
  .sec1 .sec__content-wrap--1 {
    grid-template-columns: 14.7rem 7.7rem 30.3rem auto;
    grid-template-rows: 47.4rem 25.3rem auto;
  }

  .img01 {
    width: 36rem;
    z-index: 1;
    grid-area: 1/3/3/4;
  }

  .sec1 .sec__content-item--2 {
    width: 53rem;
    grid-area: 2/4/4/5;
  }

  .img02::before {
    background: url(../img/svg/subttl1.svg) center/contain no-repeat;
    top: -3rem;
    right: 2rem;
  }

  .sec1 .credit__wrap {
    justify-content: flex-end;
  }

  .sec1 .sec__content-item--3 {
    width: 30rem;
    grid-area: 3/2/4/3;
  }

}



/* ▽_____________ sec2 ______________▽ */
@media screen and (max-width: 767px) {
  .sec2 {
    margin-top: calc(310* (100vw / 750));
  }

  .sec2 .sec__ttl {
    width: calc(171* (100vw / 750));
    top: calc(-119* (100vw / 750));
    right: calc(58* (100vw / 750));
  }

  .img03 {
    width: calc(460* (100vw / 750));
  }

  .img04 {
    width: calc(645* (100vw / 750));
    margin: calc(120* (100vw / 750)) 0 0 auto;
  }

  .img04::before {
    background: url(../img/svg/subttl2.svg) center/contain no-repeat;
    top: calc(-60* (100vw / 750));
    right: calc(30* (100vw / 750));
  }

  .sec2 .sec__content-item--tx {
    width: calc(540* (100vw / 750));
  }

  .sec2 .credit__wrap {
    margin-top: calc(50* (100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .sec2 {
    margin-top: 17rem;
  }

  .sec2 .sec__ttl {
    width: 26rem;
    top: -2.3rem;
    left: 3.1rem;
  }

  /* sec__content-wrap--1 */
  .sec2 .sec__content-wrap--1 {
    grid-template-columns: 8rem 2.2rem 42.1rem auto;
    grid-template-rows: 55.9rem 15.5rem auto;
  }

  .img03 {
    width: 72rem;
    z-index: 1;
    grid-area: 1/2/2/4;
  }

  .sec2 .sec__content-item--2 {
    grid-area: 2/4/4/5;
  }

  .img04 {
    width: 42rem;
  }

  .img04::before {
    background: url(../img/svg/subttl2.svg) center/contain no-repeat;
    top: -2rem;
    right: -2rem;
  }

  .sec2 .credit__wrap {
    position: absolute;
    flex-direction: column;
    bottom: -1.5rem;
    right: 1.6rem;
    gap: 1.5rem;
  }

  .sec2 .sec__content-item--3 {
    width: 34rem;
    grid-area: 3/3/4/4;
  }

  .sec2 .sec__content-item--tx>p {
    letter-spacing: 0.035em;
  }

}



/* ▽_____________ sec3 ______________▽ */
@media screen and (max-width: 767px) {
  .sec3 {
    margin-top: calc(505* (100vw / 750));
  }

  .sec3 .sec__ttl {
    width: calc(244* (100vw / 750));
    top: calc(-314* (100vw / 750));
    left: calc(65* (100vw / 750));
  }

  .img06 {
    width: calc(680* (100vw / 750));
    margin: calc(82* (100vw / 750)) 0 0 0;
  }

  .img06::before {
    background: url(../img/svg/subttl3.svg) center/contain no-repeat;
    top: calc(80* (100vw / 750));
    right: calc(-30* (100vw / 750));
  }

  .sec3 .sec__content-item--tx {
    width: calc(610* (100vw / 750));
  }

  .sec3 .credit__wrap {
    margin-top: calc(47* (100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .sec3 {
    margin-top: 17rem;
  }

  .sec3 .sec__ttl {
    width: 24.5rem;
    top: 0.8rem;
    right: 8.5rem;
  }

  /* sec__content-wrap--1 */
  .sec3 .sec__content-wrap--1 {
    grid-template-columns: 6.4rem 4.9rem 44.1rem auto;
    grid-template-rows: 38.1rem 23.6rem auto;
  }

  .img05 {
    width: 60rem;
    z-index: 1;
    grid-area: 1/2/2/4;
  }

  .sec3 .sec__content-item--2 {
    grid-area: 2/4/4/5;
  }

  .img06 {
    width: 52rem;
  }

  .img06::before {
    background: url(../img/svg/subttl3.svg) center/contain no-repeat;
    top: -2rem;
    right: 2rem;
  }

  .sec3 .sec__content-item--3 {
    width: 34rem;
    grid-area: 3/3/4/4;
  }

  .sec3 .credit__wrap {
    margin-top: 2.6rem;
  }
}




/* ▽_____________ sec4 ______________▽ */
.sec4 {
  margin-top: calc(430* (100vw / 750));
}

.sec4 .sec__ttl {
  width: calc(218* (100vw / 750));
  top: calc(-239* (100vw / 750));
  right: calc(40* (100vw / 750));
}

@media screen and (max-width: 767px) {
  .img07 {
    width: calc(540* (100vw / 750));
  }

  .img08 {
    width: calc(660* (100vw / 750));
    margin: calc(82* (100vw / 750)) 0 0 auto;
  }

  .img08::before {
    background: url(../img/svg/subttl1.svg) center/contain no-repeat;
    top: calc(48* (100vw / 750));
    left: calc(-30* (100vw / 750));
  }

  .sec4 .sec__content-item--tx {
    width: calc(570* (100vw / 750));
  }

  .sec4 .credit__wrap {
    margin-top: calc(47* (100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .sec4 {
    margin-top: 18rem;
  }

  .sec4 .sec__ttl {
    width: 28rem;
    top: 15.2rem;
    left: 33rem;
  }

  /* sec__content-wrap--1 */
  .sec4 .sec__content-wrap--1 {
    grid-template-columns: 13rem 51.9rem 4rem auto;
    grid-template-rows: 54rem 16.1rem auto;
  }

  .img07 {
    width: 36rem;
    z-index: 1;
    grid-area: 1/4/2/5;
  }

  .sec4 .sec__content-item--2 {
    grid-area: 2/2/4/3;
  }

  .img08 {
    width: 44rem;
  }

  .img08::before {
    background: url(../img/svg/subttl1.svg) center/contain no-repeat;
    top: -4rem;
    left: -2rem;
  }

  .sec4 .credit__wrap {
    flex-direction: column;
    gap: 1.5rem;
  }

  .sec4 .sec__content-item--3 {
    width: 30rem;
    grid-area: 3/3/4/4;
  }

  .sec4 .item-function__wrap {
    margin-top: 1.3rem;
  }
}



/* ▽_____________ sec5 ______________▽ */
@media screen and (max-width: 767px) {
  .sec5 {
    margin-top: calc(341* (100vw / 750));
  }

  .sec5 .sec__ttl {
    width: calc(206* (100vw / 750));
    top: calc(-154* (100vw / 750));
    right: calc(60* (100vw / 750));
  }

  .img10 {
    width: calc(600* (100vw / 750));
    margin: calc(170* (100vw / 750)) auto 0;
  }

  .img10::before {
    background: url(../img/svg/subttl4.svg) center/contain no-repeat;
    top: calc(-30* (100vw / 750));
    left: calc(45* (100vw / 750));
    height: calc(165* (100vw / 750));
  }

  .sec5 .sec__content-item--tx {
    width: calc(600* (100vw / 750));
  }

  .sec5 .credit__wrap {
    margin-top: calc(34* (100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .sec5 {
    margin-top: 24rem;
  }

  .sec5 .sec__ttl {
    width: 23.9rem;
    top: -9.2rem;
    right: 12.5rem;
  }

  /* sec__content-wrap--1 */
  .sec5 .sec__content-wrap--1 {
    grid-template-columns: 15.3rem 10.4rem 35.6rem auto;
    grid-template-rows: 93.8rem 13.3rem auto;
  }

  .img09 {
    width: 56rem;
    grid-area: 1/3/2/4;
  }

  .img10 {
    width: 40rem;
    grid-area: 2/2/4/4;
  }

  .img10::before {
    background: url(../img/svg/subttl4.svg) center/contain no-repeat;
    top: -3.4rem;
    left: 3rem;
  }

  .sec5 .sec__content-item--3 {
    grid-area: 3/4/4/5;
  }

  .sec5 .sec__content-item--3 .sec__content-item--tx>p {
    width: 30rem;
  }

  .sec5 .credit__wrap {
    margin-top: 2.6rem;
  }
}







/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for tablet
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}