@charset "UTF-8";
@font-face {
  font-family: "KozGoPr6N-Regular", sans-serif;
  src:
    url("./asset/font/KozGoPr6N-Regular.otf") format("otf");
}
@font-face {
  font-family: "garamondPro", sans-serif;
  src:
    url("./asset/font/AGaramondPro-Regular.otf") format("otf");
}
@font-face {
  font-family: "CrimsonText-Regular", sans-serif;
  src:
    url("./asset/font/CrimsonText-Regular.ttf") format("ttf");
  font-weight: 400;
}
@font-face {
  font-family: "CrimsonText-Regular", sans-serif;
  src:
    url("./asset/font/CrimsonText-SemiBold.ttf") format("ttf");
  font-weight: 500;
}


/*---------- reset ----------celford_231004*/
.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_231004 img,
.celford_231004 video,
.celford_231004 svg {
  width: 100%;
  height: auto;
}
.celford_231004 a, .celford_231004 picture {
  display: block;
}
.celford_231004 .pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .celford_231004 .pc-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .celford_231004 .sp-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .celford_231004 #breadcrumb {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
  }
}
.celford_231004 #breadcrumb .cateList {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: initial;
}
@media screen and (min-width: 768px) {
  .celford_231004 #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_231004 {
  font-feature-settings: "palt";
  color: #000000;
}

.maivsiual {
  background: #dfd4ce;
}

.sec__title {
  position: relative;
  width: 100%;
  margin: auto;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-style: normal;
  color: #000000;
  text-align: center;
  font-size: calc(24 *(100vw / 750));
  line-height: 1.35;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  z-index: 100;
}
.firstviewArea__lead,
.sec__lead{
  position: absolute;
  font-family:
  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  font-feature-settings:
  "palt";
  text-align: center;
}
@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";
}

.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;
  }
}
.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_231004__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_231004__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));
}


.celford_231004__btn {
  text-align: center;
}
.celford_231004__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;
  }

  /* btn */
  .celford_231004__btn a {
    width: 100rem;
    height: 6.2rem;
  }
}

.celford_231004__btn a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: calc(630 *(100vw / 750));
    height: calc(124 *(100vw / 750));
    margin: calc(140 *(100vw / 750)) auto calc(150 *(100vw / 750));
    border: solid 1px #333333;
}
.celford_231004__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_231004 a, .celford_231004 picture {
    display: block;
}
@media screen and (min-width: 768px){
  .celford_231004__btn a {
      width: 100rem;
      height: 6.2rem;
  }
  .celford_231004__btn a {
    font-size: 1.1rem;
    line-height: 1.5454545455;
    margin: 0rem auto 11.8rem;
  }
}




