@charset "UTF-8";


:root {
  --common-blue: #8C92B7;
  --bg-blue: #F2F4F7;
}

/*---------- reset ----------*/
.main-area .main-inner {
  margin: 0;
  width: 100%;
}

/*---------- reset ----------*/
/*---------- all common ----------*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

.CE250110christel img,
.CE250110christel svg,
.CE250110christel picture,
.CE250110christel video {
  width: 100%;
  height: auto;
}

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

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

@media screen and (min-width: 768px) {
  .CE250110christel #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.5s;
  /* transform: translateY(3rem); */
}

.js-fade-Vr-first.active,
.js-fade-Vr.active {
  opacity: 1;
  /* transform: translateY(0); */
}

/*---------- animation ----------*/
/*---------- font ----------*/
.CE250110christel {
  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.025em;
  box-sizing: border-box;
}

@font-face {
  font-family: "NotoSerifJp";
  src: url("../fonts/NotoSerifJP-Medium.otf") format("opentype");
}

.ff_deja {
  font-family: dejanire-headline, serif;
  font-style: italic;
  font-weight: 400;
}


@media screen and (min-width: 768px) {
  .CE250110christel {
    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;
  }
}

.CE250110christel__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) {
  .CE250110christel__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;
}

.CE250110christel {
  margin-bottom: calc(138 *(100vw / 750));
  overflow: hidden;
}

.firstviewArea__img {
  margin-inline: auto;
}

.firstviewArea__lead {
  text-align: center;
}

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

@media screen and (min-width: 768px) {
  .firstviewArea {
    width: 110rem;
    margin: auto;
  }

  .CE250110christel {
    margin-bottom: 13.8rem;
  }
}

/* ▽_____________ common ______________▽ */
.sec__content-item {
  position: relative;
}

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

.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;
  justify-content: center;
  margin-top: calc(68* (100vw / 750));
  gap: 0 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;
}

@media screen and (min-width: 768px) {
  .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 2rem;
  }

  .credit__wrap li {
    font-size: 1.3rem;
    width: fit-content;
    letter-spacing: 0.015em;
  }

  .credit__wrap li a {
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #b2b2b2;
  }
}

/* △_____________ common ______________△ */








.firstviewArea h3 {
  position: relative;
  margin-top: calc(143* (100vw /750));
  font-family: garamond-premier-pro, serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(44* (100vw /750));
  line-height: 1;
  text-align: center;
  color: var(--common-blue);
  letter-spacing: 0;
}

.firstviewArea h3::before {
  content: "";
  position: absolute;
  background: url(../img/svg/lead.svg) center/contain no-repeat;
  width: calc(550*(100vw / 750));
  height: calc(50*(100vw / 750));
  top: calc(30*(100vw / 750));
  left: 50%;
  transform: translateX(-50%);
}

.firstviewArea__lead {
  margin-top: calc(80* (100vw /750));
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .firstviewArea h3 {
    margin-top: 12.5rem;
    font-size: 2.2rem;
  }

  .firstviewArea h3::before {
    width: 28rem;
    height: 2.4rem;
    top: 1.4rem;
  }

  .firstviewArea__lead {
    margin-top: 3.4rem;
  }
}

/* ===============================================
* lp_about *
=============================================== */
.lp_about {
  position: relative;
  background: var(--bg-blue);
  width: 100%;
  height: calc(390* (100vw /750));
  margin-top: calc(38* (100vw /750));
  text-align: center;
  padding-top: calc(63* (100vw /750));
  letter-spacing: 0.05em;
}

.lp_about .img_wrap {
  position: absolute;
  width: calc(105*(100vw / 750));
  left: 50%;
  transform: translateX(-48%);
  top: calc(-26*(100vw / 750));
}

@media screen and (min-width: 768px) {
  .lp_about {
    height: 21rem;
    margin-top: 0;
    padding-top: 3.6rem;
    box-sizing: border-box;
  }

  .lp_about .img_wrap {
    width: 6.7rem;
    top: -1.8rem;
  }
}



/* ===============================================
* sec__ttl_wrap *
=============================================== */
.sec__ttl_wrap {
  margin-top: calc(132*(100vw / 750));
}

.sec__ttl_wrap * {
  line-height: 1;
  color: var(--common-blue);
  text-align: center;
}

