/* common */
.general-section .inner {
  max-width: 1200px;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex.pc-none {
  display: none;
}

@media screen and (max-width: 767px) {
  .flex.pc-none {
    display: flex;
  }

  .flex.sp-none {
    display: none;
  }
}

.flex.reverse {
  flex-direction: row-reverse;
}

.note .fz_l {
  font-size: 150%;
}

.fz12 {
  display: inline-block;
  font-size: 12px;
  line-height: 1.3;
}

.en-text {
  margin: 0 auto;
  max-width: 380px;
}

@media screen and (max-width: 767px) {
  .en-text {
    max-width: 340px;
  }
}

.block-title {
  color: #5B736E;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 35px;
  padding-bottom: 25px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .block-title {
    font-size: 12px;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
}

.block-title .times {
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .block-title .times {
    font-size: 2.4rem;
  }
}

.block-title::after {
  border-bottom: 1px solid rgba(91, 115, 110, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 50px;
}

.tab-none {
  display: none;
}

@media screen and (max-width: 960px) {
  .tab-none {
    display: block;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb25 {
  margin-bottom: 25px;
}

.mb50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .mb25_sp {
    margin-bottom: 25px;
  }
}

/* common */
/* main */
.equipment-mv {
  position: relative;
}

.equipment-mv .primary-heading {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

/* main */
/* intro-section */
.intro-section {
  background: url(../images/equipment/intro_bg.jpg) no-repeat center;
  background-size: cover;
}

.intro-section .image-wrap {
  width: 40.6666666667%;
}

@media screen and (max-width: 767px) {
  .intro-section .image-wrap {
    margin: 0 auto 34px;
    width: 69.8666666667%;
  }
}

.intro-section .image-wrap figure {
  box-shadow: -15px 15px 0 #B8CECA;
}

@media screen and (max-width: 767px) {
  .intro-section .image-wrap figure {
    box-shadow: -10px 10px 0 #B8CECA;
  }
}

.intro-section .text-wrap {
  width: 49.5%;
}

@media screen and (max-width: 767px) {
  .intro-section .text-wrap {
    text-align: center;
    width: 100%;
  }
}

.intro-section .text-wrap .intro-section-lead {
  border-bottom: 1px solid rgba(62, 58, 57, 0.5);
  display: inline-block;
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .intro-section .text-wrap .intro-section-lead {
    font-size: 2.4rem;
  }
}

/* intro-section */
/* cols */
.cols {
  margin: 50px auto 0;
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  .cols {
    margin-top: 10px;
  }
}

.cols-text {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.cols-text.pc-none {
  display: none;
}

@media screen and (max-width: 767px) {
  .cols-text.pc-none {
    display: flex;
  }

  .cols-text.sp-none {
    display: none;
  }
}

.cols-text-num {
  align-items: center;
  background: #5B736E;
  color: #fff;
  display: flex;
  font-size: 2rem;
  height: 25px;
  justify-content: center;
  margin-right: 10px;
  width: 25px;
}

@media screen and (max-width: 767px) {
  .cols-text-num {
    font-size: 1.6rem;
    height: 20px;
    width: 20px;
  }
}

.cols-text-title {
  color: #5B736E;
  font-size: 2rem;
  font-feature-settings: "palt";
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .cols-text-title {
    font-size: 1.6rem;
  }
}

.cols-text-title_bg {
  background: #77A196;
  color: #fff;
  padding: 16px;
}

@media screen and (max-width: 767px) {
  .cols-text-title_bg {
    padding: 10px;
  }
}

.cols-text-title_border {
  border-top: 1px solid rgba(91, 115, 110, 0.5);
  border-bottom: 1px solid rgba(91, 115, 110, 0.5);
  padding: 10px;
}

.cols-text-note {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 10px 0;
}

.cols-image {
  margin-bottom: 20px;
}

.cols li {
  width: 22.5%;
}

@media screen and (max-width: 767px) {
  .cols li {
    width: 47.7611940299%;
  }
}

.cols li.col_double {
  margin-bottom: 40px;
  width: 48.3333333333%;
}

@media screen and (max-width: 767px) {
  .cols li.col_double {
    width: 100%;
  }
}

.cols li.col_double .col_double_1 {
  width: 46.5517241379%;
}

.cols.col2 li {
  width: 46.6666666667%;
}

@media screen and (max-width: 767px) {
  .cols.col2 li {
    width: 100%;
  }
}

.cols.col3 li {
  border: 1px solid rgba(62, 58, 57, 0.5);
  margin-bottom: 30px;
  padding: 40px 25px 5px;
  width: 31.6666666667%;
}

@media screen and (max-width: 767px) {
  .cols.col3 li {
    padding: 20px 20px 5px;
    width: 100%;
  }
}

/* cols */
/* wic-wrap */
.wic-wrap {
  align-items: stretch;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .wic-wrap {
    margin-bottom: 50px;
  }

  .wic-wrap .img-wrapper {
    margin-bottom: 2em;
  }
}

.wic-wrap-main {
  width: 48.5%;
}

@media screen and (max-width: 767px) {
  .wic-wrap-main {
    width: 100%;
  }
}

.wic-wrap_1 {
  flex-direction: column;
  width: 22.6666666667%;
}

@media screen and (max-width: 767px) {
  .wic-wrap_1 {
    width: 100%;
  }
}

.wic-wrap_1 .cols-text-title {
  width: calc(100% - 35px);
}

@media screen and (max-width: 767px) {
  .wic-wrap_3 {
    width: 47.7611940299%;
  }
}

/* wic-wrap */
/* beaute-wrap */
.beaute-wrap {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .beaute-wrap {
    margin-bottom: 50px;
  }
}

.beaute-wrap .cols-text-title {
  width: calc(100% - 35px);
}

.beaute-wrap_1 {
  width: 100%;
}

.beaute-wrap_1 li {
  width: 30%;
}

.beaute-wrap-main {
  width: 49.6666666667%;
}

@media screen and (max-width: 767px) {
  .beaute-wrap-main {
    margin-bottom: 2em;
    width: 100%;
  }
}

.beaute-wrap_2 {
  width: 46.3333333333%;
}

@media screen and (max-width: 767px) {
  .beaute-wrap_2 {
    width: 100%;
  }
}

.beaute-wrap_2 li {
  width: 46.7625899281%;
}

@media screen and (max-width: 767px) {
  .beaute-wrap_2 li {
    width: 47.7611940299%;
  }
}

/* beaute-wrap */
/* cup-wrap */
.cup-wrap {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .cup-wrap {
    margin-bottom: 20px;
  }
}

.cup-wrap .cols-text-title {
  width: calc(100% - 35px);
}

.cup-wrap_1 {
  width: 56.1666666667%;
}

@media screen and (max-width: 767px) {
  .cup-wrap_1 {
    margin-bottom: 2em;
    width: 100%;
  }
}

.cup-wrap_1 li {
  width: 48.9614243323%;
}

.cup-wrap_2 {
  width: 41%;
}

@media screen and (max-width: 767px) {
  .cup-wrap_2 {
    width: 100%;
  }
}

.cup-wrap_3 .text {
  width: 54.8780487805%;
}

.cup-wrap_3 .image {
  width: 39.6341463415%;
}

/* cup-wrap */
/* equipment-btns */
.btn-block {
  background: #F2EDEB;
}

.btn-block .inner {
  padding: 50px 0 45px;
}

@media screen and (max-width: 767px) {
  .btn-block .inner {
    padding: 40px 0 30px;
  }
}

.btn-block .equipment-btns {
  justify-content: center;
  margin: 0 auto;
  max-width: 840px;
}

.btn-block .equipment-btns .equipment-btn-wrap {
  width: 50%;
}

.btn-block .equipment-btns .equipment-btn-wrap:first-child {
  border-right: 1px solid #000;
}

.btn-block .equipment-btns .equipment-btn {
  padding: 20px 0;
  width: 80%;
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid #999999;
  position: relative;
  letter-spacing: 0.1em;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .btn-block .equipment-btns .equipment-btn {
    padding: 12px 0;
    width: 88%;
    font-size: 12px;
    letter-spacing: normal;
  }
}

.btn-block .equipment-btns .equipment-btn.equipment-btn02 {
  margin-left: auto;
}

.btn-block .equipment-btns .equipment-btn::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #452F27;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .btn-block .equipment-btns .equipment-btn::after {
    border-width: 4px 0 4px 6px;
    right: 2px;
  }
}

.btn-block .equipment-btns .equipment-btn.is-active {
  background: #fff;
  border: 2px solid #DB8086;
}

@media screen and (max-width: 767px) {
  .btn-block .equipment-btns .equipment-btn.is-active {
    border-width: 1px;
  }
}

.btn-block .equipment-btns .equipment-btn.is-active::before,
.btn-block .equipment-btns .equipment-btn.is-active::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 18px 10px 0 10px;
  position: absolute;
  top: auto;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {

  .btn-block .equipment-btns .equipment-btn.is-active::before,
  .btn-block .equipment-btns .equipment-btn.is-active::after {
    border-width: 12px 6px 0 6px;
  }
}

.btn-block .equipment-btns .equipment-btn.is-active::after {
  border-color: #fff transparent transparent transparent;
  bottom: -16px;
}

@media screen and (max-width: 767px) {
  .btn-block .equipment-btns .equipment-btn.is-active::after {
    bottom: -10px;
  }
}

.btn-block .equipment-btns .equipment-btn.is-active::before {
  border-color: #DB8086 transparent transparent transparent;
  bottom: -20px;
}

@media screen and (max-width: 767px) {
  .btn-block .equipment-btns .equipment-btn.is-active::before {
    bottom: -12px;
  }
}

/* equipment-btns */
/* equipment-title-block */
.equipment-title-block {
  background: url(../images/equipment/ttl_bg.png) no-repeat center;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .equipment-title-block {
    padding: 40px 0;
  }
}

.equipment-title-block .equipment-title {
  font-size: 4.4rem;
}

@media screen and (max-width: 767px) {
  .equipment-title-block .equipment-title {
    font-size: 2.6rem;
  }
}

.equipment-title-block .equipment-title-sub {
  margin-top: 35px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .equipment-title-block .equipment-title-sub {
    margin-top: 20px;
    font-size: 12px;
  }
}

/* equipment-title-block */
/* equipment-bathroom-block */
.equipment-bathroom-block {
  background: rgba(234, 255, 242, 0.5);
}

/* equipment-bathroom-block */
/* equipment-restroom-block */
.equipment-restroom-block .rest_1 {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .equipment-restroom-block .rest_1 {
    margin-bottom: 2em;
    width: 100%;
  }
}

.equipment-restroom-block .rest_2 {
  width: 67.6666666667%;
}

@media screen and (max-width: 767px) {
  .equipment-restroom-block .rest_2 {
    width: 100%;
  }

  .equipment-restroom-block .rest_2 .ta_c_sp {
    text-align: center;
    width: 100%;
  }
}

.equipment-restroom-block .rest_3 {
  align-items: flex-start;
  width: 49.5073891626%;
}

@media screen and (max-width: 767px) {
  .equipment-restroom-block .rest_3 {
    width: 100%;
  }
}

.equipment-restroom-block .rest_4 {
  align-items: flex-start;
  width: 46.7980295567%;
}

@media screen and (max-width: 767px) {
  .equipment-restroom-block .rest_4 {
    width: 100%;
  }
}

.equipment-restroom-block .rest_5 {
  width: 44.776119403%;
}

@media screen and (max-width: 767px) {
  .equipment-restroom-block .rest_5 {
    width: 47.7611940299%;
  }
}

@media screen and (max-width: 767px) {
  .equipment-restroom-block .rest_6 {
    width: 47.7611940299%;
  }

  .equipment-restroom-block .rest_6 .img-wrapper {
    margin-bottom: 1em;
  }
}

.equipment-restroom-block .rest_7 {
  width: 47.3684210526%;
}

@media screen and (max-width: 767px) {
  .equipment-restroom-block .rest_7 {
    width: 100%;
  }
}

.equipment-restroom-block .rest_8 {
  width: 44.776119403%;
}

@media screen and (max-width: 767px) {
  .equipment-restroom-block .rest_8 {
    width: 100%;
  }

  .equipment-restroom-block .rest_8 .img-wrapper {
    margin: 0 auto;
    width: 90%;
  }
}

/* equipment-restroom-block */
/* comfort_1 */
@media screen and (max-width: 767px) {
  .comfort-wrap .cols li:not(:last-child) {
    margin-bottom: 25px;
  }
}

.comfort-wrap .cols li .flex .cols-text-note {
  margin: 0;
}

.comfort_1 {
  align-items: center;
  margin-top: 20px;
}

.comfort_1 .fz12 {
  width: 41.0714285714%;
}

@media screen and (max-width: 767px) {
  .comfort_1 .fz12 {
    width: 100%;
  }
}

.comfort_1 .image {
  width: 56.6071428571%;
}

@media screen and (max-width: 767px) {
  .comfort_1 .image {
    margin: 0 auto;
    width: 70%;
  }
}

.comfort_2 {
  margin-top: 20px;
}

.comfort_2 .cols-text-note {
  width: 58.0357142857%;
}

.comfort_2 .image {
  width: 35.7142857143%;
}

.comfort_3 {
  margin-top: 20px;
}

.comfort_3 .cols-text-note {
  width: 50.5357142857%;
}

@media screen and (max-width: 767px) {
  .comfort_3 .cols-text-note {
    width: 71.6417910448%;
  }
}

.comfort_3 .image {
  width: 46.7857142857%;
}

@media screen and (max-width: 767px) {
  .comfort_3 .image {
    width: 21.7910447761%;
  }
}

/* comfort_1 */
/* scroll */
@keyframes scrollIcon {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-10%);
  }

  100% {
    transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .security-wrap {
    overflow-x: scroll;
    margin-left: 1.5%;
    margin-bottom: 5%;
    position: relative;
  }

  .security-wrap img {
    width: 200%;
  }

  .security-scroll {
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50% !important;
  }

  .security-scroll01 {
    opacity: 0;
    visibility: visible !important;
    transition: 0.8s;
  }

  .security-scroll02 {
    opacity: 0;
    visibility: visible !important;
    transition: 0.8s;
  }

  .security-scroll01.wow-finished {
    opacity: 1;
    animation: scrollIcon 1.6s 0.8s forwards 2;
  }

  .security-scroll02.wow-finished {
    opacity: 1;
    animation: scrollIcon 1.6s 0.8s forwards 2;
  }

  .hamburger,
  .sp-tel-btn {
    display: flex;
  }
}

/* scroll */
.mincho,
.block-title,
.cols-text-num,
.cols-text-title {
  font-family: serif;
}

/*# sourceMappingURL=equipment.css.map */



.image-section {
  position: relative;
  overflow: hidden;
}

.image-section .curved-bot {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.image-section h1 {
  color: #fff;
  font-size: 62px;
  line-height: 1.1;
  letter-spacing: 10px;
  position: absolute;
  /* bottom: 150px; */
  /* bottom:180px; */
  bottom:22%;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.design-person-sec {
  padding:48px 0px 0px;
  /* background: #F4EFED; */
  background:#F5EFEE;
  position: relative;
}

.design-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.design-person-box {
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.design-person-box-items1 {
  flex-basis: 52%;
  text-align: center;
}

.design-person-box-items2 {
  flex-basis: 43%;
}

.design-person-box-items1 .dpbi1-desc1 {
  font-size: 22px;
  line-height: 42px;
  letter-spacing: 5px;
  color: #a87274;
  margin-bottom: 40px;
  font-weight: 400;
}

.design-person-box-items1 .dpbi1-desc2 {
  font-size: 18px;
  line-height: 44px;
  letter-spacing: 2px;
  font-weight: 400;
  color: #594A42;
}

/*-- 2nd tab --*/
.design-person-sec.sec-equipment-comfort {
  /* background: #E6EEEC; */
  background:#D9E3E2;
}

.design-person-sec.sec-equipment-comfort .design-person-box {
  justify-content: center;
}



/* default background */
.tabs-wrapper {
  margin-top: 68px;
  padding: 36px 0;
  /* background: #B37A79; */
  background:#A87274;
}

/* background when COMFORT is active */
.tabs-wrapper.comfort-active {
  background: #8DB1B7;
}
.tabs-wrapper.comfort-active .tabs .tab:nth-child(2) {
  color: #8DB1B7;
}
.tabs-wrapper.comfort-active .tabs .tab:nth-child(1) {
  background:none;
  color:#fff;
  border:1px solid #fff;
  
}

.tabs-wrapper.comfort-active .tabs .tab:nth-child(1):after {
  content: "";
  position: absolute;
  right: 20px;
  transform: rotate(30.8deg);
  top: -6px;
  width: 1px;
  height: 82px;
  background: #fff;
}

.tabs {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 0px;
  position: relative;
  height: 64px;
}

.tab {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  padding: 20px 30px;
  background: #F0E4E4;
  color: #b47979;
  position: relative;
  text-decoration: none;
  /* font-size: 22px;
  letter-spacing: 4px; */
  font-size:20px;
  letter-spacing: 3px;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  clip-path: polygon(0% 0%, 100% 0%, 94% 100%, 0 100%);
  transition: 0.3s;
  border: 1px solid #fff;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: manipulation;

  position: absolute;
  left: 0px;
  width: 51%;
  pointer-events: auto; 
   
}

.tab:nth-child(1) {
  border: 0px;
}

.tab:nth-child(2) {
  color: #fff;
  clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%);
  background: none;
  background: none;
  position: absolute;
  left: auto;
  right: 0px;
  width: 51%;
}

.tab span {
  font-size: 20px;
  letter-spacing: 1px;
  margin-left: 20px;
}

.tab:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 14px;
  transform: rotate(29.8deg);
  top: -6px;
  width: 2px;
  height: 82px;
  background: #fff;
}

/* COMFORT active color */
.tabs-wrapper.equipment-active .tab.active {
  background: #F0E4E4;
}

.tabs-wrapper.equipment-active .tab.active::after {
  background: #F0E4E4;
}

.tabs-wrapper.comfort-active .tab.active {
  background: #E8EFF1;
}

.tabs-wrapper.comfort-active .tab.active::after {
  background: #E8EFF1;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}


/*-- tab content --*/
.intro--head2 {
  font-size: 5.6rem;
  text-align: center;
  line-height: 1.6;
  margin-top: 2rem;
  color: #B37C7A;
  font-family: a-otf-ryumin-pr6n, serif;
  margin-bottom: 24px;
  /* font-weight: 700; */
  font-weight:500;
}

.intro--head2 span {
  display: block;
  font-style: normal;
  font-size: 0.4em;
  color: #B37C7A;
  font-size: 20px;
}

.intro--head2::after {
  content: "";
  display: block;
  width: 120px;
  margin: 2rem auto 0;
  /* border-bottom: solid 2px #b37c7b; */
}

@media screen and (max-width: 767px) {
  .intro--head2 {
    font-size: 3rem;

  }

  .intro--head2::after {
    margin-top: 4rem;
  }
}


.sec-equipment-comfort .intro--head2,
.sec-equipment-comfort .intro--head2 span {
  /* color: #8DB1B7; */
  color: #82A9AF;
}

/* .sec-equipment-comfort .intro--head2::after {
  border-bottom: solid 2px #8DB1B7;
} */

.general-section .inner-note {
  max-width: 1200px;
  padding: 0 0 50px;
  margin: 0 auto;
}


.equipment-grid {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 50px;
  align-items: flex-start;
  margin: 32px auto 68px;
}

.equipment-grid img {
  max-width: 100%;
}

.equipment-grid .col {
  flex-basis: calc(33.33% - 34px);
}

.equipment-grid .col figure {
  position: relative;
}


.equipment-grid .col figure figcaption {
  position: absolute;
  bottom: 12px;
  right: 10px;
  font-family: a-otf-ryumin-pr6n, serif;
  letter-spacing: 1.5px;
  font-size: 12px;
  color: #fff;
}
.equipment-grid .col figure figcaption.txtBlack {
  color: #333;
}

.equipment-grid .col h3 {
  margin: 24px 0px;
  text-align: center;
  color: #b47979;
  font-size: 20px;
  font-weight: 700;
}

.equipment-grid .col p {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #594A42;
}



.comfort-grid {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  gap: 20px 50px;
  margin: 32px auto 68px;
}

.comfort-grid img {
  max-width: 100%;
}

.comfort-grid .col {
  flex-basis: calc(50% - 34px);
  padding: 24px 0px;
  border-bottom: 1.5px solid #8DB1B7;
}

.comfort-grid .col:nth-child(1),
.comfort-grid .col:nth-child(2) {
  border-top: 1.5px solid #8DB1B7;
}

.comfort-grid .col.col-noborder {
  border-bottom: 0px;
}

.comfort-grid .col figure {
  position: relative;
  margin: 12px 0px;
}


.comfort-grid .col figure figcaption {
  position: absolute;
  bottom: 12px;
  right: 10px;
  font-family: a-otf-ryumin-pr6n, serif;
  letter-spacing: 1.5px;
  font-size: 12px;
  color: #fff;
}

.comfort-grid .col h3 {
  margin: 0px 0px 24px;
  text-align: center;
  color: #8DB1B7;
  font-size: 18px;
}

.comfort-grid .col p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  color: #594A42;
}

.comfort-grid .col p.txtCenter {
  text-align: center;
}

.comfort-grid .col p small {
  font-size: 12px;
  display: block;
  line-height: 15px;
}

.comfort-grid .col .col-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.comfort-grid .col .col-flex .col-flex-txt {
  flex-basis: 47%;
}

.comfort-grid .col .col-flex .col-flex-img {
  flex-basis: 50%;
}

.comfort-grid .col .col-flex.col-border-bottom {
  border-bottom: 1.5px solid #8DB1B7;
  padding-bottom: 24px;
  margin-bottom: 24px;
}


@media(max-width:767px) {
  .image-section .mv-equipment {
    /* height: 230px; */
    /* height:216px;
    object-fit: cover;
    object-position: center; */
  }
  .image-section h1 {
    font-size: 30px;
    letter-spacing: 5px;
    bottom: 63px;
  }

  .design-person-box-items1 .dpbi1-desc1 {
    margin-bottom:16px;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 2px;
  }
  .design-person-sec {
    padding: 50px 0px 0px;
  }

  .design-person-sec .curved-bot {
    position:absolute;
    bottom:0px;
  }

  .design-person-sec .curved-bot.curved-bot-relative {
    position:relative;
    bottom:0px;
  }


  .design-person-sec .curved-bot img {
    position:relative;
    z-index:1;
  }

  .design-person-box-items1, .design-person-box-items2 {
    position:relative;
    z-index:2;
  }

  .design-person-box {
    flex-wrap: wrap;
    margin: 0px 40px;
    gap: 32px;
    margin-bottom: 48px;
  }

  .design-person-box-items1,
  .design-person-box-items2 {
    flex-basis: 100%;
  }

  .tabs-wrapper {
    padding: 30px 12px;
  }

  .tab {
    flex-wrap: wrap;
    font-size: 18px;
    letter-spacing: 2px;
    line-height:24px;
    /* padding: 10px 14px; */
    padding:10px 14px 10px 0px;
    width:53%;
  }

  .tab span {
    display: block;
    margin-left: 0px;
    font-size: 10px;
    letter-spacing: 0px;
    width:81%;
  }
  .tab:nth-child(2) span {
    font-size: 9px;
    letter-spacing: -0.2px;
    width:auto;
  }
  .tab {
    clip-path: polygon(0% 0%, 100% 0%, 86% 100%, 0 100%);
  }
  .tab:nth-child(2)::before {
    /* left: 11px;
    transform: rotate(19deg);
    width:2px; */
    left: 12px;
    transform: rotate(20deg);
    width: 1px;
  }
  .tab:nth-child(2) {
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
    padding: 10px 0px 10px 14px;
  }
  .tabs-wrapper.comfort-active .tabs .tab:nth-child(1):after {
    /* right: 11px;
    transform: rotate(19deg);
    width:2px; */
    right: 12.6px;
    transform: rotate(20.5deg);
    width: 1px;
  }

  .comfort-grid .col figure img {
    width: 100%;
    height: auto;
  }

  .equipment-grid,
  .comfort-grid {
    /* margin:32px 25px 48px; */
    /* margin: 5px 25px 48px; */
    margin:5px 16px 48px;
    gap: 16px 12px;
  }

  .equipment-grid .col {
    flex-basis: calc(50% - 6px);
  }

  .equipment-grid .col figure img {
    width: 100%;
    /* height: 150px; */
    height:110px;
    object-fit: cover;
    object-position: center;
  }

  .equipment-grid .col figure figcaption {
    font-size: 10px;
  }

  .equipment-grid .col h3 {
    /* margin: 12px 0px 10px; */
    margin: 8px 0px 8px;
    font-size: 10px;
    line-height: 15px;
  }

  .equipment-grid .col p {
    /* font-size: 10px;
    line-height: 14px;
    letter-spacing: 1px; */
    font-size: 8.5px;
    line-height: 13px;
    letter-spacing: 0.2px;
            color: #5A5857;
        font-weight: 600;
  }

  .intro--head2 {
    margin: 0px 0px 18px;
  }

  .intro--head2::after {
    margin-top: 16px;
    width:86px;
  }

  .intro--head2 span {
    font-size: 16px;
  }

  /* .sec-equipment-comfort .intro--head2::after {
    border-bottom: solid 1px #8DB1B7;
  } */

  .design-person-box-items1 .dpbi1-desc2 {
    /* font-size: 16px;
    line-height: 32px; */
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
  }

  .comfort-grid .col {
    flex-basis: 100%;
    padding-top: 0px;
    padding-bottom: 16px;
  }

  .comfort-grid .col:last-child {
    border-bottom: 0px;
  }

  .comfort-grid .col h3 {
    margin: 0px 0px 10px;
    /* font-size: 14px;
    line-height: 17px; */

    font-size: 10px;
    line-height: 15px;
  }

  .comfort-grid .col:nth-child(1),
  .comfort-grid .col:nth-child(2) {
    border-top: 0px;
  }

  .comfort-grid .col p {
    /* font-size: 10px;
    line-height: 14px;
    letter-spacing: 1px; */
            font-size: 8.5px;
        line-height: 13px;
        letter-spacing: 0.2px;
        color: #5A5857;
        font-weight: 600;
  }


  .comfort-grid .col.col-sp-order1 {
    order:1;
  }
  .comfort-grid .col.col-sp-order2 {
    border-bottom: 1.5px solid #8DB1B7;
    order:2;
  }
  .comfort-grid .col.col-sp-order3 {
    order:3;
  }

  .comfort-grid .col p small {
    font-size: 8px;
    line-height: 10px;
  }

  .comfort-grid .col figure figcaption {
    font-size: 10px;
  }

  .general-section .inner-note {
    margin: 0px 16px;
  }


  .comfort-grid .col.col-order-sp-1 {
    order:1;
  }
  .comfort-grid .col.col-order-sp-2 {
    order:2;
  }
  .comfort-grid .col.col-order-sp-3 {
    order:3;
  }
  .comfort-grid .col.col-order-sp-4 {
    order:4;
  }
  .comfort-grid .col.col-order-sp-5 {
    order:5;
            border-top: 1.5px solid #8DB1B7;
        padding-top: 16px;
  }

  .comfort-grid .col.col-order-sp-3 {
    flex-basis:47%;
            border-bottom: 0px;
    position:relative;
    padding-bottom: 0px;
  }

  .comfort-grid .col.col-order-sp-3:before {
    /* content:"";
    height:90%;
    width:2px;
    background:red;
    position:absolute;
    right:0px;
    top:5%; */
            content: "";
        height: 90%;
        width: 1px;
        background: #8DB1B7;
        position: absolute;
        right: -22px;
        top: 2%;
  }

  .comfort-grid .col.col-order-sp-3 .col-flex .col-flex-txt {
    flex-basis:100%;
  }
  .comfort-grid .col.col-order-sp-3 .col-flex .col-flex-img {
    flex-basis:100%;
  }

  .comfort-grid .col.col-order-sp-4 {
    /* flex-basis:45%; */
            flex-basis: 47%;
        padding-left: 6%;
        padding-bottom: 0px;
  }

  .comfort-grid .col.col-order-sp-4 .col-flex .col-flex-txt {
    flex-basis:100%;
  }
  .comfort-grid .col.col-order-sp-4 .col-flex .col-flex-img {
    flex-basis:100%;
  }
}


@media(max-width:374px) {
  .design-person-box-items1 .dpbi1-desc1 {
    font-size:18px;
    line-height:35px;
  }
  .design-person-box-items1 .dpbi1-desc2 {
    font-size: 13px;
    line-height: 28px;
  }
  .tabs-wrapper {
    padding: 24px 5px;
  }
  .tab {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 18px;
  }
  .tab span {
    font-size:9px;
    display: block;
    width: 88%;
  }
  .tabs-wrapper.comfort-active .tabs .tab:nth-child(1):after {
    height:64px;
    right: 9px;
    transform: rotate(22deg);
  }
  .tab:nth-child(2)::before {
    height:64px;
    left: 11px;
    /* transform: rotate(19deg); */
    width: 1px;
  }
  .equipment-grid .col figure img {
    height:100px;
  }
  .tab:nth-child(2) span {
    font-size:8px;
   letter-spacing: -1px;
  }
}

@media(min-width:360px) and (max-width:374px) {
  .tab:nth-child(2)::before {
    left:12px;
    transform: rotate(23deg);
  }
  .tab span {
    width:80px;
  }
  .tabs-wrapper.comfort-active .tabs .tab:nth-child(1):after {
            right: 12px;
        transform: rotate(24deg);
  }
}

@media(min-width:400px) and (max-width:500px) {
  .tab span {
    /* font-size: 14px; */
    font-size: 12px;
    display: block;
    width: 88%;
  }
  .tabs-wrapper.comfort-active .tabs .tab:nth-child(1):after {
            right: 15px;
        transform: rotate(23deg);
  }
  .tab:nth-child(2)::before {
            left: 13px;
        transform: rotate(22deg);
  }
}

@media(min-width:768px) and (max-width:1100px) {
  .image-section h1 {
    font-size:46px;
    bottom:80px;
  }
  .tabs-wrapper {
    padding:36px 30px;
  }
  .tab {
    font-size:16px;
  }
  .tab span {
    font-size: 11px;
    letter-spacing: 0px;
    margin-left: 10px;
  }
  .tabs-wrapper.comfort-active .tabs .tab:nth-child(1):after {
    right: 13px;
    transform: rotate(21deg);
    width:1px;
  }
  .tab:nth-child(2)::before {
    left: 6px;
    transform: rotate(21deg);
  }
  .intro--head2 {
    font-size:32px;
  }
}

@media(min-width:768px) and (max-width:1000px) {
  .design-wrap {
    margin:0px 30px;
  }
}

@media(min-width:768px) and (max-width:1230px) {
  .design-person-sec {
    padding-top:48px;
  }
  .general-section .inner-note {
    margin:0px 30px;
  }
  .equipment-grid,
  .comfort-grid {
    margin:32px 30px 68px;
    gap:20px;
  }
  .equipment-grid .col img {
    width:100%;
    height:auto;
    object-fit: cover;
    object-position: center;
  }
  .equipment-grid .col {
    flex-basis: calc(33.33% - 14px);
  }
  .equipment-grid .col h3 {
    font-size:1.5rem;
  }
  .equipment-grid .col p {
    font-size: 1.1rem;
    line-height: 1.7rem;
    letter-spacing: 1.5px;
  }
  .comfort-grid .col img {
    width:100%;
    height:auto;
    object-fit: cover;
    object-position: center;
  }
  .comfort-grid .col {
    flex-basis: calc(50% - 10px);
  }
  .comfort-grid .col h3 {
    font-size:1.5rem;
  }
  .comfort-grid .col p {
    font-size: 1.1rem;
    line-height: 1.7rem;
    letter-spacing: 1.5px;
  }
}

.beatue-sp {
  display:none;
}
@media(max-width:767px) {
  .beatue-sp {
    display:block;
  }
}

.beaute-flex .bfi-subttl {
          max-width: 150px;
          margin:0 auto;
}

.intro--head2.intro-head-beauty {
  font-size: 5.6rem;
  text-align: center;
  line-height: 1.6;
  margin-top: 2rem;
  color: #B37C7A;
  font-family: a-otf-ryumin-pr6n, serif;

}
.intro--head2.intro-head-beauty span {
  display: block;
  font-style: normal;
  font-size: 0.4em;
  color: #B37C7A;
  font-weight:700;

}
.intro--head2.intro-head-beauty::before {
  content: "";
  display: block;
  /* width: 22rem;
  margin: 0 auto 2rem;
  border-bottom: solid 2px #b37c7b; */
    margin: 0 auto 2rem;
      width: 16rem;
    /* border-bottom: solid 1.5px #b37c7b; */
}
.intro--head2.intro-head-beauty::after {
  content: "";
  display: block;
  margin: 2rem auto 0;
  /* width: 22rem;
  border-bottom: solid 2px #b37c7b; */

      width: 16rem;
    /* border-bottom: solid 1.5px #b37c7b; */
}
@media screen and (max-width: 767px) {
  .intro--head2.intro-head-beauty {
    /* font-size: 3rem; */
    font-size: 3.3rem;
    font-weight:500;
  }
  .design-person-sec .curved-bot.curved-bot-relative {
    position:relative;
  }
  .equipment-grid .col p br {
    display:none;
  }
  .general-section .inner-note p.caption {
    font-size: 1rem;
    line-height: 1.1;
    letter-spacing: 0.2px;
  }

  .general-section.notes-sp {
    display:none;
  }
}

@media screen and (max-width: 500px) {
  .intro-h3 {
        color: #604C3F;
    font-size: 3.4vw;
    text-align: center;
  }

}

.images-cont-sp {
  display:none;
}
@media(max-width:767px) {
  .images-cont-pc {
    display:none;
  }
  .images-cont-sp {
    display:block;
  }
}

.heading-ttl-image img {
    max-width: 220px;
    width: 100%;
    margin:0 auto;
}



.heading-ttl-image-tab img {
    max-width: 220px;
    width: 100%;
    margin:0 auto;
}
@media(max-width:767px) {
  .heading-ttl-image-tab img {
    width:125px;
  }
}

.general-section h1 {
  opacity:0;
}
.ttl-equipment {
  position:absolute;
  left:0px;
  right:0px;
  margin-left:auto;
  margin-right:auto;
  /* bottom: 21%; */
  bottom:10%;
  max-width: 425px;
  width: 100%;
}
@media(max-width:767px) {
  .ttl-equipment {
    /* bottom: 28%; */
    bottom:12%;
    max-width: 220px;
  }
}

.image-wrapper {
  position: relative;
  max-height: 745px;
}
.next-section {
    background-color: #F5EFEE;
    padding: 0px 0px 1px;
    text-align: center;
    margin-top: -67px;
    position: relative;
    z-index: 2;
}
.next-section p{
    color: #b37b7a;
}
.next-section p.tertiary-heading{
    color: #604c3f;
}
.vertical-line:after{
    content: unset;
}
.vertical-line:before{
    content: '';
    display: block;
    width: 2px;
    height: 80px;
    background: #b37b7a;
    margin: 30px auto 10px;
    position: relative;
    top: -30px;
}
.general-section .curve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px; 
}
@media(max-width:767px) {
  .vertical-line:before {
    height:60px;
  }
  .general-section .curve  {
    left: -50%;
        width: 200%;
        height: 100px;
  }
  .image-wrapper img {
            height: 100vh;
        max-height: 250px;
        object-fit: cover;
  }
}