@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_230818 img,
.celford_230818 svg,
.celford_230818 picture,
.celford_230818 video {
  width: 100%;
  height: auto;
}

.celford_230818 a,
.celford_230818 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_230818 #breadcrumb {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
  }
}

.celford_230818 #breadcrumb .cateList {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: initial;
}

@media screen and (min-width: 768px) {
  .celford_230818 #breadcrumb .cateList {
    text-overflow: clip;
    white-space: normal;
    overflow: visible;
  }
}

/*---------- all common ----------*/
/*---------- animation ----------*/
@media screen and (max-width: 767px) {

  .js-fade-Vr-first,
  .js-fade-Vr,
  .js-fade-Vr-sp {
    opacity: 0;
    transition-duration: 1.2s;
  }

  .js-fade-Vr-first.active,
  .js-fade-Vr.active,
  .js-fade-Vr-sp.active {
    opacity: 1;
  }
}


@media screen and (min-width: 768px) {

  .js-fade-Vr-first,
  .js-fade-Vr {
    opacity: 0;
    transition-duration: 1.2s;
  }

  .js-fade-Vr-first.active,
  .js-fade-Vr.active {
    opacity: 1;
  }

  .deray {
    opacity: 0;
    transition-duration: 1.2s;
    transition-delay: 0.5s;
  }

  .deray.sec__content-wrap--1 {
    transition-delay: 0.7s;
  }

  .active.deray {
    opacity: 1;
  }
}

/* @media screen and (min-width: 768px) {
  .ScrollTopSec1Wrap1 {
    opacity: 0;
  }

  .ScrollTopSec1Wrap1.active {
    opacity: 1;
  }
} */



/*---------- animation ----------*/
/*---------- font ----------*/
.celford_230818 {
  color: #000000;
  font-feature-settings: "palt";
}

@font-face {
  font-family: "NotoSerifJpRegular";
  src: url("../fonts/NotoSerifJP-Regular.otf") format("opentype");
}

@font-face {
  font-family: "NotoSerifJpMedium";
  src: url("../fonts/NotoSerifJp-Medium.otf") format("opentype");
}

@font-face {
  font-family: "NotoSerifJpSemiBold";
  src: url("../fonts/NotoSerifJP-SemiBold.otf") format("opentype");
}

.firstviewArea__lead,
.celford_230818 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;
  position: relative;
  z-index: 1;
}

.book_wrap {
  display: flex;
  justify-content: center;
  gap: calc(50* (100vw / 750));
  width: calc(610* (100vw / 750));
  margin: calc(130* (100vw / 750)) auto 0;
  background: #F1F1F1;
  padding: calc(50* (100vw / 750)) 0;
}

.book_wrap .img {
  width: calc(220* (100vw / 750));
}

.book_wrap .tx {
  margin-top: calc(52* (100vw / 750));
  width: calc(240* (100vw / 750));
  text-align: center;
}

.book_wrap .tx p:nth-child(1) {
  font-family: "NotoSerifJpMedium";
  font-size: calc(24* (100vw / 750));
  letter-spacing: 0.075em;
  line-height: 2.2;
}

.book_wrap .tx p:nth-child(2) {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: calc(22 *(100vw / 750));
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: calc(9* (100vw / 750));
}

@media screen and (min-width: 768px) {

  .firstviewArea__lead,
  .celford_230818 p {
    font-size: 1.3rem;
  }

  .book_wrap {
    gap: 4rem;
    width: fit-content;
    margin: 11.4rem auto 0;
    padding: 4rem 9rem 4rem 7rem;
  }

  .book_wrap .img {
    width: 14rem;
  }

  .book_wrap .tx {
    margin-top: 6.2rem;
    width: 30rem;
  }

  .book_wrap .tx p:nth-child(1) {
    font-size: 1.5rem;
    letter-spacing: 0.17em;
  }

  .book_wrap .tx p:nth-child(2) {
    white-space: nowrap;
    font-size: 1.3rem;
    margin-top: 1.6rem;
  }

  .book_wrap a {
    display: inline;
  }
}

.sec-iconArea__txt,
.sec-credit span {
  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_230818__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_230818__btn a {
    font-size: 1.1rem;
    line-height: 1.5454545455;
  }
}

/*---------- font ----------*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/


/*---------- common ----------*/
.model__img {
  position: relative;
}

.celford_230818 {
  margin-bottom: calc(38 *(100vw / 750));
  overflow: hidden;
}

.firstviewArea__img {
  margin-inline: auto;
  margin-bottom: calc(126 *(100vw / 750));
}

.firstviewArea__lead {
  text-align: center;
}


.footerIconArea {
  margin-top: calc(181* (100vw / 750));
}

.footerIconArea .sec-iconArea {
  display: flex;
  justify-content: center;
  gap: calc(20* (100vw / 750)) calc(40 *(100vw / 750));
}

@media screen and (max-width: 767px) {
  .footerIconArea .sec-iconArea {
    flex-wrap: wrap;
    width: calc(550* (100vw / 750));
    margin: auto;
  }
}

.footerIconArea .sec-iconArea__wrap {
  display: flex;
  gap: calc(20 *(100vw / 750));
  align-items: center;
}