.sec__ttl_num {
  position: relative;
  font-family: garamond-premier-pro, serif;
  font-style: normal;
  font-weight: 400;
  width: calc(300* (100vw /750));
  margin: auto;
  font-size: calc(35.71* (100vw /750));
  letter-spacing: 0;
}

.sec__ttl_num span {
  font-size: calc(56.82* (100vw /750));
  position: relative;
  top: calc(2* (100vw /750));
}

.sec__ttl_num::before,
.sec__ttl_num::after {
  content: "";
  position: absolute;
  width: calc(60* (100vw /750));
  height: calc(2* (100vw /750));
  background-color: var(--common-blue);
  top: calc(30*(100vw / 750));
  left: 0;
}

.sec__ttl_num::after {
  left: initial;
  right: 0;
}

.item__name_en {
  font-family: garamond-premier-pro, serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(80* (100vw /750));
  letter-spacing: 0.05em;
  margin-top: calc(20* (100vw /750));
}

.item__name_jp {
  font-size: calc(24* (100vw /750));
  letter-spacing: 0.05em;
  margin-top: calc(17*(100vw / 750));
}

.item__function_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: calc(40*(100vw / 750));
  gap: calc(15*(100vw / 750));
  padding-left: calc(4* (100vw /750));
}

.item__function_wrap p {
  font-family: "Crimson Text", serif;
  font-size: calc(24 *(100vw / 750));
  letter-spacing: 0.025em;
  color: #000;
}

.item__function_wrap .img_wrap {
  width: calc(54* (100vw /750));
}

@media screen and (min-width: 768px) {
  .sec__ttl_wrap {
    position: absolute;
    margin: 0;
    top: 24.6rem;
    left: 11.3rem;
  }

  .sec__ttl_wrap * {
    text-align: left;
  }

  .sec__content-item--tx {
    position: absolute;
    margin: 0;
    top: 71rem;
    left: 14.5rem;
  }

  .sec__ttl_num {
    width: 23rem;
    font-size: 3.143rem;
    margin: 0;
    padding-left: 0.3rem;
  }

  .sec__ttl_num span {
    font-size: 5rem;
  }

  .sec__ttl_num::before {
    width: 22.6rem;
    height: 1px;
    top: 2.7rem;
    left: 13.5rem;
  }

  .sec__ttl_num::after {
    content: none;
  }

  .item__name_en {
    font-size: 6.4rem;
    margin-top: 1.1rem;
  }

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

  .item__function_wrap {
    margin-top: 2rem;
    gap: 1rem;
    padding-left: 0rem;
    justify-content: left;
  }

  .item__function_wrap p {
    font-size: 1.3rem;
  }

  .item__function_wrap .img_wrap {
    width: 3rem;
  }
}







.sec__content-wrap {
  position: relative;
  width: calc(750* (100vw / 750));
}

@media screen and (max-width: 767px) {
  .sec__content-wrap {
    position: relative;
    width: calc(750* (100vw /750));
  }

  .sec__content_ttl {
    position: absolute;
    z-index: 2;
    pointer-events: none;
  }
}


/* ===============================================
* .sec1 .sec__content-wrap--1 *
=============================================== */
@media screen and (max-width: 767px) {

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

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

  .sec__content-item--tx.--desinger .sec__content_ttl {
    position: relative;
    width: calc(500* (100vw /750));
    margin: calc(80* (100vw /750)) auto 0;
    left: calc(15* (100vw /750));
  }
}

.sec__content-item--tx.--desinger .tx_wrap {
  position: relative;
  width: fit-content;
  text-align: center;
  margin: calc(68* (100vw /750)) auto 0;
  letter-spacing: 0.05em;
}

.sec__content-item--tx.--desinger .tx_wrap::before,
.sec__content-item--tx.--desinger .tx_wrap::after {
  content: "";
  position: absolute;
  background: url(../img/svg/wrap.svg) center/contain no-repeat;
  width: calc(39 * (100vw /750));
  height: calc(32* (100vw /750));
  top: calc(-60*(100vw / 750));
  left: calc(-46*(100vw / 750));
}

.sec__content-item--tx.--desinger .tx_wrap::after {
  top: initial;
  left: initial;
  bottom: calc(-57*(100vw / 750));
  right: calc(-45*(100vw / 750));
  transform: scale(-1, -1);
}

