@charset "UTF-8";
/*---------- font ----------*/
.celford_240308 {
  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: 3.2vw;
  line-height: 2.2;
  letter-spacing: 0.05em;
}

@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;
}

.ff_gara {
  font-family: garamond-premier-pro, serif;
  font-style: normal;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .celford_240308 {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
}
.sec-iconArea__txt,
.sec-credit span {
  font-family: "Crimson Text", serif;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 768px) {
  .sec-iconArea__txt,
  .sec-credit span {
    font-size: 1.3rem;
  }
}
.celford_240308__btn a {
  font-family: "Crimson Text", serif;
  font-size: 2.9333333333vw;
  line-height: 1.5454545455;
  letter-spacing: 0.002em;
}

@media screen and (min-width: 768px) {
  .celford_240308__btn a {
    font-size: 1.1rem;
    line-height: 1.5454545455;
  }
}
/*---------- font ----------*/
/*---------- all common ----------*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

.celford_240308 img,
.celford_240308 svg,
.celford_240308 picture,
.celford_240308 video {
  width: 100%;
  height: auto;
}

.celford_240308 a,
.celford_240308 picture {
  display: block;
}

.celford_240308 .model__img {
  background: #fff;
  font-size: 0;
}

@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_240308 #breadcrumb {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
  }
}
.celford_240308 #breadcrumb .cateList {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: initial;
}

@media screen and (min-width: 768px) {
  .celford_240308 #breadcrumb .cateList {
    text-overflow: clip;
    white-space: normal;
    overflow: visible;
  }
}
/*---------- all common ----------*/
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@font-face {
  font-family: "garamond";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/GARA.ttf") format("truetype");
}
.celford_240308 .garamond {
  font-family: "adobe-garamond-pro", serif;
}

.celford_240308 .fade {
  opacity: 0;
  transition-duration: 1.5s;
}

.celford_240308 .fade.active {
  opacity: 1;
}

.celford_240308 .mv_wrap {
  position: relative;
}

.celford_240308 .mv_wrap .logo {
  width: 23.9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 750px) {
  .celford_240308 .mv_wrap .logo {
    width: 50.4vw;
  }
}
.celford_240308 .mv_wrap .fv_bg li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  opacity: 0;
  transition-duration: 1.5s;
}

.celford_240308 .mv_wrap .fv_bg li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.celford_240308 .mv_wrap .fv_bg li:first-child {
  opacity: 1;
  position: relative;
}

.celford_240308 .mv_wrap .fv_bg li.active {
  opacity: 1;
}

.celford_240308 .lead_wrap {
  padding: 10rem 0;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .celford_240308 .lead_wrap {
    padding: 25.6vw 6.9333333333vw 16.8vw;
    text-align: left;
  }
}
.celford_240308 .lead_wrap .ttl {
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 3.7rem;
}

@media screen and (max-width: 750px) {
  .celford_240308 .lead_wrap .ttl {
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
  }
}
.celford_240308 .lead_wrap .txt {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.7rem;
  letter-spacing: 0.075em;
  margin-bottom: 1.3rem;
}

@media screen and (max-width: 750px) {
  .celford_240308 .lead_wrap .txt {
    font-size: 3.4666666667vw;
    line-height: 6.1333333333vw;
    letter-spacing: 0.05em;
    margin-bottom: 4vw;
  }
}
.celford_240308 .lead_wrap .txt_en {
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .celford_240308 .lead_wrap .txt_en {
    font-size: 3.3333333333vw;
    line-height: 3.7333333333vw;
    letter-spacing: 0;
  }
}
.celford_240308 .sec01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
}

@media screen and (min-width: 1301px) {
  .celford_240308 .sec01 {
    grid-template-rows: 44.9230769231vw 66.3076923077vw;
    grid-gap: 0.3846153846vw;
  }
}
@media screen and (max-width: 750px) {
  .celford_240308 .sec01 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 124.2666666667vw 68vw 66.2666666667vw;
    grid-gap: 0;
  }
}
.celford_240308 .sec01 > div {
  overflow: hidden;
}

.celford_240308 .sec01 > div a {
  width: 100%;
  height: 100%;
}

.celford_240308 .sec01 > div a picture {
  width: 100%;
  height: 100%;
}

.celford_240308 .sec01 > div a picture img {
  object-fit: cover;
  height: 100%;
}

