@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600;700&display=swap');
/*
============================================================ */
/* common
============================================================ */
/* layout */
body {
  font-size: 1.2rem;
}

#main {
  padding: 0px 0 0;
}

img {
  max-width: 100%;
  height: auto;
}

.contents {
  padding: 0 3.125vw;
}

/* header */
.header-mansion {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
}

.header-mansion__upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3.125vw;
  height: 40px;
}

.header-mansion__lead {
  width: 180px;
}

.header-mansion_logo {
  width: 100px;
}

.header-mansion__lower {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3.125vw;
  background: #ecebe9;
  position: relative;
}

.mansion-top-link {
  font-size: 1rem;
  line-height: 1.2;
}

.mansion-top-link a {
  display: inline-block;
  padding-left: 2rem;
  background: url(../img/mansion/sp/common/icon-home-01.png) no-repeat 0 50%;
  background-size: auto 100%;
}

.mansion-menuicon-btn {
  z-index: 5;
  text-align: center;
  width: 24px;
  margin-top: 2px;
}

.mansion-menuicon-btn-inner {
  width: 100%;
  height: 16px;
  position: relative;
  margin-bottom: 2px;
}

.header-mansion .mansion-menuicon-btn {
  font-size: 1rem;
  line-height: 1;
}

.mansion-menuicon-btn__txt {
  width: 100%;
  margin: 0 auto;
}

.mansion-menuicon-btn,
.mansion-menuicon-btn-inner span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.mansion-menuicon-btn-inner span {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mansion-menuicon-btn-inner span:nth-of-type(1) {
  top: 0;
}

.mansion-menuicon-btn-inner span:nth-of-type(2) {
  top: 7px;
}

.mansion-menuicon-btn-inner span:nth-of-type(3) {
  bottom: 0;
}

.mansion-menuicon-btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) translateX(-50%) rotate(-45deg);
}

.mansion-menuicon-btn.active span:nth-of-type(2) {
  opacity: 0;
}

.mansion-menuicon-btn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) translateX(-50%) rotate(45deg);
}

#menu-txt-close {
  display: none;
}

.mansion-nav {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background: #c1b5ab;
  color: #fff;
  box-sizing: border-box;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}

.mansion-nav-inner {
  padding: 20px;
}

.mansion-nav a {
  color: #fff;
}

.mansion-nav__ttl {
  font-size: 1.3rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

.mansion-nav__list {
  font-size: 1.5rem;
  text-align: center;
}

.mansion-nav__list > li {
}

.mansion-nav__list > li:not(:last-child) {
  border-bottom: 1px solid;
}

.mansion-nav__list > li > a {
  display: block;
  padding: 1rem 0;
  transition: .3s;
}

.mansion-nav__list > li > a:hover {
  text-decoration: none;
  opacity: .7;
}

/* footer */
.footer-mansion {
  padding: 18px 0 0;
  background: #e7e7e7;
}

.footer-mansion__contact {
  color: #C50012;
  background: #fff;
  padding: 20px 0;
}

.footer-mansion__contact-inner {
  max-width: 250px;
  margin: 0 auto;
  padding: 8px 25px;
  border: 1px solid;
}

.footer-mansion__contact__lead {
  font-size: 1.3rem;
  line-height: 1.2;
}

.footer-mansion__lower {
  padding: 15px 0;
  background: #cecece;
}

.footer-mansion__logo {
  width: 130px;
  margin: 0 auto 12px;
}

.footer-mansion__info {
  text-align: center;
  font-size: 1.2rem;
}

.footer-mansion__copyright {
  background: #808080;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  padding: 1em;
}

.mantion-contents-kv {
  background: url(../img/mansion/sp/achieve/bg-kv.jpg) no-repeat 0 0;
  background-size: cover;
  height: 102.5vw;
  padding: 20px;
  box-sizing: border-box;
}

.mantion-contents-kv__ttl {
  font-size: 1.6rem;
  background: #fff;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 80px;
  padding: 0 15px;
  font-weight: normal;
  line-height: 1.4;
}

/*
============================================================ */
/* index
============================================================ */
/* kv */
.mansion-kv {
  position: relative;
}

.mansion-kv:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 99%);
}

.mansion-kv__img img {
  width: 100%;
}

.mansion-kv__txt-box {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 20px 0;
}

.mansion-kv__logo {
  padding: 0 20px;
  width: 100px;
  box-sizing: border-box;
}

.mansion-kv__txt {
  font-weight: bold;
  padding-right: 20px;
}

/* sec-selling */
.sec-selling {
  background: url(../img/mansion/sp/index/bg-selling.png) no-repeat 0 50%;
  background-size: cover;
  padding: 35px 0 25px;
}


