/*************************************************



*************************************************/
.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* .info_tel {
  padding-top: 0px;
}

@media screen and (max-width: 768px) {
  .info_tel {
    padding-top: 0px;
  }
} */
/* 
===================================== */
.contents {
  padding: 0;
}

/* .info_tel {
  padding-top: 0;
} */

.footer_info {
  padding-top: 100px;
}

@media only screen and (max-width: 768px) {
  .footer_info {
    padding-top: 40px;
  }
}
/* mv
===================================== */
.mv {
  position: relative;
}

.mv img {
  width: 100%;
}

.mv_title_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.mv_title {
  width: 158px;
  margin-left: 14%;
  padding-bottom: 20px;
  opacity: 0;
  -webkit-filter: blur(100px);
          filter: blur(100px);
}

.mv_title.show {
  -webkit-animation: blurFadeIn 1.5s forwards;
          animation: blurFadeIn 1.5s forwards;
}

.mv_title_line {
  width: 0;
  height: 2px;
  background-color: #fff;
}

@-webkit-keyframes lineGrow {
  from {
    width: 0;
  }
  to {
    width: 90%;
  }
}

@keyframes lineGrow {
  from {
    width: 0;
  }
  to {
    width: 90%;
  }
}
@-webkit-keyframes blurFadeIn {
  from {
    -webkit-filter: blur(100px);
            filter: blur(100px);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes blurFadeIn {
  from {
    -webkit-filter: blur(100px);
            filter: blur(100px);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
.inner {
  width: calc(100% - 20px);
}
.inner--1000px {
  max-width: 1000px;
  padding: 0;
}
.inner--840px {
  max-width: 840px;
  padding: 0;
}
.inner--700px {
  max-width: 700px;
  padding: 0;
}

/* contents
===================================== */
.contents a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* .contents a:hover {
  opacity: 0.8;
} */

.mv_text {
  text-align: center;
  color: #fff;
  margin-top: min(100px, 5vw);
  font-size: clamp(18px, 3vw, 30px);
  letter-spacing: 0.4rem;
  opacity: 0;
  -webkit-filter: blur(100px);
          filter: blur(100px);
}

.mv_text.show {
  -webkit-animation: blurFadeIn 1.5s forwards;
          animation: blurFadeIn 1.5s forwards;
}

.text-large {
  font-size: 200%;
  line-height: 1;
}


/* limited contents
---------------------------- */
/* .parts-pagemv {} */
.parts-pagemv.type-single {
  min-height: 500px;
  margin-bottom: 80px;
}
.parts-pagemv__bg picture {
  height: 100%;
}
.parts-pagemv__lead2 {
  width: min(1100px, 90%);
  flex-direction: column;
  align-items: center;
  letter-spacing: -0.05em;
  background-color: rgb(51, 35, 7, 40%);
  border: 1px solid #fff;
  position: relative;
  padding: 2em 0;
  margin-inline: auto;
  margin-top: 30px;
}
.parts-pagemv__lead2-el01 {
  letter-spacing: 0.01em;
  display: inline-block;
  background-color: #fff;
  color: #000;
  border-radius: 100rem;
  font-size: 80%;
  line-height: 1.4;
  padding-inline: 1em;

  position: absolute;
  top: -1em;
}
.parts-pagemv__lead2-el01 .gold {
  color: #70561d;
}
.parts-pagemv__lead2-el01 strong {
  font-weight: normal;
  font-size: 160%;
  padding-inline: 0.2em;
}
.parts-pagemv__lead2-el02 {
  line-height: 1;
  text-align: center;
  letter-spacing: -0.05em;
  text-shadow: 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000;
}
.parts-pagemv__lead2-el02 .small {
  font-size: 70%;
}
.parts-pagemv__lead2-el02 strong {
  font-size: 140%;
  white-space: nowrap;
}

.card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:min(30px,3vw);
}


/* .card__item {} */

/* customize01
------------------------ */
.customize01__img {
  height: clamp(90px, 20vw, 130px);
}
.customize01__img picture,
.customize01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.customize01__texts {
  background-color: #000;
  display: flex;
  align-items: center;
  padding: 4px;
  min-height: clamp(30px, 3vw, 50px);
}
.customize01__icon {
  width: clamp(35px, 6vw, 60px);
}
.customize01__text {
  font-size: min(16px, 3vw);
  color: #fff;
  text-align: center;
  width: 100%;
}
.customize-header {
  margin-top: min(80px, 8vw);
}
.customize-header figcaption {
  font-size: 10px;
}
.customize-header__title {
  width: min(1100px, 100%);
  min-height: min(250px, 10vw);
  position: relative;
  margin-inline: auto;
}
.customize-header__title-text {
  width: 100%;
  text-align: center; 
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  font-size: clamp(16px, 3.5vw, 36px);
}
.customize-header__title-img {
  width: 100%;
  height: 100%;
  margin-inline: auto;
}
.customize-header__title-img picture,
.customize-header__title-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.customize-header__lead {
  text-align: center;
  font-size: min(26px, 3vw);
  margin-top: 50px;
}

/* customize02
----------------- */
.customize02__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(30px, 3vw);
  margin-top: 80px;
  position: relative;
}
.customize02__item {
  border:1px solid #90aebc
}
.customize02__texts {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  gap: min(20px, 2vw);
  background-color: #90aebc;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.customize02__item--special {
  border-color: #ff9700;
}
.customize02__item--special .customize02__texts {
  background-color: #ff9700;
  color: #000;
}
.customize02__text01 {
  font-size: min(20px, 2.5vw);
  border: 1px solid #fff;
}
.customize02__item--special .customize02__text01 {
  border: 1px solid #000;
}
.customize02__text02 {
  font-size: min(24px, 3vw);
}
.customize02__text03 {
  font-size: min(24px, 3vw);
  text-align: center;
  margin-top: 40px;
}
.customize02__obj {
  width: min(120px, 15%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.customize02__link {
  display: block;
  text-align: center;
  margin-top: min(30px, 3vw);
  font-size: min(20px, 3vw);
  background-color:#90aebc;
  width: fit-content;
  padding: 20px 10px;
  margin-inline: auto;
  color: #fff;
  display: grid;
  width: min(340px, 70%);
  grid-template-columns: 5fr 1fr;
  justify-content: space-between;
  align-items: center;
}
.customize02__link-text {
  text-align: center;
}
.customize02__link-icon {
  width: min(35px,100%);
}


/* customize03
-------------------- */
.customize03 {
  margin-top: min(80px, 8vw);
}
.customize03__title {
  font-size: min(30px, 5vw);
  color: #877951;
  text-align: center;

  display: grid;
  grid-template-columns: 1fr 7em 1fr;
  align-items: center;

  margin-bottom: min(40px, 4vw);
}
.customize03__title::before,
.customize03__title::after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 100%;
  background-color: #877951;
}
.customize03__texts {
  text-align: center;
  background-color: #e3ded1;
  padding-block: 10px;
}
.customize03__texts--natural {
  background-color: #c5ba92;
}
.customize03__texts--brown {
  background-color: #7a6e5b;
  color: #fff;
}
.customize03__text01 {
  font-size: min(30px, 3.2vw);
  letter-spacing: 0.1em;
}
.customize03__text02 {
  font-size: min(16px, 2vw);
  letter-spacing: 0em;
}

/* customize04
------------------ */
.customize04 {
  margin-top: min(80px, 8vw);
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  gap: min(20px, 2vw);
  border: 1px solid #1b788e;
  padding: 30px;
}
.customize04__title {
  color: #7a8398;
  font-size: min(36px, 4vw);
  letter-spacing: -0.2em;
  line-height: 1.3;
  text-align: center;
}
.customize04__title strong {
  font-size: 150%;
  padding-inline: 0.1em;
}
.customize04__texts {
  background-color: #90aebc;
  border-radius: 100rem;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
}
.customize04__text01 {
  color: #fff;
  font-size: min(60px, 6vw);
  padding-inline: 0.5em;
  line-height: 1;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.2em;
}
.customize04__text02 {
  font-size: min(20px, 2vw);
  color: #fff69b;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}

/* customize05
--------------- */
.customize05 {
  text-align: center;
}

.customize05 .customize-header__lead {
  margin-bottom: 40px;
}
.customize05 .customize-header__lead strong {
  font-size: 180%;
  font-weight: normal;
}
.customize05__list {
  width: min(660px, 100%);
  margin-inline: auto;
  grid-template-columns: 1fr 1fr;
}
.customize05__img {
  margin-bottom: 20px;
}
.customize05__text {
  color: #877951;
  font-size: min(20px, 1.9vw);
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.customize05__text small {
  font-size: 60%;
  line-height: 1;
  display: block;
}

@media screen and (max-width: 767px) {
  .parts-pagemv.type-single {
    min-height: unset;
    height: 100%;
    aspect-ratio: 800 / 856;
    margin-bottom: 40px;
  }
  .parts-pagemv__bg img {
    object-fit: contain;
  }
  .parts-pagemv__lead2 {
    padding: 1.5em 0 1em;
    margin-top: 40px;
  }
  .parts-pagemv__lead2-el01 {
    font-size: 70%;
  }
  .card {
    grid-template-columns: 1fr;
  }
  .customize01__texts {
    justify-content: center;
    gap: 2em;
  }
  .customize01__text {
    width: fit-content;
  }
  .customize-header__title {
    height: 120px;
  }
  .customize-header__lead {
    margin-top: 20px;
  }
  .customize02__list {
    margin-top: 30px;
    grid-template-columns: 1fr;
    padding-inline: 30px;
    gap: max(50px, 12vw);
  }
  .customize02__obj {
    top: 49%;
    transform: translate(-50%, -50%) rotateZ(90deg);
  }
  .customize02__texts {
    padding: 4px;
  }
  .customize01 .card__item {
    width: max(325px, 70vw);
    margin-inline: auto;
  }
  .customize03 .card__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: max(340px, 80vw);
    margin-inline: auto;
  }
  .customize03__texts {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .customize04 {
    grid-template-columns: 1fr;
    padding: 10px 10px 20px;
  }
  .customize04__title {
    font-size: 20px;
  }
  .customize04 .card {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .customize05__list {
    grid-template-columns: 1fr 1fr;
  }
  .customize05__text {
    font-size: 20px;
  }
}