<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.icj-pagetop {
  display: none;
}

.std-main {
  font-size: 16px;
  line-height: 30px;
  position: relative;
}

.std-main em {
  font-style: normal;
  color: #61A981;
}

.std-main picture {
  display: block;
}

.std-main img {
  display: block;
  width: 100%;
  height: auto;
}

.std-main button {
  border: none;
  background: none;
}

.std-main .show-pc {
  display: block;
}

.std-main br.show-pc {
  display: inline;
}

.std-main .show-sp {
  display: none;
}

.std-main br.show-sp {
  display: none;
}

.std-main .hide {
  display: none;
}

.std-content {
  margin-bottom: 120px;
}

.std-content-block {
  max-width: 960px;
  margin: 0 auto 80px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.std-content-block:last-of-type {
  margin-bottom: 0;
}

.std-hr-top::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #222 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  margin-bottom: 60px;
}

.std-fadein-default {
  opacity: 0;
  transform: translateY(5%);
  transition: opacity .3s, transform .3s;
}

.std-fadein-default.std-fadein-end {
  opacity: 1;
  transform: translateY(0);
}

@media all and (-ms-high-contrast: none) {
  .std-fadein-default {
    opacity: 1;
    transform: none;
  }
}

#std-overlay {
  display: none;
  font-family: "YakuHanJP","Noto Sans JP","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}

@media screen and (max-width: 1020px) {
  .std-content-block {
    margin: 0 auto 80px;
    padding: 0 30px;
  }
}

@media screen and (min-width: 769px) {
  #std-overlay {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .std-main .show-pc {
    display: none;
  }
  .std-main br.show-pc {
    display: none;
  }
  .std-main .show-sp {
    display: block;
  }
  .std-main br.show-sp {
    display: inline;
  }
  .std-content {
    margin-bottom: 80px;
  }
  .std-hr-top::before {
    margin-bottom: 40px;
  }
  #std-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    padding: 20px 0;
    overscroll-behavior: auto;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
  }
  #std-overlay::before {
    content: '';
    position: relative;
    left: calc(100% - 70px);
    width: 50px;
    height: 50px;
    margin: auto 0 20px;
    flex-shrink: 0;
    background: url(../img/slide_button_close.svg) center/contain no-repeat;
    cursor: pointer;
  }
  #std-overlay::after {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(34, 34, 34, 0.8);
    z-index: -1;
    opacity: 0;
    transition: 0.4s;
  }
  #std-overlay .std-modal {
    margin-bottom: auto;
    position: relative;
    padding-top: 0;
  }
  body[data-overlay-active="true"] {
    overflow: hidden;
  }
  body[data-overlay-active="true"] #std-overlay {
    z-index: 1000;
    opacity: 1;
  }
  body[data-overlay-active="true"] #std-overlay::after {
    opacity: 1;
  }
}

.std-content-head {
  position: relative;
  max-width: 1366px;
  margin: 0 auto 80px;
  background-image: url("../img/top/content_head_bg.png");
  background-repeat: repeat;
  background-size: 54px 54px;
}

.std-content-head picture {
  height: auto;
}

.std-content-head picture img {
  border-bottom-left-radius: 60px;
}

.std-content-head h3 {
  position: absolute;
  top: 469px;
  right: 80px;
}

.std-content-head div {
  padding: 50px 80px;
}

.std-content-head div p {
  width: 521px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  border-left: 2px solid #222;
  padding-left: 28px;
}

.std-content-head.std-content-head-title-left picture img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 60px;
}

.std-content-head.std-content-head-title-left div h3 {
  right: auto;
  left: 80px;
}

.std-content-head.std-content-head-title-left div p {
  margin-left: auto;
}

.std-content-subhead .std-content-lead {
  margin-bottom: 0;
}

