@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500&display=swap");
@import url("aos.css");
@import url("swiper.min.css");

div.bread-crumb:before {
  background-color: transparent;
}

@media screen and (min-width: 751px) {
  div.bread-crumb {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1280px) {
  div.bread-crumb {
    margin-top: 120px;
  }
}

.inner {
  width: 85.3%;
  margin: 0 auto;
  max-width: 85.3%;
  padding: 0
}

@media screen and (min-width: 751px) {
  .inner {
    max-width: 1280px;
    width: auto;
    margin: 0 auto;
    padding: 0 40px
  }
}

@media screen and (max-width: 750px) {
  .inner.is-spwide {
    width: 100%;
    max-width: 100%
  }
}

@media screen and (max-width: 750px) {
  .inner.is-spmini {
    width: 80%;
    max-width: 80%;
    padding: 0
  }
}

@media screen and (max-width: 750px) {
  .inner.is-spmiddle {
    width: 90.6%;
    max-width: 90.6%;
    padding: 0
  }
}

@media screen and (max-width: 375px) {
  .xs-none {
    display: none
  }
}

@media screen and (max-width: 750px) {
  .sm-none {
    display: none
  }
}

@media screen and (min-width: 751px) {
  .md-none {
    display: none
  }
}

@media screen and (max-width: 950px) {
  .lsm-none {
    display: none
  }
}

@media screen and (min-width: 951px) {
  .lmd-none {
    display: none
  }
}

@media screen and (max-width: 1279px) {
  .xl-none {
    display: none
  }
}

@media screen and (min-width: 1280px) {
  .lg-none {
    display: none
  }
}

/* -------------------------------------------------
  Header
------------------------------------------------- */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;

  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 10px;
  font-feature-settings: normal;
}

@media screen and (min-width: 1280px) {
  .header {
    position: absolute;
    top: 50px
  }
}

.header__wrap {
  width: 86.8%;
  padding-top: 28px;
  margin: 0 auto
}

@media screen and (min-width: 1280px) {
  .header__wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 60px;
    width: 100%;
    max-width: 1380px;
  }
}

@media screen and (max-width: 1279px) {
  .header__spwrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1280px) {
  .header__logo {
    margin-left: 0;
    transform: scale(1)
  }
}

.header__logo a {
  display: flex
}

@media screen and (min-width: 1280px) {
  .header__logo a {
    padding: 10px 0
  }
}

.header__logo img {
  width: 32px;
  height: auto;
  flex: 0 0 auto
}

@media screen and (min-width: 1280px) {
  .header__logo img {
    width: 42px
  }
}

.header__logo-box {
  margin-left: 10px
}

.header__logo-txt {
  font-size: 1.0rem;
  color: #FFF;
  line-height: 1.2;
  transform: scale(0.73);
  transform-origin: 0 0;
  white-space: nowrap;
  font-size: 10px;
}

@media screen and (min-width: 1280px) {
  .header__logo-txt {
    transform: scale(1)
  }
}

.header__logo-sitetit {
  font-size: 2.0rem;
  color: #FFF;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-left: -2px;
  font-size: 20px;
}

@media screen and (min-width: 1280px) {
  .header__logo-sitetit {
    font-size: 3.0rem;
    letter-spacing: -3px;
    font-size: 30px;
  }
}

.header.is-scroll {
  position: fixed;
  top: 0;
  background-color: rgba(77, 77, 77, 0.7);
  transition: .3s background-color
}

.header.is-scroll .header__wrap {
  transition: .3s padding;
  padding: 10px 0;
  align-items: center
}

@media screen and (min-width: 1280px) {
  .header.is-scroll .header__wrap {
    padding: 0 60px
  }
}

.header.is-scroll .header__logo {
  transition: .3s width
}

@media screen and (min-width: 1280px) {
  .header.is-scroll .header__logo {
    transform: scale(0.82)
  }
}

.header.is-active {
  background: transparent;
}

