@charset "UTF-8";
/* 見出し */
.headline_adjust {
  padding-top: 0;
}

.headline-type01.has_icon {
  margin-bottom: -10px;
  position: relative;
  top: -30px;
  z-index: 2;
}

.headline-type01.has_icon:before {
  content: '';
  width: 130px;
  height: 65px;
  border-radius: 65px 65px 0 0;
  background-color: #FFF;
  display: block;
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
}

.headline-type01.has_icon + * {
  z-index: 3;
  position: relative;
}

.headline-type01.has_icon .sub {
  margin-top: 5px;
  color: #E83820;
}

.headline-type01.has_icon .icon {
  margin-bottom: 10px;
  display: block;
  text-align: center;
}

.headline-type01.has_icon .icon img {
  width: 32px;
  margin-top: 8px;
}

.headline-type01.mgn_on {
  margin-top: 46px;
}

.headline-type01.design01 {
  margin-bottom: 24px;
}

.headline-type01.design01:before {
  background-color: #FFF !important;
}

.headline-type01.design01:after {
  content: '';
  width: 100%;
  height: 74px;
  background-color: #FFF;
  display: block;
  position: absolute;
  top: 30px;
  z-index: -1;
}

.headline-type02:before {
  background-color: #E83820;
}

.headline-type03 {
  border-bottom-color: #E83820;
}

.bg_color .has_icon:before {
  background-color: #F3F5F7;
}

.bg_color2 .has_icon:before {
  background-color: #FEFBE0;
}

.bg_color3 .has_icon:before {
  background-color: #FFE7CA;
}

.bg_color5 .has_icon:before {
  background-color: #e1ffff;
}

.bg_stripe1 .has_icon:before {
  background: -webkit-repeating-linear-gradient(135deg, #fef8d8 0, #fef8d8 18px, #fdfceb 18px, #fdfceb 36px);
  background: -o-repeating-linear-gradient(135deg, #fef8d8 0, #fef8d8 18px, #fdfceb 18px, #fdfceb 36px);
  background: repeating-linear-gradient(-45deg, #fef8d8 0, #fef8d8 18px, #fdfceb 18px, #fdfceb 36px);
  background-size: 100vw 260px;
  background-position: center -10px;
}

/* ボタン */
.btn.type01 {
  background-color: #E83820;
}

.btn-more span:before {
  background: #E83820;
}

.btn-back span:before {
  background: #E83820;
}

input[type="checkbox"]:checked:after {
  color: #E83820;
}

/* 矢印 */
.arrow_icon:before {
  background: #E83820;
}

/* メインビジュアル */
#main_visual {
  max-width: 1040px;
  margin: 26px auto 0;
  padding: 0 20px;
}

#main_visual .slide {
  border-radius: 10px;
  overflow: hidden;
}

/* ポイント */
.section_point {
  padding: 20px 0 60px;
}

.section_point .point_wrap {
  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;
  width:100%;
  max-width: 750px;
  margin: auto;
}

.section_point .point_wrap .inner {
  padding: 5px 10px;
  text-align: center;
  color: #E83820;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  width:calc(100% / 3);
}

.section_point .point_wrap .inner:not(:last-child) {
  margin-bottom: 0;
  border-right: 1px solid #E5E5E5;
}

/* トップアマゾン楽天ペイアイコン追加 */
.section_point .point_wrap .inner.flex {
  display:flex;
  align-items:center;
  justify-content: center;
}
/* .section_point .point_wrap .inner.flex p:not(:last-child) {
  margin:0 10px 0 0;
} */
.amazonpay,.rakutenpay,.paypay {
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}
.amazonpay {
  background:url(../../images/amazonpay.jpg) no-repeat center/contain;
  width:52px;
  height:33px;
  margin:0 10px 0 0!important;
}
.rakutenpay {
  background:url(../../images/rakutenpay.jpg) no-repeat center/contain;
  width:68px;
  height:43px;
  margin:0 5px 0px 0px!important;
}
.paypay {
  background:url(../../images/paypay.jpg) no-repeat center/contain;
  width:43px;
  height:43px;
  margin:0 8px 0 0!important;
}

/* 2回目 - メッセージ */
.section_message {
  padding: 30px 0;
}

.message_wrap {
  text-align: center;
}

.message_wrap dt {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: bold;
}

.message_wrap dd {
  color: #E83820;
  font-size: 1.4rem;
}

/* これまでに見た商品・購入履歴 */
.history_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.history_wrap .item {
  width: 150px;
}

.history_wrap .image {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  overflow: hidden;
}

.history_wrap .image img {
  width: 100%;
}

.history_wrap select {
  width: 100%;
  padding: 10px 15px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  font-size: 1.2rem;
  background: #FFF url(../../images/icon/arrow_select.png) no-repeat right 15px center/15px;
}

.history_wrap select:not(:last-child) {
  margin-bottom: 3px;
}

.history_wrap .btn-cart {
  width: 100%;
  margin-top: 10px;
  padding: 10px 0;
  background-color: #E83820;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 5px;
}

/* イントロ */
.section_intro .message {
  font-size: 2.2rem;
  text-align: center;
}

.section_intro .message p {
  line-height: 1.8;
}

.merit_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.merit_wrap .inner {
  width: 200px;
  margin: 0 10px;
  padding: 22px 0;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  line-height: 1.4;
}

.merit_wrap .inner a {
  color: #FFF;
}

.merit_wrap .icon {
  width: 32px;
  margin: 0 auto 5px;
  display: block;
}

.merit_wrap .point {
  background-color: #EBB700;
}

.merit_wrap .coupon {
  background-color: #6ECC82;
}

.merit_wrap .receipt {
  background-color: #EB6100;
}

.merit_wrap .title {
  margin: 10px auto;
  font-size: 1.6rem;
}

.merit_wrap .title.adjust2 {
  line-height: 2.8;
}

.merit_wrap p {
  font-size: 1.2rem;
}

/* 会員のお客様 */
.member_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  gap:20px;
}

