/* CSS Document */
body {
  height: auto !important;
}

.mvArea {
  height: 316px;
  position: relative;
  background: url(../imgs/mv_bg.jpg) no-repeat center center;
  background-size: cover;
}
.mvArea .acap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px, rgba(0, 0, 0, 0.4) -1px 1px 2px,
    rgba(0, 0, 0, 0.4) 1px -1px 2px, rgba(0, 0, 0, 0.4) -1px -1px 2px;
}
.mvArea .inner {
  position: absolute;
  max-width: 960px;
  width: calc(100% - 5.882352942%);
  padding: 0 2.941176471%;
  box-sizing: content-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 959px) {
  .mvArea {
    height: 230px;
    background-position: 58% center;
  }
  .mvArea .pttl {
    width: 270px;
  }
}

.pankuzu .inner {
  max-width: calc(960px + 5.882352942%);
  padding: 0 2.941176471%;
  width: 100%;
}

.clm > div,
.clm > li {
  letter-spacing: 0.045em;
}

.block01 .wrapper {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.block01 .pankuzu {
  padding: 0 2.941176471%;
  padding-top: 10px;
  font-size: 12px;
  margin-bottom: 50px;
}
.block01 .pankuzu li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.block01 .pankuzu li + li {
  margin-left: 5px;
}
.block01 .pankuzu li a {
  display: block;
  position: relative;
}
.block01 .pankuzu li a ::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #999999;
  position: absolute;
  left: 0;
  bottom: -5px;
  opacity: 0;
  transition: 0.3s ease;
}
.block01 .pankuzu li a.hover::after {
  opacity: 1;
}

.contentsArea {
  position: relative;
}