@media screen and (max-width: 1279px) {
  .header.is-active .header__wrap {
    padding-top: 28px;
  }
}

.spnav {
  display: none;
  height: 75vh;
  height: calc(95vh - 150px);
  overflow-y: scroll;
  position: fixed;
  top: 150px;
  left: 0;
  width: 100%;
  padding: 0 10% 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 1279px) {
  .spnav.is-active {
    display: block;
  }
}

.bignav a {
  display: block;
  height: 5.5rem;
  line-height: 5.5rem;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: .1em;
  border-bottom: 1px solid #333;

  font-size: 15px;
  height: 55px;
  line-height: 55px;
}

.mininav {
  margin-top: 10.5px;
}

.mininav a {
  color: #afafaf;
  font-size: 1.25rem;
  line-height: 2.9rem;
  letter-spacing: .1em;
  
  font-size: 1.25em;
  line-height: 2.9em;
}

@media screen and (max-width: 1279px) {
  .pcnav {
    display: none;
  }
}

@media screen and (max-width: 1300px) {
  .pcnav a {
    margin-left: 1.5em !important;
  }
}

@media screen and (min-width: 1280px) {
  .pcnav__list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .pcnav a {
    display: block;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 1.5rem;
    margin-left: 2em;
    letter-spacing: 0;
    color: #fff;
    padding: 10px 0;
    line-height: 1;
    padding-bottom: 10px;
    position: relative;

    font-size: 1.5em;
    font-weight: normal;
  }
  .pcnav a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #e12d86;
  }
  .pcnav a:hover::after {
    width: 100%;
    opacity: .7;
    transition: all .3s ease;
  }
  .pcnav a:hover {
    opacity: 1;
  }
}



.fstbtn {
  display: none;
  position: fixed;
  top: 85px;
  left: 0;
  z-index: 1002;
  width: 100%;
  padding: 0 6.6%;
}

@media screen and (min-width: 1280px) {
  .fstbtn {
    display: block;
    position: absolute;
    top: -1px;
    padding: 0;
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 1279px) {
  .fstbtn.is-active {
    display: block;
  }
}

.fstbtn.is-active .is-contact {
  border-bottom: none;
}

.fstbtn.is-active .is-mh {
  border-bottom: none;
  border-right: none;
}

.fstbtn__wrap {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1280px) {
  .fstbtn__wrap {
    max-width: 1260px;
  }
}

.fstbtn__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.fstbtn .is-contact {
  color: #fff;
  background: #e12d86;
  border-bottom: solid 1px #e12d86;
}

.fstbtn .is-mh {
  color: #e12d86;
  background: #fff;
  border-bottom: solid 1px #DDD;
  border-right: solid 1px #DDD;
}

.fstbtn li {
  width: 47.8%;
  width: calc((100% - 6px) / 2);
}

@media screen and (min-width: 1280px) {
  .fstbtn li {
    width: auto;
  }
}

.fstbtn li a {
  line-height: 1.5;
  height: 54px;
  text-align: center;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease;

  font-size: 12px;
}

.fstbtn li a:hover {
  opacity: 1;
  background: #dd92bb;
  transform: translateY(1px);
  color: #fff;
  border: none;
}

@media screen and (min-width: 1280px) {
  .fstbtn li a {
    height: auto;
    display: block;
    line-height: 1;
    font-size: 1.5rem;

    font-size: 15px;
  }
}

.fstbtn li a.is-contact:hover {
  border-bottom: solid 1px #dd92bb;
}

.fstbtn li a.is-mh:hover {
  border-bottom: solid 1px #dd92bb;
  border-right: solid 1px #dd92bb;
}

.fstbtn li p {
  padding: 4px;
  font-weight: normal;
}

@media screen and (min-width: 1280px) {
  .fstbtn li p {
    padding: 16px 20px;
    letter-spacing: 1px;
  }
}

@media screen and (min-width: 1280px) {
  .fstbtn__wrap {
    max-width: 1260px;
    margin: 0 auto;
  }
  .fstbtn__list {
    justify-content: flex-end;
  }
}

.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(77, 77, 77, 0.95);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 1000;

  top: 0;
}

