@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.rightmenuframe_ {
  margin: auto;
}

div.goods_ {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0 50px 0;
  background: #fff;
  display: block !important;
}

@media screen and (max-width: 768px) {
  div.goods_ {
    padding: 0 20px 33px;
    margin-bottom: 0;
  }
}

div.StyleT_Frame_ div.StyleT_Item_ {
  border: none;
}

.compactlp_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) {
  .compactlp_content {
    padding: 0 0 40px;
  }
}

.compactlp_content .isSp {
  display: none;
}

@media screen and (max-width: 768px) {
  .compactlp_content .isSp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .compactlp_content .isPc {
    display: none;
  }
}

.compactlp_content .inner {
  max-width: 1000px;
  margin: 85px 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) {
  .compactlp_content .inner {
    margin: 42px 13px 0;
  }
}

.compactlp_content .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

@media screen and (max-width: 768px) {
  .compactlp_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;
  }
}

.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: 17px;
  font-weight: bold;
  color: #fff;
  background: #3d6a28;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .tab_top .tab_wrapper li {
    height: 58px;
    font-size: 10px;
    text-align: center;
  }
}

.tab_top .tab_wrapper li.is_active {
  color: #3d6a28;
  background: #fff;
  border-color: #3d6a28;
}

.tab_top .tab_wrapper li.is_active>li {
  border-color: #3d6a28;
}

.tab_top .tab_wrapper li:nth-child(n+5).is_active {
  border-color: #452704;
}

.tab_top .tab_wrapper li:nth-child(n+4) {
  background: #452704;
}

.tab_top .tab_wrapper li:nth-child(n+4).is_active {
  background: #fff;
  color: #452704;
  border-color: #452704;
}

.tab_top .tab_wrapper li:nth-child(n+4).is_active>li {
  border-color: #452704;
}

.tab_top .tab_wrapper li:nth-child(n+3).is_active>li {
  border-color: #452704;
}

.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;
}

@media screen and (max-width: 768px) {
  .tab_top .tab_wrapper li:last-child {
    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 35px 0;
    gap: 16px 30px;
    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 .is_active {
  display: none;
}

#E-sofa-sofabed-storage,
#E-sofa-sofabed-couch,
#E-sofa-sofabed-fabric,
#E-sofa-sofabed-sleather {
  position: relative;
  height: 0;
  z-index: -1;
}

.content_wrapper {
  background: #fff;
  border-radius: 0 0 40px 40px;
}

.intro {
  padding: 0 50px 0;
}

@media screen and (max-width: 768px) {
  .intro {
    padding: 0 20px 0;
  }
}

.intro:after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background: url("/img/usr/freepage/compactlp/common03.png") repeat-x top/contain;
  margin: 48px 0 0;
}

@media screen and (max-width: 768px) {
  .intro:after {
    content: none;
  }
}

.intro .intro_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
}

.intro .intro_ttl h2 {
  font-size: 40px;
  font-weight: 600;
}

.intro .intro_ttl .img {
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  .intro .intro_ttl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .intro .intro_ttl h2 {
    font-size: 24px;
  }

  .intro .intro_ttl .img {
    margin: 0;
  }
}

.intro .flex_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 768px) {
  .intro .flex_wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.intro .block {
  background: #f7f6f0;
  padding: 33px 24px;
}

@media screen and (max-width: 768px) {
  .intro .block {
    padding: 19px 18px 10px;
  }

  .intro .block:nth-child(2) {
    padding: 19px 18px 24px;
  }

  .intro .block:nth-child(2) p {
    padding-left: 0;
    padding-bottom: 12px;
  }
}

.intro .block p {
  font-size: 16px;
  font-weight: bold;
  padding-left: 3px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .intro .block p {
    padding-bottom: 16px;
  }
}

.intro .block li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 5px;
  padding-left: 1.7em;
  text-indent: -1.7em;
}

@media screen and (max-width: 768px) {
  .intro .block li {
    line-height: 1.4;
    margin-bottom: 5px;
    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;
  }
}

.recommend {
  padding: 0 50px 0;
  margin: 45px 0 0;
}

@media screen and (max-width: 768px) {
  .recommend {
    padding: 0 20px 0;
    margin: 30px 0 0;
  }
}