.member_menu .col_inner {
  width: 150px;
  padding: 40px 0;
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  display: block;
  background-color: #FFF;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.member_menu .col_inner span {
  display: block;
}

.member_menu .icon {
  width: 26px;
  margin-bottom: 10px;
}

/* 当店の独自サービス */
.service_menu img {
  width: 100%;
  height: 235px;
  border-radius: 50%;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(85, 85, 85, 0.1));
  filter: drop-shadow(2px 2px 2px rgba(85, 85, 85, 0.1));
  -o-object-fit: cover;
  object-fit: cover;
}

.service_menu span {
  margin-top: .4em;
  display: block;
  font-weight: bold;
}

.service_menu .arrow_icon {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: inline-block;
}

/* 検索エリア */
.section_search .checkbox_wrap {
  font-size: 1.4rem;
}

.checkbox_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #FFF;
  margin-bottom: 20px;
}

.checkbox_wrap .inner {
  width: 25%;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.categolibox_wrap ul {
    display:flex;
    flex-wrap:wrap;
    /*border-top:1px solid #fff;*/
}
.categolibox_wrap li {
    width:25%;
    padding:10px 0 10px 1.5em;
}
.categolibox_wrap li.cate-ttl {
    width:100%;
    font-weight:bold;
    font-size:1.2em;
}
.categolibox_wrap li:before {
    content:'●';
    margin-left:-1em;
    margin-right:0.5em;
}
.categolibox_wrap li.cate-ttl:before {
    content:'';
    margin-left:-0.5em;
    margin-right:0em;
}
.categolibox_wrap li.line {
    position:relative;
}
.categolibox_wrap li.line:after {
    content:'';
    width:1000px;
    height:1px;
    background-color:#fff;
    display:block;
    position:absolute;
    bottom:0;
    left:0;
}

.checkbox_wrap .inner:nth-child(4n+1) {
  position: relative;
}

.checkbox_wrap .inner:nth-child(4n+1):after {
  content: '';
  width: 1000px;
  height: 1px;
  background-color: #FFF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.checkbox_wrap .inner input {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.checkbox_wrap.col5 .inner {
  width: 20%;
}

.checkbox_wrap.col5 .inner:nth-child(4n+1):after {
  content: none;
}

.checkbox_wrap.col5 .inner:nth-child(5n+1) {
  position: relative;
}

.checkbox_wrap.col5 .inner:nth-child(5n+1):after {
  content: '';
  width: 1000px;
  height: 1px;
  background-color: #FFF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cb_type01 {
  border-top: none;
}

.cb_type01 .inner {
  padding: 6px 0;
}

.cb_type01 .inner:nth-child(4n+1):after {
  content: none;
}

.btn.filter {
  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;
  background-color: #6ECC82;
  margin-bottom: 20px;
}

.btn.filter .icon {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  border-radius: 28px;
  background-color: #FFF;
  display: inline-block;
  position: relative;
}

.btn.filter .icon:before, .btn.filter .icon:after {
  content: '';
  display: block;
  background-color: #6ECC82;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn.filter .icon:before {
  width: 14px;
  height: 3px;
}

.btn.filter .icon:after {
  width: 3px;
  height: 14px;
}

.btn.open .icon:after {
  opacity: 0;
}

.js-filter-items {
  margin-bottom: 20px;
}

.js-filter-items .hidden {
  display: none;
}

.js-filter-items .checkbox_wrap {
  border-top: none;
}

.js-filter-items .checkbox_wrap .inner {
  padding: 6px 0;
}

.js-filter-items .checkbox_wrap .inner:after {
  display: none !important;
}

#search_detail .small {
  width: 1040px;
}

