@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&family=Noto+Sans+JP:wght@100..900&display=swap");
.marugo {
  font-family: "Hiragino Maru Gothic Std", sans-serif;
}
div.wrapper_ {
  overflow: clip;
}
div.container_,
div.container_ div.contents_ div.mainframe_ {
  width: 100%;
}
.navitopicpath_ {
  max-width: 1100px;
  margin: 10px auto 19px;
}
@media screen and (max-width: 768px) {
  .navitopicpath_ {
    display: none;
  }
}
.leftmenuframe_ {
  display: none;
}
div.goods_ {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* padding: 0 50px 0; */
  background: #fff;
}
@media screen and (max-width: 768px) {
  div.goods_ {
    padding: 0 20px 33px;
    margin-bottom: 0;
  }
}
.emattress_content {
  font-family: "Noto Sans JP", sans-serif;
  background: url("/img/usr/freepage/compactlp/bg.jpg") repeat top/contain;
  background-size: 127px 116px;
  padding: 0 0 65px;
  color: #452704;
}
@media screen and (max-width: 768px) {
  .emattress_content {
    padding: 0 0 40px;
  }
}
.emattress_content img {
  width: 100%;
}
.emattress_content .isSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .emattress_content .isSp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .emattress_content .isPc {
    display: none;
  }
}
.emattress_content .inner {
  max-width: 1000px;
  margin: 70px auto 0;
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
          box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .emattress_content .inner {
    margin: 42px 13px 0;
  }
}
.emattress_content .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .emattress_content .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.mv_content img {
  max-width: 100%;
  border-radius: 0 0 55px 55px;
}
@media screen and (max-width: 768px) {
  .mv_content img {
    border-radius: 0 0 30px 30px;
  }
}
.main_head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #452704;
  margin: 42px auto 58px;
  font-size: 21px;
  letter-spacing: 0.025em;
  font-weight: 600;
  padding: 60px 0 0 60px;
  background: url("/img/usr/freepage/emattress/title_pc.svg") no-repeat;
  background-size: 102px auto;
  background-position: top left;
}
@media screen and (max-width: 768px) {
  .main_head .head {
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .main_head {
    text-align: center;
    font-size: 18px;
    padding: 49px 0 0 23px;
    margin: 12px auto 28px;
    background: url("/img/usr/freepage/emattress/title_pc.svg") no-repeat;
    background-size: 80px auto;
  }
}
.or_inline {
  color: #f0902f;
  display: inline;
}
.or_inline span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.or_inline span:before {
  position: absolute;
  content: "・";
  display: block;
  color: #452704;
  top: -17px;
}
.item_map {
  max-width: 1000px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .item_map {
    width: calc(100% - 26px);
    margin-bottom: 30px;
  }
}
.item_map--label {
  border-radius: 25px 25px 0 0;
  text-align: center;
  background: #452704;
  padding: 24px 0;
}
.item_map--label img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .item_map--label {
    padding: 18px 0 16px;
    border-radius: 20px 20px 0 0;
  }
}
.item_map--all {
  background: #fff;
  padding: 24px 20px 18px;
  border-radius: 0 0 25px 25px;
}
@media screen and (max-width: 768px) {
  .item_map--all {
    border-radius: 0 0 20px 20px;
    padding: 11px 20px;
  }
}
.item_map--example {
  background: url("/img/usr/freepage/emattress/map_pc.png") no-repeat;
  background-size: contain;
  padding: 103px 0 12px;
}
@media screen and (max-width: 768px) {
  .item_map--example {
    background: url("/img/usr/freepage/emattress/map_sp.png") no-repeat;
    background-size: 100% 100%;
    padding: calc((78 / 375) * 100vw) 0 calc((26 / 375) * 100vw);
  }
}
.item_map .item_map--tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.item_map .item_map--tab:hover {
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  .item_map .item_map--tab {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .item_map .item_map--tab {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.item_map .item_map--tab:first-of-type {
  margin-left: calc((386 / 920) * 100%);
}
.item_map .item_map--tab:first-of-type .map_bg {
  padding: 17px 0 14px;
}
.item_map .item_map--tab:first-of-type .map_bg img {
  width: 148px;
}
@media screen and (max-width: 768px) {
  .item_map .item_map--tab:first-of-type {
    gap: 5px;
    margin-left: calc(((122 / 309)) * 100%);
  }
  .item_map .item_map--tab:first-of-type .map_bg {
    padding: 8px 0 7px;
  }
  .item_map .item_map--tab:first-of-type .map_bg img {
    width: calc((66 / 375) * 100vw);
  }
}
.item_map .item_map--tab:nth-of-type(2) {
  margin-top: -12px;
  margin-left: calc((579 / 920) * 100%);
}
.item_map .item_map--tab:nth-of-type(2) .map_bg {
  padding: 21px 0 15px;
}
.item_map .item_map--tab:nth-of-type(2) .map_bg img {
  width: 138px;
}
@media screen and (max-width: 768px) {
  .item_map .item_map--tab:nth-of-type(2) {
    gap: 4px;
    margin: calc((23 / 374) * 100vw) -13px 0 calc((187 / 309) * 100%);
  }
  .item_map .item_map--tab:nth-of-type(2) .map_bg {
    padding: 10px 0 7px;
  }
  .item_map .item_map--tab:nth-of-type(2) .map_bg img {
    width: calc((62 / 375) * 100vw);
  }
}
.item_map .item_map--tab:nth-of-type(3) {
  margin-top: 29px;
  margin-left: calc((200 / 920) * 100%);
}
.item_map .item_map--tab:nth-of-type(3) .map_bg {
  padding: 18px 0 16px;
}
.item_map .item_map--tab:nth-of-type(3) .map_bg img {
  width: 147px;
}
@media screen and (max-width: 768px) {
  .item_map .item_map--tab:nth-of-type(3) {
    gap: 10px;
    margin-top: calc((34 / 374) * 100vw);
    margin-left: calc((56 / 309) * 100%);
  }
  .item_map .item_map--tab:nth-of-type(3) .map_bg {
    padding: 8px 0 7px;
  }
  .item_map .item_map--tab:nth-of-type(3) .map_bg img {
    width: calc((66 / 375) * 100vw);
  }
}
.item_map .item_map--tab:nth-of-type(4) {
  margin-left: calc((200 / 920) * 100%);
  margin-top: 7px;
}
.item_map .item_map--tab:nth-of-type(4) .map_bg {
  padding: 22px 0 11px;
}
.item_map .item_map--tab:nth-of-type(4) .map_bg img {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .item_map .item_map--tab:nth-of-type(4) {
    gap: 9px;
    margin-top: calc((21 / 374) * 100vw);
    margin-left: calc((56 / 309) * 100%);
  }
  .item_map .item_map--tab:nth-of-type(4) .map_bg {
    padding: 10px 0 5px;
  }
  .item_map .item_map--tab:nth-of-type(4) .map_bg img {
    width: calc((67 / 375) * 100vw);
  }
}
.item_map .map_bg {
  position: relative;
  z-index: 0;
}
.item_map .map_bg:before {
  position: absolute;
  content: "";
  z-index: -1;
  background: #fff;
  border-radius: 50%;
  width: 107px;
  height: 107px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .item_map .map_bg:before {
    width: calc((48 / 375) * 100vw);
    height: 100%;
    aspect-ratio: 1;
  }
}
.item_map .map_item {
  position: relative;
  color: #3e2c17;
  font-weight: 600;
  font-size: 16px;
  margin-left: -10px;
  padding-right: 16px;
  padding-bottom: 9px;
  background: url("/img/usr/freepage/emattress/toggle.svg") no-repeat;
  background-size: 16px;
  background-position: top right;
  right: 0;
}
@media screen and (max-width: 768px) {
  .item_map .map_item {
    margin: 0;
    padding: 0;
    font-size: 13px;
    background-size: 14px;
    background-position: top 3px right;
  }
}
.item_map .map_item span {
  display: block;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .item_map .map_item span {
    font-size: 9px;
    padding-right: 3px;
  }
}
.item_map--txt {
  text-align: right;
  font-size: 12px;
  margin-top: 16px;
}
.tab_top .tab_wrapper li,
.tab_bottom .tab_wrapper li {
  cursor: pointer;
}
.tab_top .tab_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  place-content: center;
}
.tab_top .tab_wrapper li {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 97px;
  border-left: 1px dashed #fff;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  background: #365489;
  cursor: pointer;
  text-align: center;
}
.tab_top .tab_wrapper li span {
  font-weight: 400;
  font-size: 13px;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .tab_top .tab_wrapper li span {
    padding-top: 4px;
    font-size: 8px;
  }
}
@media screen and (max-width: 768px) {
  .tab_top .tab_wrapper li {
    height: 68px;
    font-size: 13px;
    text-align: center;
  }
}
.tab_top .tab_wrapper li.is_active {
  color: #365489;
  background: #fff;
  border-color: #365489;
}
.tab_top .tab_wrapper li.is_active > li {
  border-color: #365489;
}
@media screen and (max-width: 768px) {
  .tab_top .tab_wrapper li:nth-child(2) {
    font-size: 12px;
  }
}
.tab_top .tab_wrapper li:first-child {
  border: none;
  border-radius: 25px 0 0 0;
}
@media screen and (max-width: 768px) {
  .tab_top .tab_wrapper li:first-child {
    border-radius: 20px 0 0 0;
  }
}
.tab_top .tab_wrapper li:last-child {
  border-radius: 0 25px 0 0;
  background: #452704;
  font-size: 15px;
  line-height: 1.5;
}
.tab_top .tab_wrapper li:last-child.is_active {
  background: #fff;
  color: #452704;
  border-color: #365489;
}
@media screen and (max-width: 768px) {
  .tab_top .tab_wrapper li:last-child {
    font-size: 9px;
    border-radius: 0 20px 0 0;
  }
}
.tab_bottom {
  color: #fff;
  background: #452704;
  border-radius: 0 0 25px 25px;
  padding: 52px 0 60px;
}
@media screen and (max-width: 768px) {
  .tab_bottom {
    border-radius: 0 0 25px 25px;
    padding: 29px 0 38px;
  }
}
.tab_bottom p {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
}
.tab_bottom .tab_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  .tab_bottom .tab_wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    padding: 0 45px 0;
    gap: 16px 35px;
    margin: 20px 0 0;
  }
}
.tab_bottom .tab_wrapper li {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-left: 1px dashed #fff;
  padding: 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
}
@media screen and (max-width: 768px) {
  .tab_bottom .tab_wrapper li {
    max-width: 100%;
    padding: 0;
    border: none;
    font-size: 13px;
    line-height: 20px;
  }
}
.tab_bottom .tab_wrapper li:after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.tab_bottom .tab_wrapper li:first-child {
  padding-left: 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .tab_bottom .tab_wrapper li:first-child {
    padding: 0;
  }
}
.tab_bottom .tab_wrapper li:first-child.is_active + li {
  padding-left: 0;
  border: none;
}
.tab_bottom .tab_wrapper li.is_active {
  display: none;
}
.content_wrapper {
  background: #fff;
}
.intro {
  padding: 70px 50px 50px;
}
@media screen and (max-width: 768px) {
  .intro {
    padding: 40px 20px 35px;
  }
}
.intro .intro_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .intro .intro_ttl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 30px;
  }
  .intro .intro_ttl img {
    width: 102px;
  }
}
.intro .intro_ttl h2 {
  font-size: 40px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .intro .intro_ttl h2 {
    font-size: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.intro .flex_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 583px auto;
  grid-template-columns: 583px auto;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .intro .flex_wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.intro .intro_item img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .intro .intro_item {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
}
.intro .block {
  border-radius: 10px;
  border: solid 6px #f7f6f0;
  padding: 25px 16px;
}
@media screen and (max-width: 768px) {
  .intro .block {
    padding: 16px 20px 19px;
  }
}
.intro .block p {
  font-size: 16px;
  font-weight: bold;
  padding-left: 3px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .intro .block p {
    margin-bottom: 20px;
  }
}
.intro .block li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 16px;
  padding-left: 1.7em;
  text-indent: -1.7em;
}
@media screen and (max-width: 768px) {
  .intro .block li {
    line-height: 1.4;
    margin-top: 12px;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
}
.intro .block li:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #452704;
  margin-right: 13px;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .intro .block li:before {
    margin-right: 10px;
  }
}
@media screen and (min-width: 769px) {
  .recommend {
    width: 895px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .recommend {
    padding: 0 20px 0;
  }
}
@media screen and (min-width: 769px) {
  .recommend .flex_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 621px;
    grid-template-columns: auto 621px;
    -webkit-column-gap: 38px;
       -moz-column-gap: 38px;
            column-gap: 38px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.recommend .flex_wrap .img {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .recommend .flex_wrap .img {
    height: 100%;
    background: url("/img/usr/freepage/emattress/recommend_pc.svg") no-repeat;
    background-size: 100% auto;
    background-position: top left;
  }
  .recommend .flex_wrap .img img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom right;
       object-position: bottom right;
  }
}
@media screen and (max-width: 768px) {
  .recommend .flex_wrap .img {
    background: url("/img/usr/freepage/emattress/recommend_sp.svg") no-repeat;
    background-size: 141px auto;
    background-position: top left;
    margin-left: -9px;
  }
}
.recommend_item {
  background: #f7f6f0;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .recommend_item {
    padding: 30px;
  }
  .recommend_item_item + .recommend_item_item {
    margin-top: 20px;
  }
}
.recommend_item .ttl {
  font-weight: 600;
  line-height: 1.2;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .recommend_item .ttl {
    font-size: 20px;
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 768px) {
  .recommend_item .ttl {
    text-align: center;
    line-height: 1.25;
    font-size: 17px;
    margin-bottom: 20px;
  }
}
.recommend_item.knit_item,
.recommend_item.coil_item {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .recommend_item.knit_item,
  .recommend_item.coil_item {
    padding: 24px;
  }
  .recommend_item.knit_item .ttl,
  .recommend_item.coil_item .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
  }
}
.recommend_item.coil_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .recommend_item.roll_item {
    padding: 35px 24px 34px 40px;
    text-align: left;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
  .recommend_item.roll_item .ttl {
    height: auto;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .recommend_item.roll_item {
    text-align: center;
  }
  .recommend_item.roll_item .ttl {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.recommend_item.anti_item {
  text-align: center;
  padding-top: 35px;
}
.recommend_item.anti_item:first-of-type .ttl {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .recommend_item.anti_item {
    padding: 30px 10px;
  }
}
@media screen and (min-width: 769px) {
  .recommend_item.anti_item .ttl {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  .recommend_item.anti_item .ttl {
    margin-bottom: 12px;
  }
}
.recommend_item.knit_col2 {
  padding: 36px 43px;
}
@media screen and (min-width: 769px) {
  .recommend_item.knit_col2 .ttl {
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 768px) {
  .recommend_item.knit_col2 {
    padding: 30px 16px;
  }
}
.recommend_item.pocket_item {
  padding: 30px 40px 25px;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .recommend_item.pocket_item .ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .recommend_item.pocket_item {
    padding: 30px 26px;
  }
}
.recommend_img {
  width: 241px;
}
@media screen and (max-width: 768px) {
  .recommend_img {
    margin: 0 auto;
  }
}
.recommend_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .recommend_txt {
    gap: 30px;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.recommend .point {
  font-weight: 600;
  font-size: 17px;
  margin: 36px 0 29px;
}
@media screen and (max-width: 768px) {
  .recommend .point {
    font-size: 13px;
    margin: 0 0 17px;
  }
}
.recommend .explain {
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .recommend .explain {
    font-size: 12px;
    line-height: 2;
  }
}
.recommend .coil {
  float: left;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recommend .coil img {
  height: 143px;
}
@media screen and (max-width: 768px) {
  .recommend .coil img {
    height: 151px;
  }
}
.recommend .coil.ex {
  padding-left: 13px;
  width: 111px;
}
.recommend .coil.ex img {
  width: 96px;
}
@media screen and (max-width: 768px) {
  .recommend .coil.ex {
    padding-left: 16px;
    width: calc((114 / 375) * 100vw);
  }
}
.recommend .coil.spring {
  width: 126px;
  margin-left: 14px;
}
.recommend .coil.spring img {
  width: 103px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media screen and (max-width: 768px) {
  .recommend .coil.spring {
    width: calc((117 / 375) * 100vw);
  }
}
.recommend .coil_txt {
  margin-top: 9px;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .recommend .coil_txt {
    font-size: 13px;
  }
}
.explanation_img {
  padding: 0 50px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .explanation_img {
    padding: 0 20px 0;
  }
}
.review {
  position: relative;
  background: #f7f6f0;
  padding: 70px 45px 40px;
  margin: 0 50px 60px;
}
@media screen and (max-width: 768px) {
  .review {
    padding: 30px 16px 40px;
    margin: 0 20px 25px;
  }
}
.review:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -10px;
  display: block;
  width: 196px;
  height: 125px;
  background: url("/img/usr/freepage/compactlp/common02.png") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .review:before {
    width: 123px;
    height: 80px;
    top: -10px;
  }
}
.review .flex_wrap {
  gap: 0;
}
.review .review_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .review .review_block {
    padding: 48px 0 30px;
  }
}
.review .review_block:first-child {
  padding-right: 30px;
  background-size: 2px 6px;
  background-image: linear-gradient(to top, #000 2px, transparent 2px);
  background-repeat: repeat-y;
  background-position: right top;
}
@media screen and (max-width: 768px) {
  .review .review_block:first-child {
    padding-right: 0;
    background: none;
  }
}
.review .review_block:last-child {
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .review .review_block:last-child {
    padding-left: 0;
    background-size: 6px 2px;
    background-image: linear-gradient(to right, #000 2px, transparent 2px);
    background-repeat: repeat-x;
    background-position: left top;
  }
}
.review .review_block .r_ttl {
  font-size: 16px;
  font-weight: bold;
  padding: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .review .review_block .r_ttl {
    line-height: 26px;
    padding: 0;
  }
}
.review .review_block .r_star {
  margin: 15px 0 0;
  height: 18px;
  background: url("/img/usr/freepage/compactlp/star.png") repeat center left/contain;
}
@media screen and (max-width: 768px) {
  .review .review_block .r_star {
    margin: 20px 0 0;
  }
}
.review .review_block .r_star.one {
  width: 18px;
}
.review .review_block .r_star.two {
  width: 35px;
}
.review .review_block .r_star.three {
  width: 55px;
}
.review .review_block .r_star.four {
  width: 75px;
}
.review .review_block .r_star.five {
  width: 95px;
}
.review .review_block .r_item,
.review .review_block .r_name,
.review .review_block .r_date {
  min-height: 17px;
  font-size: 13px;
  margin: 8px 0 0;
}
@media screen and (max-width: 768px) {
  .review .review_block .r_item,
  .review .review_block .r_name,
  .review .review_block .r_date {
    font-size: 12px;
    margin: 4px 0 0;
    min-height: auto;
  }
}
@media screen and (max-width: 768px) {
  .review .review_block .r_item {
    margin: 11px 0 0;
  }
}
.review .review_block .r_name {
  margin: 13px 0 0;
}
@media screen and (max-width: 768px) {
  .review .review_block .r_name {
    margin: 4px 0 0;
  }
}
.review .review_block .r_comment {
  font-size: 14px;
  line-height: 24px;
  margin: 20px 12px 0 0;
}
@media screen and (max-width: 768px) {
  .review .review_block .r_comment {
    margin: 30px 0 100px;
  }
}
.goods_title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 50px 0;
}
@media screen and (max-width: 768px) {
  .goods_title {
    font-size: 18px;
    margin: 0 20px 0;
  }
}
.goods_title:before {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url("/img/usr/freepage/compactlp/common03.png") repeat-x top/contain;
  margin: 0 0 63px;
}
@media screen and (max-width: 768px) {
  .goods_title:before {
    margin: 0 0 25px;
  }
}
.goods_ img{
  width: auto !important;
}
.smh-02 .intro .intro_ttl {
  gap: 23px;
}
@media screen and (max-width: 768px) {
  .smh-02 .intro .intro_ttl {
    gap: 7px;
  }
}
.smh-02 .intro .intro_ttl h2 {
  letter-spacing: 0;
}
.smh-02 .intro .intro_ttl .img {
  margin: 0;
}
.smh-02 .intro .intro_ttl .img img {
  height: 74px;
}
@media screen and (max-width: 768px) {
  .smh-02 .intro .intro_ttl .img img {
    height: 51px;
  }
}
.smh-02 .recommend_list {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .smh-02 .recommend_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 9px;
  }
}
@media screen and (max-width: 768px) {
  .smh-02 .recommend_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 769px) {
  .smh-02 .recommend_item .knit {
    width: 161px;
  }
}
@media screen and (max-width: 768px) {
  .smh-02 .recommend_item .knit {
    margin-top: 10px;
    width: 150px;
  }
}
@media screen and (min-width: 769px) {
  .smh-02 .recommend .img img {
    width: 233px;
  }
}
@media screen and (max-width: 768px) {
  .smh-02 .recommend .img {
    padding-top: 31px;
  }
  .smh-02 .recommend .img img {
    width: calc((237 / 375) * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .structure {
    margin: 85px 53px 0;
    padding-bottom: 58px;
    border-bottom: dotted 1px #452704;
  }
}
@media screen and (max-width: 768px) {
  .structure {
    margin: 60px 20px 0;
    padding-bottom: 43px;
  }
}
.structure_img {
  position: relative;
}
.structure_img:before {
  position: absolute;
  content: url("/img/usr/freepage/emattress/structure_pc.svg");
  top: -60px;
  left: -6px;
}
@media screen and (max-width: 768px) {
  .structure_img:before {
    content: url("/img/usr/freepage/emattress/structure_sp.svg");
    left: -10px;
    top: -50px;
  }
}
.structure_txt {
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .structure_txt {
    line-height: 1.3;
    margin-top: 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .structure_txt {
    line-height: 1.5;
    margin-top: 20px;
    font-size: 13px;
  }
}
.smh-01 .intro .intro_ttl {
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .smh-01 .intro .intro_ttl {
    gap: 8px;
  }
}
.smh-01 .intro .intro_ttl .img img {
  height: 74px;
}
@media screen and (max-width: 768px) {
  .smh-01 .intro .intro_ttl .img img {
    height: 51px;
  }
}
.smh-01 .recommend_list {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .smh-01 .recommend_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .smh-01 .recommend_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.smh-01 .recommend_item .knit {
  width: 113px;
}
@media screen and (min-width: 769px) {
  .smh-01 .recommend .img img {
    width: 206px;
  }
}
@media screen and (max-width: 768px) {
  .smh-01 .recommend .img img {
    width: calc((200 / 375) * 100vw);
  }
}
.smh-01 .anti_list {
  margin-top: 11px;
  -ms-grid-columns: (53px)[3];
  grid-template-columns: repeat(3, 53px);
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .smh-01 .anti_list {
    -ms-grid-columns: (76px)[3];
    grid-template-columns: repeat(3, 76px);
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
  }
}
.smh-01 .anti_img {
  height: 49px;
}
@media screen and (max-width: 768px) {
  .smh-01 .anti_img {
    height: 72px;
  }
}
@media screen and (min-width: 769px) {
  .smh-01 .anti_point:first-of-type .anti_img {
    padding: 3.5px 9px 0;
  }
  .smh-01 .anti_point:not(:first-of-type) .anti_img {
    padding: 5px 6px 0;
  }
  .smh-01 .anti_point:last-of-type .anti_label {
    font-size: 9px;
  }
}
.smh-01 .anti_label {
  border-radius: 0 0 6px 6px;
  font-size: 9px;
  line-height: 15px;
}
@media screen and (max-width: 768px) {
  .smh-01 .anti_label {
    font-size: 13px;
    line-height: 22px;
  }
}
.smh-01 .anti_txt {
  margin-top: 14px;
}
.smh-01 .anti_txt span {
  font-size: 10px;
}
.anti_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (93px)[3];
  grid-template-columns: repeat(3, 93px);
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
}
@media screen and (max-width: 768px) {
  .anti_list {
    -ms-grid-columns: (76px)[3];
    grid-template-columns: repeat(3, 76px);
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
  }
}
.anti_img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 6px 6px 0 0;
  height: 88px;
}
@media screen and (max-width: 768px) {
  .anti_img {
    height: 72px;
  }
}
@media screen and (min-width: 769px) {
  .anti_point:first-of-type .anti_img {
    padding: 6px 16px;
  }
  .anti_point:not(:first-of-type) .anti_img {
    padding: 8px 10px;
  }
  .anti_point:last-of-type .anti_label {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .anti_point:first-of-type .anti_img {
    padding: 5px 13px;
  }
  .anti_point:not(:first-of-type) .anti_img {
    padding: 7px 9px;
  }
  .anti_point:last-of-type .anti_label {
    font-size: 11px;
  }
}
.anti_label {
  background: #452704;
  color: #fff;
  text-align: center;
  font-weight: 600;
  border-radius: 0 0 6px 6px;
  line-height: 27px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .anti_label {
    line-height: 22px;
    font-size: 13px;
  }
}
.anti_txt {
  margin-top: 23px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .anti_txt span {
    font-size: 10px;
  }
}
.smh-03 .intro .intro_ttl {
  gap: 37px;
}
@media screen and (max-width: 768px) {
  .smh-03 .intro .intro_ttl {
    gap: 10px;
  }
}
.smh-03 .intro .intro_ttl .img img {
  height: 71px;
}
@media screen and (max-width: 768px) {
  .smh-03 .intro .intro_ttl .img img {
    height: 51px;
  }
}
.smh-03 .recommend_item {
  padding: 36px 30px 33px 40px;
}
@media screen and (max-width: 768px) {
  .smh-03 .recommend_item {
    padding: 30px 26px;
  }
}
.smh-03 .recommend .knit {
  width: 307px;
  margin-bottom: 30px;
}
.smh-03 .recommend .ttl {
  margin-bottom: 30px;
}
.smh-03 .recommend_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .smh-03 .recommend_block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.smh-03 .recommend_block:nth-child(4) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .smh-03 .recommend_block:nth-child(4) {
    padding: 0 20px 0 10px;
  }
}
.smh-03 .recommend_text {
  font-size: 14px;
  line-height: 1.5;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .smh-03 .recommend .anti_txt {
    margin: 22px -12px 0;
  }
}
.smh-03 .recommend .material {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 73px auto;
  grid-template-columns: 73px auto;
  gap: 16px;
}
.smh-03 .recommend .material_detail {
  font-weight: 600;
  line-height: 19px;
}
.smh-03 .recommend .material_name {
  font-size: 17px;
}
.smh-03 .recommend .material_text {
  font-size: 14px;
}
.smh-03 .recommend .material_main {
  width: 216px;
}
@media screen and (max-width: 768px) {
  .smh-03 .recommend .material_main {
    width: 100%;
  }
}
.smh-03 .recommend .coil.spring {
  width: auto;
  margin: 0;
  line-height: 1.5;
}
.smh-03 .recommend .coil.spring img {
  height: auto;
}
@media screen and (min-width: 769px) {
  .smh-03 .recommend .img img {
    width: 224px;
  }
}
@media screen and (max-width: 768px) {
  .smh-03 .recommend .img img {
    width: calc((181 / 375) * 100vw);
  }
}
.smh-03 .explanation_img {
  margin: 22px 0 85px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 1fr 355px;
  grid-template-rows: 1fr 1fr 355px;
  gap: 20px 15px;
}
@media screen and (max-width: 768px) {
  .smh-03 .explanation_img {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: unset;
    grid-template-rows: unset;
    gap: 20px 15px;
    margin: 37px 0;
  }
}
.smh-03 .explanation_img .content01 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.smh-03 .explanation_img .content01 img {
  max-width: 405px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .smh-03 .explanation_img .content01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
  .smh-03 .explanation_img .content01 img {
    max-width: 100%;
  }
}
.smh-03 .explanation_img .content02 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/3/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.smh-03 .explanation_img .content02 #video05 {
  margin: 40px 0 0;
  width: 480px;
  height: 632px;
}
@media screen and (max-width: 768px) {
  .smh-03 .explanation_img .content02 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
  }
  .smh-03 .explanation_img .content02 #video05 {
    width: 100%;
    height: revert-layer;
  }
}
.smh-03 .explanation_img .content03 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 3/1/4/3;
}
@media screen and (max-width: 768px) {
  .smh-03 .explanation_img .content03 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
}
[id^="E-mattress-"] {
  width: 100%;
  position: relative;
  height: 0;
  z-index: -1;
}
[id^="E-mattress-"].is_active {
  position: static;
  height: auto;
  z-index: 0;
}
.smh-LS .intro:after {
  margin: 25px 0 0;
}
.smh-LS .intro .intro_ttl {
  gap: 31px;
}
@media screen and (max-width: 768px) {
  .smh-LS .intro .intro_ttl {
    gap: 10px;
  }
}
.smh-LS .intro .intro_ttl .img {
  margin: 0;
}
.smh-LS .intro .intro_ttl .img img {
  height: 75px;
}
@media screen and (max-width: 768px) {
  .smh-LS .intro .intro_ttl .img img {
    height: 51px;
  }
}
@media screen and (min-width: 769px) {
  .smh-LS .recommend .knit_col2_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 47px;
    padding: 0 9px;
  }
}
@media screen and (max-width: 768px) {
  .smh-LS .recommend .knit_col2_block {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .smh-LS .recommend .anti_list {
    margin-top: 17px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .smh-LS .recommend .pocket_item_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .smh-LS .recommend .pocket_item_block {
    text-align: center;
  }
}
.smh-LS .recommend .pocket_txt {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 37px;
}
@media screen and (min-width: 769px) {
  .smh-LS .recommend .pocket_coil {
    width: 235px;
    margin-right: 29px;
  }
}
@media screen and (max-width: 768px) {
  .smh-LS .recommend .pocket_coil {
    width: 257px;
  }
}
.smh-LS .recommend .pocket_spring {
  width: 103px;
}
@media screen and (min-width: 769px) {
  .smh-LS .recommend .pocket_spring {
    margin-right: 18px;
  }
}
@media screen and (max-width: 768px) {
  .smh-LS .recommend .pocket_spring {
    margin: 20px auto 12px;
  }
}
.smh-LS .recommend .pocket_item_txt {
  text-align: center;
  font-weight: 600;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .smh-LS .recommend .img img {
    width: 236px;
  }
}
@media screen and (max-width: 768px) {
  .smh-LS .recommend .img img {
    width: calc((181 / 375) * 100vw);
  }
}
.smh-LS .recommend .knit {
  width: 153px;
}
@media screen and (min-width: 769px) {
  .smh-other .intro {
    padding-top: 60px;
    position: relative;
  }
}
.smh-other .intro h2 {
  line-height: 1;
}
.smh-other .intro h2 span {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .smh-other .intro h2 span {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  .smh-other .intro_main_img {
    position: absolute;
    width: 255px;
    top: 60px;
    right: 90px;
  }
}
#smh-100 .intro_ttl .img img {
  height: 75px;
}
@media screen and (max-width: 768px) {
  #smh-100 .intro_ttl .img img {
    height: 42px;
  }
}
@media screen and (max-width: 768px) {
  #smh-100 .structure {
    border-bottom: dotted 1px #452704;
  }
}
#smh-200 .intro_ttl .img img {
  height: 76px;
}
@media screen and (max-width: 768px) {
  #smh-200 .intro_ttl .img img {
    height: 42px;
  }
}
.smh_head_wrap {
  margin: 0 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: dotted 1px #452704;
}
@media screen and (max-width: 768px) {
  .smh_head_wrap {
    margin: 0 20px;
    padding: 20px 0;
  }
}
.smh_head_wrap:before,
.smh_head_wrap:after {
  content: '';
  display: block;
  width: 25px;
  height: 62px;
  background-size: cover;
  background-image: url("/img/usr/freepage/emattress/smh_head_side.svg");
}
@media screen and (max-width: 768px) {
  .smh_head_wrap:before,
  .smh_head_wrap:after {
    width: calc((25 / 375) * 100vw);
    height: calc((49 / 375) * 100vw);
    background-image: url("/img/usr/freepage/emattress/smh_head_side_sp.svg");
  }
}
.smh_head_wrap:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.smh_head {
  width: 100%;
  height: 62px;
  margin: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #452704;
  font-weight: bold;
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .smh_head {
    height: calc((49 / 375) * 100vw);
    margin: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .smh_head span {
    display: block;
    font-size: 20px;
  }
}
.smh-other .recommend_item {
  padding: 70px 0 30px;
}
@media screen and (max-width: 768px) {
  .smh-other .recommend_item {
    padding: 40px 0 30px;
  }
}
.smh-other .recommend_head {
  width: 405px;
  height: 64px;
  -webkit-padding-end: 30px;
          padding-inline-end: 30px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.smh-other .recommend_head img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  overflow-clip-margin: unset;
}
@media screen and (max-width: 768px) {
  .smh-other .recommend_head {
    width: 206px;
    height: 60px;
  }
}
.smh-other .recommend_head:before {
  content: '';
  display: block;
  width: 69px;
  height: 42px;
  background-size: cover;
  background-image: url("/img/usr/freepage/emattress/smh_recommend_head_aside.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: 15px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .smh-other .recommend_head:before {
    top: -40px;
    left: -10px;
  }
}
.smh-other .recommend_item_inner {
  margin-top: 40px;
  padding-inline: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 474px 271px;
  grid-template-columns: 474px 271px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  gap: 21px 69px;
}
@media screen and (max-width: 768px) {
  .smh-other .recommend_item_inner {
    margin-top: 30px;
    padding-inline: 15px;
    display: block;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
    -ms-grid-rows: unset;
    grid-template-rows: unset;
    gap: 30px;
  }
}
.smh-other .recommend_item_inner .ttl {
  font-size: 16px;
  font-weight: 600;
}
.smh-other .recommend_item_inner .anti_txt {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .smh-other .recommend_item_inner .anti_txt {
    font-size: 11px;
  }
  .smh-other .recommend_item_inner .anti_txt span {
    font-size: 9px;
  }
}
@media screen and (min-width: 769px) {
  .smh-other .recommend_item_left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media screen and (min-width: 769px) {
  .smh-other .recommend_item_right {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media screen and (max-width: 768px) {
  .smh-other .recommend_item_right {
    margin-top: 30px;
  }
}
.smh-other .recommend_item_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (min-width: 769px) {
  .smh-other .recommend_item_bottom {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
@media screen and (max-width: 768px) {
  .smh-other .recommend_item_bottom {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.smh-other .recommend_item_bottom_left,
.smh-other .recommend_item_bottom_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.smh-other .recommend_item_bottom_left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 336px;
}
@media screen and (max-width: 768px) {
  .smh-other .recommend_item_bottom_left {
    width: auto;
  }
}
.smh-other .recommend_item_bottom_left .main {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .smh-other .recommend_item_bottom_left .main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 13px;
  }
}
.smh-other .recommend_item_bottom_left .main + .sub {
  margin-top: 20px;
}
.smh-other .recommend_item_bottom_left .sub {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .smh-other .recommend_item_bottom_left .sub {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .smh-other .recommend_item_bottom_left .sub span {
    display: block;
  }
}
.smh-other .recommend_item_bottom_right {
  width: 357px;
  aspect-ratio: 119/45;
}
@media screen and (max-width: 768px) {
  .smh-other .recommend_item_bottom_right {
    width: auto;
  }
}
.smh-other .recommend_item_bottom_right img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.smh-other .knit_col2_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .smh-other .knit_col2_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.smh-other img.knit {
  width: 120px;
  height: 120px;
}
.smh-other .spring_col_block {
  width: 271px;
  height: 141px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
}
.smh-other .spring_col_block img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: 116px;
  height: 94px;
}
#recommend_02 .recommend_item_inner {
  -ms-grid-columns: 348px 272px;
  grid-template-columns: 348px 272px;
  gap: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#recommend_02 .recommend_item_left,
#recommend_02 .recommend_item_right {
  width: 100%;
}
#recommend_02 .recommend_item_left .ttl {
  text-align: center;
}
#recommend_02 .recommend_item_left .knit_col2_block {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 37px;
}
@media screen and (max-width: 768px) {
  #recommend_02 .recommend_item_left .knit_col2_block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#recommend_02 .recommend_item_left .anti_list {
  display: block;
}
#recommend_02 .recommend_item_left .anti_img {
  width: 93px;
  height: 93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#recommend_02 .recommend_item_left .anti_img img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
#recommend_02 .recommend_item_left .anti_label {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #recommend_02 .recommend_item_left .anti_txt {
    font-size: 14px;
    text-align: center;
  }
  #recommend_02 .recommend_item_left .anti_txt span {
    display: block;
  }
}
#recommend_02 .belt_col_block {
  width: 162px;
  height: 162px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#recommend_02 .belt_col_block img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
@media screen and (min-width: 768px) {
  div.goods_ {
    padding: 0 59px;
  }
}
div.rightmenuframe_ {
  margin: auto;
}