@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}

p {
  font-size: 1.4rem;
  line-height: 2;
}

img {
  width: 100%;
}

.pc-only {
  display: none;
}

.sp-only {
  display: block;
}

/*common*/
.inner {
  padding: 0 2rem 0;
  margin-bottom: 11rem;
}

h3 {
  text-align: center;
  margin-bottom: 6rem;
}

h3 p {
  font-size: 2.4rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 1rem;
}

h3 img {
  height: 2.6rem;
  width: auto;
}

/*フェードイン（初期値）*/
.js-fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .6s, transform .6s;
}

/*フェードイン（スクロールした後）*/
.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .2s;
}

/*mv*/
section.mv {
  position: relative;
  height: 150vw;
  padding: 0;
  margin-bottom: 9rem;
  background-image: url(../images/sp/bg-fv-sp.jpg);
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: left top;
}

h1.mv-logo {
  width: 6.5rem;
  padding-top: 2rem;
}

.mv-inner {
  padding: 0 2rem;

}

h2.mv-copy {
  margin: 3rem 0 3.2rem;
  width: 92%;

}

.mv-copy-main {
  margin-bottom: 2rem;

}

h2.mv-copy p {
  font-size: 1.2rem;
  font-weight: normal;

}

.mv-slider {
  width: 85%;
  margin: 0 0 0 auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

.mv-slider-main {
  margin-bottom: 1rem;
}

.mv-slider-list {
  position: relative;
  padding-left: 7.5rem;
}

.mv-slider-list li {
  margin-right: 1rem;
}

.slide-arrow {
  width: 1rem;
}

.prev-arrow {
  position: absolute;
  left: 1rem;
  bottom: 0;

}

.next-arrow {
  position: absolute;
  left: 4.5rem;
  bottom: 0;
}


.mv-slider-letter {
  width: 22rem;
  height: 7.8rem;
  position: absolute;
  bottom: 5rem;
  left: -2rem;
  z-index: 2;

}

/*banner*/
section.banner .inner {
  margin-bottom: 9rem;
}

.banner-list li a {
  transition: .3s;
}

.banner-list li a:hover {
  opacity: .6;
}

.banner-list li+li {
  margin-top: 3rem;
}

/*intro*/
section.intro {
  margin-bottom: 10rem;
}

.intro-upper {
  background: url(../images/sp/bg-intro-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.intro-upper .inner {
  padding: 7rem 2rem 8rem;
  margin-bottom: 0;
}

.intro-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}

.intro-ttl img {
  width: 3.6rem;
  height: 3.2rem;
  margin-right: .8rem;
}

.intro-ttl p {
  font-size: 2.4rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  line-height: 1.6;
  background: linear-gradient(transparent 70%, #fff3b2 30%);
}

.intro-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.intro-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 1rem;
  height: 8.5rem;
  box-shadow: 0 0 .5rem 0 rgba(0, 0, 0, .2);
}

.intro-list li img {
  width: 24%;
  height: auto;
}

.intro-list li p {
  width: 72%;
  font-size: 1.1rem;
  line-height: 1.6;
  letter-spacing: -0.1rem;
}

.intro-list .line p {
  line-height: 1.4;
}

.intro-list li p span {
  color: #e95a24;
  font-weight: bold;
}

.intro-lower {
  position: relative;
  background: #31886e;
  text-align: center;
  padding: 1.2rem 0;
}

.intro-lower p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}

.intro-lower p span {
  font-size: 2.5rem;
}

.intro-lower::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 2rem solid #31886e;
  border-right: 4rem solid transparent;
  border-left: 4rem solid transparent;

}

/*feature*/
h3.feature-ttl {
  margin-bottom: 9rem;
}

.feature-item {
  position: relative;
  margin-bottom: 11rem;
}

.feature-item:last-child {
  margin-bottom: 0;
}

.feature-item img {
  margin-bottom: 3rem;
  box-shadow: 0 0 .5rem 0 rgba(0, 0, 0, .2);
}

.feature-item:nth-child(1):before {
  content: '';
  display: inline-block;
  background: url(../images/sp/icon-feature01.png);
  background-size: cover;
  width: 7rem;
  height: 5.4rem;
  position: absolute;
  top: -3rem;
  left: 1rem;
  z-index: 2;
}