/* 知識 */
.tisiki_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tisiki_wrap li {
  width:50%;
  max-width:400px;
  margin: 0 10px;
}
.tisiki_wrap .inner {
  width:100%;
  padding: 22px 0;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  line-height: 1.4;
  display:block;
  color: #FFF;
  transition: opacity 0.5s ease-out;
}

.tisiki_wrap .inner:hover {
  opacity: 0.6;
}

.tisiki_wrap .icon {
  width: 64px;
  margin: 0 auto 5px;
  display: block;
}

.tisiki_wrap .qanda {
  background-color: #6ECC82;
}

.tisiki_wrap .kiji {
  background-color: #5ad1e5;
}

.tisiki_wrap .title {
  margin: 10px auto;
  font-size: 1.6rem;
}

.tisiki_wrap .title.adjust2 {
  line-height: 2.8;
}

.tisiki_wrap p {
  font-size: 1.2rem;
}

/* How to */
.section_howto .tab-inner {
  width: 320px;
}

.section_howto .tab-inner:not(:last-child) {
  margin-right: 20px;
}

.section_howto .text_area {
  margin-top: 10px;
  text-align: center;
}

.section_howto .text_area dt {
  font-weight: bold;
}

.section_howto .text_area dd {
  margin-top: 5px;
  font-size: 1.2rem;
}

/* お客さまDIY事例 */
.section_diy .tab-inner {
  width: 320px;
}

.section_diy .tab-inner:not(:last-child) {
  margin-right: 20px;
}

/* よくある質問 */
.faq_wrap .faq {
  border-bottom: 1px solid #DDDDDD;
}

.faq_wrap .faq:first-child {
  border-top: 1px solid #DDDDDD;
}

.faq_wrap .title {
  padding: 16px;
  font-weight: bold;
  position: relative;
}

.faq_wrap .title:before {
  content: '';
  width: 14px;
  height: 14px;
  background: #E83820;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -9px;
}

.faq_wrap .title:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}

.faq_wrap .title.open:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-top: -5px;
}

.faq_wrap .list {
  padding: 0 16px 16px;
  display: none;
}

.faq_wrap .list li:not(:last-child) {
  margin-bottom: .5em;
}