.footerIconArea .sec-iconArea__icon {
  width: calc(62.5 *(100vw / 750));
}

.footerIconArea .sec-iconArea__txt {
  font-family: "Crimson Text", serif;
  letter-spacing: 0.025em;
  margin-right: 0;
  white-space: nowrap;
}

.celford_230818__btn {
  text-align: center;
}

.celford_230818__btn a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: calc(660 *(100vw / 750));
  height: calc(124 *(100vw / 750));
  margin: calc(113* (100vw / 750)) auto 0;
  border: solid 1px #333333;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .celford_230818 {
    margin-bottom: 4rem;
    padding-top: 3rem;
  }

  .firstviewArea__img {
    margin-bottom: 11.3rem;
    width: 120rem;
  }

  .firstviewArea__lead {
    line-height: 2.2;
  }

  .footerIconArea {
    margin-bottom: 0;
    margin-top: 10rem;
  }

  .footerIconArea .sec-iconArea {
    gap: 2.1rem;
  }

  .footerIconArea .sec-iconArea__wrap {
    gap: 0.9rem;
  }

  .footerIconArea .sec-iconArea__icon {
    width: 4.05rem;
  }

  .celford_230818__btn a {
    width: 101.6rem;
    height: 6.2rem;
    margin-top: 9.6rem;
    letter-spacing: 0.025em;
  }
}






/* ▽_____________ common ______________▽ */
.sec__ttl-wrap {
  position: relative;
  width: calc(750* (100vw / 750));
  text-align: center;
}

.sec__ttl-wrap::before {
  content: "";
  position: absolute;
  background: #4D4D4D;
  width: calc(2* (100vw / 750));
  height: calc(120* (100vw / 750));
  bottom: calc(-160* (100vw / 750));
  left: 50%;
  transform: translateX(-50%);
}

.sec__ttl {
  position: absolute;
  width: calc(249* (100vw / 750));
  top: calc(-42* (100vw / 750));
  left: calc(151* (100vw / 750));
  z-index: -1;
}

.sec__ttl-wrap h3 {
  font-family: "NotoSerifJpSemiBold";
  font-size: calc(44* (100vw / 750));
  letter-spacing: 0.1em;
}

.sec__ttl-wrap .jp_ttl {
  font-family: "NotoSerifJpMedium";
  font-size: calc(38* (100vw / 750));
  line-height: 2.2;
  letter-spacing: 0.17em;
  margin-top: calc(38* (100vw / 750));
}

.sec__fv-wrap {
  margin-top: calc(220* (100vw / 750));
  text-align: center;
}

.sec__fv-wrap .sec__main-lead {
  font-family: "NotoSerifJpRegular";
  font-size: calc(30* (100vw / 750));
  line-height: 2;
  letter-spacing: 0.17em;
  margin-top: calc(62* (100vw / 750));
}

.sec__fv-wrap .sec__sub-lead {
  margin-top: calc(63* (100vw / 750));
}

.sec__content-wrap,
.sec__content-item {
  position: relative;
}

.sec__content-item--tx {
  position: relative;
  width: calc(600* (100vw / 750));
  margin: calc(65* (100vw / 750)) auto calc(70* (100vw / 750));
  text-align: justify;
}

.sec__content-item--tx.__mb80 {
  margin-bottom: calc(80* (100vw / 750));
}

.item-function__wrap {
  display: flex;
  margin-top: calc(19* (100vw / 750));
  gap: calc(40* (100vw / 750));
}

.item-function__wrap li {
  display: flex;
  align-items: center;
}

.celford_230818 .item-function__wrap p {
  font-size: calc(24* (100vw / 750));
  font-family: "Crimson Text", serif;
  letter-spacing: 0.025em;
}

.item-function__wrap .function__icon {
  width: calc(54* (100vw / 750));
  margin-left: calc(20* (100vw / 750));
}

.function__icon+.function__icon {
  margin-left: calc(10* (100vw / 750));
}

.credit__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: calc(10* (100vw / 750)) calc(25* (100vw / 750));
  margin: calc(50* (100vw / 750)) auto 0;
  width: calc(650* (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;
}

.model__img::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .video_wrap {
    width: calc(666* (100vw / 750));
    margin: calc(87* (100vw / 750)) auto 0;
  }
}