.contentsArea .content {
  position: relative;
  margin-top: 0;
  padding: 0 2.941176471%;
  z-index: 1;
}
.contentsArea .content + .content {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .contentsArea .content + .content {
    margin-top: 0;
  }
}
.contentsArea .content .contInner {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Anchor */
.contentsArea .content .contInner .anchorArea {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .contentsArea .content .contInner .anchorArea {
    margin-bottom: 50px;
  }
}

.contentsArea .content .contInner .anchorArea ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* max-width: 796px; */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contentsArea .content .contInner .anchorArea ul li {
  width: 20%;
  text-align: center;
  position: relative;
}
.contentsArea .content .contInner .anchorArea ul li + li::before {
  content: "";
  width: 1px;
  height: 36px;
  background: #d6d6d6;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.contentsArea .content .contInner .anchorArea ul li a {
  display: block;
  position: relative;
  padding: 5px 0;
}
.contentsArea .content .contInner .anchorArea ul li a.active {
  pointer-events: none;
}
.contentsArea .content .contInner .anchorArea ul li a::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #0f653e;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}
.contentsArea .content .contInner .anchorArea ul li a.active::after,
.contentsArea .content .contInner .anchorArea ul li a.hover::after {
  left: 0;
  width: 100%;
}
.contentsArea .content .contInner .anchorArea ul li a .anchor_btn {
  display: block;
}
.contentsArea .content .contInner .anchorArea ul li a .anchor_btn > span {
  display: block;
}
.contentsArea .content .contInner .anchorArea ul li a .anchor_btn > span.en {
  font-size: 12px;
  line-height: 1;
}
.contentsArea .content .contInner .anchorArea ul li a .anchor_btn > span.ja {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro",
    "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 15px;
  transition: 0.3s;
}
.contentsArea
  .content
  .contInner
  .anchorArea
  ul
  li
  a.active
  .anchor_btn
  > span.ja,
.contentsArea
  .content
  .contInner
  .anchorArea
  ul
  li
  a.hover
  .anchor_btn
  > span.ja {
  color: #0f653e;
}
@media screen and (max-width: 767px) {
  .contentsArea .content .contInner .anchorArea ul {
    /* display: block; */
  }
  .contentsArea .content .contInner .anchorArea ul li {
    padding: 0;
    width: 49.5%;
  }
  .contentsArea .content .contInner .anchorArea ul li + li:nth-child(n + 3) {
    margin-top: 20px;
    border-left: none;
  }
  .contentsArea .content .contInner .anchorArea ul li a {
    display: block;
  }
  .contentsArea .content .contInner .anchorArea ul li + li::before {
    /* content: none; */
    bottom: 0;
  }
  .contentsArea .content .contInner .anchorArea ul li a .anchor_btn > span.en {
    font-size: 10px;
    line-height: 1;
  }
  .contentsArea .content .contInner .anchorArea ul li a .anchor_btn > span.ja {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: normal;
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .contentsArea .content .contInner .anchorArea ul li {
    width: 50%;
    padding: 5px 37px;
  }
  .contentsArea .content .contInner .anchorArea li:nth-child(3) {
    border-left: none;
  }
  .contentsArea .content .contInner .anchorArea li:nth-child(3)::before {
    display: none;
  }
  .contentsArea .content .contInner .anchorArea li:nth-child(3),
  .contentsArea .content .contInner .anchorArea li:nth-child(4) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .contentsArea .content .contInner .anchorArea ul {
    align-items: flex-end;
  }
  .contentsArea .content .contInner .anchorArea ul li {
    padding: 0;
  }
  .contentsArea .content .contInner .anchorArea li:nth-child(1),
  .contentsArea .content .contInner .anchorArea li:nth-child(2),
  .contentsArea .content .contInner .anchorArea li:nth-child(3),
  .contentsArea .content .contInner .anchorArea li:nth-child(4) {
    max-width: none;
    border-left: none;
  }
}


.contentsArea .content .contTxt {
  font-size: 14px;
  line-height: 2;
}
.contentsArea .captionArea {
  margin: 100px auto 60px;
  max-width: 1088px;
  padding: 0 2.941176471%;
  width: 100%;
  font-size: 12px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .contentsArea .captionArea {
    margin: 50px auto 40px;
  }
}

.block01 {
  position: relative;
}
.kazari_l {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 447px;
  width: 31.041666667%;
  z-index: 1;
}
.kazari_r {
  max-width: 357px;
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

.contentsArea .content.cont01 .cttl {
  margin-top: calc(40px - (((36px * 1.578947368) - 36px) / 2));
  margin-bottom: calc(40px - (((36px * 1.578947368) - 36px) / 2));
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: 1.578947368;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .contentsArea .content.cont01 .cttl {
    margin-bottom: 35px;
    line-height: 1.5;
    font-size: 20px;
  }
}
.cttl.line {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: center;
}
.anchorArea + .cttl.line {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .anchorArea + .cttl.line {
    margin-top: 50px;
  }
}

.cttl.line .en {
  font-size: 48px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: normal;
  overflow: hidden;
  line-height: 0;
}
.cttl.line .en span {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cttl.line .en span {
    width: auto;
    padding: 0 10px;
    color: #45ad81;
  }
}
.cttl.line .en span::before {
  content: "";
  width: 480px;
  height: 1px;
  background: #aad789;
  background: -moz-linear-gradient(left, #aad789 0%, #45ad81 100%);
  background: -webkit-linear-gradient(left, #aad789 0%, #45ad81 100%);
  background: linear-gradient(to right, #aad789 0%, #45ad81 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad789', endColorstr='#45ad81',GradientType=1 );
  position: absolute;
  top: 51%;
  left: 0;
  transform: translateX(-100%);
}
.cttl.line .en span::after {
  content: "";
  width: 480px;
  height: 1px;
  background: #45ad81;
  background: -moz-linear-gradient(left, #45ad81 0%, #aad789 100%);
  background: -webkit-linear-gradient(left, #45ad81 0%, #aad789 100%);
  background: linear-gradient(to right, #45ad81 0%, #aad789 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45ad81', endColorstr='#aad789',GradientType=1 );
  position: absolute;
  top: 51%;
  right: 0;
  transform: translateX(100%);
}
.cttl.line .ja {
  font-size: 24px;
  letter-spacing: 0.18em;
  line-height: 1.75;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .cttl.line .ja {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .cttl.line {
    margin-bottom: 30px;
  }
}

.long.sp a {
  pointer-events: none;
  display: block;
}

@media screen and (max-width: 767px) {
  .long.sp a {
    pointer-events: auto;
  }
}
.pinch {
  text-align: center;
  background: #faf7f1;
  padding: 10px 15px;
  border: 1px solid #ddd;
  margin-bottom: auto;
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pinch {
    display: block !important;
  }
}
.image + .pinch {
  margin-bottom: 15px;
}

.image a {
  pointer-events: none;
  display: block;
}

@media screen and (max-width: 767px) {
  .image a {
    pointer-events: auto;
  }
}
.btnArea {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .btnArea {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.btnArea li {
  display: inline-block;
  vertical-align: top;
  max-width: 320px;
  width: 100%;
}

.btnArea li + li {
  margin-left: 32px;
}

.btnArea li a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 18px 10px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background: #5b5b5b;
}

.btnArea li a:hover {
  opacity: 0.7;
}

.btnArea li a i {
  margin-right: 15px;
  font-size: 20px;
}

br.spc {
  display: none;
}
@media screen and (max-width: 959px) {
  .pcOnly {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  br.spc {
    display: block;
  }
}
.cttl {
  color: #5b5b5b;
}
.sttl .sp,
.cttl .sp,
.mttl .sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sttl .pc,
  .cttl .pc,
  .mttl .pc {
    display: none !important;
  }

  .sttl .sp,
  .cttl .sp,
  .mttl .sp {
    display: inline-block !important;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea .content {
    margin-top: 0;
  }
}

  .caption {
    font-size: 10px;
    line-height: 1.5;
  }

 
  .equipmentHeading {
    position: relative;
    padding-bottom: 20px;
    font-size: 30px;
    letter-spacing: .2em;
    line-height: 1.733;
    text-align: center;
  }
  .equipmentHeading .underline::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 468px;
    height: 1px;
    margin: 0 auto;
    background: rgba(15, 101, 62, .2);
  }
  .equipmentHeading .underline::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 1px;
    margin: 0 auto;
    background: rgba(15, 101, 62, 1);
  }
  .img__logo {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .category {
    display: flex;
    gap: 42px;
    justify-content: space-between;
    margin-top: 30px;
  }
  .category__item {
    width: 100%;
  }
@media screen and (max-width: 767px) {
  .equipmentHeading {
    font-size: 16px;
    letter-spacing: .1em;
  }
  .equipmentHeading .underline::before {
    left: 80px;
    right: 80px;
    width: auto;
  }
  .equipmentHeading .underline::after {
    width: 40px;
  }

  .img__logo {
    width: 70%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .category {
    flex-direction: column;
  }
  .category__item {
    width: 80%;
    margin: 0 auto;
  }
}

/* photo */
  .photo {
    position: relative;
  }
  .kakoi {
    border: solid 1px #c6e3cf;
  }
  .photo .caption {
    position: absolute;
  }
  .caption--inLeft {
    bottom: 0;
    left: 0;
    padding: 8px;
    text-align: left;
  }
  .caption--inUpLeft {
    top: 0;
    left: 0;
    padding: 8px;
    text-align: left;
  }
  .caption--outLeft {
    top: 100%;
    left: 0;
    padding: 8px 0;
    text-align: left;
  }
  .caption--inRight {
    bottom: 0;
    right: 0;
    padding: 8px;
    text-align: right;
  }
  .caption--inUpRight {
    top: 0;
    right: 0;
    padding: 8px;
    text-align: right;
  }
  .caption--outRight {
    top: 100%;
    right: 0;
    padding: 8px 0;
    text-align: right;
  }

  [data-color="white"] {
    color: #fff;
  }
  [data-color="black"] {
    color: #000;
  }
  [data-color="shadowWhite"] {
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .8), 0px 0px 5px rgba(0, 0, 0, .8), 0px 0px 5px rgba(0, 0, 0, .8);
  }

/* flex */
  .layoutCol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .is-reverse {
    flex-direction: row-reverse;
  }
  .is-center {
    align-items: center;
  }

  .clmTwo__item {
    width: calc(468/960*100%);
  }
  .clmThree__item {
    width: calc(304/960*100%);
  }
  .clmThree__item--double {
    width: calc(632/960*100%);
  }
  .clmThree__item--double .clmTwo__item {
    width: calc(304/632*100%);
  }
@media screen and (max-width: 767px) {
  .clmTwo__item {
    width: calc(50% - 10px);
  }

  .clmThree__item {
    width: calc(50% - 10px);
  }
  .clmThree__item--double {
    width: 100%;
  }
}

  .headingLv1 {
    font-size: 22px;
    letter-spacing: .1em;
    line-height: 1.727;
    color: #45ad81;
  }
  .headingLv1 + .text {
    margin-top: 20px;
  }

  .headingLv2 {
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 1.555;
    color: #45ad81;
  }
  .headingLv2 .sub {
    display: block;
    font-size: 12px;
  }
  .headingLv2 small {
    font-size: 14px;
  }
  .photo + .headingLv2 {
    margin-top: 20px;
  }
  .headingLv2 + .text {
    margin-top: 15px;
  }
  .text + .caption {
    margin-top: 5px;
  }

@media screen and (max-width: 767px) {
  .headingLv1 {
    font-size: 16px;
  }
  .headingLv1 + .text {
    margin-top: 20px;
  }

  .headingLv2 {
    font-size: 14px;
  }
  .headingLv2 .sub {
    font-size: 12px;
  }
  .headingLv2 small {
    font-size: 12px;
  }
  .photo + .headingLv2 {
    margin-top: 15px;
  }
  .headingLv2 + .text {
    margin-top: 10px;
  }

  .text {
    font-size: 12px;
  }

  .lsSP {
    letter-spacing: 0;
  }
}
.acTxt {
  text-align: center;
}

@media screen and (max-width: 767px) {
}
  .headingLv1::before,
  .headingLv1::after,
  .headingLv2::before,
  .headingLv2::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .headingLv1::before {
    margin-top: calc((1 - 1.727) * 0.5em);
  }
  .headingLv1::after {
    margin-bottom: calc((1 - 1.727) * 0.5em);
  }
  .headingLv2::before {
    margin-top: calc((1 - 1.555) * 0.5em);
  }
  .headingLv2::after {
    margin-bottom: calc((1 - 1.555) * 0.5em);
  }


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

  .leadBox {
    padding: 29px 24px;
    background: #fff;
    border: solid 1px #c6e3cf;
  }
  .leadBox__row {
  }
  .leadBox__row + .caption {
    margin-top: 10px;
  }
  .leadBox__item {
    position: relative;
    width: calc(443/910*100%);
  }

  .leadBox__item .photoBlock .photo {
    width: calc(210/443*100%);
  }
  .leadBox__item .photoBlock + .headingLv1 {
    margin-top: 30px;
  }
  .leadBox__item .text {
    letter-spacing: .15em;
  }
  .leadBox__item .text + .photo {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 170px;
  }

  .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 56px;
    height: 56px;
  }

  .hanrei {
    margin-top: 40px;
    text-align: center;
    width: 80%;
  }
  .equipmentHeading + .anchorArea {
    margin-top: 100px;
  }

  .contentsArea .contInner {
    position: relative;
    z-index: 1;
  }

  .bg__lightGreen {
    background: #efefef;
  }
@media screen and (max-width: 767px) {
  .leadBox {
    padding: 19px;
  }
  .leadBox__item {
    width: 100%;
  }
  .leadBox__item:nth-child(n+2) {
    margin-top: 20px;
  }

  .leadBox__item .photoBlock .photo {
    width: calc(50% - 10px);
  }
  .leadBox__item .photoBlock + .headingLv1 {
    margin-top: 20px;
  }

  .leadBox__item .text + .photo {
    position: static;
    max-width: 170px;
    margin-top: 20px;
  }

  .icon {
    top: -20px;
    right: -10px;
  }

  .hanrei {
    margin: 40px auto 0;
    text-align: center;
    max-width: 80%;
  }
  .equipmentHeading + .anchorArea {
    margin-top: 100px;
  }

  .contentsArea .contInner {
    position: relative;
    z-index: 1;
  }
}


/* Section */
  .kitchenSection {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .kitchenSection__row {
    margin-top: 40px;
  }
  .kitchenSection__item:nth-child(n+4) {
    margin-top: 40px;
  }
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .kitchenSection {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .kitchenSection__row {
  }
  .kitchenSection__item:nth-child(n+3) {
    margin-top: 40px;
  }
}

  .bathSection {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bathSection__row {
    margin-top: 40px;
  }
  .bathSection__item:nth-child(n+3) {
    margin-top: 40px;
  }
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .bathSection {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bathSection__row {
  }
  .bathSection__item:nth-child(n+3) {
    margin-top: 40px;
  }
}

  .powderSection {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .powderSection__row {
    margin-top: 40px;
  }
  .powderSection__item:nth-child(n+4) {
    margin-top: 40px;
  }
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .powderSection {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .powderSection__row {
  }
  .powderSection__item:nth-child(n+3) {
    margin-top: 40px;
  }
}

  .toiletSection {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .toiletSection__row {
    margin-top: 40px;
  }
  .toiletSection__item {
    position: relative;
  }
  .toiletSection__item:nth-child(n+4) {
    margin-top: 40px;
  }

  .toiletSectionInner__row {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .toiletSectionInner__item:nth-child(n+3) {
  }
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .toiletSection {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .toiletSection__row {
  }
  .toiletSection__item:nth-child(n+2) {
    margin-top: 40px;
  }

  .toiletSectionInner__row {
    position: static;
    margin-top: 40px;
  }
  .toiletSectionInner__item:nth-child(n+3) {
    margin-top: 40px;
  }
}

  .otherSection {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .otherSection__row {
    margin-top: 40px;
  }
  .otherSection__item:nth-child(n+4) {
    margin-top: 40px;
  }
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .otherSection {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .otherSection__row {
  }
  .otherSection__item:nth-child(n+3) {
    margin-top: 40px;
  }
}
