.body-top-page img{
  height: auto;
  /*width: 453px;*/
}

.body-top-page .report-list__img-thumb img{
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dress-column__img img {
  height: auto;
}

.mv-index__heading,
.mv-index__desc {
  color: #666;
}

.sec-gallery-page .gallery-category {
  padding: 10px 20px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background: #000;
  border-radius: 200px;
}

.sec-search a.js-toggle-search {
  padding: 10px 20px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background: #000;
  border-radius: 200px;
}

.sec-privacy-policy {
  padding-top: 79px;
  padding-bottom: 142px;
}

.sec-privacy-policy .inner {
  max-width: 1000px;
}

.sec-privacy-policy .profile-list .fade {
  margin-top: 40px;
}

.dress-column .item {
  margin-bottom: 10px;
}

.js-particles {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  opacity: 0.3
}

.blur {
  animation-name: blur-anim;
  animation-duration: 3s;
  /* animation-delay: 3.5s; */
}

@keyframes blur-anim {
  0% {
    -ms-filter: blur(70px);
    filter: blur(70px);
  }

  100% {
    -ms-filter: blur(0);
    filter: blur(0);
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
}

/* video */

.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main-header {
  z-index: 99;
  position: relative;
  width: 100%;
}

.main-header.top-fixed {
  position: fixed;
}

/* ロードがトリガー&下から表示 */
.scroll_top_show_load {
  opacity: 0;
  transition-duration: 1600ms;
  transition-property: opacity, transform;
  transform: translateY(-30px);
  transition-timing-function: ease;
}

.scroll-in {
  opacity: 1;
  transform: translateY(0);
}

.scroll_top_show_load_top {
  opacity: 0;
  transition-duration: 1600ms;
  transition-property: opacity, transform;
  transform: translate(-50%, -57%);
  transition-timing-function: ease;
}

.scroll-in-top {
  opacity: 1 !important;
  transform: translate(-50%, -50%);
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.mv-index__slider {
  overflow: hidden;
  /* width: 82%;
  margin-top: 184px;
  height: calc(100vh - 280px);
  margin-left: 0; */
  width: 60%;
  margin-right: auto;
  height: calc(100vh - 250px);
  margin-left: auto;
}

.price-box__block-list dl.nowrap {
  min-width: 220px;
}

.page-plan_index.single-plan .option-box {
  display: block;
}

.inner.single-plan {
  max-width: 1040px;
}

.single-plan .results-box__flex-ct {
  width: 100%;
  padding-left: 0;
  padding-bottom: 20px;
}

.single-plan .results-box__flex-img {
  width: 100%;
}

.single-plan .results-box__flex {
  flex-direction: column-reverse;
  margin-bottom: 50px;
}

.single-plan .results-box {
  padding: 58px 0 80px;
}

.single-plan .results-box__flex-price {
  margin-bottom: 70px;
}

.plan-btn.more {
  max-width: 110px;
  font-family: "Marcellus", serif;
}

.single-plan .breadcrumb a:last-of-type {
  padding-right: 0;
}

.single-plan .breadcrumb a:last-of-type::after {
  display: none;
}

.select-wrap {
  position: relative;
  width: 60px;
  height: 100%;
  padding: 10px 15px;
  z-index: 0;
}

.select-wrap:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  transform: translateY(-40%) rotate(-135deg);
  font-size: 10px;
  pointer-events: none;
  z-index: 2;
}

.form_time {
  font-size: 16px;
  position: relative;
  z-index: 3;
  width: 45px;
}

.time-txt {
  font-weight: 600;
  font-size: 16px;
}

.mw_wp_form_confirm .select-wrap {
  width: 30px;
  padding: 10px 8px 10px 8px;
}

.mw_wp_form_confirm .select-wrap:after {
  display: none;
}

@keyframes sdl {
  0% {
    bottom: -21px;
  }

  100% {
    bottom: -61px;
  }
}

.mv-index__scroll:after {
  -webkit-animation: sdl 3s ease infinite;
  animation: sdl 3s ease infinite;
}

@keyframes sdlsp {
  0% {
    bottom: -8px;
  }

  100% {
    bottom: -38px;
  }
}



.dress-block dl.dress-block__btn::before {
  right: auto;
  left: 340px;
}

.mv-index__clor {
  z-index: 11;
}

.sec-gallery {
  background: linear-gradient(135deg, #eeeaec, rgba(249, 236, 229, 0.6941176471), #f7e6dd);
}

.studio-flex__ct {
  background: #ede4e1;
}

.mv-index__heading .en {
  /* font-size: 14rem; */
  line-height: 1.4;
}

/* .mv-index__heading .jp {
  font-size: 3rem;
} */

.mv-index__desc {
  font-size: 3rem;
}

@media screen and (max-width: 1245px) {
  /* .mv-index__heading .en {
    font-size: 11rem;
} */
}

@media screen and (max-width: 834px) {
  /* .mv-index__heading .en {
  font-size: 8rem;
} */
}

.story-box__flex.fade.active.before-arrow {
  position: relative;
  margin-top: 155px;
}

.story-box__flex.fade.active.before-arrow::before {
  content: "";
  width: 48px;
  height: 76px;
  position: absolute;
  background: url(../img/story/icon-01.png) center no-repeat;
  background-size: contain;
  top: -105px;
  left: 50%;
  z-index: 5;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.partner-insta {
  display: inline-block;
  width: 30px;
  margin-left: 20px;
  transform: translateY(-2px);
}

/* ドレスページ修正 */
.dress-block__btn-black {
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  padding: 10px 10px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background: #000;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  /* font-size: 1.4rem; */
  font-weight: normal;
  border: 0;
  width: 151px;
  height: 42px;
}

.dress-block__btn-black span {
  display: inline-block;
  position: relative;
  padding-right: 15px;
}

.dress-block__btn-black span:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  display: block;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
  top: 10px;
}

.dress-block dl.dress-block__btn::before {
  display: none;
}

.dress-block dl:first-of-type {
  border-top: 1px solid #dddddd;
}

.dress-content {
  width: 100%;
  display: none;
}

.dress-content.is-open {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.c-al--c {
  text-align: center !important;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 20px;
}

.c-al--c.is-none {
  display: none;
}

/* 名古屋店用修正 */
.mv-index__img-img::after {
  background: url(../img/index/mv-nagoya-circle.svg) center no-repeat;
  background-size: contain;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: rotation 15s linear infinite;
}

.mv-index__img-img {
  padding: 21px;
  margin-bottom: 30px;
  position: absolute;
}

.mv-index::before {
  background: #f2ebd5;
}

.sec-gallery {
  background: linear-gradient(135deg, #f6f1e7, rgb(255 248 245 / 69%), #efdbd0);
}

.studio-flex__ct {
  background: #ecddcd;
}

.sec-scenes {
  background: #fffef7;
}

.schedule-box__img::after {
  background: #ecddcd;
}

.schedule-box:nth-child(2n) .schedule-box__img::after {
  background: #f6f1e7;
}

.mv-index::before {
  left: auto;
  right: 0;
  width: 85%;
}

.mv-index.show::before {
  left: auto;
  right: 0;
  /* width: 85%; */
  width: 35%;
}

.mv-index__content {
  /* top: 202px; */
  /* top: calc(100% - 163px); */
  top: calc(100% - 226px);
  padding: 0;
  max-width: 60%;
}

.mv-index__heading .en {
  text-align: left;
  color: #d3c09f;
  padding-right: 30px;
  font-size: 3.5rem;
  margin-bottom: 10px;
  margin-left: 0;
  margin-top: 60px;
  position: absolute;
  left: 0;
  bottom: -112px;
}

.mv-index__heading .jp {
  text-align: left;
  color: #d3c09f;
  padding-right: 30px;
  position: absolute;
  left: 269px;
  bottom: -88px;
  font-size: 2rem;
  font-weight: 400;
}

/* @media screen and (max-width: 1245px) {
  .mv-index__heading .en {
    font-size: 4rem;
    margin-top: 65px;
  }
} */

.mv-index__heading .jp {
  text-align: left;
  color: #d3c09f;
  padding-right: 30px;
}

.mv-index__desc {
  text-align: left;
  color: #d3c09f;
  padding-right: 30px;
}

.gallery-heading__txt li {
  color: #d4cb98;
}

.studio-flex__ct .c-ttl__02 {
  color: #111;
}

.studio-flex__ct .c-txt__basic {
  color: #111 !important;
}

.scenes-heading {
  color: #d3c09f;
}

.mv-index__scroll {
  bottom: 60px;
  left: 20px;
}

.mv-index__clor {
  /* right: 7%; */
  right: 12%;
  bottom: 45px;
}

.produce-dress__img:before {
  background: #f6f1e7;
}

.produce-dress--02 .produce-dress__img:before {
  background: #ecddcd;
}

.produce-dress--03 .produce-dress__img::before {
  background: #f6f1e7;
}

.dress__single-pagenav {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  width: 213px;
  display: flex;
  justify-content: space-between;
}

.dress__single-pagenav a {
  display: block;
  position: relative;
  font-size: 22px;
}

.dress__single-pagenav a[rel="prev"]::after {
  content: "次へ";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.6em;
  white-space: nowrap;
}

.dress__single-pagenav a[rel="next"]::after {
  content: "前へ";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.6em;
  white-space: nowrap;
}

.dress__single-pagenav a[rel="prev"] {
  margin-left: 80px;
}

/* size
-------------------*/
.size10 {
  font-size: 1rem !important
}

.size11 {
  font-size: 1.1rem !important
}

.size12 {
  font-size: 1.2rem !important
}

.size13 {
  font-size: 1.3rem !important
}

.size14 {
  font-size: 1.4rem !important
}

.size15 {
  font-size: 1.5rem !important
}

.size16 {
  font-size: 1.6rem !important
}

.size17 {
  font-size: 1.7rem !important
}

.size18 {
  font-size: 1.8rem !important
}

.size19 {
  font-size: 1.9rem !important
}

.size20 {
  font-size: 2rem !important
}

.size21 {
  font-size: 2.1rem !important
}

.size22 {
  font-size: 2.2rem !important
}

.size23 {
  font-size: 2.3rem !important
}

.size24 {
  font-size: 2.4rem !important
}

.w5 {
  width: 5% !important
}

.w10 {
  width: 10% !important
}

.w15 {
  width: 15% !important
}

.w18 {
  width: 18% !important
}

.w20 {
  width: 20% !important
}

.w25 {
  width: 25% !important
}

.w30 {
  width: 30% !important
}

.w35 {
  width: 35% !important
}

.w40 {
  width: 40% !important
}

.w45 {
  width: 45% !important
}

.w50 {
  width: 50% !important
}

.w55 {
  width: 55% !important
}

.w60 {
  width: 60% !important
}

.w65 {
  width: 65% !important
}

.w70 {
  width: 70% !important
}

.w75 {
  width: 75% !important
}

.w80 {
  width: 80% !important
}

.w85 {
  width: 85% !important
}

.w90 {
  width: 90% !important
}

.w95 {
  width: 95% !important
}

.wFull {
  width: 100% !important
}

.price-box__block {
  align-items: center;
}

/* footerシェアボタン */
.ft-share-btn {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.hatebu-img {
  width: 33px;
  height: 33px;
  display: block;
  transform: translateY(-4px);
}

.ft-share-btn-flex {
  display: flex;
}

.ft-share-btn-flex a {
  display: block;
  max-width: 33px;
  margin-right: 25px;
  font-size: 33px;
}

.ft-share-btn-flex a:last-of-type {
  margin-right: 0;
}

.ft-share-title {
  font-family: "Marcellus", serif;
  font-size: 14px;
  width: fit-content;
  border: 1px solid #000;
  padding: 3px 10px 1px;
  margin: 0 auto 10px;
}

#footer {
  padding-top: 80px;
}

.nav-share li a.float-insta-color {
  width: 37px;
}

.nav-share {
  padding: 28px 5px;
}

.nav-share li {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 20230214____logo-sp */
.page-plan_index .slick-track {
  height: 380px;
}

.plan-column__ttl {
  font-size: 2rem;
}

.results-box__flex-price label {
  font-family: shippori mincho, serif;
}

.fade-show {
  opacity: 0;
  animation-duration: 0.7s;
  animation-delay: 1s;
  animation-name: opani;
  animation-fill-mode: forwards;
}

@keyframes opani {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.bnr-list {
  margin-top: 150px;
}

.bnr-list .item {
  padding: 0 20px;
}

.slick-next:before,
.slick-prev:before {
  content: '';
}

.bnr-list .slick-prev,
.bnr-list .slick-next {
  width: 45px;
  height: 45px;
  background: url(/nagoya/img/index/icon-prev.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 48;
  cursor: pointer;
  left: calc((100% - 1243px)/2);
}

.bnr-list .slick-prev {
  left: 50px;
}

.bnr-list .slick-next {
  right: 50px;
  background: url(/nagoya/img/index/icon-next.png) center no-repeat;
  background-size: contain;
  left: auto;
}

/* add__20230428 */
.set-plan__list-price span {
  font-size: 0.7em;
}

.set-plan__list-price {
  font-size: 3rem;
}

.set-plan__list-ttl {
  font-size: 1.9rem;
}

.report-block__detail p {
  margin-bottom: 25px;
}

/* 20230519__add */
.page-fair_detail .c-btn__03 {
  background: #d2b48c;
  color: #000;
}

.page-plan02_index .c-btn__03--graylight {
  background: #f0f0f0;
  color: #555;
  border: 1px solid #d3c09f;
  box-shadow: rgb(138 125 44 / 20%) 0px 2px 8px 0px;
}

.page-plan02_index .c-btn__03--graylight::before {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(/osaka/img/common/logo_line.svg);
  display: inline-block;
  margin-right: 10px;
  transform: translateY(2px);
}

.page-plan02_index .plan-heading__ct-ttl {
  font-size: 3.0rem;
}

/* お問い合わせ修正　20230523 */
.page-contact form .selectbox-003 {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.page-contact form .selectbox-003::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #313131;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}

.page-contact .mw_wp_form_confirm form .selectbox-003::after {
  display: none;
}

.page-contact .mw_wp_form_confirm form .contact-block__line.input-date .contact-block__line-head {
  display: none;
}

.page-contact form .selectbox-003 select {
  appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: 0.7em calc(0.8em + 30px) 0.8em 0.8em;
  border: 1px solid #cccccc;
  border-radius: 7px;
  background-color: #fff;
  color: #111111;
  font-size: 1em;
  cursor: pointer;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}

.privacy-txt {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 40px;
}

.privacy-txt a {
  display: inline-block;
  border-bottom: 1px solid #111;
  margin-right: 5px;
}

.mw_wp_form_confirm .privacy-txt {
  display: none;
}

.contact-control .btn-confirm {
  color: #555555;
  background: #d3c09f;
}

.profile-box__main-txt {
  letter-spacing: 1.5px;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 500;
  color: #111111;
}

/* top */
.sec-concept .c-btn__01 {
  position: relative;
  z-index: 10;
}

.access-map iframe {
  border: 0;
}

/* access */
.sec-map iframe {
  border: none;
}

/* Company outline 20230526__add */
.profile-box__title-vision {
  display: inline-block;
  border: 1px solid currentColor;
  padding: 5px 12px;
  text-align: center;
  line-height: 1;
  margin-bottom: 6px;
}

.profile-box__philosophy-txt {
  padding-left: 2em;
  text-indent: -2em;
}

.mb30 {
  margin-bottom: 30px;
}

.mv-catch {
  /* width: 31vw;
  height: 18vw; */
  aspect-ratio: 32 / 17;
  width: 425px;
  height: auto;
  background-image: url(../img/webp/index/mv-catch-bg-nagoya.webp);
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  /* top: 40%;
  right: 5%;
  z-index: 10;
  position: absolute; */
  margin-left: -16%;
  margin-right: auto;
}

.mv-catch__title {
  /* width: 70%; */
  /* width: 65%; */
  width: 60%;
  margin-right: 3vw;
  margin-bottom: 1vw;
}

.plan-column__item {
  width: 33.333%;
}

.sec-plan.top {
  padding: 70px 0 150px;
}

/* 230628 SEO */
.mv-page__ct-ttl {
  color: #fff;
}

.mv-page__ct-ttl .en:before,
.mv-page__ct p span:before {
  content: attr(data-title);
  position: absolute;
  top: 0;
  left: 0;
  color: #121212;
  overflow: hidden;
}

.mv-page__ct p span {
  display: block;
  position: relative;
  white-space: nowrap;
  color: #fff;
}

.concept-title {
  opacity: .7 !important;
  color: #b8b0ab;
}

.concept-title .js-scroll h2 {
  display: inline-block;
  height: 200px;
}

/* contact */
.contact-flow:before {
  top: 12px;
}

.contact-flow__item {
  width: 25px;
}

.contact-flow__no {
  width: 25px;
  height: 25px;
}

.contact-flow__txt {
  font-size: 1.2rem;
}

.contact-flow__no span {
  display: none;
}

.page-contact .page-heading {
  padding: max(30px, 8.13vw) 0 0;
}

.page-contact .contact-heading {
  padding: max(20px, 6vw) 0 35px;
}

.page-contact .contact-flow {
  margin: 0 auto 40px;
}

.contact-block__line {
  word-wrap: break-word;
}

.page-contact form textarea {
  height: 61px;
}

.contact-block__line-head .nini {
  display: inline-block;
  margin-left: 12px;
  width: 50px;
  color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  background: #bbb;
  border-radius: 10px;
}

.mw_wp_form_confirm .contact-block__line-head .nini {
  display: none;
}

.confirm-koumoku {
  display: none;
}

.mw_wp_form_confirm .confirm-koumoku {
  display: block;
}

.mw_wp_form_confirm .select-wrap {
  width: 35px;
}

.mw_wp_form_confirm .contact-block__line.input-date .choice-input {
  padding: 9px 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
  padding: 1em !important;
}

.ui-datepicker {
  width: 500px !important;
}

.top-breadcrumb {
  margin-top: 65px;
  margin-right: 20px;
  margin-bottom: -100px;
}

.footer__bnr-link {
  display: block;
  width: 700px;
  max-width: 90%;
  margin: 0 auto 40px;
}

.contact-block__line-head .required {
  background: #F68B1F;
  color: #111;
}

.contact-step-bl {
  width: 300px;
  margin: 0 auto 40px;
  margin: 0 auto 20px;
  max-width: 100%;
}

.contact-step-bl-confirm {
  display: none;
}

.contact-step-bl-complete {
  display: none;
}

.mw_wp_form_confirm .contact-step-bl-input,
.mw_wp_form_complete .contact-step-bl-input {
  display: none;
}

.mw_wp_form_confirm .contact-step-bl-confirm {
  display: flex;
  margin: 3vw auto 2vw;
}

.page-contact_thanks .contact-step-bl-complete {
  display: flex;
  margin: 3vw auto 2vw;
}

.contact-bnr {
  width: 1000px;
  max-width: 90%;
  margin: 5vw auto 30px;
}

.page-contact .page-heading__title .en {
  font-size: 11rem;
}

.page-contact .page-heading {
  padding: 0;
}

.page-contact .contact-heading {
  padding: max(10px, 0vw) 0 35px;
}

.page-contact .c-btn__03--graylight {
  margin-top: 10px;
}

.bnr-campaign {
  margin: -120px 0 80px;
}

/* privacy */
.profile-list .privacy__small-ttl-s {
  display: inline-block;
  border: none;
  border-bottom: 1px solid #505050;
  padding: 0 0 6px;
  font-size: 120%;
  margin-bottom: 10px;
  text-align: left;
}

.holiday-txt {
  font-size: 1.2rem;
}

.mw_wp_form_confirm .holiday-txt {
  display: none;
}


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

  .page-produce .mv-page .mv-page__ct .inner,
  .page-concept_index .mv-page .mv-page__ct .inner {
    width: 1530px;
    max-width: 1530px;
  }

  .mv-page__ct-ttl .en:before,
  .mv-page__ct p span:before {
    width: calc(22.35vw - (50vw - 765px) - 15px);
  }
}

@media screen and (min-width: 835px) and (max-width: 1550px) {

  .mv-page__ct-ttl .en:before,
  .mv-page__ct p span:before {
    width: calc(22.35vw - (100% - 30px) * 0.05 + 10px - (100vw - (110% + 15px)));
  }
}

@media screen and (min-width: 835px) {
  .mv-heading .breadcrumb {
    bottom: -80px;
  }
}

@media screen and (min-width: 1530px) {
  .mv-heading {
    padding-top: 200px;
  }
}

@media screen and (max-width: 1440px) {
  .mv-index__img-img::after {
    width: 200px;
    height: 200px;
  }

  .mv-index__img-img {
    width: 200px;
    height: 200px;
    padding: 19px;
    left: 5%;
    top: 30px;
  }

  /* .mv-index__slider {
    margin-top: 134px;
    height: calc(100vh - 230px);
    min-height: 500px;
  } */
/* 
  .mv-index__content {
    top: 190px;
  } */

  .page-contact .page-heading__title .en {
    font-size: max(50px, 6.85vw);
  }
}

@media screen and (max-width: 1245px) {
  .price-box__block-list dl.nowrap {
    min-width: 180px;
  }

  .single-plan .mv-heading {
    padding-top: 130px;
  }

  .single-plan .results-box__flex {
    margin-bottom: 50px;
  }

  .single-plan .results-box__flex-ct {
    padding-bottom: 10px;
  }

  .mv-index__heading .jp {
    font-size: 2.3rem;
  }

  .story-box__flex.fade.active.before-arrow::before {
    width: 35px;
    height: 60px;
  }

  /* .mv-index__slider {
    margin-top: 134px;
    height: calc(100vh - 230px);
  } */

  /* .mv-index__content {
    top: 150px;
  } */

  .set-plan__list-ttl {
    font-size: 1.8rem;
  }

  .set-plan__list-price {
    font-size: 2.6rem;
  }

  .page-plan02_index .plan-heading__ct-ttl {
    font-size: 2.8rem;
  }

  .profile-box__main-txt {
    letter-spacing: 0;
    font-size: 1.4rem;
  }

  .plan-tab__link-item {
    width: calc(33.33% - 6px);
  }

  .plan-tab__link-btn {
    font-size: 1.6rem;
    padding: 10px 0px;
  }
  .mv-index__slider {
    width: 80%;
    height: calc(100vh - 200px);
  }
  .mv-index__content {
    max-width: 80%;
  }
}

@media screen and (max-width: 834px) {
  .sec-privacy-policy {
    padding: 50px 0;
  }

  .dress-column .item {
    margin-bottom: 10px;
  }

  .mv-index__heading {
    color: white;
  }

  .scroll-in-top {
    transform: translate(0, 0);
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .blur {
    animation-name: blur-anim;
    animation-duration: 2s;
    animation-delay: 3.5s;
  }

  /* ロードがトリガー&下から表示 */
  .scroll_top_show_load {
    transition-duration: 1000ms;
  }

  .scroll_top_show_load_top {
    transition-duration: 1000ms;
    transform: translate(0, -50px);
  }

  .popup-wrap__list .slick-prev:before,
  .popup-wrap__list .slick-next:before {
    width: 30px;
    height: 25px;
    top: 51%;
  }

  .popup-wrap__list .slick-next:before {
    right: 10px;
  }

  .popup-wrap__list .slick-prev:before {
    left: 10px;
  }

  .price-box__block-list dl.nowrap {
    min-width: 160px;
  }

  .price-box__block-list dl.nowrap dt {
    font-size: 1.3rem;
    padding: 4px 2px;
  }

  .single-plan .mv-heading {
    padding-top: 80px;
  }

  .single-plan .results-box {
    padding: 30px 0 30px;
  }

  .single-plan .results-box__flex {
    margin-bottom: 15px;
  }

  .single-plan .results-box__flex-price {
    margin-bottom: 40px;
  }

  .contact-block__line .choice-input .choice-txt {
    font-size: 1.3rem;
    margin-right: 10px;
    white-space: nowrap;
  }

  .select-wrap {
    width: 50px;
    padding: 10px 15px 10px 10px;
  }

  .form_time {
    width: 40px;
    font-size: 14px;
  }

  .form_time option {
    font-size: 16px;
  }

  .dress-block dl.dress-block__btn::before {
    right: auto;
    left: 300px;
  }

  .plan-list .slick-slide {
    display: flex;
    justify-content: space-between;
  }

  .plan-list .slick-slide a {
    width: 100%;
  }

  .plan-list .slick-slide .item-child {
    width: 48.5%;
  }

  .plan-list .item-child:not(:last-child) {
    margin-bottom: 0;
    width: 48.5%;
  }

  .plan-list .item a.plan-list__ct--sp {
    display: block;
  }

  .plan-list__ct-left {
    width: 100%;
  }

  .plan-list__ct-right {
    width: 100%;
    padding-left: 0;
  }

  .plan-list__sale {
    text-align: center;
  }

  .plan-list__price {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 5px;
  }

  .mv-index__scroll:after {
    -webkit-animation: sdlsp 3s ease infinite;
    animation: sdlsp 3s ease infinite;
  }

  #sidebar {
    height: auto !important;
  }

  .story-box__flex.fade.active.before-arrow {
    margin-top: 80px;
  }

  .story-box__flex.fade.active.before-arrow::before {
    width: 30px;
    height: 50px;
    top: -70px;
  }

  .partner-insta {
    width: 20px;
    margin-left: 10px;
  }

  .mv-index__img-img {
    width: 120px;
    height: 120px;
    padding: 10px;
    left: 3%;
    top: auto;
    bottom: -110px;
  }

  .mv-index.show::before {
    left: auto;
    right: 0;
    width: 100%;
    bottom: 27px;
    background: #cdc3a4;
    display: none;
  }

  .mv-index__img-img::after {
    background: url(../img/index/mv-nagoya-circle.svg) center no-repeat;
    background-size: contain;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 120px;
    height: 120px;
  }

  .mv-index__slider {
    margin-top: 0;
    height: calc(100vh - 100px);
    width: 100%;
  }

  .mv-index__content {
    top: 0;
    margin-top: 0 !important;
    max-width: 100%;
  }

  .mv-index__heading .jp,
  .mv-index__heading .en {
    color: white;
  }

  /* .mv-index__heading {
    color: white;
  } */

  .mv-index__heading {
    color: white;
    position: absolute;
    /* position: relative; */
    display: block;
    width: 100vw;
    /* height: 130px; */
    height: 100px;
    bottom: -121px;
    background: #b7ab86;
    left: -4%;
  }

  .mv-index__heading .jp {
    /* padding-right: 0;
    font-size: 1.2rem;
    color: black; */
    left: 37vw;
    bottom: auto;
    top: 11vw;
    font-size: 2vw;
    color: #fff;
  }

  .mv-index__desc {
    padding-right: 0;
    font-size: 1.5rem;
    color: white;
  }

  .mv-index__heading .en {
    /* font-size: 5.5vw;
    margin-bottom: 5px;
    padding-right: 0;
    margin-top: 0; */
    font-size: 4.5vw;
    margin-bottom: 5px;
    padding-right: 0;
    margin-top: 0;
    top: 17px;
    left: 4%;
  }

  .mv-index__scroll {
    left: auto;
    /* bottom: 82px; */
    /* bottom: 60px; */
    bottom: 23px;
  }

  .dress__single-pagenav {
    width: 195px;
  }

  .dress__single-pagenav a {
    font-size: 19px;
  }

  .main-header__logo {
    width: 75px;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }

  .main-header__inner {
    height: 60px;
  }

  .nav-share {
    padding: 15px 5px;
  }

  .plan-column__ttl {
    font-size: 1.6rem;
  }

  .c-btn__02 {
    max-width: max-content;
    font-size: 1.5rem;
    white-space: nowrap;
  }

  .sec-news {
    padding: 70px 0 30px;
  }

  .bnr-list {
    margin-top: 85px;
    margin-bottom: 0;
  }

  .bnr-list .slick-prev {
    left: 18px;
  }

  .bnr-list .slick-next {
    right: 18px;
  }

  .bnr-list .slick-prev,
  .bnr-list .slick-next {
    width: 35px;
    height: 35px;
  }

  .page-plan02_index .plan-heading__ct-ttl {
    font-size: 2.0rem;
  }

  .page-plan02_index .plan-desc__ttl {
    font-size: 1.5rem;
  }

  .page-plan02_index .studio-plan__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 60px 0 40px;
  }

  .page-plan02_index .studio-plan__list-item {
    min-width: 280px;
  }

  .page-plan02_index .studio-plan__heading {
    margin-bottom: 35px;
  }

  .page-plan02_index .studio-plan__list-hosoku {
    font-size: 14px;
    margin-top: 10px;
  }

  .page-index .report-list__ttl {
    font-size: 1.5rem;
  }

  .page-index .c-ttl__01 {
    font-size: 2.5rem;
  }

  .page-index .concept-heading {
    font-size: 2.0rem;
  }

  .page-contact form .selectbox-003 select {
    padding: 0.8em calc(0.8em + 30px) 0.8em 0.8em;
  }

  .profile-box__philosophy-list dl dt {
    margin-bottom: 20px;
  }

  .s_mb20 {
    margin-bottom: 20px;
  }

  .mv-catch {
    top: auto;
    right: 1%;
    bottom: 180px;
    z-index: 51;
  }

  .mv-index__content.scroll_top_show_load_top {
    transform: translate(0, 0px);
    left: 0;
    bottom: 0;
    padding: 32px 21.5px 20px;
    background: #cdc3a4;
  }

  .sec-plan.top {
    padding: 50px 0 60px;
  }

  .plan-column__item {
    width: 50%;
  }

  .mv-page__ct-ttl small {
    color: #fff;
  }

  .mv-page__ct-ttl .en:before {
    width: auto;
    color: #121212;
    top: auto;
    height: 26px;
    bottom: 0;
    display: flex;
    align-items: end;
  }

  .mv-page__ct p span {
    color: #121212;
  }

  .mv-page__ct p span:before {
    display: none;
  }

  .plan-tab__link-item {
    width: 32%;
  }

  .page-contact .page-heading__title .jp {
    font-size: 2rem;
  }

  .ui-datepicker td span,
  .ui-datepicker td a {
    padding: .5em !important;
  }

  .ui-datepicker {
    width: 300px !important;
  }

  .contact-body {
    padding: 20px 0 50px;
  }

  .mw_wp_form_confirm .contact-block__line.input-date .choice-input {
    padding: 13px 2.5%;
  }

  .mw_wp_form_confirm .contact-block__line.input-date .choice-input .choice-txt {
    font-size: 1.6rem;
    transform: translateY(10px);
  }

  .top-breadcrumb {
    margin-top: 35px !important;
    margin-right: 0;
    margin-left: 20px;
    margin-bottom: -53px;
  }

  .top-c-btn__02 {
    font-size: 1.4rem;
  }

  .nav-share li {
    width: 50%;
  }

  .page-contact .contact-heading {
    padding: max(10px, 6vw) 0 35px;
  }

  #mw_wp_form_mw-wp-form-22 .contact-heading {
    padding: 0 0 12px;
  }

  #mw_wp_form_mw-wp-form-22 .contact-bnr {
    width: 335px;
    max-width: 90%;
    margin: 3vw auto 3vw;
  }

  .page-contact_thanks .contact-step-list {
    margin-top: 0;
  }

  .contact-footer .ft-flex__right {
    margin-bottom: 0;
  }

  #footer.contact-footer {
    padding: 30px 0;
    margin-top: -20px;
  }

  .contact-step-bl {
    width: 250px;
    margin: 0 auto 2vw;
  }

  .page-contact.page-contact_thanks .contact-heading {
    padding: max(10px, 3vw) 0 35px;
  }

  .page-contact_thanks .contact-step-bl-complete {
    display: flex;
    margin: 0 auto 2vw;
  }

  #mw_wp_form_mw-wp-form-22 .contact-bnr {
    width: 335px;
    max-width: 90%;
    margin: 3vw auto;
  }

  .page-contact .page-heading__title .jp {
    font-size: 2rem;
  }

  .bnr-campaign {
    margin: -40px 0 60px;
  }
}

@media screen and (max-width: 640px) {
  .profile-box__main-txt {
    font-size: 1.3rem;
  }

  .sec-plan.top {
    padding-bottom: 60px;
  }

  .plan-tab__link-btn {
    font-size: 1rem;
  }

  .page-contact .contact-flow {
    margin: 0 auto 20px;
    max-width: 250px;
  }

  .page-contact form textarea {
    height: 55px;
  }
}

/* @media screen and (max-width: 550px) {
  .mv-catch {
    width: 42vw;
    height: 24vw;
    bottom: 166px;
  }
} */

@media screen and (max-width: 500px) {
  .page-plan_index .slick-track {
    height: 280px;
  }
}

@media screen and (max-width: 400px) {
  .mv-catch {
    width: 58vw;
    height: 32vw;
    bottom: 140px;
  }
}

@media screen and (max-width: 374px) {
  .page-index .c-ttl__01 {
    font-size: 2.5rem;
  }

  .mv-index__content {
    margin-top: 0 !important;
  }
}

/************ CTA RENEW ************/
#footer_cta_btn {
  font-size: 10px;
  background-color: #f7efea;
  border-radius: 9px;
  color: #111111;
  padding: 3.5em 3.5em 2.5em;
  width: max-content;
  margin: auto auto 5em;
}

#footer_cta_btn .footer_cta_btn_container {
  display: flex;
  justify-content: center;
}

#footer_cta_btn h2 {
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-size: 2.1em;
  margin-bottom: 0.5rem;
}