@media screen and (min-width: 768px) {

  /* modal__content */
  .modal__content {
    visibility: hidden;
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    /* overflow-y: scroll; */
  }

  .modal_overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.3);
    width: 100vw;
    height: 100vh;
    z-index: 2;
  }

  .modal__inner {
    position: relative;
    width: 120rem;
    background: #fff;
    height: 72vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 22rem;
    z-index: 3;
  }

  .modal__inner-inner {
    position: relative;
    background: #fff;
    width: 120rem;
    height: 72vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 10.8rem;
    z-index: 3;
    overflow-x: hidden;
  }

  .modal__content.fadeIn {
    transition: all .3s;
    opacity: 1;
  }

  .modal__content.fadeOut {
    transition: all .3s;
    opacity: 0;
  }

  .modal_close_btn:not(.modal_overlay) {
    position: absolute;
    top: -10.9rem;
    right: -0.5rem;
    margin-left: auto;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    pointer-events: all;
  }

  .modal_close_btn:not(.modal_overlay)::before,
  .modal_close_btn:not(.modal_overlay)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.1rem;
    height: 2px;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #F1F1F1;
  }

  .modal_close_btn:not(.modal_overlay)::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  body.no_scroll {
    overflow: hidden;
  }

  /* modal__content */


  .sec__ttl-wrap {
    width: 50rem;
    margin: auto;
  }

  .sec__ttl-wrap::before {
    width: 1px;
    height: 8rem;
    bottom: -11.7rem;
  }

  .modal__inner .sec__ttl-wrap::before {
    bottom: -9.7rem;
  }

  .sec__ttl {
    width: 15rem;
    top: -3rem;
    left: 9.1rem;
  }

  .sec__ttl-wrap h3 {
    font-size: 3rem;
  }

  .sec__ttl-wrap .jp_ttl {
    font-size: 2.4rem;
    margin-top: 1.6rem;
  }

  .sec__fv-wrap {
    width: 103rem;
    margin: 16.8rem auto 0;
  }

  .sec__fv-wrap .pc-only {
    position: relative;
  }

  .sec__fv-wrap .pc-only::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    background: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 100%;
    transition: opacity 0.5s;
    display: inline-block;
  }

  .sec__fv-wrap .pc-only:hover::after {
    opacity: 1;
  }

  .sec__fv-wrap .pc-only .modal-toggle {
    position: absolute;
    cursor: pointer;
    width: 103rem;
    height: 50rem;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s;
  }

  .sec__fv-wrap .pc-only .modal-toggle p {
    font-size: 2.8rem;
    font-family: "Crimson Text", serif;
    letter-spacing: 0.05em;
    line-height: 1;
    border-bottom: 1px #000 solid;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .sec__fv-wrap .pc-only:hover .modal-toggle {
    opacity: 1;
  }

  .sec__fv-wrap .sec__main-lead {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-top: 5.2rem;
  }

  .sec__fv-wrap .sec__sub-lead {
    margin-top: 3rem;
  }

  .sec__content-item--tx {
    width: fit-content;
    margin: 1.8em 0 0 0;
  }

  .sec__content-item--tx>p {
    letter-spacing: 0.025em;
  }

  .sec__content-item--tx.__mb80 {
    margin-bottom: 0;
  }

  .item-function__wrap {
    margin-top: 2.3rem;
    gap: 2rem;
  }

  .celford_230818 .item-function__wrap p {
    font-size: 1.3rem;
  }

  .item-function__wrap .function__icon {
    width: 3rem;
    margin-left: 1.1rem;
  }

  .function__icon+.function__icon {
    margin-left: 0.5rem;
  }

  .credit__wrap {
    gap: 0.5rem 1.7rem;
    margin: 2.9rem 0 0 0;
    width: fit-content;
    justify-content: flex-start;
  }

  .credit__wrap li {
    font-size: 1.3rem;
    width: fit-content;
  }

  .credit__wrap li a {
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #b2b2b2;
  }

}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .modal_overlay {
    width: 120vw;
    height: 120vh;
  }

  .modal__inner,
  .modal__inner-inner {
    width: calc(1350* (100vw / 1400));
    height: 80vh;
  }

}

/* △_____________ common ______________△ */





/* ▽_____________ sec1 ______________▽ */
.sec1 {
  margin-top: calc(233* (100vw / 750));
}

/* sec__content-wrap--1 */
.sec__content-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
}

.content__ttl-wrap {
  position: relative;
  width: calc(600* (100vw / 750));
  margin: calc(257* (100vw / 750)) auto calc(72* (100vw / 750));
}

.wrap_ttl {
  position: absolute;
  top: calc(-130* (100vw / 750));
  left: calc(-20* (100vw / 750));
}

.wrap_ttl.__01 {
  width: calc(88* (100vw / 750));
}

.wrap_ttl.__02 {
  width: calc(94.5* (100vw / 750));
}

.wrap_ttl.__03,
.wrap_ttl.__04 {
  width: calc(96* (100vw / 750));
}

.content__ttl-wrap h4 {
  font-family: "NotoSerifJpMedium";
  font-size: calc(34* (100vw / 750));
  line-height: 2;
  letter-spacing: 0.075em;
}

.sec__content-item--tx--lastwrap p {
  position: relative;
  font-family: "NotoSerifJpRegular";
  font-size: calc(24* (100vw / 750));
  line-height: 2.125;
  letter-spacing: 0.075em;
  text-align: center;
  width: 100%;
}

