@font-face {
  font-family: "NotoSerifJp";
  src: url("../fonts/NotoSerifJP-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "ShipporiMincho-Regular";
  font-weight: 400;
  src: url("../fonts/ShipporiMincho-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "ShipporiMincho-Medium";
  font-weight: 500;
  src: url("../fonts/ShipporiMincho-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "ShipporiMincho-SemiBold";
  font-weight: 600;
  src: url("../fonts/ShipporiMincho-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "BodoniModa-Italic-VariableFont_opsz";
  font-style: italic;
  src: url("../fonts/BodoniModa-Italic-VariableFont_opsz.ttf") format("truetype");
}
/*---------- font ----------*/
.celford_240614 {
  color: #000000;
  font-feature-settings: "palt";
}

.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_240614 {
    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_240614__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_240614__btn a {
    font-size: 1.1rem;
    line-height: 1.5454545455;
  }
}
/*---------- font ----------*/
/*---------- all common ----------*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

.celford_240614 img,
.celford_240614 svg,
.celford_240614 picture,
.celford_240614 video {
  width: 100%;
  height: auto;
}

.celford_240614 a {
  display: inline-block;
}

.celford_240614 picture {
  display: block;
}

.celford_240614 .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_240614 #breadcrumb {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
  }
}
.celford_240614 #breadcrumb .cateList {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: initial;
}

@media screen and (min-width: 768px) {
  .celford_240614 #breadcrumb .cateList {
    text-overflow: clip;
    white-space: normal;
    overflow: visible;
  }
}
/*---------- all common ----------*/
@keyframes js-scale {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  20% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes js-slideRtoL {
  0% {
    opacity: 0;
    transform: translate(10%);
  }
  20% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0%);
  }
}
@keyframes js-rotate {
  0% {
    opacity: 0;
    transform: scale(1.2) rotate(15deg) translateY(-10%);
  }
  20% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: scale(1) rotate(0) translateY(0);
  }
}
.js-scale {
  visibility: hidden;
  opacity: 0;
}

.js-scale.inview {
  animation: js-scale 5s ease-in-out 0.5s 1 normal forwards;
}

.js-slideRtoL {
  visibility: hidden;
  opacity: 0;
}

.js-slideRtoL.inview {
  animation: js-slideRtoL 1s ease-in-out 1.5s 1 normal forwards;
}

.js-rotate {
  visibility: hidden;
  opacity: 0;
}

.js-rotate.inview {
  animation: js-rotate 1s ease-in-out 0.5s 1 normal forwards;
}

.js-fade {
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.js-fade.inview {
  visibility: visible;
  opacity: 1;
}

.celford_240614 .firstviewArea {
  overflow: hidden;
  text-align: center;
}

.celford_240614 .firstviewArea .mv_wrap {
  width: 110rem;
  height: 70rem;
  position: relative;
  margin: 0 auto 11.98rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 .firstviewArea .mv_wrap {
    width: 100%;
    height: 133.3333333333vw;
    margin: 0 0 8vw;
  }
}
.celford_240614 .firstviewArea .mv_wrap .mv_base {
  width: 100%;
}

.celford_240614 .firstviewArea .mv_wrap .mv_txt {
  width: 40.46rem;
  position: absolute;
  top: 16.82rem;
  left: 4rem;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .celford_240614 .firstviewArea .mv_wrap .mv_txt {
    width: 59.3333333333vw;
    top: 83.3333333333vw;
    left: 17.3333333333vw;
  }
}
.celford_240614 .firstviewArea div.sec_lead {
  margin-bottom: 19.3rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 .firstviewArea div.sec_lead {
    margin-bottom: 12.2666666667vw;
  }
}
.celford_240614 .firstviewArea div.sec_lead div.sec_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding-right: 1rem;
  margin-bottom: 2.18rem;
}

.celford_240614 .firstviewArea div.sec_lead div.sec_ttl > img {
  width: 8rem;
}

.celford_240614 .firstviewArea div.sec_lead div.sec_ttl > span {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.13em;
  font-family: "ShipporiMincho-Medium";
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 .firstviewArea div.sec_lead div.sec_ttl {
    display: block;
    padding-right: 0;
    margin-bottom: 3.2vw;
  }
  .celford_240614 .firstviewArea div.sec_lead div.sec_ttl > img {
    display: block;
    width: 10.6666666667vw;
    margin: 0 auto -1.8666666667vw;
  }
  .celford_240614 .firstviewArea div.sec_lead div.sec_ttl > span {
    display: block;
    font-size: 4.6666666667vw;
    line-height: 6.9333333333vw;
    letter-spacing: 0.12em;
    font-family: "ShipporiMincho-Medium";
    text-align: center;
    margin-bottom: 0;
  }
}
.celford_240614 .firstviewArea div.sec_lead div.sec_content {
  font-feature-settings: normal;
  font-family: "ShipporiMincho-Regular";
  font-size: 2.6rem;
  line-height: 5rem;
  letter-spacing: 0.03em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .celford_240614 .firstviewArea div.sec_lead div.sec_content {
    font-size: 3.2vw;
    line-height: 6.6666666667vw;
    letter-spacing: 0.03em;
  }
}
.celford_240614 div.contents_all div.sec_head div.collection_img {
  width: 40rem;
  margin: 0 auto;
  opacity: 0;
  filter: blur(1rem);
  transition-duration: 0.5s;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_head div.collection_img {
    width: 53.3333333333vw;
  }
}
.celford_240614 div.contents_all div.sec_head div.sec_ttl_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -8rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_head div.sec_ttl_wrap {
    flex-direction: column;
    margin-top: -6.9333333333vw;
  }
}
.celford_240614 div.contents_all div.sec_head div.sec_ttl_wrap div.suzushige_wrap {
  width: 23rem;
  position: relative;
  z-index: 10;
  margin-right: 2.7rem;
  opacity: 0;
  filter: blur(1rem);
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}

.celford_240614 div.contents_all div.sec_head div.sec_ttl_wrap div.suzushige_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #F7DC8C;
  opacity: 0.5;
  position: absolute;
  top: 0.4rem;
  left: 0.7rem;
  z-index: -1;
  clip-path: inset(0 100% 0 0);
  transition-duration: 0.5s;
  transition-delay: 1s;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_head div.sec_ttl_wrap div.suzushige_wrap {
    width: 33.8666666667vw;
    position: relative;
    z-index: 10;
    margin-right: 0.5333333333vw;
    margin-bottom: 2.1333333333vw;
  }
  .celford_240614 div.contents_all div.sec_head div.sec_ttl_wrap div.suzushige_wrap::after {
    top: 0.5866666667vw;
    left: 1.0266666667vw;
  }
}
.celford_240614 div.contents_all div.sec_head div.sec_ttl_wrap img.batsu {
  width: 4.7rem;
  margin-right: 2.7rem;
  opacity: 0;
  filter: blur(1rem);
  transition-duration: 0.5s;
  transition-delay: 1.3s;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_head div.sec_ttl_wrap img.batsu {
    width: 6.2666666667vw;
    margin-right: 0;
  }
}
.celford_240614 div.contents_all div.sec_head div.sec_ttl_wrap div.skirt_mainttl_wrap {
  width: 32.75rem;
  height: 19rem;
  overflow: hidden;
  margin-top: 1.6rem;
  opacity: 0;
  filter: blur(1rem);
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}