.recommend .flex_wrap {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.recommend .flex_wrap .img img {
  max-width: 216px;
}

@media screen and (max-width: 768px) {
  .recommend .flex_wrap .img img {
    max-width: 100%;
  }
}

.recommend .item_img img {
  max-width: 653px;
}

@media screen and (max-width: 768px) {
  .recommend .item_img img {
    max-width: 100%;
    height: auto;
    aspect-ratio: 310/193;
  }
}

.recommend .item_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #f7f6f0;
  padding: 25px 29px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .recommend .item_txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 16px 20px;
    gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.recommend .item_txt .name {
  line-height: 1.3;
  padding-bottom: 5px;
}

.recommend .item_txt .name p {
  color: #452704;
  font-size: 28px;
  font-weight: bold;
}

.recommend .item_txt .name span {
  color: #452704;
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .recommend .item_txt .name p {
    font-size: 20px;
  }

  .recommend .item_txt .name span {
    font-size: 16px;
  }
}

.recommend .item_txt .link {
  width: 297px;
  height: 67px;
}

.recommend .item_txt .link a {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  color: #fff;
  font-size: 23px;
  background: #bf0404;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (hover: hover) {
  .recommend .item_txt .link a:hover {
    background: #ef8317;
  }
}

@media screen and (max-width: 768px) {
  .recommend .item_txt .link {
    width: 100%;
    height: 50px;
  }

  .recommend .item_txt .link a {
    font-size: 16px;
    border-radius: 6px;
  }
}

.video {
  padding: 0 50px 0;
}

@media screen and (max-width: 768px) {
  .video {
    padding: 0 20px 0;
  }
}

.video .flex_wrap {
  gap: 20px;
}

.video .comment {
  margin-left: 17px;
}

@media screen and (max-width: 768px) {
  .video .comment {
    margin: 0;
  }
}

.video .comment .comment_ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .video .comment .comment_ttl {
    font-size: 16px;
    line-height: 30px;
  }
}

.video .comment .comment_ttl:after {
  content: "";
  display: block;
  width: 244px;
  height: 62px;
  background: url("/img/usr/freepage/compactlp/common01.png") no-repeat top/contain;
}

@media screen and (max-width: 768px) {
  .video .comment .comment_ttl:after {
    height: auto;
    background: url("/img/usr/freepage/compactlp/sp/common01.png") no-repeat top/contain;
    min-width: 278px;
    aspect-ratio: 278/52;
    margin: auto;
  }
}

.video .comment p {
  font-size: 14px;
  line-height: 24px;
  margin: 15px 0 55px;
}

.video .comment .comment_img {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .video .comment .comment_img {
    display: none;
  }
}

.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 0px;
    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: 93px;
}

.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 24px;
  }
}

.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;
  }
}

#E-sofa-sofabed-compact .intro .intro_ttl {
  padding: 40px 0 21px;
  gap: 27px;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-compact .intro .intro_ttl {
    padding: 30px 0 25px;
  }
}

#E-sofa-sofabed-compact .intro .intro_ttl h2 {
  letter-spacing: -0.6px;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-compact .intro .intro_ttl h2 {
    letter-spacing: 0;
  }
}

#E-sofa-sofabed-compact .intro .intro_ttl .img {
  margin: 0;
}

#E-sofa-sofabed-compact .intro .intro_ttl .img img {
  height: 79px;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-compact .intro .intro_ttl .img img {
    height: 48px;
  }
}

#E-sofa-sofabed-compact .video {
  margin: 60px 0 0;
  letter-spacing: -0.8px;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-compact .video {
    margin: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

#E-sofa-sofabed-compact .video .annotation {
  margin: 0 0 10px;
  text-align: right;
}

#E-sofa-sofabed-compact .video .annotation p {
  position: relative;
  display: inline-block;
  border: 1px solid #452704;
  padding: 2px 7px 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}

#E-sofa-sofabed-compact .video .annotation p:after {
  content: "";
  position: absolute;
  bottom: -7px;
  right: 100px;
  background: #fff;
  border-right: 1px solid #452704;
  border-bottom: 1px solid #452704;
  width: 10px;
  height: 10px;
  display: block;
  rotate: 45deg;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-compact .video .annotation p {
    font-size: 10px;
  }

  #E-sofa-sofabed-compact .video .annotation p:after {
    bottom: -5px;
    right: 50px;
    width: 7px;
    height: 7px;
  }
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-compact .video .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