.overlay.is-active {
  opacity: 1;
  visibility: visible
}

.menubtn {
  background: transparent;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

@media screen and (min-width: 1280px) {
  .menubtn {
    display: none
  }
}

.menubtn__humnb {
  position: relative;
  margin: 0;
  width: 41px;
  height: 18px
}

.menubtn span {
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  margin: auto;
  width: 41px;
  height: 1px;
  background-color: #fff;
  transition: all .4s
}

.menubtn span:nth-of-type(1) {
  top: 0
}

.menubtn span:nth-of-type(2) {
  top: 0;
  bottom: 0
}

.menubtn span:nth-of-type(3) {
  bottom: 0
}

/* -------------------------------------------------
  Footer
------------------------------------------------- */


/* --- Contact --- */
.fcontact {
  margin-top: 41px;
  background: #f0eeeb;
  padding: 38px 0 30px;
  text-align: center;

  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 10px;
  font-feature-settings: normal;
}

@media screen and (min-width: 751px) {
  .fcontact {
    margin-top: 168px;
    padding: 80px 0 90px;
  }
}

@media screen and (max-width: 750px) {
  .fcontact {
    font-size: 13px;
  }
}

.fcontact__tit {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: .04em;
  margin-bottom: 30px;
  line-height: 1;
 
  font-size: 2.5em;
}

@media screen and (min-width: 751px) {
  .fcontact__tit {
    font-size: 5.7rem;
    margin-bottom: 60px;

    font-size: 5.7em;
  }
}

.fcontact__wrap {
  max-width: 100%;
}

@media screen and (min-width: 751px) {
  .fcontact__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 976px;
    margin: 0 auto
  }
}


.btnlist {
  margin-bottom: 16px;
  width: 100%
}

@media screen and (min-width: 751px) {
  .btnlist {
    width: 44.8%;
    max-width: 433px
  }
}

.btnlist__item a {
  background: #fff;
  padding: .93rem;
  margin-bottom: 12.5px;
  border-radius: 4.9rem;
  letter-spacing: .04em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease;

  padding: .93em;
  border-radius: 4.9em;
}

.btnlist__item a:hover {
  opacity: 1;
  background: #dd92bb;
  transform: scale(0.98);
  color: #fff;
  border: none
}

@media screen and (min-width: 751px) {
  .btnlist__item a {
    margin-bottom: 15px;
    font-size: 1.8rem;

	font-size: 1.8em;
  }
}

.btnlist__item a::before {
  content: "";
  width: 15.5px;
  height: 15.5px;
  display: block;
  margin-right: 6px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain
}

@media screen and (min-width: 751px) {
  .btnlist__item a::before {
    width: 19px;
    height: 19px;
    margin-right: 8px
  }
}

.btnlist__item.is-contact a::before {
  background-image: url(../sw_img/headerfooter/icon_contact.svg)
}

.btnlist__item.is-modelhouse a::before {
  background-image: url(../sw_img/headerfooter/icon_modelhouse.svg)
}

.btnlist__item.is-faq a::before {
  background-image: url(../sw_img/headerfooter/icon_faq.svg)
}

.tellist {
  padding: 17px 17px 26px;
  background: #fff;
  width: 100%
}

@media screen and (min-width: 751px) {
  .tellist {
    max-width: 50%;
    width: 486px;
    padding: 13px 35px 22px
  }
}

.tellist__header {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 23px
}

@media screen and (min-width: 751px) {
  .tellist__header {
    margin-bottom: 0;
    justify-content: flex-start
  }
}

.tellist__tit {
  font-size: 1.35rem;
  display: flex;
  align-items: center;
  letter-spacing: .04em;

  font-size: 1.35em;
}

