.page-lp {
  color: #4e3b30;
}
.page-lp img {
  vertical-align: bottom;
}
.page-lp .sp-hide {
  display: block;
}
.page-lp .pc-hide {
  display: none;
}
.page-lp .color {
  color: #f96510;
}
@media screen and (max-width: 767px) {
  .page-lp .sp-hide {
    display: none;
  }
  .page-lp .pc-hide {
    display: block;
  }
}
.page-lp .section-container {
  width: 79%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-lp .section-container {
    width: 100%;
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.page-lp .section-title {
  margin: 0;
}
.page-lp .section-title__logo {
  display: inline-block;
  max-width: 257px;
  margin-right: 14px;
}
.page-lp .section-title__text {
  display: inline-block;
  font-size: 24px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #4e3b30;
}
@media screen and (max-width: 767px) {
  .page-lp .section-title__logo {
    width: 50%;
  }
  .page-lp .section-title__text {
    font-size: 18px;
  }
}
.page-lp .section-contact {
  text-align: center;
}
.page-lp .section-contact__title {
  font-size: 18px;
  font-weight: 700;
  color: #4e3b30;
  margin: 0;
}
.page-lp .section-contact__action {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.page-lp .section-contact__action .action__button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 395px;
  height: 98px;
  background-color: #ffeee5;
  border: 2px solid #f96510;
  border-radius: 32px;
  color: #f96510;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0;
}
.page-lp .section-contact__action .action__button .text {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}
.page-lp .section-contact__action .action__button .text small {
  display: block;
  font-size: 15px;
  margin-bottom: 4px;
}
.page-lp .section-contact__action .action__button::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #f96510;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-lp .section-contact__action .action__button--white {
  background-color: #fff;
}
.page-lp .section-contact__action .action__button--brown {
  background-color: #fff;
  border-color: #4e3b30;
  color: #4e3b30;
}
.page-lp .section-contact__action .action__button--brown::after {
  background-color: #4e3b30;
}
@media screen and (min-width: 768px) {
  .page-lp .section-contact__action .action__button:hover {
    background-color: #f96510;
    color: #fff;
  }
  .page-lp .section-contact__action .action__button:hover::after {
    background-color: #fff;
  }
  .page-lp .section-contact__action .action__button--brown:hover {
    background-color: #4e3b30;
  }
}
@media screen and (max-width: 767px) {
  .page-lp .section-contact__title {
    font-size: 16px;
  }
  .page-lp .section-contact__action {
    display: block;
  }
  .page-lp .section-contact__action .action__button {
    height: 70px;
    border-radius: 20px;
    margin: 0 auto 20px;
  }
  .page-lp .section-contact__action .action__button .text {
    font-size: 20px;
  }
  .page-lp .section-contact__action .action__button .text small {
    font-size: 14px;
  }
  .page-lp .section-contact__action .action__button::after {
    width: 40px;
  }
}
.page-lp .section__block {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-lp .section__block .item {
  width: 32%;
  border: 2px solid #254882;
  border-radius: 8px;
  padding: 17px 26px;
}
.page-lp .section__block .title {
  display: block;
  background-color: #254882;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  padding: 14px;
  border-radius: 8px;
  margin: 0;
}
.page-lp .section__block .text {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-lp .section__block {
    display: block;
  }
  .page-lp .section__block .item {
    width: 100%;
    padding: 17px 16px;
    margin-bottom: 20px;
  }
  .page-lp .section__block .title {
    font-size: 15px;
  }
  .page-lp .section__block .text {
    font-size: 14px;
  }
}
.footer-lp {
  background-color: #003b99;
}
.footer-lp__container {
  padding-top: 72px;
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 30px;
}
.footer-lp__desc {
  color: #fff;
}
.footer-lp__entitle {
  font-size: 20px;
  font-weight: 700;
}
.footer-lp__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.footer-lp__text {
  font-size: 20px;
  line-height: 2;
  font-weight: 700;
}
.footer-lp__contact {
  -ms-flex-line-pack: end;
  align-content: end;
}
.footer-lp__contact .section-contact__action {
  display: block;
  margin-top: 0;
}
.footer-lp__contact .section-contact__action .action__button {
  margin-bottom: 23px;
}
.footer-lp__logo {
  grid-column: 1 / span 2;
  border-top: 1px solid #fff;
  padding-top: 38px;
  text-align: center;
}
.footer-lp__logo .logo {
  display: block;
}
@media screen and (max-width: 767px) {
  .footer-lp__container {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }
  .footer-lp__entitle {
    font-size: 18px;
  }
  .footer-lp__title {
    font-size: 26px;
  }
  .footer-lp__text {
    font-size: 15px;
    line-height: 1.7;
  }
  .footer-lp__contact {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .footer-lp__logo {
    padding-top: 20px;
  }
  .footer-lp__logo .logo {
    display: block;
    width: 200px;
    margin: 0 auto;
  }
}
.page-irohaie .mainview__container {
  padding-top: 95px;
  padding-bottom: 80px;
}
.page-irohaie .mainview__image {
  margin: 0 auto;
  width: 82.5%;
  max-width: 1148px;
}
@media screen and (max-width: 767px) {
  .page-irohaie .mainview__container {
    max-width: calc(100% - 40px);
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .page-irohaie .mainview__image {
    width: 100%;
  }
}
.page-irohaie .concept__title {
  margin-bottom: 26px;
}
.page-irohaie .concept__message {
  font-size: 15px;
  margin: 0;
  width: 71.36%;
  font-weight: 500;
}
.page-irohaie .concept__inner {
  position: relative;
}
.page-irohaie .concept__list {
  list-style: none;
  margin: 36px 0 53px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 2%;
}
.page-irohaie .concept__list .list__item {
  width: 31.81%;
}
.page-irohaie .concept__deco {
  position: absolute;
  top: -202px;
  right: 2%;
  width: 170px;
}
@media screen and (max-width: 767px) {
  .page-irohaie .concept__message {
    width: 100%;
  }
  .page-irohaie .concept__list {
    display: block;
    margin-bottom: 20px;
  }
  .page-irohaie .concept__list .list__item {
    width: 80%;
    margin: 0 auto 16px;
    text-align: center;
  }
  .page-irohaie .concept__deco {
    position: static;
    margin: 0 auto 30px;
  }
}
.page-irohaie .about__container {
  padding-top: 172px;
}
.page-irohaie .about__title {
  margin-bottom: 40px;
}
.page-irohaie .about__inner {
  position: relative;
}
.page-irohaie .about__main {
  border: 2px solid #254882;
  border-radius: 8px;
  padding: 44px;
}
.page-irohaie .about__main .main__head {
  background-color: #254882;
  color: #fff;
  border-radius: 8px;
  display: block;
  height: 63px;
  line-height: 63px;
  font-size: 24px;
  font-weight: 700;
  padding: 0 30px;
  margin: 0;
}
.page-irohaie .about__main .main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 63px;
}
.page-irohaie .about__main .main__desc {
  width: 44.64%;
}
.page-irohaie .about__main .main__desc .title {
  margin: 0;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
}
.page-irohaie .about__main .main__desc .text {
  font-weight: 500;
  font-size: 15px;
}
.page-irohaie .about__main .main__desc .note {
  font-size: 10px;
  font-weight: 500;
}
.page-irohaie .about__main .main__image {
  width: 50.49%;
  margin-bottom: 0;
}
.page-irohaie .about__block {
  margin: 20px 0 66px;
}
.page-irohaie .about__deco {
  position: absolute;
  top: -107px;
  right: 80px;
  width: 298px;
}
@media screen and (max-width: 767px) {
  .page-irohaie .about__container {
    padding-top: 80px;
  }
  .page-irohaie .about__title {
    margin-bottom: 20px;
  }
  .page-irohaie .about__main {
    padding: 20px 16px;
  }
  .page-irohaie .about__main .main__head {
    height: auto;
    line-height: 1.7;
    font-size: 18px;
    padding: 10px;
  }
  .page-irohaie .about__main .main__inner {
    display: block;
    margin-top: 20px;
  }
  .page-irohaie .about__main .main__desc {
    width: 100%;
  }
  .page-irohaie .about__main .main__desc .title {
    font-size: 22px;
  }
  .page-irohaie .about__main .main__desc .text {
    font-size: 14px;
  }
  .page-irohaie .about__main .main__image {
    width: 100%;
    margin-top: 40px;
  }
  .page-irohaie .about__block {
    margin-bottom: 20px;
  }
  .page-irohaie .about__deco {
    position: static;
    margin: 40px auto;
  }
}
.page-irohaie .feature__container {
  padding-top: 140px;
}
.page-irohaie .feature__title {
  margin-bottom: 44px;
}
.page-irohaie .feature__list {
  list-style: none;
  margin: 78px 0 0;
  padding: 0;
}
.page-irohaie .feature__list .list__inner {
  margin-bottom: 93px;
}
.page-irohaie .feature__list .list__inner:nth-child(odd) .list__main {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.page-irohaie .feature__list .list__inner:nth-child(even) .list__main .badge {
  right: initial;
  left: -43px;
}
.page-irohaie .feature__list .list__inner:nth-child(3) .list__block .item {
  width: 49%;
}
.page-irohaie .feature__list .list__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 27px;
}
.page-irohaie .feature__list .list__main .desc {
  width: 53%;
}
.page-irohaie .feature__list .list__main .tag {
  display: inline-block;
  background-color: #4e3b30;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 6px;
}
.page-irohaie .feature__list .list__main .title {
  font-size: 34px;
  font-weight: 700;
  margin: 0;
  line-height: 1.5;
}
.page-irohaie .feature__list .list__main .text {
  font-size: 18px;
  font-weight: 400;
}
.page-irohaie .feature__list .list__main .image {
  width: 41.2%;
  position: relative;
  margin: 0;
}
.page-irohaie .feature__list .list__main .radius {
  border-radius: 24px;
}
.page-irohaie .feature__list .list__main .badge {
  position: absolute;
  top: -34px;
  right: -43px;
  width: 124px;
}
@media screen and (max-width: 767px) {
  .page-irohaie .feature__container {
    padding-top: 70px;
  }
  .page-irohaie .feature__title {
    margin-bottom: 22px;
  }
  .page-irohaie .feature__list {
    margin-top: 40px;
  }
  .page-irohaie .feature__list .list__inner {
    margin-bottom: 70px;
  }
  .page-irohaie .feature__list .list__inner:nth-child(even) .list__main .badge {
    left: initial;
    right: -16px;
  }
  .page-irohaie .feature__list .list__inner:nth-child(3) .list__block .item {
    width: 100%;
  }
  .page-irohaie .feature__list .list__main {
    display: block;
  }
  .page-irohaie .feature__list .list__main .desc {
    width: 100%;
  }
  .page-irohaie .feature__list .list__main .title {
    font-size: 26px;
  }
  .page-irohaie .feature__list .list__main .tag {
    font-size: 16px;
    padding: 4px 16px;
  }
  .page-irohaie .feature__list .list__main .text {
    font-size: 15px;
  }
  .page-irohaie .feature__list .list__main .image {
    width: 100%;
  }
  .page-irohaie .feature__list .list__main .radius {
    border-radius: 12px;
  }
  .page-irohaie .feature__list .list__main .badge {
    top: -15px;
    right: -16px;
    width: 62px;
  }
}
.page-irohaie .warranty__container {
  padding-top: 140px;
}
.page-irohaie .warranty__title {
  margin-bottom: 46px;
}
.page-irohaie .warranty__intro {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 20px 77px;
}
.page-irohaie .warranty__intro .title {
  font-size: 30px;
  font-weight: 700;
  grid-column: 1 / span 2;
  margin: 0;
}
.page-irohaie .warranty__intro .text {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  -ms-flex-item-align: center;
  align-self: center;
}
.page-irohaie .warranty__intro .badge {
  margin: 0;
}
.page-irohaie .warranty__intro .badge img {
  max-width: 213px;
}
.page-irohaie .warranty__image {
  margin-top: 30px;
}
.page-irohaie .warranty__note {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
.page-irohaie .warranty__note .text {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.9;
  padding-left: 1em;
}
.page-irohaie .warranty__note .text::before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .page-irohaie .warranty__container {
    padding-top: 70px;
  }
  .page-irohaie .warranty__title {
    margin-bottom: 23px;
  }
  .page-irohaie .warranty__intro {
    display: block;
  }
  .page-irohaie .warranty__intro .title {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .page-irohaie .warranty__intro .text {
    font-size: 14px;
  }
  .page-irohaie .warranty__intro .badge img {
    width: 50%;
    max-width: 213px;
    margin: 0 auto;
  }
  .page-irohaie .warranty__image {
    margin-top: 20px;
    width: 100%;
    height: auto;
    overflow: scroll;
  }
  .page-irohaie .warranty__image .inner {
    width: 300%;
  }
}
.page-irohaie .case__container {
  padding-top: 101px;
  padding-bottom: 147px;
}
.page-irohaie .case__list {
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-irohaie .case__item {
  width: 32%;
}
.page-irohaie .case__item a {
  text-decoration: none;
  color: #4e3b30;
}
.page-irohaie .case__item .image {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 350/260;
  height: auto;
}
.page-irohaie .case__item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-irohaie .case__item .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-irohaie .case__item .text {
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 768px) {
  .page-irohaie .case__item a:hover .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .page-irohaie .case__container {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .page-irohaie .case__list {
    margin: 25px 0 0;
    display: block;
  }
  .page-irohaie .case__item {
    width: 100%;
    margin-bottom: 50px;
  }
  .page-irohaie .case__item .title {
    font-size: 16px;
  }
}