.celford_240308 .sec01 .img01_wrap {
  grid-column: 1/2;
  grid-row: 1/2;
  transition-delay: 0.1s;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec01 .img01_wrap {
    grid-column: 1/2;
    grid-row: 2/2;
    transition-delay: 0.1s;
  }
}
.celford_240308 .sec01 .img02_wrap {
  grid-column: 2/3;
  grid-row: 1/2;
  transition-delay: 0.2s;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec01 .img02_wrap {
    grid-column: 1/3;
    grid-row: 1/2;
    transition-delay: 0.1s;
    padding: 0 6.6666666667vw 6.6666666667vw 6.6666666667vw;
  }
}
.celford_240308 .sec01 .img03_wrap {
  grid-column: 3/4;
  grid-row: 1/2;
  transition-delay: 0.3s;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec01 .img03_wrap {
    grid-column: 2/3;
    grid-row: 2/3;
    transition-delay: 0.2s;
  }
}
.celford_240308 .sec01 .img04_wrap {
  grid-column: 1/4;
  grid-row: 2/3;
  transition-delay: 0.1s;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec01 .img04_wrap {
    grid-column: 1/3;
    grid-row: 3/4;
    transition-delay: 0.1s;
  }
}
.celford_240308 .sec02 .container {
  padding: 16rem 0;
  width: 87.5rem;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 50vh;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec02 .container {
    padding: 16.2666666667vw 2.1333333333vw 33.6vw 0;
    width: 64.8vw;
  }
}
.celford_240308 .sec02 .container .img_wrap1,
.celford_240308 .sec02 .container .img_wrap2,
.celford_240308 .sec02 .container .img_wrap3 {
  position: sticky;
  top: calc(50% - 19.9rem);
  width: 27.5rem;
  height: 39.8rem;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec02 .container .img_wrap1,
  .celford_240308 .sec02 .container .img_wrap2,
  .celford_240308 .sec02 .container .img_wrap3 {
    top: 16.2666666667vw;
    width: 47.2vw;
    height: 68.5333333333vw;
  }
}
.celford_240308 .sec02 .container .img_wrap1 {
  left: 0;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec02 .container .img_wrap1 {
    width: 47.2vw;
    padding-left: 0;
    left: auto;
    margin: 0 0 0 8.8vw;
  }
}
.celford_240308 .sec02 .container .img_wrap2 {
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec02 .container .img_wrap2 {
    padding-top: 8vw;
    left: 0;
    margin: 0;
  }
}
.celford_240308 .sec02 .container .img_wrap3 {
  right: 0;
  margin-left: auto;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec02 .container .img_wrap3 {
    padding-top: 18.6666666667vw;
  }
}
.celford_240308 .sec03 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
  margin-bottom: 14rem;
}

@media screen and (min-width: 1301px) {
  .celford_240308 .sec03 {
    grid-template-rows: repeat(3, 44.9230769231vw);
    grid-gap: 0.3846153846vw;
  }
}
@media screen and (max-width: 750px) {
  .celford_240308 .sec03 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 66.4vw 68vw 142.6666666667vw 68vw 68vw;
    grid-gap: 0;
    margin-bottom: 15.4666666667vw;
  }
}
.celford_240308 .sec03 > div {
  overflow: hidden;
}

.celford_240308 .sec03 > div a {
  width: 100%;
  height: 100%;
}

.celford_240308 .sec03 > div a picture {
  width: 100%;
  height: 100%;
}

.celford_240308 .sec03 > div a picture img {
  object-fit: cover;
  height: 100%;
}