#footer_cta_btn .footer_cta_red_btn,
#footer_cta_btn .footer_cta_green_btn {
  color: #ffffff;
  font-weight: 500;
  border: 3px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem;
}

#footer_cta_btn .footer_cta_red_btn {
  font-size: 2.4em;
  /* background-color: #b6324c;
  background: linear-gradient(to bottom, #c3949c -49%, #b42b46 100%); */
  background: #ae142a;
  background: linear-gradient(284deg, #ae142a 0%, #be4254 80%);
  margin-right: 0.5rem;
}

#footer_cta_btn .footer_cta_green_btn {
  font-size: 2.4em;
  /* background-color: #2f9ca3;
    background: linear-gradient(to bottom, #40b3bb 3%, #2f9ca3 100%); */
  background: #0464ae;
  background: linear-gradient(284deg, #0464ae 0%, #2e7dba 80%);
}

#footer_cta_btn .footer_cta_red_btn i,
#footer_cta_btn .footer_cta_green_btn i {
  margin-right: 0.5em;
}

.spcn {
  display: none;
}

@media (max-width:834px) {
  #footer {
    position: relative;
  }

  .nav-share {
    display: none;
  }

  #footer_cta_btn {
    position: fixed;
    bottom: 0;
    /* z-index: 10000; */
    z-index: 50;
    margin-bottom: 0;
    width: 100%;
    padding: 15px 10px 10px;
    display: none;
  }

  #footer_cta_btn h2 {
    font-size: 1.5em;
    margin-bottom: 1.3rem;
  }

  #footer_cta_btn .footer_cta_red_btn,
  #footer_cta_btn .footer_cta_green_btn {
    margin: 0;
  }

  #footer_cta_btn .footer_cta_red_btn {
    font-size: clamp(1.3rem, 2vw, 1.8rem);
    margin-right: 5px;
  }

  #footer_cta_btn .footer_cta_green_btn {
    font-size: clamp(1.3rem, 2vw, 1.8rem);
  }

  .back-top {
    bottom: 112px;
  }
}

