@charset "UTF-8";

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

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

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

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

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

@media screen and (min-width: 768px) {
  .celford_250528 #breadcrumb .cateList {
    text-overflow: clip;
    white-space: normal;
    overflow: visible;
  }
}

/*---------- all common ----------*/
/*---------- animation ----------*/

.js-fade-Vr {
  opacity: 0;
  will-change: opacity, transform;
  transition: ease-in, opacity 2500ms, transform 500ms;
  transform: translate3d(0, 2.5rem, 0);
}

.js-fade-Vr.active {
  opacity: 1;
  transform: translateY(0);
}
.js-fade-Vr2{
  opacity: 0;
  will-change: opacity;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: ease-in;
}
.js-fade-Vr2.active {
  opacity: 1;
}
.js-fade-Vr2.deray1{
  transition-delay: 0.2s;
}
.js-fade-Vr2.deray2{
  transition-delay: 0.4s;
}
.js-fade-Vr2.deray3{
  transition-delay: 0.6s;
}
@media screen and (min-width: 768px) {
  .js-fade-Vr.delay {
    transition: ease-in, opacity 2000ms 0.5s, transform 0ms 0.5s;
    transform: translate3d(0, 0, 0);
  }
}

/*---------- animation ----------*/
/*---------- font ----------*/
.celford_250528 {
  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.05em;
}





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

@font-face {
  font-family: "Phosp";
  src: url("../fonts/Phosph09.ttf") format("truetype");
}

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

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

  .celford_250528 {
    font-size: min(13 * (100vw/1400), 13px);
    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: min(15.36 * (100vw/1400), 15.36px);
  }
}


/*---------- font ----------*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/


/*---------- common ----------*/
.model__img {
  position: relative;
}

.model__img::before {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.celford_250528 {
  margin-bottom: calc(38*(100vw / 750));
  overflow: clip;
}


.firstviewArea__img {
  margin-inline: auto;
  margin-bottom: calc(106 *(100vw / 750));
}

.firstviewArea__lead {
  text-align: center;
}

.movieArea {
  width: calc(720* (100vw /750));
  margin: calc(70* (100vw /750)) auto 0;
}

@media screen and (min-width: 768px) {
  .firstviewArea__img{
    width: min(1200 * (100vw/1400), 1200px);
    margin:  0 auto min(73 * (100vw/1400), 73px);
  }
  }
  


.footerIconArea {
  margin-bottom: calc(120 *(100vw / 750));
}

.footerIconArea .sec-iconArea {
  position: relative;
  left: calc(-1* (100vw / 750));
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(570* (100vw / 750));
  gap: calc(19* (100vw / 750)) calc(45 *(100vw / 750));
  margin: calc(180* (100vw / 750)) auto 0;
}

.footerIconArea .sec-iconArea__wrap {
  display: flex;
  align-items: center;
  gap: calc(20 *(100vw / 750));
}

.footerIconArea .sec-iconArea__wrap:nth-child(n+5) {
  position: relative;
  left: calc(18* (100vw / 750));
}

.footerIconArea .sec-iconArea__icon {
  width: calc(62.5 *(100vw / 750));
}

.footerIconArea .sec-iconArea__txt {
  margin-right: 0;
  white-space: nowrap;
}



/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  /* .model__img {
    background: #fff;
  } */

  .celford_250528 {
    margin-bottom: min(40 * (100vw/1400), 40px);
  }

  .footerIconArea {
    margin-bottom: min(100 * (100vw/1400), 100px);
  }

  .footerIconArea .sec-iconArea {
    gap: min(20 * (100vw/1400), 20px);
    margin: 18.7rem auto 0;
    width: initial;
    left: 0;
  }

  .footerIconArea .sec-iconArea__wrap {
    gap: min(20 * (100vw/1400), 20px);
  }

  .footerIconArea .sec-iconArea__icon {
    width: min(34.56 * (100vw/1400), 34.56px)
  }
}



/* ===============================================
* nav__icon *
=============================================== */
.nav__icon{
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: calc(84 * (100vw / 750));
}
.nav__icon::before,
.nav__icon::after{
  position: absolute;
  content: "";
  background: #333333;
  width: calc(650* (100vw /750));
  height: calc(2* (100vw /750));
  left: 50%;
  transform: translateX(-50%);
}
.nav__icon::before{
  top: calc(-2 * (100vw / 750));
}
.nav__icon::after{
  bottom: calc(0 * (100vw / 750));
}
.nav__icon--item{
  width: calc(330 * (100vw / 750));
}
@media screen and (min-width: 768px){
  .nav__icon{
    flex-wrap: nowrap;
    margin-top:min(43 * (100vw/1400), 43px);
  }
  .nav__icon::before,
  .nav__icon::after{
    width: min(650 * (100vw/1400), 650px);
    height:1px;
  }
  .nav__icon::before{
    top:0;
  }
  .nav__icon::after{
    bottom:0;
  }
  .nav__icon--item{
    width:min(125 * (100vw/1400), 125px);
  }
}
/* ▽_____________ common ______________▽ */
.sec__content-item {
  position: relative;
}

