@charset "UTF-8";

/* 20240605 soi h1設定 */
h1.soi_h1_title {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  margin: 10px auto;
  line-height: 1.8;
}

@media screen and (max-width: 559px) {
  h1.soi_h1_title {
    font-size: 21px;
  }
}

/* 20240605 soi パンくず */
.breadcrumbs {
  margin: 0px auto 50px;
  display: flex;
  font-size: 13px;
}

.breadcrumbs li a::after {
  content: '>';
  display: inline-block;
  padding: 0 5px;
}

/* 20250121 soi ページ内ジャンプ */
.feature_area .feature_wrap #insulation.block.w100 {
    margin-top: 0;
    padding-top: 100px;
}

/* 20240909 商品情報強化 */
.products_area .products_wrap .block>a {
  margin: auto;
  margin-right: 90px;
}

.products_area .products_wrap .block .textwrap .products_title h3>a>span {
  display: flex;
  align-items: baseline;
  text-transform: uppercase;
  font-weight: bold;
  font-family: serif;
  font-size: 20px;
  gap: 8px;
  margin-bottom: 26px;
}

.products_area .products_wrap .block .textwrap .products_title h3>a>span img {
  width: 60px !important;
}

.products_area .products_wrap .block .textwrap .products_title p .products_content-title {
  max-width: 300px;
  display: inline-block;
}

.products_titlesub>dl {
  display: flex;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
}

.products_titlesub>dl>dt {
  max-width: 80px;
  width: 100%;
}

.products_area .products_wrap .block .textwrap .products_title p span.soi_certification {
  top: 30%;
}

@media screen and (max-width: 1100px) {
  .products_area .products_wrap .block>a {
    max-width: 40%;
    margin-right: 45px;
  }
}

@media screen and (max-width: 768px) {
  .products_area .products_wrap .block>a {
    max-width: 60%;
    margin: 0 auto;
    display: block;
  }

  .products_area .products_wrap .block>a>img {
    display: block;
    margin: 0 auto;
  }

  .products_area .products_wrap .block .textwrap .products_title h3>a>span {
    font-size: 10px;
    margin-bottom: 16px;
  }

  .products_area .products_wrap .block .textwrap .products_title h3>a>span img {
    font-size: 40px !important;
  }
}

@media screen and (max-width: 559px) {
  .products_area .products_wrap .block .textwrap .products_title h3>a>span img {
    width: 205px;
    height: auto;
  }

  .products_area .products_wrap .block:nth-child(3)>a {
    width: 40%;
  }

  .products_area .products_wrap .block:nth-child(4)>a {
    width: 40%;
  }
}

/* 20240909 Mamanバナー */
.maman_bnrArea {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
}

.c-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 0 0 42px;
}

.c-textbox {
  font-weight: bold;
}

.c-textbox-center {
  text-align: center;
}

.boxmaman_bnr .bnr {
  background-image: url(https://www.country-base.com/img/home/bg_box05.jpg);
  background-size: cover;
  background-position: center;
  padding: 55px 0 60px;
}

.boxmaman_bnr .bnr .title {
  font-size: 47px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.boxmaman_bnr .bnr .title img {
  max-width: 80%;
}

.boxmaman_bnr .bnr .text {
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin: 40px 0;
}

.boxmaman_bnr .btn {
  font-size: 23px;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  border: 3px solid #fff;
  display: block;
  width: 30%;
  margin: 0 auto;
}

.boxmaman_bnr .btn.mamanbtn {
  position: relative;
}

.boxmaman_bnr .btn.mamanbtn:before {
  content: "";
  width: 110px;
  height: 107px;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(https://www.country-base.com/img/home/logo_maman02.png);
  background-position: center center;
  background-size: cover;
}

.maman_bnrArea .mgt40 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .boxmaman_bnr {
    margin-bottom: 15px;
  }

  .boxmaman_bnr .bnr {
    background-size: cover;
    background-position: center;
    padding: 27px 0 30px;
  }

  .boxmaman_bnr .bnr .title {
    font-size: 21px;
  }

  .boxmaman_bnr .bnr .text {
    font-size: 12px;
    line-height: 21px;
    margin: 18px 0 20px;
  }

  .boxmaman_bnr .btn {
    font-size: 15px;
    padding: 5px 0;
    width: 50%;
    border: 2px solid #fff;
  }

  .boxmaman_bnr .btn.mamanbtn:before {
    width: 60px;
    height: 58px;
    left: -40px;
  }
}

/* 20240909 .sp_block .sp-none */
.foot2_text .sp_block {
  display: none;
}

@media (min-width: 769px) {
  .foot2_text .sp-none {
    display: unset !important;
  }
}

@media screen and (max-width: 559px) {
  .foot2_text .sp_block {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .foot2_text .sp-none {
    display: none;
  }
}

/* 20241015 購入ページリンクボタン */
.linkbox_wrap {
  gap: 60px;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}

.linkbox_wrap .linkbox {
  margin: 0;
}

.products_area .products_wrap .texture_wrap {
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .linkbox_wrap {
    gap: 20px;
    flex-wrap: wrap;
  }

  .products_area .products_wrap .texture_wrap {
    padding-bottom: 30px;
  }
}

/* 20241015 hitkeywallページ h1 */
.hitkeywall_h1_ttl {
  margin-bottom: 20px;
}

/* 20241015 hitkeywallページ FAQ */
.hitkeywall_faqwrap .text {
  text-align: left;
  font-weight: bold;
}