@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Zen+Kaku+Gothic+New&display=swap');

:root {
--primary-color: #254F88;
}
  
/*****************************************************

    会社概要

*****************************************************/
.page_contents {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
.page_contents * {
    box-sizing: border-box;
}
.page_contents .page_mv_area {
    margin-bottom: 40px;
}
.page_contents .ttl_style_1, .page_contents .ttl_style_2 {
    margin: 0 0 15px;
}

.page_contents .company_dl {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.4;
    margin: 0;
}
.page_contents .company_dl dt {
    width: 31%;
    background-color: #E1E5F2;
    border-bottom: 1px solid #5C698D;
    display: flex;
    align-items: center;
    padding: 12px 20px;
}
.page_contents .company_dl dd {
    width: 69%;
    border-bottom: 1px solid #5C698D;
    padding: 12px 20px;
    margin: 0;
}
.page_contents .company_dl dt:last-of-type, .page_contents .company_dl dd:last-of-type {
    border-bottom: none;
}
@media (max-width: 750px) {
    .page_contents .company_dl dt {
        width: 100%;
        border-bottom: none;
    }
    .page_contents .company_dl dd {
        width: 100%;
        border-bottom: none;
        padding: 12px 20px 20px;
    }
}

.page_contents #sc_company_profile {
    padding-bottom: 40px;
}
.page_contents #sc_company_license {
    padding-bottom: min(13vw,90px);
}
.page_contents #sc_company_location {
    padding: min(13vw,70px) 0;
    position: relative;
    z-index: 1;
}
.page_contents #sc_company_location::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #EFEFEF;
    z-index: -1;
}
@media screen and (min-width: 1051px) {
    .page_contents #sc_company_location::before {
        left: -50vw;
        width: 200vw;
    }
}
@media screen and (max-width: 1050px) {
    .page_contents #sc_company_location::before {
        left: -2.7vw;
        width: 100vw;
    }
}

.page_contents .location_block {
    display: flex;
    flex-wrap: wrap;
}
.page_contents .location_block:not(:last-of-type) {
    margin: 25px 0 65px;
}
.page_contents .location_block dl {
    width: 33%;
    margin: 0;
}
@media (max-width: 750px) {
    .page_contents .location_block:not(:last-of-type) {
        margin: 25px 0 35px;
    }
    .page_contents .location_block dl {
        width: 100%;
        margin-bottom: 15px;
    }
}
.page_contents .location_block dt {
    position: relative;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    border-bottom: 2px solid var(--primary-color);
    padding: 0 0 8px 25px;
    margin-bottom: 15px;
}
.page_contents .location_block dt::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: var(--primary-color);
    top: 0;
    left: 0;
}
.page_contents .location_block dd {
    line-height: 1.8;
    margin: 0;
}
.page_contents .location_block .map_iframe {
    width: 67%;
}
@media (max-width: 750px) {
    .page_contents .location_block .map_iframe {
        width: 100%;
    }
}
.page_contents .location_block iframe {
    width: 100%;
    height: min(60vw,300px);
}
@media (max-width: 750px) {

}
/*****************************************************

    ご利用ガイド

*****************************************************/
.chargesTable {
  width: 100%;
  font-size: 14px;
  border: solid 1px #e6e6e6;
  margin: 20px 0 20px;
}
.chargesTable dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
  margin: 0;
}
.chargesTable dl:not(:last-child), .payTable dl:not(:last-child) {
  border-bottom: solid 1px #e6e6e6;
}
.chargesTable dl.tHead {
  background-color: #f6f6f6;
}
.chargesTable dl dt, .chargesTable dl dd {
  padding: 10px 8px;
}
.chargesTable dl dt {
  background-color: #f6f6f6;
  width: 8%;
  border-right: solid 1px #e6e6e6;
}
.chargesTable dl dd {
  width: calc(92%/13);
}
.chargesTable dl dd:not(:last-child) {
  border-right: solid 1px #e6e6e6;
}
  
@media (max-width: 750px) {
  .chargesTable {
    overflow-x: auto;
  }
  .chargesTable dl {
    width: 1200px;
  }
}
.payTable {
  width: min(400px,100%);
  font-size: 14px;
  border: solid 1px #e6e6e6;
  margin: 20px 0 20px;
}
.payTable dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
  margin: 0;
}
.payTable dl dt, .payTable dl dd {
  padding: 10px 8px;
}
.payTable dl dt {
  background-color: #f6f6f6;
  width: 150px;
  border-right: solid 1px #e6e6e6;
}
.payTable dl dd {
  width: calc(100% - 150px);
}
.freepage .small {
  font-size: 0.75em;
}
/*****************************************************

    問い合わせ送信完了ページ

*****************************************************/
.thanksPageContents {
  padding-top: min(10vw,60px);
}
.thanksPageContents h1 {
  text-align: center;
  color: var(--primary-color);
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: clamp(2rem,2.6vw,3.2rem);
  font-weight: 600;
  margin-bottom: 0.8em;
}
.thanksPageContents p {
  text-align: center;
  line-height: 1.8;
  max-width: 92vw;
  margin: 0 auto 2em;
}
@media screen and (max-width: 768px){
  .thanksPageContents p {
    text-align: left;
  }
}

/*****************************************************

    商品ページ

*****************************************************/

