@charset "UTF-8";
:root {
  --white: #fff;
  --black: #000;
  --text-main: #171818;
  --bg-main: #fff;
  --line-color: #000;
  --font: Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体, ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
  --font-en: Crimson Text, serif;
  --font-en2: garamond-premier-pro-display, serif;
  --font-mincho: fot-tsukumin-pr6n, sans-serif;
  --pc-width: 1400;
  --tb-width: 768;
  --sp-width: 750;
}

/*----------共通設定 pc----------*/
* {
  font-feature-settings: normal;
}

* > .celford_240306 {
  font-family: var(--font);
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
}

/*----------共通設定 tablet----------*/
@media only screen and (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*----------共通設定 sp----------*/
@media only screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
  #footer {
    z-index: 0;
    position: relative;
    background-color: #fff;
  }
  #footer .menu-sns ul {
    margin: 0;
    padding: 20px 0px 40px 0px;
  }
}
/*----------LP normalize SP----------*/
.celford_240306 {
  font-family: var(--font);
}
.celford_240306 * {
  box-sizing: border-box;
}
.celford_240306 img {
  height: auto;
  opacity: 1;
  width: 100%;
}
.celford_240306 a {
  text-decoration: none;
}
.celford_240306 picture, .celford_240306 a {
  display: block;
}
.celford_240306 .spOnly {
  display: block;
}
.celford_240306 .pcOnly {
  display: none;
}
.celford_240306 p, .celford_240306 ul, .celford_240306ol, .celford_240306dl {
  margin: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .celford_240306 .section__inner {
    max-width: 100%;
  }
  .celford_240306 .pc_only {
    display: none;
  }
  .celford_240306 .sp_only {
    display: block;
    padding-left: 0;
  }
}

/*----------LP normalize PC----------*/
@media only screen and (min-width: 768px) {
  #Wrap {
    width: 100% !important;
  }
  .lp__contener .pc_only {
    display: block;
  }
  .lp__contener .sp_only {
    display: none;
  }
  .lp__contener .section__inner {
    margin: 0 auto;
  }
}
/*----------装飾----------*/
.line-marker {
  text-align: center;
}
.line-marker span {
  position: relative;
  z-index: 0;
}
.line-marker span::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 1.4rem;
  background: #D6A69E;
  bottom: 0.4rem;
  padding: 0 1rem;
  left: -1rem;
  z-index: -1;
}

/*----------アニメーション----------*/
.fadeup {
  opacity: 0;
  transition: opacity 1.2s, transform 1.2s;
  transform: translateY(30px);
}

.fadeup.fade-active {
  opacity: 1;
  transform: translateY(0rem);
}

.fadein {
  opacity: 0;
  transition: opacity 1.2s;
}

.fadein.fade-active {
  opacity: 1;
}

.fadein02 {
  opacity: 0;
  transition: opacity 1.2s;
}

.fadein02.fade-active {
  opacity: 1;
}

.fadein-load {
  opacity: 0;
  transition: opacity, 1s;
}

.fadein-load.fade-active {
  opacity: 1;
}

/*.fadein-load {
  opacity: 0;
  animation: opa2 1.4s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  -webkit-mask-image: linear-gradient(0deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, .02) 43.3333333333%, rgba(0, 0, 0, .08) 45%, rgba(0, 0, 0, .18) 46.6666666667%, rgba(0, 0, 0, .32) 48.3333333333%, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .68) 51.6666666667%, rgba(0, 0, 0, .82) 53.3333333333%, rgba(0, 0, 0, .92) 55%, rgba(0, 0, 0, .98) 56.6666666667%, #000 58.3333333333%, #000);
  mask-image: linear-gradient(0deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, .02) 43.3333333333%, rgba(0, 0, 0, .08) 45%, rgba(0, 0, 0, .18) 46.6666666667%, rgba(0, 0, 0, .32) 48.3333333333%, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .68) 51.6666666667%, rgba(0, 0, 0, .82) 53.3333333333%, rgba(0, 0, 0, .92) 55%, rgba(0, 0, 0, .98) 56.6666666667%, #000 58.3333333333%, #000);
  -webkit-mask-size: 100% max(300%, 100vh);
  mask-size: 100% max(300%, 100vh);
  -webkit-mask-position: center 100%;
  mask-position: center 100%;
  -webkit-mask-repeat: none;
  mask-repeat: none;
  transform: translateZ(0);
  transition: mask-position 1.4s 1s linear, -webkit-mask-position 1.4s 1s linear;
}
.fadein-load.fade-active {
  -webkit-mask-position: center 0;
  mask-position: center 0;
}*/
@keyframes opa2 {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.bg__move .video__wrap {
  opacity: 0;
  transition: opacity 1s;
}

.bg__move.fade-action .video__wrap {
  opacity: 1;
}

.fade_order li {
  opacity: 0;
  transform: translateY(3rem);
}

.fade_order.fade-active li {
  opacity: 1;
  transition: opacity 0.8s, transform 0.8s;
  transform: translateY(0rem);
}
.fade_order.fade-active li:nth-of-type(1) {
  transition: opacity 0.8s 0.2s ease, transform 0.8s 0.2s ease;
}
.fade_order.fade-active li:nth-of-type(2) {
  transition: opacity 0.8s 0.4s ease, transform 0.8s 0.4s ease;
}
.fade_order.fade-active li:nth-of-type(3) {
  transition: opacity 0.8s 0.6s ease, transform 0.8s 0.6s ease;
}
.fade_order.fade-active li:nth-of-type(4) {
  transition: opacity 0.8s 0.8s ease, transform 0.8s 0.8s ease;
}

@keyframes move__upDown {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(20px);
  }
  100% {
    transform: translatey(0px);
  }
}
#Header {
  background-color: #fff;
  position: relative;
}