#E-sofa-sofabed-compact .video .flex_wrap .short {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-compact .video .flex_wrap .short {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  #E-sofa-sofabed-compact .video .flex_wrap .short #video01,
  #E-sofa-sofabed-compact .video .flex_wrap .short #video02 {
    width: 100%;
    height: auto;
    aspect-ratio: 150/255;
  }
}

#E-sofa-sofabed-compact .video .comment {
  margin-top: 30px;
}

#E-sofa-sofabed-compact .video .comment p {
  margin: 20px 0 0;
}

#E-sofa-sofabed-compact .explanation_img {
  margin: 47px 0 78px;
}

#E-sofa-sofabed-compact .explanation_img img {
  max-width: 526px;
  height: auto;
  aspect-ratio: 526/344;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-compact .explanation_img {
    margin: 19px 0 35px;
  }

  #E-sofa-sofabed-compact .explanation_img img {
    max-width: 310px;
    aspect-ratio: 310/203;
  }
}

#E-sofa-sofabed-storage .intro .intro_ttl {
  padding: 49px 0 29px;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-storage .intro .intro_ttl {
    padding: 37px 0 31px;
  }
}

#E-sofa-sofabed-storage .intro .intro_ttl .img img {
  height: 62px;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-storage .intro .intro_ttl .img img {
    height: 36px;
  }
}

#E-sofa-sofabed-storage .explanation_img {
  margin: 45px 0 79px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#E-sofa-sofabed-storage .explanation_img img {
  max-width: 320px;
  height: auto;
  aspect-ratio: 320/680;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-storage .explanation_img {
    margin: 35px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #E-sofa-sofabed-storage .explanation_img img {
    max-width: 100%;
  }
}

#E-sofa-sofabed-storage .explanation_img #video04 {
  margin: 60px 0 0;
  width: 320px;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-storage .explanation_img #video04 {
    margin: 0;
    width: 100%;
  }
}

#E-sofa-sofabed-couch .intro .intro_ttl {
  padding: 35px 0 17px;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-couch .intro .intro_ttl {
    padding: 35px 0 31px;
  }
}

#E-sofa-sofabed-couch .intro .intro_ttl .img img {
  height: 87px;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-couch .intro .intro_ttl .img img {
    height: 34px;
  }
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-couch .recommend .flex_wrap {
    gap: 16px;
  }
}

#E-sofa-sofabed-couch .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) {
  #E-sofa-sofabed-couch .explanation_img {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: unset;
    grid-template-rows: unset;
    gap: 20px 15px;
    margin: 37px 0;
  }
}

#E-sofa-sofabed-couch .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;
}

#E-sofa-sofabed-couch .explanation_img .content01 img {
  max-width: 405px;
  height: auto;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-couch .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;
  }

  #E-sofa-sofabed-couch .explanation_img .content01 img {
    max-width: 100%;
  }
}

#E-sofa-sofabed-couch .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;
}

#E-sofa-sofabed-couch .explanation_img .content02 #video05 {
  margin: 40px 0 0;
  width: 480px;
  height: 632px;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-couch .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;
  }

  #E-sofa-sofabed-couch .explanation_img .content02 #video05 {
    width: 100%;
    height: revert-layer;
  }
}

#E-sofa-sofabed-couch .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) {
  #E-sofa-sofabed-couch .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;
  }
}

#E-sofa-sofabed-fabric .intro:after {
  margin: 25px 0 0;
}

#E-sofa-sofabed-fabric .intro .intro_ttl {
  padding: 48px 0 22px;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-fabric .intro .intro_ttl {
    padding: 36px 0 32px;
  }
}

#E-sofa-sofabed-fabric .intro .intro_ttl .img {
  margin: 0;
}

#E-sofa-sofabed-fabric .intro .intro_ttl .img img {
  height: 69px;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-fabric .intro .intro_ttl .img img {
    height: 35px;
  }
}

#E-sofa-sofabed-fabric .recommend .item_img {
  position: relative;
}