/* 追加CSS SP */
@media screen and (max-width: 767px) {
  .maivsiual {
    padding: calc(33 *(100vw / 750)) 0 calc(740 *(100vw / 750));
    margin-bottom: calc(150 *(100vw / 750));
  }
  .sec__title{
    margin-bottom: calc(38 *(100vw / 750));
    color: #514034;
  }
  .sec__title::before,
  .sec__title::after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: calc(200 *(100vw / 750));
    height: calc(40 *(100vw / 750));
    background: #dfd4ce;
    z-index: -1;
  }
  .sec__title::before{
    width: 100vw;
    height: 1px;
    background: #755c4b;
    z-index: -1;
  }
  .firstviewArea__lead{
    top: calc(1012 *(100vw / 750));
    left: 50%;
    transform: translateX(-50%);
    font-size: calc(24 *(100vw / 750));
    line-height: 2.208;
    width: 100%;
  }
  .mvTtl{
    position: relative;
    font-family: adobe-garamond-pro, serif;
    font-family: garamond-premier-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(56 *(100vw / 750));
    line-height: 1.286;
    text-align: center;
    letter-spacing: 0.06em;
    width: calc(655 *(100vw / 750));
    margin: calc(40 *(100vw / 750)) auto calc(40 *(100vw / 750));
    color: #514034;
  }
  .mvTtl::before, .mvTtl::after {
    display: block;
    content: "";
    position: absolute;
    top: auto;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 0;
    background: #d7cac1;
    z-index: -1;
  }
  .mvTtl::before{
    bottom: calc(-40 *(100vw / 750));
    width: 100vw;
    height: 1px;
    background: #755c4b;
    z-index: 1;
  }
  .section.--1 {
    margin: 0 auto calc(150*(100vw / 750));
  }
  .section.--1 .leadTxtWrap h2{
    margin: 0 auto calc(60 *(100vw / 750));
    font-family: "minion-pro", serif;
    /* font-family: "Crimson Text", serif; */
    font-weight: 500;
    font-style: normal;
    font-size: calc(44 *(100vw / 750));
    letter-spacing: 0.05em;
    text-align: center;
  }
  .section .leadTxtWrap p{
    margin: 0 auto calc(65 *(100vw / 750));
    font-size: calc(24 *(100vw / 750));
    line-height: 2.2;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .section.--1 .imgBox{
    width: calc(570 *(100vw / 750));
    margin: 0 auto  calc(68 *(100vw / 750));
  }
  .section.--1 .prodAbout{
    text-align: center;
  }
  .section .prodAbout .name{
    margin: 0 auto calc(30 *(100vw / 750));
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 500;
    font-size: calc(32 *(100vw / 750));
    line-height: 1.769;
    letter-spacing: 0.05em;
  }  
  .section .prodAbout .size{
    margin: 0 auto calc(40*(100vw / 750));
    font-family: "Crimson Text", serif;
    font-size: calc(26*(100vw / 750));
    letter-spacing: 0.025em;

    color: #666666;  }
  .section .prodAbout .credit {
    font-family: "Crimson Text", serif;
    font-size: calc(26*(100vw / 750));
    text-align: center;
  }
  .section .prodAbout .credit span {
    display: inline-block;
    padding-bottom: calc(1*(100vw / 750));
    border-bottom: solid 1px #b1b1b1;
  }

  /* sec02 */
  .section.--2 {
    padding: calc(97 *(100vw / 750)) 0 calc(20 *(100vw / 750));
    margin: 0 auto calc(150*(100vw / 750));
    background: #f5f3f2;
  }
  .section.--2 .sec__title {
    width: fit-content;
    padding: 0 calc(40 *(100vw / 750));
    margin-bottom: calc(75 *(100vw / 750));
    font-size: calc(36 *(100vw / 750));
    letter-spacing: 0.075em;
  }
  .section.--2 .sec__title::before{
    width: 100vw;
  }
  .section.--2 .sec__title::after{
    width: 100%;
    background: #f5f3f2;
  }
  .section .titleAbout{
    padding: calc(78 *(100vw / 750)) 0 0;
    margin: 0 auto calc(75 *(100vw / 750));
    text-align: center;
    color: #514034;
  }
  .section .titleAbout .number{
    position: relative;
    width: fit-content;
    margin: 0 auto calc(15 *(100vw / 750));
    padding-bottom: calc(10 *(100vw / 750));
    font-family: "garamondPro" ,garamond-premier-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(90 *(100vw / 750));
    line-height: 1;
    letter-spacing: 0.075em;
    color: #514034;
  }
  .section .titleAbout .number::before{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: calc(0 *(100vw / 750));
	width: calc(30 *(100vw / 750));
	height: calc(1 *(100vw / 750));
	background-color: #514034;
	}
  .section .titleAbout .title .en{
    display: block;
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(32*(100vw / 750));
    line-height: 2.2;
    letter-spacing: 0.05em;
  }
  .section .titleAbout .title .ja{
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 600;
    font-size: calc(36 *(100vw / 750));
    line-height: 1;
    letter-spacing: 0.05em;
  }
 .section.--2 .leadTxtWrap:not(:first-of-type) p{
  margin: 0 auto calc(72 *(100vw / 750));
 }
 .section.--2 .imgBox.--2{
   width: calc(450 *(100vw / 750));
   margin: 0 auto calc(70 *(100vw / 750));
 }
 .section.--2 .imgBox.--3{
   margin: calc(0 *(100vw / 750)) auto calc(65 *(100vw / 750));
 }
 .section.--2 .imgBox.--4{
   margin: 0 auto calc(70 *(100vw / 750));
 }
 .section.--2 .imgBox.--5{
   width: calc(670 *(100vw / 750));
   margin: 0 auto calc(65 *(100vw / 750));
 }
 .section.--2 .imgBox.--6{
   margin: 0 auto calc(70 *(100vw / 750));
 }

  /* sec03 */
 .section.--3 .imgBox.--7{
   width: calc(690 *(100vw / 750));
   margin: 0 0 calc(80 *(100vw / 750)) auto;
 }
 .section.--3 .imgBox.--8{
   width: calc(690 *(100vw / 750));
   margin: 0 auto calc(70 *(100vw / 750)) 0;
 }
  .section.--3 .leadTxtWrap p {
    margin: 0 auto calc(75 *(100vw / 750));
  }
 .section.--3 .imgBox.--9{
   margin: 0 auto calc(135 *(100vw / 750)) 0;
 }
}


/* 追加CSS PC */
@media screen and (min-width: 768px) {
  .maivsiual {
    padding: 3.5rem 0 0.4rem;
    margin-bottom: 11.4rem;
  }
  .maivsiual .imgBox{
  width: 80rem;
  margin: auto;
  }
  
 .sec__title{
    margin-bottom: 2.5rem;
    color: #514034;
    font-size: 2rem;
    letter-spacing: 0.02em;
  }
  .sec__title::before,
  .sec__title::after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 15rem;
    height: 4.0rem;
    background: #dfd4ce;
    z-index: -1;
  }
  .sec__title::before{
    width: 100vw;
    height: 1px;
    background: #755c4b;
    z-index: -1;
  }
  .firstviewArea__lead{
    position: relative;
    font-size: 1.3rem;
    line-height: 2.154;
    width: 100%;
    margin-bottom: 11.2rem;
  }
  .mvTtl{
    position: relative;
    font-family: adobe-garamond-pro, serif;
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4.2rem;
    line-height: 1.143;
    text-align: center;
    letter-spacing: 0.05em;
    width: 49rem;
    margin: 3.6rem auto 3.8rem;
    color: #514034;
    z-index: 10;
  }
  .mvTtl::before, .mvTtl::after {
    display: block;
    content: "";
    position: absolute;
    top: auto;
    bottom: -7rem;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 60rem;
    height: 8rem;
    background: #dfd4ce;
    z-index: -1;
  }
  .mvTtl::before{
    bottom: 1.2rem;
    width: 100vw;
    height: 1px;
    background: #755c4b;
    z-index: -2;
  }
  .section.--1 {
    position: relative;
    width: 85rem;
    margin: 0 auto 17rem;
  }
 .section.--1  .wrapper{
  width: 41rem;
  padding: 5rem 0 0;
 }
  .section.--1 .leadTxtWrap h2{
    margin: 0 auto 5.3rem;
    font-family: "minion-pro", serif;
    /* font-family: "Crimson Text", serif; */
    font-weight: 500;
    font-style: normal;
    font-size: 2.6rem;
    letter-spacing: 0.00em;
    text-align: center;
  }
 .section.--2 .wrapper > .leadTxtWrap{
    transform: translateX(0.8rem);
  }
  .section .leadTxtWrap p{
   
    width: fit-content;
    margin: 0 auto 4.8rem;
    white-space: nowrap;
    font-size: 1.3rem;
    line-height: 2.154;
    letter-spacing: 0.05em;
    text-align: center;
    color: #000;
  }
  .section.--1 .imgBox{
    position: absolute;
    top: 0;
    right: 0;
    width: 38.0rem;
    margin: 0 auto  6.8rem;
  }
  .section.--1 .prodAbout{
    text-align: center;
  }
  .section .prodAbout .name{
    margin: 0 auto 1.4rem;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.769;
    letter-spacing: 0.05em;
  }  
  .section .prodAbout .size{
    margin: 0 auto 2.1rem;
    font-family: "Crimson Text", serif;
    font-size: 1.3rem;
    letter-spacing: 0.025em;
    color: #666666;
  }
  .section .prodAbout .credit {
    font-family: "Crimson Text", serif;
    font-size: 1.3rem;
    text-align: center;
  }
  .section .prodAbout .credit span {
    display: inline-block;
    padding-bottom: .1rem;
    border-bottom: solid 1px #b1b1b1;
  }

  /* sec02 */
  .section.--2 {
    padding: 5.9rem 0 8.9rem;
    margin: 0 auto 13.9rem;
    background: #f5f3f2;
  }
  .section.--2 .wrapper{
   position: relative;
   width: 76rem;
   margin: auto;
  }
  .section.--2 .sec__title {
    width: fit-content;
    padding: 0 4rem;
    margin-bottom: 4.4rem;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  .section.--2 .sec__title::before{
    width: 100vw;
  }
  .section.--2 .sec__title::after{
    width: 100%;
    background: #f5f3f2;
  }
  .section .titleAbout{
    width: fit-content;
    padding: 1.2rem 0 0;
    margin: 0 6.8rem 7.5rem auto;
    text-align: center;
    color: #514034;
  }
  .section .titleAbout .number{
    position: relative;
    margin: 0 auto 1rem;
    padding-bottom: 1rem;
    font-family: garamond-premier-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4.86rem;
    line-height: 1;
    letter-spacing: 0.025em;
    color: #514034;
  }
  .section .titleAbout .number::before{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: .0rem;
	width: 2rem;
	height: .1rem;
	background-color: #514034;
	}
  .section .titleAbout .title .en{
    display: block;
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 2.2;
    letter-spacing: 0.05em;
  }
  .section .titleAbout .title .ja{
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 600;
    font-size: 2.0rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
 .section.--2 .leadTxtWrap p.title {
    margin: 0 auto 1.7rem;
    color: #514034;
 }
 .section .wrapper.--2 {
     width: 87rem;
 }
 .section .wrapper.--2 .titleAbout{
  transform: translateX(2rem);
  margin: 83rem 0 0 0;
 }
 .section .wrapper.--2 .leadTxtWrap p:not(.title){
  margin-bottom: 3.7rem;
 }
 .section .wrapper.--3 {
     width: 99rem;
 }
 .section .wrapper.--3 .titleAbout{
  transform: translateX(-9.5rem);
  margin: 0 0 0 auto;
 }
 .section.--2 .imgBox.--2{
   position: absolute;
   top: 33rem;
   left: 0;
   width: 28rem;
 }
 .section.--2 .imgBox.--3{
   position: absolute;
   right: 0;
   width: 45rem;
 }
 .section.--2 .imgBox.--4{
   position: absolute;
   top: -35.4rem;
   left: 0;
   width: 42rem;
   margin: 0 auto 7.0rem;
 }
 .section.--2 .imgBox.--5{
   position: absolute;
   top: -19rem;
   right: 0;
   width: 42rem;
   margin: 0 auto 7.8rem;
 }
 .section.--2 .imgBox.--6{
   position: absolute;
   top: 8rem;
   left: 8rem;
   width: 48rem;
 }

  /* sec03 */
 .section.--3 {
    position: relative;
    width: 99rem;
    margin: 0 auto 11.4rem;
}
 .section.--3 .imgBox.--7{
   width: 48rem;
   margin: 0 auto 12rem 0;
 }
 .section.--3 .imgBox.--8{
   position: absolute;
   top: 6.7rem;
   right: 0;
   width: 48rem;
 }
  .section.--3 .leadTxtWrap p {
    margin: 0 auto 6rem;
  }
 .section.--3 .imgBox.--9{
   width: 48rem;
   margin: 0 auto 11rem;
 }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for tablet
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}/*# sourceMappingURL=style.css.map */