.std-subhead-l {
  max-width: 900px;
  margin: 0 auto 40px;
  border-bottom: 1px solid #222;
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.std-subhead-l.multilines {
  line-height: 52px;
}

.std-subhead-m {
  max-width: 900px;
  margin: 0 auto 20px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.std-subhead-m::before, .std-subhead-m::after {
  content: '';
  width: 53px;
  height: 40px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

.std-subhead-m::before {
  background-image: url("../img/top/pc/subhead_deco2_l.svg");
  margin-right: 20px;
}

.std-subhead-m::after {
  background-image: url("../img/top/pc/subhead_deco2_r.svg");
  margin-left: 20px;
}

.std-subhead-s {
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  margin-bottom: 10px;
}

.std-subhead-s::before, .std-subhead-s::after {
  content: '';
  width: 43px;
  height: 39px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

.std-subhead-s::before {
  background-image: url("../img/top/subhead_deco1_l.svg");
}

.std-subhead-s::after {
  background-image: url("../img/top/subhead_deco1_r.svg");
}

.std-content-lead {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 60px;
}

.std-pics {
  display: flex;
  justify-content: space-between;
  gap: 26px;
}

.std-pics li {
  position: relative;
  width: 50%;
}

.std-pics li picture {
  margin-bottom: 10px;
}

.std-pics li picture img {
  border-radius: 10px;
}

.std-pics li p {
  text-align: center;
  font-weight: bold;
}

.std-pics li:nth-child(1) {
  z-index: 4;
}

.std-pics li:nth-child(2) {
  z-index: 3;
}

.std-pics li:nth-child(3) {
  z-index: 2;
}

.std-pics li:nth-child(4) {
  z-index: 1;
}

.std-bordered-box {
  box-sizing: border-box;
  border: 10px solid #F3F4F6;
  position: relative;
  padding: 36px 47px 47px;
  box-shadow: 0 0 0 1px #222 inset;
  background-color: #F3F4F6;
}

.std-bordered-box .std-tag {
  position: absolute;
  top: -29px;
  left: -31px;
}

.std-bordered-box h5 {
  text-align: center;
  margin-bottom: 21px;
}

.std-bordered-box .std-pics {
  font-size: 14px;
}

.std-note {
  font-size: 14px;
  line-height: 150%;
}

.std-balloon {
  position: absolute;
  z-index: 1;
  opacity: 0;
}

.std-balloon.std-balloon-end {
  animation: scale-up-center 0.4s cubic-bezier(0.5, 2, 0.92, 0.99) both;
}

@keyframes scale-up-center {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media all and (-ms-high-contrast: none) {
  .std-balloon {
    opacity: 1;
  }
}

.std-button-detail {
  width: 312px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.std-button-detail picture {
  overflow: hidden;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.std-button-detail picture img {
  transition: transform .3s;
}

.std-button-detail p {
  flex: 1;
  padding: 0 20px;
  color: #222;
  line-height: 150%;
}

.std-button-detail p span {
  font-weight: bold;
  display: block;
}

.std-button-detail::after {
  content: '';
  display: block;
  background-image: url("../img/top/tech_button_bullet.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
  transition: right .3s;
}

.std-button-detail:hover picture img {
  transform: scale(1.2);
}

.std-button-detail:hover::after {
  right: 15px;
}

.std-series-nav {
  width: 100%;
  background-color: #DFEEE6;
  padding: 60px 0;
}

.std-series-nav .std-content-block {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.std-series-nav .std-content-block .note {
  font-size: 14px;
  text-align: center;
}

.std-series-nav .std-content-block nav {
  width: 100%;
}

.std-series-nav .std-content-block nav ul {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.std-series-nav .std-content-block nav ul li {
  width: calc( calc( 100% - 60px ) / 3);
}

.std-series-nav .std-content-block nav ul li a {
  display: block;
  transition: opacity .3s;
}

.std-series-nav .std-content-block nav ul li a:hover {
  opacity: 0.7;
}

.std-series-nav .std-content-block nav ul li a img {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.15));
}

@media screen and (max-width: 1366px) {
  .std-content-head h3 {
    top: calc( 469 / 1366 * 100vw);
    right: calc( 80 / 1366 * 100vw);
  }
  .std-content-head div {
    padding: calc( 50 / 1366 * 100vw) calc( 80 / 1366 * 100vw);
  }
  .std-content-head div p {
    padding-left: calc( 28 / 1366 * 100vw);
    max-width: 48%;
    line-height: 1.67;
    font-size: 16px;
  }
  .std-content-head.std-content-head-title-left div h3 {
    right: auto;
    left: calc( 80 / 1366 * 100vw);
  }
}

@media screen and (max-width: 960px) {
  .std-content-head div p {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .std-content-head {
    margin-bottom: calc( 40 / 375 * 100vw);
  }
  .std-content-head picture {
    height: auto;
  }
  .std-content-head picture img {
    border-bottom-left-radius: 0;
  }
  .std-content-head h3 {
    top: calc( 301 / 375 * 100vw);
    right: calc( 34 / 375 * 100vw);
  }
  .std-content-head div {
    padding: 70px 30px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    position: relative;
  }
  .std-content-head div p {
    font-size: 18px;
    width: 100%;
    padding: 0;
    border-left: none;
    max-width: inherit;
  }
  .std-content-head.std-content-head-title-left picture img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .std-content-kitchen .std-content-head div h3 {
    left: calc( 50% - viewportSize(151, $frame-s));
    width: calc( 302 / 375 * 100vw);
  }
  .std-content-storage .std-content-head div h3 {
    left: calc( 50% - viewportSize(159, $frame-s));
    width: calc( 318 / 375 * 100vw);
  }
  .std-content-bathroom .std-content-head div h3 {
    top: calc( -90 / 375 * 100vw);
    left: calc( 50% - viewportSize(120, $frame-s));
    width: calc( 240 / 375 * 100vw);
    height: calc( 191 / 375 * 100vw);
  }
  .std-content-lavatory .std-content-head div h3 {
    left: calc( 50% - viewportSize(173, $frame-s));
    width: calc( 347 / 375 * 100vw);
  }
  .std-subhead-l {
    margin-bottom: 40px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 35px;
  }
  .std-subhead-l.multilines {
    line-height: 35px;
  }
  .std-subhead-m {
    margin: 0 auto 27px;
    font-size: 20px;
    line-height: 29px;
  }
  .std-subhead-m::before, .std-subhead-m::after {
    width: 25px;
    height: 47px;
  }
  .std-subhead-m::before {
    background-image: url("../img/top/sp/subhead_deco2_l.svg");
  }
  .std-subhead-m::after {
    background-image: url("../img/top/sp/subhead_deco2_r.svg");
  }
  .std-subhead-s {
    font-size: 18px;
    line-height: 26px;
    gap: 10px;
    margin-bottom: 20px;
  }
  .std-subhead-s::before, .std-subhead-s::after {
    width: 35px;
    height: 33px;
  }
  .std-content-lead {
    text-align: left;
  }
  .std-pics {
    flex-direction: column;
    gap: 30px;
  }
  .std-pics li {
    width: 100%;
  }
  .std-bordered-box {
    padding: 58px 20px 30px;
    width: 100vw;
    margin: 0 0 40px -30px;
  }
  .std-bordered-box .std-tag {
    position: absolute;
    top: -19px;
    left: -10px;
  }
  .std-bordered-box h5 {
    margin-bottom: 30px;
  }
  .std-bordered-box .std-pics {
    margin-bottom: 0;
  }
  .std-series-nav {
    padding: 50px 0;
  }
  .std-series-nav .std-content-block {
    gap: 20px;
  }
  .std-series-nav .std-content-block h4 picture {
    width: 89.3vw;
    height: auto;
  }
  .std-series-nav .std-content-block .note {
    text-align: left;
  }
  .std-series-nav .std-content-block nav ul {
    flex-direction: column;
  }
  .std-series-nav .std-content-block nav ul li {
    width: 100%;
  }
}

.std-cover {
  position: relative;
  z-index: -1;
  margin-bottom: 118px;
  overflow: hidden;
}

.std-cover::after {
  content: '';
  height: 41vw;
  max-height: 560px;
  background-color: #F3F4F6;
  border-radius: 20px;
  position: absolute;
  top: 125px;
  left: 10px;
  right: 10px;
  z-index: 1;
}

.std-cover .std-mainvisual {
  position: relative;
  height: 1040px;
  max-width: 1366px;
  margin: 0 auto;
}

.std-cover .std-mainvisual &gt; * {
  position: absolute;
}

.std-cover .std-mainvisual h1 {
  width: 213px;
  height: 370px;
  top: 69px;
  left: 230px;
  z-index: 10;
}

.std-cover .std-mainvisual picture img {
  border-radius: 10px;
}

.std-cover .std-mainvisual .std-mainvisual-pic1 {
  top: 58px;
  left: 496px;
  z-index: 9;
  width: 500px;
}

.std-cover .std-mainvisual .std-mainvisual-pic2 {
  top: 510px;
  right: -46px;
  z-index: 8;
  width: 319px;
}

.std-cover .std-mainvisual .std-mainvisual-pic3 {
  top: 121px;
  right: -8px;
  z-index: 7;
  width: 189px;
}

.std-cover .std-mainvisual .std-mainvisual-pic4 {
  top: -31px;
  left: 962px;
  z-index: 6;
  width: 177px;
}

.std-cover .std-mainvisual .std-mainvisual-pic5 {
  top: 636px;
  left: 244px;
  z-index: 4;
  width: 188px;
}

.std-cover .std-mainvisual .std-mainvisual-pic6 {
  top: 423px;
  left: -36px;
  z-index: 5;
  width: 344px;
}

.std-cover .std-mainvisual .std-mainvisual-pic7 {
  top: -22px;
  left: -29px;
  z-index: 3;
  width: 199px;
}

.std-cover .std-mainvisual .std-mainvisual-rect2 {
  top: 917px;
  left: 136px;
  z-index: 2;
  width: 92px;
}

.std-cover .std-mainvisual .std-note {
  font-size: 12px;
  top: 880px;
  right: 60px;
  max-width: 822px;
}

.std-cover .std-lead {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 30px;
}

.std-cover .std-lead .std-lead-copy h3 {
  margin-bottom: 67px;
  width: 331px;
}

.std-cover .std-lead .std-lead-copy p {
  line-height: 1.875;
  font-weight: bold;
}

.std-cover .std-lead .std-lead-points {
  padding-top: 25px;
  width: 483px;
}

.std-cover .std-lead .std-lead-points h3 {
  display: flex;
  justify-content: center;
  width: 456px;
  margin: 0 0 15px 24px;
}

.std-cover .std-lead .std-lead-points ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3px;
}

.std-cover .std-lead .std-lead-points ul li {
  width: calc( 50% - 2px);
}

@media screen and (max-width: 1366px) {
  .std-cover {
    margin-bottom: calc( 144 / 1366 * 100vw);
  }
  .std-cover::after {
    border-radius: calc( 20 / 1366 * 100vw);
    top: calc( 125 / 1366 * 100vw);
    left: calc( 10 / 1366 * 100vw);
    right: calc( 10 / 1366 * 100vw);
  }
  .std-cover .std-mainvisual {
    height: calc( 1040 / 1366 * 100vw);
  }
  .std-cover .std-mainvisual h1 {
    width: calc( 213 / 1366 * 100vw);
    height: calc( 370 / 1366 * 100vw);
    top: calc( 69 / 1366 * 100vw);
    left: calc( 230 / 1366 * 100vw);
  }
  .std-cover .std-mainvisual picture img {
    border-radius: calc( 10 / 1366 * 100vw);
  }
  .std-cover .std-mainvisual .std-mainvisual-pic1 {
    top: calc( 58 / 1366 * 100vw);
    left: calc( 496 / 1366 * 100vw);
    width: calc( 500 / 1366 * 100vw);
  }
  .std-cover .std-mainvisual .std-mainvisual-pic2 {
    top: calc( 510 / 1366 * 100vw);
    right: calc( -46 / 1366 * 100vw);
    width: calc( 319 / 1366 * 100vw);
  }
  .std-cover .std-mainvisual .std-mainvisual-pic3 {
    top: calc( 121 / 1366 * 100vw);
    right: calc( -8 / 1366 * 100vw);
    width: calc( 189 / 1366 * 100vw);
  }
  .std-cover .std-mainvisual .std-mainvisual-pic4 {
    top: calc( -31 / 1366 * 100vw);
    left: calc( 962 / 1366 * 100vw);
    width: calc( 177 / 1366 * 100vw);
  }
  .std-cover .std-mainvisual .std-mainvisual-pic5 {
    top: calc( 636 / 1366 * 100vw);
    left: calc( 244 / 1366 * 100vw);
    width: calc( 188 / 1366 * 100vw);
  }
  .std-cover .std-mainvisual .std-mainvisual-pic6 {
    top: calc( 423 / 1366 * 100vw);
    left: calc( -36 / 1366 * 100vw);
    width: calc( 344 / 1366 * 100vw);
  }
  .std-cover .std-mainvisual .std-mainvisual-pic7 {
    top: calc( -22 / 1366 * 100vw);
    left: calc( -29 / 1366 * 100vw);
    width: calc( 199 / 1366 * 100vw);
  }
  .std-cover .std-mainvisual .std-mainvisual-rect2 {
    top: calc( 917 / 1366 * 100vw);
    left: calc( 136 / 1366 * 100vw);
    width: calc( 92 / 1366 * 100vw);
  }
  .std-cover .std-mainvisual .std-note {
    top: calc( 880 / 1366 * 100vw);
    right: calc( 60 / 1366 * 100vw);
    max-width: calc( 822 / 1366 * 100vw);
  }
  .std-cover .std-lead {
    gap: 0;
    margin-top: calc( 60 / 1366 * 100vw);
  }
  .std-cover .std-lead .std-lead-copy {
    width: 49.6%;
    padding-right: 1em;
  }
  .std-cover .std-lead .std-lead-copy h3 {
    width: calc( 331 / 1366 * 100vw);
    margin-bottom: calc( 67 / 1366 * 100vw);
    max-width: 331px;
    min-width: 248px;
  }
  .std-cover .std-lead .std-lead-points {
    padding-top: calc( 25 / 1366 * 100vw);
    width: 50.4%;
  }
  .std-cover .std-lead .std-lead-points h3 {
    width: 94.41%;
    margin: 0 0 calc( 15 / 1366 * 100vw) 4.96%;
  }
}

@media screen and (max-width: 960px) {
  .std-cover .std-lead .std-lead-copy p {
    font-size: 14px;
  }
  .std-cover .std-lead .std-lead-copy p .show-pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .std-cover {
    margin-bottom: calc( 93 / 375 * 100vw);
  }
  .std-cover::after {
    display: none;
  }
  .std-cover .std-mainvisual {
    height: calc( 1181 / 375 * 100vw);
    margin-bottom: calc( 110 / 375 * 100vw);
  }
  .std-cover .std-mainvisual h1 {
    width: calc( 120 / 375 * 100vw);
    height: calc( 209 / 375 * 100vw);
    top: calc( 58 / 375 * 100vw);
    left: calc( 30 / 375 * 100vw);
  }
  .std-cover .std-mainvisual picture img {
    border-radius: calc( 10 / 375 * 100vw);
  }
  .std-cover .std-mainvisual picture.no-left-radius img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .std-cover .std-mainvisual picture.no-right-radius img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .std-cover .std-mainvisual .std-mainvisual-pic1 {
    width: calc( 240 / 375 * 100vw);
    height: calc( 342 / 375 * 100vw);
    top: calc( -8 / 375 * 100vw);
    left: calc( 171 / 375 * 100vw);
  }
  .std-cover .std-mainvisual .std-mainvisual-pic2 {
    width: calc( 213 / 375 * 100vw);
    height: calc( 237 / 375 * 100vw);
    top: calc( 319 / 375 * 100vw);
    left: 0;
    right: auto;
  }
  .std-cover .std-mainvisual .std-mainvisual-pic3 {
    width: calc( 130 / 375 * 100vw);
    height: calc( 187 / 375 * 100vw);
    top: calc( 415 / 375 * 100vw);
    left: calc( 259 / 375 * 100vw);
    right: auto;
  }
  .std-cover .std-mainvisual .std-mainvisual-pic4 {
    width: calc( 100 / 375 * 100vw);
    height: calc( 142 / 375 * 100vw);
    top: calc( 595 / 375 * 100vw);
    left: calc( 172 / 375 * 100vw);
  }
  .std-cover .std-mainvisual .std-mainvisual-pic5 {
    width: calc( 123 / 375 * 100vw);
    height: calc( 183 / 375 * 100vw);
    top: calc( 629 / 375 * 100vw);
    left: 0;
  }
  .std-cover .std-mainvisual .std-mainvisual-pic6 {
    width: calc( 188 / 375 * 100vw);
    height: calc( 205 / 375 * 100vw);
    top: calc( 770 / 375 * 100vw);
    left: calc( 187 / 375 * 100vw);
  }
  .std-cover .std-mainvisual .std-mainvisual-pic7 {
    width: calc( 115 / 375 * 100vw);
    height: calc( 163 / 375 * 100vw);
    top: calc( 857 / 375 * 100vw);
    left: calc( 43 / 375 * 100vw);
  }
  .std-cover .std-mainvisual .std-mainvisual-rect1 {
    width: calc( 345 / 375 * 100vw);
    height: calc( 525 / 375 * 100vw);
    top: calc( 171 / 375 * 100vw);
    left: 0;
    z-index: 2;
  }
  .std-cover .std-mainvisual .std-mainvisual-rect1 img {
    width: 100%;
  }
  .std-cover .std-mainvisual .std-mainvisual-rect2 {
    width: calc( 40 / 375 * 100vw);
    height: calc( 40 / 375 * 100vw);
    top: calc( 1193 / 375 * 100vw);
    left: calc( 30 / 375 * 100vw);
  }
  .std-cover .std-mainvisual .std-mainvisual-rect2 img {
    width: 100%;
  }
  .std-cover .std-mainvisual .std-note {
    width: 100%;
    max-width: inherit;
    top: calc( 1050 / 375 * 100vw);
    left: 0;
    padding: 0 30px;
    line-height: 18px;
  }
  .std-cover .std-lead {
    padding: 0 30px;
    flex-direction: column;
    gap: 0;
  }
  .std-cover .std-lead .std-lead-copy {
    margin-bottom: calc( 61 / 375 * 100vw);
    width: auto;
    padding-right: 0;
  }
  .std-cover .std-lead .std-lead-copy h3 {
    width: calc( 220 / 375 * 100vw);
    height: calc( 102 / 375 * 100vw);
    margin-left: calc( 15 / 375 * 100vw);
    margin-bottom: 65px;
  }
  .std-cover .std-lead .std-lead-copy p {
    font-size: 100%;
  }
  .std-cover .std-lead .std-lead-points {
    padding-top: 0;
    width: 100%;
  }
  .std-cover .std-lead .std-lead-points h3 {
    display: flex;
    justify-content: center;
    margin-bottom: calc( 13 / 375 * 100vw);
    margin-left: 0;
    width: 100%;
  }
  .std-cover .std-lead .std-lead-points ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: calc( 15 / 375 * 100vw);
  }
  .std-cover .std-lead .std-lead-points ul li {
    width: calc( 239 / 375 * 100vw);
  }
  .std-cover .std-lead .std-lead-points ul li:nth-child(odd) {
    align-self: flex-start;
  }
  .std-cover .std-lead .std-lead-points ul li:nth-child(even) {
    align-self: flex-end;
  }
}

.std-menu-inbody {
  overflow: hidden;
  padding-top: 26px;
}

.std-menu-inbody.std-menu-inbody-hidden &gt; div {
  pointer-events: none;
  opacity: 0;
  transform: translateX(20%);
}

.std-menu-inbody &gt; div {
  background-color: #F5F0EA;
  width: 100%;
  padding: 58px 0;
  position: relative;
  margin-bottom: 60px;
  opacity: 1;
  transition: all .3s;
}

.std-menu-inbody &gt; div h3 {
  position: absolute;
  top: -23px;
  left: calc(50% - 112px);
}

.std-menu-inbody &gt; div ul {
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  border-left: 1px dotted #795547;
}

.std-menu-inbody &gt; div ul li {
  border-right: 1px dotted #795547;
  width: 20%;
}

.std-menu-inbody &gt; div ul li a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #795547;
  position: relative;
  transition: color 0s;
}

.std-menu-inbody &gt; div ul li a::before, .std-menu-inbody &gt; div ul li a::after {
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

.std-menu-inbody &gt; div ul li a::before {
  height: 40px;
  background-position: center;
}

.std-menu-inbody &gt; div ul li a::after {
  width: 14px;
  height: 8px;
  background-image: url("../img/top/menu_bullet_off.svg");
  position: absolute;
  left: calc(50% - 7px);
  bottom: -12px;
  margin-top: 10px;
  transition: bottom .3s;
}

.std-menu-inbody &gt; div ul li a:hover {
  color: #61A981;
}

.std-menu-inbody &gt; div ul li a:hover::after {
  background-image: url("../img/top/menu_bullet_on.svg");
  bottom: -17px;
}

.std-menu-inbody &gt; div ul li.std-menu-kitchen a:hover::before {
  background-image: url("../img/top/pc/menu_icon_kitchen_on.svg");
}

.std-menu-inbody &gt; div ul li.std-menu-kitchen a::before {
  width: 35px;
  background-image: url("../img/top/pc/menu_icon_kitchen_off.svg");
}

.std-menu-inbody &gt; div ul li.std-menu-storage a:hover::before {
  background-image: url("../img/top/pc/menu_icon_storage_on.svg");
}

.std-menu-inbody &gt; div ul li.std-menu-storage a::before {
  width: 30px;
  background-image: url("../img/top/pc/menu_icon_storage_off.svg");
}

.std-menu-inbody &gt; div ul li.std-menu-bathroom a:hover::before {
  background-image: url("../img/top/pc/menu_icon_bathroom_on.svg");
}

.std-menu-inbody &gt; div ul li.std-menu-bathroom a::before {
  width: 37px;
  background-image: url("../img/top/pc/menu_icon_bathroom_off.svg");
}

.std-menu-inbody &gt; div ul li.std-menu-lavatory a:hover::before {
  background-image: url("../img/top/pc/menu_icon_lavatory_on.svg");
}

.std-menu-inbody &gt; div ul li.std-menu-lavatory a::before {
  width: 28px;
  background-image: url("../img/top/pc/menu_icon_lavatory_off.svg");
}

.std-menu-inbody &gt; div ul li.std-menu-comfort a:hover::before {
  background-image: url("../img/top/pc/menu_icon_comfort_on.svg");
}

.std-menu-inbody &gt; div ul li.std-menu-comfort a::before {
  width: 36px;
  background-image: url("../img/top/pc/menu_icon_comfort_off.svg");
}

.std-menu-fixed {
  position: fixed;
  z-index: 1000;
  top: calc( 50% - 180px);
  right: 0;
  width: 60px;
  height: 360px;
  opacity: 1;
  transition: all .3s;
  box-shadow: rgba(34, 34, 34, 0.2) 0 0 8px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.std-menu-fixed.std-menu-fixed-hidden {
  pointer-events: none;
  opacity: 0;
  transform: translateX(-20%);
}

.std-menu-fixed ul {
  display: flex;
  flex-direction: column;
}

.std-menu-fixed ul li a {
  display: block;
  width: 60px;
  height: 60px;
  background-size: contain;
}

.std-menu-fixed ul li a span {
  display: none;
}

.std-menu-fixed ul li.std-menu-kitchen a {
  background-image: url("../img/top/pc/sidenav_kitchen_off.svg");
}

.std-menu-fixed ul li.std-menu-kitchen.on a {
  background-image: url("../img/top/pc/sidenav_kitchen_on.svg");
}

.std-menu-fixed ul li.std-menu-storage a {
  background-image: url("../img/top/pc/sidenav_storage_off.svg");
}

.std-menu-fixed ul li.std-menu-storage.on a {
  background-image: url("../img/top/pc/sidenav_storage_on.svg");
}

.std-menu-fixed ul li.std-menu-bathroom a {
  background-image: url("../img/top/pc/sidenav_bathroom_off.svg");
}

.std-menu-fixed ul li.std-menu-bathroom.on a {
  background-image: url("../img/top/pc/sidenav_bathroom_on.svg");
}

.std-menu-fixed ul li.std-menu-lavatory a {
  background-image: url("../img/top/pc/sidenav_lavatory_off.svg");
}

.std-menu-fixed ul li.std-menu-lavatory.on a {
  background-image: url("../img/top/pc/sidenav_lavatory_on.svg");
}

.std-menu-fixed ul li.std-menu-comfort a {
  background-image: url("../img/top/pc/sidenav_comfort_off.svg");
}

.std-menu-fixed ul li.std-menu-comfort.on a {
  background-image: url("../img/top/pc/sidenav_comfort_on.svg");
}

@media screen and (max-width: 768px) {
  .std-menu-inbody.std-menu-inbody-hidden &gt; div {
    transform: translateY(20%);
  }
  .std-menu-inbody &gt; div {
    padding: 58px 30px 40px;
    margin-bottom: calc( 40 / 375 * 100vw);
  }
  .std-menu-inbody &gt; div h3 {
    position: absolute;
    top: -23px;
    left: calc(50% - 112px);
  }
  .std-menu-inbody &gt; div ul {
    flex-wrap: wrap;
    justify-content: center;
    border-left: none;
  }
  .std-menu-inbody &gt; div ul li {
    width: 33%;
    position: relative;
    border-right: none;
  }
  .std-menu-inbody &gt; div ul li:nth-child(1), .std-menu-inbody &gt; div ul li:nth-child(2), .std-menu-inbody &gt; div ul li:nth-child(3) {
    border-bottom: 1px dotted #795547;
  }
  .std-menu-inbody &gt; div ul li:nth-child(1) a, .std-menu-inbody &gt; div ul li:nth-child(2) a, .std-menu-inbody &gt; div ul li:nth-child(3) a {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .std-menu-inbody &gt; div ul li a {
    gap: calc( 13 / 375 * 100vw);
    padding-top: 30px;
    padding-bottom: 0;
  }
  .std-menu-inbody &gt; div ul li a::after {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 0;
  }
  .std-menu-fixed {
    top: auto;
    right: auto;
    bottom: 0;
    width: 100%;
    height: calc(60px + env(safe-area-inset-bottom));
    border-top: 1px solid #E6DED5;
    background-color: #F5F0EA;
    box-shadow: rgba(34, 34, 34, 0.2) 0 6 16px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .std-menu-fixed.std-menu-fixed-hidden {
    transform: translateY(-20%);
  }
  .std-menu-fixed ul {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: calc( 20 / 375 * 100vw);
  }
  .std-menu-fixed ul li.std-menu-home {
    display: none;
  }
  .std-menu-fixed ul li a {
    width: 50px;
  }
  .std-menu-fixed ul li.std-menu-kitchen a {
    background-image: url("../img/top/sp/sidenav_kitchen_off.svg");
  }
  .std-menu-fixed ul li.std-menu-kitchen.on a {
    background-image: url("../img/top/sp/sidenav_kitchen_on.svg");
  }
  .std-menu-fixed ul li.std-menu-storage a {
    background-image: url("../img/top/sp/sidenav_storage_off.svg");
  }
  .std-menu-fixed ul li.std-menu-storage.on a {
    background-image: url("../img/top/sp/sidenav_storage_on.svg");
  }
  .std-menu-fixed ul li.std-menu-bathroom a {
    background-image: url("../img/top/sp/sidenav_bathroom_off.svg");
  }
  .std-menu-fixed ul li.std-menu-bathroom.on a {
    background-image: url("../img/top/sp/sidenav_bathroom_on.svg");
  }
  .std-menu-fixed ul li.std-menu-lavatory a {
    background-image: url("../img/top/sp/sidenav_lavatory_off.svg");
  }
  .std-menu-fixed ul li.std-menu-lavatory.on a {
    background-image: url("../img/top/sp/sidenav_lavatory_on.svg");
  }
  .std-menu-fixed ul li.std-menu-comfort a {
    background-image: url("../img/top/sp/sidenav_comfort_off.svg");
  }
  .std-menu-fixed ul li.std-menu-comfort.on a {
    background-image: url("../img/top/sp/sidenav_comfort_on.svg");
  }
}

.std-content-kitchen {
  overflow: hidden;
}

.std-content-kitchen .std-content-head h3 {
  width: 532px;
  height: 200px;
}

.std-bordered-box.std-kitchen-height {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 30px;
  box-shadow: none;
  background-color: #FFF;
}

.std-bordered-box.std-kitchen-height .std-tag {
  top: 15px;
  left: -31px;
}

.std-bordered-box.std-kitchen-height div {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 44px;
}

.std-bordered-box.std-kitchen-height div p {
  flex: 1;
  padding-top: 40px;
}

.std-bordered-box.std-kitchen-height div picture {
  width: 410px;
}

.std-kitchen-space {
  margin-bottom: 20px;
}

.std-kitchen-space .std-content-lead {
  margin-bottom: 40px;
}

.std-kitchen-plus-item-types h5 {
  display: flex;
  justify-content: center;
}

.std-kitchen-washer .std-pics li:nth-child(1) .std-balloon {
  width: 153px;
  height: 145px;
  top: 266px;
  left: 327px;
}

.std-kitchen-washer .std-pics li:nth-child(2) .std-balloon {
  width: 213px;
  height: 134px;
  top: -43px;
  right: -27px;
}

.std-kitchen-washer .std-pics li .std-note {
  margin-top: 21px;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

.std-kitchen-care .std-pics li:nth-child(1) .std-balloon {
  width: 106px;
  height: 104px;
  top: 175px;
  left: 21px;
}

.std-kitchen-care .std-pics li:nth-child(2) .std-balloon {
  width: 137px;
  height: 135px;
  top: 20px;
  left: 260px;
}

.std-kitchen-storage {
  background-color: #F3F4F6;
  border-radius: 10px;
  padding: 80px 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.std-kitchen-storage &gt; div {
  position: absolute;
  top: 98px;
  right: 0;
}

.std-kitchen-storage &gt; div .std-balloon {
  top: -85px;
  right: 13px;
}

.std-kitchen-storage ul {
  width: 374px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 56px;
}

.std-kitchen-storage ul li picture {
  display: block;
  width: 159px;
  height: 202px;
  margin-bottom: 5px;
}

.std-kitchen-storage ul li p {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
}

.std-kitchen-storage ul li:nth-child(3), .std-kitchen-storage ul li:nth-child(4) {
  transform: translate(30px);
}

.std-kitchen-utility &gt; div h4 {
  margin-bottom: 0;
}

.std-kitchen-utility &gt; .std-pics {
  padding: 0 20px;
  gap: 83px;
  margin-bottom: 40px;
}

.std-kitchen-utility &gt; .std-pics li .std-balloon {
  top: 275px;
  left: -41px;
}

.std-kitchen-utility &gt; .std-pics li:nth-child(1) .std-balloon {
  width: 295px;
  height: 123px;
}

.std-kitchen-utility &gt; .std-pics li:nth-child(2) .std-balloon {
  width: 185px;
  height: 123px;
}

.std-kitchen-safety h5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 28px;
  margin-bottom: 38px;
}

.std-kitchen-safety h5 .std-kitchen-safety-subhead-icon {
  width: 48px;
  height: 47px;
  margin-bottom: 6px;
}

.std-kitchen-safety h5 .std-kitchen-safety-subhead-text {
  margin-top: 10px;
  width: 78px;
  height: 13px;
}

.std-kitchen-safety .std-pics {
  gap: 26px;
}

.std-kitchen-safety .std-pics li {
  width: 33%;
}

.std-kitchen-safety .std-pics li picture {
  margin-bottom: 15px;
}

.std-kitchen-safety .std-pics li div .std-kitchen-safety-lead {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.std-kitchen-safety .std-pics li div .std-kitchen-safety-text {
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
  text-align: left;
}

.std-kitchen-plus-item-kck {
  margin-top: 19px;
}

.std-kitchen-plus-item-kck h5 {
  padding-left: 113px;
  margin-bottom: 32px;
}

@media screen and (max-width: 1366px) {
  .std-content-kitchen .std-content-head h3 {
    width: calc( 532 / 1366 * 100vw);
    height: calc( 200 / 1366 * 100vw);
  }
}

@media screen and (max-width: 1020px) {
  .std-kitchen-washer .std-pics li:nth-child(1) .std-balloon {
    width: calc( 153 / 1020 * 100vw);
    height: calc( 145 / 1020 * 100vw);
    top: calc( 266 / 1020 * 100vw);
    left: calc( 327 / 1020 * 100vw);
  }
  .std-kitchen-washer .std-pics li:nth-child(2) .std-balloon {
    width: calc( 213 / 1020 * 100vw);
    height: calc( 134 / 1020 * 100vw);
    top: calc( -43 / 1020 * 100vw);
    right: calc( -27 / 1020 * 100vw);
  }
  .std-kitchen-washer .std-pics li .std-note {
    margin-top: calc( 21 / 1020 * 100vw);
  }
  .std-kitchen-care .std-pics li:nth-child(1) .std-balloon {
    width: calc( 106 / 1020 * 100vw);
    height: calc( 104 / 1020 * 100vw);
    top: calc( 175 / 1020 * 100vw);
    left: calc( 21 / 1020 * 100vw);
  }
  .std-kitchen-care .std-pics li:nth-child(2) .std-balloon {
    width: calc( 137 / 1020 * 100vw);
    height: calc( 135 / 1020 * 100vw);
    top: calc( 20 / 1020 * 100vw);
    left: calc( 260 / 1020 * 100vw);
  }
  .std-kitchen-storage {
    padding: calc( 80 / 1020 * 100vw) calc( 40 / 1020 * 100vw);
  }
  .std-kitchen-storage &gt; div {
    top: calc( 98 / 1020 * 100vw);
  }
  .std-kitchen-storage &gt; div .std-kitchen-storage-bg {
    width: calc( 514 / 1020 * 100vw);
    height: calc( 781 / 1020 * 100vw);
  }
  .std-kitchen-storage &gt; div .std-balloon {
    width: calc( 240 / 1020 * 100vw);
    height: calc( 168 / 1020 * 100vw);
    top: calc( -85 / 1020 * 100vw);
    right: calc( 13 / 1020 * 100vw);
  }
  .std-kitchen-storage ul {
    width: calc( 360 / 1020 * 100vw);
    gap: calc( 20 / 1020 * 100vw) calc( 28 / 1020 * 100vw);
  }
  .std-kitchen-storage ul li {
    width: calc( 159 / 1020 * 100vw);
  }
  .std-kitchen-storage ul li picture {
    width: calc( 159 / 1020 * 100vw);
    height: calc( 202 / 1020 * 100vw);
  }
  .std-kitchen-utility &gt; .std-pics li .std-balloon {
    top: calc( 275 / 1020 * 100vw);
    left: calc( -41 / 1020 * 100vw);
  }
  .std-kitchen-utility &gt; .std-pics li:nth-child(1) .std-balloon {
    width: calc( 295 / 1020 * 100vw);
    height: calc( 123 / 1020 * 100vw);
  }
  .std-kitchen-utility &gt; .std-pics li:nth-child(2) .std-balloon {
    width: calc( 185 / 1020 * 100vw);
    height: calc( 123 / 1020 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .std-content-kitchen .std-content-head h3 {
    width: calc( 302 / 375 * 100vw);
    height: calc( 127 / 375 * 100vw);
  }
  .std-bordered-box.std-kitchen-height {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 90px 20px 48px;
    width: 100%;
    margin: auto auto -20px;
  }
  .std-bordered-box.std-kitchen-height .std-tag {
    top: 15px;
    left: -13px;
  }
  .std-bordered-box.std-kitchen-height div {
    flex-direction: column;
    gap: 20px;
  }
  .std-bordered-box.std-kitchen-height div p {
    padding-top: 0;
    font-size: 16px;
    line-height: 30px;
  }
  .std-bordered-box.std-kitchen-height div picture {
    width: 100%;
  }
  .std-kitchen-space {
    margin-bottom: 12px;
  }
  .std-kitchen-space .std-content-lead {
    margin-bottom: 30px;
  }
  .std-kitchen-plus-item-types {
    margin-bottom: 0;
  }
  .std-kitchen-washer {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .std-kitchen-washer .std-pics {
    margin-top: -20px;
    gap: 33px;
  }
  .std-kitchen-washer .std-pics li picture {
    margin-bottom: 0;
  }
  .std-kitchen-washer .std-pics li:nth-child(1) .std-balloon {
    width: calc( 124 / 375 * 100vw);
    height: calc( 118 / 375 * 100vw);
    top: calc( 172 / 375 * 100vw);
    left: calc( 201 / 375 * 100vw);
  }
  .std-kitchen-washer .std-pics li:nth-child(2) .std-balloon {
    width: calc( 155 / 375 * 100vw);
    height: calc( 98 / 375 * 100vw);
    top: calc( -13 / 375 * 100vw);
    left: calc( 169 / 375 * 100vw);
  }
  .std-kitchen-washer .std-pics li .std-note {
    margin-top: 30px;
    line-height: 18px;
  }
  .std-kitchen-care .std-pics {
    margin-top: -20px;
    gap: 30px;
  }
  .std-kitchen-care .std-pics li picture {
    margin-bottom: 0;
  }
  .std-kitchen-care .std-pics li:nth-child(1) .std-balloon {
    width: calc( 93 / 375 * 100vw);
    height: calc( 91 / 375 * 100vw);
    top: calc( 101 / 375 * 100vw);
    left: calc( 10 / 375 * 100vw);
  }
  .std-kitchen-care .std-pics li:nth-child(2) .std-balloon {
    width: calc( 109 / 375 * 100vw);
    height: calc( 107 / 375 * 100vw);
    top: calc( 17 / 375 * 100vw);
    left: calc( 197 / 375 * 100vw);
  }
  .std-kitchen-storage {
    margin-top: -30px;
    border-radius: 0;
    width: 100vw;
    margin-left: -30px;
    padding: 12.5vw 30px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    background: linear-gradient(transparent 13%, #F3F4F6 0%);
  }
  .std-kitchen-storage &gt; div {
    position: relative;
    width: 100%;
    top: 0;
  }
  .std-kitchen-storage &gt; div .std-kitchen-storage-bg {
    width: calc( 345 / 375 * 100vw);
    height: auto;
    margin-left: auto;
  }
  .std-kitchen-storage &gt; div .std-balloon {
    width: calc( 158 / 375 * 100vw);
    height: calc( 110 / 375 * 100vw);
    top: calc( -48 / 375 * 100vw);
    right: 0;
  }
  .std-kitchen-storage ul {
    width: 100%;
    justify-content: center;
    gap: calc( 20 / 375 * 100vw) calc( 31 / 375 * 100vw);
  }
  .std-kitchen-storage ul li {
    width: calc( 142 / 375 * 100vw);
  }
  .std-kitchen-storage ul li picture {
    display: block;
    width: calc( 142 / 375 * 100vw);
    height: calc( 174 / 375 * 100vw);
    margin-bottom: 10px;
  }
  .std-kitchen-storage ul li p {
    line-height: 16px;
  }
  .std-kitchen-storage ul li:nth-child(3), .std-kitchen-storage ul li:nth-child(4) {
    transform: inherit;
  }
  .std-kitchen-utility {
    margin-top: -20px;
  }
  .std-kitchen-utility &gt; .std-pics {
    padding: 0 10px;
    gap: 40px;
    margin-bottom: 0;
  }
  .std-kitchen-utility &gt; .std-pics li picture {
    margin-bottom: 0;
  }
  .std-kitchen-utility &gt; .std-pics li .std-balloon {
    top: calc( 176 / 375 * 100vw);
    left: -10px;
  }
  .std-kitchen-utility &gt; .std-pics li:nth-child(1) .std-balloon {
    width: calc( 208 / 375 * 100vw);
    height: calc( 87 / 375 * 100vw);
  }
  .std-kitchen-utility &gt; .std-pics li:nth-child(2) .std-balloon {
    width: calc( 131 / 375 * 100vw);
    height: calc( 87 / 375 * 100vw);
  }
  .std-kitchen-safety h5 {
    font-size: 20px;
    margin-bottom: 44px;
  }
  .std-kitchen-safety h5 .std-kitchen-safety-subhead-icon {
    width: calc( 48 / 375 * 100vw);
    height: calc( 47 / 375 * 100vw);
    margin-bottom: 6px;
  }
  .std-kitchen-safety h5 .std-kitchen-safety-subhead-text {
    margin-top: 10px;
    width: calc( 78 / 375 * 100vw);
    height: calc( 13 / 375 * 100vw);
  }
  .std-kitchen-safety .std-pics {
    gap: 34px;
  }
  .std-kitchen-safety .std-pics li {
    width: 100%;
    display: flex;
    gap: 23px 20px;
    flex-wrap: wrap;
  }
  .std-kitchen-safety .std-pics li h6 {
    width: 100%;
    position: relative;
  }
  .std-kitchen-safety .std-pics li h6::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #222 2px, transparent 2px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
  }
  .std-kitchen-safety .std-pics li h6 img {
    width: calc( 280 / 375 * 100vw);
    height: calc( 23 / 375 * 100vw);
    margin: 0 auto;
  }
  .std-kitchen-safety .std-pics li picture {
    width: calc( 100 / 375 * 100vw);
    height: calc( 122 / 375 * 100vw);
    margin-bottom: 0;
  }
  .std-kitchen-safety .std-pics li div {
    flex: 1;
  }
  .std-kitchen-safety .std-pics li div .std-kitchen-safety-lead {
    text-align: left;
  }
  .std-kitchen-plus-item-kck {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 10px 20px 20px;
  }
  .std-kitchen-plus-item-kck h5 {
    width: calc( 325 / 375 * 100vw);
    height: calc( 239 / 375 * 100vw);
    padding-left: 0;
    margin: 50px auto 0;
  }
  .std-kitchen-plus-item-kck &gt; div &gt; picture {
    width: calc( 315 / 375 * 100vw);
    height: calc( 231 / 375 * 100vw);
    margin-bottom: 30px;
  }
  .std-kitchen-plus-item-kck &gt; div &gt; button {
    position: relative;
    z-index: 1;
    transition: 0.4s;
    width: 100%;
    height: calc( 60 / 375 * 100vw);
    max-width: 400px;
    margin: 0 auto;
  }
  .std-kitchen-plus-item-kck &gt; div &gt; button + .hide {
    position: relative;
    z-index: 2;
    margin-top: calc( -60 / 375 * 100vw);
  }
  .std-kitchen-plus-item-kck &gt; div &gt; button.is-hide {
    cursor: default;
    opacity: 0;
  }
  .std-kitchen-plus-item-kck &gt; div .std-kck-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .std-kitchen-plus-item-kck &gt; div .std-kck-features li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #222;
  }
  .std-kitchen-plus-item-kck &gt; div .std-kck-features li picture {
    width: calc( 48 / 375 * 100vw);
    height: calc( 52 / 375 * 100vw);
  }
  .std-kitchen-plus-item-kck &gt; div .std-kck-features li div {
    flex: 1;
  }
  .std-kitchen-plus-item-kck &gt; div .std-kck-features li div h6 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
  }
  .std-kitchen-plus-item-kck &gt; div .std-kck-features li div p {
    font-size: 12px;
    line-height: 18px;
  }
  .std-kitchen-plus-item-kck &gt; div .std-kck-features li div picture {
    margin-top: 15px;
  }
  .std-kitchen-plus-item-kck &gt; div .std-kck-features li div picture.std-kitchen-plus-item-kck-utility {
    width: calc( 156 / 375 * 100vw);
    height: calc( 84 / 375 * 100vw);
    margin-left: 22px;
  }
  .std-kitchen-plus-item-kck &gt; div .std-kck-features li div picture.std-kitchen-plus-item-kck-concent {
    width: calc( 60 / 375 * 100vw);
    height: calc( 106 / 375 * 100vw);
    margin-left: 70px;
  }
  .std-kitchen-plus-item-kck &gt; div .std-kck-features li div picture.std-kitchen-plus-item-kck-bookshelf {
    width: calc( 106 / 375 * 100vw);
    height: calc( 148 / 375 * 100vw);
    margin-left: 47px;
  }
  .std-kitchen-plus-item-kck &gt; div .std-kck-features li div picture.std-kitchen-plus-item-kck-storage {
    width: calc( 133 / 375 * 100vw);
    height: calc( 154 / 375 * 100vw);
    margin-left: 33px;
  }
  .std-kitchen-plus-item-kck &gt; div .std-note {
    margin-top: 15px;
    font-size: 12px;
    text-align: right;
  }
}

.std-content-storage .std-content-head h3 {
  width: 561px;
  height: 200px;
  right: 725px;
}

.std-storage-closet .std-pics {
  margin: 0 auto;
  justify-content: center;
  gap: 40px;
}

.std-storage-closet .std-pics li:nth-child(1) {
  width: 376px;
}

.std-storage-closet .std-pics li:nth-child(1) .std-balloon {
  top: 14px;
  left: 22px;
  width: 160px;
  height: 126px;
}

.std-storage-closet .std-pics li:nth-child(2) {
  width: 333px;
}

.std-storage-closet .std-pics li:nth-child(2) .std-balloon {
  top: 10px;
  right: 14px;
  width: 165px;
  height: 131px;
}

.std-storage-choices .std-pics {
  padding: 0 32px;
  gap: 121px;
}

.std-storage-choices .std-pics li h5 {
  margin-bottom: 40px;
}

.std-storage-choices .std-pics li h5 picture img {
  border-radius: 0;
}

.std-storage-choices .std-pics li:nth-child(1) .std-balloon {
  top: -26px;
  right: -66px;
  width: 145px;
  height: 114px;
}

.std-storage-choices .std-pics li:nth-child(2) .std-balloon {
  top: 269px;
  right: -45px;
  width: 91px;
  height: 95px;
}

.std-storage-entrance .std-pics {
  gap: 40px;
  margin-bottom: -30px;
}

.std-storage-entrance .std-pics li:nth-child(1) {
  width: 600px;
}

.std-storage-entrance .std-pics li:nth-child(1) .std-balloon {
  top: 414px;
  left: 121px;
  width: 147px;
  height: 116px;
}

.std-storage-entrance .std-pics li:nth-child(2) {
  width: 320px;
}

.std-storage-entrance .std-content-lead {
  margin-bottom: 0;
}

.std-storage-bookshelf .std-pics {
  gap: 57px;
}

.std-storage-bookshelf .std-pics li:nth-child(1) {
  width: 600px;
}

.std-storage-bookshelf .std-pics li:nth-child(2) {
  width: 302px;
}

.std-storage-bookshelf .std-pics li:nth-child(2) .std-balloon {
  top: 256px;
  left: 49px;
  width: 205px;
  height: 143px;
}

.std-storage-pantry .std-pics {
  gap: 30px;
}

.std-storage-pantry .std-pics li:nth-child(1) {
  width: 436px;
  margin-right: 15px;
}

.std-storage-pantry .std-pics li:nth-child(2) {
  width: 250px;
}

.std-storage-pantry .std-pics li:nth-child(3) {
  width: 200px;
}

@media screen and (max-width: 1366px) {
  .std-content-storage .std-content-head h3 {
    width: calc( 561 / 1366 * 100vw);
    height: calc( 200 / 1366 * 100vw);
    right: calc( 725 / 1366 * 100vw);
  }
}

@media screen and (max-width: 1020px) {
  .std-storage-closet .std-pics {
    width: 73.4314vw;
    gap: 3.9216vw;
  }
  .std-storage-closet .std-pics li:nth-child(1) .std-balloon {
    top: calc( 14 / 1020 * 100vw);
    left: calc( 22 / 1020 * 100vw);
    width: calc( 160 / 1020 * 100vw);
    height: calc( 126 / 1020 * 100vw);
  }
  .std-storage-closet .std-pics li:nth-child(2) .std-balloon {
    top: calc( 10 / 1020 * 100vw);
    right: calc( 14 / 1020 * 100vw);
    width: calc( 165 / 1020 * 100vw);
    height: calc( 131 / 1020 * 100vw);
  }
  .std-storage-choices .std-pics li:nth-child(1) .std-balloon {
    top: calc( -26 / 1020 * 100vw);
    right: calc( -66 / 1020 * 100vw);
    width: calc( 145 / 1020 * 100vw);
    height: calc( 114 / 1020 * 100vw);
  }
  .std-storage-choices .std-pics li:nth-child(2) .std-balloon {
    top: calc( 269 / 1020 * 100vw);
    right: calc( -45 / 1020 * 100vw);
    width: calc( 91 / 1020 * 100vw);
    height: calc( 95 / 1020 * 100vw);
  }
  .std-storage-entrance .std-pics li:nth-child(1) .std-balloon {
    top: calc( 414 / 1020 * 100vw);
    left: calc( 121 / 1020 * 100vw);
    width: calc( 147 / 1020 * 100vw);
    height: calc( 116 / 1020 * 100vw);
  }
  .std-storage-bookshelf .std-pics li:nth-child(2) .std-balloon {
    top: calc( 256 / 1020 * 100vw);
    left: calc( 49 / 1020 * 100vw);
    width: calc( 205 / 1020 * 100vw);
    height: calc( 143 / 1020 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .std-content-storage .std-content-head h3 {
    width: calc( 318 / 375 * 100vw);
    height: calc( 127 / 375 * 100vw);
    right: calc( 27 / 375 * 100vw);
  }
  .std-storage-closet .std-pics {
    width: 100%;
    padding: 0;
    gap: 0;
  }
  .std-storage-closet .std-pics li:nth-child(1) {
    width: 100%;
    z-index: 1;
  }
  .std-storage-closet .std-pics li:nth-child(1) .std-balloon {
    width: calc( 134 / 375 * 100vw);
    height: calc( 105 / 375 * 100vw);
    top: calc( -25 / 375 * 100vw);
    left: calc( 34 / 375 * 100vw);
  }
  .std-storage-closet .std-pics li:nth-child(2) {
    width: auto;
    z-index: 2;
  }
  .std-storage-closet .std-pics li:nth-child(2) .std-balloon {
    width: calc( 122 / 375 * 100vw);
    height: calc( 96 / 375 * 100vw);
    top: calc( -168 / 375 * 100vw);
    right: calc( -10 / 375 * 100vw);
  }
  .std-storage-choices .std-storage-choices-closet {
    width: 100vw;
    margin-left: -30px;
  }
  .std-storage-choices .std-pics {
    padding: 0;
    gap: 30px;
  }
  .std-storage-choices .std-pics li h5 {
    margin-bottom: 34px;
  }
  .std-storage-choices .std-pics li:nth-child(1) .std-balloon {
    width: calc( 131 / 375 * 100vw);
    height: calc( 102 / 375 * 100vw);
    top: calc( 28 / 375 * 100vw);
    right: calc( -24 / 375 * 100vw);
  }
  .std-storage-choices .std-pics li:nth-child(2) .std-balloon {
    width: calc( 82 / 375 * 100vw);
    height: calc( 86 / 375 * 100vw);
    top: calc( 211 / 375 * 100vw);
    right: calc( -20 / 375 * 100vw);
  }
  .std-storage-entrance .std-pics {
    gap: 30px;
  }
  .std-storage-entrance .std-pics li picture {
    margin-bottom: 0;
  }
  .std-storage-entrance .std-pics li:nth-child(1) {
    width: 100%;
  }
  .std-storage-entrance .std-pics li:nth-child(1) .std-balloon {
    width: calc( 134 / 375 * 100vw);
    height: calc( 105 / 375 * 100vw);
    top: calc( 268 / 375 * 100vw);
    left: calc( 10 / 375 * 100vw);
  }
  .std-storage-entrance .std-pics li:nth-child(2) {
    width: 100%;
  }
  .std-storage-bookshelf .std-pics {
    gap: 30px;
  }
  .std-storage-bookshelf .std-pics li picture {
    margin-bottom: 0;
  }
  .std-storage-bookshelf .std-pics li:nth-child(1) {
    width: 100%;
  }
  .std-storage-bookshelf .std-pics li:nth-child(2) {
    width: 100%;
  }
  .std-storage-bookshelf .std-pics li:nth-child(2) .std-balloon {
    width: calc( 148 / 375 * 100vw);
    height: calc( 104 / 375 * 100vw);
    top: calc( 139 / 375 * 100vw);
    left: calc( 147 / 375 * 100vw);
  }
  .std-storage-pantry .std-pics {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 20px;
  }
  .std-storage-pantry .std-pics li:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }
  .std-storage-pantry .std-pics li:nth-child(1) picture {
    margin-bottom: 0;
  }
  .std-storage-pantry .std-pics li:nth-child(2) {
    width: 52%;
  }
  .std-storage-pantry .std-pics li:nth-child(3) {
    width: 41%;
  }
}

.std-content-bathroom .std-content-head h3 {
  width: 703px;
  height: 198px;
}

.std-bathroom-large .std-pics {
  gap: 40px;
  align-items: end;
}

.std-bathroom-large .std-pics li:nth-child(1) {
  width: 648px;
}

.std-bathroom-large .std-pics li:nth-child(1) .std-balloon {
  top: -20px;
  left: -20px;
  width: 205px;
  height: 173px;
}

.std-bathroom-large .std-pics li:nth-child(2) {
  width: 270px;
}

.std-bathroom-large .std-pics li:nth-child(2) .std-balloon {
  top: -20px;
  right: -25px;
  width: 136px;
  height: 134px;
}

.std-bathroom-tub .std-pics {
  margin-bottom: 20px;
}

.std-bathroom-tub .std-pics li:nth-child(1) {
  width: 100%;
}

.std-bathroom-tub .std-pics li:nth-child(1) .std-balloon {
  top: 159px;
  right: 58px;
  width: 212px;
  height: 166px;
}

.std-bathroom-utility &gt; .std-pics {
  padding: 0 47px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 74px 66px;
}

.std-bathroom-utility &gt; .std-pics li:nth-child(1) {
  z-index: 0;
  width: 400px;
}

.std-bathroom-utility &gt; .std-pics li:nth-child(1) .std-pic {
  margin-bottom: 0;
}

.std-bathroom-utility &gt; .std-pics li:nth-child(1) .std-balloon {
  top: -20px;
  left: -20px;
}

.std-bathroom-utility &gt; .std-pics li:nth-child(2) {
  z-index: 0;
  width: 400px;
}

.std-bathroom-utility &gt; .std-pics li:nth-child(2) .std-pic {
  margin-bottom: 0;
}

.std-bathroom-utility &gt; .std-pics li:nth-child(2) .std-balloon {
  top: -18px;
  left: -20px;
}

.std-bathroom-utility &gt; .std-pics li:nth-child(3) {
  width: 400px;
}

.std-bathroom-utility &gt; .std-pics li:nth-child(3) .std-pic {
  margin-bottom: 20px;
}

.std-bathroom-utility &gt; .std-pics li:nth-child(3) .std-balloon {
  top: -20px;
  right: -57px;
}

.std-bathroom-utility &gt; .std-pics li:nth-child(3) p {
  text-align: left;
  line-height: 1.5;
  font-weight: normal;
}

@media screen and (max-width: 1366px) {
  .std-content-bathroom .std-content-head h3 {
    width: calc( 703 / 1366 * 100vw);
    height: calc( 198 / 1366 * 100vw);
  }
  .std-bathroom-utility &gt; .std-pics {
    padding: 0 calc( 20 / 1366 * 100vw);
  }
}

@media screen and (max-width: 1020px) {
  .std-bathroom-large .std-pics li:nth-child(1) .std-balloon {
    top: calc( -20 / 1020 * 100vw);
    left: calc( -20 / 1020 * 100vw);
    width: calc( 205 / 1020 * 100vw);
    height: calc( 173 / 1020 * 100vw);
  }
  .std-bathroom-large .std-pics li:nth-child(2) .std-balloon {
    top: calc( -20 / 1020 * 100vw);
    right: calc( -25 / 1020 * 100vw);
    width: calc( 136 / 1020 * 100vw);
    height: calc( 134 / 1020 * 100vw);
  }
  .std-bathroom-tub .std-pics li:nth-child(1) .std-balloon {
    top: calc( 159 / 1020 * 100vw);
    right: calc( 58 / 1020 * 100vw);
    width: calc( 212 / 1020 * 100vw);
    height: calc( 166 / 1020 * 100vw);
  }
  .std-bathroom-utility &gt; .std-pics {
    gap: calc( 74 / 1020 * 100vw) calc( 66 / 1020 * 100vw);
  }
  .std-bathroom-utility &gt; .std-pics li:nth-child(1) {
    width: calc( 400 / 1020 * 100vw);
  }
  .std-bathroom-utility &gt; .std-pics li:nth-child(1) .std-balloon {
    top: calc( -20 / 1020 * 100vw);
    left: calc( -20 / 1020 * 100vw);
    width: calc( 185 / 1020 * 100vw);
    height: calc( 123 / 1020 * 100vw);
  }
  .std-bathroom-utility &gt; .std-pics li:nth-child(2) {
    width: calc( 400 / 1020 * 100vw);
  }
  .std-bathroom-utility &gt; .std-pics li:nth-child(2) .std-balloon {
    top: calc( -18 / 1020 * 100vw);
    left: calc( -20 / 1020 * 100vw);
    width: calc( 185 / 1020 * 100vw);
    height: calc( 123 / 1020 * 100vw);
  }
  .std-bathroom-utility &gt; .std-pics li:nth-child(3) {
    width: calc( 400 / 1020 * 100vw);
  }
  .std-bathroom-utility &gt; .std-pics li:nth-child(3) .std-pic {
    margin-bottom: calc( 20 / 1020 * 100vw);
  }
  .std-bathroom-utility &gt; .std-pics li:nth-child(3) .std-balloon {
    top: calc( -20 / 1020 * 100vw);
    right: calc( -57 / 1020 * 100vw);
    width: calc( 168 / 1020 * 100vw);
    height: calc( 149 / 1020 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .std-content-bathroom .std-content-head h3 {
    width: calc( 240 / 375 * 100vw);
    height: calc( 191 / 375 * 100vw);
    top: calc( 229 / 375 * 100vw);
    right: calc( 70 / 375 * 100vw);
  }
  .std-bathroom-large .std-pics {
    gap: 25px;
    align-items: flex-start;
  }
  .std-bathroom-large .std-pics li:nth-child(1) {
    width: 100%;
  }
  .std-bathroom-large .std-pics li:nth-child(1) .std-balloon {
    width: calc( 137 / 375 * 100vw);
    height: calc( 116 / 375 * 100vw);
    top: calc( -22 / 375 * 100vw);
    left: calc( -15 / 375 * 100vw);
  }
  .std-bathroom-large .std-pics li:nth-child(2) {
    padding-left: calc( 54 / 375 * 100vw);
    width: auto;
  }
  .std-bathroom-large .std-pics li:nth-child(2) .std-pic {
    width: calc( 167 / 375 * 100vw);
    height: calc( 176 / 375 * 100vw);
  }
  .std-bathroom-large .std-pics li:nth-child(2) .std-balloon {
    width: calc( 100 / 375 * 100vw);
    height: calc( 98 / 375 * 100vw);
    top: calc( -4 / 375 * 100vw);
    right: calc( -65 / 375 * 100vw);
  }
  .std-bathroom-tub .std-pics {
    width: 100vw;
    margin: 0 0 20px -30px;
  }
  .std-bathroom-tub .std-pics li:nth-child(1) .std-pic {
    border-radius: 0;
  }
  .std-bathroom-tub .std-pics li:nth-child(1) .std-balloon {
    width: calc( 140 / 375 * 100vw);
    height: calc( 110 / 375 * 100vw);
    top: calc( 329 / 375 * 100vw);
    left: calc( 40 / 375 * 100vw);
  }
  .std-bathroom-tub .std-note {
    font-size: 14px;
    line-height: 21px;
  }
  .std-bathroom-utility &gt; .std-pics {
    gap: 52px;
    padding: 0;
  }
  .std-bathroom-utility &gt; .std-pics li:nth-child(1) {
    width: 100%;
  }
  .std-bathroom-utility &gt; .std-pics li:nth-child(1) .std-balloon {
    width: calc( 135 / 375 * 100vw);
    height: calc( 90 / 375 * 100vw);
    top: calc( -28 / 375 * 100vw);
    left: calc( -11 / 375 * 100vw);
  }
  .std-bathroom-utility &gt; .std-pics li:nth-child(2) {
    width: 100%;
  }
  .std-bathroom-utility &gt; .std-pics li:nth-child(2) .std-balloon {
    width: calc( 131 / 375 * 100vw);
    height: calc( 88 / 375 * 100vw);
    top: calc( -22 / 375 * 100vw);
    left: calc( -11 / 375 * 100vw);
  }
  .std-bathroom-utility &gt; .std-pics li:nth-child(3) {
    width: 100%;
  }
  .std-bathroom-utility &gt; .std-pics li:nth-child(3) .std-balloon {
    width: calc( 161 / 375 * 100vw);
    height: calc( 128 / 375 * 100vw);
    top: calc( -31 / 375 * 100vw);
    right: calc( 0 / 375 * 100vw);
  }
  .std-bathroom-utility &gt; .std-pics li:nth-child(3) p {
    text-align: left;
  }
}

.std-content-lavatory .std-content-head h3 {
  width: 616px;
  height: 200px;
  right: 670px;
}

.std-lavatory-storage .std-pics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 33px;
  grid-row-gap: 53px;
}

.std-lavatory-storage .std-pics li:nth-child(1) {
  width: 525px;
  grid-area: 1 / 2 / 3 / 3;
}

.std-lavatory-storage .std-pics li:nth-child(1) .std-lavatory-storage-whole {
  width: 525px;
  height: 549px;
}

.std-lavatory-storage .std-pics li:nth-child(1) .std-balloon {
  top: -20px;
  right: -30px;
}

.std-lavatory-storage .std-pics li:nth-child(2) {
  width: 180px;
  grid-area: 1 / 1 / 2 / 2;
}

.std-lavatory-storage .std-pics li:nth-child(3) {
  width: 180px;
  grid-area: 1 / 3 / 2 / 4;
}

.std-lavatory-storage .std-pics li:nth-child(4) {
  width: 180px;
  grid-area: 2 / 1 / 3 / 2;
}

.std-lavatory-storage .std-pics li:nth-child(5) {
  width: 180px;
  grid-area: 2 / 3 / 3 / 4;
}

.std-lavatory-storage .std-pics li p {
  font-size: 12px;
  line-height: 18px;
}

.std-lavatory-mirror {
  overflow: hidden;
}

.std-lavatory-mirror .std-pics {
  justify-content: center;
}

.std-lavatory-mirror .std-pics li:nth-child(1) {
  width: auto;
}

.std-lavatory-mirror .std-pics li:nth-child(1) .std-balloon {
  top: 30px;
  right: -157px;
}

@media screen and (max-width: 1366px) {
  .std-content-lavatory .std-content-head h3 {
    width: calc( 616 / 1366 * 100vw);
    height: calc( 200 / 1366 * 100vw);
    right: calc( 670 / 1366 * 100vw);
  }
}

@media screen and (max-width: 1020px) {
  .std-lavatory-storage .std-pics {
    grid-column-gap: calc( 33 / 1020 * 100vw);
    grid-row-gap: calc( 53 / 1020 * 100vw);
  }
  .std-lavatory-storage .std-pics li:nth-child(1) {
    width: calc( 525 / 1020 * 100vw);
  }
  .std-lavatory-storage .std-pics li:nth-child(1) .std-lavatory-storage-whole {
    width: calc( 525 / 1020 * 100vw);
    height: calc( 549 / 1020 * 100vw);
  }
  .std-lavatory-storage .std-pics li:nth-child(1) .std-balloon {
    top: calc( -20 / 1020 * 100vw);
    right: calc( -30 / 1020 * 100vw);
    width: calc( 147 / 1020 * 100vw);
    height: calc( 115 / 1020 * 100vw);
  }
  .std-lavatory-storage .std-pics li:nth-child(2), .std-lavatory-storage .std-pics li:nth-child(3), .std-lavatory-storage .std-pics li:nth-child(4), .std-lavatory-storage .std-pics li:nth-child(5) {
    width: calc( 180 / 1020 * 100vw);
  }
  .std-lavatory-mirror .std-pics li:nth-child(1) .std-balloon {
    top: calc( 30 / 1020 * 100vw);
    right: calc( -157 / 1020 * 100vw);
    width: calc( 212 / 1020 * 100vw);
    height: calc( 166 / 1020 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .std-content-block.std-lavatory-height {
    gap: 20px;
  }
  .std-content-lavatory .std-content-head h3 {
    width: calc( 347 / 375 * 100vw);
    height: calc( 127 / 375 * 100vw);
    top: calc( 303 / 375 * 100vw);
    right: calc( 12 / 375 * 100vw);
  }
  .std-lavatory-storage .std-pics {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 25px;
  }
  .std-lavatory-storage .std-pics li:nth-child(1) {
    width: 100%;
  }
  .std-lavatory-storage .std-pics li:nth-child(1) .std-lavatory-storage-whole {
    width: 100%;
    height: auto;
  }
  .std-lavatory-storage .std-pics li:nth-child(1) .std-balloon {
    width: calc( 116 / 375 * 100vw);
    height: calc( 91 / 375 * 100vw);
    top: calc( -47 / 375 * 100vw);
    right: calc( -16 / 375 * 100vw);
  }
  .std-lavatory-storage .std-pics li:nth-child(2), .std-lavatory-storage .std-pics li:nth-child(3), .std-lavatory-storage .std-pics li:nth-child(4), .std-lavatory-storage .std-pics li:nth-child(5) {
    width: 45%;
  }
  .std-lavatory-storage .std-pics li:nth-child(4) p {
    width: calc( 100vw - 60px);
  }
  .std-lavatory-storage .std-pics li:nth-child(5) p {
    display: none;
  }
  .std-lavatory-mirror .std-pics {
    margin-top: -10px;
  }
  .std-lavatory-mirror .std-pics li:nth-child(1) picture {
    margin-bottom: 0;
  }
  .std-lavatory-mirror .std-pics li:nth-child(1) .std-balloon {
    width: calc( 130 / 375 * 100vw);
    height: calc( 102 / 375 * 100vw);
    top: calc( -39 / 375 * 100vw);
    right: 0;
  }
}

.std-lavatory-height .std-pics li {
  width: auto;
}

.std-lavatory-height .std-pics {
  justify-content: center;
}

.std-content-series .std-content-series-head {
  background-color: #f3f4f6;
  border-radius: 0 60px 0 0;
  gap: 0;
  max-width: none;
  margin-bottom: 0;
  padding-top: 106px;
  background-image: none;
}

.std-content-series .std-content-series-head h3 {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.std-content-series .std-content-series-head .std-content-lead {
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.std-content-series .std-content-series-head .std-content-lead em {
  color: #222 !important;
  background: linear-gradient(transparent 60%, #B8DFF2 0%);
}

.std-content-series .std-content-series-head .std-note {
  line-height: 20px;
}

.std-content-series .std-content-series-head .std-series-tab {
  margin-top: 40px;
  gap: 26px;
  margin-bottom: 0;
  padding: 0 26px 18px;
}

.std-content-series .std-content-series-head .std-series-tab li {
  width: 33%;
  cursor: pointer;
}

.std-content-series .std-content-series-head .std-series-tab li a picture {
  margin-bottom: 0;
}

.std-content-series .std-content-series-head .std-series-tab li a picture img {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 10px 10px;
}

.std-content-series .std-series-content {
  display: none;
}

@media screen and (max-width: 960px) {
  .std-content-series .std-content-series-head .std-series-tab {
    padding: 0 2.7083% 1.875%;
  }
  .std-content-series .std-content-series-head .std-series-tab .std-pics {
    gap: 2.8634%;
  }
  .std-content-series .std-series-content .std-series-slide .slick-arrow.slick-prev {
    right: 90%;
  }
  .std-content-series .std-series-content .std-series-slide .slick-arrow.slick-next {
    left: 90%;
  }
}

@media screen and (min-width: 769px) {
  .std-content-series .std-content-series-head {
    border-bottom: 1px solid #E2E3E7;
  }
  .std-content-series .std-content-series-head .std-note {
    text-align: center;
  }
  .std-content-series .std-content-series-head .std-series-tab li.current a picture img {
    box-shadow: none;
  }
  .std-content-series .std-content-series-head .std-series-tab li.current a::after {
    content: '';
    display: block;
    width: 18px;
    height: 12px;
    margin: -1px auto 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .std-content-series .std-content-series-head .std-series-tab li.current.std-series-tab-grace a::after {
    background-image: url("../img/top/pc/series_tab_grace_current.svg");
  }
  .std-content-series .std-content-series-head .std-series-tab li.current.std-series-tab-smart a::after {
    background-image: url("../img/top/pc/series_tab_smart_current.svg");
  }
  .std-content-series .std-content-series-head .std-series-tab li.current.std-series-tab-lachic a::after {
    background-image: url("../img/top/pc/series_tab_lachic_current.svg");
  }
  .std-content-series .std-series-content {
    display: none;
    background-color: #FFF;
    padding: 29px 0 0;
  }
  .std-content-series .std-series-content.current {
    display: block;
  }
  .std-content-series .std-series-content .std-series-subnav {
    margin-bottom: 20px;
  }
  .std-content-series .std-series-content .std-series-subnav ul {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .std-content-series .std-series-content .std-series-subnav ul li {
    font-size: 14px;
    font-weight: bold;
    padding: 8px 24px;
    border: 1px solid #222;
    border-radius: 24px;
    line-height: 100%;
    cursor: pointer;
  }
  .std-content-series .std-series-content .std-series-subnav ul li a {
    color: #222;
  }
  .std-content-series .std-series-content .std-series-subnav ul li.current {
    background-color: #222;
  }
  .std-content-series .std-series-content .std-series-subnav ul li.current a {
    color: #FFF;
  }
  .std-content-series .std-series-content .std-series-slide li picture {
    margin-bottom: 20px;
  }
  .std-content-series .std-series-content .std-series-slide li &gt; div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    opacity: 0;
    transition: 0.8s;
  }
  .std-content-series .std-series-content .std-series-slide li &gt; div &gt; div {
    flex: 1;
  }
  .std-content-series .std-series-content .std-series-slide li &gt; div &gt; div p {
    font-size: 14px;
    line-height: 22px;
  }
  .std-content-series .std-series-content .std-series-slide li &gt; div h4 {
    width: 110px;
    height: 13px;
    margin-top: .25rem;
  }
  .std-content-series .std-series-content .slick-slide {
    margin: 0 10px;
  }
  .std-content-series .std-series-content .slick-slide.slick-current &gt; div {
    opacity: 1;
  }
  .std-content-series .std-series-content .slick-arrow {
    position: absolute;
    top: 225px;
    z-index: 2;
    height: 50px;
    width: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .std-content-series .std-series-content .slick-arrow.slick-prev {
    right: calc(50% + 383px);
    background-image: url(../img/top/slide_button_l.svg);
  }
  .std-content-series .std-series-content .slick-arrow.slick-next {
    left: calc(50% + 383px);
    background-image: url(../img/top/slide_button_r.svg);
  }
}

@media screen and (max-width: 768px) {
  .std-content-series {
    padding-top: 0;
  }
  .std-content-series .std-content-series-head {
    padding: 51px 0 69px;
    border-radius: 0 30px 0 0;
  }
  .std-content-series .std-content-series-head h3 {
    margin: 0 auto 30px;
    width: 89.3333%;
  }
  .std-content-series .std-content-series-head h3 picture {
    width: 100%;
  }
  .std-content-series .std-content-series-head .std-content-lead {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }
  .std-content-series .std-content-series-head .std-note {
    padding: 0 30px;
  }
  .std-content-series .std-content-series-head .std-series-tab {
    display: block;
    margin: 0;
    padding: 30px;
  }
  .std-content-series .std-content-series-head .std-series-tab .std-pics {
    gap: 30px;
    padding: 0;
  }
  .std-content-series .std-content-series-head .std-series-tab li {
    width: 100%;
  }
  .std-content-series .std-content-series-head .std-series-tab li a picture img {
    border-radius: 2.6667vw;
  }
  .std-content-series .std-series-content .std-series-subnav {
    display: none;
  }
  .std-content-series .std-series-content .std-series-slide {
    margin: 0;
  }
  .std-content-series .std-series-content .std-series-slide li {
    position: relative;
    padding: 66px 0 20px;
    background: #FFF;
    border-radius: 10px;
  }
  .std-content-series .std-series-content .std-series-slide li picture img {
    width: 100%;
  }
  .std-content-series .std-series-content .std-series-slide li &gt; div h4 {
    position: absolute;
    left: 20px;
    top: 33px;
    transform: translateY(-50%);
  }
  .std-content-series .std-series-content .std-series-slide li &gt; div &gt; div {
    padding: 20px;
  }
  .std-content-series .std-series-content .std-series-slide li &gt; div &gt; div h5 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .std-content-series .std-series-content .std-series-slide li &gt; div &gt; div .std-series-copy {
    font-size: 12px;
    line-height: 1.8333;
    min-height: 10.1665em;
  }
  .std-content-series .std-series-content .slick-slide {
    margin: 0 15px;
  }
  .std-content-series .std-series-content .std-slide-dots {
    margin: 40px 60px 0;
    display: flex;
    height: 7px;
    border-radius: 7px;
    background-color: rgba(243, 244, 246, 0.3);
  }
  .std-content-series .std-series-content .std-slide-dots li {
    padding: 0;
    background: transparent;
    position: relative;
    width: 100%;
  }
  .std-content-series .std-series-content .std-slide-dots li button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    text-indent: 100%;
    overflow: hidden;
    height: 7px;
    border-radius: 7px;
    background-color: transparent;
    transition: 0.2s;
  }
  .std-content-series .std-series-content .std-slide-dots li.slick-active button {
    background-color: #C9BA93;
  }
  .std-modal .std-series-content {
    display: block;
    position: relative;
    max-height: 0;
    overflow: hidden;
  }
  .std-modal .std-series-content[data-modal-active="true"] {
    max-height: none;
  }
}

.std-content-comfort {
  background-color: #F5F1E9;
  padding: 100px 0 124px;
  border-top-right-radius: 60px;
  margin-bottom: 0;
  overflow: hidden;
}

.std-content-comfort .std-comfort-head {
  gap: 40px;
}

.std-content-comfort .std-comfort-head h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 54px;
  text-align: center;
  line-height: 79px;
}

.std-content-comfort .std-comfort-head h3 .std-content-head-top {
  width: 540px;
}

.std-content-comfort .std-comfort-head h3 .std-content-head-bottom {
  width: 448px;
}

.std-content-comfort .std-comfort-head picture {
  width: 100%;
  box-shadow: #DDD6C3 0 3px 10px;
}

.std-content-comfort .std-comfort-head p {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 10px;
}

.std-content-comfort .std-comfort-block {
  position: relative;
  gap: 0;
}

.std-content-comfort .std-comfort-block h4 {
  margin-bottom: 30px;
}

.std-content-comfort .std-comfort-block h4 picture {
  width: 428px;
}

.std-content-comfort .std-comfort-block h4 picture.std-comfort-subhead-small {
  width: 368px;
}

.std-content-comfort .std-comfort-block .std-comfort-block-image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.std-content-comfort .std-comfort-block .std-comfort-block-image .std-comfort-block-photo img {
  border-radius: 60px;
}

.std-content-comfort .std-comfort-block .std-comfort-block-image .std-comfort-block-badges {
  display: flex;
  gap: 7px;
  position: absolute;
  bottom: 0;
  left: -135px;
}

.std-content-comfort .std-comfort-block h5 {
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 20px;
}

.std-content-comfort .std-comfort-block h5 sup {
  font-size: 16px;
  vertical-align: super;
}

.std-content-comfort .std-comfort-block .std-comfort-block-text {
  margin-bottom: 30px;
  width: 367px;
}

.std-content-comfort .std-comfort-block .std-comfort-block-text .std-note {
  margin-top: 15px;
}

.std-content-comfort .std-comfort-block.std-comfort-block-image-left {
  padding-left: 522px;
}

.std-content-comfort .std-comfort-block.std-comfort-block-image-left .std-comfort-block-image {
  left: 0;
  right: auto;
}

.std-content-comfort .std-comfort-block.std-comfort-block-01 .std-balloon {
  width: 212px;
  top: -51px;
  right: -47px;
}

.std-content-comfort .std-comfort-block.std-comfort-block-03 .std-balloon {
  width: 199px;
  top: 296px;
  right: -20px;
}

.std-content-comfort .std-comfort-block.std-comfort-block-04 .std-balloon {
  width: 155px;
  top: 15px;
  left: 15px;
}

.std-content-comfort .std-comfort-block.std-comfort-block-06 {
  min-height: 453px;
}

.std-content-comfort .std-comfort-column {
  background-color: #FFF;
  border: 10px solid #FFF;
  padding: 40px 40px 1px;
  gap: 0;
}

.std-content-comfort .std-comfort-column .std-tag {
  top: -47px;
}

.std-content-comfort .std-comfort-column .std-comfort-column-lead {
  margin-bottom: 37px;
  position: relative;
}

.std-content-comfort .std-comfort-column .std-comfort-column-lead h4 {
  font-size: 40px;
  font-weight: normal;
  line-height: 58px;
  margin-bottom: 20px;
  position: absolute;
  top: 119px;
  left: 80px;
}

.std-content-comfort .std-comfort-column .std-comfort-column-lead p {
  line-height: 30px;
  position: absolute;
  top: 255px;
  left: 80px;
}

.std-content-comfort .std-comfort-column .std-comfort-column-lead &gt; div .std-balloon {
  top: -20px;
  right: -70px;
}

.std-content-comfort .std-comfort-column .std-comfort-column-qa {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}

.std-content-comfort .std-comfort-column .std-comfort-column-qa &gt; div {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.std-content-comfort .std-comfort-column .std-comfort-column-qa &gt; div:first-child {
  padding-right: 40px;
  border-right: 1px solid #222;
}

.std-content-comfort .std-comfort-column .std-comfort-column-qa &gt; div:last-child {
  padding-left: 40px;
}

.std-content-comfort .std-comfort-column .std-comfort-column-qa &gt; div &gt; div h5 {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 10px;
  min-height: 2em;
}

.std-content-comfort .std-comfort-column .std-comfort-column-qa &gt; div &gt; div h5 em {
  color: #222;
  background: linear-gradient(transparent 60%, #FFDE64 0%);
}

.std-content-comfort .std-comfort-column .std-comfort-column-qa &gt; div &gt; div h5 .std-comfort-column-icon1 {
  width: 23px;
  height: 36px;
}

.std-content-comfort .std-comfort-column .std-comfort-column-qa &gt; div &gt; div h5 .std-comfort-column-icon2 {
  width: 29px;
  height: 29px;
}

.std-content-comfort .std-comfort-column .std-comfort-column-qa &gt; div &gt; div h5 .std-comfort-column-icon3 {
  width: 31px;
  height: 27px;
}

.std-content-comfort .std-comfort-column .std-comfort-column-qa &gt; div &gt; div h5 .std-comfort-column-icon4 {
  width: 28px;
  height: 35px;
}

.std-content-comfort .std-comfort-column .std-comfort-column-qa &gt; div &gt; div p {
  font-size: 15px;
  line-height: 24px;
}

.std-content-comfort .std-comfort-column .std-comfort-column-qa &gt; div &gt; img {
  width: 17px;
  height: 15px;
}

.std-content-comfort .std-comfort-column .std-comfort-column-fig {
  position: relative;
  padding-left: 245px;
  padding-right: 106px;
}

.std-content-comfort .std-comfort-column .std-comfort-column-fig .std-balloon {
  top: 47px;
  left: 96px;
}

.std-content-comfort .std-comfort-plus-item {
  gap: 0;
  padding: 41px 60px 60px;
  margin-top: -30px;
}

.std-content-comfort .std-comfort-plus-item h5 {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.std-content-comfort .std-comfort-plus-item .std-comfort-block h6 {
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 20px;
}

.std-content-comfort .std-comfort-plus-item .std-comfort-block &gt; p {
  width: 324px;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px;
}

.std-content-comfort .std-comfort-plus-item .std-comfort-block .std-comfort-block-image {
  top: 0;
}

.std-content-comfort .std-comfort-plus-item .std-comfort-block .std-comfort-block-image .std-comfort-block-photo img {
  border-radius: 10px;
}

.std-content-comfort .std-comfort-plus-item .std-comfort-block .std-comfort-block-image .std-comfort-block-badges {
  left: -92px;
}

.std-content-comfort .std-comfort-plus-item .std-comfort-block .std-button-detail p {
  padding: 8px 20px;
}

@media screen and (max-width: 960px) and (min-width: 769px) {
  .std-content-comfort &gt; .std-comfort-block {
    padding: 0 3.125%;
  }
  .std-content-comfort &gt; .std-comfort-block h4,
  .std-content-comfort &gt; .std-comfort-block h5,
  .std-content-comfort &gt; .std-comfort-block .std-comfort-block-text {
    width: 44.8889%;
  }
  .std-content-comfort &gt; .std-comfort-block h4 picture,
  .std-content-comfort &gt; .std-comfort-block h4 picture.std-comfort-subhead-small {
    width: 100%;
  }
  .std-content-comfort &gt; .std-comfort-block &gt; .std-comfort-block-image {
    width: 48.5417%;
    right: 3.125%;
  }
  .std-content-comfort &gt; .std-comfort-block &gt; .std-comfort-block-image .std-comfort-block-badges {
    left: 0;
  }
  .std-content-comfort &gt; .std-comfort-block.std-comfort-block-image-left {
    padding-left: 54.7917%;
  }
  .std-content-comfort &gt; .std-comfort-block.std-comfort-block-image-left h4,
  .std-content-comfort &gt; .std-comfort-block.std-comfort-block-image-left h5,
  .std-content-comfort &gt; .std-comfort-block.std-comfort-block-image-left .std-comfort-block-text {
    width: 100%;
  }
  .std-content-comfort &gt; .std-comfort-block.std-comfort-block-image-left &gt; .std-comfort-block-image {
    left: 3.125%;
  }
  .std-content-comfort .std-comfort-block.std-comfort-block-01 .std-balloon {
    top: calc( -20 / 1020 * 100vw);
    right: calc( -20 / 1020 * 100vw);
    width: calc( 155 / 1020 * 100vw);
    height: calc( 152 / 1020 * 100vw);
  }
  .std-content-comfort .std-comfort-block.std-comfort-block-03 .std-balloon {
    top: calc( 296 / 1020 * 100vw);
    right: calc( -20 / 1020 * 100vw);
    width: calc( 199 / 1020 * 100vw);
    height: calc( 136 / 1020 * 100vw);
  }
  .std-content-comfort .std-comfort-block.std-comfort-block-04 .std-balloon {
    top: calc( 15 / 1020 * 100vw);
    left: calc( 15 / 1020 * 100vw);
    width: calc( 155 / 1020 * 100vw);
    height: calc( 152 / 1020 * 100vw);
  }
  .std-content-comfort .std-comfort-column {
    margin-left: calc( 20 / 1020 * 100vw);
    margin-right: calc( 20 / 1020 * 100vw);
  }
  .std-content-comfort .std-comfort-column .std-comfort-column-lead &gt; div .std-balloon {
    top: calc( -20 / 1020 * 100vw);
    right: calc( -70 / 1020 * 100vw);
    width: calc( 155 / 1020 * 100vw);
    height: calc( 152 / 1020 * 100vw);
  }
  .std-content-comfort .std-comfort-column .std-comfort-column-fig .std-balloon {
    top: calc( 47 / 1020 * 100vw);
    left: calc( 96 / 1020 * 100vw);
    width: calc( 205 / 1020 * 100vw);
    height: calc( 173 / 1020 * 100vw);
  }
  .std-content-comfort .std-comfort-plus-item {
    margin-left: 30px;
    margin-right: 30px;
    padding: calc( 41 / 1020 * 100vw) calc( 30 / 1020 * 100vw) calc( 60 / 1020 * 100vw);
  }
  .std-content-comfort .std-comfort-plus-item .std-comfort-block &gt; p {
    width: calc( 280 / 1020 * 100vw);
    margin-bottom: calc( 100 / 1020 * 100vw);
  }
  .std-content-comfort .std-comfort-plus-item .std-comfort-block .std-comfort-block-image .std-comfort-block-badges {
    bottom: calc( 100 / 1020 * 100vw);
  }
  .std-content-comfort .std-comfort-plus-item .std-comfort-block .std-button-detail {
    width: calc( 324 / 1020 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .std-content-comfort {
    padding: 60px 0 80px;
    border-top-right-radius: 30px;
    margin-bottom: 0;
  }
  .std-content-comfort .std-comfort-head h3 {
    font-size: 30px;
    line-height: 44px;
  }
  .std-content-comfort .std-comfort-head h3 .std-content-head-top {
    width: 315px;
  }
  .std-content-comfort .std-comfort-head h3 .std-content-head-bottom {
    width: 256px;
  }
  .std-content-comfort .std-comfort-head picture {
    box-shadow: none;
    width: 100vw;
    margin-left: -30px;
  }
  .std-content-comfort .std-comfort-head p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .std-content-comfort .std-comfort-block {
    display: flex;
    flex-direction: column;
  }
  .std-content-comfort .std-comfort-block h4 {
    order: 1;
    margin-bottom: 20px;
  }
  .std-content-comfort .std-comfort-block h4 picture {
    width: 100%;
  }
  .std-content-comfort .std-comfort-block h4 picture.std-comfort-subhead-small {
    width: 100%;
  }
  .std-content-comfort .std-comfort-block .std-comfort-block-image {
    order: 3;
    position: inherit;
    right: auto;
    width: 100%;
    margin-bottom: 30px;
  }
  .std-content-comfort .std-comfort-block .std-comfort-block-image .std-balloon {
    width: calc( 133 / 375 * 100vw);
    height: calc( 97 / 375 * 100vw);
    top: calc( -50 / 375 * 100vw);
    right: calc( -24 / 375 * 100vw);
  }
  .std-content-comfort .std-comfort-block .std-comfort-block-image .std-comfort-block-photo img {
    border-radius: calc( 32 / 375 * 100vw);
  }
  .std-content-comfort .std-comfort-block .std-comfort-block-image .std-comfort-block-badges {
    display: flex;
    gap: 7px;
    position: absolute;
    bottom: 0;
    left: -135px;
  }
  .std-content-comfort .std-comfort-block h5 {
    order: 2;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 40px;
  }
  .std-content-comfort .std-comfort-block h5 sup {
    font-size: 16px;
    vertical-align: super;
  }
  .std-content-comfort .std-comfort-block .std-comfort-block-text {
    order: 4;
    width: 100%;
    margin-bottom: 40px;
  }
  .std-content-comfort .std-comfort-block .std-comfort-block-text .std-note {
    font-size: 14px;
    margin-top: 20px;
  }
  .std-content-comfort .std-comfort-block .std-button-detail {
    order: 5;
    width: 100%;
  }
  .std-content-comfort .std-comfort-block.std-comfort-block-image-left {
    padding-left: 30px;
  }
  .std-content-comfort .std-comfort-block.std-comfort-block-image-left .std-comfort-block-image {
    left: auto;
    right: auto;
  }
  .std-content-comfort .std-comfort-block.std-comfort-block-03 .std-comfort-block-image .std-comfort-block-badges {
    bottom: auto;
    left: auto;
    right: 0;
    top: calc( -70 / 375 * 100vw);
  }
  .std-content-comfort .std-comfort-block.std-comfort-block-03 .std-comfort-block-image .std-comfort-block-badges picture {
    width: calc( 39 / 375 * 100vw);
    height: calc( 60 / 375 * 100vw);
  }
  .std-content-comfort .std-comfort-block.std-comfort-block-03 .std-balloon {
    width: calc( 142 / 375 * 100vw);
    height: calc( 89 / 375 * 100vw);
    top: calc( 165 / 375 * 100vw);
    left: calc( 196 / 375 * 100vw);
  }
  .std-content-comfort .std-comfort-block.std-comfort-block-04 .std-balloon {
    width: calc( 112 / 375 * 100vw);
    height: calc( 110 / 375 * 100vw);
    top: calc( 10 / 375 * 100vw);
    left: calc( 10 / 375 * 100vw);
  }
  .std-content-comfort .std-comfort-column {
    padding: calc( 43 / 375 * 100vw) calc( 20 / 375 * 100vw) 1px;
    gap: 0;
    margin: 0 0 80px;
  }
  .std-content-comfort .std-comfort-column .std-tag {
    top: calc( -30 / 375 * 100vw);
    width: calc( 194 / 375 * 100vw);
    height: calc( 56 / 375 * 100vw);
    left: calc( -10 / 375 * 100vw);
  }
  .std-content-comfort .std-comfort-column .std-comfort-column-lead {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    position: inherit;
  }
  .std-content-comfort .std-comfort-column .std-comfort-column-lead h4 {
    order: 1;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 30px;
    position: inherit;
    top: auto;
    left: auto;
  }
  .std-content-comfort .std-comfort-column .std-comfort-column-lead p {
    order: 3;
    position: inherit;
    top: auto;
    left: auto;
    line-height: 30px;
  }
  .std-content-comfort .std-comfort-column .std-comfort-column-lead &gt; div {
    order: 2;
    margin-bottom: 30px;
    position: relative;
  }
  .std-content-comfort .std-comfort-column .std-comfort-column-lead &gt; div .std-pic {
    width: 100%;
  }
  .std-content-comfort .std-comfort-column .std-comfort-column-lead &gt; div .std-balloon {
    width: calc( 104 / 375 * 100vw);
    height: calc( 102 / 375 * 100vw);
    top: calc( -54 / 375 * 100vw);
    right: calc( -10 / 375 * 100vw);
  }
  .std-content-comfort .std-comfort-column .std-comfort-column-qa {
    display: flex;
    flex-direction: column;
    margin-bottom: calc( 128 / 375 * 100vw);
  }
  .std-content-comfort .std-comfort-column .std-comfort-column-qa &gt; div {
    width: 100%;
  }
  .std-content-comfort .std-comfort-column .std-comfort-column-qa &gt; div:first-child {
    padding-right: 0;
    border-right: none;
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
  }
  .std-content-comfort .std-comfort-column .std-comfort-column-qa &gt; div:first-child::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #222 1px, transparent 1px);
    background-size: 5px;
    background-repeat: repeat-x;
  }
  .std-content-comfort .std-comfort-column .std-comfort-column-qa &gt; div &gt; img {
    width: calc( 17 / 375 * 100vw);
    height: calc( 15 / 375 * 100vw);
  }
  .std-content-comfort .std-comfort-column .std-comfort-column-qa &gt; div:last-child {
    padding-left: 0;
  }
  .std-content-comfort .std-comfort-column .std-comfort-column-qa &gt; div &gt; div {
    width: 100%;
  }
  .std-content-comfort .std-comfort-column .std-comfort-column-qa &gt; div &gt; div h5 {
    gap: 7px;
  }
  .std-content-comfort .std-comfort-column .std-comfort-column-fig {
    position: relative;
    padding-left: 10px;
    padding-right: 0;
  }
  .std-content-comfort .std-comfort-column .std-comfort-column-fig .std-balloon {
    width: calc( 142 / 375 * 100vw);
    height: calc( 121 / 375 * 100vw);
    top: calc( -78 / 375 * 100vw);
    left: 0;
  }
  .std-content-comfort .std-comfort-plus-item {
    gap: 0;
    padding: calc( 50 / 375 * 100vw) calc( 20 / 375 * 100vw) calc( 40 / 375 * 100vw);
    margin: 0 0 80px;
  }
  .std-content-comfort .std-comfort-plus-item h5 {
    margin-bottom: 16px;
  }
  .std-content-comfort .std-comfort-plus-item h5 picture {
    width: 100%;
  }
  .std-content-comfort .std-comfort-plus-item .std-comfort-block h6 {
    margin-bottom: 30px;
  }
  .std-content-comfort .std-comfort-plus-item .std-comfort-block &gt; p {
    width: 100%;
  }
  .std-content-comfort .std-comfort-plus-item .std-comfort-block .std-comfort-block-image {
    top: 0;
    padding-left: calc( 77 / 375 * 100vw);
  }
  .std-content-comfort .std-comfort-plus-item .std-comfort-block .std-comfort-block-image .std-comfort-block-photo img {
    border-radius: 10px;
  }
  .std-content-comfort .std-comfort-plus-item .std-comfort-block .std-comfort-block-image .std-comfort-block-badges {
    left: calc( 10 / 375 * 100vw);
  }
  .std-content-comfort .std-comfort-plus-item .std-comfort-block .std-comfort-block-image .std-comfort-block-badges picture {
    width: calc( 52 / 375 * 100vw);
    height: calc( 80 / 375 * 100vw);
  }
  .std-content-comfort .std-comfort-plus-item .std-comfort-block .std-button-detail p {
    padding: 8px 20px;
  }
}

.std-content-end {
  margin-bottom: 0;
}

.std-content-end .std-content-end-more {
  padding: 80px 60px 100px;
  max-width: 1080px;
  margin-bottom: 0;
  gap: 0;
}

.std-content-end .std-content-end-more h3,
.std-series-main .std-content-end .std-content-end-more h2 {
  font-size: 36px;
  line-height: 52px;
  text-align: center;
  margin-bottom: 40px;
}

.std-content-end .std-content-end-more ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 31px;
}

.std-content-end .std-content-end-more ul li {
  width: 50%;
}

.std-content-end .std-content-end-more ul li:first-child {
  padding-right: 60px;
  border-right: 1px solid #E2E3E7;
}

.std-content-end .std-content-end-more ul li:last-child {
  padding-left: 60px;
}

.std-series-main .std-content-end .std-content-end-more ul li h3 {
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 10px;
}

.std-content-end .std-content-end-more ul li a {
  display: block;
  position: relative;
}

.std-content-end .std-content-end-more ul li a picture {
  overflow: hidden;
  border-radius: 10px;
}

.std-content-end .std-content-end-more ul li a picture img {
  transition: transform .3s;
}

.std-content-end .std-content-end-more ul li a p {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgba(97, 169, 129, 0.9);
  padding: 22px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transition: background-color .3s;
}

.std-content-end .std-content-end-more ul li a p::after {
  content: '';
  width: 7px;
  height: 14px;
  display: block;
  background-image: url("/philosophy/standard/img/top/more_button_bullet.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 29px;
  right: 34px;
  transition: right .3s;
}

.std-content-end .std-content-end-more ul li a:hover picture img {
  transform: scale(1.1);
}

.std-content-end .std-content-end-more ul li a:hover p {
  background-color: #61a981;
}

.std-content-end .std-content-end-more ul li a:hover p::after {
  right: 29px;
}

.std-content-end .std-content-end-more .std-note {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}

.std-content-end .std-content-end-photo {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
}

.std-content-end .std-content-end-photo p {
  background-color: #FFF;
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
  padding: 30px 40px;
  position: absolute;
  left: 40px;
  bottom: 40px;
}

@media screen and (max-width: 1366px) {
  .std-content-end .std-content-end-more {
    padding-left: calc( 60 / 1366 * 100vw);
    padding-right: calc( 60 / 1366 * 100vw);
  }
  .std-content-end .std-content-end-more h3,
  .std-series-main .std-content-end .std-content-end-more h2 {
    margin-left: calc( -30 / 1366 * 100vw);
    margin-right: calc( -30 / 1366 * 100vw);
  }
  .std-content-end .std-content-end-more ul li:first-child {
    padding-right: calc( 60 / 1366 * 100vw);
  }
  .std-content-end .std-content-end-more ul li:last-child {
    padding-left: calc( 60 / 1366 * 100vw);
  }
  .std-content-end .std-content-end-more ul li h4,
  .std-series-main .std-content-end .std-content-end-more ul li h3 {
    margin-left: calc( -60 / 1366 * 100vw);
    margin-right: calc( -60 / 1366 * 100vw);
  }
}

@media screen and (max-width: 960px) {
  .std-content-end .std-content-end-more ul li h4,
  .std-series-main .std-content-end .std-content-end-more ul li h3 {
    font-size: 16px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 768px) {
  .std-content-end .std-content-end-more {
    padding: 60px 30px;
  }
  .std-content-end .std-content-end-more h3,
  .std-series-main .std-content-end .std-content-end-more h2 {
    font-size: 24px;
    line-height: 35px;
  }
  .std-content-end .std-content-end-more ul {
    flex-direction: column;
    margin-bottom: 40px;
    gap: 50px;
  }
  .std-content-end .std-content-end-more ul li {
    width: 100%;
  }
  .std-content-end .std-content-end-more ul li h4,
  .std-series-main .std-content-end .std-content-end-more ul li h3 {
    margin: 0 -20px 20px;
  }
  .std-content-end .std-content-end-more ul li:first-child {
    padding-right: 0;
    border-right: none;
  }
  .std-content-end .std-content-end-more ul li:last-child {
    padding-left: 0;
  }
  .std-content-end .std-content-end-more ul li a p::after {
    top: 29px;
    right: 22px;
  }
  .std-content-end .std-content-end-more .std-note {
    font-size: 12px;
  }
  .std-content-end .std-content-end-photo img {
    max-height: 480px;
    object-fit: cover;
  }
  .std-content-end .std-content-end-photo p {
    font-size: 16px;
    line-height: 24px;
    padding: 20px;
    left: 0;
    bottom: 30px;
  }
}
</pre></body></html>