.sec__content-item--tx--lastwrap::before,
.sec__content-item--tx--lastwrap p::before,
.sec__content-item--tx--lastwrap p::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .img01 {
    width: calc(600* (100vw / 750));
  }

  .sec1 .sec__content-wrap--2 .content__ttl-wrap {
    width: calc(560* (100vw / 750));
  }

  .img03 {
    width: calc(650* (100vw / 750));
    margin-left: auto;
  }

  .sec1 .sec__content-wrap--2 .sec__content-item--tx {
    width: calc(580* (100vw / 750));
    left: calc(10* (100vw / 750));
  }

  .img05 {
    width: calc(600* (100vw / 750));
    margin: calc(-20* (100vw / 750)) auto 0;
  }

  .sec__content-item--tx--lastwrap {
    margin: calc(125* (100vw / 750)) auto 0;
  }

  .sec__content-item--tx--lastwrap::before {
    width: 100vw;
    height: calc(1117* (100vw / 750));
    top: calc(-720* (100vw / 750));
    left: 50%;
    transform: translateX(-50%);
    background: #F3F7F0;
    z-index: -2;
  }

  .sec__content-item--tx--lastwrap p::before,
  .sec__content-item--tx--lastwrap p::after {
    width: calc(80* (100vw / 750));
    height: calc(80* (100vw / 750));
    z-index: 2;
  }

  .sec__content-item--tx--lastwrap p::before {
    background: url(../img/svg/frame_left.svg) center/contain no-repeat;
    top: calc(-45* (100vw / 750));
    left: calc(10* (100vw / 750));
  }

  .sec__content-item--tx--lastwrap p::after {
    background: url(../img/svg/frame_right.svg) center/contain no-repeat;
    bottom: calc(-60* (100vw / 750));
    right: calc(10* (100vw / 750));
  }

  .sec1 .sec__content-wrap--3 .content__ttl-wrap {
    margin-top: calc(260* (100vw / 750));
  }

  .img07 {
    width: calc(560* (100vw / 750));
    margin: calc(130* (100vw / 750)) 0 0 calc(55* (100vw / 750));
  }

  .sec__content-wrap--last .model__img::before {
    background: url(../img/svg/sec1_ttl3_sp.svg) center/contain no-repeat;
    width: calc(90* (100vw / 750));
    height: calc(812* (100vw / 750));
    top: calc(-3* (100vw / 750));
    right: calc(-80* (100vw / 750));
    z-index: -1;
  }
}



@media screen and (min-width: 768px) {
  .video1 {
    width: 80rem;
    margin: 11rem auto 0;
  }

  .sec1 {
    margin-top: 15.7rem;
  }

  .modal__content .sec__ttl-wrap {
    margin-top: 3rem;
  }

  .modal__content .sec__ttl {
    width: 16.4rem;
    left: 4.8rem;
  }

  .modal__content .sec__ttl::before {
    bottom: -9.7rem;
  }

  .content__ttl-wrap {
    width: 37rem;
    margin: 0;
  }

  .wrap_ttl {
    position: absolute;
    top: -7.9rem;
    left: -2rem;
  }

  .wrap_ttl.__01 {
    width: 5.9rem;
  }

  .wrap_ttl.__02 {
    width: 6.3rem;
  }

  .wrap_ttl.__03,
  .wrap_ttl.__04 {
    width: 6.4rem;
  }

  .content__ttl-wrap h4 {
    font-size: 1.7rem;
  }

  .sec__content-item--tx--lastwrap p {
    font-size: 1.5rem;
    line-height: 2;
  }



  .sec__content-wrap {
    display: grid;
    width: 107rem;
    margin: auto;
  }

  /* sec1 .sec__content-wrap--1 */
  .sec1 .sec__content-wrap--1 {
    grid-template-columns: 44rem 7.8rem auto;
    grid-template-rows: 15.2rem 29.7rem auto;
    margin-top: 12.8rem;
  }

  .sec1 .sec__content-wrap--1 .sec__content-item--1 {
    width: 37rem;
    grid-column: 3/5;
    grid-row: 2;
  }

  .sec1 .sec__content-wrap--1 .sec__content-item--2 {
    width: 40rem;
    grid-column: 1;
    grid-row: 1;
  }

  .sec1 .sec__content-wrap--1 .sec__content-item--3 {
    width: 63rem;
    grid-column: 2/4;
    grid-row: 3/5;
  }

  /* sec1 .sec__content-wrap--2 */
  .sec1 .sec__content-wrap--2 {
    grid-template-columns: 8.5rem 12rem 51rem auto;
    grid-template-rows: 12.3rem 18.5rem auto;
    margin-top: 16rem;
  }

  .sec1 .sec__content-wrap--2 .credit__wrap {
    justify-content: flex-end;
    margin-left: auto;
  }

  .sec1 .sec__content-wrap--2 .sec__content-item--1 {
    width: 35rem;
    grid-column: 2/4;
    grid-row: 2;
  }

  .sec1 .sec__content-wrap--2 .sec__content-item--2 {
    width: 36rem;
    grid-column: 4;
    grid-row: 1;
  }

  .sec1 .sec__content-wrap--2 .sec__content-item--3 {
    width: 48rem;
    grid-column: 3;
    grid-row: 3/5;
  }

  /* sec1 .sec__content-wrap--3 */
  .sec1 .sec__content-wrap--3 {
    grid-template-columns: 5rem 1.9rem 48rem auto;
    grid-template-rows: 25.2rem 47.8rem auto;
    margin-top: 16rem;
  }

  .sec1 .sec__content-wrap--3 .credit__wrap {
    justify-content: flex-end;
    margin-left: auto;
    left: -0.2rem;
  }

  .sec1 .sec__content-wrap--3 .sec__content-item--1 {
    width: 38rem;
    grid-column: 3/4;
    grid-row: 3;
  }

  .img06::before {
    background: url(../img/svg/sec1_ttl2_pc.svg) center/contain no-repeat;
    width: 6.1rem;
    height: 47.67rem;
    top: -46.8rem;
    right: -3.7rem;
    z-index: -1;
  }

  .sec1 .sec__content-wrap--3 .sec__content-item--2 {
    width: 40rem;
    grid-column: 2;
    grid-row: 1;
  }

  .sec1 .sec__content-wrap--3 .sec__content-item--3 {
    width: 50rem;
    grid-column: 4/5;
    grid-row: 2/4;
  }

  /* sec1 .sec__content-wrap--4 */
  .sec1 .sec__content-wrap--4 {
    grid-template-columns: 6.5rem 28rem auto;
    grid-template-rows: 49rem auto;
    margin-top: 15.6rem;
    margin-bottom: 22rem;
  }

  .sec1 .sec__content-wrap--4 .sec__content-item--1 {
    width: 64rem;
    grid-column: 2;
    grid-row: 1;
  }

  .img07::before {
    content: "";
    position: absolute;
    background: url(../img/svg/sec1_ttl3_pc.svg) center/contain no-repeat;
    width: 21.3rem;
    height: 9.3rem;
    right: -23.3rem;
    bottom: 5rem;
  }

  .sec1 .sec__content-wrap--4 .sec__content-item--2 {
    width: 64rem;
    grid-column: 3;
    grid-row: 2/4;
  }

  .sec1 .sec__content-item--tx--lastwrap {
    width: 64rem;
  }

  .sec1 .sec__content-item--tx--lastwrap::before {
    width: 100%;
    height: 35.9rem;
    top: -14rem;
    left: 50%;
    transform: translateX(-50%);
    background: #F3F7F0;
    z-index: -2;
  }

  .sec__content-item--tx--lastwrap p::before,
  .sec__content-item--tx--lastwrap p::after {
    width: 4rem;
    height: 4rem;
    z-index: 2;
  }

  .sec__content-item--tx--lastwrap p::before {
    background: url(../img/svg/frame_left.svg) center/contain no-repeat;
    top: -2.3rem;
    left: 8rem;
  }

  .sec__content-item--tx--lastwrap p::after {
    background: url(../img/svg/frame_right.svg) center/contain no-repeat;
    bottom: -3.9rem;
    right: 8rem;
  }
}