.sec__content-item--tx.--desinger .tx_wrap p+p {
  margin-top: calc(30*(100vw / 750));
}

@media screen and (min-width: 768px) {
  .sec__content-item--tx.--desinger .sec__content_ttl {
    width: 25rem;
    margin: 8rem auto 0;
  }

  .sec__content-item--tx.--desinger .tx_wrap {
    margin: 3.3rem auto 0;
  }

  .sec__content-item--tx.--desinger .tx_wrap::before,
  .sec__content-item--tx.--desinger .tx_wrap::after {
    width: 3rem;
    height: 2.5rem;
    top: -3.8rem;
    left: -6rem;
  }

  .sec__content-item--tx.--desinger .tx_wrap::after {
    top: initial;
    left: initial;
    bottom: -4.1rem;
    right: -6rem;
  }

  .sec__content-item--tx.--desinger .tx_wrap p+p {
    margin-top: 2.5rem;
  }

  .sec1 .sec__content-wrap--1 {
    display: grid;
    width: 112rem;
    margin: 10.3rem auto 0;
    grid-template-columns: 52.2rem 10rem auto;
    grid-template-rows: 64rem auto;
  }

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

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

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

  .sec1 .sec__content-wrap--2 .sec__content-item--2 {
    width: initial;
  }

  .sec__content-item--tx.--christel {
    position: relative;
    padding-top: calc(64*(100vw / 750));
    margin-top: initial;
    text-align: center;
  }

  .sec__content-item--tx.--christel::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(840*(100vw / 750));
    background: var(--bg-blue);
    top: 0;
    left: 0;
    z-index: -1;
  }

  .sec__content-item--tx.--christel .sec__content_ttl {
    position: absolute;
    z-index: 3;
    width: calc(350*(100vw / 750));
    top: calc(637*(100vw / 750));
    left: 50%;
    transform: translateX(-50%);
  }

  .sec__content-item--tx.--christel .tx_wrap {
    letter-spacing: 0.05em;
    position: relative;
  }

  .sec1 .sec__content-wrap--2 .credit__wrap {
    margin-top: calc(288*(100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .sec1 .sec__content-wrap--2 {
    margin: 8rem auto 0;
    width: 108rem;
  }

  .sec1 .sec__content-wrap--2 .sec__content-item--1 {
    width: 72rem;
  }

  .sec1 .sec__content-wrap--2 .sec__content-item--tx {
    position: absolute;
    top: 42rem;
    left: initial;
    width: 62rem;
    padding-top: 11.3rem;
    right: 0;
  }

  .sec__content-item--tx.--christel::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 38.8rem;
    width: 100vw;
    top: 0;
    left: -14rem;
    background: var(--bg-blue);
  }

  .sec__content-item--tx.--christel .sec__content_ttl {
    position: absolute;
    z-index: 2;
    width: 20.1rem;
    top: 34.5rem;
    left: 16rem;
  }

  .sec__content-item--tx.--christel .tx_wrap {
    letter-spacing: 0.05em;
    position: relative;
  }

  .sec1 .credit__wrap {
    justify-content: flex-start;
  }
}


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

  .sec2 .sec__content-wrap--1 .sec__content-item--2 {
    margin: calc(60*(100vw / 750)) 0 0 0;
  }

  .sec2 .sec__content-wrap--1 .sec__content-item--3 {
    width: calc(660*(100vw / 750));
    margin: calc(60*(100vw / 750)) 0 0 0;
  }

  .sec2 .sec__content-item--tx.--desinger .sec__content_ttl {
    left: 0;
  }

  .sec2 .sec__content-item--tx.--desinger .tx_wrap p+p {
    margin-top: calc(36*(100vw / 750));
  }

  /* ___________________________*/

  .sec2 .sec__content-wrap--2 .sec__content-item--1 {
    margin: calc(150*(100vw / 750)) auto 0;
    width: calc(540*(100vw / 750));
  }

  .sec2 .sec__content-wrap--2 .sec__content-item--2::before {
    height: calc(1307*(100vw / 750));
    top: calc(-403*(100vw / 750));
  }

  .sec2 .sec__content-item--tx.--christel .sec__content_ttl {
    top: calc(699*(100vw / 750));
    transform: translateX(-44%);
  }

  .sec2 .sec__content-wrap--2 .credit__wrap {
    margin-top: calc(296*(100vw / 750));
  }
}

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

  .sec2 .sec__content-wrap--1 {
    display: grid;
    width: 112rem;
    margin: 46.4rem auto 0;
    grid-template-columns: 8rem 45rem auto;
    grid-template-rows: 41rem auto;
  }

  .sec2 .sec__ttl_wrap {
    top: 9.6rem;
    left: 12rem;
  }

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

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

  .sec2 .sec__content-item--tx {
    position: absolute;
    margin: 0;
    top: 99.9rem;
    left: 50%;
    transform: translateX(-49.6%);
  }

  .sec2 .sec__content-item--tx.--desinger .tx_wrap::before {
    left: -5.2rem;
  }

  .sec2 .sec__content-item--tx.--desinger .tx_wrap::after {
    left: initial;
    right: -5.2rem;
  }

  .sec2 .sec__content-wrap--2 {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    margin: 55rem 0 0 0;
    gap: 4rem;
    left: 4rem;
  }

  .sec2 .sec__content-wrap--2 .sec__content-item--1 {
    width: 34rem;
    z-index: 2;
  }

  .sec2 .sec__content-wrap--2 .sec__content-item--tx {
    position: relative;
    top: 8rem;
    left: initial;
    width: 48rem;
    padding-top: 7.3rem;
    right: 0;
    transform: translateX(0);
  }

  .sec2 .sec__content-item--tx.--christel::before {
    left: initial;
    right: -10rem;
    height: 34.8rem;
  }

  .sec2 .sec__content-item--tx.--christel .sec__content_ttl {
    top: 30.7rem;
    left: 24rem;
  }

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