@media screen and (max-width: 375px) {
  .tellist__tit {
    margin: 0 auto
  }
}

@media screen and (min-width: 751px) {
  .tellist__tit {
    font-size: 1.8rem;
    margin-right: 10px;
    margin-bottom: 17px;

    font-size: 1.8em;
  }
}

.tellist__tit::before {
  content: "";
  display: block;
  width: 16.5px;
  height: 16.5px;
  background: url(../sw_img/headerfooter/icon_tel.svg) no-repeat center center;
  background-size: contain;
  margin-right: 5px
}

@media screen and (min-width: 751px) {
  .tellist__tit::before {
    width: 15px;
    height: 15px;
    margin-right: 10px
  }
}

.tellist__time {
  background: #f0eeeb;
  padding: 6px 10px;
  border-radius: 21px;
  font-size: 1rem;
  letter-spacing: .06em;
  color: #666;

  font-size: 1em;
}

@media screen and (max-width: 375px) {
  .tellist__time {
    margin: 10px auto
  }
}

@media screen and (min-width: 751px) {
  .tellist__time {
    font-size: 1.4rem;
    margin-bottom: 17px;

    font-size: 1.4em;
  }
}

.tellist__wrap {
  padding: 0 3px
}

.tellist dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  letter-spacing: .1em;
  line-height: 1;
  margin-bottom: 15px;
  color: #534741
}

.tellist dl:last-child {
  margin-bottom: 0
}

@media screen and (min-width: 751px) {
  .tellist dl {
    font-size: 1.5rem;
    line-height: 1.5;
    justify-content: flex-start;
    margin-bottom: 12px;

    font-size: 1.5em;
  }
}

.tellist dt, .tellist dd {
  text-align: left
}

@media screen and (max-width: 375px) {
  .tellist dt, .tellist dd {
    width: 100%
  }
}

.tellist dt {
  margin-right: 1em;
  font-weight: normal;
  width: auto;
}

@media screen and (min-width: 751px) {
  .tellist dt {
    width: 212px
  }
}

.tellist dd {
  padding: 0;
}

@media screen and (max-width: 375px) {
  .tellist dd {
    margin-top: 6px
  }
}


/*--- ページトップリンク ---*/
.floatbtn {
  position: fixed;
  bottom: 10vh;
  right: -1px;
  transform: translateX(50px);
  transition: .3s ease;
  z-index: 999
}

@media screen and (max-width: 750px) {
  .floatbtn {
    bottom: 20px
  }
}

.floatbtn.is-scroll {
  transform: none
}

.floatbtn__list {
  margin-bottom: 20px
}

@media screen and (max-width: 750px) {
  .floatbtn__list {
    display: none
  }
}

.floatbtn a {
  writing-mode: vertical-rl;
  padding: 20px 0;
  line-height: 36px;
  width: 36px;
  display: block;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  transition: .3s ease
}

.floatbtn a:hover {
  opacity: 1;
  background: #dd92bb;
  transform: translateX(-1px);
  color: #fff;
  border: none
}

.floatbtn .is-contact {
  color: #fff;
  background: #e12d86;
  border-radius: 8px 0 0 0
}

.floatbtn .is-mh {
  color: #e12d86;
  background: #fff;
  border: 1px solid #e12d86;
  border-radius: 0 0 0 8px
}

.floatbtn .is-mh:hover {
  border: 1px solid #dd92bb
}

.gotop {
  display: block;
  width: 36px;
  height: 36px;
  border: 2px solid #e12d86;
  border-radius: 50% 0 0 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease
}

.gotop:hover {
  opacity: 1;
  background: #dd92bb;
  transform: translateX(-1px);
  color: #fff;
  border: none
}

.gotop::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../sw_img/headerfooter/icon_scroll.svg) no-repeat center center;
  background-size: contain;
  transform: rotate(180deg)
}

/*--- サイトマップ ---*/
.footer {
  margin: 55px auto;

  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 10px;
  font-feature-settings: normal;
}