/* ▽_____________ sec2 ______________▽ */

@media screen and (max-width: 767px) {
  .sec2 {
    margin-top: calc(340* (100vw / 750));
  }

  .sec2 .sec__fv-wrap {
    margin-top: calc(213* (100vw / 750));
  }

  .sec2 .sec__sub-lead {
    top: calc(-10* (100vw / 750));
  }

  /* .sec2 .sec__content-wrap--1  */
  .sec2 .sec__content-wrap--1 .sec__content-item--1 {
    left: calc(41* (100vw / 750));
  }

  .sec2 .sec__content-wrap--1 .sec__content-item--2 {
    width: calc(600* (100vw / 750));
    margin: calc(-2* (100vw / 750)) calc(74* (100vw / 750)) 0 auto;
  }

  .sec2 .sec__content-wrap--1 .sec__content-item--2 .credit__wrap {
    justify-content: flex-start;
    margin-top: calc(-20* (100vw / 750));
  }

  /* .sec2 .sec__content-wrap--2  */
  .img09 {
    width: calc(674* (100vw / 750));
  }

  /* .sec2 .sec__content-wrap--3  */
  .sec2 .sec__content-wrap--3 .content__ttl-wrap {
    margin: calc(260* (100vw / 750)) auto calc(72* (100vw / 750));
  }

  .img11 {
    width: calc(600* (100vw / 750));
    margin: auto;
  }

  .sec2 .sec__content-wrap--3 .sec__content-item--3 {
    width: calc(674* (100vw / 750));
  }

  .sec2 .sec__content-wrap--3 .sec__content-item--3 .credit__wrap {
    margin: calc(50* (100vw / 750)) 0 0 auto;
    gap: calc(10* (100vw / 750)) calc(28* (100vw / 750));
  }

  /* .sec2 .sec__content-wrap--4  */
  .sec2 .sec__content-wrap--4 .sec__content-item--1 {
    width: calc(560* (100vw / 750));
    margin: calc(150* (100vw / 750)) calc(135* (100vw / 750)) 0 auto;
  }

  .sec2 .sec__content-item--tx--lastwrap::before {
    top: calc(-782* (100vw / 750));
    background: #F7F4F0;
  }

  .sec2 .sec__content-item--tx--lastwrap p::before {
    top: calc(-45* (100vw / 750));
    left: 0;
  }

  .sec2 .sec__content-item--tx--lastwrap p::after {
    bottom: calc(-50* (100vw / 750));
    right: calc(0* (100vw / 750));
  }

  .sec2 .img13::before {
    background: url(../img/svg/sec2_ttl3_sp.svg) center/contain no-repeat;
    top: 0;
    right: calc(-80* (100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .sec2 {
    margin-top: 16.9rem;
  }

  /* .sec2 .sec__content-wrap--1  */
  .sec2 .sec__content-wrap--1 {
    display: flex;
    gap: 10rem;
    padding-left: 4rem;
    justify-content: center;
    margin-top: 12.8rem;
  }

  .sec2 .sec__content-wrap--1 .sec__content-item--1 {
    width: 34rem;
    margin-top: 20.3rem;
  }

  .sec2 .sec__content-wrap--1 .wrap_ttl {
    top: -9rem;
  }

  .sec2 .sec__content-wrap--1 .sec__content-item--2 {
    width: 40rem;
  }

  .sec2 .sec__content-wrap--1 .credit__wrap {
    justify-content: flex-end;
    margin-left: auto;
    top: 0.2rem;
  }

  /* .sec2 .sec__content-wrap--2  */
  .sec2 .sec__content-wrap--2 {
    display: grid;
    grid-template-columns: 7.3rem 43rem 4rem auto;
    grid-template-rows: 8.8rem 35.5rem auto;
    margin-top: 10.7rem;
  }

  .sec2 .sec__content-wrap--2 .sec__ttl {
    top: 9rem;
  }

  .img09::before {
    background: url(../img/svg/sec2_ttl2_pc.svg) center/contain no-repeat;
    width: 6.04rem;
    height: 72.1rem;
    bottom: -64rem;
    left: -9rem;
  }

  .sec2 .sec__content-wrap--2 .sec__content-item--1 {
    width: 42rem;
    grid-column: 4/5;
    grid-row: 2;
  }

  .sec2 .sec__content-wrap--2 .sec__content-item--1 .wrap_ttl {
    top: -8.9rem;
  }

  .sec2 .sec__content-wrap--2 .sec__content-item--2 {
    width: 38rem;
    grid-column: 2;
    grid-row: 1;
  }

  .sec2 .sec__content-wrap--2 .sec__content-item--3 {
    width: 50rem;
    grid-column: 3/5;
    grid-row: 3/5;
  }

  .sec2 .sec__content-wrap--2 .credit__wrap {
    justify-content: flex-end;
    margin-left: auto;
    top: 0.2rem;
  }

  /* .sec2 .sec__content-wrap--3  */
  .sec2 .sec__content-wrap--3 {
    display: grid;
    grid-template-columns: 0.5rem 60rem auto;
    grid-template-rows: 20.5rem 45.9rem auto;
    margin-top: 15.7rem;
  }

  .sec2 .sec__content-wrap--3 .sec__content-item--1 {
    width: 35rem;
    grid-column: 3;
    grid-row: 3;
  }

  .sec2 .sec__content-wrap--3 .sec__content-item--2 {
    width: 35rem;
    grid-column: 3;
    grid-row: 1/3;
  }

  .sec2 .sec__content-wrap--3 .sec__content-item--3 {
    width: 52rem;
    grid-column: 2;
    grid-row: 2/5;
  }

  /* .sec2 .sec__content-wrap--4  */
  .sec2 .sec__content-wrap--4 {
    display: flex;
    justify-content: center;
    gap: 8rem;
    margin-top: 15.5rem;
    margin-bottom: 20.1rem;
    padding-right: 2.7rem;
  }

  .sec2 .sec__content-wrap--4 .sec__content-item--1 {
    width: 38rem;
  }

  .img13::before {
    background: url(../img/svg/sec2_ttl3_pc.svg) center/contain no-repeat;
    top: 13.4rem;
    right: -52.5rem;
    width: 41.8rem;
    height: 3.35rem;
  }

  .sec2 .sec__content-wrap--4 .sec__content-item--2 .sec__content-item--tx {
    margin: 1.8rem auto 0;
  }

  .sec2 .sec__content-wrap--4 .sec__content-item--2 {
    width: 35rem;
    margin-top: 32.4rem;
  }

  .sec2 .sec__content-item--tx--lastwrap p::before {
    top: -2.2rem;
    left: -3.2rem;
  }

  .sec2 .sec__content-item--tx--lastwrap p::after {
    bottom: -2.9rem;
    right: -3.2rem;
  }

  .sec2 .sec__content-wrap--4 .sec__content-item--tx::before {
    background: #F7F4F0;
    width: 69rem;
    height: 49rem;
    top: -18.1rem;
    left: -29rem;
    z-index: -1;
  }
}









/* ▽_____________ sec3 ______________▽ */
@media screen and (max-width: 767px) {
  .sec3 {
    margin-top: calc(320* (100vw / 750));
  }

  .sec3 .sec__sub-lead {
    margin-top: calc(54* (100vw / 750));
  }

  /* .sec3 .sec__content-wrap--1 */
  .sec3 .sec__content-wrap--1 .sec__content-item--1 {
    margin: calc(265* (100vw / 750)) auto calc(70* (100vw / 750));
    left: calc(75* (100vw / 750));
  }

  .sec3 .sec__content-wrap--1 .sec__content-item--2 {
    width: calc(600* (100vw / 750));
    margin-left: auto;
  }

  .sec3 .sec__content-wrap--1 .sec__content-item--2 .sec__content-item--tx {
    width: calc(540* (100vw / 750));
    margin: calc(67* (100vw / 750)) 0 calc(68* (100vw / 750)) 0;
  }

  /* .sec3 .sec__content-wrap--2 */
  .sec3 .sec__content-wrap--2 .sec__content-item--1 {
    left: calc(5* (100vw / 750));
  }

  .img16 {
    width: calc(660* (100vw / 750));
  }

  .sec3 .sec__content-wrap--2 .sec__content-item--2 .sec__content-item--tx {
    width: calc(600* (100vw / 750));
    margin: calc(67* (100vw / 750)) auto calc(78* (100vw / 750));
  }

  .sec3 .sec__content-wrap--2 .sec__content-item--2 .sec__content-item--tx>p {
    width: calc(580* (100vw / 750));
    letter-spacing: 0.02em;
    left: calc(6* (100vw / 750));
  }

  .sec3 .sec__content-wrap--2 .sec__content-item--2 .sec__content-item--tx .item-function__wrap {
    margin: calc(18* (100vw / 750)) 0 0 calc(6* (100vw / 750));
  }

  .sec3 .sec__content-wrap--2 .sec__content-item--3 {
    width: calc(480* (100vw / 750));
    margin: 0 0 0 calc(80* (100vw / 750));
  }

  .sec3 .sec__content-wrap--2 .credit__wrap {
    width: fit-content;
    margin: calc(50* (100vw / 750)) 0 0 auto;
  }

  /* .sec3 .sec__content-wrap--3 */
  .sec3 .sec__content-wrap--3 .sec__content-item--tx {
    margin: calc(47* (100vw / 750)) auto calc(80* (100vw / 750));
  }

  .sec3 .sec__content-wrap--3 .sec__content-item--3 {
    width: calc(600* (100vw / 750));
    margin: auto;
  }

  .sec3 .sec__content-wrap--3 .credit__wrap {
    width: fit-content;
    margin: calc(50* (100vw / 750)) 0 0 auto;
  }

  /* .sec3 .sec__content-wrap--4 */
  .sec3 .sec__content-wrap--4 .sec__content-item--1 {
    left: calc(10* (100vw / 750));
  }

  .sec3 .sec__content-wrap--4 .sec__content-item--tx {
    width: calc(585* (100vw / 750));
    margin: calc(46* (100vw / 750)) auto calc(70* (100vw / 750));
  }

  .sec3 .sec__content-wrap--4 .credit__wrap {
    width: fit-content;
    margin: calc(-29* (100vw / 750)) 0 0 calc(80* (100vw / 750));
    justify-content: flex-start;
    left: calc(5* (100vw / 750));
  }

  /* .sec3 .sec__content-wrap--5 */
  .sec3 .sec__content-wrap--5 .sec__content-item--1 {
    width: calc(560* (100vw / 750));
    margin: calc(150* (100vw / 750)) 0 0 calc(56* (100vw / 750));
  }

  .sec3 .sec__content-item--tx--lastwrap::before {
    top: calc(-730* (100vw / 750));
    height: calc(1165* (100vw / 750));
    background: #f0f5f7;
  }

  .sec3 .sec__content-item--tx--lastwrap p::before {
    top: calc(-45* (100vw / 750));
    left: calc(14* (100vw / 750));
  }

  .sec3 .sec__content-item--tx--lastwrap p::after {
    bottom: calc(-50* (100vw / 750));
    right: calc(15* (100vw / 750));
  }

  .sec3 .img21::before {
    background: url(../img/svg/sec3_ttl3_sp.svg) center/contain no-repeat;
    top: calc(-2* (100vw / 750));
    right: calc(-78* (100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .sec3 {
    margin-top: 18rem;
  }

  /* .sec3 .sec__content-wrap--1 */
  .sec3 .sec__content-wrap--1 {
    display: grid;
    grid-template-columns: 6.6rem 41rem 16rem auto;
    grid-template-rows: 36.9rem 37.4rem auto;
    margin-top: 12.7rem;
  }

  .sec3 .sec__content-wrap--1 .sec__content-item--1 {
    width: 36rem;
    grid-column: 4/5;
    grid-row: 3;
  }

  .sec3 .sec__content-wrap--1 .sec__content-item--2 {
    width: 36rem;
    grid-column: 3;
    grid-row: 1;
    z-index: 1;
  }

  .sec3 .sec__content-wrap--1 .sec__content-item--3 {
    width: 48rem;
    grid-column: 2/4;
    grid-row: 2/5;
  }

  /* .sec3 .sec__content-wrap--2 */
  .sec3 .sec__content-wrap--2 {
    display: grid;
    grid-template-columns: 4.9rem 5.8rem 37rem auto;
    grid-template-rows: 27.7rem 33.3rem auto;
    margin-top: 11.7rem;
  }

  .sec3 .sec__content-wrap--2 .sec__content-item--1 {
    width: 43rem;
    grid-column: 3;
    grid-row: 2;
    z-index: 1;
  }

  .sec3 .sec__content-wrap--2 .sec__content-item--2 {
    width: 48rem;
    grid-column: 4;
    grid-row: 1;
  }

  .img16::before {
    background: url(../img/svg/sec3_ttl2_pc.svg) center/contain no-repeat;
    width: 5.95rem;
    height: 79.8rem;
    top: 25.7rem;
    right: -13rem;
  }

  .sec3 .sec__content-wrap--2 .credit__wrap {
    margin: 3rem 0 0 auto;
    justify-content: flex-end;
  }

  .sec3 .sec__content-wrap--2 .sec__content-item--3 {
    width: 30rem;
    grid-column: 2;
    grid-row: 3/5;
  }

  /* .sec3 .sec__content-wrap--3 */
  .sec3 .sec__content-wrap--3 {
    display: grid;
    grid-template-columns: 2.5rem 45rem 4.8rem auto;
    grid-template-rows: 34.6rem 26rem auto;
    margin-top: 12rem;
  }

  .sec3 .sec__content-wrap--3 .sec__content-item--1 {
    width: 40rem;
    grid-column: 4;
    grid-row: 3;
  }

  .sec3 .sec__content-wrap--3 .sec__content-item--2 {
    width: 66rem;
    grid-column: 3;
    grid-row: 1;
  }

  .sec3 .sec__content-wrap--3 .sec__content-item--3 {
    width: 40rem;
    grid-column: 2;
    grid-row: 2/5;
  }



  /* .sec3 .sec__content-wrap--4 */
  .sec3 .sec__content-wrap--4 {
    display: grid;
    grid-template-columns: 16.5rem 29rem auto;
    grid-template-rows: 33.3rem auto;
    margin-top: 11.7rem;
  }

  .sec3 .sec__content-wrap--4 .sec__content-item--1 {
    width: 36rem;
    grid-column: 2;
    grid-row: 2;
    z-index: 1;
  }

  .sec3 .sec__content-wrap--4 .sec__content-item--2 {
    width: 52rem;
    grid-column: 3;
    grid-row: 1/3;
  }

  .sec3 .sec__content-wrap--4 .credit__wrap {
    margin: 3rem 0 0 auto;
    justify-content: flex-end;
  }

  /* .sec3 .sec__content-wrap--5 */
  .sec3 .sec__content-wrap--5 {
    display: flex;
    justify-content: center;
    margin-top: 15.6rem;
    margin-bottom: 12rem;
    flex-direction: row-reverse;
    padding-left: 4rem;
  }

  .sec3 .sec__content-wrap--5 .sec__content-item--1 {
    width: 40rem;
  }

  .img21::before {
    background: url(../img/svg/sec3_ttl3_pc.svg) center/contain no-repeat;
    width: 40.7rem;
    height: 3.35rem;
    top: 8rem;
    left: -50.2rem;
  }

  .sec3 .sec__content-wrap--5 .sec__content-item--2 {
    width: 49rem;
    margin-top: 20.8rem;
  }

  .sec3 .sec__content-wrap--5 .sec__content-item--tx {
    margin: auto;
  }

  .sec3 .sec__content-item--tx--lastwrap::before {
    background: rgba(233, 241, 243, 0.7);
    width: 49rem;
    height: 38.9rem;
    top: -10.3rem;
    left: -11.2rem;
  }

  .sec3 .sec__content-item--tx--lastwrap p::before {
    top: -2.3rem;
    left: -3.4rem;
  }

  .sec3 .sec__content-item--tx--lastwrap p::after {
    bottom: -2.7rem;
    right: -3.3rem;
  }

}



/* ▽_____________ video__wrap ______________▽ */
.video__wrap {
  margin-top: calc(291* (100vw / 750));
}

.video__wrap h3 {
  font-family: "NotoSerifJpSemiBold";
  font-size: calc(30* (100vw / 750));
  text-align: center;
  line-height: 2;
  letter-spacing: 0.075em;
}

.video__wrap-inner {
  width: 100%;
  margin: calc(47* (100vw / 750)) auto 0;
}

@media screen and (max-width: 767px) {
  .video__wrap-inner iframe {
    width: 100%;
    height: calc(422* (100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .video__wrap-inner iframe {
    width: 83.5rem;
    height: 47rem;
  }
}

@media screen and (min-width: 768px) {
  .video__wrap {
    margin-top: 12.3rem;
  }

  .video__wrap h3 {
    font-size: 1.8rem;
    letter-spacing: 0.12em;
  }

  .video__wrap h3::first-letter {
    letter-spacing: 0.11em;
  }

  .video__wrap-inner {
    width: 83.5rem;
    margin: 2.7rem auto 0;
  }

}

/* ▽_____________ staff-credit ______________▽ */
.celford_230818 .staff-credit {
  font-size: calc(24* (100vw / 750));
  font-family: "Crimson Text", serif;
  letter-spacing: 0.025em;
  line-height: 1.833;
  text-align: center;
  margin-top: calc(109* (100vw / 750));
}

@media screen and (min-width: 768px) {
  .celford_230818 .staff-credit {
    font-size: 1.3rem;
    margin-top: 9.5rem;
    line-height: 1.692;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for tablet
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}