/* お知らせ */
.news_list li:not(:last-child) {
  margin-bottom: 20px;
}
.news_list a {
  color: #0068B7;
  text-decoration: underline;
  font-weight:bold;
}
.news_list li:first-child a {
  color:#e83820;
}

/* ブランド一覧 */
.brand_list .brand {
  padding: 20px 12px;
  border: 1px solid #DDDDDD;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.brand_list .brand:before {
  content: '';
  width: 14px;
  height: 14px;
  background: #E83820;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
}

.brand_list .brand:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -3px;
}

.brand_list .thumb {
  width: 70px;
  margin-right: 15px;
}

.brand_list .text {
  padding-right: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand_list .text dt {
  margin-bottom: 5px;
  color: #E83820;
  font-weight: bold;
}

/* 商品一覧 */
.products_list dt {
  color: #E83820;
}

.products_list .btn-cart {
  background-color: #E83820;
}

/* よくある質問 */
.faq_navi li:before {
  background: #E83820;
}

.faq_content .question {
  background-color: #FEFBE0;
}

.faq_content .question:before {
  background: #E83820;
}

.faq_content .question span:before {
  color: #E83820;
}

/* カテゴリ - ご家庭でDIYを楽しみたい方 */
.tips_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tips_wrap .inner {
  width: 100%;
  padding: 20px;
  background-color: #FFF;
  border-radius: 5px;
}

.tips_wrap .inner:not(:last-child) {
  margin-right: 20px;
}

.tips_wrap li:not(:last-child) {
  margin-bottom: .3em;
}

.tips_wrap a {
  color: #E83820;
  text-decoration: underline;
}

.ul_tips_area .headline-type01 .sub {
  display: none;
}

.ul_tips_area .accordion_area {
  display: none;
}

.ul_tips_area .accordion_area .tips_wrap {
  margin-bottom: 30px;
}

.ul_tips_area .accordion_button .btn {
  margin-top: 0;
  line-height: 1;
}

.ul_tips_area .accordion_button .more:before {
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f067";
}

.ul_tips_area.open .headline-type01 .sub {
  display: block;
}

.pager_number .page-numbers.current {
  background-color: #E83820;
  border: 1px solid #E83820;
}

/* 商品詳細 */
.product_detail dt:before {
  color: #E83820 !important;
}

.color_variation_area dt {
  background-color: #FEFBE0 !important;
}

.color_variation_area dt:before {
  background: #E83820 !important;
}

.section_recommend input[type="submit"] {
  background-color: #E83820 !important;
}

.FS2_ArrivalInformationButton_area a {
  color: #E83820 !important;
}

.guide_list li {
  background-color: #EB6100;
  color: #FFF;
  border: none !important;
}

#toCart {
  background-color: #ff9225 !important;
}

/* トップにコンテンツ追加 */
.top_con {
    display:flex;
    max-width:1000px;
    margin:auto;
    justify-content:center;
    align-items:flex-start;
    flex-wrap:wrap;
}
.top_con li a {
    display:block;
}
/*.top_con.special_topics li {
    width:calc((100% - 20px) / 2);
    margin-right:20px;
    margin-bottom:20px;
}
.top_con.special_topics li:nth-child(2n) {
    margin-right:0;
}*/
.top_con.special_topics li,.top_con.contents li {
    width:calc((100% - 40px) / 3);
    margin:0 0 40px;
}
.top_con.special_topics li:nth-child(3n+2),.top_con.contents li:nth-child(3n+2) {
    margin:0 20px 40px;
}
.top_con li .top_con_text,.top_con.contents li .top_con_text {
    text-align:center;
    font-weight:bold;
}
.top_con li .top_con_text {
    margin:5px 0;
}
.top_con li .top_con_sub {
  text-align:center;
  margin-top:5px;
  font-size:1.2rem;
  line-height:1.2;
}
.special_topics {
    padding-bottom:60px;
}