.sec-selling__ttl {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1em;
}

.sec-selling__contents {
  background: #fff;
  padding: 15px 10px 20px;
}

.sec-selling__contents__ttl-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.sec-selling__contents__ttl {
  color: #736357;
  font-size: 1.5rem;
  padding-left: .5em;
  position: relative;
}

.sec-selling__contents__ttl:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5.2px;
  border-color: transparent transparent transparent #736357;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sec-selling__contents__txt {
  color: #fff;
  background: #ff8000;
  padding: 1px 10px;
  letter-spacing: 1px;
}

.sec-selling__contents__img {
  margin-bottom: 5px;
}

.sec-selling__contents__img img {
  width: 100%;
}

.sec-selling__contents__img-cap {
  margin-bottom: 1em;
}

.sec-selling__contents__data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

.sec-selling__contents__data dt,
.sec-selling__contents__data dd {
  margin-bottom: 2px;
}

.sec-selling__contents__data dt {
  background: #c7b299;
  font-weight: bold;
  color: #fff;
  margin-right: 8px;
  text-align: center;
  width: 60px;
}

.sec-selling__contents__data dd {
  width: calc(100% - 68px);
  font-size: 1rem;
}

.sec-selling__contents__btn-list {
  display: flex;
  margin: 0 -5px;
}

.sec-selling__contents__btn-list li {
  width: 50%;
  padding: 0 5px;
  box-sizing: border-box;
}

.sec-selling__contents__btn-list a {
  display: block;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  color: #fff;
  padding: 0 12px;
  position: relative;
  transition: .3s;
}

.sec-selling__contents__btn-list a:hover {
  text-decoration: none;
  opacity: .7;
}

.sec-selling__contents__btn-list a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6.1px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.sec-selling__contents__btn-list li:nth-child(1) a {
  background: #c50012;
}

.sec-selling__contents__btn-list li:nth-child(2) a {
  background: #000;
}

.sec-banner {
  padding: 30px 0;
  background: #fff;
}

.sec-banner__link {
  padding: 3.125vw;
  display: block;
  box-sizing: border-box;
  height: 31.25vw;
  margin-bottom: 5px;
}

.sec-banner__ttl {
  font-size: 1.8rem;
  background: #fff;
  height: 100%;
  padding: 0 6.25vw;
  display: inline-flex;
  align-items: center;
  font-weight: normal;
  line-height: 1.4;
  justify-content: center;
}

.sec-banner__lead {
  margin-bottom: 2em;
}

.sec-banner__achieve .sec-banner__link {
  background: url(../img/mansion/sp/index/bg-banner-achieve-01.jpg) no-repeat 0 0;
  background-size: cover;
}

.sec-banner__achieve .sec-banner__ttl {
  color: #0a5080;
}

.sec-banner__request .sec-banner__link {
  background: url(../img/mansion/sp/index/bg-banner-request-01.jpg) no-repeat 0 0;
  background-size: cover;
}

.sec-banner__request .sec-banner__ttl {
  color: #af6d00;
}

/*
============================================================ */
/* achieve
============================================================ */

.achieve .mantion-contents-kv {
  background: url(../img/mansion/sp/achieve/bg-kv.jpg) no-repeat 0 0;
  background-size: cover;
}

.achieve .mantion-contents-kv__ttl {
  color: #0a5080;
}

.sec-achieve {
  padding: 30px 0 40px;
}

.sec-achieve__contents {
  text-align: center;
  padding: 18px 0 25px;
}

.sec-achieve__contents:nth-child(odd) {
  background: #ecebe9;
}

.sec-achieve__contents__ttl {
  color: #0d1e33;
  font-size: 1.9rem;
  font-weight: normal;
  margin-bottom: 1em;
  padding-bottom: .5em;
  position: relative;
}