@media (max-width: 449px) {
  #footer_cta_btn .footer_cta_btn_container {
    justify-content: space-between;
    align-items: center;
  }

  #footer_cta_btn .footer_cta_red_btn {
    padding: 1.2rem 1rem;
    width: 60%;
  }

  #footer_cta_btn .footer_cta_green_btn {
    padding: 1.2rem 1rem;
    width: 40%;
  }

  .spcn {
    display: block;
  }
}

.nav-share {
  padding: 28px 0 0;
  background-color: #b6324c;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.nav-share li.pc {
  border-bottom-left-radius: 5px;
  background-color: #f7efea;
}

.nav-share li a {
  padding-bottom: 12px;
}

.mv-index__slider .item img {
  object-position: bottom;
}

@media screen and (max-width: 834px) {
  .mv-index__slider .item img {
    object-position: center;
    height: 100%;
  }
}

/* add__20241030 */
.sec-top-faq{
  padding: 120px 0 20px;
}

.sec-top-faq .c-txt__basic{
  text-align: center;
  margin-bottom: 50px;
}

.base__more-btn{
  width: 280px;
  height: 65px;
  border-radius: 100px;
  background-color: #d0c1a3;
}

.top-faq__q{
  font-size: 2.4rem;
  color: #e3aaaa;
  display: inline-block;
  margin-right: 10px;
  font-family: "Marcellus", serif;
  position: absolute;
  top: 16px;
  left: 20px;
}