@media screen and (max-width: 750px) {
  .footer {
    display: none;
  }
}

.footer a {
  display: block;
  line-height: 1;
  letter-spacing: .1em;
}

.footer__wrap {
  max-width: 985px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer__list {
  margin-bottom: -35px;
}

.footer__list:nth-child(1) {
  width: 284px;
}

.footer__list:nth-child(2) {
  width: 218px;
}

.footer__list:nth-child(3) {
  width: 245px;
}

.footer__item {
  margin-bottom: 35px;
}

.footer__item>a {
  font-size: 1.5rem;

  font-size: 1.5em;
}

.footer__mini {
  margin-top: 15px;
  padding-left: 1.7rem;
  border-left: 1px solid #e2e2e2;

  padding-left: 1.7em;
}

.footer__miniitem {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;

  font-size: 1.3em;
  margin-bottom: 15px;
}

.footer__miniitem:last-child {
  margin-bottom: 0;
}

.footer .is-ig {
  margin-bottom: 20px;
}

/*--- 下部 ---*/
.end {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 10px;
}

@media screen and (min-width: 1280px) {
  .end {
    margin: 65px auto 126px
  }
}

@media screen and (min-width: 1280px) {
  .end__wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.partner__cont {
  margin: 36.5px auto 0;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .partner__cont {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 1280px) {
  .partner__cont {
    justify-content: flex-start;
    margin: 0;
  }
}

.partner__banner {
  display: block;
  width: 134px;
  margin: 0 auto 20px;
}

@media screen and (min-width: 751px) {
  .partner__banner {
    width: 206px;
    margin: 0 27px 0 0;
  }
}

.partner__banner img {
  vertical-align: top;
}

.partner__txt {
  background: #f0eeeb;
  color: #534741;
  font-size: 1.135rem;
  line-height: 1.76;
  letter-spacing: .1em;
  padding: 10px 21.5px;
  border-radius: 8px;

  font-size: 1.135em;
}

@media screen and (min-width: 751px) {
  .partner__txt {
    font-size: 1.3rem;
    
    font-size: 1.3em;
  }
}

.partner__txt p {
  text-align: left;
}

@media screen and (max-width: 750px) {
  .partner__txt p {
    text-align: left;
  }
}

@media screen and (min-width: 751px) {
  .partner__txt p {
    text-align: center;
  }
}

@media screen and (min-width: 1280px) {
  .partner__txt p {
    text-align: left
  }
}

.copy {
  font-size: 1.05rem;
  color: #534741;
  margin: 30px auto 65px;
  letter-spacing: .1em;

  font-size: 1.05em;
}

@media screen and (min-width: 1280px) {
  .copy {
    font-size: 1.3rem;
    margin: 0;

    font-size: 1.3em;
  }
}

.copy p {
  text-align: center;
  font-weight: normal;
  line-height: 2.66;
}



/* 追加設定 */

.pcnav a {
    color: #221815;
}
.header.is-scroll {
    background-color: rgba(255,255,255,0.7);
}
@media screen and (max-width: 1280px){
    .header.is-scroll.is-active {
        background-color: transparent;
    }
}
.header .header__logo .header__logo-txt{
    color: #221815;
}
.header .header__logo .header__logo-sitetit{
    color: #221815;
}
.header.is-active .header__logo .header__logo-txt{
    color: #FFF;
}
.header.is-active .header__logo .header__logo-sitetit{
    color: #FFF;
}


.mv-sub::before{
    background:#FFF;
}

.ir_box{
    padding-top: 200px;
}
@media screen and (max-width: 1280px){
    .ir_box { padding-top: 80px; }
}
.ir_box .inner{
    height: 1600px;
    background-color: bisque;
}

.menubtn span {
    background-color: #221815;
}
.menubtn.is-active span {
    background-color: #FFF;
}


.header .header__logo a:hover {
	text-decoration: none;
}