/************  イージーウォール商品説明欄  ************/
iframe { max-width: 100%; }
/*Youtube動画*/
.productMovieRow {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.itemDetailEw { font-size: clamp(1.4rem,3.3vw,2rem); } .itemDetailEw p { line-height: 1.6; } .itemDetailEw p:not(:last-child) { margin-bottom: 1.5em; }

.itemDetailEw .bnNo1 {
  margin: 0 0 min(10vw,80px);
}
@media screen and (max-width: 768px){
  .itemDetailEw .bnNo1 {
    margin: 10px 0 min(10vw,80px);
  }
}
.itemDetailEw .ewAbout {
  background: #ebe8e4;
  padding: 3% 170px;
  margin-bottom: min(10vw,100px);
}
@media screen and (max-width: 1400px){
  .itemDetailEw .ewAbout {
    padding: 3% max(7%, 45vw - 450px);
  }
}
.itemDetailEw .ewAbout h2 {
  margin-bottom: min(3vw,20px);
}
.itemDetailEw .ewAbout h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #5b4535;
  font-size: min(5vw,3rem);
  margin-bottom: 0.5em;
}
.detailHdBr {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(2.2rem,3.4vw,3.4rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  color: #5b4535;
  margin-bottom: 0.6em;
}
.detailHdBr .emp {
  font-size: 1.25em;
}
.itemDetailEw .scDetailEwDifference {
  font-size: clamp(1.5rem,3.3vw,2rem);
  margin-bottom: min(14vw,100px);
}
.itemDetailEw .scDetailEwDifference .txtCenter {
  text-align: center;
}
.detailHdWhBl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  font-size: clamp(2.2rem,3.4vw,3.4rem);
  font-weight: 500;
  color: #FFF;
  background: #254F88;
  padding: 0.5em;
  margin-bottom: 1.2em;
}
.scDetailEwReasons {
  margin-bottom: min(14vw,100px);
}
.scDetailEwReasons .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: min(100%,860px);
  margin: 0 auto min(14vw,100px);
}
.scDetailEwReasons .box .img {
  width: 38%;
}
.scDetailEwReasons .box:nth-of-type(even) .img {
  order: 2;
}
.scDetailEwReasons .box .txt {
  width: 55%;
  font-size: clamp(1.4rem,3.3vw,2rem);
}
@media screen and (max-width: 768px){
  .scDetailEwReasons .box {
    display: block;
  }
  .scDetailEwReasons .box .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .scDetailEwReasons .box .txt {
    width: 100%;
  }
}
.scDetailEwReasons .pointNum {
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: clamp(15rem,18vw,23rem);
  line-height: 0.8;
  color: #FFF;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #254F88;
  margin-bottom: -0.5em;
}
.scDetailEwReasons .pointNum span {
  font-size: 0.25em;
  position: relative;
  top: -2.1em;
  z-index: -1;
}
.scDetailEwReasons h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(2.2rem,3.3vw,3.3rem);
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
}
.scDetailEwReasons h3 span {
  display: inline-block;
  color: #FFF;
  background: #254F88;
  padding: 0.3em 0.5em;
  margin-bottom: 0.5em;
}
.scDetailEwReasons p {
  letter-spacing: 0;
}

.scDetailEwReasons .imprv {
  text-align: right;
}
@media screen and (max-width: 768px){
  .scDetailEwReasons .imprv {
    text-align: center;
  }
}

.scDetailEwMaterial, .scDetailEwInsulation, .scDetailEwCombi, .scDetailEwUse, .scDetailEwSize, .scDetailEwColor, .scDetailEwScene, .scDetailEwIndustry {
  margin-bottom: min(14vw,100px);
}
.scDetailEwMaterial .img, .scDetailEwInsulation .img {
  width: min(100%,800px);
  text-align: center;
  margin: 0 auto;
}
.itemDetailEw .txtCenterSize22 {
  font-size: clamp(1.4rem,3.6vw,2.2rem);
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px){
  .itemDetailEw .txtCenterSize22 {
    text-align: left;
  }
}
.scDetailEwCombi .img {
  margin-bottom: 20px;
}
.scDetailEwCombi .img img {
  width: 100%;
}
.scDetailEwUse .img {
  width: min(100%,1000px);
  margin: 0 auto 20px;
}
.scDetailEwUse p {
  width: min(100%,1000px);
  margin: 0 auto;
}
.scDetailEwSize p {
  line-height: 1.8;
}
.scDetailEwSize .img {
  width: min(85%,620px);
  margin: 0 auto;
}
.scDetailEwColor .img {
  width: min(90%,650px);
  margin: 0 auto;
}
.scDetailEwCVoice {
  background: #EBE6DC;
  padding: min(5vw,40px) 5% min(6vw,50px);
  margin-bottom: min(12vw, 100px);
}
.scDetailEwCVoice .voiceBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFF;
  border: 3px solid #BAB4A9;
  border-radius: min(2vw,15px);
  padding: max(18px,5%);
}
.scDetailEwCVoice .voiceBox:not(:last-of-type) {
  margin-bottom: min(4vw,30px);
}
.scDetailEwCVoice .voiceBox:nth-of-type(odd) .img {
  order: 2;
}
@media screen and (max-width: 768px){
  .scDetailEwCVoice .voiceBox:nth-of-type(odd) .img {
    order: 0;
  }
}
.scDetailEwCVoice .voiceBox .img {
  width: 38%;
}
.scDetailEwCVoice .voiceBox .txt {
  width: 59%;
  font-size: clamp(1.4rem,1.8vw,1.8rem);
}
@media screen and (max-width: 768px){
  .scDetailEwCVoice .voiceBox .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .scDetailEwCVoice .voiceBox .txt {
    width: 100%;
  }
}