.top-faq__bl{
  background-color: #f6f4f0;
  border: 1px solid #f6f4f0;
  margin-bottom: 40px;
  border-radius: 10px;
  line-height: 1.6;
}

.top-faq__bl dt{
  background-color: #f6f4f0;
  position: relative;
  font-size: 1.8rem;
  border-radius: 10px;
  padding: 20px 56px;
  cursor: pointer;
}

.top-faq__bl dt.active{
  border-radius: 10p 10px 0 0;
}

.top-faq__bl dt::after{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 1px;
  background-color: #cccbcc;
}

.top-faq__bl dt::before{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  content: "";
  width: 20px;
  height: 1px;
  background-color: #cccbcc;
  transition-duration: 0.5s;
}

.top-faq__bl dt.active::before{
  transform: translateY(-50%) rotate(0deg);
  transition-duration: 0.5s;
}

.top-faq__bl dd{
  background-color: #fff;
  padding: 20px 20px 20px 56px;
  display: none;
  font-size: 1.6rem;
  border-radius: 0 0 10px 10px;
}

.sp-header__cta-menu-bl{
  display: none;
}

.page-heading {
  padding: 50px 0 0;
}

.sec-produce {
  padding-top: 60px;
}

#album-box .price-box__block-list dl dd span{
  width: 100%;
  text-align: center;
}

