@charset "UTF-8";
/*---------- font ----------*/
.celford_240319 {
  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;
}

@media screen and (min-width: 768px) {
  .celford_240319 {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
}
.celford_240319__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_240319__btn a {
    font-size: 1.1rem;
    line-height: 1.5454545455;
  }
}
/*---------- font ----------*/
/*---------- all common ----------*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

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

.celford_240319 a,
.celford_240319 picture {
  display: block;
}

.celford_240319 .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_240319 #breadcrumb {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
  }
}
.celford_240319 #breadcrumb .cateList {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: initial;
}

@media screen and (min-width: 768px) {
  .celford_240319 #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_240319 {
  margin-bottom: calc(40 * (100vw / 750));
}
@media screen and (min-width: 768px) {
  .celford_240319 {
    margin-bottom: 4rem;
  }
}
.celford_240319 .sec_01 .sec_ttl_01 h3,
.celford_240319 .sec_03 .sec_ttl_01 h3 {
  background-color: #f1f4f5;
}
.celford_240319 .sec_01 .sec_ttl_01 h3::before, .celford_240319 .sec_01 .sec_ttl_01 h3::after,
.celford_240319 .sec_03 .sec_ttl_01 h3::before,
.celford_240319 .sec_03 .sec_ttl_01 h3::after {
  content: "";
  background-color: #f1f4f5;
}
.celford_240319 .sec_02 .sec_ttl_01 h3 {
  background-color: #fff;
}
.celford_240319 .sec_02 .sec_ttl_01 h3::before, .celford_240319 .sec_02 .sec_ttl_01 h3::after {
  content: "";
  background-color: #fff;
}
.celford_240319 .sec_ttl_01 {
  text-align: center;
  position: relative;
  margin-bottom: calc(84 * (100vw / 750));
}
.celford_240319 .sec_ttl_01 h3 {
  display: inline-block;
  /* Garamond */
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-size: calc(60 * (100vw / 750));
  line-height: 1;
  letter-spacing: 0.075em;
  position: relative;
  z-index: 1;
}
.celford_240319 .sec_ttl_01 h3::before, .celford_240319 .sec_ttl_01 h3::after {
  content: "";
  display: block;
  width: calc(38 * (100vw / 750));
  height: 1em;
  position: absolute;
  top: 0;
}
.celford_240319 .sec_ttl_01 h3::before {
  left: calc(-38 * (100vw / 750));
}
.celford_240319 .sec_ttl_01 h3::after {
  right: calc(-38 * (100vw / 750));
}
.celford_240319 .sec_ttl_01::before, .celford_240319 .sec_ttl_01::after {
  content: "";
  display: block;
  width: calc(700 * (100vw / 750));
  height: calc(2 * (100vw / 750));
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
}
.celford_240319 .sec_ttl_01::before {
  top: calc(23 * (100vw / 750));
}
.celford_240319 .sec_ttl_01::after {
  top: calc(30 * (100vw / 750));
}
@media screen and (min-width: 768px) {
  .celford_240319 .sec_ttl_01 {
    margin-bottom: 0;
  }
  .celford_240319 .sec_ttl_01 h3 {
    font-size: 4rem;
  }
  .celford_240319 .sec_ttl_01 h3::before, .celford_240319 .sec_ttl_01 h3::after {
    width: 2.8rem;
  }
  .celford_240319 .sec_ttl_01 h3::before {
    left: -2.8rem;
  }
  .celford_240319 .sec_ttl_01 h3::after {
    right: -2.8rem;
  }
  .celford_240319 .sec_ttl_01::before, .celford_240319 .sec_ttl_01::after {
    width: 100%;
    height: 0.1rem;
  }
  .celford_240319 .sec_ttl_01::before {
    top: 1.4rem;
  }
  .celford_240319 .sec_ttl_01::after {
    top: 2.1rem;
  }
}
.celford_240319 .sec_ttl_02 {
  margin-bottom: calc(59 * (100vw / 750));
}
.celford_240319 .sec_ttl_02 h4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: calc(29 * (100vw / 750));
}
.celford_240319 .sec_ttl_02 h4 span {
  display: block;
}
.celford_240319 .sec_ttl_02 h4 .num {
  /* Garamond */
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-size: calc(90 * (100vw / 750));
  line-height: 1;
  margin-bottom: calc(24 * (100vw / 750));
}
.celford_240319 .sec_ttl_02 h4 .line {
  width: calc(40 * (100vw / 750));
  height: calc(2 * (100vw / 750));
  background-color: #000;
  margin-bottom: calc(13 * (100vw / 750));
}
.celford_240319 .sec_ttl_02 h4 .ttl {
  /* 游明朝 */
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: calc(40 * (100vw / 750));
  line-height: 1.8;
  letter-spacing: 0.075em;
  text-align: center;
}
.celford_240319 .sec_ttl_02 .icon_blk {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.celford_240319 .sec_ttl_02 .icon_blk .icon_item {
  display: flex;
  align-items: center;
}
.celford_240319 .sec_ttl_02 .icon_blk .icon_item span {
  display: block;
}
.celford_240319 .sec_ttl_02 .icon_blk .icon_item .item_name {
  /* Crimson Text */
  font-family: "Crimson Text", serif;
  font-size: calc(24 * (100vw / 750));
  letter-spacing: 0.025em;
  margin-right: calc(6 * (100vw / 750));
}
.celford_240319 .sec_ttl_02 .icon_blk .icon_item .icon {
  width: calc(54 * (100vw / 750));
  margin-left: calc(11 * (100vw / 750));
}
.celford_240319 .sec_ttl_02 .icon_blk .icon_item .attention_txt {
  font-size: calc(20 * (100vw / 750));
  transform: scale(0.825);
  transform-origin: left center;
  margin-left: calc(15 * (100vw / 750));
}
.celford_240319 .sec_ttl_02 .icon_blk .icon_item:nth-of-type(n + 2) {
  margin-left: calc(30 * (100vw / 750));
}
@media screen and (min-width: 768px) {
  .celford_240319 .sec_ttl_02 {
    margin-bottom: 0;
    border-bottom: 0.1rem solid #000;
    border-right: 0.1rem solid #000;
    width: fit-content;
    padding-top: 2.3rem;
    padding-right: 4rem;
    padding-bottom: 3.9rem;
    padding-left: 4rem;
  }
  .celford_240319 .sec_ttl_02 h4 {
    margin-bottom: 1rem;
  }
  .celford_240319 .sec_ttl_02 h4 .num {
    font-size: 6rem;
    margin-bottom: 1.1rem;
  }
  .celford_240319 .sec_ttl_02 h4 .line {
    width: 3rem;
    height: 0.2rem;
    margin-bottom: 1.3rem;
  }
  .celford_240319 .sec_ttl_02 h4 .ttl {
    font-size: 2.2rem;
    line-height: 2;
  }
  .celford_240319 .sec_ttl_02 .icon_blk .icon_item .item_name {
    /* Crimson Text */
    font-family: "Crimson Text", serif;
    font-size: 1.3rem;
    margin-right: 0.8rem;
  }
  .celford_240319 .sec_ttl_02 .icon_blk .icon_item .icon {
    width: 3rem;
    margin-left: 0.5rem;
  }
  .celford_240319 .sec_ttl_02 .icon_blk .icon_item .attention_txt {
    font-size: 1.1rem;
    transform: scale(1);
    margin-left: 1.2rem;
  }
  .celford_240319 .sec_ttl_02 .icon_blk .icon_item:nth-of-type(n + 2) {
    margin-left: 2rem;
  }
}
.celford_240319 .sec_ttl_03 h5 {
  /* Garamond Italic */
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: italic;
  font-size: calc(45 * (100vw / 750));
  line-height: 1;
  letter-spacing: 0.075em;
  margin-bottom: calc(27 * (100vw / 750));
}
.celford_240319 .sec_ttl_03 .line {
  display: block;
  background-color: #000;
  height: calc(2 * (100vw / 750));
  position: relative;
}
@media screen and (min-width: 768px) {
  .celford_240319 .sec_ttl_03 h5 {
    font-size: 2.5rem;
    margin-bottom: 1.8rem;
  }
  .celford_240319 .sec_ttl_03 .line {
    height: 0.1rem;
  }
}
.celford_240319 .model_img {
  width: 100%;
}
.celford_240319 .model_img a {
  display: block;
}
.celford_240319 .model_img a img {
  display: block;
}
.celford_240319 .sec_txt {
  text-align: justify;
}
.celford_240319 .credit {
  display: flex;
  flex-wrap: wrap;
  /* Crimson Text */
  font-family: "Crimson Text", serif;
  font-size: calc(24 * (100vw / 750));
  line-height: 1;
  letter-spacing: 0.025em;
}
.celford_240319 .credit li {
  margin-right: calc(22 * (100vw / 750));
}
.celford_240319 .credit li a {
  border-bottom: calc(2 * (100vw / 750)) solid #b2b2b2;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .celford_240319 .credit {
    font-size: 1.3rem;
    letter-spacing: 0.025em;
  }
  .celford_240319 .credit li {
    margin-right: 1.6rem;
  }
  .celford_240319 .credit li a {
    border-bottom: 0.1rem solid #b2b2b2;
    padding-bottom: 0.1rem;
  }
}
.celford_240319 .js-fade-Vr {
  opacity: 0;
  transition-duration: 1.2s;
}
.celford_240319 .js-fade-Vr.active {
  opacity: 1;
}
.celford_240319 .fv_area {
  width: 100%;
  text-align: center;
  margin-bottom: calc(129 * (100vw / 750));
}
@media screen and (min-width: 768px) {
  .celford_240319 .fv_area {
    margin-bottom: 9.5rem;
  }
}
.celford_240319 .fv_area_img {
  margin-bottom: calc(126 * (100vw / 750));
}
@media screen and (min-width: 768px) {
  .celford_240319 .fv_area_img {
    width: 120rem;
    margin-inline: auto;
    margin-bottom: 11.2rem;
  }
}
.celford_240319 .sec {
  width: 100%;
}
.celford_240319 .sec.sec_bg {
  background-color: #f1f4f5;
}
.celford_240319 .sec .sec_blk {
  position: relative;
}
@media screen and (min-width: 768px) {
  .celford_240319 .sec .sec_blk {
    pointer-events: none;
  }
  .celford_240319 .sec .sec_blk a {
    pointer-events: auto;
  }
}
@media screen and (min-width: 768px) {
  .celford_240319 .sec .sec_inner {
    width: 100%;
    max-width: 120rem;
    margin-inline: auto;
  }
}
.celford_240319 .sec_01 {
  padding: calc(120 * (100vw / 750)) 0;
  margin-bottom: calc(122 * (100vw / 750));
}
@media screen and (min-width: 768px) {
  .celford_240319 .sec_01 {
    padding: 10.2rem 0 10rem;
    margin-bottom: 10.2rem;
  }
}
.celford_240319 .sec_01 .sec_inner_01 {
  margin-bottom: calc(185 * (100vw / 750));
}
.celford_240319 .sec_01 .sec_inner_01 .img_01 {
  margin-bottom: calc(65 * (100vw / 750));
}
.celford_240319 .sec_01 .sec_inner_01 .sec_txt_01 {
  width: calc(611 * (100vw / 750));
  margin-inline: auto;
  margin-bottom: calc(68 * (100vw / 750));
}
.celford_240319 .sec_01 .sec_inner_01 .img_02 {
  width: calc(680 * (100vw / 750));
  margin-left: auto;
  margin-bottom: calc(65 * (100vw / 750));
}
.celford_240319 .sec_01 .sec_inner_01 .sec_ttl_03 {
  position: absolute;
  top: calc(86 * (100vw / 750));
  left: calc(30 * (100vw / 750));
}
.celford_240319 .sec_01 .sec_inner_01 .sec_ttl_03 .line {
  width: calc(254 * (100vw / 750));
  left: calc(-30 * (100vw / 750));
}
.celford_240319 .sec_01 .sec_inner_01 .sec_txt_02 {
  width: calc(610 * (100vw / 750));
  margin-inline: auto;
  margin-bottom: calc(26 * (100vw / 750));
}
.celford_240319 .sec_01 .sec_inner_01 .credit {
  width: calc(608 * (100vw / 750));
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .celford_240319 .sec_01 .sec_inner_01 {
    margin-bottom: 14rem;
  }
  .celford_240319 .sec_01 .sec_inner_01 .sec_ttl_02 {
    position: absolute;
    top: 19rem;
    left: 12.3rem;
  }
  .celford_240319 .sec_01 .sec_inner_01 .img_01 {
    margin-bottom: 0;
    width: 52rem;
    margin-left: 58.5rem;
    padding-top: 9.8rem;
  }
  .celford_240319 .sec_01 .sec_inner_01 .sec_txt_01 {
    width: 33rem;
    margin-bottom: 0;
    letter-spacing: 0.02em;
    position: absolute;
    top: 52.8rem;
    left: 13.9rem;
  }
  .celford_240319 .sec_01 .sec_inner_01 .img_02 {
    width: 44rem;
    margin-left: 9.5rem;
    margin-top: -15.5rem;
    margin-bottom: 3rem;
  }
  .celford_240319 .sec_01 .sec_inner_01 .sec_ttl_03 {
    position: absolute;
    top: 36.1rem;
    left: 58.5rem;
  }
  .celford_240319 .sec_01 .sec_inner_01 .sec_ttl_03 .line {
    width: 39.3rem;
    left: -8rem;
    margin-bottom: 1.2rem;
  }
  .celford_240319 .sec_01 .sec_inner_01 .sec_txt_02 {
    width: auto;
    margin-inline: auto;
    margin-bottom: 0;
    letter-spacing: 0.025em;
  }
  .celford_240319 .sec_01 .sec_inner_01 .credit {
    width: auto;
    margin-inline: auto;
    margin-left: 9.7rem;
  }
}
.celford_240319 .sec_01 .sec_inner_02 .img_03 {
  margin-bottom: calc(65 * (100vw / 750));
}
.celford_240319 .sec_01 .sec_inner_02 .sec_txt_03 {
  width: calc(608 * (100vw / 750));
  margin-inline: auto;
  margin-bottom: calc(70 * (100vw / 750));
}
.celford_240319 .sec_01 .sec_inner_02 .img_04 {
  width: calc(500 * (100vw / 750));
  margin-left: auto;
  margin-bottom: calc(65 * (100vw / 750));
}
.celford_240319 .sec_01 .sec_inner_02 .sec_ttl_03 {
  position: absolute;
  top: calc(340 * (100vw / 750));
  left: calc(30 * (100vw / 750));
}
.celford_240319 .sec_01 .sec_inner_02 .sec_ttl_03 .line {
  width: calc(270 * (100vw / 750));
  left: calc(-30 * (100vw / 750));
}
.celford_240319 .sec_01 .sec_inner_02 .sec_txt_04 {
  width: calc(602 * (100vw / 750));
  margin-inline: auto;
  margin-bottom: calc(27 * (100vw / 750));
}
.celford_240319 .sec_01 .sec_inner_02 .credit {
  width: calc(610 * (100vw / 750));
  margin-inline: auto;
}
.celford_240319 .sec_01 .sec_inner_02 .sec_ttl_02 h4 .ttl {
  letter-spacing: 0.085em;
}
@media screen and (min-width: 768px) {
  .celford_240319 .sec_01 .sec_inner_02 .sec_ttl_02 {
    position: absolute;
    top: 7.6rem;
    left: 74.1rem;
  }
  .celford_240319 .sec_01 .sec_inner_02 .sec_ttl_02 h4 {
    margin-bottom: 1.4rem;
  }
  .celford_240319 .sec_01 .sec_inner_02 .sec_ttl_02 h4 .line {
    margin-bottom: 1.6rem;
  }
  .celford_240319 .sec_01 .sec_inner_02 .sec_ttl_02 h4 .ttl {
    font-size: 1.7rem;
  }
  .celford_240319 .sec_01 .sec_inner_02 .sec_ttl_02 .icon_blk {
    margin-left: -0.5em;
  }
  .celford_240319 .sec_01 .sec_inner_02 .img_03 {
    width: 52rem;
    margin-left: 16rem;
    margin-bottom: 0;
  }
  .celford_240319 .sec_01 .sec_inner_02 .sec_txt_03 {
    width: 28rem;
    margin-bottom: 0;
    letter-spacing: 0.02em;
    position: absolute;
    top: 41.2rem;
    left: 75.5rem;
    letter-spacing: 0.04em;
  }
  .celford_240319 .sec_01 .sec_inner_02 .sec_txt_03 span {
    letter-spacing: 0.07em;
  }
  .celford_240319 .sec_01 .sec_inner_02 .img_04 {
    width: 33rem;
    margin-left: 65.5rem;
    margin-top: -9.4rem;
    margin-bottom: 0;
  }
  .celford_240319 .sec_01 .sec_inner_02 .sec_ttl_03 {
    position: absolute;
    top: 36.1rem;
    left: 16rem;
  }
  .celford_240319 .sec_01 .sec_inner_02 .sec_ttl_03 .line {
    width: 50.9rem;
    left: 0;
    margin-bottom: 1.3rem;
  }
  .celford_240319 .sec_01 .sec_inner_02 .sec_txt_04 {
    width: auto;
    margin-bottom: 0;
    letter-spacing: 0.025em;
  }
  .celford_240319 .sec_01 .sec_inner_02 .credit {
    position: absolute;
    bottom: 0;
    left: 101.7rem;
    width: auto;
    margin-inline: auto;
    flex-direction: column;
  }
  .celford_240319 .sec_01 .sec_inner_02 .credit li {
    margin-bottom: 1.5rem;
  }
  .celford_240319 .sec_01 .sec_inner_02 .credit li:nth-of-type(3) {
    margin-bottom: 0;
  }
  .celford_240319 .sec_01 .sec_inner_02 .sec_ttl_02 h4 .ttl {
    letter-spacing: 0.085em;
  }
}
.celford_240319 .sec_02 {
  margin-bottom: calc(120 * (100vw / 750));
}
@media screen and (min-width: 768px) {
  .celford_240319 .sec_02 {
    margin-bottom: 10rem;
  }
}
.celford_240319 .sec_02 .sec_inner_03 {
  margin-bottom: calc(180 * (100vw / 750));
}
.celford_240319 .sec_02 .sec_inner_03 .img_05 {
  margin-bottom: calc(65 * (100vw / 750));
}
.celford_240319 .sec_02 .sec_inner_03 .sec_txt_05 {
  width: calc(631 * (100vw / 750));
  margin-inline: auto;
  margin-bottom: calc(70 * (100vw / 750));
}
.celford_240319 .sec_02 .sec_inner_03 .sec_txt_05 span {
  letter-spacing: 0.09em;
}
.celford_240319 .sec_02 .sec_inner_03 .img_06 {
  width: calc(640 * (100vw / 750));
  margin-left: auto;
  margin-bottom: calc(66 * (100vw / 750));
}
.celford_240319 .sec_02 .sec_inner_03 .sec_ttl_03 {
  position: absolute;
  top: calc(175 * (100vw / 750));
  left: calc(30 * (100vw / 750));
}
.celford_240319 .sec_02 .sec_inner_03 .sec_ttl_03 .line {
  width: calc(230 * (100vw / 750));
  left: calc(-30 * (100vw / 750));
}
.celford_240319 .sec_02 .sec_inner_03 .sec_txt_06 {
  width: calc(580 * (100vw / 750));
  margin-left: calc(110 * (100vw / 750));
  margin-bottom: calc(26 * (100vw / 750));
}
.celford_240319 .sec_02 .sec_inner_03 .sec_txt_06 span {
  letter-spacing: 0.08em;
}
.celford_240319 .sec_02 .sec_inner_03 .credit {
  width: calc(570 * (100vw / 750));
  margin-left: calc(110 * (100vw / 750));
}
@media screen and (min-width: 768px) {
  .celford_240319 .sec_02 .sec_inner_03 {
    margin-bottom: 0;
  }
  .celford_240319 .sec_02 .sec_inner_03 .sec_ttl_02 {
    position: absolute;
    top: 26rem;
    left: 14.9rem;
  }
  .celford_240319 .sec_02 .sec_inner_03 .sec_ttl_02 h4 .num {
    margin-bottom: 2.1rem;
  }
  .celford_240319 .sec_02 .sec_inner_03 .img_05 {
    width: 50rem;
    margin-left: 55.5rem;
    margin-top: 9.8rem;
    margin-bottom: 4rem;
  }
  .celford_240319 .sec_02 .sec_inner_03 .sec_txt_05 {
    position: absolute;
    top: 59.9rem;
    left: 17rem;
    width: 26rem;
    margin-inline: auto;
    margin-bottom: 0;
    letter-spacing: 0.025em;
  }
  .celford_240319 .sec_02 .sec_inner_03 .sec_txt_05 span {
    letter-spacing: 0.09em;
  }
  .celford_240319 .sec_02 .sec_inner_03 .img_06 {
    width: 43rem;
    margin-left: 47.5rem;
    margin-bottom: 14rem;
  }
  .celford_240319 .sec_02 .sec_inner_03 .sec_ttl_03 {
    position: absolute;
    top: 24.1rem;
    left: 27rem;
  }
  .celford_240319 .sec_02 .sec_inner_03 .sec_ttl_03 .line {
    width: 34rem;
    left: 0;
    margin-bottom: 1.2rem;
  }
  .celford_240319 .sec_02 .sec_inner_03 .sec_txt_06 {
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
    letter-spacing: 0.03em;
  }
  .celford_240319 .sec_02 .sec_inner_03 .credit {
    position: absolute;
    bottom: -1.5rem;
    left: 93.5rem;
    width: auto;
    margin-inline: auto;
    flex-direction: column;
  }
  .celford_240319 .sec_02 .sec_inner_03 .credit li {
    margin-bottom: 1.5rem;
  }
  .celford_240319 .sec_02 .sec_inner_03 .credit li:nth-of-type(3) {
    margin-bottom: 0;
  }
}
.celford_240319 .sec_02 .sec_inner_04 .img_07 {
  width: calc(680 * (100vw / 750));
  margin-left: auto;
  margin-bottom: calc(66 * (100vw / 750));
}
.celford_240319 .sec_02 .sec_inner_04 .sec_txt_07 {
  width: calc(610 * (100vw / 750));
  margin-inline: auto;
  margin-bottom: calc(71 * (100vw / 750));
}
.celford_240319 .sec_02 .sec_inner_04 .img_08 {
  margin-bottom: calc(66 * (100vw / 750));
}
.celford_240319 .sec_02 .sec_inner_04 .sec_ttl_03 {
  position: absolute;
  top: calc(340 * (100vw / 750));
  left: calc(30 * (100vw / 750));
}
.celford_240319 .sec_02 .sec_inner_04 .sec_ttl_03 .line {
  width: calc(288 * (100vw / 750));
  left: calc(-30 * (100vw / 750));
}
.celford_240319 .sec_02 .sec_inner_04 .sec_txt_08 {
  width: calc(610 * (100vw / 750));
  margin-inline: auto;
  margin-bottom: calc(28 * (100vw / 750));
}
.celford_240319 .sec_02 .sec_inner_04 .credit {
  width: calc(610 * (100vw / 750));
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .celford_240319 .sec_02 .sec_inner_04 .sec_ttl_02 {
    position: absolute;
    top: 12.1rem;
    left: 68.3rem;
    padding-right: 4.2rem;
  }
  .celford_240319 .sec_02 .sec_inner_04 .sec_ttl_02 h4 {
    margin-bottom: 0.9rem;
  }
  .celford_240319 .sec_02 .sec_inner_04 .sec_ttl_02 h4 .num {
    margin-bottom: 2.2rem;
  }
  .celford_240319 .sec_02 .sec_inner_04 .img_07 {
    width: 50rem;
    margin-left: 10rem;
    margin-bottom: 0;
  }
  .celford_240319 .sec_02 .sec_inner_04 .sec_txt_07 {
    position: absolute;
    width: 42rem;
    margin-inline: auto;
    margin-bottom: 0;
    letter-spacing: 0.03em;
    top: 80.3rem;
    left: 14rem;
  }
  .celford_240319 .sec_02 .sec_inner_04 .img_08 {
    width: 44rem;
    margin-left: 66rem;
    margin-top: -21rem;
    margin-bottom: 3rem;
  }
  .celford_240319 .sec_02 .sec_inner_04 .sec_ttl_03 {
    position: absolute;
    top: 52.6rem;
    left: 23rem;
  }
  .celford_240319 .sec_02 .sec_inner_04 .sec_ttl_03 .line {
    width: 45rem;
    left: 0;
    margin-bottom: 1.3rem;
  }
  .celford_240319 .sec_02 .sec_inner_04 .sec_txt_08 {
    width: auto;
    margin-inline: auto;
    margin-bottom: 0;
    letter-spacing: 0.025em;
  }
  .celford_240319 .sec_02 .sec_inner_04 .credit {
    width: auto;
    justify-content: flex-end;
    margin-right: 8.2rem;
  }
}
.celford_240319 .sec_03 {
  padding: calc(120 * (100vw / 750)) 0;
  margin-bottom: calc(216 * (100vw / 750));
}
@media screen and (min-width: 768px) {
  .celford_240319 .sec_03 {
    padding: 10.2rem 0 10rem;
    margin-bottom: 12.8rem;
  }
}
.celford_240319 .sec_03 .sec_inner_05 {
  margin-bottom: calc(185 * (100vw / 750));
}
.celford_240319 .sec_03 .sec_inner_05 .img_09 {
  margin-bottom: calc(66 * (100vw / 750));
}
.celford_240319 .sec_03 .sec_inner_05 .sec_txt_09 {
  width: calc(610 * (100vw / 750));
  margin-inline: auto;
  margin-bottom: calc(70 * (100vw / 750));
}
.celford_240319 .sec_03 .sec_inner_05 .img_10 {
  width: calc(530 * (100vw / 750));
  margin-left: calc(70 * (100vw / 750));
  margin-bottom: calc(66 * (100vw / 750));
}
.celford_240319 .sec_03 .sec_inner_05 .sec_ttl_03 {
  position: absolute;
  top: calc(119 * (100vw / 750));
  right: calc(26 * (100vw / 750));
  text-align: right;
}
.celford_240319 .sec_03 .sec_inner_05 .sec_ttl_03 .line {
  width: calc(234 * (100vw / 750));
  right: calc(-25 * (100vw / 750));
}
.celford_240319 .sec_03 .sec_inner_05 .sec_txt_10 {
  width: calc(530 * (100vw / 750));
  margin-left: calc(70 * (100vw / 750));
  margin-bottom: calc(27 * (100vw / 750));
}
.celford_240319 .sec_03 .sec_inner_05 .sec_txt_10 span {
  letter-spacing: 0.09em;
}
.celford_240319 .sec_03 .sec_inner_05 .credit {
  width: calc(610 * (100vw / 750));
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .celford_240319 .sec_03 .sec_inner_05 {
    margin-bottom: 12rem;
  }
  .celford_240319 .sec_03 .sec_inner_05 .sec_ttl_02 {
    position: absolute;
    top: 22.7rem;
    left: 12.5rem;
    padding-right: 3.8rem;
  }
  .celford_240319 .sec_03 .sec_inner_05 .sec_ttl_02 h4 .num {
    margin-bottom: 2.1rem;
  }
  .celford_240319 .sec_03 .sec_inner_05 .img_09 {
    width: 53rem;
    margin-left: 54.5rem;
    margin-top: 9.8rem;
    margin-bottom: 0;
  }
  .celford_240319 .sec_03 .sec_inner_05 .sec_txt_09 {
    position: absolute;
    width: 28rem;
    margin-inline: auto;
    margin-bottom: 0;
    top: 58.5rem;
    left: 14.5rem;
    letter-spacing: 0.045em;
  }
  .celford_240319 .sec_03 .sec_inner_05 .img_10 {
    width: 33rem;
    margin-left: 26.5rem;
    margin-top: -8.3rem;
    margin-bottom: 3rem;
  }
  .celford_240319 .sec_03 .sec_inner_05 .sec_ttl_03 {
    position: absolute;
    top: 22.4rem;
    right: auto;
    left: 66.9rem;
    text-align: left;
  }
  .celford_240319 .sec_03 .sec_inner_05 .sec_ttl_03 .line {
    width: 50rem;
    right: 0;
    left: -9.4rem;
    margin-bottom: 1.2rem;
  }
  .celford_240319 .sec_03 .sec_inner_05 .sec_txt_10 {
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
    letter-spacing: 0.025em;
  }
  .celford_240319 .sec_03 .sec_inner_05 .credit {
    width: auto;
    margin-inline: auto;
    margin-left: 26.5rem;
  }
}
.celford_240319 .sec_03 .sec_inner_06 .img_11 {
  width: calc(700 * (100vw / 750));
  margin-bottom: calc(65 * (100vw / 750));
}
.celford_240319 .sec_03 .sec_inner_06 .sec_txt_11 {
  width: calc(650 * (100vw / 750));
  margin-inline: auto;
  margin-bottom: calc(70 * (100vw / 750));
}
.celford_240319 .sec_03 .sec_inner_06 .img_12 {
  width: calc(700 * (100vw / 750));
  margin-left: auto;
  margin-bottom: calc(66 * (100vw / 750));
}
.celford_240319 .sec_03 .sec_inner_06 .sec_ttl_03 {
  position: absolute;
  top: calc(350 * (100vw / 750));
  left: calc(30 * (100vw / 750));
}
.celford_240319 .sec_03 .sec_inner_06 .sec_ttl_03 .line {
  width: calc(270 * (100vw / 750));
  left: calc(-30 * (100vw / 750));
}
.celford_240319 .sec_03 .sec_inner_06 .sec_txt_12 {
  width: calc(650 * (100vw / 750));
  margin-inline: auto;
  margin-bottom: calc(26 * (100vw / 750));
}
.celford_240319 .sec_03 .sec_inner_06 .credit {
  width: calc(400 * (100vw / 750));
  margin-left: calc(50 * (100vw / 750));
}
.celford_240319 .sec_03 .sec_inner_06 .credit li:nth-of-type(1), .celford_240319 .sec_03 .sec_inner_06 .credit li:nth-of-type(2) {
  margin-bottom: calc(27 * (100vw / 750));
}
.celford_240319 .sec_03 .sec_inner_06 .sec_ttl_02 .icon_blk {
  margin-left: calc(40 * (100vw / 750));
}
@media screen and (min-width: 768px) {
  .celford_240319 .sec_03 .sec_inner_06 .sec_ttl_02 {
    position: absolute;
    top: 13.6rem;
    left: 76.7rem;
    padding-top: 1.4rem;
    padding-right: 4.2rem;
  }
  .celford_240319 .sec_03 .sec_inner_06 .sec_ttl_02 h4 .num {
    margin-bottom: 2.1rem;
  }
  .celford_240319 .sec_03 .sec_inner_06 .sec_ttl_02 .icon_blk {
    flex-direction: column;
    margin-left: 0;
  }
  .celford_240319 .sec_03 .sec_inner_06 .sec_ttl_02 .icon_blk .icon_item {
    margin-left: 0.4rem;
  }
  .celford_240319 .sec_03 .sec_inner_06 .sec_ttl_02 .icon_blk .icon_item:first-of-type {
    margin-bottom: 2rem;
    margin-left: 0.4rem;
    margin-top: -0.1rem;
  }
  .celford_240319 .sec_03 .sec_inner_06 .sec_ttl_02 .icon_blk .icon_item .attention_txt {
    letter-spacing: 0.02em;
  }
  .celford_240319 .sec_03 .sec_inner_06 .img_11 {
    width: 56rem;
    margin-left: 12.5rem;
    margin-bottom: 3rem;
  }
  .celford_240319 .sec_03 .sec_inner_06 .sec_txt_11 {
    position: absolute;
    width: 28rem;
    margin-inline: auto;
    margin-bottom: 0;
    top: 53.5rem;
    left: 78rem;
    letter-spacing: 0.02em;
  }
  .celford_240319 .sec_03 .sec_inner_06 .sec_txt_11 span {
    letter-spacing: 0.06em;
  }
  .celford_240319 .sec_03 .sec_inner_06 .img_12 {
    width: 45rem;
    margin-left: 54.5rem;
    margin-bottom: 3rem;
  }
  .celford_240319 .sec_03 .sec_inner_06 .sec_ttl_03 {
    position: absolute;
    top: 26.5rem;
    left: 12.5rem;
  }
  .celford_240319 .sec_03 .sec_inner_06 .sec_ttl_03 .line {
    width: 46rem;
    left: 0;
    margin-bottom: 1.2rem;
  }
  .celford_240319 .sec_03 .sec_inner_06 .sec_txt_12 {
    width: auto;
    margin-inline: auto;
    margin-bottom: 0;
    letter-spacing: 0.025em;
  }
  .celford_240319 .sec_03 .sec_inner_06 .credit {
    width: auto;
    margin-left: 0;
    margin-right: 18.8rem;
    justify-content: flex-end;
  }
  .celford_240319 .sec_03 .sec_inner_06 .credit li:nth-of-type(1), .celford_240319 .sec_03 .sec_inner_06 .credit li:nth-of-type(2) {
    margin-bottom: 0;
  }
}
.celford_240319 .sec_icon_bottom_wrap {
  border-top: calc(2 * (100vw / 750)) solid #000;
  border-bottom: calc(2 * (100vw / 750)) solid #000;
  position: relative;
  padding: calc(56 * (100vw / 750)) 0 calc(37 * (100vw / 750));
}
.celford_240319 .sec_icon_bottom_wrap .sec_icon_ttl {
  display: flex;
  justify-content: center;
  /* Garamond Premier */
  font-family: garamond-premier-pro, serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(32 * (100vw / 750));
  letter-spacing: -0.01em;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  top: calc(-17 * (100vw / 750));
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  width: fit-content;
  padding: 0 calc(20 * (100vw / 750));
}
.celford_240319 .sec_icon_bottom_wrap .sec_icon_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
.celford_240319 .sec_icon_bottom_wrap .sec_icon_bottom .sec_icon {
  display: flex;
  align-items: center;
}
.celford_240319 .sec_icon_bottom_wrap .sec_icon_bottom .sec_icon .sec_icon_img {
  width: calc(60 * (100vw / 750));
}
.celford_240319 .sec_icon_bottom_wrap .sec_icon_bottom .sec_icon .sec_icon_label {
  /* Crimson Text */
  font-family: "Crimson Text", serif;
  font-size: calc(24 * (100vw / 750));
  line-height: 1;
  letter-spacing: 0.025em;
  margin-left: calc(18 * (100vw / 750));
}
.celford_240319 .sec_icon_bottom_wrap .sec_icon_bottom .sec_icon:nth-of-type(2) {
  margin-left: calc(48 * (100vw / 750));
}
@media screen and (min-width: 768px) {
  .celford_240319 .sec_icon_bottom_wrap {
    max-width: 100rem;
    margin-inline: auto;
    border-top: 0.1rem solid #000;
    border-bottom: 0.1rem solid #000;
    padding: 3.3rem 0 2.5rem;
  }
  .celford_240319 .sec_icon_bottom_wrap .sec_icon_ttl {
    font-size: 1.8rem;
    top: -0.9rem;
    padding: 0 1.7rem;
  }
  .celford_240319 .sec_icon_bottom_wrap .sec_icon_bottom .sec_icon .sec_icon_img {
    width: 3.2rem;
  }
  .celford_240319 .sec_icon_bottom_wrap .sec_icon_bottom .sec_icon .sec_icon_label {
    /* Crimson Text */
    font-family: "Crimson Text", serif;
    font-size: 1.3rem;
    margin-left: 1rem;
    letter-spacing: 0.05em;
  }
  .celford_240319 .sec_icon_bottom_wrap .sec_icon_bottom .sec_icon:nth-of-type(2) {
    margin-left: 2rem;
  }
}
.celford_240319 .staff {
  /* Crimson Text */
  font-family: "Crimson Text", serif;
  text-align: center;
  font-size: calc(24 * (100vw / 750));
  padding-top: calc(108 * (100vw / 750));
  line-height: 1.9166;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .celford_240319 .staff {
    font-size: 1.3rem;
    padding-top: 5.5rem;
    line-height: 1.83;
  }
}
.celford_240319 .celford_btn a {
  margin-top: calc(114 * (100vw / 750));
}
@media screen and (min-width: 768px) {
  .celford_240319 .celford_btn a {
    margin-top: 5.5rem;
  }
}
