@charset "UTF-8";
/*---------- reset ----------*/
.main-area .main-inner {
  margin: 0;
  width: 100%;
}

/*---------- reset ----------*/
/*---------- all common ----------*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}
body{
  overflow-x: hidden;
}

.celford_230815 img,
.celford_230815 video,
.celford_230815 svg {
  width: 100%;
  height: auto;
}
.celford_230815 a, .celford_230815 picture {
  display: block;
}
.celford_230815 .pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .celford_230815 .pc-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .celford_230815 .sp-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .celford_230815 #breadcrumb {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
  }
}
.celford_230815 #breadcrumb .cateList {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: initial;
}
@media screen and (min-width: 768px) {
  .celford_230815 #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;
}

.js-fade-Vr-first.active,
.js-fade-Vr.active {
  opacity: 1;
}

/*---------- animation ----------*/
/*---------- font ----------*/
.celford_230815 {
  color: #000000;
}

.sec__title {
  position: relative;
  width: calc(300 *(100vw / 750));
  margin: auto;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-style: normal;
  color: #000000;
  text-align: center;
  font-size: calc(40 *(100vw / 750));
  line-height: 1.35;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  background: #fff;
}
.sec__title::before,
.sec__title::after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 5rem;
  border: 1px solid #928470;
}
.sec__title::before{
  left: 0;
  border-right: none;
  }
.sec__title::after{
  right: 0;
  border-left: none;
}
.sec__title .titleline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  display: block;
  width: 70rem;
  height: 1px;
  background: #928470;
  z-index: -1;
}
.sec01 .sec__title::before,
.sec01 .sec__title::after{
 display: none; 
}

@media screen and (min-width: 768px) {
  .sec__title {
    width: 22.0rem;
    margin-bottom: 7.1rem;
    font-size: 2.0rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    background: #fff;
  }
  .sec03 .sec__title{
    width: 21rem;
  }
  .sec04 .sec__title{
    width: 28rem;
  }
}


.sec01__title {
  width: fit-content;
  font-family: "Crimson Text", serif;
  font-size: calc(48 *(100vw / 750));
  line-height: 1.75;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  color: #000000;
}
@media screen and (min-width: 768px) {
  .sec01__title {
    font-size: 2.6rem;
    line-height: 1.615;
    text-align: center;
  }
}

.firstviewArea__lead,
.sec__lead{
  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.208;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .firstviewArea__lead,
  .sec__lead {
    font-size: 1.3rem;
    line-height: 2.1538461538;
    text-align: center;
  }
}