/* ===============================================
* function__wrap *
=============================================== */
.function__wrap {
  position: relative;
  margin-top: calc(200* (100vw /750));
}

.function__wrap::before,
.function__wrap::after {
  position: absolute;
  content: "";
  background: #333;
  height: calc(2* (100vw /750));
  width: 100%;
  top: calc(14* (100vw /750));
  left: 0;
  z-index: -1;
}

.function__wrap::after {
  top: calc(170* (100vw /750));
}

.function__wrap h4 {
  font-family: garamond-premier-pro, serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(32* (100vw /750));
  line-height: 1;
  letter-spacing: 0.025em;
  background: #fff;
  padding: 0 calc(20* (100vw /750));
  text-align: center;
  width: fit-content;
  margin: auto;
}

.function__wrap .item__function_wrap {
  gap: calc(45*(100vw / 750));
  padding-right: calc(8*(100vw / 750));
  padding-left: 0;
}

.item__function_wrap li {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(20* (100vw /750));
  align-items: center;
}

.item__function_wrap li .function__icon {
  width: calc(60* (100vw /750));
}

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

  .function__wrap::before,
  .function__wrap::after {
    height: 1px;
    width: 100rem;
    top: 0.7rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .function__wrap::after {
    top: 9.8rem;
  }

  .function__wrap .item__function_wrap {
    margin-top: 2.5rem;
  }

  .function__wrap h4 {
    font-size: 1.8rem;
    padding: 0 2rem;
  }

  .function__wrap .item__function_wrap {
    gap: 1.4rem;
    padding-right: 0;
    justify-content: center;
    padding-left: 0rem;
  }

  .item__function_wrap li {
    gap: 1rem;
  }

  .item__function_wrap li .function__icon {
    width: 3.2rem;
  }
}

/* ===============================================
* staff__credit *
=============================================== */
.staff__credit {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.9166666667;
  text-align: center;
  margin-top: calc(150* (100vw /750));
}

.celford_btn a {
  margin: calc(70*(100vw / 750)) auto 0;
}

@media screen and (min-width: 768px) {
  .staff__credit {
    line-height: 1.8461538462;
    margin-top: 8rem;
  }

  .celford_btn a {
    margin: 5.5rem auto 0;
  }
}

@media (max-width: 1400px) and (min-width: 768px) {
  html {
    /* font-size: 0.7142857143vw; */
    font-size: calc(10* (100vw / 1400)) !important;
  }
}