#E-sofa-sofabed-fabric .recommend .item_img:before {
  content: "";
  position: absolute;
  top: -88px;
  right: 0;
  display: block;
  width: 271px;
  height: 105px;
  background: url("/img/usr/freepage/compactlp/tab04_04.png") no-repeat top/contain;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-fabric .recommend .item_img:before {
    top: -63px;
    width: 139px;
    height: 60px;
    background: url("/img/usr/freepage/compactlp/sp/tab04_04.png") no-repeat top/contain;
  }
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-fabric .recommend .flex_wrap {
    gap: 23px;
  }

  #E-sofa-sofabed-fabric .recommend .flex_wrap .img {
    margin-right: auto;
  }

  #E-sofa-sofabed-fabric .recommend .flex_wrap .img img {
    max-width: 104px;
  }
}

#E-sofa-sofabed-fabric .video {
  margin: 50px 0 0;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-fabric .video {
    margin: 40px 0 20px;
  }
}

#E-sofa-sofabed-fabric .video .flex_wrap {
  gap: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#E-sofa-sofabed-fabric .video .flex_wrap .long01 {
  width: 100%;
}

#E-sofa-sofabed-fabric .video #video03 {
  width: 595px;
  height: 317px;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-fabric .video #video03 {
    width: 100%;
    height: auto;
    aspect-ratio: 310/165;
  }
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-fabric .video .img {
    display: none;
  }
}

#E-sofa-sofabed-fabric .explanation_img {
  margin: 20px 0 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 25px;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-fabric .explanation_img {
    margin: 10px 0 45px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}

#E-sofa-sofabed-fabric .explanation_img .annotation {
  max-width: 900px;
  margin: 20px auto 0;
  margin-right: 0;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/2/3;
}

#E-sofa-sofabed-fabric .explanation_img .annotation p {
  position: relative;
  display: inline-block;
  border: 1px solid #452704;
  padding: 2px 7px 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}

#E-sofa-sofabed-fabric .explanation_img .annotation p:after {
  content: "";
  position: absolute;
  bottom: -7px;
  right: 100px;
  background: #fff;
  border-right: 1px solid #452704;
  border-bottom: 1px solid #452704;
  width: 10px;
  height: 10px;
  display: block;
  rotate: 45deg;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-fabric .explanation_img .annotation {
    max-width: 100%;
    margin: 15px auto 0;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
  }

  #E-sofa-sofabed-fabric .explanation_img .annotation p {
    font-size: 10px;
    padding: 5px 32px 5px;
  }

  #E-sofa-sofabed-fabric .explanation_img .annotation p:after {
    right: 21px;
    left: auto;
    bottom: auto;
    width: 9px;
    height: 10px;
    rotate: -133deg;
    top: -6px;
  }
}

#E-sofa-sofabed-fabric .explanation_img .img01 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}

#E-sofa-sofabed-fabric .explanation_img .img01 img {
  max-width: 435px;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-fabric .explanation_img .img01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }

  #E-sofa-sofabed-fabric .explanation_img .img01 img {
    max-width: 100%;
  }
}

#E-sofa-sofabed-fabric .explanation_img .img02 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}

#E-sofa-sofabed-fabric .explanation_img .img02 img {
  max-width: 435px;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-fabric .explanation_img .img02 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
    margin: 20px 0 0;
  }

  #E-sofa-sofabed-fabric .explanation_img .img02 img {
    max-width: 100%;
  }
}

#E-sofa-sofabed-sleather .recommend {
  margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-sleather .recommend {
    margin: 50px 0 0;
  }
}

#E-sofa-sofabed-sleather .intro .intro_ttl {
  padding: 44px 0 23px;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-sleather .intro .intro_ttl {
    padding: 36px 0 31px;
  }
}

#E-sofa-sofabed-sleather .intro .intro_ttl .img img {
  height: 72px;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-sleather .intro .intro_ttl .img img {
    height: 36px;
  }
}

#E-sofa-sofabed-sleather .explanation_img {
  margin: 50px 0 50px;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-sleather .explanation_img {
    margin: 40px 0 37px;
  }
}

#E-sofa-sofabed-sleather .explanation_img picture img {
  max-width: 895px;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-sleather .explanation_img picture img {
    max-width: 100%;
  }
}

#E-sofa-sofabed-sleather .explanation_img picture:last-child img {
  margin: 50px 0 0;
}

@media screen and (max-width: 768px) {
  #E-sofa-sofabed-sleather .explanation_img picture:last-child img {
    margin: 27px 0 0;
  }
}

#E-sofa-sofabed-sleather .review_block {
  background: none;
}

/*# sourceMappingURL=compactlp.css.map */