@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_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;
}

.section_point .point_wrap .inner {
  padding: 5px 30px;
  text-align: center;
  color: #E83820;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}

.section_point .point_wrap .inner:not(:last-child) {
  margin-bottom: 0;
  border-right: 1px solid #E5E5E5;
}

/* 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: space-between;
}

.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;
}

.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;
}

.checkbox_wrap .inner:nth-child(4n+1) {
  position: relative;
}

.checkbox_wrap .inner:nth-child(4n+1):after {
  content: '';
  width: 850px;
  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;
}

.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-top: 40px;
}

.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;
}

/* 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;
}

/* ブランド一覧 */
.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;
}

/* PDF */
.pdf{
  display: inline-block;position: relative;
  top: -2px;
  width: 40px;
  height: 20px;
  padding: 1px 0.375em;
  color: #ff0000;
  font-size: 10px;
  text-align: center;
  margin-left: 1em;
  border: solid 1px #ff0000;
  border-radius: 0.2em;
}


@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;
  }
  /* 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;
  }
  /* 会員のお客様 */
  .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;
  }
  .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%;
  }
}