.credit__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: calc(32 * (100vw / 750)) auto 0;
  gap: calc(22 * (100vw / 750)) calc(24 * (100vw / 750));
 /* width: calc(500 * (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;
}

.item-function__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(35 * (100vw / 750));
  margin-left: calc(65* (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(42 * (100vw / 750));
  margin-left: calc(15* (100vw / 750));
}

.function__icon+.function__icon {
  margin-left: calc(11* (100vw / 750));
}

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

  .credit__wrap {
    margin: min(18 * (100vw/1400), 18px) auto 0;
    gap: min(14.08 * (100vw / 1400), 14.08px) min(10 * (100vw/1400), 10px);
    width: initial;
  }

  .credit__wrap li {
    font-size: min(14 * (100vw/1400), 14px);
    width: fit-content;
    letter-spacing: 0.025em;
  }

  .credit__wrap li a {
    padding-bottom: min(1.92 * (100vw/1400), 1.92px);
    border-bottom: 1px solid #b2b2b2;
  }

  .item-function__wrap {
    /* width: 103%; */
    margin-top: min(19 * (100vw/1400), 19px);
    gap: min(16 * (100vw/1400), 16px);
    margin-left: min(36 * (100vw/1400), 36px);
  }

  .item-function__wrap p {
    font-size: min(14 * (100vw/1400), 14px);
    flex-shrink: 0;
  }

  .item-function__wrap .function__icon {
    width: min(24 * (100vw/1400), 24px);
    margin-left:min(7 * (100vw/1400), 7px);
  }

  .function__icon+.function__icon {
    margin-left: min(4 * (100vw/1400), 4px);
  }
}



/* ===============================================
* slick *
=============================================== */
#lp_contents .slick-dots li.slick-active {
  position: relative;
}

#lp_contents .slick-dots li.slick-active button {
  content: "";
  width: 0;
  background-color: #000;
  -webkit-animation-duration: 3.8s;
  animation-duration: 3.8s;
  -webkit-animation-name: slide_bg;
  animation-name: slide_bg;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes slide_bg {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes slide_bg {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

#lp_contents .slick-dots li {
  width: calc(70 *(100vw / 750));
  height: calc(4 *(100vw / 750));
  margin: 0 0 0 calc(17* (100vw /750));
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #B2B2B2;
}

#lp_contents .slick-dots li button {
  height: 100%;
  width: 100%;
  padding: 0;
}

#lp_contents .slick-dots li button:before {
  content: "";
  height: 100%;
  width: 100%;
}

#lp_contents .slick-dots li.slick-active button:before {
  opacity: 1;
  width: 100%;
  height: 100%;
}

#lp_contents .slick-dots {
  position: initial;
  width: fit-content;
  margin: calc(29* (100vw /750)) 0 0 calc(56* (100vw /750));
}

@media only screen and (min-width: 768px),
print {
  #lp_contents .slick-dots {
    margin-top: min(10 * (100vw/1400), 10px);
  }
}

#lp_contents .slick-dots li:first-of-type {
  margin-left: 0 !important;
}

#lp_contents .slick-arrow {
  display: none !important;
}

#lp_contents .slick-prev:before,
#lp_contents .slick-next:before {
  display: none;
}

#lp_contents .slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* △_____________ common ______________△ */


/* ===============================================
* sec *
=============================================== */
.sec__content-wrap {
  position: relative;
}

.sec__content-wrap::before,
.sec__content-wrap::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
  width: calc(310 * (100vw / 750));
  height: calc(330 * (100vw / 750));
}

/* sec__content_ttl_wrap___________________________*/
.sec__content_ttl_wrap {
  position: absolute;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(36* (100vw /750));
  letter-spacing: 0;
  line-height: 1.8;
  margin-top: calc(7* (100vw /750));
  text-align: left;
  writing-mode: vertical-rl;
  color: #9F8791;
  z-index: 2;
  pointer-events: none;
  white-space: nowrap;
}

.sec__content-item::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
/* 
.sec__content_copy_wrap {
  position: absolute;
  z-index: 2;
  pointer-events: none;
} */
.sec__content_copy_wrap>div{
  margin: calc(120 * (100vw / 750)) auto 0;
  width: calc(500 * (100vw / 750));
}
.sec__content_copy_wrap>p{
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(28 *(100vw / 750));
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
    margin-top: calc(20* (100vw /750));
}

