img {
  height: auto;
}

.page-container::before {
  background: url("../images/bg-white.jpg") repeat top left/1600px fixed;
}

.main::before,
.sec-bg.color01::before,
.price::before,
.bg01 {
  background: rgba(234, 217, 92, 0.4);
}

.mv {
  padding-bottom: 10rem;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .mv {
    padding-bottom: 5rem;
    margin-bottom: 7rem;
  }
}
.mv::after {
  display: none;
}
.mv.other {
  position: relative;
  padding: 5rem 0 0;
  margin-bottom: 0;
}
.mv.other .mv__title .text {
  margin-bottom: 1rem;
}
.mv__deco {
  bottom: 68%;
}
@media only screen and (max-width: 767px) {
  .mv__deco {
    bottom: 0;
    top: auto;
  }
}
.mv__title {
  padding-bottom: 5rem;
}
.mv__title .img {
  width: 78.1rem;
}
@media only screen and (max-width: 767px) {
  .mv__title .img {
    width: 92%;
  }
}
@media only screen and (max-width: 767px) {
  .mv__title .text {
    font-size: 2.8rem;
  }
}
.mv__title p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .mv__title p {
    font-size: 2.6rem;
    line-height: 1.65;
    text-align: left;
    padding: 0 4rem;
  }
}

.cp-content {
  width: 100rem;
  margin: 0 auto;
}
.cp-content img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .cp-content {
    width: 100%;
    padding: 0 4rem;
  }
}
.cp-content .arrow {
  width: 10.4rem;
  margin: 0 auto 5rem;
}
.cp-content .cp-read {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 767px) {
  .cp-content .cp-read {
    position: relative;
    display: block;
    padding-top: 7.5rem;
  }
}
.cp-content .cp-read .illust {
  width: 21rem;
  margin-right: 3.7rem;
}
@media only screen and (max-width: 767px) {
  .cp-content .cp-read .illust {
    width: 23.4rem;
    margin: 0 auto 4rem;
  }
}
.cp-content .cp-read dl {
  width: calc(100% - 24.7rem);
}
@media only screen and (max-width: 767px) {
  .cp-content .cp-read dl {
    width: 100%;
  }
}
.cp-content .cp-read dl dt {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .cp-content .cp-read dl dt {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 3rem;
  }
}
.cp-content .cp-read dl dd p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2rem;
}
@media print, screen and (min-width: 768px) {
  .cp-content .cp-read dl dd p:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cp-content .cp-read dl dd p {
    font-size: 2.6rem;
    line-height: 1.65;
  }
}
.cp-content .cp-interior {
  margin: 0 auto;
  border: 1px solid #231815;
  padding: 5rem 4.5rem 7rem;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .cp-content .cp-interior {
    width: 100rem;
  }
}
@media only screen and (max-width: 767px) {
  .cp-content .cp-interior {
    padding: 5rem 4.5rem 10rem;
  }
}
.cp-content .cp-interior .title {
  width: 55.6rem;
  margin: 0 auto 4.5rem;
}
.cp-content .cp-interior .title img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .cp-content .cp-interior .title {
    width: 41.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .cp-content .cp-interior--content {
    padding-right: 30rem;
  }
}
.cp-content .cp-interior--content .txt p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1rem;
}
.cp-content .cp-interior--content .txt p strong {
  font-weight: 700;
  color: #134560;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .cp-content .cp-interior--content .txt p {
    font-size: 2.6rem;
    line-height: 1.65;
  }
  .cp-content .cp-interior--content .txt p:last-of-type {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .cp-content .cp-interior--content .txt p:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
.cp-content .cp-interior--content .image {
  position: absolute;
  top: 14rem;
  right: 5.5rem;
  width: 27.2rem;
}
.cp-content .cp-interior--content .image img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .cp-content .cp-interior--content .image {
    position: static;
    width: 24rem;
    margin: 3rem auto 0;
  }
}
.cp-content .cp-interior .interior-illust {
  position: absolute;
  right: 4.5rem;
  bottom: 0;
  width: 11.1rem;
}
.cp-content .cp-interior .interior-illust img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .cp-content .cp-interior .interior-illust {
    right: 21rem;
    width: 9.8rem;
  }
}