.celford_240308 .sec03 .img08_wrap {
  grid-column: 1/3;
  grid-row: 1/2;
  transition-delay: 0.1s;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec03 .img08_wrap {
    grid-column: 1/3;
    grid-row: 1/2;
    transition-delay: 0.1s;
  }
}
.celford_240308 .sec03 .img09_wrap {
  grid-column: 3/4;
  grid-row: 1/2;
  transition-delay: 0.2s;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec03 .img09_wrap {
    grid-column: 2/3;
    grid-row: 2/3;
    transition-delay: 0.1s;
  }
}
.celford_240308 .sec03 .img10_wrap {
  grid-column: 1/2;
  grid-row: 2/3;
  transition-delay: 0.1s;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec03 .img10_wrap {
    grid-column: 2/3;
    grid-row: 4/5;
    transition-delay: 0.2s;
  }
}
.celford_240308 .sec03 .img11_wrap {
  grid-column: 2/3;
  grid-row: 2/3;
  transition-delay: 0.2s;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec03 .img11_wrap {
    grid-column: 1/2;
    grid-row: 2/3;
    transition-delay: 0.1s;
  }
}
.celford_240308 .sec03 .img12_wrap {
  grid-column: 3/4;
  grid-row: 2/3;
  transition-delay: 0.3s;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec03 .img12_wrap {
    grid-column: 1/3;
    grid-row: 3/4;
    transition-delay: 0.1s;
    padding: 6.6666666667vw;
  }
}
.celford_240308 .sec03 .img13_wrap {
  grid-column: 1/2;
  grid-row: 3/4;
  transition-delay: 0.1s;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec03 .img13_wrap {
    grid-column: 1/2;
    grid-row: 4/5;
    transition-delay: 0.1s;
  }
}
.celford_240308 .sec03 .img14_wrap {
  grid-column: 2/3;
  grid-row: 3/4;
  transition-delay: 0.2s;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec03 .img14_wrap {
    grid-column: 2/3;
    grid-row: 5/6;
    transition-delay: 0.2s;
  }
}
.celford_240308 .sec03 .img15_wrap {
  grid-column: 3/4;
  grid-row: 3/4;
  transition-delay: 0.3s;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec03 .img15_wrap {
    grid-column: 1/2;
    grid-row: 5/6;
    transition-delay: 0.1s;
  }
}
.celford_240308 .sec04 {
  margin-bottom: 10rem;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec04 {
    margin-bottom: 16vw;
  }
}
.celford_240308 .sec04 .img16_wrap {
  width: 28.6rem;
  margin: 0 auto 8rem;
  transition-delay: 0.1s;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec04 .img16_wrap {
    width: 65.3333333333vw;
    margin: 0 0 16vw auto;
  }
}
.celford_240308 .sec04 .img20_wrap {
  width: 28.6rem;
  margin: 0 auto 8rem;
  transition-delay: 0.1s;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec04 .img20_wrap {
    width: 65.3333333333vw;
    margin: 0 auto 16vw 0;
  }
}
.celford_240308 .sec04 .ttl {
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 3.7rem;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec04 .ttl {
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
    padding: 0 6.9333333333vw;
    text-align: left;
  }
}
.celford_240308 .sec04 .txt {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.7rem;
  letter-spacing: 0.075em;
  margin-bottom: 1.3rem;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec04 .txt {
    font-size: 3.4666666667vw;
    line-height: 6.1333333333vw;
    letter-spacing: 0.05em;
    margin-bottom: 4vw;
    padding: 0 6.9333333333vw;
    white-space: nowrap;
    text-align: left;
  }
}
.celford_240308 .sec04 .txt_en {
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec04 .txt_en {
    font-size: 3.3333333333vw;
    line-height: 3.7333333333vw;
    letter-spacing: 0;
    padding: 0 6.9333333333vw;
    white-space: nowrap;
    text-align: left;
  }
}
.celford_240308 .sec05 {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
  margin-bottom: 14rem;
}

@media screen and (min-width: 1301px) {
  .celford_240308 .sec05 {
    grid-template-columns: 33.0769230769vw 66.5384615385vw;
    grid-template-rows: repeat(2, 44.9230769231vw);
    grid-gap: 0.3846153846vw;
  }
}
@media screen and (max-width: 750px) {
  .celford_240308 .sec05 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 136vw 68vw;
    grid-gap: 0;
    margin-bottom: 23.3333333333vw;
  }
}
.celford_240308 .sec05 > div {
  overflow: hidden;
}

.celford_240308 .sec05 > div a {
  width: 100%;
  height: 100%;
}

.celford_240308 .sec05 > div a picture {
  width: 100%;
  height: 100%;
}

.celford_240308 .sec05 > div a picture img {
  object-fit: cover;
  height: 100%;
}