.cateList {
  max-width: 120rem;
  margin: 0 auto 40px;
  font-size: 12px;
}

.cateList span {
  padding: 0 5px;
}

.area_archive {
  background-color: #fff;
  z-index: 1;
  position: relative;
  width: 100% !important;
  padding: 16rem 0 12rem;
  margin: 0 !important;
}

/*----------layout pc----------*/
.celford_240306 {
  margin: 0 auto;
  padding: 0 0 0 0;
  background-size: cover;
  max-width: 120rem;
  font-family: var(--font);
  font-weight: 400;
  color: #000000;
  position: relative;
  z-index: 0;
  /*----------sec----------*/
  /*----------imageBox----------*/
  /*----------.sec__credit----------*/
}
.celford_240306 a:hover {
  opacity: 1;
}
.celford_240306 .sec__inner {
  position: relative;
}
.celford_240306 .sec__inner.sec__bg {
  position: relative;
}
.celford_240306 .sec__inner.sec__bg::before {
  display: block;
  position: absolute;
  content: "";
  background-color: #ccc;
  width: 84rem;
  height: 60rem;
  left: 0;
  top: 1rem;
  z-index: -2;
}
.celford_240306 .sec__inner.sec__bg::after {
  display: block;
  position: absolute;
  content: "";
  border: 1px solid #000;
  width: 84rem;
  height: 60rem;
  left: 1rem;
  top: 0;
  z-index: -1;
}
.celford_240306 .intro {
  width: 100%;
  margin: 0 auto;
}
.celford_240306 .contents_area {
  margin: 0 auto;
}
.celford_240306 .firstviewArea {
  margin: 0 auto;
  /*----------.intro----------*/
}
.celford_240306 .firstviewArea .mainvisual--main_banner {
  width: 120rem;
  margin: 0 auto;
  padding: 0;
}
.celford_240306 .firstviewArea .mainvisual--main_txt {
  padding: 11.5rem 0 0;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 2.2;
  background-color: #fff;
}
.celford_240306 .firstviewArea .main_txt--inner {
  font-feature-settings: "palt";
}
.celford_240306 .sec__content {
  position: relative;
  padding: 18rem 0 0 0;
}
.celford_240306 .sec__content.sec__01 {
  padding: 0;
  margin: 13rem 0 0;
}
.celford_240306 .sec__content.sec__02 {
  padding: 19.2rem 0 0 0;
}
.celford_240306 .sec__content.sec__03 {
  padding: 19.8rem 0 0;
}
.celford_240306 .sec__content.sec__04 {
  padding: 20rem 0 0 0;
}
.celford_240306 .sec__content.sec__04 .item__creditWrap {
  display: flex;
  flex-direction: row;
  position: static;
  justify-content: flex-start;
  width: 100%;
  margin: 3.2rem 2rem 0 11rem;
}
.celford_240306 .sec__content.sec__05 {
  padding: 20rem 0 0 0;
}
.celford_240306 .sec__content.sec__06 {
  padding: 20rem 0 0 0;
}
.celford_240306 .sec__content.sec__06 .item__creditWrap {
  display: flex;
  flex-direction: row;
  position: static;
  justify-content: flex-start;
  width: 100%;
  margin: 3.1rem 2rem 0 11.4rem;
}
.celford_240306 .sec__content.sec__viewAll {
  padding: 12rem 0 0 0;
  width: 100rem;
  margin: 0 auto;
}
.celford_240306 .sec__content .sec__inner {
  margin: 0 auto;
}
.celford_240306 .sec__content .item__theme {
  display: inline-block;
  z-index: 2;
  position: absolute;
  transform-origin: left top;
  transform: rotate(90deg);
  font-family: var(--font-en2);
  font-size: 7rem;
  letter-spacing: 0.05em;
  pointer-events: none;
}
.celford_240306 .sec__content .item__theme .title__inner::before {
  mix-blend-mode: multiply;
}
.celford_240306 .sec__content .item__theme.item__theme--01 {
  top: -1.5rem;
  left: auto;
  right: -17.3rem;
}
.celford_240306 .sec__content .item__theme.item__theme--02 {
  top: 0rem;
  left: -2.5rem;
}
.celford_240306 .sec__content .item__theme.item__theme--03 {
  top: -4.5rem;
  left: auto;
  right: -17.3rem;
}
.celford_240306 .sec__content .item__theme.item__theme--04 {
  top: -14.5rem;
  left: 8.2rem;
  right: auto;
}
.celford_240306 .sec__content .item__theme.item__theme--05 {
  top: 3rem;
  left: auto;
  right: -23.7rem;
}
.celford_240306 .sec__content .item__theme.item__theme--06 {
  top: -15rem;
  left: 10rem;
  right: auto;
}
.celford_240306 .sec__content .item__theme .title__inner {
  position: relative;
}
.celford_240306 .sec__content .item__textArea {
  margin: 5.5rem 0 0 0;
  position: relative;
}
.celford_240306 .sec__content .item__textArea.item__textArea--01 {
  width: 33rem;
  margin: 0 10rem 0 10rem;
  padding: 23.5rem 0 0 0;
  left: 1rem;
}
.celford_240306 .sec__content .item__textArea.item__textArea--02 {
  margin: 5.3rem 0 0 0;
}
.celford_240306 .sec__content .item__textArea.item__textArea--03 {
  width: 100%;
  margin: 7.5rem auto 0;
  padding: 0 0 0 2rem;
  right: 1rem;
  order: 4;
}
.celford_240306 .sec__content .item__textArea.item__textArea--04 {
  margin: 5.2rem 0 0 0;
}
.celford_240306 .sec__content .item__textArea.item__textArea--05 {
  width: 34rem;
  margin: 0 0 0 10.5rem;
  padding: 23.5rem 0 0 0;
  left: 0;
  right: 1rem;
  position: absolute;
}
.celford_240306 .sec__content .item__textArea.item__textArea--06 {
  margin: 5.3rem 0 0 0;
}
.celford_240306 .sec__content .item__title {
  font-family: var(--font-mincho);
  font-feature-settings: "palt";
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.075em;
}
.celford_240306 .sec__content .item__lead {
  width: 32rem;
  margin: 2rem 0 0 0;
  font-family: var(--font);
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  line-height: 2.2;
  font-feature-settings: "palt";
  z-index: 2;
}
.celford_240306 .sec__content .item__lead.item__lead--02 {
  text-align: center;
  width: 100%;
}
.celford_240306 .sec__content .item__lead.item__lead--04 {
  width: 33rem;
}
.celford_240306 .sec__content .item__lead.item__lead--05 {
  width: 30rem;
}
.celford_240306 .sec__content .item__iconList {
  margin: 1.5rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.celford_240306 .sec__content .item__iconList li {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.celford_240306 .sec__content .item__iconList li .icon__name {
  font-family: var(--font-en);
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
.celford_240306 .sec__content .item__iconList li .icon__image {
  width: 3rem;
}
.celford_240306 .sec__content .item__box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 0;
  position: relative;
}
.celford_240306 .sec__content .item__box.item__01-1 {
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 94rem;
  margin: 0 0 0 13.8rem;
  z-index: 1;
}
.celford_240306 .sec__content .item__box.item__01-1 .item__image {
  width: 54rem;
}
.celford_240306 .sec__content .item__box.item__01-1 .item__text {
  margin: 11.7rem 0 0 0;
  width: 32rem;
}
.celford_240306 .sec__content .item__box.item__01-2 {
  width: 42.3rem;
  margin: -26.4rem 0 0 16.3rem;
  z-index: 1;
}
.celford_240306 .sec__content .item__box.item__01-2 .item__creditWrap {
  bottom: 0.6rem;
  right: -12.5rem;
}
.celford_240306 .sec__content .item__box.item__02-1 {
  display: block;
  width: 95rem;
  margin: 0 auto;
}
.celford_240306 .sec__content .item__box.item__02-1 .item__image {
  width: 52rem;
  margin: 0 auto;
}
.celford_240306 .sec__content .item__box.item__02-1 .item__text {
  margin: 5rem 0 0 0;
  width: 100%;
  text-align: center;
}
.celford_240306 .sec__content .item__box.item__02-1 .item__creditWrap {
  display: flex;
  position: static;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
  margin: 3.2rem 2rem 0 0;
}
.celford_240306 .sec__content .item__box.item__02-2 {
  width: 95rem;
  margin: 5rem 0 0 13.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 1;
}
.celford_240306 .sec__content .item__box.item__02-2 .item__image--04 {
  width: 45rem;
}
.celford_240306 .sec__content .item__box.item__02-2 .item__image--05 {
  width: 46.9rem;
}
.celford_240306 .sec__content .item__box.item__02-2 .item__creditWrap {
  display: flex;
  flex-direction: row;
  position: static;
  justify-content: flex-end;
  width: 100%;
  margin: 3.2rem 2rem 0 0;
}
.celford_240306 .sec__content .item__box.item__03-1 {
  flex-direction: row-reverse;
  width: 93rem;
  margin: 0 0 0 14.5rem;
}
.celford_240306 .sec__content .item__box.item__03-1 .item__image {
  width: 53rem;
  margin: 0 0 0 auto;
}
.celford_240306 .sec__content .item__box.item__03-1 .item__text {
  width: 32rem;
  margin: 13.5rem 0 0 0;
}
.celford_240306 .sec__content .item__box.item__03-2 {
  display: flex;
  flex-wrap: wrap;
  width: 51rem;
  margin: -38rem 0 0 0;
  z-index: 1;
}
.celford_240306 .sec__content .item__box.item__03-2 .item__image {
  width: 38.3rem;
  margin: 17rem 0 0 10.3rem;
}
.celford_240306 .sec__content .item__box.item__03-2 .item__creditWrap {
  bottom: 0;
  right: -10.2rem;
}
.celford_240306 .sec__content .item__box.item__04-1 {
  width: 93.5rem;
  margin: 0 0 0 11rem;
  justify-content: space-between;
  z-index: 1;
}
.celford_240306 .sec__content .item__box.item__04-1 .item__image {
  width: 55rem;
  margin: 19rem 0 0 0;
}
.celford_240306 .sec__content .item__box.item__04-1 .item__text {
  margin: 65rem 0 0 0;
  width: 32rem;
}
.celford_240306 .sec__content .item__box.item__04-2 {
  width: 42.1rem;
  position: absolute;
  top: 0;
  left: auto;
  right: 8.8rem;
  z-index: 1;
}
.celford_240306 .sec__content .item__box.item__05-1 {
  margin: 0 0 0 17.5rem;
  width: 85rem;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.celford_240306 .sec__content .item__box.item__05-1 .item__image {
  width: 49rem;
}
.celford_240306 .sec__content .item__box.item__05-1 .item__text {
  width: 32rem;
  margin: 23.8rem 0 0 0;
}
.celford_240306 .sec__content .item__box.item__05-2 {
  width: 57rem;
  margin: 6rem 0 0 29.3rem;
  z-index: 1;
}
.celford_240306 .sec__content .item__box.item__05-2 .item__image {
  width: 45.3rem;
}
.celford_240306 .sec__content .item__box.item__05-2 .item__creditWrap {
  left: auto;
  right: -0.8rem;
  bottom: 0rem;
}
.celford_240306 .sec__content .item__box.item__06-1 {
  width: 96rem;
  justify-content: space-between;
  margin: 0 0 0 11.5rem;
}
.celford_240306 .sec__content .item__box.item__06-1 .item__image {
  width: 57rem;
  margin: 34.3rem 0 0 0;
}
.celford_240306 .sec__content .item__box.item__06-1 .item__text {
  width: 32rem;
  margin: 69.3rem 0 0 0;
}
.celford_240306 .sec__content .item__box.item__06-2 {
  width: 36.2rem;
  position: absolute;
  top: 0;
  left: auto;
  right: 10.5rem;
  z-index: 1;
}
.celford_240306 .sec__content .item__front {
  position: relative;
}
.celford_240306 .sec__content .item__front::before {
  display: block;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #f3f4f6;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.celford_240306 .sec__content .item__front.item__front--01::before {
  height: 28.7rem;
  width: 9rem;
  top: -6.5rem;
  left: auto;
  right: -2.2rem;
  background-color: rgba(212, 190, 178, 0.3);
}
.celford_240306 .sec__content .item__front.item__front--02::before {
  height: 19.9rem;
  width: 17.5rem;
  top: -5rem;
  left: -14.4rem;
  background-color: rgba(212, 190, 178, 0.3);
}
.celford_240306 .sec__content .item__front.item__front--03::before {
  height: 29.7rem;
  width: 9rem;
  top: -8rem;
  left: auto;
  right: -2.6rem;
  background-color: rgba(212, 190, 178, 0.3);
}
.celford_240306 .sec__content .item__front.item__front--04::before {
  height: 33rem;
  width: 7.6rem;
  top: -19rem;
  left: -3rem;
  background-color: rgba(202, 209, 210, 0.5);
}
.celford_240306 .sec__content .item__front.item__front--05::before {
  height: 22.9rem;
  width: 12.5rem;
  top: -5.1rem;
  left: auto;
  right: -6.2rem;
  background-color: rgba(202, 209, 210, 0.5);
}
.celford_240306 .sec__content .item__front.item__front--06::before {
  height: 24.9rem;
  width: 19.9rem;
  top: -21.5rem;
  left: -5.3rem;
  background-color: rgba(202, 209, 210, 0.5);
}
.celford_240306 .sec__content .item__creditWrap {
  display: inline-flex;
  flex-direction: column;
  margin: 3rem 0 0 0;
  gap: 1.6rem;
  font-family: var(--font-en);
  z-index: 1;
  position: absolute;
}
.celford_240306 .sec__content .item__creditWrap a {
  display: inline-block;
  width: fit-content;
  letter-spacing: 0.025em;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #b2b2b2;
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 1.3rem;
}
.celford_240306 .sec__content .item__credit {
  margin: 0 0 1.4rem 1.3rem;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: var(--font-en);
  font-weight: 400;
  font-style: normal;
  display: inline-block;
}
.celford_240306 .sec__content .item__credit span {
  display: inline-block;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #999999;
}
.celford_240306 .sec__content .staff-credit {
  font-family: var(--font-en);
  font-size: 1.3rem;
  margin-top: 5.6rem;
  line-height: 1.8461538462;
  letter-spacing: 0.025em;
  text-align: center;
}
.celford_240306 .sec__content .icon__valiation {
  border-bottom: 1px solid #333333;
}
.celford_240306 .sec__content .icon__valiation .valiation__title {
  font-family: var(--font-en2);
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  position: relative;
}
.celford_240306 .sec__content .icon__valiation .valiation__title::before {
  display: block;
  position: absolute;
  content: "";
  background-color: #333333;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.celford_240306 .sec__content .icon__valiation .valiation__title span {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 0 1.5rem;
  background-color: #fff;
}
.celford_240306 .sec__content .icon__valiation .item__iconList {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem;
  justify-content: center;
  margin: 0;
  padding: 0.4rem 0.4rem 2.5rem 0;
}
.celford_240306 .sec__content .icon__valiation .item__iconList li {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 2rem 0 0 0;
}
.celford_240306 .sec__content .icon__valiation .item__iconList li .icon__name {
  padding: 0.4rem 0 0 0;
  font-family: var(--font-en2);
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
.celford_240306 .sec__content .icon__valiation .item__iconList li .icon__image {
  width: 3.2rem;
}
.celford_240306 .sec-inner {
  position: relative;
  margin: 0 auto;
}
.celford_240306 .celford_btn a {
  margin: 11.4rem auto 0;
}

@media only screen and (max-width: 767px) {
  #style-archive.style-archive {
    padding: calc(170 * (100vw/750)) 0 calc(60 * (100vw/750));
  }
  /*----------layout sp----------*/
  .celford_240306 {
    max-width: 100%;
    width: calc(750 * (100vw/750));
    margin: 0 auto 0;
    position: relative;
    overflow: hidden;
    /*----------mv----------*/
    /*----------.intro----------*/
    /*----------sec----------*/
  }
  .celford_240306 a:hover {
    opacity: 1;
  }
  .celford_240306 .pc_only {
    display: none !important;
  }
  .celford_240306 .intro {
    max-width: 100%;
    margin: 0 auto;
  }
  .celford_240306 .contents_area {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .celford_240306 .firstviewArea .mainvisual--main_banner {
    width: 100%;
    padding: 0;
  }
  .celford_240306 .firstviewArea .mainvisual--main_txt {
    width: 100%;
    margin: 0 auto;
    font-size: calc(24 * (100vw/750));
    padding: calc(127 * (100vw/750)) 0 0;
    line-height: 2.2;
  }
  .celford_240306 .sec__content {
    width: 100%;
    margin: 0 auto;
    padding: calc(200 * (100vw/750)) 0 0 0;
  }
  .celford_240306 .sec__content .sec__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .celford_240306 .sec__content.sec__01 {
    margin: calc(185 * (100vw/750)) 0 0 0;
  }
  .celford_240306 .sec__content.sec__02 {
    padding: calc(280 * (100vw/750)) 0 0 0;
  }
  .celford_240306 .sec__content.sec__02::before {
    height: calc(3468 * (100vw/750));
    top: calc(600 * (100vw/750));
  }
  .celford_240306 .sec__content.sec__03 {
    padding: calc(260 * (100vw/750)) 0 0 0;
  }
  .celford_240306 .sec__content.sec__03 .sec__inner {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .celford_240306 .sec__content.sec__04 {
    padding: calc(260 * (100vw/750)) 0 0 0;
  }
  .celford_240306 .sec__content.sec__04 .item__creditWrap {
    margin: calc(52 * (100vw/750)) 0 0 0;
    justify-content: flex-end;
    width: calc(654 * (100vw/750));
  }
  .celford_240306 .sec__content.sec__04::before {
    height: calc(3697 * (100vw/750));
    top: calc(480 * (100vw/750));
  }
  .celford_240306 .sec__content.sec__05 {
    padding: calc(280 * (100vw/750)) 0 0 0;
  }
  .celford_240306 .sec__content.sec__06 {
    padding: calc(380 * (100vw/750)) 0 0 0;
  }
  .celford_240306 .sec__content.sec__06 .item__creditWrap {
    margin: calc(52 * (100vw/750)) 0 0 calc(68 * (100vw/750));
  }
  .celford_240306 .sec__content.sec__06::before {
    height: calc(3758 * (100vw/750));
    top: calc(540 * (100vw/750));
  }
  .celford_240306 .sec__content.sec__viewAll {
    padding: 0 0 0 0;
    margin: 0 auto;
    width: 100%;
  }
  .celford_240306 .sec__content.sec__viewAll .sec__inner {
    width: 100%;
    padding: calc(180 * (100vw/750)) 0 0 0;
  }
  .celford_240306 .sec__content .item__theme {
    font-size: calc(120 * (100vw/750));
  }
  .celford_240306 .sec__content .item__theme.item__theme--01 {
    top: calc(-30 * (100vw/750));
    right: calc(-292 * (100vw/750));
    left: auto;
  }
  .celford_240306 .sec__content .item__theme.item__theme--02 {
    top: calc(59 * (100vw/750));
    left: calc(70 * (100vw/750));
  }
  .celford_240306 .sec__content .item__theme.item__theme--03 {
    top: calc(-74 * (100vw/750));
    left: auto;
    right: calc(-329 * (100vw/750));
  }
  .celford_240306 .sec__content .item__theme.item__theme--04 {
    top: calc(-75 * (100vw/750));
    left: calc(173 * (100vw/750));
    right: auto;
  }
  .celford_240306 .sec__content .item__theme.item__theme--05 {
    top: calc(50 * (100vw/750));
    left: auto;
    right: calc(-413 * (100vw/750));
  }
  .celford_240306 .sec__content .item__theme.item__theme--06 {
    top: calc(-163 * (100vw/750));
    left: calc(175 * (100vw/750));
    right: auto;
  }
  .celford_240306 .sec__content .item__textArea {
    margin: calc(80 * (100vw/750)) 0 0 0;
  }
  .celford_240306 .sec__content .item__textArea.item__textArea--01 {
    margin: calc(65 * (100vw/750)) 0 0 calc(-5 * (100vw/750));
    padding: 0;
    order: 3;
    width: 100%;
  }
  .celford_240306 .sec__content .item__textArea.item__textArea--01 .item__lead {
    text-align: center;
  }
  .celford_240306 .sec__content .item__textArea.item__textArea--02 {
    margin: calc(67 * (100vw/750)) 0 0 0;
  }
  .celford_240306 .sec__content .item__textArea.item__textArea--02 .item__creditWrap {
    margin: calc(46 * (100vw/750)) 0 0 0;
    padding: 0 calc(16 * (100vw/750)) 0 0;
  }
  .celford_240306 .sec__content .item__textArea.item__textArea--03 {
    width: 100%;
    margin: calc(65 * (100vw/750)) 0 0 calc(5 * (100vw/750));
    padding: 0;
    position: static;
  }
  .celford_240306 .sec__content .item__textArea.item__textArea--04 {
    margin: calc(65 * (100vw/750)) 0 0 0;
    order: 3;
  }
  .celford_240306 .sec__content .item__textArea.item__textArea--04 .item__lead {
    text-align: center;
  }
  .celford_240306 .sec__content .item__textArea.item__textArea--04 .item__creditWrap {
    margin: calc(48 * (100vw/750)) 0 0 0;
    padding: 0 calc(16 * (100vw/750)) 0 0;
  }
  .celford_240306 .sec__content .item__title {
    font-size: calc(34 * (100vw/750));
    line-height: 2;
    letter-spacing: 0.075em;
  }
  .celford_240306 .sec__content .item__lead {
    width: 100%;
    margin: 0;
    padding: calc(38 * (100vw/750)) 0 calc(0 * (100vw/750));
    font-size: calc(24 * (100vw/750));
    line-height: 2.2;
    letter-spacing: 0.05em;
    position: static;
  }
  .celford_240306 .sec__content .item__lead.item__lead--01 {
    width: 100%;
    margin: 0;
    padding: calc(40 * (100vw/750)) 0 0 0;
  }
  .celford_240306 .sec__content .item__lead.item__lead--02 {
    margin: 0;
    padding: calc(44 * (100vw/750)) 0 0;
    width: 100%;
  }
  .celford_240306 .sec__content .item__lead.item__lead--03 {
    margin: 0;
    width: 100%;
    padding: calc(44 * (100vw/750)) 0 calc(0 * (100vw/750));
  }
  .celford_240306 .sec__content .item__lead.item__lead--04 {
    width: 100%;
  }
  .celford_240306 .sec__content .item__lead.item__lead--05 {
    width: 100%;
    padding: calc(42 * (100vw/750)) 0 calc(0 * (100vw/750));
  }
  .celford_240306 .sec__content .item__lead.item__lead--06 {
    width: 100%;
  }
  .celford_240306 .sec__content .item__iconList {
    margin: calc(15 * (100vw/750)) 0 0 0;
    gap: calc(30 * (100vw/750));
  }
  .celford_240306 .sec__content .item__iconList li {
    gap: calc(20 * (100vw/750));
  }
  .celford_240306 .sec__content .item__iconList li .icon__name {
    font-size: calc(24 * (100vw/750));
  }
  .celford_240306 .sec__content .item__iconList li .icon__image {
    width: calc(54 * (100vw/750));
  }
  .celford_240306 .sec__content .item__box {
    margin: calc(90 * (100vw/750)) auto;
  }
  .celford_240306 .sec__content .item__box.item__01-1 {
    width: 100%;
    margin: 0 0 0 auto;
  }
  .celford_240306 .sec__content .item__box.item__01-1 .item__image {
    width: 100%;
  }
  .celford_240306 .sec__content .item__box.item__01-1 .item__text {
    width: calc(620 * (100vw/750));
    margin: calc(60 * (100vw/750)) auto 0;
  }
  .celford_240306 .sec__content .item__box.item__01-2 {
    width: calc(662 * (100vw/750));
    margin: calc(82 * (100vw/750)) 0 0 calc(24 * (100vw/750));
  }
  .celford_240306 .sec__content .item__box.item__01-2 .item__creditWrap {
    margin: calc(34 * (100vw/750)) 0 0 auto;
  }
  .celford_240306 .sec__content .item__box.item__02-1 {
    width: calc(690 * (100vw/750));
    margin: 0 0 0 auto;
  }
  .celford_240306 .sec__content .item__box.item__02-1 .item__text {
    width: calc(630 * (100vw/750));
    margin: calc(58 * (100vw/750)) 0 0 0;
    text-align-last: left;
  }
  .celford_240306 .sec__content .item__box.item__02-2 {
    width: 100%;
    margin: calc(69 * (100vw/750)) 0 0 0;
  }
  .celford_240306 .sec__content .item__box.item__02-2 .item__image--04 {
    width: 100% !important;
    margin: calc(50 * (100vw/750)) 0 0 0;
    order: 2;
  }
  .celford_240306 .sec__content .item__box.item__02-2 .item__image--05 {
    width: calc(648 * (100vw/750)) !important;
    margin: 0 0 0 calc(60 * (100vw/750));
    order: 1;
  }
  .celford_240306 .sec__content .item__box.item__02-2 .item__creditWrap {
    order: 3;
    margin: calc(50 * (100vw/750)) 0 0 calc(50 * (100vw/750));
    justify-content: flex-start;
  }
  .celford_240306 .sec__content .item__box.item__03-1 {
    width: calc(700 * (100vw/750));
    margin: 0;
    flex-direction: column;
  }
  .celford_240306 .sec__content .item__box.item__03-1 .item__text {
    margin: calc(60 * (100vw/750)) 0 0 calc(50 * (100vw/750));
    width: calc(650 * (100vw/750));
  }
  .celford_240306 .sec__content .item__box.item__03-2 {
    display: block;
    width: 100%;
    margin: 0;
  }
  .celford_240306 .sec__content .item__box.item__03-2 .item__image {
    width: calc(615 * (100vw/750)) !important;
    margin: calc(80 * (100vw/750)) 0 0 calc(13 * (100vw/750));
  }
  .celford_240306 .sec__content .item__box.item__03-2 .item__creditWrap {
    width: calc(510 * (100vw/750));
    margin: calc(52 * (100vw/750)) 0 0 calc(50 * (100vw/750));
    position: static;
  }
  .celford_240306 .sec__content .item__box.item__04-1 {
    width: 100%;
    margin: 0;
  }
  .celford_240306 .sec__content .item__box.item__04-1 .item__image {
    margin: 0;
  }
  .celford_240306 .sec__content .item__box.item__04-1 .item__text {
    margin: calc(60 * (100vw/750)) 0 0 calc(54 * (100vw/750));
    width: calc(620 * (100vw/750));
  }
  .celford_240306 .sec__content .item__box.item__04-2 {
    width: calc(644 * (100vw/750));
    margin: calc(80 * (100vw/750)) 0 0 calc(54 * (100vw/750));
    position: static;
  }
  .celford_240306 .sec__content .item__box.item__04-2 .item__creditWrap {
    position: static;
    width: calc(450 * (100vw/750));
    display: flex;
    margin: calc(60 * (100vw/750)) 0 0 calc(60 * (100vw/750));
    gap: calc(30 * (100vw/750)) calc(22 * (100vw/750));
  }
  .celford_240306 .sec__content .item__box.item__05-1 {
    width: calc(680 * (100vw/750));
    margin: 0;
    flex-direction: column;
  }
  .celford_240306 .sec__content .item__box.item__05-1 .item__text {
    margin: calc(60 * (100vw/750)) 0 0 calc(70 * (100vw/750));
    width: calc(610 * (100vw/750));
  }
  .celford_240306 .sec__content .item__box.item__05-2 {
    display: block;
    width: calc(648 * (100vw/750));
    margin: calc(82 * (100vw/750)) 0 0 calc(32 * (100vw/750));
  }
  .celford_240306 .sec__content .item__box.item__05-2 .item__creditWrap {
    position: static;
    width: calc(431 * (100vw/750));
    display: flex;
    margin: calc(52 * (100vw/750)) 0 0 calc(40 * (100vw/750));
  }
  .celford_240306 .sec__content .item__box.item__06-1 {
    width: 100%;
    margin: 0;
  }
  .celford_240306 .sec__content .item__box.item__06-1 .item__text {
    margin: calc(60 * (100vw/750)) 0 0 calc(65 * (100vw/750));
    width: calc(620 * (100vw/750));
  }
  .celford_240306 .sec__content .item__box.item__06-1 .item__image {
    margin: 0;
  }
  .celford_240306 .sec__content .item__box.item__06-2 {
    position: static;
    display: block;
    width: calc(645 * (100vw/750));
    margin: calc(80 * (100vw/750)) 0 0 0;
  }
  .celford_240306 .sec__content .item__box.item__06-2 .item__creditWrap {
    position: static;
    width: calc(431 * (100vw/750));
    display: flex;
    margin: calc(60 * (100vw/750)) 0 0 calc(60 * (100vw/750));
  }
  .celford_240306 .sec__content .item__box .item__image {
    width: 100% !important;
  }
  .celford_240306 .sec__content .item__front.item__front--01::before {
    top: calc(-86 * (100vw/750));
    left: auto;
    right: calc(0 * (100vw/750));
    height: calc(538 * (100vw/750));
    width: calc(117 * (100vw/750));
  }
  .celford_240306 .sec__content .item__front.item__front--02::before {
    top: calc(-103 * (100vw/750));
    left: calc(-62 * (100vw/750));
    height: calc(364 * (100vw/750));
    width: calc(171 * (100vw/750));
  }
  .celford_240306 .sec__content .item__front.item__front--03::before {
    top: calc(-150 * (100vw/750));
    right: calc(-50 * (100vw/750));
    left: auto;
    height: calc(490 * (100vw/750));
    width: calc(133 * (100vw/750));
  }
  .celford_240306 .sec__content .item__front.item__front--04::before {
    top: calc(-122 * (100vw/750));
    left: calc(20 * (100vw/750));
    height: calc(432 * (100vw/750));
    width: calc(86 * (100vw/750));
  }
  .celford_240306 .sec__content .item__front.item__front--05::before {
    top: calc(-86 * (100vw/750));
    left: auto;
    right: calc(-70 * (100vw/750));
    height: calc(391 * (100vw/750));
    width: calc(156 * (100vw/750));
  }
  .celford_240306 .sec__content .item__front.item__front--06::before {
    top: calc(-208 * (100vw/750));
    left: calc(0 * (100vw/750));
    height: calc(300 * (100vw/750));
    width: calc(239 * (100vw/750));
  }
  .celford_240306 .sec__content .item__creditWrap {
    position: static;
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: calc(34 * (100vw/750)) 0 0 0;
    gap: calc(30 * (100vw/750)) calc(25 * (100vw/750));
    font-size: calc(24 * (100vw/750));
  }
  .celford_240306 .sec__content .item__creditWrap a {
    letter-spacing: 0.025em;
    line-height: 1;
    font-size: calc(24 * (100vw/750));
  }
  .celford_240306 .sec__content .item__creditWrap .item__credit {
    margin: 0 0 calc(23 * (100vw/750)) calc(20 * (100vw/750));
    font-size: calc(22 * (100vw/750));
  }
  .celford_240306 .sec__content .item__creditWrap .item__credit span {
    padding-bottom: calc(6 * (100vw/750));
  }
  .celford_240306 .sec__content .staff-credit {
    font-size: calc(24 * (100vw/750));
    margin-top: calc(110 * (100vw/750));
    line-height: 1.9;
    letter-spacing: 0.025em;
  }
  .celford_240306 .sec__content .icon__valiation .valiation__title {
    font-size: calc(32 * (100vw/750));
  }
  .celford_240306 .sec__content .icon__valiation .valiation__title span {
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.08em;
    padding: calc(5 * (100vw/750)) calc(15 * (100vw/750)) 0;
    background-color: #fff;
  }
  .celford_240306 .sec__content .icon__valiation .item__iconList {
    display: flex;
    flex-wrap: wrap;
    gap: calc(30 * (100vw/750));
    justify-content: center;
    margin: 0;
    padding: calc(35 * (100vw/750)) 0 calc(40 * (100vw/750)) 0;
  }
  .celford_240306 .sec__content .icon__valiation .item__iconList li {
    display: flex;
    align-items: center;
    gap: calc(25 * (100vw/750));
    margin: 0 0 0 calc(-1 * (100vw/750));
  }
  .celford_240306 .sec__content .icon__valiation .item__iconList li .icon__name {
    padding: calc(10 * (100vw/750)) 0 0 0;
    font-size: calc(24 * (100vw/750));
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .celford_240306 .sec__content .icon__valiation .item__iconList li .icon__image {
    width: calc(60 * (100vw/750));
  }
  .celford_240306 .celford_btn a {
    margin: calc(92 * (100vw/750)) auto 0;
  }
}/*# sourceMappingURL=style.css.map */