.sec-achieve__contents__ttl:after {
  content: "";
  width: 1.5em;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sec-achieve__list {
  line-height: 1.8;
}

.sec-achieve__list:not(:last-child) {
  margin-bottom: 1.5em;
}

/*
============================================================ */
/* catalog
============================================================ */

.catalog .mantion-contents-kv {
  background: url(../img/mansion/sp/catalog/bg-kv.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative;
}

.catalog .mantion-contents-kv:before {
  content: "";
  background: rgba(175, 109, 0, .4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.catalog .mantion-contents-kv > * {
  position: relative;
  z-index: 1;
}

.catalog .mantion-contents-kv__ttl {
  color: #af6d00;
}

.sec-catalog {
  padding-bottom: 40px;
}

.sec-catalog__lead {
  padding: 27px 3.125vw 14px;
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 1em;
}

.sec-catalog__lead a {
  display: block;
  margin: 3px 0;
}

.sec-catalog__lead__txt {
  color: #c50012;
  font-size: 1.2rem;
}

.sec-catalog__note {
  margin-bottom: 2em;
}

/* form default
============================================================ */
input[type="checkbox"], input[type="color"], input[type="radio"], input[type="range"], select {
  cursor: pointer;
}

/*** placeholder ***/
::-webkit-input-placeholder {
  color: #9a9a9a;
  opacity: 1;
}
:-moz-placeholder {
  color: #9a9a9a;
  opacity: 1;
}
::-moz-placeholder {
  color: #9a9a9a;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #9a9a9a;
  opacity: 1;
}
:placeholder-shown {
  color: #9a9a9a;
  opacity: 1;
}
:focus::-webkit-input-placeholder {
  color: transparent;
}
:focus:-moz-placeholder {
  color: transparent;
}
:focus::-moz-placeholder {
  color: transparent;
}
:focus:-ms-input-placeholder {
  color: transparent;
}
:focus:placeholder-shown {
  color: transparent;
}
/* End form default
============================================================ */

.required:before {
  content: "※";
  color: #b5272d;
  font-size: inherit;
}

.sec-form__ttl {
  text-align: center;
  font-weight: normal;
  margin-bottom: 1em;
  font-size: 1.6rem;
  letter-spacing: .1em;
  padding: .5em 0;
  background: #c7b299;
}

.input-block {
  margin-bottom: 2em;
  padding-bottom: 1em;
}

.input-block:not(:last-child) {
  border-bottom: 1px solid #c0c0c0;
}

.input-ttl {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: .8em;
}

.input-wrap {
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.input-wrap-arrow:after {
  content: "";
  position: absolute;
  top: 58%;
  right: 15px;
  width: 5px;
  height: 5px;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-top: 8px solid #111;
  -webkit-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
  pointer-events: none;
}

.input-wrap select {
  border: solid 1px #ccc;
  width: 100%;
  background-image: linear-gradient(to bottom, #fff 0%, #bbb 100%);
  height: 30px;
  margin: 0;
  padding: 5px 30px 5px 10px;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input-wrap input {
  width: 100%;
  padding: .5em 1em;
  height: 2.5em;
  line-height: 1.5;
  -webkit-appearance: none;
}

.input-wrap textarea {
  width: 100%;
  padding: 1em;
  line-height: 1.5;
  -webkit-appearance: none;
}

.input-wrap-row {
  display: flex;
  align-items: center;
}

.input-wrap-row input {
  width: 8em;
  display: inline-block;
  margin-left: .5em;
}

.input-wrap-row__item:not(:last-child) {
  margin-right: 1.5em;
}

.sec-form-privacy {
}

.sec-form-privacy__note {
  margin-bottom: 1em;
  font-size: 1.3rem;
}

.sec-form-privacy__list {
  font-size: 1.4rem;
  margin-bottom: 2em;
}

.sec-form-privacy__list a {
  font-weight: bold;
  color: #b5272d;
  position: relative;
  padding-left: 1em;
}

.sec-form-privacy__list a:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #b5272d;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.sec-form__btn {
  display: block;
  width: 93.75%;
  margin: 0 auto;
  text-align: left;
  padding: 8px 25px;
  font-size: 1.6rem;
  background-image: linear-gradient(to bottom, #C50012 0%, #8b2529 100%);
  border-radius: 5px;
  color: #fff;
  box-shadow: 0 0 5px 1px #aaa;
  position: relative;
}

.sec-form__btn:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}


/* catalog confirm */
.sec-form-step-ttl {
  background: rgba(175, 109, 0, .45);
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  padding: 20px 0;
  font-weight: normal;
}

body.confirm .input-wrap-row__item {
  max-width: 50%;
}

body.confirm .input-wrap-row__item:not(:last-child) {
  margin-right: 4.5em;
}

body.confirm .sec-form__btn {
  background-image: linear-gradient(to bottom, #7abf43 0%, #508029 100%);
}

/* catalog thanks */
.sec-form-thanks {
  padding-top: 1em;
  margin-bottom: 2em;
}

.sec-form-thanks__ttl {
  font-size: 2rem;
  color: #7b644b;
  margin-bottom: 1em;
}

.sec-form-thanks__txt + .sec-form-thanks__txt {
  margin-top: 2em;
}

body.thanks .sec-form__btn {
  text-align: center;
  background-image: linear-gradient(to bottom, #7b644b 0%, #4a3b2c 100%);
}
.sec-form__btn--back:after {
  transform: translateY(-50%) rotate(-135deg);
  right: auto;
  left: 20px;
}