#album-box .price-box__block-list dl dd .album{
  width: 90%;
  display: block;
  margin: 20px auto 0;
  position: relative;
}

.album{
  position: relative;
  aspect-ratio: 2 / 1.4;
}

.album img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.album::after{
  position: absolute;
  right: 0;
  bottom: -21px;
  width: 15px;
  height: 15px;
  background-image: url(../img/webp/price/zoom-icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: block;
}

#album-box .price-box__block-list dl dt .small{
  font-size: 1.4rem;
}

#album-box .price-box__block{
  flex-wrap: wrap;
}

#album-box .only-table{
  border: 1px solid #dddddd;
  border-right: 0;
  width:calc((100% - 243px) / 5);
  margin-left: 243px;
  margin-top: 40px;
}

#album-box .only-table dt{
  text-align: center;
  padding: 4px;
  min-height: 53px;
  letter-spacing: 1px;
  border-right: 1px solid #fff;
  color: #111111;
  line-height: 1.125;
  background: #edeae5;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.6rem;
  border-right: 1px solid #dddddd;
}

#album-box .only-table dd{
  padding: 19px 5px 30px;
  min-height: 95px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #8d7757;
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  border-right: 1px solid #dddddd;
}

#album-box .only-table dt .small{
  font-size: 1.4rem;
}