.scDetailSeries .seriesItemRow {
  margin-bottom: min(14vw,100px);
}
.seriesItemBox {
  width: min(100%, 1000px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.scDetailSeries .seriesItemBox:not(:last-of-type) {
  margin-bottom: 60px;
}
.seriesItemRow .thumb {
  width: 46%;
}
.seriesItemRow .txt {
  width: 48%;
}
.seriesItemRow .txt .seriesItemCopy {
  font-size: clamp(1rem,1.2vw,1.4rem);
  font-weight: 400;
  color: #999;
  margin-bottom: 0.8em;
}
.seriesItemRow .txt .seriesItemName {
  font-size: clamp(1.3rem,1.8vw,1.8rem);
  margin-bottom: min(2vw,30px);
}
.seriesItemRow .txt .seriesItemPrice {
  font-size: clamp(1rem,1.2vw,1.4rem);
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: min(5vw,40px);
}
.seriesItemRow .txt .seriesItemPrice span {
  font-size: 1.75em;
  font-weight: 500;
  margin: 0 -0.2em 0 0.2em;
}
.seriesItemRow .txt .btnRoundArr {
  display: grid;
  place-content: center;
  width: 100%;
  height: 50px;
  position: relative;
  font-size: clamp(1.2rem,1.6vw,1.6rem);
  border: 1px solid #000;
  border-radius: 25px;
}
.seriesItemRow .txt .btnRoundArr img {
  position: absolute;
  top: 50%;
  right: min(4vw,25px);
  transform: translateY(-50%);
}
.seriesItemRow .txt .btnRoundArr:hover {
  border-color: #254F88;
}
@media screen and (max-width: 768px){
  .scDetailSeries .seriesItemBox:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .seriesItemRow .thumb {
    width: 43%;
  }
  .seriesItemRow .txt {
    width: 50%;
  }
  .seriesItemRow .txt .btnRoundArr {
    height: 30px;
    border-radius: 15px;
  }
  .seriesItemRow .txt .seriesItemPrice {
    letter-spacing: 0;
  }
  .seriesItemRow .txt .seriesItemPrice span {
    font-size: 1.6em;
  }
}

.scDetailEwScene ul, .scDetailEwIndustry ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: min(4vw,23px);
  width: min(100%,700px);
  font-size: clamp(1.4rem,2.2vw,2.2rem);
  margin: 0 auto;
}
.scDetailEwScene li {
  color: #5B4535;
  background: #FFF;
  border: 2px solid #BAB4A9;
  border-radius: 8px;
  width: 48.5%;
  height: 70px;
  display: grid;
  place-content: center;
  box-shadow: 7px 7px 0 rgba(186,180,169,0.5);
}
.scDetailEwIndustry li {
  color: #254F88;
  background: #FFF;
  border: 2px solid #95C0D1;
  border-radius: 8px;
  width: 48.5%;
  height: 70px;
  display: grid;
  place-content: center;
  box-shadow: 7px 7px 0 rgba(149,192,209,0.5);
}
@media screen and (max-width: 768px){
  .scDetailEwScene li, .scDetailEwIndustry li {
    height: 40px;
    letter-spacing: 0;
  }
}

/************  イージーウォール ライト  ************/
.scDetailEwlColor, .scDetailEwlSize {
  margin-bottom: min(14vw, 100px);
}
.scDetailEwlColor .img {
  width: min(100%, 800px);
  margin: 0 auto 10px;
}
.scDetailEwlSize .img {
  width: min(100%, 800px);
  margin: 0 auto;
}

/************  ピラミッド型吸音材商品説明欄  ************/
.itemDetail {
  font-size: clamp(1.4rem,3.3vw,2rem);
  line-height: 1.2;
}
.itemDetail p {
  line-height: 1.6;
}
.itemDetail p:not(:last-child) {
  margin-bottom: 1.5em;
}
.detailHdBr2 {
  font-size: clamp(2.4rem,2.6vw,3.4rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  color: #254F88;
  margin-bottom: 1em;
}
.scDetailPyramid01 {
  margin-bottom: min(13vw, 100px);
}
.scDetailPyramid01 h2 {
  font-size: clamp(2.4rem,3vw,4rem);
}
.scDetailPyramid01 img, .scDtlKasumi01 img, .scDtlShijima01 img {
  margin-bottom: min(4vw,25px);
}
.scDetailPyramid02 {
  background: #DBEBF9;
  padding: min(10vw,45px) 10px;
  margin-bottom: min(13vw, 100px);
}
.scDetailPyramid02 h2 {
  font-size: clamp(2.2rem,3.4vw,3.4rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  color: #254F88;
  margin-bottom: 0.3em;
}
.scDetailPyramid02 p {
  text-align: center;
  color: #254F88;
}
.scDetailPyramid02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: min(95vw, 980px);
  padding: min(10vw,85px) 0;
  margin: 0 auto;
}
.scDetailPyramid02 li {
  width: 23%;
  position: relative;
  font-size: clamp(2rem,2.3vw,3rem);
  font-weight: 700;
  text-align: center;
  color: #254F88;
  z-index: 1;
}
.scDetailPyramid02 li::before {
  content: "";
  position: absolute;
  display: block;
  width: min(23vw,240px);
  height: min(23vw,240px);
  border-radius: 120px;
  background: rgba(255,255,255,0.5);
  box-shadow: 0 3px 3px rgba(37,79,133,0.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
@media screen and (max-width: 600px){
  .scDetailPyramid02 ul {
    grid-row-gap: 32.5vw;
    padding: 17vw 0;
  }
  .scDetailPyramid02 li {
    width: 43%;
  }
  .scDetailPyramid02 li::before {
    width: 42vw;
    height: 42vw;
  }
}
.scDetailPyramid03 {
  margin-bottom: min(13vw, 100px);
}
.scDetailPyramid03 .listCardRundIcon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: min(100%, 1000px);
  margin: 0 auto;
}
.scDetailPyramid03 .listCardRundIcon dl {
  width: 31%;
  background: #DBEBF9;
  padding: min(10vw,40px) 3%;
}
.listCardRundIcon dt {
  text-align: center;
  font-size: clamp(1.8rem,2.1vw,2.8rem);
  font-weight: 700;
  margin-bottom: 0.8em;
}
.listCardRundIcon dd {
  font-size: clamp(1.5rem,1.3vw,1.8rem);
  line-height: 1.6;
  letter-spacing: 0;
}
.scDetailPyramid03 .listCardRundIcon dd .img {
  width: 70%;
  text-align: center;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px){
  .scDetailPyramid03 .listCardRundIcon {
    justify-content: center;
    grid-row-gap: 15px;
  }
  .scDetailPyramid03 .listCardRundIcon dl {
    width: 75%;
    padding: 25px 20px;
  }
  .scDetailPyramid03 .listCardRundIcon dd .img {
    width: 45%;
    margin: 0 auto 5px;
  }
}
.scDetailPyramid04, .scDetailPyramid05 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 1000px);
  margin: 0 auto;
}
.scDetailPyramid04 {
  margin-bottom: min(12vw, 80px);
}
.scDetailPyramid05 {
  margin-bottom: min(13vw, 100px);
}
.scDetailPyramid04 .img, .scDetailPyramid05 .img {
  width: 50%;
}
.scDetailPyramid04 .img img {
  width: 100%;
}
.scDetailPyramid04 .txt, .scDetailPyramid05 .txt {
  width: 42%;
}
@media screen and (max-width: 768px){
  .scDetailPyramid04 .img, .scDetailPyramid05 .img {
    width: 100%;
    margin-bottom: 18px;
  }
  .scDetailPyramid04 .txt, .scDetailPyramid05 .txt {
    width: 100%;
  }
}
.scDetailPyramid04 h2, .scDetailPyramid05 h2, .scDtlKasumi04 h2, .scDtlShijima04 h2 {
  font-size: clamp(1.8rem,2.1vw,2.8rem);
  font-weight: 700;
  margin-bottom: min(3vw,1em);
}
.scDetailPyramid04 p, .scDetailPyramid05 p {
  font-size: clamp(1.5rem,1.3vw,1.8rem);
}
.scDetailPyramid05 p .small, .scDtlKasumi04 p .small, .scDtlShijima04 p .small {
  font-size: 0.75em;
  letter-spacing: 0;
}
.scDetailPyramid06 {
  background: #DBEBF9;
  padding: min(8vw,45px) min(4vw,55px);
  width: min(100%, 1000px);
  margin: 0 auto min(13vw,100px);
}
.SoundAbsrMechanismRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: min(8vw,80px);
}
.SoundAbsrMechanismRow .item {
  width: 48%;
  background: #FFF;
}
.SoundAbsrMechanismRow .item:first-child {
  border: 2px solid #92BCE2;
}
.SoundAbsrMechanismRow .item:last-child {
  border: 2px solid #F6ACC4;
}
.SoundAbsrMechanismRow .txt {
  text-align: center;
  font-size: clamp(1.4rem,1.2vw,1.7rem);
  letter-spacing: 0;
  padding: min(2.5vw,15px) 10px;
}
@media screen and (max-width: 768px){
  .SoundAbsrMechanismRow .txt {
    text-align: left;
  }
}
.usingTgtr {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.usingTgtr .txt {
  position: absolute;
  top: 20px;
  left: 0;
  width: 400px;
  color: #FFF;
  background: #254F88;
  padding: min(4vw,30px);
  z-index: -1;
}
.usingTgtr h3 {
  font-size: clamp(2rem,2.3vw,3rem);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1em;
}
.usingTgtr h3 span {
  font-size: 0.75em;
}
.usingTgtr p {
  font-size: clamp(1.4rem,1.8vw,1.8rem);
}
.usingTgtr .img {
  width: min(37vw,529px);
  margin: 0 -3% 0 auto;
}
@media screen and (max-width: 768px){
  .usingTgtr .txt {
    position: static;
    width: 100%;
    padding: 20px 25px 100px 25px;
  }
  .usingTgtr .img {
    width: 85%;
    margin: -100px 5% 0 auto;
  }
}
.scDetailPyramid06 .seriesItemBox, .scDtlKasumi05 .seriesItemBox {
  background: #FFF;
  padding: min(3vw,30px);
}
.scDetailPyramid07 {
  margin-bottom: min(10vw,100px);
}
.scDetailPyramid07 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: min(3vw,40px);
  margin-bottom: min(3vw,25px);
}
.scDetailPyramid07 li {
  width: 23.5%;
}
@media screen and (max-width: 768px){
  .scDetailPyramid07 li {
    width: 48%;
  }
}
.scDetailPyramid07 p {
  text-align: center;
  margin-bottom: min(12vw,80px)!important;
}
.numVariation {
  width: min(80%, 530px);
  margin: 0 auto 20px;
}
.scDetailPyramid08 {
  text-align: center;
  margin: min(13vw,100px) 0;
}
.scDetailPyramid08 h2 {
  font-size: clamp(1.8rem,2.1vw,2.8rem);
  font-weight: 700;
  color: #FFF;
  background: #254F88;
  width: 8em;
  padding: 0.4em 0;
  margin: 0 auto 25px;
}
.scDetailPyramid08 img {
  width: min(100%,780px);
}
.scDetailPyramid09 {
  background: url("https://lifestylelab.itembox.design/item/img/ipic/pyramid-16.jpg")  no-repeat left bottom / cover;
  background-color: #DBEBF9;
  padding: min(4vw,45px) min(4vw,30px) min(4vw,45px) min(33vw,480px);
  margin-bottom: min(13vw,100px);
}
@media screen and (max-width: 768px){
  .scDetailPyramid09 {
    background-position: left bottom -95px;
    background-size: 170vw;
    padding: 30px 20px 160px 20px;
  }
}
.scDetailPyramid09 .txt {
  width: 55%;
}
.scDetailPyramid09 h2 {
  text-align: center;
  font-size: clamp(2.2rem,3.4vw,3.4rem);
  font-weight: 700;
  color: #254F88;
  margin-bottom: 0.7em;
}
.scDetailPyramid09 p {
  text-align: center;
  margin-bottom: 1.5em;
}
.scDetailPyramid09 li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(1.4rem,1.8vw,1.8rem);
  background: #FFF;
  border-radius: 30px;
  position: relative;
  padding: 10px;
}
.scDetailPyramid09 li:not(:last-child) {
  margin-bottom: 25px;
}
.scDetailPyramid09 li span {
  width: calc(100% - 45px);
}
.scDetailPyramid09 li:not(:last-child)::after {
  content: "";
  position: absolute;
  border-top: 12px solid #254F88;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -28px;
  left: 50%;
}
.scDetailPyramid10 {
  margin-bottom: min(13vw,100px);
}
.scDetailPyramid10 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: 20px;
  width: min(100%, 1000px);
  margin: 0 auto;
}
.scDetailPyramid10 li {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg,#F6F2E6 0%, #F6EDD9 100%);
  background: -webkit-linear-gradient(-45deg,#F6F2E6 0%, #F6EDD9 100%);
  padding: 10px;
}
.scDetailPyramid10 li img {
  width: 46%;
}
.scDetailPyramid10 li div {
  width: 54%;
  text-align: center;
  font-weight: 500;
  color: #254F88;
}
@media screen and (max-width: 768px){
  .scDetailPyramid10 li {
    display: block;
  }
  .scDetailPyramid10 li img {
    width: 100%;
    margin-bottom: 10px;
  }
  .scDetailPyramid10 li div {
    width: 100%;
    font-size: clamp(1.5rem,3.3vw,2rem);
  }
}
.scDetailPyramid11 {
  position: relative;
  background: url("https://lifestylelab.itembox.design/item/img/ipic/pyramid-25.jpg")  no-repeat left center / cover;
  padding: min(5vw,70px) min(10vw,110px);
  margin-bottom: min(10vw,100px);
}
.scDetailPyramid11 .txt {
  width: 62%;
}
.scDetailPyramid11 h2 {
  text-align: center;
  font-size: clamp(1.6rem,1.8vw,1.8rem);
  font-weight: 700;
  line-height: 1.3;
  color: #254F88;
  margin-bottom: 1.2em;
}
.scDetailPyramid11 h2 .comEN {
  font-size: clamp(3rem,3.8vw,5rem);
}
.scDetailPyramid11 h2 .comJP {
  font-size: clamp(1.3rem,1.5vw,2rem);
}
.scDetailPyramid11 .img {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: min(33%,410px);
}
@media screen and (max-width: 768px){
  .scDetailPyramid11 {
    padding: 20px 20px 250px;
  }
  .scDetailPyramid11 .txt {
    width: 100%;
  }
  .scDetailPyramid11 .img {
    width: 200px;
    right: 55%;
    transform: translateX(50%);
  }
}

/************  オサメット商品説明欄  ************/
.scDtlOsamet01 {
  position: relative;
  background: url("https://lifestylelab.itembox.design/item/img/ipic/osamet-02.jpg") no-repeat center top / cover;
  padding: min(5vw,70px) min(5vw,40px);
  margin-bottom: min(13vw,100px);
}
.scDtlOsamet01 img {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: min(23vw,330px);
}
.scDtlOsamet01 h2 {
  color: #FFF;
  background: #1853A4;
  font-size: clamp(2rem,2.3vw,3rem);
  line-height: 1.4;
  padding: 0.3em 0 0.3em 40px;
  margin-bottom: 0.8em;
}
.scDtlOsamet01 p {
  width: min(50vw, 600px);
  font-size: clamp(1.5rem,2vw,2.6rem);
  text-align: center;
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 768px){
  .scDtlOsamet01 h2 {
    text-align: center;
    padding: 0.3em;
  }
  .scDtlOsamet01 p {
    width: 100%;
    text-align: left;
  }
  .scDtlOsamet01 img {
    right: 0;
    width: 38vw;
  }
}
.scDtlOsamet02 .bg {
  background: url("https://lifestylelab.itembox.design/item/img/ipic/osamet-04.jpg") no-repeat center top / cover;
  padding: min(10vw,30px) min(5vw,100px) min(10vw,60px);
}
.scDtlOsamet02 h2 {
  text-align: center;
  color: #1853A4;
  font-size: clamp(2rem,2.5vw,3rem);
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 0.8em;
}
.scDtlOsamet02 h2 span {
  font-size:1.33em;
}
.scDtlOsamet02 h3 {
  text-align: center;
  width: min(100%,618px);
  margin: 0 auto min(50vw,430px);
}
.scDtlOsamet02 .boxRisk h3 {
  text-align: center;
  background: #F0D700;
  color: #000;
  font-size: clamp(2rem,2.6vw,3.2rem);
  font-weight: 500;
  width: 100%;
  padding: 0.3em 0;
  margin: 0;
}
.scDtlOsamet02 .boxRisk h3 span {
  font-size: 1.25em;
  font-weight: 700;
}
.scDtlOsamet02 .boxRisk ul {
  font-size: clamp(1.5rem,2.5vw,3rem);
  color: #FFF;
  background: #000;
  padding: min(4vw,30px) min(4vw,60px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-row-gap: 0.8em;
}
.scDtlOsamet02 .boxRisk li {
  width: min(50%,320px);
}
span.underNami {
  position: relative;
}
span.underNami::after {
  content: "";
  position: absolute;
  bottom: -0.2em;
  left: 0;
  width: 100%;
  height: 0.33em;
  background: url("https://lifestylelab.itembox.design/item/img/ipic/osamet-07.png?ver") repeat-x left center / contain;
}
.scDtlOsamet03 {
  position: relative;
  background: url("https://lifestylelab.itembox.design/item/img/ipic/osamet-05.jpg") no-repeat center top / cover;
  padding: min(13vw,100px) 10px;
}
.scDtlOsamet03 p {
  text-align: center;
  font-size: clamp(1.6rem,2.1vw,2.6rem);
  font-weight: 700;
}
.scDtlOsamet03 p span { 
  font-size: 1.3em;
  font-weight: 900;
  color: #C81C24;
}
div.nextScArr {
  width: 164px;
  margin: 30px auto;
}

.scDtlOsamet04 {
  color: #514A42;
  background: url("https://lifestylelab.itembox.design/item/img/ipic/osamet-08.jpg") no-repeat center center / cover;
  padding: min(13vw,100px) 0 min(50vw,340px);
  margin-bottom: min(13vw,100px);
}
.scDtlOsamet04 h2, .scDtlOsamet05 h2 {
  font-weight: 700;
  text-align: center;
  font-size: clamp(2.3rem,3vw,3.6rem);
  line-height: 1.6;
  margin-bottom: 0.8em;
}
.scDtlOsamet04 p {
  text-align: center;
  font-size: clamp(1.5rem,2vw,2.4rem);
  font-weight: 500;
  line-height: 1.6;
}
.scDtlOsamet04 p span {
  font-weight: 700;
  background: #FFF;
  padding: 0 0.3em;
}
.scDtlOsamet05 {
  margin-bottom: min(13vw,100px);
}
.scDtlOsamet05 h2 {
  color: #1853A4;
  margin-bottom: 1em;
}
.scDtlOsamet05 .img {
  width: min(100%, 900px);
  margin: 0 auto;
}
.detailHdSideLine {
  color: #1853A4;
  font-size: clamp(2.2rem,3vw,3.4rem);
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 1em;
}
.detailHdSideLine span {
  position: relative;
  display: inline-block;
}
.detailHdSideLine span::before, .detailHdSideLine span::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.2em;
  height: 1px;
  background: #1853A4;
  top: 50%;
}
.detailHdSideLine span::before {
  left: -1.5em;
}
.detailHdSideLine span::after {
  right: -1.5em;
}
.scDtlOsamet06 .bg {
  background: url("https://lifestylelab.itembox.design/item/img/ipic/osamet-10.jpg") no-repeat center center / cover;
  padding: min(5vw,30px) min(5vw,50px);
}
.logoOsamet {
  text-align: center;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px){
  .logoOsamet {
    width: 60vw;
  }
}
.scDtlOsamet06 .bg h3 {
  text-align: center;
  font-size: clamp(2rem,2.5vw,3rem);
  font-weight: 700;
  margin: 0 auto 5px;
}
.scDtlOsamet06 .bg h3 span {
  font-size: 0.83em;
  border: 1px solid #000;
  padding: 0 0.5em;
  margin-right: 0.5em;
}
.scDtlOsamet07 {
  padding: min(5vw,60px) min(10vw,100px);
  background: #E2E2E2;
 margin-bottom: min(13vw,100px);
}
@media screen and (max-width: 768px){
  .scDtlOsamet07 {
    padding: 5vw;
  }
}
.scDtlOsamet07 h2 {
  text-align: center;
  font-weight: 700;
  color: #1853A4;
  font-size: clamp(2.2rem,2.6vw,3.4rem);
  line-height: 1.4;
  margin-bottom: 1.3em;
}
.osametPoint {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-gap: min(3vw,20px);
}
.osametPoint dt {
  width: 152px;
  height: 152px;
  background: #8AC0EC;
  color: #1853A4;
  font-size: clamp(1.5rem,2vw,2.6rem);
  font-weight: 700;
  letter-spacing: 0;
  display: grid;
  place-content: center;
  border-radius: 80px;
}
.osametPoint dd {
  max-width: calc(100% - 160px);
  font-size: clamp(1.4rem,2.2vw,2.2rem);
  font-weight: 700;
  line-height: 1.6;
}
.osametPoint dd span {
  font-size: 1.36em;
}
.syuunouRow1,.syuunouRow2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: 20px;
}
.syuunouRow1 {
  margin: min(6vw,30px) 0 min(6vw,40px);
}
.syuunouRow1 li {
  width: 48%;
}
.syuunouRow2 li {
  width: 31%;
}
.syuunouRow1 div, .syuunouRow2 div {
  text-align: center;
  padding-top: 13px;
}
.scDtlOsamet08 {
}
.boxHeadGrey {
  background: #E2E2E2;
  margin-bottom: min(10vw,50px);
}
.boxHeadGrey .headGrey {
  color: #FFF;
  background: #575759;
  padding: 15px min(5vw, 85px);
}
.boxHeadGrey .cntnt {
  background: #E2E2E2;
  padding: min(5vw,30px) min(5vw,85px);
}
.anzen .osametPoint, .kidou .osametPoint {
  justify-content: flex-start;
}
.anzen .osametPoint dt, .kidou .osametPoint dt {
  width: 130px;
  height: 130px;
}