.fabric {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .fabric {
    margin-bottom: 12rem;
  }
}
.fabric .inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .fabric .inner {
    width: 82rem;
  }
}
@media only screen and (max-width: 767px) {
  .fabric .inner {
    padding: 0 4rem;
  }
}
.fabric__title {
  text-align: center;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .fabric__title {
    margin-bottom: 4rem;
  }
}
.fabric__title img {
  width: 31.1rem;
  margin: 0 auto 4rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .fabric__title img {
    width: 15rem;
  }
}
.fabric__title figcaption {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .fabric__title figcaption {
    font-size: 3.2rem;
    font-weight: 500;
  }
}
.fabric__title p {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .fabric__title p {
    font-size: 2.2rem;
    line-height: 1.545;
  }
}
.fabric__wrap:not(:last-of-type) {
  margin-bottom: 5rem;
}
.fabric__wrap__title {
  text-align: center;
  background: #134560;
  line-height: 2.6rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin-bottom: 3.8rem;
}
@media only screen and (max-width: 767px) {
  .fabric__wrap__title {
    font-size: 2.2rem;
    margin-bottom: 3.5rem;
  }
}
.fabric__list {
  display: grid;
  gap: 2rem 5rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .fabric__list {
    gap: 4rem 4.7rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.fabric__list li figure img {
  margin-bottom: 1rem;
  border-radius: 124px;
  border: 1px solid #231815;
}
@media only screen and (max-width: 767px) {
  .fabric__list li figure img {
    margin-bottom: 1.5rem;
  }
}
.fabric__list li figure figcaption {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .fabric__list li figure figcaption {
    font-size: 2.2rem;
  }
}

.price {
  padding: 10rem 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .price {
    padding: 7rem 0 12rem;
  }
}
.price::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.price .inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .price .inner {
    width: 110rem;
  }
}
@media only screen and (max-width: 767px) {
  .price .inner {
    padding: 0 4rem;
  }
}
.price__title {
  border-bottom: 1px solid #231815;
  padding-bottom: 3rem;
}
.price__title img {
  margin: auto;
  width: 12.4rem;
  display: block;
}
.price__item {
  padding-bottom: 6rem;
  border-bottom: 1px solid #231815;
}
@media print, screen and (min-width: 768px) {
  .price__item {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .price__item {
    padding-bottom: 4rem;
  }
}
.price__item:first-of-type {
  margin-bottom: 6rem;
}
.price__item.other {
  align-items: flex-start;
  margin-top: 6rem;
  flex-direction: row-reverse;
  padding-bottom: 0;
  margin: 6rem auto 1rem;
}
@media only screen and (max-width: 767px) {
  .price__item.other {
    margin-top: 0;
    padding-bottom: 2rem;
    margin: 0 auto 3rem;
  }
}
.price__item.other .price__item--thumbnail {
  position: relative;
  top: -10rem;
}
@media only screen and (max-width: 767px) {
  .price__item.other .price__item--thumbnail {
    top: -4rem;
  }
}
.price__item.other .price__item--table {
  margin: 0 auto;
}
.price__item--thumbnail {
  width: 53rem;
}
@media only screen and (max-width: 767px) {
  .price__item--thumbnail {
    width: 60.7rem;
    margin: 0 auto 5rem;
  }
}
.price__item--thumbnail img {
  display: block;
  width: 100%;
}
.price__item--table {
  width: 45rem;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .price__item--table {
    width: 100%;
  }
}
.price__item--table table {
  width: 100%;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .price__item--table table {
    margin-bottom: 5rem;
  }
}
.price__item--table th, .price__item--table td {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .price__item--table th, .price__item--table td {
    font-size: 2.6rem;
    padding-bottom: 1.5rem;
  }
}
.price__item--table th.title-cell {
  width: 25%;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .price__item--table th.title-cell {
    position: relative;
  }
}
.price__item--table th.rank span {
  display: block;
  line-height: 2.6rem;
  border: 1px solid #231815;
  width: 9.2rem;
}
@media only screen and (max-width: 767px) {
  .price__item--table th.rank span {
    width: 13.5rem;
    line-height: 3.6rem;
  }
}
.price__item--table th .title {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  word-break: auto-phrase;
}
@media only screen and (max-width: 767px) {
  .price__item--table th .title {
    font-size: 2.6rem;
  }
  .price__item--table th .title.other {
    position: absolute;
    top: -7rem;
    width: 100vw;
  }
}
.price__item--table th .title img {
  margin-right: 1.5rem;
}
.price__item--table td {
  text-align: center;
  letter-spacing: 0.2rem;
}
@media print, screen and (min-width: 768px) {
  .price .small-txt {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .price .small-txt {
    margin-bottom: 7rem;
  }
}
.price .small-txt small {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.428;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .price .small-txt small {
    font-size: 2.2rem;
    line-height: 1.545;
  }
}
.price .brand-content {
  background: rgba(255, 255, 255, 0.5);
  padding: 5rem 7.5rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .price .brand-content {
    padding: 4rem;
    padding: 4rem 4rem 6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .price .brand-content figure {
    display: flex;
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 768px) {
  .price .brand-content .thumb {
    width: 33.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .price .brand-content .thumb {
    margin-bottom: 5.5rem;
  }
}
.price .brand-content .thumb img {
  display: block;
  width: 100%;
}
.price .brand-content--txt {
  width: 55.4rem;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .price .brand-content--txt {
    width: 100%;
  }
}
.price .brand-content--txt dl dt {
  margin-bottom: 2rem;
}
.price .brand-content--txt dl dt img {
  width: 12.2rem;
  display: block;
}
.price .brand-content--txt dl dd {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .price .brand-content--txt dl dd {
    font-size: 2.6rem;
    line-height: 1.65;
  }
}
.price .brand-content--txt dl dd + dd {
  margin-top: 1.5rem;
}
.price .brand-content--txt.interiori-ttl dl dt img {
  width: 42.6rem;
}

.link-area {
  padding: 10rem 0;
}
.link-area.other {
  padding: 10rem 0 0;
}
@media only screen and (max-width: 767px) {
  .link-area.other {
    padding: 12rem 0 0;
  }
}

.sec-bg.other.color02::before {
  display: none;
}

.application .container {
  padding: 5rem 5.4rem;
}

.title-type02 .title-text {
  background: #134560;
  color: #e5dbc1;
}

.application {
  padding: 12rem 0 7rem;
}

.form-note {
  padding: 3rem 0;
  border-bottom: 1px solid #b2b2b2;
}
.form-note .note-ttl {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .form-note .note-ttl {
    font-size: 2.5rem;
  }
}
.form-note__list li span {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
  display: block;
}
@media only screen and (max-width: 767px) {
  .form-note__list li span {
    font-size: 2.5rem;
  }
}
.form-note input[type=radio] + .radio-field-text {
  padding: 0.6rem 0 0.6rem 3rem;
}
@media only screen and (max-width: 767px) {
  .form-note input[type=radio] + .radio-field-text {
    padding: 0.6rem 0 0.6rem 8rem;
  }
}
.form-note input[type=radio] + .radio-field-text::before {
  top: 1.1rem;
  width: 2rem;
  height: 2rem;
}
@media only screen and (max-width: 767px) {
  .form-note input[type=radio] + .radio-field-text::before {
    width: 6rem;
    height: 6rem;
  }
}
.form-note input[type=radio] + .radio-field-text::after {
  width: 1rem;
  height: 1rem;
  top: 1.6rem;
  left: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .form-note input[type=radio] + .radio-field-text::after {
    width: 4.4rem;
    height: 4.4rem;
    top: 1.9rem;
    left: 0.9rem;
  }
}

.wrapper--small {
  max-width: 1100px;
}

.page-form .intro__title {
  padding: 1rem 0;
}

.sec-bg.color02::before {
  background: rgba(124, 156, 163, 0.65);
}

.note {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  margin: 4.5rem 0;
  color: #98131e;
  letter-spacing: 0.4rem;
}
@media only screen and (max-width: 767px) {
  .note {
    font-size: 2.6rem;
  }
}

.page-form .form__table td span.note {
  font-size: 1.2rem;
  display: block;
  margin: 1rem 0 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .page-form .form__table td span.note {
    font-size: 1.8rem;
  }
}

.page-form .form__submit .submit button {
  background: #d1c498;
}

@media only screen and (max-width: 767px) {
  .page-form .form__submit .submit .btn-icon::after {
    width: 22px;
    height: 6px;
    background-position: right bottom;
  }
}

.application .container__box .info p a {
  text-decoration: underline;
  display: block;
  margin-top: 1rem;
}

@media print, screen and (min-width: 768px) {
  .page-form .form__table .radio {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: inherit;
  }
  input[type=radio] + .radio-field-text {
    padding: 0.6rem 0 0.6rem 4rem;
  }
  .page-form .form__table .enquete td {
    width: 72%;
  }
  .page-form .form__table .enquete td .select-wrap {
    width: 33%;
  }
}
/*# sourceMappingURL=add_style2.css.map */