.sec-txtArea__ttl {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(40 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .sec-txtArea__ttl {
    font-size: 2rem;
  }
}

.aboutArea__ttl {
  font-family: "minion-pro", serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(44 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.04em;
  font-feature-settings: normal;
}
@media screen and (min-width: 768px) {
  .aboutArea__ttl {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
  }
}

.aboutArea__itemName {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-style: normal;
  /* color: #335e7a; */
  color: #000;
  font-size: calc(32 *(100vw / 750));
  line-height: 1.8125;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .aboutArea__itemName {
    font-size: 1.6rem;
    line-height: 1;
  }
}

.aboutArea__itemSize {
  font-family: "Crimson Text", serif;
  font-size: calc(26 *(100vw / 750));
  line-height: 1.8;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  color: #666;
}
@media screen and (min-width: 768px) {
  .aboutArea__itemSize {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}
.sec-credit span {
  font-family: "Crimson Text", serif;
  font-size: calc(26 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .sec-credit span {
    font-size: 1.3rem;
  }
}

.celford_230815__btn a {
  font-family: "Crimson Text", serif;
  font-size: calc(22 *(100vw / 750));
  line-height: 1.5454545455;
  letter-spacing: 0.002em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .celford_230815__btn a {
    font-size: 1.1rem;
    line-height: 1.5454545455;
  }
}

/*---------- font ----------*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
/*---------- image-size ----------*/


/*---------- image-size ----------*/
/*---------- common ----------*/
.sec {
  position: relative;
  margin-bottom: calc(137 *(100vw / 750));
}

.sec__introArea {
  text-align: center;
  position: relative;
  margin-bottom: calc(240 *(100vw / 750));
  padding-top: calc(94 *(100vw / 750));
  padding-bottom: calc(95 *(100vw / 750));
  background-color: #f3f6f7;
}
.sec__introArea .sec-ttlArea {
  margin-bottom: calc(58 *(100vw / 750));
}
.sec__introArea .sec-num {
  position: absolute;
  top: calc(-35 *(100vw / 750));
  left: 50%;
  transform: translateX(-50%);
}
.sec__introArea .sec-movie,
.sec__introArea .sec-image401 {
  margin: 0 auto;
  margin-bottom: calc(47 *(100vw / 750));
}

.sec__wrap {
  text-align: center;
  position: relative;
}
.sec__wrap .sec-txtArea__ttl {
  position: absolute;
  top: calc(-100 *(100vw / 750));
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.sec__wrap .sec-txtArea__txt {
  margin-top: calc(46 *(100vw / 750));
}

.sec01__wrap01,
.sec01__wrap03,
.sec02__wrap01,
.sec03__wrap02,
.sec03__wrap03 {
  margin-bottom: calc(233 *(100vw / 750));
}

.sec01__wrap02,
.sec01__wrap04,
.sec02__wrap02,
.sec03__wrap01 {
  margin-bottom: calc(53 *(100vw / 750));
}

.sec-image {
  margin: 0 auto;
}

.sec-credit {
  text-align: center;
}
.sec-credit span {
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 1px solid #b1b1b1;
}

/*---------- common ----------*/
.celford_230815 {
  padding-bottom: calc(150 *(100vw / 750));
  overflow: hidden;
}

.firstviewArea {
  text-align: center;
  padding-bottom: calc(120 *(100vw / 750));
}
.firstviewArea__subTtl {
  position: relative;
  margin-bottom: calc(67 *(100vw / 750));
}
.firstviewArea__subTtl::after {
  display: block;
  position: absolute;
  left: 50%;
  bottom: calc(-38 *(100vw / 750));
  transform: translateX(-50%);
  width: calc(60 *(100vw / 750));
  height: 1px;
  background-color: #2c4e60;
  content: "";
}
.firstviewArea__ttl {
  margin-bottom: calc(60 *(100vw / 750));
}
.firstviewArea__img {
  margin-bottom: calc(127 *(100vw / 750));
}

.main-contentArea__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(142 *(100vw / 750));
}
.main-contentArea__ttl::before, .main-contentArea__ttl::after {
  display: block;
  width: calc(70 *(100vw / 750));
  height: 1px;
  background-color: #335e7a;
  content: "";
}
.main-contentArea__ttl::before {
  margin-right: calc(35 *(100vw / 750));
}
.main-contentArea__ttl::after {
  margin-left: calc(35 *(100vw / 750));
}


.celford_230815__btn {
  text-align: center;
}
.celford_230815__btn a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: calc(630 *(100vw / 750));
  height: calc(124 *(100vw / 750));
  margin: 0 auto;
  border: solid 1px #333333;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  /*---------- image-size ----------*/
  .firstviewArea__img {
    width: 100rem;
  }
  .sec-movie {
    width: 86rem;
  }
  .sec-image101 {
    width: 51rem;
    margin: 0 auto 4.2rem;
  }
  .sec-image201,
  .sec-image202,
  .sec-image301 {
    width: 48rem;
    margin: auto;
  }
  .sec-image302 {
    transform: translateX(13.8rem);
    width: 51rem;
    margin: auto;
  }
  .sec-image401 {
    width: 51rem;
    margin: 0 auto 4.3rem;
  }
  .sec-image402 {
    width: 51rem;
  }

  /*---------- image-size ----------*/
  /*---------- common ----------*/
  .sec__introArea {
    margin-bottom: 12rem;
    padding-top: 8.1rem;
    padding-bottom: 5.4rem;
  }
  .sec__introArea .sec-ttlArea {
    margin-bottom: 5.5rem;
  }
  .sec__introArea .sec-num {
    top: -2.6rem;
  }
  .sec__introArea .sec-movie,
  .sec__introArea .sec-image401 {
    margin-bottom: 3.2rem;
  }
  .sec-image {
    margin: 0;
  }
  .sec__wrap .sec-txtArea__ttl {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 3.2rem;
    transform: translateX(0);
  }
  .sec__wrap .sec-txtArea__ttl::after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2rem;
    width: 100%;
    height: 1px;
    background-color: #000000;
    content: "";
  }
  .sec__wrap .sec-txtArea__txt {
    margin-top: 0;
  }
  .sec01__wrap01,
  .sec01__wrap04,
  .sec02__wrap01,
  .sec03__wrap01,
  .sec03__wrap03,
  .sec01__wrap02,
  .sec02__wrap02,
  .sec03__wrap02,
  .sec03__wrap04 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec01__wrap01,
  .sec01__wrap04,
  .sec02__wrap01,
  .sec03__wrap01,
  .sec03__wrap03 {
    text-align: left;
  }
  .sec01__wrap01 .sec-txtArea__ttl,
  .sec01__wrap01 .sec-txtArea__txt,
  .sec01__wrap04 .sec-txtArea__ttl,
  .sec01__wrap04 .sec-txtArea__txt,
  .sec02__wrap01 .sec-txtArea__ttl,
  .sec02__wrap01 .sec-txtArea__txt,
  .sec03__wrap01 .sec-txtArea__ttl,
  .sec03__wrap01 .sec-txtArea__txt,
  .sec03__wrap03 .sec-txtArea__ttl,
  .sec03__wrap03 .sec-txtArea__txt {
    padding-left: 6rem;
  }
  .sec01__wrap02,
  .sec02__wrap02,
  .sec03__wrap02,
  .sec03__wrap04 {
    text-align: left;
    flex-direction: row-reverse;
  }
  .sec01__wrap02 .sec-txtArea__ttl,
  .sec01__wrap02 .sec-txtArea__txt,
  .sec02__wrap02 .sec-txtArea__ttl,
  .sec02__wrap02 .sec-txtArea__txt,
  .sec03__wrap02 .sec-txtArea__ttl,
  .sec03__wrap02 .sec-txtArea__txt,
  .sec03__wrap04 .sec-txtArea__ttl,
  .sec03__wrap04 .sec-txtArea__txt {
    padding-right: 6.6rem;
  }
  .sec01__wrap01,
  .sec02__wrap01,
  .sec03__wrap02 {
    margin-bottom: 8rem;
  }
  .sec01__wrap02,
  .sec02__wrap02,
  .sec03__wrap01,
  .sec03__wrap03 {
    margin-bottom: 3rem;
  }
  .sec01__wrap04 {
    margin-bottom: 4rem;
  }
  .sec01__wrap03 {
    margin-bottom: 8rem;
  }
  .sec-image104,
  .sec-image106,
  .sec-image204,
  .sec-image402 {
    margin-left: auto;
    margin-right: auto;
  }
  /*---------- common ----------*/
  /* fv */
  .celford_230815 {
    padding-top: 3rem;
    padding-bottom: 12rem;
  }
  .firstviewArea {
  padding-bottom: 11.4rem;
  }
  .firstviewArea__img {
    margin: 0 auto 9.2rem;
  }
  .firstviewArea__lead{
    margin-bottom: 9.1rem;
  }
  .sec-movie{
    margin: auto;
  }
  
  /* sec */
  .sec {
    margin-bottom: 11.2rem;
  }
  .sec01{
    margin-bottom: 12.5rem;
  }
  .sec01__title{
    margin-bottom: 1.5rem;
  }
  .sec01__wrapper:first-of-type .sec01__title:first-of-type{
    margin-bottom: 2.2rem;
    transform: translateX(1rem);
  }
  .sec01__wrapper:first-of-type{
    position: relative;
    padding-bottom: 4.3rem;
    margin-bottom: 11.3rem;
  }
  .sec01__wrapper:first-of-type::before{
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 42.4rem;
    background: #f2f1ee;
    z-index: -1;
  }
  
 .sec__gridwrapper{
   display: flex;
   width: 85.0rem;
   margin: 0 auto 4.0rem;
   justify-content: space-between;
   align-items: center;
 }
  .sec02 .sec__gridwrapper:nth-of-type(1){
    flex-direction: row-reverse;
  }
  .sec__gridwrapper li:not(.sec__img){
    width: calc(85.0rem - 48.0rem);
  }
  .sec04 {
    margin-bottom: 11.9rem;
  }
  .sec04 .sec04__lead{
    margin-bottom: 4.4rem;
  }

  .cecFooter{
      padding: 4.3rem 0 5rem;
      margin-bottom: 12rem;
      background: #f2f1ee;
  }

  
  
  /* btn */
  .celford_230815__btn a {
    width: 100rem;
    height: 6.2rem;
  }
}

.celford_230815__btn a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: calc(630 *(100vw / 750));
    height: calc(124 *(100vw / 750));
    margin: 0 auto;
    border: solid 1px #333333;
}
.celford_230815__btn a {
    font-family: "Crimson Text", serif;
    font-size: calc(22 *(100vw / 750));
    line-height: 1.5454545455;
    letter-spacing: 0.002em;
    font-feature-settings: "palt";
}
.celford_230815 a, .celford_230815 picture {
    display: block;
}
@media screen and (min-width: 768px){
  .celford_230815__btn a {
      width: 100rem;
      height: 6.2rem;
  }
  .celford_230815__btn a {
    font-size: 1.1rem;
    line-height: 1.5454545455;
  }
}




/* 追加CSS SP */
@media screen and (max-width: 767px) {
  
  
  .sec-movie,
  .sec-image401 {
    width: 100.1vw;
  }
  .sec-image101 {
    width: calc(630 *(100vw / 750));
    margin: 0 auto calc(68 *(100vw / 750));
  }
  .sec-image201,
  .sec-image202 {
    width: calc(660 *(100vw / 750));
    margin: 0 auto calc(45 *(100vw / 750));
  }
  .sec-image301 {
    width: calc(600 *(100vw / 750));
    margin: 0 0 calc(560 *(100vw / 750));
  }
  .sec-image302 {
    position: absolute;
    top: calc(610 *(100vw / 750));
    right: 0;
    width: calc(675 *(100vw / 750));
  }
  .sec-image401 {
    width: 100%;
    margin: 0 auto calc(510 *(100vw / 750));
  }
  .sec-image402 {
    position: absolute;
    top: calc(710 *(100vw / 750));
    left: 50%;
    transform: translateX(-50%);
    width: calc(600 *(100vw / 750));
  }

  .firstviewArea__lead{
    margin: 0 auto calc(135 *(100vw / 750));
  }
  .sec01{
    text-align: center;
  }
  .sec01__wrapper:first-of-type .sec01__title:first-of-type{
    margin: 0 auto calc(40 *(100vw / 750));
  }
  .sec01__title{
    margin: 0 auto calc(25 *(100vw / 750));
  }
  .sec01__wrapper:first-of-type{
    position: relative;
    padding: 0 0 calc(65 *(100vw / 750));
    margin: 0 auto calc(125 *(100vw / 750));
  }
  .sec01__wrapper:first-of-type::before{
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: calc(1030 *(100vw / 750));
    background: #f2f1ee;
    z-index: -1;
  }
  .sec__title::before,
  .sec__title::after{
    width: calc(15 *(100vw / 750));
    height: calc(75 *(100vw / 750));
    border: calc(2 *(100vw / 750)) solid #928470;
  }
  .sec__title::before{
    left: 0;
    border-right: none;
    }
  .sec__title::after{
    right: 0;
    border-left: none;
  }
  .sec__title .titleline {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    display: block;
    width: 70rem;
    height: 1px;
    background: #928470;
    z-index: -1;
  }
  .sec01 .sec__title::before,
  .sec01 .sec__title::after{
   display: none; 
  }
  .sec__title:not(.sec01__title) {
    width: fit-content;
    padding: 0 calc(125 *(100vw / 750));
    margin: 0 auto calc(92 *(100vw / 750));
    background: #fff;
  }
  .sec__lead:not(.sec01__lead) {
  text-align: justify;
  width: calc(600 *(100vw / 750));
  margin: 0 auto calc(50 *(100vw / 750));
  }
  .sec03 {
    margin-bottom: calc(138 *(100vw / 750));
  }
  .sec04 {
    margin-bottom: calc(130 *(100vw / 750));
  }
  .cecFooter {
    text-align: center;
    white-space: nowrap;
    padding: calc(65 *(100vw / 750)) 0 calc(21 *(100vw / 750));
    margin-bottom: calc(150 *(100vw / 750));
    background: #f2f1ee;
  }
  .cecFooter .sec__lead:not(.sec01__lead){
    text-align: center;
  }
  
}


/* 追加CSS PC */
@media screen and (min-width: 768px) {
  .sec__gridwrapper .sec__lead{
    text-align: justify;
    width: 25rem;
    margin: auto;
  }
  .sec03 .sec03__lead{
    width: 30rem;
    margin: 0 0 0 auto;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for tablet
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}/*# sourceMappingURL=style.css.map */