.juuyoubanner {
  padding-bottom:0;
}
.juuyoubanner .top_con {
  display: flex;
  justify-content: center;
  /* padding: 0 20px; */
  box-sizing: border-box;
  gap: 20px;
}
.juuyoubanner .top_con.contents li {
  width: calc((100% - 40px) / 3);
  max-width: 580px;
  margin: 0 auto 30px;
}
.juuyoubanner .juuyou_txt {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 5px;
}

/* トップメニューのアコーディオン化 */

.kensaku_accordion {
  width: 100%;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  align-items:center;
}
.kensaku_toggle {
  display:none;
}
.kensaku_title {
  width: 250px;
  text-align: center;
  margin: 20px;
  padding: 20px;
  box-sizing:border-box;
  background:#E83820;
  border-radius:5px;
  width: 250px;
  text-align: center;
  margin: 20px;
  padding: 20px;
  color:#000;
  cursor: pointer;
}
.kensaku_title:hover {
  opacity:0.8;
}
.kensaku_title1 {
  background:#fff6ce;
}
.kensaku_title2 {
  background:#ffbd84;
}
.kensaku_content {
  width:100%;
  box-sizing:border-box;
  transition: all 0.8s;
}
.kensaku_title,
.kensaku_content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.kensaku_title::before {
  content: "";
  position: absolute;
  top: 4px;
  right: -200px;
  bottom: 0;
  left: 0;
  width: 2px;
  margin: auto;
  border: 6px solid transparent;
  border-top: 7px solid #E94A3F;   /* 好みで色を変えてください */  
  transition: all 0.3s;
  background-color:transparent;
  transform-origin:50% 3px;

}
/* .kensaku_content {
    max-height: 0;
    overflow: hidden;
}
.kensaku_toggle1:checked ~ .kensaku_content1 {
  max-height: 650px;
  transition: all 0.8s;
}
.kensaku_toggle2:checked ~ .kensaku_content2 {
  max-height: 1150px;
  transition: all 0.8s;
} */

.kensaku_toggle:checked+.kensaku_title::before {
    transform: rotate(180deg) !important;
}
.search_wrap {
  padding:20px 0 40px;
}