.sec__content-item--tx{
  width: calc(620 * (100vw / 750));
  margin: calc(40 * (100vw / 750)) auto 0;
}
.sec__content_tx {
  text-align: justify;
  font-size: calc(24* (100vw /750));
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px){
  .sec__content-wrap{
    width: min(420 * (100vw/1400), 420px);
    margin: auto;
  }
  .sec__content_copy_wrap>div{
    margin: min(80 * (100vw/1400), 80px) auto 0;
    width: min(280 * (100vw/1400), 280px);
  }
  .sec__content_copy_wrap>p{
    font-size: min(15.8 * (100vw/1400), 15.8px);
      margin-top: min(12 * (100vw/1400), 12px)
  }
  .sec__content-item--tx{
    width: min(346 * (100vw/1400), 346px);
    margin:min(22 * (100vw/1400), 22px) auto 0;
  }
  .sec__content_tx {
    font-size: min(13.4 * (100vw/1400), 13.4px);

  }
}
/* ===============================================
* sec1 *
=============================================== */
.sec1 .sec__content-item--2 {
  width: calc(690* (100vw /750));
  margin: calc(50 * (100vw / 750)) 0 0 auto;
}

.sec1 .sec__content-item--3 {
  width: calc(560* (100vw /750));
  margin: calc(-35 * (100vw / 750)) 0 0 0;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .sec1 .sec__content-item--2 {
    width: min(386 * (100vw/1400), 386px);
    margin: min(28 * (100vw/1400), 28px) 0 0 auto;
  }

  .sec1 .sec__content-item--3 {
    width: min(314 * (100vw/1400), 314px);
    margin:max(-20 * (100vw/1400), -20px) 0 0 0 ;
  }
}

/* ===============================================
* sec2 *
=============================================== */
.sec2{
  margin-top: calc(217 * (100vw / 750));
  position: relative;
}
.sec2::before{
  position: absolute;
  content: "";
  background: #F1F4F4;
  width: 100%;
  height: calc(3145* (100vw /750));
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: calc(-120 * (100vw / 750));
}
.sec2 .sec__content-item--2 {
  width: calc(650* (100vw /750));
  margin: calc(50 * (100vw / 750)) auto 0;
}

.sec2 .sec__content-item--3 {
  width: calc(700* (100vw /750));
  margin: calc(39 * (100vw / 750)) 0 0 0;
  z-index: 2;
}
@media screen and (min-width: 768px){
  .sec2{
    margin-top: min(118 * (100vw/1400), 118px);
  }
  .sec2::before{
    height: min(1760 * (100vw/1400), 1760px);
    top: max(-67 * (100vw/1400), -67px);
  }
  .sec2 .sec__content-item--2 {
    width: min(364 * (100vw/1400), 364px);
    margin: min(27 * (100vw/1400), 27px) auto 0;
  }

  .sec2 .sec__content-item--3 {
    width:min(392 * (100vw/1400), 392px);
    margin: min(22 * (100vw/1400), 22px) 0 0 0;
  }
}
/* ===============================================
* sec3 *
=============================================== */
.sec3{
  margin-top: calc(217 * (100vw / 750));
}
.sec3 .sec__content-item--2 {
  width: calc(700* (100vw /750));
  margin: calc(50 * (100vw / 750)) 0 0 0;
}

.sec3 .sec__content-item--3 {
  width: calc(555* (100vw /750));
  margin: calc(-63 * (100vw / 750)) 0 0 auto;  
  z-index: 2;
}
.sec3  .item-function__wrap {
  margin-left: calc(15 * (100vw / 750));
}
@media screen and (min-width: 768px){
  .sec3{
    margin-top: min(118 * (100vw/1400), 118px);
  }
  .sec3 .sec__content-item--2 {
    width: min(392 * (100vw/1400), 392px);
    margin: min(28 * (100vw/1400), 28px) 0 0 0;
  }
  
  .sec3 .sec__content-item--3 {
    width: min(310 * (100vw/1400), 310px);
    margin: max(-35 * (100vw/1400), -35px) 0 0 auto;
  }
  .sec3  .item-function__wrap {
    margin-left: min(9 * (100vw/1400), 9px);
  }
}
/* ===============================================
* sec4 *
=============================================== */
.sec4{
  margin-top: calc(210 * (100vw / 750));
  position: relative;
}
.sec4::before{
  position: absolute;
  content: "";
  background: #F1F4F4;
  width: 100%;
  height: calc(3065* (100vw /750));
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: calc(-120 * (100vw / 750));
}
.sec4 .sec__content-item--2 {
  width: calc(750* (100vw /750));
  margin: calc(50 * (100vw / 750)) 0 0 0;
}