@media screen and (max-width: 768px){
  .osametPoint dt {
    width: 90px;
    height: 90px;
  }
  .osametPoint dd {
    max-width: calc(100% - 105px);
  }
  .anzen .osametPoint dt, .kidou .osametPoint dt {
    width: 90px;
    height: 90px;
  }
  .boxHeadGrey .headGrey {
    padding: 10px 5vw;
  }
}
.anzenCntnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.anzenCntnt .col {
  width: 48%;
}
.anzenCntnt .col:first-child {
  background: #FFF;
  padding: 20px;
  border-radius: 18px;
}
.anzenCntnt .col:first-child dt {
  font-size: clamp(2rem,2.5vw,3rem);
  font-weight: 700;
  margin-bottom: 0.3em;
}
.anzenCntnt .col:first-child dt img {
  width: 35px;
  margin-right: 5px;
}
.anzenCntnt .col:last-child dt {
  font-size: clamp(1.5rem,2vw,2.4rem);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.kidou .cntnt .img {
  width: min(80vw,572px);
  margin: -120px 0 0 auto;
}
.anzenCntnt .col dd {
  line-height: 1.4;
}
@media screen and (max-width: 768px){
  .anzenCntnt .col {
    width: 100%;
  }
  .kidou .cntnt .img {
    margin: -40px 0 0 auto;
  }
}

.kinou .osametPoint {
  margin-bottom: 30px;
}
.kinou .osametPoint dd {
  font-size: clamp(1.4rem,2.2vw,2.2rem);
}
.kinou .osametPoint dd li {
  position: relative;
  line-height: 1.4;
  padding-left: 20px;
}
.kinou .osametPoint dd li:not(:last-of-type) {
  margin-bottom: 0.3em;
}
.kinou .osametPoint dd li::before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #1853A4;
  left: 0;
  top: calc(0.7em - 6px);
}
.kinou .osametPoint dd li span {
  color: #1853A4;
  font-weight: 700;
  font-size: 1em;
}
.scDtlOsamet08 .kinou {
  background: #E2E2E2;
  padding: min(5vw,60px) min(5vw,85px);
}
.scDtlOsamet08, .scDtlOsamet09, .scDtlOsamet10, .scDtlOsamet12 {
  margin-bottom: min(13vw,100px);
}
.scDtlOsamet09 h2 {
  text-align: center;
  font-weight: 700;
  color: #1853A4;
  font-size: clamp(2.2rem, 2.6vw, 3.4rem);
  line-height: 1.4;
  margin-bottom: 1.3em;
}
.scDtlOsamet09 .bg {
  background: url("https://lifestylelab.itembox.design/item/img/ipic/osamet-20.jpg") no-repeat center center / cover;
  padding: min(5vw,30px) min(5vw,50px);
  text-align: center;
}
.scDtlOsamet09 .bg h3 {
  text-align: center;
  font-size: clamp(2rem,2.5vw,3rem);
  font-weight: 700;
  margin: 0 auto 5px;
}
.scDtlOsamet09 .bg h3 + p {
  
}
.scDtlOsamet09 .bg .img {
  max-width: 695px;
  margin: 0 auto;
}
.colorlineUp {
  text-align: center;
  margin-bottom: min(5vw,50px);
}
.colorlineUp h2 {
  font-size: clamp(2.2rem, 2.6vw, 3.4rem);
  font-weight: 700;
  margin-bottom: 0.8em;
}
.colorlineUp img {
  width: min(60vw,462px);
}
.specification {
  background: #D2D2D2;
  padding: min(5vw,40px) min(5vw,85px);
}
.specification h3 {
  color: #FFF;
  background: #383838;
  text-align: center;
  width: 280px;
  padding: 0.3em;
  margin: 0 auto 20px;
}
.specificationRow {
  display: flex;
  justify-content: space-between;
}
.specificationRow:not(:last-child) {
  margin-bottom: 30px;
}
.specificationRow > * {
  width: 48%;
}
.specificationRow dl {
  background: #FFF;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #000;
}
.specificationRow dt {
  background: #707070;
  color: #FFF;
  width: 140px;
  text-align: center;
  padding: 0.5em 0;
}
.specificationRow dd {
  width: calc(100% - 140px);
  padding: 0.5em 10px;
}
@media screen and (max-width: 768px){
  .specificationRow dt, .specificationRow dd {
    width: 100%;
    padding: 0.3em 10px;
  }
}
.specificationRow dt:not(:last-of-type), .specificationRow dd:not(:last-of-type) {
  border-bottom: 1px solid #000;
}
.scDtlOsamet11 {
  margin-bottom: min(13vw,100px);
}
.scDtlOsamet11 .bg {
  background: #F5F2DF;
  padding: min(5vw,50px) min(10vw,110px);
}
.scDtlOsamet11 h3 {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.6rem,2.1vw,2.6rem);
  margin-bottom: 1.8em;
}
.scDtlOsamet11 h3 span {
  border-bottom: 2px dashed #1853A4;
  padding-bottom: 0.3em;
}
.underDashed {
  border-bottom: 2px dashed #1853A4;
  padding-bottom: 0.3em;
}
.scDtlOsamet11 li {
  background: #FFF;
  border-radius: 20px;
  position: relative;
  padding: min(5vw,30px) min(5vw,50px);
  box-shadow: 4px 4px 3px rgba(1.7,1.2,98,0.2);
}
.scDtlOsamet11 li:not(:last-child) {
  margin-bottom: min(5vw,30px);
}
.scDtlOsamet11 li::before {
  content: "";
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  left: 0;
  bottom: 30px;
  transform: translateX(-100%);
  background: url("https://lifestylelab.itembox.design/item/img/ipic/osamet-27.png") no-repeat left top / contain;
}
@media screen and (max-width: 768px){
  .scDtlOsamet11 .bg {
    padding: 5vw;
  }
  .scDtlOsamet11 li::before {
    content: none;
  }
  
}
.scDtlOsamet11 li .voiceHead {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px){
  .scDtlOsamet11 li .voiceHead img {
    width: 60px;
  }
}
.scDtlOsamet11 li .voiceHead .name {
  padding-left: 0.8em;
  font-weight: 500;
  font-size: clamp(1.4rem,2vw,2.2rem);
}
.scDtlOsamet11 li:nth-child(1) .name {
  color: #E15C36;
}
.scDtlOsamet11 li:nth-child(2) .name {
  color: #4978BA;
}
.scDtlOsamet11 li p {
  font-size: clamp(1.4rem,1.5vw,1.8rem);
}
.scDtlOsamet12 {
  text-align: center;
}
.scDtlOsamet12 h2 {
  font-weight: 700;
 font-size: clamp(1.6rem,2.1vw,2.6rem);
  margin-bottom: 0.8em;
}
.scDtlOsamet12 .howToUse {
  margin-bottom: min(8vw,80px);
}
.scDtlOsamet12 .howToFold {
  max-width: 585px;
  margin: 0 auto;
}

