@charset "UTF-8";
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}
.fadeInDown.animated {
  animation: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.animated {
  animation: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}
.fadeInUp.animated {
  animation: fadeInUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}
.fadeInRight.animated {
  animation: fadeInRight;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.delay-1 {
  animation-delay: 0.1s !important;
}
.delay-2 {
  animation-delay: 0.2s !important;
}
.delay-3 {
  animation-delay: 0.3s !important;
}
.delay-4 {
  animation-delay: 0.4s !important;
}
.delay-5 {
  animation-delay: 0.5s !important;
}
.delay-6 {
  animation-delay: 0.6s !important;
}
.delay-7 {
  animation-delay: 0.7s !important;
}
.delay-8 {
  animation-delay: 0.8s !important;
}
.delay-9 {
  animation-delay: 0.9s !important;
}
.delay-10 {
  animation-delay: 1s !important;
}

html {
  font-size: 62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

.newstyle {
  text-align: left;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 481px) {
  .newstyle {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 480px) {
  .newstyle {
    margin-bottom: 40px;
  }
}

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

.wrap {
  margin: 0 auto;
}
@media screen and (min-width: 481px) {
  .wrap {
    padding: 0 20px;
    max-width: 1240px;
  }
}
@media screen and (max-width: 480px) {
  .wrap {
    padding: 0 16px;
  }
}

@media screen and (min-width: 481px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sp-none {
    display: none;
  }
}
.nystyle_nConcept {
  background: #f1ece0;
}
@media screen and (min-width: 481px) {
  .nystyle_nConcept {
    padding: 140px 0;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nConcept {
    padding: 80px 0;
  }
}
.nystyle_nConcept-ttl {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
  font-style: normal;
  font-family: Arimo;
  line-height: 100%;
}
@media screen and (min-width: 481px) {
  .nystyle_nConcept-ttl {
    font-size: 12rem;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nConcept-ttl {
    font-size: 5rem;
  }
}
@media screen and (min-width: 481px) {
  .nystyle_nConcept-img {
    margin-top: 56px;
    width: 443px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nConcept-img {
    margin-top: 24px;
    max-width: 212px;
  }
}
.nystyle_nConcept-letter {
  color: #1a1a1a;
  font-weight: 400;
  font-family: "Noto Serif JP";
}
@media screen and (min-width: 481px) {
  .nystyle_nConcept-letter {
    margin-top: 5px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nConcept-letter {
    margin-top: 12px;
    font-size: 1.8rem;
  }
}
.nystyle_nConcept-txt {
  color: #1a1a1a;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 481px) {
  .nystyle_nConcept-txt {
    margin-left: 468px;
    font-size: 2rem;
    line-height: 2.4em;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nConcept-txt {
    margin-top: 12px;
    letter-spacing: -0.03em;
    font-size: 1.6rem;
    line-height: 1.8em;
  }
}

.nystyle_nPoint {
  position: relative;
  background: #f1ece0;
}
@media screen and (min-width: 481px) {
  .nystyle_nPoint {
    padding: 0 0 100px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPoint {
    padding: 0 16px 30px;
  }
}
.nystyle_nPoint .wrap {
  background: #fff;
  border-radius: 0 0 34px 34px;
  position: relative;
  top: -20px;
  z-index: 0;
}
.nystyle_nPoint .hidden {
  display: none;
}
.nystyle_nPoint-ttl {
  color: #ab9985;
  text-align: right;
  font-weight: 700;
  font-family: Arimo;
  line-height: 100%;
}
@media screen and (min-width: 481px) {
  .nystyle_nPoint-ttl {
    font-size: 13rem;
    margin-bottom: 6.4rem;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPoint-ttl {
    font-size: 5rem;
    margin-bottom: 4rem;
  }
}
.nystyle_nPoint-inner {
  padding: 120px 80px;
}
@media screen and (max-width: 480px) {
  .nystyle_nPoint-inner {
    padding: 60px 0px 60px;
  }
}
.nystyle_nPoint-bnr {
  cursor: pointer;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  border-radius: 34px 34px 0 0;
  position: relative;
  z-index: 2;
}
.nystyle_nPoint-bnr img {
  border-radius: 20px;
}
.nystyle_nPoint-subttl {
  color: #822510;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 481px) {
  .nystyle_nPoint-subttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPoint-subttl {
    letter-spacing: -0.04em;
    font-size: 2.6rem;
  }
}
.nystyle_nPoint-subttl .subttlnumber {
  display: block;
  letter-spacing: 1.4px;
  font-weight: 400;
  font-style: normal;
  font-family: Alice;
}
@media screen and (min-width: 481px) {
  .nystyle_nPoint-subttl .subttlnumber {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPoint-subttl .subttlnumber {
    font-size: 1.8rem;
  }
}
.nystyle_nPoint-txt {
  color: #1a1a1a;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 481px) {
  .nystyle_nPoint-txt {
    margin-top: 32px;
    line-height: 2.4em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPoint-txt {
    margin-top: 16px;
    line-height: 2em;
  }
}
.nystyle_nPoint-txt .colorblown {
  color: #7a5833;
}
.nystyle_nPoint-contents {
  display: flex;
}
@media screen and (min-width: 481px) {
  .nystyle_nPoint-contents {
    gap: 31px;
    margin-top: 80px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPoint-contents {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
.nystyle_nPoint-madori {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 481px) {
  .nystyle_nPoint-madori {
    gap: 24px;
    justify-content: flex-end;
    margin-top: 80px;
    margin-right: 76px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPoint-madori {
    gap: 10px;
    justify-content: center;
    margin-top: 24px;
  }
}
.nystyle_nPoint-madori-img {
  width: 415px;
}
.nystyle_nPoint-madori-txt {
  color: #1a1a1a;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New";
  line-height: 1.6em;
}
.nystyle_nPoint-madori-txt-span {
  color: #7a5833;
  letter-spacing: -0.06em;
}
.nystyle_nPoint-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 481px) {
  .nystyle_nPoint-list {
    flex-wrap: wrap;
    margin-top: 80px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPoint-list {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
.nystyle_nPoint-list-item {
  box-sizing: border-box;
  margin-top: 40px;
  padding-top: 32px;
  padding-right: 17px;
  padding-bottom: 20px;
  padding-left: 17px;
  border-top: 1px solid #1a1a1a;
}
@media screen and (min-width: 481px) {
  .nystyle_nPoint-list-item {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPoint-list-item {
    width: 100%;
    text-align: center;
  }
}
.nystyle_nPoint-list-item-subttl {
  margin-bottom: 12px;
  color: #7a5833;
  font-weight: 500;
  font-size: 2rem;
  font-family: "Zen Kaku Gothic New";
  line-height: 0.8em;
}
.nystyle_nPoint-list-item-ttl {
  color: #7a5833;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  font-family: "Zen Kaku Gothic New";
  line-height: 0.8em;
}
.nystyle_nPoint-list-item-img {
  margin: 12px auto 0;
}
@media screen and (min-width: 481px) {
  .nystyle_nPoint-list-item-img {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPoint-list-item-img {
    width: 100%;
  }
}
.nystyle_nPoint-list-item-family {
  margin-top: 24px;
  color: #1a1a1a;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New";
}
.nystyle_nPoint-list-item-txt {
  color: #737373;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New";
  line-height: 1.6em;
}
.nystyle_nPoint-nukku {
  display: flex;
  align-items: flex-end;
  gap: 32px;
  justify-content: flex-end;
}
.nystyle_nPoint-nukku-img.point10png {
  width: 622px;
}
.nystyle_nPoint-nukku-img.point11png {
  width: 332px;
}

.nystyle_nMulti {
  position: relative;
  background: #f1ece0;
}
@media screen and (min-width: 481px) {
  .nystyle_nMulti {
    padding: 0 0 100px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nMulti {
    padding: 0 16px 30px;
  }
}
.nystyle_nMulti .wrap {
  background: #fff;
  border-radius: 0 0 34px 34px;
  position: relative;
  top: -20px;
  z-index: 0;
}
.nystyle_nMulti .hidden {
  display: none;
}
.nystyle_nMulti-inner {
  padding: 120px 80px;
}
@media screen and (max-width: 480px) {
  .nystyle_nMulti-inner {
    padding: 60px 0px 60px;
  }
}
.nystyle_nMulti-bnr {
  cursor: pointer;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  border-radius: 34px 34px 0 0;
  position: relative;
  z-index: 2;
}
.nystyle_nMulti-bnr img {
  border-radius: 20px;
}
.nystyle_nMulti-ttl {
  color: #ab9985;
  font-weight: 700;
  font-family: Arimo;
  text-align: center;
  line-height: 100%;
}
@media screen and (min-width: 481px) {
  .nystyle_nMulti-ttl {
    font-size: 13rem;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nMulti-ttl {
    font-size: 5rem;
  }
}
.nystyle_nMulti-txterea {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (min-width: 481px) {
  .nystyle_nMulti-txterea {
    gap: 38px;
    width: 670px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nMulti-txterea {
    gap: 24px;
    width: 100%;
  }
}
.nystyle_nMulti-txterea-txt {
  color: #1a1a1a;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 481px) {
  .nystyle_nMulti-txterea-txt {
    line-height: 2.4em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nMulti-txterea-txt {
    letter-spacing: -0.028em;
    line-height: 2em;
  }
}
@media screen and (min-width: 481px) {
  .nystyle_nMulti-img {
    margin: 100px auto 140px;
    width: 1063px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nMulti-img {
    margin: 40px auto 60px;
    width: 100%;
  }
}
.nystyle_nMulti-subttl {
  color: #1a1a1a;
  text-align: center;
  letter-spacing: -2.8px;
  font-weight: 700;
  font-style: normal;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 481px) {
  .nystyle_nMulti-subttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nMulti-subttl {
    font-size: 2.4rem;
  }
}
.nystyle_nMulti-subttl-kakko {
  padding: 0 10px;
  color: #1a1a1a;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 481px) {
  .nystyle_nMulti-subttl-kakko {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nMulti-subttl-kakko {
    font-size: 2.8rem;
  }
}
.nystyle_nMulti-list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 481px) {
  .nystyle_nMulti-list {
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nMulti-list {
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 80px;
  }
}
.nystyle_nMulti-list-item {
  position: relative;
  border-top: 1px solid #1a1a1a;
}
@media screen and (min-width: 481px) {
  .nystyle_nMulti-list-item {
    padding: 40px 0;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nMulti-list-item {
    padding: 20px 0;
  }
}
.nystyle_nMulti-list-item-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .nystyle_nMulti-list-item-body {
    flex-direction: column;
  }
}
@media screen and (min-width: 481px) {
  .multiitemleft .nystyle_nMulti-list-item-body {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .multiitemleft .nystyle_nMulti-list-item-body {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 481px) {
  .nystyle_nMulti-list-item-body-contents {
    margin-left: 44px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nMulti-list-item-body-contents {
    margin-left: 0;
  }
}
@media screen and (min-width: 481px) {
  .multiitemleft .nystyle_nMulti-list-item-body-contents {
    margin-left: 64px;
  }
}
@media screen and (max-width: 480px) {
  .multiitemleft .nystyle_nMulti-list-item-body-contents {
    margin-left: 0;
  }
}
.nystyle_nMulti-list-item-body-contents-ttl {
  color: #1b4445;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 481px) {
  .nystyle_nMulti-list-item-body-contents-ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nMulti-list-item-body-contents-ttl {
    font-size: 3.2rem;
  }
}
.nystyle_nMulti-list-item-body-contents-txt {
  margin-top: 12px;
  color: #1a1a1a;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New";
  line-height: 2em;
}
@media screen and (min-width: 481px) {
  .nystyle_nMulti-list-item-body-img {
    width: 740px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nMulti-list-item-body-img {
    margin-top: 15px;
    width: 100％;
  }
}
.nystyle_nMulti-life {
  display: flex;
}
@media screen and (min-width: 481px) {
  .nystyle_nMulti-life {
    gap: 48px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nMulti-life {
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 481px) {
  .nystyle_nMulti-life.rightlife {
    justify-content: flex-end;
  }
}
.nystyle_nMulti-life-img {
  width: 231px;
}
.nystyle_nMulti-life-txts {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 481px) {
  .rightlife .nystyle_nMulti-life-txts {
    text-align: right;
  }
}
.nystyle_nMulti-life-txts-ttl {
  color: #822510;
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Zen Kaku Gothic New";
}
.nystyle_nMulti-life-txts-subttl {
  color: #1a1a1a;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New";
  line-height: 100%;
}
.nystyle_nMulti-life-txts-tag {
  display: flex;
  gap: 8px;
  margin-top: 6px;
  color: #737373;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 481px) {
  .rightlife .nystyle_nMulti-life-txts-tag {
    justify-content: flex-end;
  }
}
.nystyle_nMulti-lifelist {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 481px) {
  .nystyle_nMulti-lifelist {
    margin-top: 52px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nMulti-lifelist {
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
  }
}
.nystyle_nMulti-lifelist-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
  width: 360px;
}
.nystyle_nMulti-lifelist-item-morning {
  margin-bottom: 16px;
  width: 77px;
}
.nystyle_nMulti-lifelist-item-noon {
  margin-bottom: 16px;
  width: 54px;
}
.nystyle_nMulti-lifelist-item-night {
  margin-bottom: 16px;
  width: 54px;
}
.nystyle_nMulti-lifelist-item-conma {
  margin-top: 16px;
  width: 4px;
}
.nystyle_nMulti-lifelist-item-img {
  width: 306px;
}
.nystyle_nMulti-lifelist-item-txt {
  margin-top: 20px;
  color: #1a1a1a;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New";
}
.nystyle_nMulti-lifeimg {
  margin: 0 auto;
  padding-bottom: 60px;
  width: 894px;
}

@media screen and (min-width: 480px) {
  .nystyle_nMulti-lifelist {
    flex-direction: row;
    margin-top: 20px;
  }
}
.grn {
  color: #599B75;
}

.ylw {
  color: #E6B216;
}

.blue {
  color: #619ACE;
}

.nystyle_nLifestyle {
  position: relative;
  background: #f1ece0;
}
@media screen and (min-width: 481px) {
  .nystyle_nLifestyle {
    padding: 0 0 100px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle {
    padding: 0 16px 30px;
  }
}
.nystyle_nLifestyle .wrap {
  background: #fff;
  border-radius: 0 0 34px 34px;
  position: relative;
  top: -20px;
  z-index: 0;
}
.nystyle_nLifestyle .hidden {
  display: none;
}
.nystyle_nLifestyle-inner {
  padding: 120px 80px;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle-inner {
    padding: 60px 0px 60px;
  }
}
.nystyle_nLifestyle-bnr {
  cursor: pointer;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  border-radius: 34px 34px 0 0;
  position: relative;
  z-index: 2;
}
.nystyle_nLifestyle-bnr img {
  border-radius: 20px;
}
.nystyle_nLifestyle-ttl {
  margin-bottom: 64px;
  color: #ab9985;
  text-align: right;
  font-weight: 700;
  font-family: Arimo;
  line-height: 100%;
  font-size: 13rem;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle-ttl {
    font-size: 5rem;
  }
}
.nystyle_nLifestyle-txterea {
  margin: 64px 0 190px;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle-txterea {
    margin: 40px 0 80px;
  }
}
.nystyle_nLifestyle-txterea-txt {
  color: #1a1a1a;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 481px) {
  .nystyle_nLifestyle-txterea-txt {
    line-height: 2.4em;
    font-size: 2rem;
  }
}
.nystyle_nLifestyle-txterea-txt:first-child {
  margin-bottom: 20px;
}
.nystyle_nLifestyle-casettl {
  border-radius: 16px;
  background: #F7F5F0;
  padding: 30px 0;
  padding-left: 160px;
  position: relative;
  margin-bottom: 72px;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle-casettl {
    padding: 20px 0;
    padding-left: 67px;
    margin-bottom: 35px;
  }
}
.nystyle_nLifestyle-casettl-top {
  display: block;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle-casettl-top {
    font-size: 2rem;
    margin-bottom: 9px;
  }
}
.nystyle_nLifestyle-casettl-bottom {
  font-size: 20px;
  color: #1a1a1a;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle-casettl-bottom {
    font-size: 1.6rem;
  }
}
.nystyle_nLifestyle-casettl:after {
  content: "";
  width: 177px;
  height: 161px;
  position: absolute;
  bottom: 0;
}
.nystyle_nLifestyle .casettl01:before {
  content: "";
  background: url(../images/01.png) no-repeat;
  background-size: contain;
  width: 100px;
  height: 96px;
  position: absolute;
  left: 19px;
  top: 21px;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle .casettl01:before {
    width: 40px;
    height: 40px;
    left: 12px;
    top: 17px;
    padding-left: 0px;
  }
}
.nystyle_nLifestyle .casettl01:after {
  content: "";
  background: url(../images/life_case01-icon.png) no-repeat;
  background-size: contain;
  width: 177px;
  height: 161px;
  position: absolute;
  right: 80px;
  bottom: 0;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle .casettl01:after {
    width: 61px;
    height: 54px;
    position: absolute;
    right: 0px;
    bottom: 0;
  }
}
.nystyle_nLifestyle .casettl02 {
  padding: 30px 160px 30px 0;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle .casettl02 {
    padding: 20px 67px 20px 0;
  }
}
.nystyle_nLifestyle .casettl02::before {
  content: "";
  background: url(../images/02.png) no-repeat;
  background-size: contain;
  width: 103px;
  height: 96px;
  position: absolute;
  right: 21px;
  top: 21px;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle .casettl02::before {
    width: 40px;
    height: 40px;
    right: 12px;
    top: 17px;
    padding-right: 0px;
  }
}
.nystyle_nLifestyle .casettl02:after {
  content: "";
  background: url(../images/life_case02-icon.png) no-repeat;
  background-size: contain;
  width: 194px;
  height: 160px;
  position: absolute;
  left: 80px;
  bottom: 0;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle .casettl02:after {
    width: 65px;
    height: 55px;
    position: absolute;
    left: 0px;
    bottom: 0;
  }
}
.nystyle_nLifestyle .casettl03::before {
  content: "";
  background: url(../images/03.png) no-repeat;
  background-size: contain;
  width: 100px;
  height: 96px;
  position: absolute;
  left: 19px;
  top: 23px;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle .casettl03::before {
    width: 40px;
    height: 40px;
    left: 12px;
    top: 17px;
    padding-left: 0px;
  }
}
.nystyle_nLifestyle .casettl03:after {
  content: "";
  background: url(../images/life_case03-icon.png) no-repeat;
  background-size: contain;
  width: 202px;
  height: 160px;
  position: absolute;
  right: 80px;
  bottom: 0;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle .casettl03:after {
    width: 70px;
    height: 54px;
    position: absolute;
    right: 0px;
    bottom: 0;
  }
}
.nystyle_nLifestyle-subttl {
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
  font-size: 2rem;
  margin-bottom: 5.6rem;
  color: #1a1a1a;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle-subttl {
    padding-left: 18px;
    text-indent: -1rem;
    font-size: 1.6rem;
    margin-bottom: 3.6rem;
  }
}
.nystyle_nLifestyle-subttl-big {
  position: relative;
  padding: 0 16px 0 14px;
}
@media screen and (min-width: 481px) {
  .nystyle_nLifestyle-subttl-big {
    font-size: 3.2rem;
    letter-spacing: -2.24px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle-subttl-big {
    display: block;
    letter-spacing: -0.04em;
    font-size: 2rem;
    padding: 0 0 0 11px;
  }
}
.nystyle_nLifestyle-subttl-big:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 3px;
  width: 8px;
  height: 34px;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle-subttl-big:before {
    left: -10px;
    top: 4px;
    border-radius: 3px;
    width: 6px;
    height: 24px;
  }
}
.nystyle_nLifestyle-subttl:last-of-type {
  margin-bottom: 4rem;
}
.nystyle_nLifestyle .casebox01 {
  margin-bottom: 172px;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle .casebox01 {
    margin-bottom: 100px;
  }
}
.nystyle_nLifestyle .casebox01 .nystyle_nLifestyle-subttl-big:before {
  background: #599B75;
}
.nystyle_nLifestyle .casebox02 {
  margin-bottom: 219px;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle .casebox02 {
    margin-top: 36px;
    margin-bottom: 100px;
  }
}
.nystyle_nLifestyle .casebox02 .nystyle_nLifestyle-subttl-big:before {
  background: #E6B216;
}
.nystyle_nLifestyle .casebox03 .nystyle_nLifestyle-subttl-big:before {
  background: #619ACE;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle-img {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 481px) {
  .nystyle_nLifestyle .img01, .nystyle_nLifestyle .img03, .nystyle_nLifestyle .img04 {
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle .img01, .nystyle_nLifestyle .img03, .nystyle_nLifestyle .img04 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 481px) {
  .nystyle_nLifestyle .img02 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle .img01 img:first-of-type {
    margin-bottom: 60px;
    padding: 0 10px;
  }
  .nystyle_nLifestyle .img02 {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .nystyle_nLifestyle .img02 img:first-of-type {
    margin-bottom: 40px;
  }
  .nystyle_nLifestyle .img03 img:first-of-type {
    margin-bottom: 60px;
    padding: 0 10px;
  }
  .nystyle_nLifestyle .img04 img:first-of-type {
    margin-bottom: 60px;
    padding: 0 10px;
  }
}
.nystyle_nLifestyle-madori {
  width: 384px;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle-madori {
    width: 100%;
  }
}
.nystyle_nLifestyle .nystyle_nLifestyle-modal-img {
  position: relative;
  width: 792px;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle .nystyle_nLifestyle-modal-img {
    width: 100%;
  }
}
.nystyle_nLifestyle .nystyle_nLifestyle-modal-img .modalbtn1 {
  position: absolute;
  left: -7px;
  top: 43px;
  width: 360px;
  height: 70px;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle .nystyle_nLifestyle-modal-img .modalbtn1 {
    left: 8px;
    top: 16px;
    width: 151px;
    height: 28px;
  }
}
.nystyle_nLifestyle .nystyle_nLifestyle-modal-img .modalbtn2 {
  position: absolute;
  left: 3px;
  width: 361px;
  height: 70px;
  bottom: 20px;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle .nystyle_nLifestyle-modal-img .modalbtn2 {
    left: 3px;
    width: 164px;
    height: 36px;
    bottom: 66px;
  }
}
.nystyle_nLifestyle .nystyle_nLifestyle-modal-img .modalbtn3 {
  position: absolute;
  right: -4px;
  width: 361px;
  height: 75px;
  top: 30px;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle .nystyle_nLifestyle-modal-img .modalbtn3 {
    right: 7px;
    width: 158px;
    height: 35px;
    top: 10px;
  }
}
.nystyle_nLifestyle .nystyle_nLifestyle-modal-img .modalbtn4 {
  position: absolute;
  right: -5px;
  width: 361px;
  height: 75px;
  bottom: 20px;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle .nystyle_nLifestyle-modal-img .modalbtn4 {
    right: 9px;
    width: 151px;
    height: 31px;
    bottom: 66px;
  }
}
.nystyle_nLifestyle .nystyle_nLifestyle-modal-img .modalbtn5 {
  position: absolute;
  left: -7px;
  top: 30px;
  width: 280px;
  height: 75px;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle .nystyle_nLifestyle-modal-img .modalbtn5 {
    left: 6px;
    top: 10px;
    width: 120px;
    height: 35px;
  }
}
.nystyle_nLifestyle .nystyle_nLifestyle-modal-img .modalbtn6 {
  position: absolute;
  left: 1px;
  width: 346px;
  height: 62px;
  bottom: 27px;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle .nystyle_nLifestyle-modal-img .modalbtn6 {
    left: 4px;
    width: 156px;
    height: 33px;
    bottom: 67px;
  }
}
.nystyle_nLifestyle .nystyle_nLifestyle-modal-img .modalbtn7 {
  position: absolute;
  right: 0px;
  width: 312px;
  height: 75px;
  top: 30px;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle .nystyle_nLifestyle-modal-img .modalbtn7 {
    right: 4px;
    width: 142px;
    height: 35px;
    top: 10px;
  }
}
.nystyle_nLifestyle .nystyle_nLifestyle-modal-img .modalbtn8 {
  position: absolute;
  right: 0px;
  width: 315px;
  height: 58px;
  bottom: 28px;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle .nystyle_nLifestyle-modal-img .modalbtn8 {
    position: absolute;
    right: 4px;
    width: 145px;
    height: 38px;
    bottom: 65px;
  }
}
.nystyle_nLifestyle .nystyle_nLifestyle-modal-img .modalbtn9 {
  position: absolute;
  left: 0px;
  top: 28px;
  width: 420px;
  height: 59px;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle .nystyle_nLifestyle-modal-img .modalbtn9 {
    left: 3px;
    top: 10px;
    width: 190px;
    height: 29px;
  }
}
.nystyle_nLifestyle .nystyle_nLifestyle-modal-img .modalbtn10 {
  position: absolute;
  left: 0px;
  width: 366px;
  height: 60px;
  bottom: 0;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle .nystyle_nLifestyle-modal-img .modalbtn10 {
    left: 3px;
    width: 166px;
    height: 33px;
    bottom: 55px;
  }
}
.nystyle_nLifestyle .nystyle_nLifestyle-modal-img .modalbtn11 {
  position: absolute;
  right: 0px;
  width: 331px;
  height: 60px;
  top: 30px;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle .nystyle_nLifestyle-modal-img .modalbtn11 {
    right: 3px;
    width: 151px;
    height: 29px;
    top: 11px;
  }
}
.nystyle_nLifestyle .close {
  position: absolute !important;
  top: 148px !important;
  right: 227px !important;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  transition: 0.3s;
  width: 83px !important;
  text-align: center !important;
  height: 79px !important;
}
.nystyle_nLifestyle-casetxt-txt {
  color: #1a1a1a;
  font-size: 1.6rem;
}
@media screen and (min-width: 481px) {
  .nystyle_nLifestyle-casetxt-txt {
    font-size: 2rem;
  }
}
.nystyle_nLifestyle-casetxt-txt:first-of-type {
  margin-bottom: 2rem;
}
.nystyle_nLifestyle-img-flex {
  display: grid;
  justify-content: space-around;
  margin-top: 8rem;
}
@media screen and (min-width: 481px) {
  .nystyle_nLifestyle-img-flex {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle-img-flex {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 30px;
  }
}
.nystyle_nLifestyle-img-flex p:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .nystyle_nLifestyle-img-flex p:last-of-type {
    gap: 8px;
  }
}
.nystyle_nLifestyle-cap {
  display: block;
  padding-top: 12px;
}

@media screen and (max-width: 480px) {
  .remodal-wrapper {
    padding: 65px 10px 0;
  }
}

.remodal {
  padding: 65px 20px 0 !important;
  background: none !important;
}
@media screen and (max-width: 480px) {
  .remodal {
    width: 87% !important;
    padding: 57px 16px 0 !important;
  }
}

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 1000px !important;
    margin: 0 auto !important;
  }
}
.remodal-cancel {
  border: none;
  background: none !important;
  color: initial !important;
}
.remodal-cancel span {
  position: absolute;
  transform: translate(50%, -50%);
  top: 17px;
  right: 12px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .remodal-cancel span {
    top: 22px;
    right: -1px;
  }
}
.remodal-cancel span:before {
  content: "";
  display: block;
  width: 3px;
  height: 50px;
  background: #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 480px) {
  .remodal-cancel span:before {
    height: 40px;
  }
}
.remodal-cancel span:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 3px;
  height: 50px;
  background: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
@media screen and (max-width: 480px) {
  .remodal-cancel span:after {
    height: 40px;
  }
}

@media screen and (min-width: 481px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .pc {
    display: none !important;
  }
}
.nystyle_nPlan {
  position: relative;
  background: #f1ece0;
}
@media screen and (min-width: 481px) {
  .nystyle_nPlan {
    padding: 0 0 140px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPlan {
    padding: 0 16px 30px;
  }
}
.nystyle_nPlan .wrap {
  background: #fff;
  border-radius: 0 0 34px 34px;
  position: relative;
  top: -20px;
  z-index: 0;
}
.nystyle_nPlan .hidden {
  display: none;
}
.nystyle_nPlan-inner {
  padding: 120px 80px;
}
@media screen and (max-width: 480px) {
  .nystyle_nPlan-inner {
    padding: 60px 0px 60px;
  }
}
.nystyle_nPlan-bnr {
  cursor: pointer;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  border-radius: 34px 34px 0 0;
  position: relative;
  z-index: 2;
}
.nystyle_nPlan-bnr img {
  border-radius: 20px;
}
.nystyle_nPlan-ttl {
  color: #ab9985;
  text-align: right;
  font-weight: 700;
  font-family: Arimo;
  line-height: 100%;
}
@media screen and (min-width: 481px) {
  .nystyle_nPlan-ttl {
    font-size: 13rem;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPlan-ttl {
    font-size: 5rem;
  }
}
.nystyle_nPlan-ttl:first-of-type {
  text-align: left;
}
.nystyle_nPlan-ttl:last-of-type {
  margin-top: 123px;
}
@media screen and (max-width: 480px) {
  .nystyle_nPlan-ttl:last-of-type {
    margin-top: 100px;
  }
}
.nystyle_nPlan-subttl {
  color: #1a1a1a;
  font-size: 3.2rem;
  letter-spacing: -2.24px;
  text-align: center;
  margin-top: 6rem;
  position: relative;
}
@media screen and (max-width: 480px) {
  .nystyle_nPlan-subttl {
    font-size: 2rem;
    margin-top: 4rem;
  }
}
.nystyle_nPlan-subttl:after {
  content: "";
  position: absolute;
  background: #1B4445;
  width: 8px;
  height: 34px;
  bottom: -16px;
  left: 50%;
  border-radius: 3px;
  transform: rotate(90deg);
}
@media screen and (max-width: 480px) {
  .nystyle_nPlan-subttl:after {
    height: 30px;
    bottom: -20px;
  }
}
.nystyle_nPlan-body {
  display: flex;
}
@media screen and (min-width: 481px) {
  .nystyle_nPlan-body {
    flex-direction: column;
    gap: 80px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPlan-body {
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 481px) {
  .nystyle_nPlan-body-contents {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPlan-body-contents {
    width: 100%;
  }
}
.nystyle_nPlan-body-contents-ttl {
  color: #1a1a1a;
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Zen Kaku Gothic New";
}
.nystyle_nPlan-body-contents-body {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 481px) {
  .nystyle_nPlan-body-contents-body {
    gap: 64px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPlan-body-contents-body {
    flex-direction: column;
    gap: 20px;
  }
}
.nystyle_nPlan-body-contents-body-img {
  margin-top: 10px;
  border-radius: 16px;
}
@media screen and (min-width: 481px) {
  .nystyle_nPlan-body-contents-body-img {
    width: 540px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPlan-body-contents-body-img {
    width: 100%;
  }
}
.nystyle_nPlan-body-contents-body-img img {
  border-radius: 16px;
}
.nystyle_nPlan-body-contents-body-coment-menu {
  margin-top: 10px;
  color: #737373;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New";
  line-height: 2em;
}
.nystyle_nPlan-body-contents-body-coment-menu-top {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .nystyle_nPlan-body-contents-body-coment-menu-top {
    margin-bottom: 12px;
  }
}
.nystyle_nPlan-body-contents-body-coment-caption {
  margin-top: 8px;
  color: #737373;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New";
  line-height: 200%;
}
@media screen and (min-width: 481px) {
  .nystyle_nPlan-body-contents-body-coment-caption {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPlan-body-contents-body-coment-caption {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 481px) {
  .nystyle_nPlan-body-img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPlan-body-img {
    width: 100%;
  }
}
.nystyle_nPlan-list {
  display: flex;
  justify-content: space-between;
  color: #1a1a1a;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 481px) {
  .nystyle_nPlan-list {
    flex-wrap: wrap;
    margin-top: 80px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPlan-list {
    flex-direction: column;
  }
}
.nystyle_nPlan-list-item {
  margin-top: 40px;
  width: 360px;
  border-top: 1px solid #1a1a1a;
}
@media screen and (min-width: 481px) {
  .nystyle_nPlan-list-item {
    padding-top: 32px;
    padding-bottom: 32px;
    width: calc(33.3333333333% - 60px);
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPlan-list-item {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
}
.nystyle_nPlan-list-item-img {
  margin-bottom: 20px;
}
.nystyle_nPlan-list-item-link {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
  margin-top: 20px;
  color: #822510;
  text-align: right;
  font-weight: 700;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New";
}
.nystyle_nPlan-list-item-link::after {
  content: "";
  display: inline-block;
  margin-right: 16px;
  width: 30px;
  height: 30px;
  background: url(../images/arrow_red.png);
  background-size: contain;
}
.nystyle_nPlan-twnlist {
  margin: 72px 0 100px;
}
@media screen and (max-width: 480px) {
  .nystyle_nPlan-twnlist {
    margin: 60px 0 100px;
  }
}
.nystyle_nPlan-twnlist-item-body {
  display: flex;
  gap: 64px;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .nystyle_nPlan-twnlist-item-body {
    flex-direction: column;
    gap: 20px;
  }
}
.nystyle_nPlan-twnlist-item-body:first-of-type {
  margin-bottom: 64px;
}
.nystyle_nPlan-twnlist-item-body-img {
  width: 650px;
}
@media screen and (max-width: 480px) {
  .nystyle_nPlan-twnlist-item-body-img {
    width: 100%;
  }
}
.nystyle_nPlan-twnlist-item-body-contents-txt {
  color: #1a1a1a;
  font-size: 2rem;
}
.nystyle_nPlan-twnlist-item-body-contents-txt span {
  color: #7A5833;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .nystyle_nPlan-twnlist-item-body-contents-txt span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPlan .nystyle_nPlan-twnlist-item:last-of-type .nystyle_nPlan-twnlist-item-body {
    flex-direction: column-reverse;
  }
}
.nystyle_nPlan-txterea {
  color: #1A1A1A;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  line-height: 240%;
}
@media screen and (min-width: 481px) {
  .nystyle_nPlan-txterea {
    font-size: 1.8rem;
  }
}
.nystyle_nPlan-sim_btn {
  background: #1B4445;
  border-radius: 16px;
  font-size: 2.4rem;
  position: relative;
  width: 560px;
  height: 96px;
  margin: 48px auto 0;
}
@media screen and (max-width: 480px) {
  .nystyle_nPlan-sim_btn {
    width: 100%;
    font-size: 1.6rem;
    height: 56px;
    margin: 36px auto 0;
  }
}
.nystyle_nPlan-sim_btn a {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 96px;
  font-family: "Zen Kaku Gothic New";
}
.nystyle_nPlan-sim_btn a span {
  font-family: "Noto Serif JP";
  padding-right: 4px;
}
@media screen and (max-width: 480px) {
  .nystyle_nPlan-sim_btn a {
    line-height: 56px;
  }
}
.nystyle_nPlan-sim_btn:after {
  position: absolute;
  content: "";
  background: url(../images/arrow.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 16px;
  right: 24px;
  top: 40px;
}
@media screen and (max-width: 480px) {
  .nystyle_nPlan-sim_btn:after {
    width: 10px;
    height: 10px;
    right: 24px;
    top: 23px;
  }
}
.nystyle_nPlan-sim_btn::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -80px;
  background: url(../images/click.png) no-repeat;
  background-size: contain;
  width: 70px;
  height: 30px;
}
@media screen and (max-width: 480px) {
  .nystyle_nPlan-sim_btn::after {
    top: -36px;
    right: -10px;
  }
}
.nystyle_nPlan-2floor {
  padding-top: 120px;
}
@media screen and (max-width: 480px) {
  .nystyle_nPlan-2floor {
    padding-top: 40px;
  }
}
.nystyle_nPlan-flat {
  padding-top: 120px;
}
@media screen and (max-width: 480px) {
  .nystyle_nPlan-flat {
    padding-top: 40px;
  }
}

.lb-dataContainer {
  position: absolute !important;
  top: -50px !important;
  right: 20px !important;
}

.lb-data .lb-number {
  display: none !important;
}

.lb-nav a.lb-prev {
  position: absolute;
  top: 330px;
  left: -60px;
  height: 50px;
  width: 50px;
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .lb-nav a.lb-prev {
    display: block !important;
    top: 280px;
    left: -20px;
  }
}

.lb-nav a.lb-next {
  position: absolute;
  top: 330px;
  right: -60px;
  height: 50px;
  width: 50px;
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .lb-nav a.lb-next {
    display: block !important;
    top: 280px;
    right: -20px;
  }
}

.nystyle_nEco {
  position: relative;
  background: #ab9985;
}
@media screen and (min-width: 481px) {
  .nystyle_nEco {
    padding: 140px 0 140px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nEco {
    padding: 50px 0 80px;
  }
}
.nystyle_nEco::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 40px;
  border-radius: 40px 40px 0 0;
  background: #ab9985;
}
.nystyle_nEco::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 40px;
  background: #f1ece0;
}
@media screen and (max-width: 480px) {
  .nystyle_nEco .wrap {
    padding: 0 16px;
  }
}
.nystyle_nEco-ttl {
  color: #f1ece0;
  font-weight: 700;
  font-family: Arimo;
}
@media screen and (min-width: 481px) {
  .nystyle_nEco-ttl {
    font-size: 12rem;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nEco-ttl {
    font-size: 5rem;
  }
}
@media screen and (min-width: 481px) {
  .nystyle_nEco-ttl-span {
    margin: 0 -35px 0 2px;
    font-size: 9rem;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nEco-ttl-span {
    font-size: 3rem;
  }
}
.nystyle_nEco-txt {
  margin-top: 20px;
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 481px) {
  .nystyle_nEco-txt {
    line-height: 2.4em;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nEco-txt {
    line-height: 2em;
  }
}
.nystyle_nEco-images {
  display: flex;
}
@media screen and (min-width: 481px) {
  .nystyle_nEco-images {
    gap: 47px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nEco-images {
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
  }
}

.nystyle_nReal {
  position: relative;
  background: #fff;
}
@media screen and (min-width: 481px) {
  .nystyle_nReal {
    padding: 100px 0 100px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nReal {
    padding: 50px 0 220px;
  }
}
.nystyle_nReal::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 40px;
  border-radius: 40px 40px 0 0;
  background: #fff;
}
.nystyle_nReal::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 40px;
  background: #ab9985;
}
.nystyle_nReal-ttl {
  color: #ab9985;
  font-weight: 700;
  font-family: Arimo;
}
@media screen and (min-width: 481px) {
  .nystyle_nReal-ttl {
    font-size: 12rem;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nReal-ttl {
    font-size: 5rem;
  }
}
.nystyle_nReal-txt {
  margin-bottom: 80px;
  color: #1a1a1a;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 481px) {
  .nystyle_nReal-txt {
    line-height: 2.4em;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nReal-txt {
    letter-spacing: -0.03em;
    line-height: 2em;
  }
}
@media screen and (min-width: 481px) {
  .nystyle_nReal-txt::after {
    content: "";
    position: absolute;
    right: 5px;
    width: 806px;
    height: 802px;
    background: url(../images/realview01.png);
    background-size: contain;
  }
}
.nystyle_nReal-erea {
  position: relative;
  z-index: 1;
  display: flex;
}
@media screen and (min-width: 481px) {
  .nystyle_nReal-erea {
    gap: 72px;
    margin-top: 64px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nReal-erea {
    flex-direction: column;
    gap: 72px;
    margin-top: 64px;
  }
}
.nystyle_nReal-ereattl {
  display: flex;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Zen Kaku Gothic New";
}
.nystyle_nReal-list {
  margin-top: 32px;
}
.nystyle_nReal-list-item {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 481px) {
  .nystyle_nReal-list-item {
    gap: 32px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nReal-list-item {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.nystyle_nReal-list-item-link {
  display: flex;
  align-items: center;
  padding-top: 5px;
  border-top: 1px solid #1a1a1a;
  color: #1a1a1a;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (max-width: 480px) {
  .nystyle_nReal-list-item-link {
    justify-content: space-between;
    width: calc(33.3333333333% - 20px);
  }
}
.nystyle_nReal-list-item-link::before {
  content: "";
  display: inline-block;
  background: url(../images/ellipse.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 481px) {
  .nystyle_nReal-list-item-link::before {
    margin-right: 14px;
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nReal-list-item-link::before {
    margin-right: 4px;
    width: 4px;
    height: 4px;
  }
}
.nystyle_nReal-list-item-link::after {
  content: "";
  display: inline-block;
  margin-left: 32px;
  width: 5px;
  height: 8px;
  background: url(../images/arrow_black.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 481px) {
  .nystyle_nReal-list-item-link::after {
    margin-left: 32px;
    width: 5px;
    height: 8px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nReal-list-item-link::after {
    margin-left: 4px;
    width: 5px;
    height: 8px;
  }
}
.nystyle_nReal-list-item-link:hover {
  color: #1a1a1a;
  text-decoration: none;
  opacity: 0.7;
}
.nystyle_nReal-outline {
  position: relative;
}
@media screen and (min-width: 481px) {
  .nystyle_nReal-outline {
    margin-top: 247px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nReal-outline {
    margin-top: 80px;
  }
}
.nystyle_nReal-outline::after {
  content: "";
  position: absolute;
  top: 0;
  background: #1b4445;
}
@media screen and (min-width: 481px) {
  .nystyle_nReal-outline::after {
    right: 0;
    width: 66.5%;
    height: 480px;
    border-radius: 40px 0 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nReal-outline::after {
    right: 0;
    width: 100%;
    height: 480px;
    border-radius: 40px;
  }
}
.nystyle_nReal-outline-ttl {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  font-family: Arimo;
}
@media screen and (min-width: 481px) {
  .nystyle_nReal-outline-ttl {
    text-align: right;
    font-size: 12rem;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nReal-outline-ttl {
    text-align: center;
    font-size: 5rem;
  }
}
.nystyle_nReal-outline-body {
  display: flex;
  align-items: center;
  color: #fff;
}
@media screen and (min-width: 481px) {
  .nystyle_nReal-outline-body {
    gap: 114px;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nReal-outline-body {
    gap: 80px;
    justify-content: center;
  }
}
.nystyle_nReal-outline-body-name {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 481px) {
  .nystyle_nReal-outline-body-name {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nReal-outline-body-name {
    font-size: 2.4rem;
  }
}
.nystyle_nReal-outline-body-name::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 94px;
  background: #fff;
}
@media screen and (min-width: 481px) {
  .nystyle_nReal-outline-body-name::after {
    top: -13px;
    right: -57px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nReal-outline-body-name::after {
    top: -18px;
    right: -44px;
  }
}
.nystyle_nReal-outline-body-txt {
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New";
  line-height: 2.4em;
}
@media screen and (min-width: 481px) {
  .nystyle_nReal-outline-body-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nReal-outline-body-txt {
    font-size: 1.4rem;
  }
}
.nystyle_nReal-outline-img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 481px) {
  .nystyle_nReal-outline-img {
    top: 40px;
    width: 764px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nReal-outline-img {
    top: 60px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .spMv {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #f1ece0;
  }
  .spMv-left {
    width: 355px;
  }
  .spMv-right {
    margin: 0 0 0 auto;
    width: 355px;
  }
}
.nystyle_nPlanselect {
  position: relative;
  background: #f7f5f0;
}
@media screen and (min-width: 481px) {
  .nystyle_nPlanselect {
    margin-top: 120px;
    padding: 140px 0 100px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPlanselect {
    padding: 50px 0 80px;
  }
}
.nystyle_nPlanselect::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 40px;
  border-radius: 40px 40px 0 0;
  background: #f7f5f0;
}
.nystyle_nPlanselect::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 40px;
  background: #fff;
}
.nystyle_nPlanselect-ttl {
  color: #ab9985;
  font-weight: 700;
  font-family: Arimo;
  line-height: 1em;
}
@media screen and (min-width: 481px) {
  .nystyle_nPlanselect-ttl {
    font-size: 12rem;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPlanselect-ttl {
    font-size: 5rem;
  }
}
.nystyle_nPlanselect-txt {
  color: #7a5833;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 481px) {
  .nystyle_nPlanselect-txt {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPlanselect-txt {
    margin-top: 20px;
  }
}
.nystyle_nPlanselect-stepttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ab9985;
  color: #1a1a1a;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  font-family: "Zen Kaku Gothic New";
  line-height: 1em;
}
@media screen and (min-width: 481px) {
  .nystyle_nPlanselect-stepttl {
    margin-top: 54px;
    height: 136px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPlanselect-stepttl {
    margin-top: 54px;
    padding: 25px 0;
    width: 100%;
    border-radius: 10px;
    font-size: 1.4rem;
  }
}
.nystyle_nPlanselect-stepttl-span {
  position: absolute;
  z-index: 1;
  display: block;
  color: #1a1a1a;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 481px) {
  .nystyle_nPlanselect-stepttl-span {
    top: -20px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPlanselect-stepttl-span {
    top: -10px;
    font-size: 1.2rem;
  }
}
.nystyle_nPlanselect-stepttl-span::before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: -1;
  background: #f7f5f0;
  transform: translateX(-50%);
}
@media screen and (min-width: 481px) {
  .nystyle_nPlanselect-stepttl-span::before {
    width: 298px;
    height: 48px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPlanselect-stepttl-span::before {
    width: 158px;
    height: 38px;
  }
}
.nystyle_nPlanselect-stepttl-span strong {
  color: #822510;
  font-weight: 700;
  font-family: Arimo;
}
@media screen and (min-width: 481px) {
  .nystyle_nPlanselect-stepttl-span strong {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPlanselect-stepttl-span strong {
    font-size: 2rem;
  }
}
.nystyle_nPlanselect-step {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 481px) {
  .nystyle_nPlanselect-step {
    margin-top: 64px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPlanselect-step {
    flex-direction: column-reverse;
    margin-top: 20px;
  }
}
.nystyle_nPlanselect-step-list {
  display: flex;
}
@media screen and (min-width: 481px) {
  .nystyle_nPlanselect-step-list {
    justify-content: space-between;
    width: 934px;
    height: 295px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPlanselect-step-list {
    justify-content: center;
    margin-top: 20px;
    width: 100%;
    height: 110px;
  }
}
.nystyle_nPlanselect-step-list-item {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 481px) {
  .nystyle_nPlanselect-step-list-item img {
    height: 295px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPlanselect-step-list-item img {
    height: 110px;
  }
}
.nystyle_nPlanselect-step-link {
  display: block;
  animation: flash 1s ease-in infinite;
}
@media screen and (min-width: 481px) {
  .nystyle_nPlanselect-step-link {
    width: 226px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nPlanselect-step-link {
    margin: 0 auto;
    width: 115px;
  }
}

@keyframes flash {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
}
@media screen and (min-width: 481px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .pc {
    display: none !important;
  }
}
.nystyle_nWalkview {
  position: relative;
  background: #f1ece0;
}
@media screen and (min-width: 481px) {
  .nystyle_nWalkview {
    padding: 0 0 140px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nWalkview {
    padding: 0 16px 30px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nWalkview .nystyle_nPlan-twnlist-item:last-of-type .nystyle_nPlan-twnlist-item-body {
    flex-direction: column-reverse;
  }
}
.nystyle_nWalkview .wrap {
  position: relative;
  top: -20px;
  z-index: 0;
  border-radius: 0 0 34px 34px;
  background: #fff;
}
.nystyle_nWalkview .hidden {
  display: none;
}
.nystyle_nWalkview-inner {
  padding: 120px 80px;
}
@media screen and (max-width: 480px) {
  .nystyle_nWalkview-inner {
    padding: 60px 0 60px;
  }
}
.nystyle_nWalkview-bnr {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 1360px;
  width: 100%;
  border-radius: 34px 34px 0 0;
  cursor: pointer;
}
.nystyle_nWalkview-bnr img {
  border-radius: 20px;
}
.nystyle_nWalkview-ttl {
  color: #ab9985;
  text-align: right;
  font-weight: 700;
  font-family: Arimo;
  line-height: 100%;
}
@media screen and (min-width: 481px) {
  .nystyle_nWalkview-ttl {
    font-size: 13rem;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nWalkview-ttl {
    font-size: 5rem;
  }
}
.nystyle_nWalkview-ttl:first-of-type {
  text-align: left;
}
.nystyle_nWalkview-list {
  display: flex;
}
@media screen and (min-width: 481px) {
  .nystyle_nWalkview-list {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nWalkview-list {
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 481px) {
  .nystyle_nWalkview-list-item {
    margin-top: 40px;
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nWalkview-list-item {
    width: 100%;
  }
}
.nystyle_nWalkview-list-item-link {
  display: block;
  width: 100%;
}
.nystyle_nWalkview-list-item-link-ttl {
  color: #7a5833;
  font-weight: 700;
  pointer-events: none;
}
@media screen and (min-width: 481px) {
  .nystyle_nWalkview-list-item-link-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nWalkview-list-item-link-ttl {
    font-size: 1.8rem;
  }
}
.nystyle_nWalkview-list-item-link-img {
  border-radius: 20px;
}
@media screen and (min-width: 481px) {
  .nystyle_nWalkview-list-item-link-img {
    margin-top: 12px;
  }
}
@media screen and (max-width: 480px) {
  .nystyle_nWalkview-list-item-link-img {
    margin-top: 8px;
  }
}

.lb-dataContainer {
  position: absolute !important;
  top: -50px !important;
  right: 20px !important;
}

.lb-data .lb-number {
  display: none !important;
}

.lb-nav a.lb-prev {
  position: absolute;
  top: 330px;
  left: -60px;
  width: 50px;
  height: 50px;
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .lb-nav a.lb-prev {
    top: 280px;
    left: -20px;
    display: block !important;
  }
}

.lb-nav a.lb-next {
  position: absolute;
  top: 330px;
  right: -60px;
  width: 50px;
  height: 50px;
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .lb-nav a.lb-next {
    top: 280px;
    right: -20px;
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */