@charset "UTF-8";

main {
    padding-top: 14px;
    background: #fff;
    color: #000;
}

main p {
    margin: 0;
}

.cat_attention {
    padding-bottom: 70px;
}

/* -----------------------------------------------
category_title
----------------------------------------------- */
.category_title .text_wrap h2 {
    font-weight: bold;
    line-height: 1.47;
}

.category_title .text_wrap h2 span {
    display: block;
    color: #009CD0;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
}

.category_title .text_wrap p {
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .category_title {
        margin-top: 11px;
    }

    .category_title .text_wrap {
        margin-top: 10px;
    }

    .category_title .text_wrap h2 {
        font-size: 3.4rem;
    }

    .category_title .text_wrap h2 span {
        margin-top: 7px;
        font-size: 1.6rem;
    }

    .category_title .text_wrap p {
        font-size: 1.4rem;
        line-height: 1.85;
        margin-top: 20px;
    }
}

@media screen and (min-width: 768px) {
    .category_title {
        position: relative;
        width: 100%;
        height: 320px;
        margin-top: 10px;
    }

    .category_title .img {
        position: absolute;
        top: 0;
        right: 0;
        width: 65.15%;
        height: 100%;
        overflow: hidden;
    }
    
    .category_title img {
        height: 100%;
        border-radius: 8px 0 0 8px;
        position: absolute;
        left: 0;
        top: 0;
        width: auto;
        max-width: none;
    }
    
    .category_title .inner_wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
    }

    .category_title .inner_wrap {
        height: auto;
    }

    .category_title .text_wrap {
        display: inline-block;
        padding: 30px 68px 30px 0;
        background: rgba(255,255,255,.9);
        border-radius: 0 8px 8px 0;
    }

    .category_title .text_wrap p {
        margin-top: 30px;
    }

    .category_title .text_wrap h2 {
        font-size: 48px;
    }

    .category_title .text_wrap h2 span {
        margin-top: 9px;
        font-size: 20px;
    }

    .category_title .text_wrap p {
        font-size: 16px;
        line-height: 2;
    }
}

/* @media screen and (min-width: 1366px) {
    .category_title {
        padding-top: 23.42%;
        height: 0;
    }

    .category_title img {
        width: 100%;
        height: auto;
    }
} */

/* -----------------------------------------------
cat_point_wrap
----------------------------------------------- */
.cat_point_wrap {
    background-color: #E8F6FB;
}

.cat_point_wrap .point_wrap {
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
}

.cat_point_wrap .point_wrap .heading {
    display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
    padding: 0 1em;
}

.cat_point_wrap .point_wrap .heading span {
    background-color: #E8F6FB;
    color: #009CD0;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-right: 8px;
    margin-top: 0.1em;
}

.cat_point_wrap .point_wrap .heading strong {
    font-size: 20px;
    line-height: 1.45;
    font-weight: bold;
    flex: 1;
}

.cat_point_wrap .point_wrap .img img {
    width: 100%;
}

.cat_point_wrap .point_wrap p {
    margin-top: 11px;
    font-weight: 500;
    line-height: 1.5;
}

.cat_point_wrap .point_item .link {
    margin-top: 10px;
}

.cat_point_wrap .point_item .link a {
    display: block;
}

.cat_point_wrap .point_item .link span {
    font-weight: bold;
    display: block;
    position: relative;
}

.cat_point_wrap .point_item .link span::after {
    content: '';
    display: inline-block;
    background-image: url(../img/common/icon_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.cat_point_wrap .slick-prev:before {
    background-image: url(../img/top/mv_arrow_prev.svg);
}

.cat_point_wrap .slick-next:before {
    background-image: url(../img/top/mv_arrow_next.svg);
}

@media screen and (max-width: 767px) {
    section.campaign + .cat_point_wrap {
        margin-top: 0;
    }

    .cat_point_wrap {
        margin-top: 57px;
        padding-bottom: 40px;
    }

    .cat_point_wrap .head_wrap {
        padding-top: 62px;
    }

    .cat_point_wrap .head_wrap h2 {
        margin-bottom: 17px;
    }

    .cat_point_wrap .point_wrap {
        padding: 20px 0;
    }

    .cat_point_wrap .point_wrap .img {
        margin: 24px auto 0;
        width: 100%;
    }

    .cat_point_wrap .point_wrap p {
        font-size: 1.4rem;
        padding: 0 20px;
    }

    .cat_point_wrap .point_item .link span {
        font-size: 1.4rem;
        padding-left: 27px;
        line-height: 1.42;
    }

    .cat_point_wrap .point_item .link span::after {
        width: 20px;
        height: 20px;
    }

    .cat_point_wrap .slick-prev {
        width: 35px;
        height: 35px;
        z-index: 1;
        left: -10px;
    }
    
    .cat_point_wrap .slick-next {
        width: 35px;
        height: 35px;
        z-index: 1;
        right: -10px;
    }
    
    .cat_point_wrap .slick-prev:before,
    .cat_point_wrap .slick-next:before {
        content: '';
        display: inline-block;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        width: 35px;
        height: 35px;
    }

    .cat_point_wrap .slick-dots {
        bottom: -30px;
    }
    
    .cat_point_wrap .slick-dots li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
    
    .cat_point_wrap .slick-dots li button {
        width: 10px;
        height: 10px;
    }
    
    .cat_point_wrap .slick-dots li button:before {
        width: 10px;
        height: 10px;
    }
    
    .cat_point_wrap .slick-dots button::before {
        opacity: 1;
        content: '';
        background: #E5E5E5;
        border-radius: 50%;
    }
    
    .cat_point_wrap .slick-dots .slick-active button::before {
        background: #009CD0;
        opacity: 1;
    }
}

@media screen and (min-width: 768px) {
    section.campaign + .cat_point_wrap {
        margin-top: 0;
    }

    .cat_point_wrap {
        margin-top: 100px;
        padding-bottom: 41px;
    }

    .cat_point_wrap .head_wrap {
        padding-top: 80px;
    }

    .cat_point_wrap .head_wrap h2 {
        margin-bottom: 30px;
    }

    .cat_point_wrap .point_item_wrap {
        width: calc(100% + 28px);
        margin-left: -14px;
    }

    .cat_point_wrap .point_item {
        padding: 14px;
    }

    .cat_point_wrap .point_wrap {
        padding: 30px 0;
    }

    .cat_point_wrap .point_wrap .img {
        margin-top: 32px;
        width: 100%;
    }

    .cat_point_wrap .point_wrap p {
        font-size: 16px;
        padding: 0 20px; 
    }

    .cat_point_wrap .point_item .link span {
        font-size: 18px;
        padding-left: 38px;
        line-height: 1.55;
    }

    .cat_point_wrap .point_item .link span::after {
        width: 28px;
        height: 28px;
    }

    .cat_point_wrap .slick-prev {
        top: 50%;
        left: -5px;
        z-index: 1;
    }
    
    .cat_point_wrap .slick-next {
        top: 50%;
        right: 5px;
        z-index: 1;
    }
    
    .cat_point_wrap .slick-prev:before,
    .cat_point_wrap .slick-next:before {
        content: '';
        display: inline-block;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        width: 38px;
        height: 38px;
    }
    
    .cat_point_wrap .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
    
    .cat_point_wrap .slick-dots li button {
        width: 10px;
        height: 10px;
    }
    
    .cat_point_wrap .slick-dots li button:before {
        width: 10px;
        height: 10px;
    }
    
    .cat_point_wrap .slick-dots button::before {
        opacity: 1;
        content: '';
        background: #E5E5E5;
        border-radius: 50%;
    }
    
    .cat_point_wrap .slick-dots .slick-active button::before {
        background: #009CD0;
        opacity: 1;
    }
}

/* -----------------------------------------------
reason_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
    .reason_wrap {
        margin-top: 140px;
    }

    .conditions + .reason_wrap {
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .reason_wrap {
        margin-top: 129px;
    }

    .conditions + .reason_wrap {
        margin-top: 0;
    }
}

/* -----------------------------------------------
contact_wrap
----------------------------------------------- */


@media screen and (max-width: 767px) {
    .contact_wrap {
        margin-top: 123px;
    }
}

@media screen and (min-width: 768px) {
    .contact_wrap {
        margin-top: 161px;
    }
}

/* -----------------------------------------------
rec-serv
----------------------------------------------- */
.rec-serv {
    position: relative;
}

@media screen and (max-width: 767px) {
    .rec-serv {
        margin-top: 111px;
    }
    .conditions + .rec-serv {
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .rec-serv {
        margin-top: 85px;
    }
    .conditions + .rec-serv {
        margin-top: 0;
    }
}

/* -----------------------------------------------
cat_section
----------------------------------------------- */
@media screen and (max-width: 767px) {
    .cat_section {
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 768px) {
    .cat_section {
        padding-bottom: 184px;
    }
}

/* -----------------------------------------------
campaign
----------------------------------------------- */
section.campaign {
    background-color: #FFFAC7;
    margin-top: 50px;
}

.campaign_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* .campaign_banner {
    margin-bottom: 30px;
} */

.campaign_banner img {
    width: 100%;
}

/* -----------------------------------------------
任意商品パーツを使用した商品の見出し
----------------------------------------------- */
.series_con_wrap .head_wrap>*:not(p) {
    margin-bottom: 15px;
}

.cat-list_att p a {
    color: #0099CC;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .series_con_wrap .head_wrap {
        padding-top: 16px;
    }

    .series_con_wrap:first-child {
        margin-top: 120px;
    }

    .series_con_wrap#premium:first-child {
      margin-top: 104px;
    }

    .series_con_wrap:not(:first-child) {
        margin-top: 140px;
    }

    .cat-list_att {
        margin-top: 30px;
    }

    .cat-list_att p {
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 768px) {
    .series_con_wrap:first-child {
        margin-top: 200px;
    }

    .series_con_wrap:not(:first-child) {
        margin-top: 130px;
    }

    .series_con_wrap .head_wrap {
        padding-top: 20px;
    }

    .cat-list_att {
        margin-top: 50px;
    }

    .cat-list_att p {
        font-size: 16px;
    }
}

/* -----------------------------------------------
任意商品パーツを使用しない場合の商品一覧
----------------------------------------------- */
.product_list_wrap .fs-c-productList__list {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.product_list_wrap .fs-c-productListItem__image a {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 83.4%;
}

.product_list_wrap .fs-c-productListItem__image__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    -ms-transform: translate(-50%, -50%);
}

.product_list_wrap .fs-c-productListItem__viewMoreImageButton {
    display: none;
}

.product_list_wrap .fs-c-productMarks .fs-c-productMark__mark {
    margin-top: 5px;
}

.product_list_wrap .fs-c-productName__name {
    line-height: 1.6;
}

.product_list_wrap .fs-c-productName__name span {
    display: block;
    line-height: 1.8;
}


.fs-c-productList__list .fs-c-productPrice__main__label {
    display: none;
}
.fs-c-productList__list .fs-c-price {
    display: inline-block;
}
.fs-c-productList__list .fs-c-productPrice__addon__label:before {
    content: "(";
}
.fs-c-productList__list .fs-c-productPrice__addon__label:after {
    content: ")";
}

.fs-c-productList__list .fs-c-productPrice {
    margin-top: 0.5em;
}

.fs-c-productList__list .fs-c-productListItem__prices {
    display: inline-block;
}

.fs-c-productList__list .fs-c-productListItem__control {
    display: inline-block;
}

.fs-c-productList__list .fs-c-buttonContainer a {
    pointer-events: none;
    font-size: 0;
}
.fs-c-productList__list .fs-c-productPrice {
    color: #B31B20;
}
.fs-c-productList__list .option_price .fs-c-buttonContainer a:before {
    content: "〜";
    padding-left: .3em;
    line-height: 0.7;
    color: #B31B20;
}

.fs-c-productList__list .fs-c-button--addToCart--list {
    display: none;
}


@media screen and (max-width: 767px) {
    .product_list_wrap {
        padding-top: 120px;
    }

    .product_list_wrap {
        padding-top: 30px;
    }

    .product_list_wrap .fs-c-productList__list__item {
      width: 48.37%;
      margin-right: 3.26%;
      margin-bottom: 7.7%;
    }
    .product_list_wrap .fs-c-productList__list__item:nth-child(even) {
      margin-right: 0;
    }
    .product_list_wrap .fs-c-productListItem__productName {
      margin-top: 8px;
    }
    .product_list_wrap .fs-c-productMarks {
      margin-top: 2px;
    }

    .product_list_wrap .fs-c-productMarks .fs-c-productMark__mark {
        margin-top: 3px;
        margin-right: 3px;
        height: 20px;
        line-height: 20px;
        padding: 0 1em;
    }

    .product_list_wrap .fs-c-productMark__label {
        font-size: 10px;
    }
  
    .product_list_wrap .fs-c-productName__name {
      font-size: 16px;
    }

    .product_list_wrap .fs-c-productName__name span {
        font-size: 14px;
    }

    .fs-c-productList__list .fs-c-productPrice * {
        line-height: 1em;
        font-size: 16px;
    }

    .fs-c-productList__list .fs-c-buttonContainer a:before {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    .product_list_wrap {
        padding-top: 200px;
    }
    
    .product_list_wrap .fs-c-productList__list__item {
        width: 23.2%;
        margin-right: 2.4%;
        margin-bottom: 36px;
    }

    .product_list_wrap .fs-c-productList__list__item:nth-child(4n) {
        margin-right: 0;
    }

    .product_list_wrap .fs-c-productMarks {
        margin-top: 10px;
    }

    .product_list_wrap .fs-c-productMarks .fs-c-productMark__mark {
        margin-top: 5px;
        margin-right: 5px;
        height: 24px;
        line-height: 24px;
        padding: 0 1em;
    }

    .product_list_wrap .fs-c-productMark__label {
        font-size: 12px;
    }

    .product_list_wrap .fs-c-productListItem__productName {
        margin-top: 20px;
    }

    .product_list_wrap .fs-c-productName__name {
        font-size: 18px;
    }

    .product_list_wrap .fs-c-productName__name span {
        font-size: 16px;
    }

    .fs-c-productList__list .fs-c-productPrice * {
        line-height: 1em;
        font-size: 18px;
    }

    .fs-c-productList__list .fs-c-buttonContainer a:before {
        font-size: 18px;
    }
}

/* ページャー  */
.fs-c-productList__controller, .fs-c-coordinationList__controller, .fs-c-staffList__controller {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 8px 0;
    font-size: 14px;
}

.fs-c-productList__controller > *, .fs-c-coordinationList__controller > *, .fs-c-staffList__controller > * {
    margin: 8px 0;
}

.fs-c-listControl {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    flex-grow: 2;
    padding: 0;
}

.fs-c-listControl > * + * {
    margin-top: 8px;
}

@media screen and (min-width: 600px) {
    .fs-c-listControl {
        flex-direction: row;
        align-items: center;
    }
    .fs-c-listControl > * + * {
        margin-top: 0;
        margin-left: 8px;
    }
}

/* キャンペーン適用条件 */
.conditions {
    background: #FFFAC7;
    margin-top: 50px;
  }
  .conditions .conditions_text {
    background: #fff;
    overflow-y: scroll;
    position: relative;
  }
  .conditions_text ul {
    width: 100%;
  }
  /* .conditions_text ul li:before {
    color: #1899CC;
    content: "●";
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  } */
  .conditions_text {
    box-sizing: border-box;
  }
  /* .conditions_text li {
    padding-left: 1em;
    text-indent: -1em;
  } */
  
  .conditions_text strong {
    display: block;
  }
  
  @media screen and (max-width: 767px) {
    
      .conditions {
        padding-bottom: 30px;
      }
      .conditions_text {
        padding: 22px 20px;
        max-height: 120px;
      }
      /* .conditions_text ul li,
      .conditions_text strong {
        font-size: 1.4rem;
        line-height: 1.68;
        margin-bottom: 1.4em;
      } */
      .conditions_text ul li {
          font-size: 1.4rem;
          line-height: 1.8;
          margin-bottom: 1.4em;
      }
      .conditions_text strong {
          font-size: 1.4rem;
          line-height: 1.8;
      }
    
  }
    
  @media screen and (min-width: 768px) {
      
      .conditions {
        padding-bottom: 80px;
      }
      .conditions_text {
        padding: 37px 60px;
        max-height: 230px;
      }
      /* .conditions_text ul li,
      .conditions_text strong {
        font-size: 14px;
        line-height: 1.48;
        margin-bottom: 1.4em;
      } */
      .conditions_text ul li {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 1.4em;
      }
      .conditions_text strong {
        font-size: 14px;
        line-height: 1.8;
      }
    
  }
  

/* -----------------------------------------------
ビルトインコンロ　価格で探す
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .find_price_wrap_ks .head_wrap {
    padding-top: 65px;
  }

  .find_price_wrap_ks .head_wrap h3 {
    margin-bottom: 22px;
  }

  .anc_link_wrap ul li {
    width: 100%;
  }

  .anc_link_wrap ul li:not(:first-child) {
    margin-top: 10px;
  }

  .anc_link_wrap li a {
    width: 100%;
    min-height: 78px;
    padding: 0 30px;
    font-size: 20px;
    line-height: 1.08;
    letter-spacing: 0.06em;
    font-weight: bold;
    border-radius: 8px;
    background-color: #009cd0;
    color: #fff;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .anc_link_wrap li a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%) rotate(45deg);
  }

  .anc_link_wrap li a span {
    font-size: 14px;
    line-height: 1.62;
    width: 100%;
    text-align: center;
    margin-top: 3px;
  }
}

@media screen and (min-width: 768px) {
  .find_price_wrap_ks .head_wrap {
    padding-top: 122px;
  }

  .find_price_wrap_ks .head_wrap h3 {
    margin-bottom: 27px;
  }

  .anc_link_wrap ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .anc_link_wrap ul li {
    width: 31.25%;
  }

  .anc_link_wrap ul li:not(:first-child) {
    margin-left: 3.12%;
  }

  .anc_link_wrap li a {
    width: 100%;
    min-height: 100px;
    padding: 0 30px;
    font-size: 24px;
    line-height: 1.08;
    letter-spacing: 0.06em;
    font-weight: bold;
    border-radius: 8px;
    background-color: #009cd0;
    color: #fff;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .anc_link_wrap li a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%) rotate(45deg);
  }

  .anc_link_wrap li a span {
    font-size: 16px;
    line-height: 1.62;
    width: 100%;
    text-align: center;
    margin-top: 3px;
  }
}

/* キャンペーン */
.conditions + .cat_point_wrap {
    margin-top: 0;
}
.cat_point_wrap + .reason_wrap {
    margin-top: 0;
}
@media screen and (max-width: 767px) {
	.campaign_product_wrap .series_con_wrap {
		margin-top: 50px;
	}
}
@media screen and (min-width: 768px) {
	.campaign_product_wrap .series_con_wrap {
		margin-top: 100px;
	}
}