/************  遮音シート  ************/
.scDtlKasumi01, .scDtlKasumi03, .scDtlKasumi06, .scDtlKasumi07 {
  margin-bottom: min(13vw,100px);
}
.scDtlKasumi03 .listCardRundIcon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: min(3vw, 30px);
}
.scDtlKasumi03 .listCardRundIcon dl {
  width: 24%;
  background: #DBEBF9;
  padding: min(7vw,40px) 3%;
}
@media screen and (max-width: 768px){
  .scDtlKasumi03 .listCardRundIcon dl {
    width: 48.5%;
  }
}
.scDtlKasumi03 .listCardRundIcon dd .img {
  width: min(70%,183px);
  margin: 0 auto min(2vw,15px);
}
.scDtlKasumi04, .scDtlShijima04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: min(100%, 1000px);
  margin: 0 auto min(13vw,100px);
}
.scDtlKasumi04 .img, .scDtlShijima04 .img {
  width: 50%;
}
.scDtlKasumi04 .txt, .scDtlShijima04 .txt {
  width: 43%;
}
@media screen and (max-width: 768px){
  .scDtlKasumi04 .img, .scDtlShijima04 .img {
    width: 100%;
    margin-bottom: 15px;
  }
  .scDtlKasumi04 .txt, .scDtlShijima04 .txt {
    width: 100%;
  }
}
.scDtlKasumi05 {
  background: #F9F4E8;
  width: min(100%, 1000px);
  padding: min(8vw, 45px) min(4vw, 55px);
  margin: 0 auto min(13vw,100px);
}
.scDtlKasumi05 > img + p {
  text-align: center;
  margin: min(4vw,30px) 0 min(8vw, 60px)!important;
}
.scDtlKasumi05 .seriesItemRow .seriesItemBox:not(:last-child) {
  margin-bottom: min(3vw,30px);
}
.scDtlKasumi06 h2, .scDtlKasumi07 h2, .scDtlShijima08 h2 {
  text-align: center;
  font-size: clamp(1.8rem, 2.1vw, 2.8rem);
  font-weight: 700;
  color: #FFF;
  background: #254F88;
  width: 8em;
  padding: 0.4em 0;
  margin: 0 auto 25px;
}
.scDtlKasumi06 p, .scDtlKasumi07 p {
  text-align: center;
  margin-bottom: min(13vw,100px)!important;
}
.scDtlKasumi07 .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  width: min(100%, 1000px);
  margin: 0 auto;
}
.row .sizeImg {
  width: 58%;
}
.row .tblSize {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #404040;
  font-size: clamp(1.4rem,1.3vw,1.6rem);
  margin-bottom: 4%;
}
.scDtlKasumi07 .row .tblSize {
  width: 41%;
}
@media screen and (max-width: 768px){
  .row .sizeImg {
    width: 80%;
    margin: 0 auto 15px;
  }
  .scDtlKasumi07 .row .tblSize {
    width: 100%;
  }
}
.row .tblSize dt {
  width: 5em;
  background: #E5E5E5;
  text-align: center;
  padding: 0.5em 0;
}
.row .tblSize dd {
  width: calc(100% - 5em);
   padding: 0.5em;
}
.row .tblSize dt:not(:last-of-type), .row .tblSize dd:not(:last-of-type) {
  border-bottom: 1px solid #404040;
}