.celford_240614 div.contents_all div.sec_head div.sec_ttl_wrap div.skirt_mainttl_wrap > img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_head div.sec_ttl_wrap div.skirt_mainttl_wrap {
    width: 43.6666666667vw;
    height: 25.6vw;
    margin-top: 0;
  }
}
.celford_240614 div.contents_all div.sec_head.inview div.collection_img {
  opacity: 1;
  filter: blur(0);
}

.celford_240614 div.contents_all div.sec_head.inview div.sec_ttl_wrap div.suzushige_wrap {
  opacity: 1;
  filter: blur(0);
}

.celford_240614 div.contents_all div.sec_head.inview div.sec_ttl_wrap div.suzushige_wrap::after {
  clip-path: inset(0 0 0 0);
}

.celford_240614 div.contents_all div.sec_head.inview div.sec_ttl_wrap img.batsu {
  opacity: 1;
  filter: blur(0);
}

.celford_240614 div.contents_all div.sec_head.inview div.sec_ttl_wrap div.skirt_mainttl_wrap {
  opacity: 1;
  filter: blur(0);
}

.celford_240614 div.contents_all div.sec_num_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  z-index: 5;
  pointer-events: none;
  clip-path: inset(0 0 100% 0);
  transition-duration: 1s;
  transition-delay: 0.5s;
}

.celford_240614 div.contents_all div.sec_num_wrap.inview {
  clip-path: inset(0 0 0 0);
}

.celford_240614 div.contents_all div.sec_credit {
  font-feature-settings: "palt";
  font-family: "NotoSerifJp";
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.015em;
  font-weight: 400;
}

.celford_240614 div.contents_all div.sec_credit > a {
  text-decoration: underline;
  color: #8E8E8E;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_credit {
    font-size: 2.4vw;
    line-height: 2;
    letter-spacing: 0;
  }
}
.celford_240614 div.contents_all div.sec_txt_wrap {
  width: 80rem;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_txt_wrap {
    width: 80vw;
  }
}
.celford_240614 div.contents_all div.sec_txt_wrap span.clr_box {
  width: 10rem;
  height: 20rem;
  position: absolute;
  top: -5rem;
  left: -6rem;
  z-index: -1;
  opacity: 0.3;
  clip-path: inset(0 0 100% 0);
  transition-duration: 0.5s;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_txt_wrap span.clr_box {
    width: 16vw;
    height: 26.6666666667vw;
    top: -1.6vw;
    left: -10vw;
  }
}
.celford_240614 div.contents_all div.sec_txt_wrap.inview span.clr_box {
  clip-path: inset(0 0 0 0);
}