.celford_240308 .sec05 .img17_wrap {
  grid-column: 1/2;
  grid-row: 1/2;
  transition-delay: 0.1s;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec05 .img17_wrap {
    grid-column: 1/2;
    grid-row: 2/3;
    transition-delay: 0.1s;
  }
}
.celford_240308 .sec05 .img18_wrap {
  grid-column: 2/4;
  grid-row: 1/3;
  transition-delay: 0.2s;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec05 .img18_wrap {
    grid-column: 1/3;
    grid-row: 1/2;
    transition-delay: 0.1s;
    padding: 0 6.6666666667vw 6.6666666667vw 6.6666666667vw;
  }
}
.celford_240308 .sec05 .img19_wrap {
  grid-column: 1/2;
  grid-row: 2/3;
  transition-delay: 0.1s;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec05 .img19_wrap {
    grid-column: 2/3;
    grid-row: 2/3;
    transition-delay: 0.2s;
  }
}
.celford_240308 .sec06 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
  margin-bottom: 10rem;
}

@media screen and (min-width: 1301px) {
  .celford_240308 .sec06 {
    grid-template-rows: repeat(2, 44.9230769231vw);
    grid-gap: 0.3846153846vw;
  }
}
@media screen and (max-width: 750px) {
  .celford_240308 .sec06 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 68vw 68vw 65.0666666667vw;
    grid-gap: 0;
    margin-bottom: 13.8666666667vw;
  }
}
.celford_240308 .sec06 > div {
  overflow: hidden;
}

.celford_240308 .sec06 > div a {
  width: 100%;
  height: 100%;
}

.celford_240308 .sec06 > div a picture {
  width: 100%;
  height: 100%;
}

.celford_240308 .sec06 > div a picture img {
  object-fit: cover;
  height: 100%;
}

.celford_240308 .sec06 .img21_wrap {
  grid-column: 1/2;
  grid-row: 1/2;
  transition-delay: 0.1s;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec06 .img21_wrap {
    grid-column: 1/2;
    grid-row: 1/2;
    transition-delay: 0.1s;
  }
}
.celford_240308 .sec06 .img22_wrap {
  grid-column: 2/3;
  grid-row: 1/2;
  transition-delay: 0.2s;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec06 .img22_wrap {
    grid-column: 2/3;
    grid-row: 2/3;
    transition-delay: 0.2s;
  }
}
.celford_240308 .sec06 .img23_wrap {
  grid-column: 3/4;
  grid-row: 1/2;
  transition-delay: 0.3s;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec06 .img23_wrap {
    grid-column: 2/3;
    grid-row: 1/2;
    transition-delay: 0.2s;
  }
}
.celford_240308 .sec06 .img24_wrap {
  grid-column: 1/3;
  grid-row: 2/3;
  transition-delay: 0.1s;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec06 .img24_wrap {
    grid-column: 1/3;
    grid-row: 3/4;
    transition-delay: 0.1s;
  }
}
.celford_240308 .sec06 .img25_wrap {
  grid-column: 3/4;
  grid-row: 2/3;
  transition-delay: 0.2s;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec06 .img25_wrap {
    grid-column: 1/2;
    grid-row: 2/3;
    transition-delay: 0.1s;
  }
}
.celford_240308 .sec07 {
  margin-bottom: 20rem;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec07 {
    margin-bottom: 13.3333333333vw;
  }
}
.celford_240308 .sec07 .logo_bottom_wrap {
  width: 17.6rem;
  margin: 0 auto 5.4rem;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec07 .logo_bottom_wrap {
    width: 43.4666666667vw;
    margin: 0 auto 10.6666666667vw;
  }
}
.celford_240308 .sec07 .all_link_wrap {
  text-align: center;
  margin-bottom: 9.8rem;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec07 .all_link_wrap {
    margin-bottom: 11.7333333333vw;
  }
}
.celford_240308 .sec07 .all_link_wrap a {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec07 .all_link_wrap a {
    font-size: 3.4666666667vw;
  }
}
.celford_240308 .sec07 .img26_wrap {
  width: 68.3rem;
  margin: 0 auto 20rem;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec07 .img26_wrap {
    width: 100%;
    margin: 0 auto 9.8666666667vw;
  }
}
.celford_240308 .sec07 .ttl {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 1rem;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec07 .ttl {
    font-size: 2.6666666667vw;
    line-height: 4vw;
    margin-bottom: 0;
  }
}
.celford_240308 .sec07 .txt_en {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.9rem;
  letter-spacing: 0;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .celford_240308 .sec07 .txt_en {
    font-size: 2.6666666667vw;
    line-height: 4vw;
  }
}