/************  フェルトパネル  ************/
.scDtlShijima01, .scDtlShijima08 {
  margin-bottom: min(13vw,100px);
}
.scDtlShijima08 .colTbl {
  width: 40%;
}
@media screen and (max-width: 768px){
  .scDtlShijima08 .colTbl {
    width: 100%;
  }
}
.scDtlShijima06 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: min(3vw, 40px);
  margin-bottom: min(3vw, 25px);
}
.scDtlShijima06 li {
  width: 31%;
}
@media screen and (max-width: 768px){
  .scDtlShijima06 ul {
    justify-content: center;
    grid-gap: 4vw 4%;
  }
  .scDtlShijima06 li {
    width: 48%;
  }
}
.scDtlShijima06 p {
  text-align: center;
  margin-bottom: min(12vw, 80px) !important;
}
.scDtlShijima08 .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: min(100%, 1000px);
  margin: 0 auto;
}
.fittingsBox {
  background: #DBEBF9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: min(4vw,20px) min(4vw,30px);
  margin-top: min(6vw,40px);
}
.fittingsBox img {
  width: 34%;
}
.fittingsBox dl {
  width: 60%;
}
.fittingsBox dt {
  font-size: clamp(1.5rem,1.6vw,2rem);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.fittingsBox dd {
  font-size: clamp(1.4rem,1.3vw,1.5rem);
}

/************  ウォールパネルKomorebi商品説明欄  ************/
.scDtlKomorebi01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.scDtlKomorebi01, .scDtlKomorebi02, .scDtlKomorebi04, .scDtlKomorebi05, .scDtlKomorebi06, .scDtlKomorebi07 {
  margin-bottom: min(13vw, 100px);  
}
.scDtlKomorebi01 img {
  margin-bottom: min(3vw, 25px);
}
.scDtlKomorebi01 h2 {
  font-size: clamp(2.4rem, 2.6vw, 3.4rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.scDtlKomorebi01 p {
  width: calc(100% - 450px);
}
@media screen and (max-width: 768px){
  .scDtlKomorebi01 p {
    width: 100%;
  }
}
.scDtlKomorebi02 {
  position: relative;
}
.scDtlKomorebi02 .txt {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px){
  .scDtlKomorebi02 .txt {
    position: static;
    transform: none;
    margin-bottom: 20px;
  }
}
.scDtlKomorebi02 h2 {
  font-size: clamp(2.2rem, 3.4vw, 3.4rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 0.4em;
}
.scDtlKomorebi02 p {
  text-align: center;
}
.scDtlKomorebi02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  column-gap: min(1.5vw,7px);
}
.scDtlKomorebi02 li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: min(21vw,103px);
  height: min(21vw,103px);
  border: 1px solid #333;
  border-radius: 60px;
  font-size: min(4vw,1.6rem);
}
.scDtlKomorebi02 li::before {
  content: "";
  position: absolute;
}
.scDtlKomorebi03 h2 {
  text-align: center;
  margin-bottom: min(10vw, 80px);
}
@media screen and (max-width: 768px){
  .scDtlKomorebi03 h2 img {
    width: min(76vw,300px);
  }
}
.itemDetail .pointBlock {
  margin-bottom: min(13vw, 100px);
}
.itemDetail .pointBlock .pointNumHd {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: min(2vw,15px);
}
.itemDetail .pointBlock .pointNumHd::before {
  content: "";
  height: 2px;
  width: 100%;
  background: #333;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.itemDetail .pointBlock .pointNumHd div {
  background: #FFF;
  border: 2px solid #333;
  border-radius: 50px;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(1.3rem,1.8vw,1.8rem);
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  column-gap: 0.3em;
  padding: 0 0.8em;
}
.itemDetail .pointBlock .pointNumHd div span {
  font-size: 1.6em;
}
.itemDetail .pointBlock h3 {
  font-size: clamp(2.2rem, 3.4vw, 3.4rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 0.8em;
}
.itemDetail .dtlContainerS {
  width: min(100%,1000px);
  margin: 0 auto;
}
.itemDetail .pointBlock p {
  text-align: center;
  margin-bottom: 1.5em;
}
.SAMechanism {
  background: #F1ECE7;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: min(4vw,30px);
  padding: min(10vw,70px) min(5vw,70px) min(5vw,70px);
  position: relative;
  margin: min(10vw,70px) auto min(7vw,50px);
}
.SAMechanism h4 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url("https://lifestylelab.itembox.design/item/img/ipic/komorebi-06.png") no-repeat center center / contain;
  width: 100%;
  height: 2.5em;
  font-size: clamp(2rem,2.6vw,3.2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.SAMechanism h4 span {
  transform: translateY(-0.08em);
}
.SAMechanism .SAMechanismItem {
  width: 48.5%;
  background: #FFF;
  border-radius: min(4vw,30px);
  overflow: hidden;
  margin-bottom: min(5vw,20px);
}
.SAMechanism .SAMechanismItem:first-of-type {
    border: 2px solid #8CB6DC;
}
.SAMechanism .SAMechanismItem:last-of-type {
    border: 2px solid #F0A6BE;
}
.SAMechanism .txt {
  text-align: center;
  font-size: clamp(1.4rem, 1.2vw, 1.7rem);
  letter-spacing: 0;
  line-height: 1.6;
  padding: min(2.5vw, 15px) 10px;
}
@media screen and (max-width: 768px){
  .SAMechanism .txt {
    text-align: left;
  }
}
.SAMechanism dl {
  width: 100%;
  text-align: center;
}
.SAMechanism dt {
  font-size: clamp(1.5rem,2vw,2.4rem);
  font-weight: 500;
  margin-bottom: 0.5em;
}
.SAMechanism dd {
  line-height: 1.6;
}
@media screen and (max-width: 768px){
  .SAMechanism dd {
    text-align: left;
  }
}
.scDtlKomorebi03 .usingTgtr {
  padding: 0 min(5vw,80px);
}
.scDtlKomorebi03 .usingTgtr .txt {
  background: transparent;
  color: #333;
}
.scDtlKomorebi03 .usingTgtr h3 {
  text-align: left;
  position: relative;
}
.scDtlKomorebi03 .usingTgtr h3::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  background: url("https://lifestylelab.itembox.design/item/img/ipic/komorebi-17.png") no-repeat left top / contain;
  width: 100%;
  height: 18px;
}
@media screen and (max-width: 768px){
  .scDtlKomorebi03 .usingTgtr .txt {
    padding: 0 0 90px;
    width: 250px;
  }
}
.scDtlKomorebi03 .usingTgtr p {
  text-align: left;
}
.scDtlKomorebi03 .seriesItemRow {
  background: #F1ECE7;
  border-radius: min(4vw, 30px);
  padding: min(5vw, 70px);
}
.pointBlock.point02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pointBlock.point02 li {
  width: 48%;
}

.scDtlKomorebi04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #F1ECE7;
  border-radius: min(4vw, 30px);
  padding: min(7vw,60px) min(5vw,70px);
}
.scDtlKomorebi04 .txt {
  width: 48%;
}
.scDtlKomorebi04 h2 {
  text-align: center;
  background: url(https://lifestylelab.itembox.design/item/img/ipic/komorebi-16.png) no-repeat center center / contain;
  width: 100%;
  height: 2.6em;
  font-size: clamp(2rem, 2.6vw, 3.2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
}
.scDtlKomorebi04 h2 span {
    transform: translateY(-0.08em);
}
.scDtlKomorebi04 .img {
  width: 45%;
}
@media screen and (max-width: 768px){
  .scDtlKomorebi04 .txt {
    width: 100%;
    margin-bottom: 20px;
  }
  .scDtlKomorebi04 .img {
    width: 100%;
  }
}

.scDtlKomorebi05 h2 {
  text-align: center;
  font-size: clamp(2rem, 2.6vw, 3.2rem);
  font-weight: 500;
  margin: 0 auto 1em;
}
.scDtlKomorebi05 .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: min(5vw, 50px);
}
.scDtlKomorebi05 .row:nth-of-type(2) {
  column-gap: 4%;
}
.scDtlKomorebi05 .sizeImg {
  width: 48%;
  text-align: center;
}
.scDtlKomorebi05 .sizeImg h3 {
  font-size: clamp(1.5rem,3.3vw,2rem);
  color: #FFF;
  background: #333;
  width: 10em;
  padding: 0.2em 0;
  margin: 0 auto 0.5em;
}
.scDtlKomorebi05 dl {
  width: 48%;
}
@media screen and (max-width: 768px){
  .scDtlKomorebi05 dl {
    width: 100%;
    margin-bottom: 15px;
  }
}
.scDtlKomorebi05 dl:first-of-type {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.scDtlKomorebi05 dl:first-of-type dt {
  border-bottom: 1px solid #333;
  width: 5em;
  padding: 0.5em 1em;
}
.scDtlKomorebi05 dl:first-of-type dd {
  border-bottom: 1px solid #333;
  width: calc(100% - 5em);
  padding: 0.5em 1em 0.5em 0;
}
.scDtlKomorebi05 dl:last-of-type {
  background: #F1ECE7;
  padding: min(4vw, 20px) min(4vw, 30px);
}
.scDtlKomorebi05 dl:last-of-type dt {
  font-size: clamp(1.5rem, 1.6vw, 2rem);
  font-weight: 500;
  margin-bottom: 0.5em;
}

.scDtlKomorebi06 h2, .scDtlKomorebi07 h2 {
  position: relative;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 2.3em;
}
.scDtlKomorebi06 h2::after, .scDtlKomorebi07 h2::after {
  content: "";
  position: absolute;
  bottom: -1.7em;
  left: 50%;
  transform: translateX(-50%);
  background: url(https://lifestylelab.itembox.design/item/img/ipic/komorebi-18.png) no-repeat center top / contain;
  width: min(100%,410px);
  height: 1.35em;
}
@media screen and (min-width: 769px){
  .scDtlKomorebi06 p {
    text-align: center;
  }
}
.scDtlKomorebi06 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: 25px;
  width: min(100%, 1000px);
  margin: 0 auto;
}
.scDtlKomorebi06 li {
  width: 23%;
}
@media screen and (max-width: 768px){
  .scDtlKomorebi06 li {
    width: 48%;
  }
}
.scDtlKomorebi06 li div {
  text-align: center;
  font-size: clamp(1.4rem,1.8vw,1.8rem);
  font-weight: 400;
  color: #FFF;
  background: #333;
  padding: 0.3em 0;
}
.scDtlKomorebi07 .roomExmpl {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: min(1.3vw,15px);
}