@media screen and (max-width: 600px) {
  .member_menu {
    flex-wrap:wrap;
  }
  .member_menu .col_inner {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (min-width: 479px) {
  .pc_on {
    display: block;
  }
  .sp_on {
    display: none;
  }
}
@media screen and (max-width: 478px) {
  .pc_on {
    display: none;
  }
  .sp_on {
    display: block;
  }
}

@media screen and (max-width: 478px) {
  /* 見出し */
  .bg_stripe1 .has_icon:before {
    background-size: 260px 260px;
    background-position: center top;
  }
  /* メインビジュアル */
  #main_visual {
    margin-top: 0;
    padding: 18px 18px 0;
  }
  /* ポイント */
  .section_point {
    padding: 15px 0 50px;
  }
  .section_point .point_wrap .inner {
    padding: 5px 15px;
    font-size: 1.2rem;
  }
  
  /* アマゾン楽天ペイ */
  .section_point .point_wrap .inner.flex {
    /* display:block; */
    flex-wrap: wrap;
  }
  .pc_only {
    display:none;
  }
  .section_point .point_wrap .inner.flex p:not(:last-child) {
    margin:0 auto -15px;
  }
  
  /* 2回目 - メッセージ */
  .section_message {
    padding: 30px 0;
  }
  /* これまでに見た商品・購入履歴 */
  .section_history.history01 {
    padding-bottom: 0;
  }
  .history_wrap {
    margin-bottom: -25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .history_wrap .item {
    width: 31%;
    margin-bottom: 25px;
  }
  .history_wrap .image {
    margin-bottom: 8px;
  }
  .history_wrap select {
    padding: 6px 10px;
    background-position: right 10px center;
    background-size: 10px;
  }
  .history_wrap .btn-cart {
    padding: 6px 0;
  }
  /* イントロ */
  .section_intro .message {
    font-size: 1.8rem;
  }
  .section_intro .message p {
    line-height: 1.8;
  }
  .merit_wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.2rem;
  }
  .merit_wrap .inner {
    width: 31%;
    margin: 0;
    padding: 16px 0;
    line-height: 1.2;
  }
  .merit_wrap .title {
    font-size: 1.4rem;
  }
  .merit_wrap .title.adjust2 {
    line-height: inherit;
  }
  .merit_wrap p {
    padding: 0 5px;
  }
  .merit_wrap p br {
    display: none;
  }
  
  .top_con.special_topics li:nth-child(3n+2), .top_con.contents li:nth-child(3n+2) {
    margin:0 0 40px;
  }
.top_con.special_topics li, .top_con.contents li {
    width:100%;
  margin-bottom:40px;
} 

.juuyoubanner .top_con.contents li {
  width:100%;
}

  .tisiki_wrap .inner {
    width: 100%;
    margin: 0;
    padding: 16px 0;
    line-height: 1.2;
  }
  .tisiki_wrap .title.adjust2 {
    line-height:1.2;
  }
  .tisiki_wrap p {
    padding:0 5px;
  }
  .tisiki_wrap .sp_off {
    display:none;
  }
  .tisiki_wrap .tisiki_li1 {
    width:50%;
    margin-right:10px;
  }
  .tisiki_wrap .tisiki_li2 {
    width:50%;
  }
  
  /* 会員のお客様 */
  .member_menu {
    margin-bottom: -3.5%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .member_menu .col_inner {
    /* width: 31%; */
    margin-bottom: 3.5%;
    padding: 25px 0;
  }
  .member_menu .icon {
    width: 20px;
  }
  /* 検索エリア */
  .section_search .checkbox_wrap {
    font-size: 1.2rem;
  }
  .checkbox_wrap {
    margin: 0 -20px;
    padding: 0 20px;
  }
    
    .categolibox_wrap li {
        width:50%;
    }
    .categolibox_wrap li:nth-child(2n+1) {
    position: relative;
    }
    .categolibox_wrap li:nth-child(2n+1):after {
    content: '';
    width: 100vw;
    height: 1px;
    background-color: #FFF;
    display: block;
    position: absolute;
    bottom: 0;
    left: -20px;
    }
    
  .checkbox_wrap .inner {
    width: 50%;
    margin: 0;
  }
  .checkbox_wrap .inner:nth-child(2n+1) {
    position: relative;
  }
  .checkbox_wrap .inner:nth-child(2n+1):after {
    content: '';
    width: 100vw;
    height: 1px;
    background-color: #FFF;
    display: block;
    position: absolute;
    bottom: 0;
    left: -20px;
  }
  .checkbox_wrap.col5 .inner {
    width: 50%;
  }
  .checkbox_wrap.col5 .inner:nth-child(5n+1):after {
    content: none;
  }
  .checkbox_wrap.col5 .inner:nth-child(2n+1) {
    position: relative;
  }
  .checkbox_wrap.col5 .inner:nth-child(2n+1):after {
    content: '';
    width: 200%;
    height: 1px;
    background-color: #FFF;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .checkbox_wrap.sp_col1 .inner {
    width: 100%;
    position: relative;
  }
  .checkbox_wrap.sp_col1 .inner:after {
    content: '';
    width: 200%;
    height: 1px;
    background-color: #FFF;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .js-filter-items {
    margin-top: 30px;
  }
  /* よくある質問 */
  .faq_wrap {
    margin: 0 -15px;
  }
  /* How to */
  .section_howto .tab-contents {
    width: 100%;
  }
  /* お客さまDIY事例 */
  .section_diy .tab-contents {
    width: 100%;
  }
  /* カテゴリ - ご家庭でDIYを楽しみたい方 */
  .tips_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tips_wrap .inner:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .tips_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tips_wrap li {
    width: 50%;
  }
  .kensaku_toggle1:checked+.kensaku_title1 + .kensaku_content {
    max-height: 1140px;
  }
  .kensaku_toggle2:checked+.kensaku_title2 + .kensaku_content {
    max-height: 1480px;
  }
}