#album-box span.pink{
  font-family: "Cormorant Garamond", serif;
  color: #db8d85;
  font-size: 3rem;
}

#album-box .only-table dd span {
  width: 100%;
  text-align: center;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 1.3rem;
  color: #8d7757;
}

#album-box .price-box__block-img span.txt{
  font-size: 1.6rem;
  border: none;
  margin-top: -10px;
}

#album-box .none-txt{
  font-size: 1.6rem;
  text-decoration: line-through;
  display: block;
  text-align: center;
  margin-bottom: -10px;
}

.scene-list__ct{
  position: relative;
}

.scene-list__ct::before{
  content: "";
  position: absolute;
  bottom: 32px;
  top: auto;
  right: 30px;
  left: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 1;
  transform: rotate(45deg);
}

.profile-tel{
  text-decoration: underline;
}

#album-box .price-box__block-list dl:nth-of-type(1) dd .album,
#album-box .price-box__block-list dl:nth-of-type(2) dd .album{
  margin-top: 34px;
}

.page-gallery_index .mv-heading__ttl,
.page-dress_index .mv-heading__ttl,
.page-dress_detail .mv-heading__ttl,
.page-gallery_index .mv-heading__ttl,
.page-news_index .mv-heading__ttl,
.page-news_detail .mv-heading__ttl,
.page-report .mv-heading__ttl,
.page-report_detail .mv-heading__ttl,
.page-access_index .mv-heading__ttl,
.page-plan_index .mv-heading__ttl,
.page-price .mv-heading__ttl,
.page-partner_index .mv-heading__ttl,
.page-company_outline .mv-heading__ttl,
.page-fair_index .mv-heading__ttl {
  margin-top: -35px;
}

.page-fair_index .sec-produce-top {
  padding-bottom: 35px;
}

.page-story_index .page-heading {
  padding-top: 60px;
}
.page-story_index .sec-flow-heading {
  padding-top: 60px;
}
.flow-heading {
  padding: 0 0 80px;
}
.sec-report-page {
  padding-top: 80px;
}

.c-txt__basic,
.results-box--02 .results-box__desc,
.price-box__flex-txt,
.studio-box__flex-txt,
.partner-block__txt{
  font-size: 1.7rem;
}

.fair-caution-txt{
  display: none;
}

.results-box__desc span{
  font-size: 1.7rem;
}

.dress-detail__type {
  font-size: 1.4rem;
  padding: 6.5px 11px;
}

.page-concept_index .breadcrumb{
  margin-top: 30px;
}

.partner-person__title .jp,
.partner-block__heading span,
.contact-lead,
.contact-block__line-head,
#get-privacy-policy p,
.profile-box__main-txt{
  font-size: 1.7rem;
}

.flow-heading__flow-item:not(:last-child):before,
.flow-heading__flow-item:not(:last-child):before{
  display: none;
}

.flow-heading__flow-item{
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 30px 12px 45px;
}

.flow-heading__flow-item a{
  display: block;
}