.sec4 .sec__content-item--3 {
  width: calc(560* (100vw /750));
  margin: calc(39 * (100vw / 750)) auto 0;
  z-index: 2;
}

.sec4 .credit__wrap,
.sec4 .item-function__wrap{
  justify-content: center;
}
.sec4 .item-function__wrap{
  margin-left: 0;
}
@media screen and (min-width: 768px){
  .sec4{
    margin-top: min(117 * (100vw/1400), 117px);
  }
  .sec4::before{
    height: min(1729 * (100vw/1400), 1729px);
    top: max(-67 * (100vw/1400), -67px);
  }
  .sec4 .sec__content-item--2 {
    width: min(420 * (100vw/1400), 420px);
    margin: min(26 * (100vw/1400), 26px) 0 0 0;
  }
  .sec4 .sec__content-item--3 {
    width: min(313 * (100vw/1400), 313px);
    margin: min(23 * (100vw/1400), 23px) auto 0;
  }
}
/* ===============================================
* foot__function *
=============================================== */
.foot__function {
  position: relative;
}

.foot__function::before,
.foot__function::after {
  content: "";
  position: absolute;
  height: calc(2* (100vw /750));
  width: 100%;
  background: #000;
  left: 50%;
  transform: translateX(-50%);
}

.foot__function::before {
  top: calc(14*(100vw / 750));
}

.foot__function::after {
  top: calc(250*(100vw /750));
}

.foot__function .item-function__wrap li a{
  display: flex;
  align-items: center;
}
.foot__function>p {
  background: #fff;
  position: relative;
  width: fit-content;
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(32* (100vw /750));
  letter-spacing: 0.025em;
  margin: calc(269 * (100vw / 750)) auto 0;
  text-align: center;
  line-height: 1;
  padding: 0 calc(20* (100vw /750));
}

.foot__function .item-function__wrap {
  width: calc(710* (100vw /750));
  margin: calc(38* (100vw /750)) auto 0;
  flex-wrap: wrap;
  gap: calc(28 * (100vw / 750)) calc(40 * (100vw / 750));
  justify-content: center;
}

.foot__function .function__icon {
  width: calc(54 * (100vw / 750));
  margin-left: 0;
  margin-right: calc(21 * (100vw / 750));
}
@media screen and (max-width: 767px){
  
  .foot__function .item-function__wrap li:nth-of-type(4){
    padding-right: calc(30* (100vw /750));
  }
}
@media screen and (min-width: 768px) {

  .foot__function::before,
  .foot__function::after {
    height: 1px;
    width: min(1000 * (100vw/1400), 1000px);
  }

  .foot__function::before {
    top: min(8 * (100vw/1400), 8px);
  }

  .foot__function::after {
    top: min(98 * (100vw/1400), 98px);
  }

  .foot__function>p {
    font-size: min(18 * (100vw/1400), 18px);
    margin:min(220 * (100vw/1400), 220px) auto 0;
    padding: 0 min(15 * (100vw/1400), 15px);
  }

  .foot__function .item-function__wrap {
    margin-top: min(25 * (100vw/1400), 25px);
    width: min(1000 * (100vw / 1400), 1000px);
    gap: min(21 * (100vw/1400), 21px);
    position: relative;
    left: 0;
  }

  .foot__function .function__icon {
    width: min(32 * (100vw/1400), 32px);
    margin-right: min(10 * (100vw/1400), 10px);
  }

  .foot__function .item-function__wrap p {
    font-size: min(13 * (100vw / 1400), 13px);
    letter-spacing: 0.025em;
  }
}

/* ===============================================
* celford_250528__btn *
=============================================== */
.celford_250528__btn {
  text-align: center;
}

.celford_250528__btn a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: calc(660 *(100vw / 750));
  height: calc(124 *(100vw / 750));
  margin: calc(164 * (100vw / 750)) auto 0;
  border: solid calc(2* (100vw /750)) #333333;
  /* background: #000; */
  /* color: #fff; */
  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_250528__btn {
    padding-bottom: min(19 * (100vw/1400), 19px);
  }

  .celford_250528__btn a {
    width: min(1015 * (100vw/1400), 1015px);
    height: min(62 * (100vw/1400), 62px);
    letter-spacing: 0.025em;
    margin:min(86 * (100vw/1400), 86px) auto 0;
    border: solid 1px #333333;
    font-size: min(11 * (100vw/1400), 11px);
    line-height: 1.5454545455;
  }
}

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