.feature-item:nth-child(2):before {
  content: '';
  display: inline-block;
  background: url(../images/sp/icon-feature02.png);
  background-size: cover;
  width: 7.6rem;
  height: 5.4rem;
  position: absolute;
  top: -3rem;
  left: 1rem;
  z-index: 2;
}

.feature-item:nth-child(3):before {
  content: '';
  display: inline-block;
  background: url(../images/sp/icon-feature03.png);
  background-size: cover;
  width: 7.2rem;
  height: 5.4rem;
  position: absolute;
  top: -3rem;
  left: 1rem;
  z-index: 2;
}

.feature-item-ttl {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2rem;
}

/*cta*/
section.cta {
  background: url(../images/sp/bg-cta-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

section.cta .inner {
  padding: 8rem 2rem;
  margin-bottom: 10rem;
  text-align: center;
}

.cta-txt {
  font-size: 2rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 5rem;
}

.cta-btns li.reservation {
  margin-bottom: 3rem;
}

.cta-btns li.reservation .cta-microcopy {
  width: 13.5rem;
  margin: 0 auto 1rem;
}

.cta-btns li.request .cta-microcopy {
  width: 15rem;
  margin: 0 auto 1rem;
}

/*cta下*/
section.cta:last-of-type .inner {
  margin-bottom: 6rem;
}

/*btn*/
.cta-btn {
  width: 24rem;
  margin: 0 auto;
}

.reservation .cta-btn a {
  background: #31886e;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 24rem;
  max-width: 24rem;
  padding: 2rem 3rem;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  z-index: 0;
  font-size: 1.4rem;
  box-sizing: border-box;
}

.reservation .cta-btn a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #333;
  transition: .3s;
  left: 0;
}

.reservation .cta-btn a:after {
  content: "";
  display: inline-block;
  background: url(../images/sp/icon-right-white.svg);
  background-size: cover;
  position: absolute;
  width: .5rem;
  height: .85rem;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

.reservation .cta-btn a:hover {
  color: #FFF;
}

.reservation .cta-btn a:hover:before {
  width: 100%;
  z-index: -1;
}

.request .cta-btn a {
  background: #fff;
  border: solid #31886e 1px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 24rem;
  max-width: 24rem;
  padding: 2rem 3rem;
  color: #31886e;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  z-index: 0;
  font-size: 1.4rem;
  box-sizing: border-box;
}

.request .cta-btn a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #333;
  transition: .3s;
  left: 0;
}

.request .cta-btn a:after {
  content: "";
  display: inline-block;
  background: url(../images/sp/icon-right-green.svg);
  background-size: cover;
  position: absolute;
  width: .5rem;
  height: .85rem;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

.request .cta-btn a:hover {
  color: #FFF;
}

.request .cta-btn a:hover:before {
  width: 100%;
  z-index: -1;
}

/*properties*/
.properties-item {
  padding: 2rem 0 2.5rem;
  box-shadow: 0 0 .5rem 0 rgba(0, 0, 0, .2);
  margin-bottom: 6rem;
}

/*スライダー*/
.properties-item-photo {
  position: relative;
  padding: 0 2rem;
  margin-bottom: 2rem;
}

.properties-item-photo .slide-arrow {
  width: .6rem;

}

.properties-item-photo .prev-arrow {
  position: absolute;
  left: .8rem;
  top: 50%;
}

.properties-item-photo .next-arrow {
  position: absolute;
  left: auto;
  right: .8rem;
  top: 50%;
}

/*スライダーここまで*/

.properties-item-ttl,
.properties-item-osusume,
.properties-item-point,
.properties-item-info,
.properties-item-cta {
  margin: 0 2rem;
}

.properties-item-ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid #b6b6b6 1px;
}

.properties-item-ttl p {
  font-size: 1.7rem;
  font-weight: bold;
}

.properties-item-ttl a {
  position: relative;
  border: solid #333 1px;
  padding: .8rem 1.2rem .8rem .6rem;
  white-space: nowrap;
}

.properties-item-ttl a::after {
  content: "";
  display: inline-block;
  background: url(../images/sp/icon-right-black.svg);
  background-size: cover;
  position: absolute;
  width: .3rem;
  height: .5rem;
  top: 50%;
  transform: translateY(-50%);
  right: .6rem;
}

.properties-item-osusume {
  margin-bottom: 2.5rem;
}

.properties-item-osusume li {
  display: flex;
}

.properties-item-osusume li p span {
  color: #e95a24;
}

.properties-item-osusume li::before {
  content: "";
  display: inline-block;
  background: url(../images/sp/icon-check.svg);
  background-size: cover;
  width: 1.3rem;
  height: 1.3rem;
  margin: .8rem .8rem 0 0;
}

.properties-item-point {
  background-color: #ebebe6;
  padding: 1.5rem;
  margin-bottom: 2.5rem;
}

.properties-item-pointlist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.properties-item-pointlist li {
  display: flex;
  align-items: center;
}

.properties-item-pointlist li img {
  width: 4.5rem;
  height: 4.5rem;
  margin-right: .8rem;
}

.properties-item-pointlist li p {
  font-size: 1.2rem;
  line-height: 1.6;
}

.properties-item-info {
  margin-bottom: 4rem;
}

.properties-item-infolist-detail {
  display: flex;
  font-size: 1.4rem;
  line-height: 2;
}

.properties-item-infolist-detail dt {
  font-weight: bold;
}

/*物件一覧のbtn*/
.properties-item-cta {
  display: flex;
  justify-content: space-between;
}

.properties-item-cta .reservation,
.properties-item-cta .request {
  width: 47%;
}

.properties-item-cta .cta-btn {
  width: 100%;
}

.properties-item-cta .reservation .cta-btn a {
  background: #31886e;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 14.5rem;
  max-width: 14.5rem;
  padding: 2rem 1rem;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  z-index: 0;
  font-size: 1.2rem;
  box-sizing: border-box;
}

.properties-item-cta .reservation .cta-btn a:after {
  content: "";
  display: inline-block;
  background: url(../images/sp/icon-right-white.svg);
  background-size: cover;
  position: absolute;
  width: .35rem;
  height: .6rem;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

.properties-item-cta .request .cta-btn a {
  background: #fff;
  border: solid #31886e 1px;
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 0 auto;
  width: 14.5rem;
  max-width: 14.5rem;
  padding: 2rem 1rem;
  color: #31886e;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  z-index: 0;
  font-size: 1.2rem;
  box-sizing: border-box;
}

.properties-item-cta .request .cta-btn a:after {
  content: "";
  display: inline-block;
  background: url(../images/sp/icon-right-green.svg);
  background-size: cover;
  position: absolute;
  width: .35rem;
  height: .6rem;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

/*voice*/
/*
section.voice .inner{
    padding: 0;
}*/
/*スライドの高さを揃える*/
.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

/*スライドの高さを揃える終わり*/

/*
.voice-items .slick-list{
    padding: 0 30% 0 0!important;
}*/
.voice-items {
  display: flex;
  width: 100%;
  max-width: 100%;
}

.voice-item {
  position: relative;
  padding: 3.5rem 2rem 4rem;
  box-shadow: 0 0 .5rem 0 rgba(0, 0, 0, .2);
  margin: 2rem 1rem;
}

.voice-item-txt {
  flex-grow: 1 auto;
}

.voice-item::before {
  content: "";
  display: inline-block;
  background: url(../images/sp/icon-comment01.svg);
  background-size: cover;
  position: absolute;
  width: 2.2rem;
  height: 1.9rem;
  top: -0.8rem;
  left: 2rem;
}

.voice-item::after {
  content: "";
  display: inline-block;
  background: url(../images/sp/icon-comment02.svg);
  background-size: cover;
  position: absolute;
  width: 2.2rem;
  height: 1.9rem;
  bottom: -0.8rem;
  right: 2rem;
}

/* .voice-item-txt {
  margin-bottom: 2.5rem;
} */

/*campaign*/
.campaign-contentttl {
  text-align: center;
  background-color: #ebebe6;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  padding: 1rem 2rem;
  margin-bottom: 2.5rem;
}

.campaign-amazon {
  margin-bottom: 6rem;
}

.campaign-banner {
  margin-bottom: 2rem;
}

.campaign-season .campaign-contents {
  margin-bottom: 5rem;
}

.campaign-season-plus .campaign-contents {
  margin-bottom: 5rem;
}

.campaign-detail-ttl {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 3rem;
}

.campaign-detail-ttl::before,
.campaign-detail-ttl::after {
  content: '';
  height: .1rem;
  flex-grow: 1;
  background-color: #b6b6b6;
}

.campaign-detail-ttl::before {
  margin-right: 1rem;
}

.campaign-detail-ttl::after {
  margin-left: 1rem;
}

.campaign-detail-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 1.5rem;
}

/*cta-fix*/
.cta-fix a {
  width: 8.5rem;
  height: auto;
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  transition: .3s;
}

.cta-fix a:hover {
  opacity: .7;
}

/* footer */
.footer .inner {
  margin-bottom: 6rem;
}

.footer-txt {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
}

small {
  font-size: 1.1rem;
}

.campaign-detail-list {
  display: flex;
  justify-content: space-between;
}

.voice-item .wrap {
  display: flex;
  justify-content: space-between;
}

.voice-item .wrap .item:nth-of-type(2) {
  display: block;
  width: 120px;
  max-width: 100%;

}

.voice-item .tit {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #31886e;
  width: 39vw;
}

.voice-item .name {
  margin-bottom: 20px;
  text-align: center;
  font-size: 10px;
}


/*----------------------------------------------------------
--------------------------pc--------------------------------
----------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }

  .sp-only {
    display: none;
  }

  p {
    font-size: 1.6rem;
  }

  .inner {
    width: 100%;
    max-width: 120rem;
    margin: auto;
    padding: 0;
    margin-bottom: 20rem;
  }

  /*common*/
  h3 {
    margin-bottom: 12rem;
  }

  h3 p {
    font-size: 4.2rem;
    margin-bottom: 1rem;
  }

  h3 img {
    height: 3rem;
    width: auto;
  }

  /*mv*/
  section.mv {
    position: relative;
    height: 52vw;
    padding: 0;
    margin-bottom: 12rem;
    background-image: url(../images/pc/bg-fv01-pc.jpg);
    background-size: 48%;
    background-repeat: no-repeat;
    background-position: left top;
  }

  h1.mv-logo {
    width: 13rem;
    padding-top: 5rem;
  }

  .mv-inner {
    width: 100%;
    max-width: 80%;
    margin: auto;
    padding: 0;

  }

  h2.mv-copy {
    position: absolute;
    margin: 2rem 0 3.2rem;
    width: 42%;
    z-index: 5;

  }

  .mv-copy-main {
    margin-bottom: 3rem;
  }

  h2.mv-copy p {
    font-size: 1.5rem;
    font-weight: normal;

  }

  /*pcのみの画像*/
  .mv-subimg {
    position: absolute;
    width: 30%;
    height: auto;
    bottom: 0;
    left: 0;

  }

  .mv-slider {
    position: absolute;
    width: 62%;
    margin: 0 0 0 auto;
    bottom: 0;
    z-index: 2;
  }

  .mv-slider-main {
    margin-bottom: 1rem;
  }

  .mv-slider-list {
    position: relative;
    padding-left: 12rem;
  }

  .mv-slider-list li {
    margin-right: 1rem;
  }

  .slide-arrow {
    width: 1rem;
  }

  .prev-arrow {
    position: absolute;
    left: 1rem;
    bottom: 0;

  }

  .next-arrow {
    position: absolute;
    left: 6rem;
    bottom: 0;
  }

  .mv-slider-list li {
    margin-right: 1rem;
  }

  .mv-slider-letter {
    width: 39rem;
    height: 14rem;
    position: absolute;
    bottom: 15rem;
    left: -4.5rem;
    z-index: 3;

  }

  /*banner*/
  section.banner .inner {
    margin-bottom: 12rem;
  }

  .banner-list {
    display: flex;
    justify-content: space-between;
  }

  .banner-list li {
    width: 48%;
  }

  .banner-list li a {
    transition: .3s;
  }

  .banner-list li a:hover {
    opacity: .6;
  }

  .banner-list li+li {
    margin-top: 0;
  }

  /*intro*/
  section.intro {
    margin-bottom: 16rem;
  }

  .intro-upper {
    background: url(../images/pc/bg-intro-pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .intro-upper .inner {
    padding: 9rem 0 15rem;
  }

  .intro-ttl {
    margin-bottom: 7rem;
  }

  .intro-ttl img {
    width: 6.4rem;
    height: 5.7rem;
    margin-right: 1rem;
  }

  .intro-ttl p {
    font-size: 4.2rem;
    line-height: 1.4;
    background: linear-gradient(transparent 70%, #fff3b2 30%);
  }

  .intro-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4.2rem;
  }

  .intro-list li {
    padding: 2rem;
    height: 14rem;
  }

  .intro-list li img {
    width: 22%;
  }

  .intro-list li p {
    width: 70%;
    font-size: 1.8rem;
  }

  .intro-lower {
    padding: 2rem 0;
  }

  .intro-lower p {
    font-size: 3.2rem;
  }

  .intro-lower p span {
    font-size: 4.4rem;
  }

  .intro-lower::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 4rem solid #31886e;
    border-right: 8rem solid transparent;
    border-left: 8rem solid transparent;

  }

  /*feature*/
  section.feature .inner {
    margin-bottom: 18rem;
  }

  h3.feature-ttl {
    margin-bottom: 12rem;
  }

  .feature-items {
    display: flex;
    justify-content: space-between;
  }

  .feature-item {
    width: 31%;
    position: relative;
    margin-bottom: 0;
  }

  .feature-item:last-child {
    margin-bottom: 0;
  }

  .feature-item:nth-child(1):before {
    top: -3.6rem;
    left: 2rem;
  }

  .feature-item:nth-child(2):before {
    top: -3.6rem;
    left: 2rem;
  }

  .feature-item:nth-child(3):before {
    top: -3.6rem;
    left: 2rem;
  }

  .feature-item-ttl {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 2rem;
  }

  /*cta*/
  section.cta {
    background: url(../images/pc/bg-cta-pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  section.cta .inner {
    padding: 8rem 0;
    margin-bottom: 18rem;
  }

  .cta-txt {
    font-size: 3.2rem;
  }

  .cta-btns {
    display: flex;
    justify-content: center;
  }

  .cta-btns li.reservation {
    margin-bottom: 0;
  }

  .cta-btns li.reservation .cta-microcopy {
    width: 25rem;
    height: 1.8rem;
    margin: 0 auto 1.4rem;
  }

  .cta-btns li.request .cta-microcopy {
    width: 20rem;
    height: 1.8rem;
    margin: 0 auto 1.4rem;
  }

  /*cta下*/
  section.cta:last-of-type .inner {
    margin-bottom: 4rem;
  }

  /*btn*/
  .cta-btn {
    width: 36vw;
    max-width: 42rem;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .reservation {
    margin-right: 3rem;
  }

  .reservation .cta-btn a {
    background: #31886e;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 8rem;
    padding: 2rem 3rem;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    z-index: 0;
    font-size: 2.4rem;
  }

  .reservation .cta-btn a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #333;
    transition: .3s;
    left: 0;
  }

  .reservation .cta-btn a:after {
    content: "";
    display: inline-block;
    background: url(../images/sp/icon-right-white.svg);
    background-size: cover;
    position: absolute;
    width: .5rem;
    height: .85rem;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
  }

  .reservation .cta-btn a:hover {
    color: #FFF;
  }

  .reservation .cta-btn a:hover:before {
    width: 100%;
    z-index: -1;
  }

  .request .cta-btn a {
    background: #fff;
    border: solid #31886e 1px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 8rem;
    padding: 2rem 3rem;
    color: #31886e;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    z-index: 0;
    font-size: 2.4rem;
  }

  .request .cta-btn a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #333;
    transition: .3s;
    left: 0;
  }

  .request .cta-btn a:after {
    content: "";
    display: inline-block;
    background: url(../images/sp/icon-right-green.svg);
    background-size: cover;
    position: absolute;
    width: .5rem;
    height: .85rem;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
  }

  .request .cta-btn a:hover {
    color: #FFF;
  }

  .request .cta-btn a:hover:after {
    content: "";
    display: inline-block;
    background: url(../images/sp/icon-right-white.svg);
    background-size: cover;
    position: absolute;
    width: .5rem;
    height: .85rem;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
  }

  .request .cta-btn a:hover:before {
    width: 100%;
    z-index: -1;
  }

  /*properties*/
  .properties-items {
    display: grid;
    grid-template-columns: 46% 46%;
    gap: 4rem;
  }

  .properties-item {
    padding: 4rem 0 4rem;
    margin-bottom: 0rem;
  }

  /*スライダー*/
  .properties-item-photo {
    position: relative;
    padding: 0 4rem;
    margin-bottom: 3rem;
  }

  .properties-item-photo .slide-arrow {
    width: 1rem;

  }

  .properties-item-photo .prev-arrow {
    position: absolute;
    left: 1.3rem;
    top: 50%;
  }

  .properties-item-photo .next-arrow {
    position: absolute;
    left: auto;
    right: 1.3rem;
    top: 50%;
  }

  /*スライダーここまで*/
  .properties-item-ttl,
  .properties-item-osusume,
  .properties-item-point,
  .properties-item-info,
  .properties-item-cta {
    margin: 0 4rem;
  }

  .properties-item-ttl {
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .properties-item-ttl p {
    font-size: 2.5rem;
  }

  .properties-item-ttl a {
    padding: .8rem 2.2rem .8rem 1.2rem;
    font-size: 1.4rem;
    transition: .3s;
  }

  .properties-item-ttl a:hover {
    opacity: .6;
  }

  .properties-item-ttl a::after {
    content: "";
    display: inline-block;
    background: url(../images/sp/icon-right-black.svg);
    background-size: cover;
    position: absolute;
    width: .45rem;
    height: .8rem;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
  }

  .properties-item-osusume {
    margin-bottom: 2.5rem;
  }

  .properties-item-osusume li::before {
    content: "";
    display: inline-block;
    background: url(../images/sp/icon-check.svg);
    background-size: cover;
    width: 1.6rem;
    height: 1.6rem;
    margin: .8rem .8rem 0 0;
  }

  .properties-item-point {
    padding: 2rem;
    margin-bottom: 2rem;
  }

  .properties-item-pointlist {
    display: flex;
    justify-content: space-between;
  }

  .properties-item-pointlist li {
    display: block;
  }

  .properties-item-pointlist li img {
    width: 100%;
    height: auto;
    margin: 0 0 1rem 0;
  }

  .properties-item-pointlist li p {
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
  }

  .properties-item-pointlist li p.small {
    font-size: 1rem;
    letter-spacing: -0.1em;
  }

  .properties-item-info {
    margin-bottom: 4rem;
  }

  .properties-item-infolist {
    display: flex;
  }

  .properties-item-infolist-detail {
    display: flex;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .properties-item-infolist-detail:first-child {
    margin-right: 2rem;
  }

  /*物件一覧のbtn*/
  .properties-item-cta {
    display: flex;
    justify-content: space-between;
  }

  .properties-item-cta .reservation,
  .properties-item-cta .request {
    width: 48%;
  }

  .properties-item-cta .cta-btn {
    width: 100%;
  }

  .properties-item-cta .reservation .cta-btn a {
    background: #31886e;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 6rem;
    padding: 2rem 1rem;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    z-index: 0;
    font-size: 1.8rem;
    box-sizing: border-box;
  }

  .properties-item-cta .reservation .cta-btn a:after {
    content: "";
    display: inline-block;
    background: url(../images/sp/icon-right-white.svg);
    background-size: cover;
    position: absolute;
    width: .47rem;
    height: .8rem;
    top: 50%;
    transform: translateY(-50%);
    right: 1.4rem;
  }

  .properties-item-cta .request .cta-btn a {
    background: #fff;
    border: solid #31886e 1px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 6rem;
    padding: 2rem 1rem;
    color: #31886e;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    z-index: 0;
    font-size: 1.8rem;
    box-sizing: border-box;
  }

  .properties-item-cta .request .cta-btn a:after {
    content: "";
    display: inline-block;
    background: url(../images/sp/icon-right-green.svg);
    background-size: cover;
    position: absolute;
    width: .47rem;
    height: .8rem;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
  }

  .properties-item-cta .request .cta-btn a:hover {
    color: #FFF;
  }

  .properties-item-cta .request .cta-btn a:hover:after {
    content: "";
    display: inline-block;
    background: url(../images/sp/icon-right-white.svg);
    background-size: cover;
    position: absolute;
    width: .47rem;
    height: .8rem;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
  }

  /*voice*/
  .voice-items {
    width: 120rem;
    max-width: 100%;
  }

  .voice-item {
    position: relative;
    /*min-width: 37%;*/
    padding: 5rem 3rem;
    margin: 4rem 1rem;
  }

  .voice-item::before {
    content: "";
    display: inline-block;
    background: url(../images/sp/icon-comment01.svg);
    background-size: cover;
    position: absolute;
    width: 3rem;
    height: 2.6rem;
    top: -1.4rem;
    left: 3rem;
  }

  .voice-item::after {
    content: "";
    display: inline-block;
    background: url(../images/sp/icon-comment02.svg);
    background-size: cover;
    position: absolute;
    width: 3rem;
    height: 2.6rem;
    bottom: -1.4rem;
    right: 3rem;
  }

  /* .voice-item-txt {
    margin-bottom: 2.5rem;
  } */

  /*campaign*/
  section.campaign .inner {
    margin-bottom: 22rem;
  }

  .campaign-contentttl {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }

  .campaign-contents {
    display: flex;
  }

  .campaign-amazon {
    margin-bottom: 8rem;
  }

  .campaign-banner {
    margin: 0 4rem 0 0;
    width: 47.5%;
  }

  .campaign-txt {
    width: 47.5%;
  }

  .campaign-season .campaign-contents {
    margin-bottom: 6rem;
  }

  .campaign-season-plus .campaign-contents {
    margin-bottom: 6rem;
  }

  .campaign-detail-ttl {
    font-size: 2rem;
    margin-bottom: 4rem;
  }

  .campaign-detail-ttl::before {
    margin-right: 2rem;
  }

  .campaign-detail-ttl::after {
    margin-left: 2rem;
  }

  .campaign-detail-list {
    display: flex;
    justify-content: space-between;
  }

  .voice-item .wrap {
    display: flex;
    justify-content: space-between;
  }

  .voice-item .wrap .item:nth-of-type(2) {
    display: block;
    width: 120px;
    max-width: 100%;

  }

  .voice-item .tit {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #31886e;
    width: 200px;
    line-height: 1.6;
  }

  .voice-item .name {
    margin-bottom: 20px;
    text-align: center;
    font-size: 12px;
  }


  /*cta-fix*/
  .cta-fix a {
    width: 11vw;
    height: auto;
    position: fixed;
    top: 4rem;
    right: 4rem;
  }

  /* footer */
  .footer .inner {
    margin-bottom: 4rem;
  }

  .footer-img {
    margin: 0 auto;
    width: 40%;
  }

  small {
    font-size: 1.2rem;
  }

  /* ==============
    パークヴィラ岩槻追記
    ============== */
  .pv-iwatsuki .properties-item-infolist {
    display: block;
  }

  .footer-img {
    display: flex;
  }
}

@media screen and (min-width: 769px) and (max-width:1200px) {
  .pc-only {
    display: block;
  }

  .sp-only {
    display: none;
  }

  .inner,
  .mv-inner {
    width: 90%;
  }

  .voice-item .wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .voice-item .wrap .item:nth-of-type(2) {
    margin: 0 auto;
  }

  .voice-item .tit {
    width: 100%;
    text-align: left;
  }

  .voice-item .wrap .item:nth-of-type(2) {
    display: block;
    width: 160px;
    max-width: 100%;
}

}





/*# sourceMappingURL=style.css.map */