.flow-heading__flow-item::after{
  width: 25px;
  height: 25px;
  background-image: url(../img/flow/arw.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 13px;
  content: "";
}

.flow-heading__flow-item:first-of-type{
  border-left: 1px solid #dddddd;
}

.flow-heading__flow-desc .no {
  font-size: 3rem;
  color: #dddddd;
  position: absolute;
  top: 5px;
  right: 14px;
  margin-right: 0;
}

.flow-heading__flow-desc{
  margin-top: 15px;
}

.base__btn02{
  width: 320px;
  max-width: 100%;
  height: 70px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #d0c1a3;
  transition-duration: 0.3s;
  font-size: 1.8rem;
}

.base__btn02.center{
  margin-left: auto;
  margin-right: auto;
}

.base__btn02.pink{
  background-color: #e0bfbf;
}

.sec-concept .base__btn02{
  border: 1px solid #bdbdbd;
  background: #fff;
  margin-top: 40px;
}

.base__btn02::after{
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 9px;
  background-image: url(../img/common/base_btn02_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transition-duration: 0.3s;
}

.base__btn02:hover{
  opacity: 0.8;
  transition-duration: 0.3s;
}

.base__btn02:hover::after{
  right:20px;
  transition-duration: 0.3s;
}

.sec-concept .inner{
  position: relative;
  z-index: 2;
}

.main-header__navGlobal{
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.main-header__navGlobal::-webkit-scrollbar{
  display: none;
}

.popup-wrap__close{
  bottom: auto;
  top: 0;
  z-index: 10;
}

.mv-index {
  height: 100vh;
}

.sec-plan .c-txt__basic{
  max-width: 740px;
}

.retoutch__bl{
  display: flex;
  gap: 6%;
  align-items: flex-end;
  background-color: #f8f7f6;
  padding: 50px;
}

.retoutch__left{
  width: calc(94% - 250px);
}

.retoutch__right{
  width: 250px;
}

.retoutch__list-bl-pc{
  display: block;
}

.retoutch__list-bl-sp{
  display: none;
}

.retoutch__list-pc-ttl{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4%;
  margin-bottom: 15px;
}

.retoutch__list-pc-img{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4%;
  margin-bottom: 15px;
}

.retoutch__list-pc-img:last-of-type{
  margin-bottom: 0;
}

.retoutch__list-pc-ttl li{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-size: 1.6rem;
}

.retoutch__list-pc-ttl li:first-of-type{
  background-color: #e6e6e6;
}
.retoutch__list-pc-ttl li:nth-of-type(2){
  background-color: #f0ded5;
}
.retoutch__list-pc-ttl li:last-of-type{
  background-color: #f0ded5;
}

.retoutch__ttl{
  font-size: 2rem;
  margin-bottom: 30px;
}

.retoutch__list li{
  font-size: 1.6rem;
  padding: 3px 0;
}

.retoutch__list li::before{
  content: "●";
  display: inline-block;
  margin-right: 0.3em;
}

.flow-list ul {
  padding: 11px 33px 9px 33px;
  width: fit-content;
}

@media screen and (max-width: 1440px) {
  .page-heading {
    padding: max(40px, 3vw) 0;
  }
}

@media screen and (max-width: 1245px) {
  .sec-top-faq {
    padding: 80px 0 20px;
  }
  .main-header__menu > .item > a{
    display: block;
  }
  .sp-header__cta-menu-bl{
    display: block;
    position: relative;
    z-index: 100;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
  }
  .sp-header__cta-menu-bl-red-btn,.sp-header__cta-menu-bl-green-btn{
    color: #ffffff;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 3rem;
    border-radius: 2px;
  }
  .sp-header__cta-menu-bl-red-btn{
    font-size: 1.6rem;
    background-color: #b6324c;
    margin-bottom: 10px;
  }
  .sp-header__cta-menu-bl-green-btn{
    font-size: 1.6rem;
    background: #0464ae;
  }
  .sp-header__cta-menu-bl-red-btn i,.sp-header__cta-menu-bl-green-btn i{
    margin-right: 0.5em;
  }
  .main-header__share{
    display: none;
  }
  .main-header__mobile-icon::after{
    content: "メニュー";
    display: block;
    position: absolute;
    top: 43px;
    right: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    white-space: nowrap;
  }
  .main-header__mobile-icon.mobile-close::after{
    content: "閉じる";
    top: 47px;
    right: 13px;
  }
  .sec-produce {
    padding-top: 0;
  }
  #album-box span.pink {
    font-size: 2.4rem;
  }
  #album-box .none-txt {
    font-size: 1.2rem;
  }
  #album-box .only-table dt{
    font-size: 1.4rem;
  }
  #album-box .price-box__block-list dl dt .small {
    font-size: 1.3rem;
  }
  #album-box .only-table dt .small {
    font-size: 1.3rem;
  }
  #album-box .price-box__block-list dl:nth-of-type(1) dd .album,
  #album-box .price-box__block-list dl:nth-of-type(2) dd .album{
    margin-top: 28px;
  }
  .page-gallery_index .mv-heading__ttl,
  .page-dress_index .mv-heading__ttl,
  .page-dress_detail .mv-heading__ttl,
  .page-gallery_index .mv-heading__ttl,
  .page-news_index .mv-heading__ttl,
  .page-news_detail .mv-heading__ttl,
  .page-report .mv-heading__ttl,
  .page-report_detail .mv-heading__ttl,
  .page-access_index .mv-heading__ttl,
  .page-plan_index .mv-heading__ttl,
  .page-price .mv-heading__ttl,
  .page-partner_index .mv-heading__ttl,
  .page-company_outline .mv-heading__ttl,
  .page-fair_index .mv-heading__ttl {
    margin-top: -5px;
  }

  .results-box__flex-price label b {
    font-size: 1.5rem;
  }

  .partner-person__title .jp{
    font-size: 1.6rem;
  }

  .ft-flex__contact span .jp{
    font-size: 1.6rem;
  }

  .mv-catch {
    width: 350px;
    margin-left: -11%;
  }

  .main-header__navGlobal{
    padding: 10px 20px 120px;
  }

  .retoutch__bl {
    gap: 5%;
    padding: 30px;
  }

  .retoutch__list-pc-ttl {
    gap: 2%;
  }

  .retoutch__list-pc-img {
    gap: 2%;
  }

  .retoutch__right {
    width: 205px;
  }

  .retoutch__left {
    width: calc(95% - 205px);
  }

  .retoutch__list-pc-ttl li {
    padding: 5px 5px;
    font-size: 1.4rem;
  }

  .retoutch__list li {
    font-size: 1.4rem;
    padding: 3px 0;
  }

  .retoutch__ttl {
    font-size: 1.7rem;
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 834px) {
  .c-txt__basic{
    font-size: 1.6rem;
  }
  .sec-plan .c-ttl__02 {
    font-size: 1.7rem;
  }
  .scenes-box .c-ttl__03 {
    font-size: 1.7rem;
  }
  .gallery-flex .c-ttl__03 {
    font-size: 1.6rem;
  }
  .schedule-box__ct .c-ttl__03 {
    font-size: 1.7rem;
  }
  .concept-txt p {
    font-size: 1.6rem;
  }
  .sec-photo .c-ttl__02 {
    font-size: 1.7rem;
  }
  .studio-flex__ct .c-ttl__02 {
    width: 100%;
    font-size: 1.7rem;
  }
  .studio-flex__ct {
    padding: 30px 20px 30px;
  }
  .studio-flex__thumb {
    margin: 0 0;
  }
  .top-faq__bl dt {
    font-size: 1.7rem;
    padding: 20px 35px;
  }
  .top-faq__bl dd {
    padding: 20px;
  }
  .sec-top-faq .c-txt__basic {
    margin-bottom: 30px;
  }
  .top-faq__bl {
    margin-bottom: 20px;
  }
  .sec-top-faq {
    padding: 60px 0 20px;
  }
  .top-faq__q {
    font-size: 2rem;
    left: 12px;
  }
  .top-faq__bl dt::after,.top-faq__bl dt::before {
    width: 16px;
    right: 13px;
  }
  .page-heading {
    padding: max(12px, 3vw) 0 0px;
}
  .sec-produce {
    padding-top: 15px;
  }
  #album-box .price-box__block-list dl dt .small {
    display: block;
    width: 100%;
  }
  #album-box .price-box__block-list dl dt .small {
    font-size: 1.1rem;
  }
  .price-box__block-list dl dd span {
    font-size: 1.1rem;
  }
  #album-box .only-table {
    width: 33.333%;
    margin-left: 0;
    margin-top: 40px;
  }
  #album-box .only-table dt{
    font-size: 1.4rem;
  }
  #album-box .only-table dt .small {
    font-size: 1.1rem;
  }
  #album-box .only-table dd{
    font-size: 2.4rem;
  }
  #album-box .only-table dd span{
    font-size: 1.1rem;
  }
  #album-box .price-box__block-img span.txt {
    margin-top: 0;
    width: 100%;
  }
  .price-box__block-list dl.nowrap {
    min-width: 150px;
  }
  .scene-list__ct::before {
    bottom: 29px;
    right: 12px;
    width: 6px;
    height: 6px;
  }
  .album::after {
    bottom: -2px;
  }
  .page-gallery_index .mv-heading__ttl,
  .page-dress_index .mv-heading__ttl,
  .page-dress_detail .mv-heading__ttl,
  .page-gallery_index .mv-heading__ttl,
  .page-news_index .mv-heading__ttl,
  .page-news_detail .mv-heading__ttl,
  .page-report .mv-heading__ttl,
  .page-report_detail .mv-heading__ttl,
  .page-access_index .mv-heading__ttl,
  .page-plan_index .mv-heading__ttl,
  .page-price .mv-heading__ttl,
  .page-partner_index .mv-heading__ttl,
  .page-company_outline .mv-heading__ttl,
  .page-fair_index .mv-heading__ttl {
    margin-top: -30px;
    margin-bottom: 0;
  }

  .sec-produce-top {
    padding: 30px 0;
  }

  .sec-report-page {
    padding-top: 40px;
  }

  .page-story_index .page-heading {
    padding-top: max(12px, 3vw);
  }

  .page-story_index .sec-flow-heading {
    padding-top: 30px;
  }

  .page-report .breadcrumb {
    padding-top: 0;
  }

  .produce-heading{
    font-size: 1.6rem;
  }

  .c-ttl__06 .jp {
    font-size: 1.4rem;
  }

  .c-txt__basic,
  .results-box--02 .results-box__desc,
  .price-box__flex-txt,
  .produce-block,
  .studio-box__flex-txt,
  .report-block__detail p, .report-block__detail dl,
  .results-box__desc span,
  .price-box__desc span,
  .flow-heading,
  .mv-page__ct,
  .partner-block__heading span,
  .partner-block__txt,
  .contact-lead,
  .contact-block__line-head,
  #get-privacy-policy p,
  .profile-box__main-txt{
    font-size: 1.6rem;
  }

  .results-box__flex-tags li span {
    font-size: 1.3rem;
  }

  .price-box__menu dl::before {
    top: 50%;
  }

  .profile-list dt{
    width: 120px;
  }

  .profile-list dd {
    width: calc(100% - 120px);
  }

  .page-concept_index .breadcrumb{
    padding-left: 25px;
  }

  .concept-desc {
    font-size: 1.5rem;
  }

  .flow-heading__flow {
    overflow-x: initial;
    margin-right: -21.5px;
    margin-left: -21.5px;
    width: calc(100% + 43px);
    flex-wrap: wrap;
    display: flex;
  }

  .flow-heading__flow-item{
    width: 33.333%;
  }

  .flow-heading__flow-item:nth-of-type(4),
  .flow-heading__flow-item:nth-of-type(5){
    border-top: none;
  }

  .flow-heading__flow-item:nth-of-type(3){
    border-right: none;
  }

  body:has(.page-story_index){
    overflow-x: initial;
  }

  .flow-heading__flow-desc {
    font-size: max(14.5px, 2.4vw);
  }

  .page-scene_index .breadcrumb,
  .page-story_index .breadcrumb{
    padding: 0;
  }

  .mv-catch {
    width: 62vw;
    top: -33.5vw;
    left: 0;
    margin-left: 2%;
    position: absolute;
    z-index: 10;
  }

  .mv-index__slider .slick-list,
  .mv-index__slider .slick-track{
    height: 100%;
  }

  .retoutch__list-bl-pc{
    display: none;
  }

  .retoutch__list-bl-sp{
    display: flex;
    gap: 5%;
  }

  /* .retoutch__list-sp-ttl{
    width: 35px;
  }

  .retoutch__list-sp-ttl li{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  } */

  .retoutch__list-sp-img{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
  }

  .retoutch__list-sp-img li{
    width: calc((100% - 55px) / 2);
  }

  .retoutch__list-sp-img li:first-of-type{
    width: 35px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    padding: 10px 5px;
  }

  .retoutch__list-sp-img li.p1{
    background-color: #e6e6e6;
  }
  .retoutch__list-sp-img li.p2{
    background-color: #f0ded5;
  }
  .retoutch__list-sp-img li.p3{
    background-color: #f0ded5;
  }

  .retoutch__list-sp-img:last-of-type{
    margin-bottom: 0;
  }

  .retoutch__bl {
    gap: 30px;
    padding: 30px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .retoutch__list-bl-sp-right{
    width: 100%;
  }

  .retoutch__left {
    width: 100%;
  }

  .retoutch__right {
    width: 100%;
  }

  .flow-list ul {
    padding: 9px 10px;
    width: 100%;
    margin: 10px 0;
  }

  .flow-list ul li {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .fair-caution-txt{
    display: block;
    font-size: 1.3rem;
    margin-top: 10px;
  }

  .c-txt__basic {
    font-size: 1.6rem;
  }

  .concept-title {
    margin: 0 0 10px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 449px) {
  .retoutch__bl {
    padding: 30px 20px;
  }
  .retoutch__list-sp-img li:first-of-type {
    font-size: 1.4rem;
  }

  .mv-index__content {
    height: calc(15vw + 40px);
    margin-top: 0px !important;
  }

  .mv-index__slider {
    height: calc(100vh - 40px - 25vw);
  }

  .mv-index__scroll {
    bottom: 55px;
  }
}

@media screen and (max-width: 374px) {
  #album-box .only-table {
      width: 50%;
  }
  .price-box__block-list dl:nth-of-type(2){
    border-right: 1px solid #dddddd;
  }
  .price-box__block-list dl.nowrap {
    width: 50%;
  }
  .price-box__block-list dl.nowrap:nth-of-type(2){
    border-right: none;
  }
  .report-block__news-ttl {
    font-size: 1.6rem;
  }
  .flow-list__subtitle {
    font-size: 1.7rem;
  }
  .flow-heading__flow-desc{
    font-size: 13.5px;
  }
}

/* 250225 add */
.add-bnr {
  margin-bottom: 120px;
}
@media screen and (max-width: 834px) {
  .add-bnr {
    margin-bottom: 60px;
  }
}

/* 250808 add */
.breadcrumb {
  text-transform: none;
}

/* --------------------
  add 260331
-------------------- */
.access-parking {
  max-width: 120rem;
  width: 90%;
  margin: 14rem auto 20rem;
  padding: 6rem 0 8rem;
  background-color: #f8f7f6;
}
@media screen and (max-width: 834px) {
  .access-parking {
    margin: 5rem auto;
    padding: 3rem 0;
  }
}
.access-parking .profile-heading {
  justify-content: center;
  flex-direction: column;
}
.access-parking__txt {
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .access-parking__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .profile-heading {
    margin-bottom: 2rem;
  }
  .access-parking__txt {
    text-align: left;
  }
}
.access-parking__list {
  margin-top: 4.3rem;
  padding-top: 6rem;
  border-top: 1px solid #d1d1d1;
}
@media screen and (max-width: 834px) {
  .access-parking__list {
    margin-top: 2rem;
    padding-top: 3rem;
  }
}
.access-parking__item {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .access-parking__item {
    flex-direction: column;
    gap: 1rem;
  }
}
.access-parking__item:not(:first-of-type) {
  margin-top: 8rem;
}
@media screen and (max-width: 834px) {
  .access-parking__item:not(:first-of-type) {
    margin-top: 4rem;
  }
}
.access-parking__cont {
  max-width: 47.2rem;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .access-parking__cont {
    max-width: 100%;
    width: 100%;
  }
}
.access-parking__ttl {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .access-parking__ttl {
    font-size: 1.8rem;
  }
}
.access-parking__dl {
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .access-parking__dl {
    margin-top: 2rem;
  }
}
.access-parking__dl-item {
  padding: 2rem 0;
  display: flex;
  gap: 4rem;
  border-top: 2px dotted #ddd;
}
@media screen and (max-width: 1000px) {
  .access-parking__dl-item {
    gap: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .access-parking__dl-item {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 600px) {
  .access-parking__dl-item {
    flex-direction: column;
    gap: 0;
  }
}
.access-parking__dt {
  font-size: 1.6rem;
  min-width: 4em;
  line-height: 1.875;
}
.access-parking__dd {
  font-size: 1.6rem;
  line-height: 1.875;
}
.access-parking__dd small {
  font-size: 0.75em;
}
.access-parking__dd-flex {
  display: flex;
  gap: 1.9rem;
}
@media screen and (max-width: 834px) {
  .access-parking__dd-flex {
    gap: 1em;
  }
}
.access-parking__dd-ttl {
  font-size: 1.6rem;
  min-width: 4em;
  line-height: 1.875;
}
.access-parking__txt {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 834px) {
  .access-parking__dt,.access-parking__dd,.access-parking__dd-ttl,.access-parking__txt {
    font-size: 1.4rem;
  }
}
.access-parking__map {
  margin-top: 7rem;
  max-width: 48.2rem;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .access-parking__map {
    margin-top: 0;
    max-width: 100%;
    width: 100%;
  }
}
.access-parking__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 963 / 915;
  filter: gray;
  -webkit-filter: grayscale(99%);
  -webkit-backface-visibility: hidden;
}

.access-parking__att {
  position: relative;
  margin-top: 10rem;
  padding: 2.5rem 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .access-parking__att {
    position: relative;
    margin-top: 4rem;
    padding: 2rem;
    gap: 2rem;
    flex-direction: column;
  }
}
.access-parking__att::before {
  position: absolute;
  content: '';
  width: 1px;
  height: calc(100% - 5rem);
  top: 2.5rem;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  border-left: 2px dotted #ddd;
}
@media screen and (max-width: 834px) {
  .access-parking__att::before {
    width: calc(100% - 4rem);
    height: 1px;
    top: 50%;
    left: 2rem;
    transform: translateY(-50%);
    border-left-width: 0;
    border-bottom: 2px dotted #ddd;
  }
}
@media screen and (max-width: 587px) {
  .access-parking__att::before {
    top: calc(50% + 1.5rem);
  }
}
@media screen and (max-width: 446px) {
  .access-parking__att::before {
    top: 50%;
  }
}
.access-parking__att-ttl {
  width: 48%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.61;
}
@media screen and (max-width: 834px) {
  .access-parking__att-ttl {
    width: 100%;
    font-size: 1.6rem;
  }
  .access-parking__att-ttl br {
    display: none;
  }
}
.access-parking__att-wrap {
  width: 48%;
  display: flex;
  justify-content: end;
  gap: 6rem;
}
@media screen and (max-width: 1100px) {
  .access-parking__att-wrap {
    justify-content: center;
    gap: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .access-parking__att-wrap {
    width: 100%;
    flex-wrap: wrap;
    gap: 1rem 3rem;
  }
}
.access-parking__att-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 834px) {
  .access-parking__att-link {
    gap: 1rem;
  }
}
.access-parking__att-link .ico {
  max-width: 1.5rem;
  display: block;
}
.access-parking__att-link .txt {
  font-size: 1.6rem;
  text-decoration: underline;
}
@media screen and (max-width: 834px) {
  .access-parking__att-link .txt {
    font-size: 1.4rem;
  }
}