.celford_240614 div.contents_all div.sec_txt_wrap div.ttl {
  font-feature-settings: normal;
  font-family: "ShipporiMincho-SemiBold";
  font-size: 2rem;
  line-height: 2.9rem;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_txt_wrap div.ttl {
    font-size: 3.2vw;
    line-height: 6.4vw;
    margin-bottom: 2.4vw;
  }
}
.celford_240614 div.contents_all div.sec_txt_wrap div.txt {
  font-feature-settings: normal;
  font-family: "ShipporiMincho-Regular";
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_txt_wrap div.txt {
    font-size: 3.2vw;
    line-height: 6.6666666667vw;
    letter-spacing: 0.03em;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.sec_txt_wrap span.clr_box {
  background: #F7DC8C;
}

.celford_240614 div.contents_all div.sec_skirt div.sec_head {
  margin-bottom: 3.9rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.sec_head {
    margin-bottom: -3.2vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.sec_head div.sec_ttl_wrap div.suzushige_wrap::after {
  background: #F7DC8C;
}

.celford_240614 div.contents_all div.sec_skirt div.skirt01_wrap {
  margin-bottom: 19.35rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt01_wrap {
    margin-bottom: 18.6666666667vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt01_wrap div.sec_img_blk {
  position: relative;
  width: 110rem;
  height: 131.3rem;
  margin: 0 auto 10rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt01_wrap div.sec_img_blk {
    width: 100%;
    height: 277.8666666667vw;
    margin: 0 auto 5.6vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt01_wrap div.sec_img_blk div.sec_num_wrap {
  position: absolute;
  top: 3.8rem;
  left: -9.2rem;
}

.celford_240614 div.contents_all div.sec_skirt div.skirt01_wrap div.sec_img_blk div.sec_num_wrap img.num {
  width: 21.55rem;
}

.celford_240614 div.contents_all div.sec_skirt div.skirt01_wrap div.sec_img_blk div.sec_num_wrap img.ttl {
  width: 5.8rem;
  margin: -23rem 0 0 -4.6rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt01_wrap div.sec_img_blk div.sec_num_wrap {
    top: 43.4666666667vw;
    left: 13.6vw;
  }
  .celford_240614 div.contents_all div.sec_skirt div.skirt01_wrap div.sec_img_blk div.sec_num_wrap img.num {
    width: 25.86vw;
  }
  .celford_240614 div.contents_all div.sec_skirt div.skirt01_wrap div.sec_img_blk div.sec_num_wrap img.ttl {
    width: 6.96vw;
    margin: -27.7333333333vw 0 0 -5.3333333333vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt01_wrap div.sec_img_blk div.sec_img01 {
  width: 40rem;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt01_wrap div.sec_img_blk div.sec_img01 {
    width: 53.3333333333vw;
    top: 0;
    right: 0;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt01_wrap div.sec_img_blk div.sec_img02 {
  width: 60rem;
  position: absolute;
  left: 0;
  top: 15rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt01_wrap div.sec_img_blk div.sec_img02 {
    width: 80vw;
    left: 10vw;
    top: 84vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt01_wrap div.sec_img_blk div.sec_img03 {
  width: 35rem;
  position: absolute;
  bottom: 0;
  right: 12rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt01_wrap div.sec_img_blk div.sec_img03 {
    width: 46.6666666667vw;
    bottom: 0;
    right: 35.8666666667vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt01_wrap div.sec_img_blk div.sec_credit {
  position: absolute;
  bottom: 14.4rem;
  left: 0rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt01_wrap div.sec_img_blk div.sec_credit {
    bottom: -0.5333333333vw;
    left: 65.4666666667vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt02_wrap {
  margin-bottom: 19.5rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt02_wrap {
    margin-bottom: 18.6666666667vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt02_wrap div.sec_img_blk {
  position: relative;
  width: 110rem;
  height: 190.1rem;
  margin: 0 auto 10rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt02_wrap div.sec_img_blk {
    width: 100%;
    height: 288vw;
    margin: 0 auto 5.6vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt02_wrap div.sec_img_blk div.sec_num_wrap {
  position: absolute;
  top: 1.9rem;
  right: 2.3rem;
}

.celford_240614 div.contents_all div.sec_skirt div.skirt02_wrap div.sec_img_blk div.sec_num_wrap img.num {
  width: 22.75rem;
}

.celford_240614 div.contents_all div.sec_skirt div.skirt02_wrap div.sec_img_blk div.sec_num_wrap img.ttl {
  width: 5.8rem;
  margin: -22rem 0 0 -2.7rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt02_wrap div.sec_img_blk div.sec_num_wrap {
    top: 41.6vw;
    right: 10.92vw;
  }
  .celford_240614 div.contents_all div.sec_skirt div.skirt02_wrap div.sec_img_blk div.sec_num_wrap img.num {
    width: 27.3vw;
  }
  .celford_240614 div.contents_all div.sec_skirt div.skirt02_wrap div.sec_img_blk div.sec_num_wrap img.ttl {
    width: 6.96vw;
    margin: -26.4vw 0 0 -2.9333333333vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt02_wrap div.sec_img_blk div.sec_img01 {
  width: 45rem;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt02_wrap div.sec_img_blk div.sec_img01 {
    width: 53.3333333333vw;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt02_wrap div.sec_img_blk div.sec_img02 {
  width: 60rem;
  position: absolute;
  top: 27.5rem;
  right: 0;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt02_wrap div.sec_img_blk div.sec_img02 {
    width: 80vw;
    position: absolute;
    top: 84vw;
    right: 10vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt02_wrap div.sec_img_blk div.sec_img03 {
  width: 45rem;
  position: absolute;
  bottom: 0;
  left: 29.1rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt02_wrap div.sec_img_blk div.sec_img03 {
    width: 53.3333333333vw;
    bottom: 0;
    left: auto;
    right: 0;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt02_wrap div.sec_img_blk div.sec_credit {
  position: absolute;
  top: 68.6rem;
  left: 0rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt02_wrap div.sec_img_blk div.sec_credit {
    top: 207.4666666667vw;
    left: 10.1333333333vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt02_wrap div.sec_txt_wrap span.clr_box {
  top: -4.2rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt02_wrap div.sec_txt_wrap span.clr_box {
    top: -1.6vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt03_wrap {
  margin-bottom: 19.5rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt03_wrap {
    margin-bottom: 18.6666666667vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt03_wrap div.sec_img_blk {
  position: relative;
  width: 110rem;
  height: 240.2rem;
  margin: 0 auto 10rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt03_wrap div.sec_img_blk {
    width: 100%;
    height: 331.7333333333vw;
    margin: 0 auto 5.6vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt03_wrap div.sec_img_blk div.sec_num_wrap {
  position: absolute;
  top: 4.3rem;
  left: 38.7rem;
}

.celford_240614 div.contents_all div.sec_skirt div.skirt03_wrap div.sec_img_blk div.sec_num_wrap img.num {
  width: 22.6rem;
}

.celford_240614 div.contents_all div.sec_skirt div.skirt03_wrap div.sec_img_blk div.sec_num_wrap img.ttl {
  width: 5.8rem;
  margin: -21.8rem 0 0 -3.4rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt03_wrap div.sec_img_blk div.sec_num_wrap {
    top: 2.9333333333vw;
    left: 6.2666666667vw;
  }
  .celford_240614 div.contents_all div.sec_skirt div.skirt03_wrap div.sec_img_blk div.sec_num_wrap img.num {
    width: 30.1333333333vw;
  }
  .celford_240614 div.contents_all div.sec_skirt div.skirt03_wrap div.sec_img_blk div.sec_num_wrap img.ttl {
    width: 7.7333333333vw;
    margin: -29.0666666667vw 0 0 -4.5333333333vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt03_wrap div.sec_img_blk div.sec_img01 {
  width: 55rem;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt03_wrap div.sec_img_blk div.sec_img01 {
    width: 60vw;
    top: 0;
    right: 10vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt03_wrap div.sec_img_blk div.sec_img02 {
  width: 55rem;
  position: absolute;
  top: 90.5rem;
  right: 10rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt03_wrap div.sec_img_blk div.sec_img02 {
    width: 60vw;
    top: 94vw;
    right: 30vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt03_wrap div.sec_img_blk div.sec_img03 {
  width: 40rem;
  position: absolute;
  top: 39.9rem;
  left: 0;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt03_wrap div.sec_img_blk div.sec_img03 {
    width: 46.6666666667vw;
    top: 138vw;
    right: 0;
    left: auto;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt03_wrap div.sec_img_blk div.sec_img04 {
  width: 70rem;
  position: absolute;
  bottom: 0;
  left: 20rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt03_wrap div.sec_img_blk div.sec_img04 {
    width: 80vw;
    bottom: 0;
    left: 10vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt03_wrap div.sec_img_blk div.sec_credit {
  position: absolute;
  top: 101rem;
  left: 0;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt03_wrap div.sec_img_blk div.sec_credit {
    top: 137.3333333333vw;
    left: 10.1333333333vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt03_wrap div.sec_txt_wrap span.clr_box {
  top: -4.2rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt03_wrap div.sec_txt_wrap span.clr_box {
    top: -1.6vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt04_wrap {
  margin-bottom: 19.5rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt04_wrap {
    margin-bottom: 19.4666666667vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt04_wrap div.sec_img_blk {
  position: relative;
  width: 110rem;
  height: 206.8rem;
  margin: 0 auto 9.4rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt04_wrap div.sec_img_blk {
    width: 100%;
    height: 288vw;
    margin: 0 auto 5.6vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt04_wrap div.sec_img_blk div.sec_num_wrap {
  position: absolute;
  top: 9.1rem;
  left: -2.9rem;
}

.celford_240614 div.contents_all div.sec_skirt div.skirt04_wrap div.sec_img_blk div.sec_num_wrap img.num {
  width: 22.95rem;
}

.celford_240614 div.contents_all div.sec_skirt div.skirt04_wrap div.sec_img_blk div.sec_num_wrap img.ttl {
  width: 5.8rem;
  margin: -23rem 0 0 -3.4rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt04_wrap div.sec_img_blk div.sec_num_wrap {
    top: 9.3333333333vw;
    left: auto;
    right: 24.8666666667vw;
  }
  .celford_240614 div.contents_all div.sec_skirt div.skirt04_wrap div.sec_img_blk div.sec_num_wrap img.num {
    width: 27.54vw;
  }
  .celford_240614 div.contents_all div.sec_skirt div.skirt04_wrap div.sec_img_blk div.sec_num_wrap img.ttl {
    width: 6.96vw;
    margin: -27.7333333333vw 0 0 -3.4666666667vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt04_wrap div.sec_img_blk div.sec_img01 {
  width: 45rem;
  position: absolute;
  top: 0;
  left: 11.25rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt04_wrap div.sec_img_blk div.sec_img01 {
    width: 53.3333333333vw;
    top: 0;
    left: 0;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt04_wrap div.sec_img_blk div.sec_img02 {
  width: 45rem;
  position: absolute;
  top: 26.3rem;
  right: 0;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt04_wrap div.sec_img_blk div.sec_img02 {
    width: 53.3333333333vw;
    top: 84vw;
    right: 10vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt04_wrap div.sec_img_blk div.sec_img03 {
  width: 70rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt04_wrap div.sec_img_blk div.sec_img03 {
    width: 80vw;
    bottom: 0;
    right: 10vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt04_wrap div.sec_img_blk div.sec_credit {
  position: absolute;
  top: 68.6rem;
  left: 11.3rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt04_wrap div.sec_img_blk div.sec_credit {
    top: 83.6vw;
    left: 10.1333333333vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt04_wrap div.sec_txt_wrap div.ttl {
  line-height: 4rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt04_wrap div.sec_txt_wrap div.ttl {
    line-height: 6.4vw;
    margin-bottom: 2.4vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt05_wrap {
  margin-bottom: 19.5rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt05_wrap {
    margin-bottom: 18.6666666667vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt05_wrap div.sec_img_blk {
  position: relative;
  width: 110rem;
  height: 218.5rem;
  margin: 0 auto 10rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt05_wrap div.sec_img_blk {
    width: 100%;
    height: 256.6666666667vw;
    margin: 0 auto 5.6vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt05_wrap div.sec_img_blk div.sec_num_wrap {
  position: absolute;
  top: 20.8rem;
  right: 8.8rem;
}

.celford_240614 div.contents_all div.sec_skirt div.skirt05_wrap div.sec_img_blk div.sec_num_wrap img.num {
  width: 22.1rem;
}

.celford_240614 div.contents_all div.sec_skirt div.skirt05_wrap div.sec_img_blk div.sec_num_wrap img.ttl {
  width: 5.8rem;
  margin: -21.6rem 0 0 -2rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt05_wrap div.sec_img_blk div.sec_num_wrap {
    top: -9.0266666667vw;
    right: 66.3333333333vw;
  }
  .celford_240614 div.contents_all div.sec_skirt div.skirt05_wrap div.sec_img_blk div.sec_num_wrap img.num {
    width: 26.52vw;
  }
  .celford_240614 div.contents_all div.sec_skirt div.skirt05_wrap div.sec_img_blk div.sec_num_wrap img.ttl {
    width: 6.96vw;
    margin: -26.1333333333vw 0 0 -2.4vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt05_wrap div.sec_img_blk div.sec_img01 {
  width: 67.5rem;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt05_wrap div.sec_img_blk div.sec_img01 {
    width: 73.3333333333vw;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt05_wrap div.sec_img_blk div.sec_img02 {
  width: 60rem;
  position: absolute;
  top: 53rem;
  right: 12.5rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt05_wrap div.sec_img_blk div.sec_img02 {
    width: 80vw;
    top: 52.6666666667vw;
    right: 10vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt05_wrap div.sec_img_blk div.sec_img03 {
  width: 45rem;
  position: absolute;
  bottom: 0;
  left: 19.5rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt05_wrap div.sec_img_blk div.sec_img03 {
    width: 53.3333333333vw;
    bottom: 0;
    left: 10vw;
  }
}
.celford_240614 div.contents_all div.sec_skirt div.skirt05_wrap div.sec_img_blk div.sec_credit {
  position: absolute;
  bottom: -0.6rem;
  left: 66rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt05_wrap div.sec_img_blk div.sec_credit {
    bottom: -0.5333333333vw;
    left: 64.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_skirt div.skirt05_wrap div.sec_txt_wrap div.ttl {
    margin-bottom: 2.1333333333vw;
  }
}
.celford_240614 div.contents_all div.sec_movie {
  width: 110rem;
  margin: 0 auto 20rem;
}

.celford_240614 div.contents_all div.sec_movie video {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_movie {
    width: 100%;
    margin-bottom: 18.6666666667vw;
  }
}
.celford_240614 div.contents_all div.sec_pants div.sec_txt_wrap span.clr_box {
  background: #9CC9AC;
}

.celford_240614 div.contents_all div.sec_pants div.sec_head {
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_pants div.sec_head {
    margin-bottom: 6.1333333333vw;
  }
}
.celford_240614 div.contents_all div.sec_pants div.sec_head div.sec_ttl_wrap div.suzushige_wrap::after {
  background: #9CC9AC;
}

.celford_240614 div.contents_all div.sec_pants div.sec_head div.sec_ttl_wrap img.batsu {
  margin-right: 1.04rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_pants div.sec_head div.sec_ttl_wrap img.batsu {
    margin-right: 0;
  }
}
.celford_240614 div.contents_all div.sec_pants div.sec_head div.sec_ttl_wrap div.skirt_mainttl_wrap {
  width: 32.8rem;
  height: 20rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_pants div.sec_head div.sec_ttl_wrap div.skirt_mainttl_wrap {
    width: 43.7333333333vw;
    height: 20vw;
  }
}
.celford_240614 div.contents_all div.sec_pants div.pants01_wrap {
  margin-bottom: 26.3rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_pants div.pants01_wrap {
    margin-bottom: 18.6666666667vw;
  }
}
.celford_240614 div.contents_all div.sec_pants div.pants01_wrap div.sec_img_blk {
  position: relative;
  width: 110rem;
  height: 164.675rem;
  margin: 0 auto 10.1rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_pants div.pants01_wrap div.sec_img_blk {
    width: 100%;
    height: 231.6vw;
    margin: 0 auto 5.6vw;
  }
}
.celford_240614 div.contents_all div.sec_pants div.pants01_wrap div.sec_img_blk div.sec_num_wrap {
  position: absolute;
  top: -8.5rem;
  right: -8.1rem;
}

.celford_240614 div.contents_all div.sec_pants div.pants01_wrap div.sec_img_blk div.sec_num_wrap img.num {
  width: 21.55rem;
}

.celford_240614 div.contents_all div.sec_pants div.pants01_wrap div.sec_img_blk div.sec_num_wrap img.ttl {
  width: 5.8rem;
  margin: -22.2rem 0 0 -4.3rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_pants div.pants01_wrap div.sec_img_blk div.sec_num_wrap {
    top: 35.4666666667vw;
    right: 67.68vw;
  }
  .celford_240614 div.contents_all div.sec_pants div.pants01_wrap div.sec_img_blk div.sec_num_wrap img.num {
    width: 25.86vw;
  }
  .celford_240614 div.contents_all div.sec_pants div.pants01_wrap div.sec_img_blk div.sec_num_wrap img.ttl {
    width: 6.96vw;
    margin: -26.6666666667vw 0 0 -5.3333333333vw;
  }
}
.celford_240614 div.contents_all div.sec_pants div.pants01_wrap div.sec_img_blk div.sec_img01 {
  width: 100rem;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_pants div.pants01_wrap div.sec_img_blk div.sec_img01 {
    width: 100%;
  }
}
.celford_240614 div.contents_all div.sec_pants div.pants01_wrap div.sec_img_blk div.sec_img02 {
  width: 40rem;
  position: absolute;
  top: 71.8rem;
  right: 3.7rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_pants div.pants01_wrap div.sec_img_blk div.sec_img02 {
    width: 46.6666666667vw;
    position: absolute;
    top: 67.6vw;
    right: 10vw;
  }
}
.celford_240614 div.contents_all div.sec_pants div.pants01_wrap div.sec_img_blk div.sec_img03 {
  width: 50rem;
  position: absolute;
  bottom: 0;
  left: 8.6rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_pants div.pants01_wrap div.sec_img_blk div.sec_img03 {
    width: 60vw;
    bottom: 0;
    left: 10vw;
  }
}
.celford_240614 div.contents_all div.sec_pants div.pants01_wrap div.sec_img_blk div.sec_credit {
  position: absolute;
  bottom: 21rem;
  right: 11.4rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_pants div.pants01_wrap div.sec_img_blk div.sec_credit {
    text-align: right;
    bottom: 93.8666666667vw;
    right: 58.1333333333vw;
  }
}
.celford_240614 div.contents_all div.sec_pants div.pants02_wrap {
  margin-bottom: 29.2rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_pants div.pants02_wrap {
    margin-bottom: 26.4vw;
  }
}
.celford_240614 div.contents_all div.sec_pants div.pants02_wrap div.sec_img_blk {
  position: relative;
  width: 110rem;
  height: 209.6rem;
  margin: 0 auto 10rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_pants div.pants02_wrap div.sec_img_blk {
    width: 100%;
    height: 297.8666666667vw;
    margin: 0 auto 5.6vw;
  }
}
.celford_240614 div.contents_all div.sec_pants div.pants02_wrap div.sec_img_blk div.sec_num_wrap {
  position: absolute;
  top: -9.9rem;
  right: 37.2rem;
}

.celford_240614 div.contents_all div.sec_pants div.pants02_wrap div.sec_img_blk div.sec_num_wrap img.num {
  width: 22.75rem;
}

.celford_240614 div.contents_all div.sec_pants div.pants02_wrap div.sec_img_blk div.sec_num_wrap img.ttl {
  width: 5.8rem;
  margin: -22.2rem 0 0 -5.6rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_pants div.pants02_wrap div.sec_img_blk div.sec_num_wrap {
    top: 0;
    right: 15.9466666667vw;
  }
  .celford_240614 div.contents_all div.sec_pants div.pants02_wrap div.sec_img_blk div.sec_num_wrap img.num {
    width: 27.3vw;
  }
  .celford_240614 div.contents_all div.sec_pants div.pants02_wrap div.sec_img_blk div.sec_num_wrap img.ttl {
    width: 6.96vw;
    margin: -26.9333333333vw 0 0 -6.6666666667vw;
  }
}
.celford_240614 div.contents_all div.sec_pants div.pants02_wrap div.sec_img_blk div.sec_img01 {
  width: 55rem;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_pants div.pants02_wrap div.sec_img_blk div.sec_img01 {
    width: 60vw;
    top: 0;
    left: 0;
  }
}
.celford_240614 div.contents_all div.sec_pants div.pants02_wrap div.sec_img_blk div.sec_img02 {
  width: 45rem;
  position: absolute;
  top: 29.2rem;
  right: 0;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_pants div.pants02_wrap div.sec_img_blk div.sec_img02 {
    width: 53.3333333333vw;
    top: 94vw;
    right: 0;
  }
}
.celford_240614 div.contents_all div.sec_pants div.pants02_wrap div.sec_img_blk div.sec_img03 {
  width: 70rem;
  position: absolute;
  bottom: 0;
  left: 20rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_pants div.pants02_wrap div.sec_img_blk div.sec_img03 {
    width: 80vw;
    bottom: 0;
    left: 10vw;
  }
}
.celford_240614 div.contents_all div.sec_pants div.pants02_wrap div.sec_img_blk div.sec_credit {
  position: absolute;
  top: 83.6rem;
  left: 0;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_pants div.pants02_wrap div.sec_img_blk div.sec_credit {
    text-align: right;
    top: 150.6666666667vw;
    left: 14.6666666667vw;
  }
}
.celford_240614 div.contents_all div.sec_pants div.pants02_wrap div.sec_txt_wrap span.clr_box {
  top: -4.8rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_pants div.pants02_wrap div.sec_txt_wrap span.clr_box {
    top: -1.6vw;
  }
}
.celford_240614 div.contents_all div.sec_pants div.pants03_wrap {
  margin-bottom: 19.5rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_pants div.pants03_wrap {
    margin-bottom: 37.3333333333vw;
  }
}
.celford_240614 div.contents_all div.sec_pants div.pants03_wrap div.sec_img_blk {
  position: relative;
  width: 110rem;
  height: 145.5rem;
  margin: 0 auto 10rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_pants div.pants03_wrap div.sec_img_blk {
    width: 100%;
    height: 157.6vw;
    margin: 0 auto 15.2vw;
  }
}
.celford_240614 div.contents_all div.sec_pants div.pants03_wrap div.sec_img_blk div.sec_num_wrap {
  position: absolute;
  top: -12.7rem;
  left: 13.8rem;
}

.celford_240614 div.contents_all div.sec_pants div.pants03_wrap div.sec_img_blk div.sec_num_wrap img.num {
  width: 22.6rem;
}

.celford_240614 div.contents_all div.sec_pants div.pants03_wrap div.sec_img_blk div.sec_num_wrap img.ttl {
  width: 5.8rem;
  margin: -21.7rem 0 0 -1.3rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_pants div.pants03_wrap div.sec_img_blk div.sec_num_wrap {
    top: -10.4vw;
    left: 14.64vw;
    right: auto;
  }
  .celford_240614 div.contents_all div.sec_pants div.pants03_wrap div.sec_img_blk div.sec_num_wrap img.num {
    width: 27.12vw;
  }
  .celford_240614 div.contents_all div.sec_pants div.pants03_wrap div.sec_img_blk div.sec_num_wrap img.ttl {
    width: 6.96vw;
    margin: -25.8666666667vw 0 0 -1.8666666667vw;
  }
}
.celford_240614 div.contents_all div.sec_pants div.pants03_wrap div.sec_img_blk div.sec_img01 {
  width: 110rem;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_pants div.pants03_wrap div.sec_img_blk div.sec_img01 {
    width: 100%;
    top: 0;
    left: 0;
  }
}
.celford_240614 div.contents_all div.sec_pants div.pants03_wrap div.sec_img_blk div.sec_img02 {
  width: 45rem;
  position: absolute;
  bottom: 0;
  left: 10rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_pants div.pants03_wrap div.sec_img_blk div.sec_img02 {
    width: 60vw;
    bottom: 0;
    left: 20vw;
  }
}
.celford_240614 div.contents_all div.sec_pants div.pants03_wrap div.sec_img_blk div.sec_credit {
  position: absolute;
  bottom: -0.7rem;
  left: 56.5rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_pants div.pants03_wrap div.sec_img_blk div.sec_credit {
    bottom: -10.4vw;
    left: 20vw;
  }
}
.celford_240614 div.contents_all div.sec_pants div.pants03_wrap div.sec_txt_wrap span.clr_box {
  top: -4.8rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_pants div.pants03_wrap div.sec_txt_wrap span.clr_box {
    top: -1.6vw;
  }
}
.celford_240614 div.contents_all div.sec_model {
  width: 110rem;
  margin: 0 auto 10.2rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_model {
    width: 100%;
    margin: 0 auto 6.6666666667vw;
  }
}
.celford_240614 div.contents_all div.sec_model div.model_txt {
  width: 70rem;
  padding: 5.3rem 5rem 4.6rem;
  background: #464646;
  color: #fff;
  clip-path: inset(0 100% 0 0);
  transition-duration: 1s;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_model div.model_txt {
    width: 100%;
    padding: 34.8933333333vw 0 6.1333333333vw;
  }
}
.celford_240614 div.contents_all div.sec_model div.model_txt.inview {
  clip-path: inset(0 0 0 0);
}

.celford_240614 div.contents_all div.sec_model div.model_txt div.name {
  width: 19.36rem;
  height: 9rem;
  overflow: hidden;
  margin-bottom: 4.4rem;
}

.celford_240614 div.contents_all div.sec_model div.model_txt div.name > img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_model div.model_txt div.name {
    width: 25.8133333333vw;
    height: 12.08vw;
    margin: 0 auto 5.4266666667vw;
  }
}
.celford_240614 div.contents_all div.sec_model div.model_txt div.ttl {
  font-family: "ShipporiMincho-Medium";
  font-feature-settings: normal;
  font-size: 2.5rem;
  line-height: 3.7rem;
  letter-spacing: 0;
  font-weight: 500;
  text-align: left;
  margin-bottom: 4.4rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_model div.model_txt div.ttl {
    font-size: 3.3333333333vw;
    line-height: 4.9333333333vw;
    text-align: center;
    margin-bottom: 5.8666666667vw;
  }
}
.celford_240614 div.contents_all div.sec_model div.model_txt div.comment {
  font-family: "ShipporiMincho-Regular";
  font-feature-settings: normal;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 400;
  margin-bottom: 2.4rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_model div.model_txt div.comment {
    font-size: 2.4vw;
    margin-bottom: 4.5333333333vw;
    text-align: center;
  }
}
.celford_240614 div.contents_all div.sec_model div.model_txt div.model_details {
  padding-top: 2.7rem;
  font-family: "ShipporiMincho-Regular";
  font-feature-settings: normal;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 400;
  position: relative;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_model div.model_txt div.model_details {
    padding-top: 4.8vw;
    font-size: 1.8666666667vw;
    text-align: center;
  }
}
.celford_240614 div.contents_all div.sec_model div.model_txt div.model_details::before {
  content: "";
  display: block;
  width: 40rem;
  height: 1px;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_model div.model_txt div.model_details::before {
    width: 53.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.celford_240614 div.contents_all div.sec_model div.model_img {
  width: 50.7rem;
  position: absolute;
  top: 6.8rem;
  right: 7rem;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_model div.model_img {
    width: 52.5333333333vw;
    top: -24.6666666667vw;
    right: 23.7333333333vw;
  }
}
.celford_240614 div.contents_all div.sec_movie2 {
  width: 80rem;
  margin: 0 auto 7.7rem;
}

.celford_240614 div.contents_all div.sec_movie2 iframe {
  width: 100%;
  height: 45rem;
}

.celford_240614 div.contents_all div.sec_movie2 img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_movie2 {
    width: 80vw;
    margin: 0 auto 6.1333333333vw;
  }
  .celford_240614 div.contents_all div.sec_movie2 iframe {
    width: 100%;
    height: 45vw;
  }
}
.celford_240614 div.contents_all div.sec_staff {
  margin: 0 auto;
  font-feature-settings: "palt";
  font-family: "BodoniModa-Italic-VariableFont_opsz";
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 400;
  font-style: italic;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all div.sec_staff {
    font-size: 2.1333333333vw;
    line-height: 4.6666666667vw;
  }
}
.celford_240614 div.contents_all .anchor {
  width: 6.414rem;
  position: sticky;
  display: inline-block;
  bottom: 10.6rem;
  left: calc(50% + 55.6rem);
}

@media screen and (max-width: 767px) {
  .celford_240614 div.contents_all .anchor {
    width: 8.552vw;
    bottom: 14.1333333333vw;
    left: 87.3146666667vw;
  }
}
