/* リピット
------------------------------------ */
.ripitto_area {
    max-width: 1540px;
    margin: 0 auto;
    padding: 80px 100px;
    box-sizing: border-box;
/* sp */
}
@media screen and (max-width: 896px) {
    .ripitto_area {
        padding: 30px 0px;
    }
}
.ripitto_area .ripitto_link:hover {
opacity: 0.8;
}
.ripitto_area .ripitto_link img {
width: 100%;
height: auto;
}

.cont_item_list .ripitto_area {
padding: 100px 100px;
/* sp */
}
@media screen and (max-width: 896px) {
    .cont_item_list .ripitto_area {
        padding: 60px 0px;
    }
}

/* お知らせ(1行表示)
------------------------------------ */
.cont_top .news_area .area_top_box {
    margin-bottom: 0px;
    padding-top: 22px;
    justify-content: right;
  }
  @media screen and (max-width: 896px) {
    .cont_top .news_area .area_top_box {
      padding-top: 12px;
    }
  }
  .cont_top .news_area .area_top_box .link_view_more {
    padding: 0;
    border: none;
  }
  .cont_top .news_area .area_top_box .link_view_more .txt_view_more {
    font-size: 1.6rem;
    color: #5E5E5E;
  }
  @media screen and (max-width: 896px) {
    .cont_top .news_area .area_top_box .link_view_more .txt_view_more {
      font-size: 1.4rem;
    }
  }
  .cont_top .news_area .area_top_box .link_view_more .txt_view_more::before {
    background-image: url(../img_cmn/ico_arrow_circle_gray.png);
  }
  .cont_top .news_area .list_news {
    margin-top: 50px;
    /* sp */
  }
  @media screen and (max-width: 896px) {
    .cont_top .news_area .list_news {
      margin-top: 35px;
    }
  }
  .cont_top .news_area .list_news .item_news {
    margin-top: 20px;
    box-sizing: border-box;
    height: 70px;
    /* sp */
  }
  .cont_top .news_area .list_news .item_news:first-child {
    margin-top: 0;
  }
  @media screen and (max-width: 896px) {
    .cont_top .news_area .list_news .item_news {
      height: unset;
      margin-top: 15px;
    }
  }
  .cont_top .news_area .list_news .item_news .link_item {
    display: block;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0 30px 0 40px;
    border: 1px solid #545454;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    /* sp */
  }
  @media screen and (max-width: 896px) {
    .cont_top .news_area .list_news .item_news .link_item {
      padding: 15px 40px 15px 20px;
      display: block;
    }
  }
  .cont_top .news_area .list_news .item_news .link_item::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 12px;
    background-image: url(../img_cmn/ico_triangle_right.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    /* sp */
  }
  @media screen and (max-width: 896px) {
    .cont_top .news_area .list_news .item_news .link_item::after {
      right: 20px;
    }
  }
  .cont_top .news_area .list_news .item_news .link_item .ico_new {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 63px;
    height: 27px;
    background-image: url(../img_top/ico_news_new.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 27px;
  }
  @media screen and (max-width: 896px) {
    .cont_top .news_area .list_news .item_news .link_item .ico_new {
      font-size: 1.3rem;
    }
  }
  .cont_top .news_area .list_news .item_news .link_item .cat_block {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
  @media screen and (max-width: 896px) {
    .cont_top .news_area .list_news .item_news .link_item .cat_block {
      align-items: baseline;
    }
  }
  .cont_top .news_area .list_news .item_news .link_item .cat_block .date_box {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 26px;
  }
  @media screen and (max-width: 896px) {
    .cont_top .news_area .list_news .item_news .link_item .cat_block .date_box {
      font-size: 1.3rem;
      line-height: 1.7rem;
    }
  }
  .cont_top .news_area .list_news .item_news .link_item .cat_block .cat_box {
    display: inline-block;
    margin-left: 20px;
    padding: 2px 24px;
    border-radius: 50px;
    line-height: 28px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #F8502D;
  }
  @media screen and (max-width: 896px) {
    .cont_top .news_area .list_news .item_news .link_item .cat_block .cat_box {
      margin-left: 14px;
      padding: 0px 15px;
      font-size: 1.2rem;
      line-height: 20px;
    }
  }
  .cont_top .news_area .list_news .item_news .link_item .tl_news {
    margin-left: 30px;
    padding-right: 30px;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  @media screen and (max-width: 896px) {
    .cont_top .news_area .list_news .item_news .link_item .tl_news {
      margin-top: 5px;
      white-space: initial;
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      margin-left: 0;
      padding-right: 0;
      font-size: 1.4rem;
    }
  }

  
/** 商品 タイル */
.cont_item_detail .list_order_type .item_order_type .icon_case.item_content::before {
    background-image: url(../img_cont/ico_case.svg);
}
.cont_item_detail .list_order_type .item_order_type .icon_sheet.item_content::before {
    background-image: url(../img_cont/ico_sheet.svg);
}

/** パンくず */
.page_cont a {
    color: #191919;
    text-decoration: underline;
}

/** 商品一覧（2ページ目以降) */
.area_item_list .page_cont {
    margin: 30px auto;
    color: #191919;
}
.area_item_list .page_cont a {
    color: #191919;
    text-decoration: underline;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.area_item_list .page_cont .topic_path .topic_path_list li::before {
    border-color: #191919;
}

/** 商品ページ(input text) */
.cont_item_detail .list_order_type .item_order_type .item_count_box .wrap_select.InputS::before {
    border-top: 7px solid #FFF;
}
.wrap_select.InputS::before {
    border-top: 7px solid #FFF;
}

.cont_item_detail .list_order_type .item_order_type .item_count_box .wrap_select.InputS .select_item_count{
    width:100px;
}

/** リンク文字を青に */
.tl_item{
  color:#1A73E8;
}
/* お支払い方法について　TOPの切れ修正 */

.payment_and_delivery {
    margin: 100px auto 0;
}

/* プロに張り替え依頼　スマホでLINEビデオ：女性の位置修正 */

.box_zoom_survey_ico_sp{
    display:flex;
    width:112px;
    height:186px;
    margin:33px auto 10px
}

/* プロに張り替え依頼　スマホでLINEビデオ：LINEでお問い合わせを追加 */

.section_01_01 .box_zoom_survey .box_consult_ok .btn_form_box {
    display: flex;
}

@media screen and (max-width: 1126px){
    .cont_const .section_01_01 .box_consult_ok .btn_form_box {
        display: block;
        margin-top: 32px;
    }
}

.cont_const .section_01_01 .box_zoom_survey .box_consult_ok .btn_form{
    margin:65px auto 0;
    height:80px;
    width: 48%;
    max-width:450px;
    position:relative
}

@media screen and (max-width: 1126px){
    .cont_const .section_01_01 .box_zoom_survey .box_consult_ok .btn_form{
        width: 100%;
        height:70px;
        margin-top:56px;
    }
}

.section_01_01 .box_zoom_survey .box_consult_ok .btn_form_box .line {
    background-color: #3AC655;
}

/* プロに張り替え依頼　ページの最後にお問い合わせボタンを追加 */

.cont_const .section_02_02 .box_consult_ok{
    margin-top:80px;
    width:100%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    background-color:#D9F7FF;
    padding:40px 20px
}

.cont_const .section_02_02 .box_consult_ok .txt_ok .img_txt{
    width: 90%;
    height: auto;
}

@media screen and (max-width: 896px){
    .cont_const .section_02_02 .box_consult_ok .txt_ok .img_txt{
        display:none;
    }
}

.cont_const .section_02_02 .box_consult_ok .txt_ok .img_txt_sp{
    display: none;
}

@media screen and (max-width: 896px){
    .cont_const .section_02_02 .box_consult_ok .txt_ok .img_txt_sp{
        display:block;
        width:68%;
        height:auto;
        margin:0 auto
    }
}

.cont_const .section_02_02 .box_consult_ok .btn_form:before{
    content:"";
    width:76px;
    height:76px;
    background-size:110%;
    background-position:center top;
    background-image:url(../img_cont/page_const/ico_contact_free_sp.svg);
    position:absolute;
    top:-50px;
    left:-12px
}

@media screen and (max-width: 896px){
    .cont_const .section_02_02 .box_consult_ok .btn_form{
        width: 48%;
        height:70px;
        margin-top:35px;
    }
}

.cont_const .section_02_02 .box_consult_ok .btn_form .txt_form{
    font-size:2rem;
    line-height:80px
}
@media screen and (max-width: 896px){
    .cont_const .section_01_01 .box_zoom_survey .box_consult_ok .btn_form .txt_form{
        font-size:1.7rem
    }
}

.cont_const .section_01_01 .box_zoom_survey .box_consult_ok .btn_form .txt_form::before{
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}

.cont_const .section_02_02 .box_consult_ok .txt_ok {
    display: flex;
    justify-content: center;
}

.cont_const .section_02_02 .box_consult_ok .btn_form_box {
    display: flex;
}

/* スマホサイズの修正 */

@media screen and (max-width: 896px){
    .cont_const .section_02_02 .box_consult_ok .btn_form_box {
        display: block;
        margin-top: 32px;
    }
}

@media screen and (max-width: 580px){
    .cont_const .section_02_02 .box_consult_ok .btn_form{
        width: 100%;
        height:70px;
        margin-top:56px;
    }
}


@media screen and (max-width: 896px){
    .cont_const .section_01_01 .box_zoom_survey .box_consult_ok .txt_ok .img_txt_sp {
        width: 68%;
        height: auto;
    }
}


.section_02_02  .box_consult_ok .btn_form_box .line {
    background-color: #3AC655;
}

.cont_const .section_02_02 .btn_form{
    margin:85px auto 0;
    height:80px;
    width: 48%;
    max-width:450px;
    position:relative}

.cont_const .section_02_02 .btn_form:before{
    content:"";
    width:76px;
    height:76px;
    background-size:110%;
    background-position:center top;
    background-image:url(../img_cont/page_const/ico_contact_free_sp.svg);
    position:absolute;
    top:-50px;
    left:-12px;
}

@media screen and (max-width: 896px){
    .cont_const .section_02_02 .btn_form{
        width:calc((100% - 0px) / 1);
        height:70px;
        margin-top:35px;
    }
}.cont_const .section_02_02 .btn_form .txt_form{
    font-size:2rem;line-height:80px;
}

@media screen and (max-width: 896px){
    .cont_const .section_02_02 .btn_form .txt_form{
        font-size:1.7rem;
    }
}

.cont_const .section_02_02 .btn_form .txt_form::before{
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
}

/* ブログ表示(スマホ) 2列にする */

@media screen and (max-width: 896px){
    .cont_blog_list .list_trivia .item_trivia:first-child {
        margin-top: 30px;
    }
    .cont_blog_list .list_trivia .item_trivia {
        width: calc(91% / 2);
        margin-right: 4.5%;
        margin-top: 30px;
    }
    .cont_blog_list .list_trivia {
        display: flex;
    }
}


/**
道具
*/

.cont_item_list .area_item_list .block_item_list .list_product .dougu .link_item .img_box {
    padding-top: 100%;
    background-image: none;
}

.cont_item_list .area_item_list .block_item_list .list_product .dougu .link_item .img_box .img_product {
    border-radius: 30px;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    mask-image: unset;
    -webkit-mask-image: unset;
}

.list_product .item_product.dougu .link_item .img_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    width: 84px;
    height: 33px;
    background-image: url(../img_top/ico_txt_dougu.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: 1;
}

.list_product .item_product.dougu .link_item .img_box .ico_face.popular {
    background-image: url(../img_top/ico_face_popular_01.png);
    height: calc(100% * 107 / 410);
}
.list_product .item_product.dougu .link_item .img_box .ico_face {
    bottom: 20px;
    width: calc(100% * 80 / 380);
}

.list_product .item_product.dougu .favorite_total_box {
    top: calc(100% * 75 / 445);
    right: calc(100% * 25 / 375);
    z-index: 1;
}

/* お役立ち豆知識(blog) 一覧ページ
------------------------------------ */
.cont_blog_list .page_cont {
  margin-bottom: 0;
}
.cont_blog_list h2.tl_top_02.tl_trivia {
  padding-top: 140px;
}

@media screen and (max-width: 896px) {
  .cont_blog_list h2.tl_top_02.tl_trivia {
    padding-top: 80px;
    font-size: 2.2rem;
  }
  .cont_blog_list .tl_top_02 .first_letter {
    font-size: 3.6rem;
  }
  .cont_blog_list .list_trivia {
    margin-top: 0;
  }
}

/* お役立ち豆知識(blog) 詳細ページ
------------------------------------ */
.block_sns_share {

}

.btn_sns_box {
 display: flex;
 justify-content: flex-end;
 align-items: center;
}
@media screen and (max-width: 896px) {
  .btn_sns_box {
    flex-direction: column;
  }
}

.btn_sns_box .link_sns {
  margin: 0 5px;
}

.btn_sns_box .txt_share {
  margin: 0 0 10px 10px;
}
@media screen and (max-width: 896px) {
  .img_dog {
    width: 80px;
    height: auto;
    margin-right: 20px;
  }
}

/* ECページ　パンくず
------------------------------------ */
.cont_ec_form .topic_path_pc .topic_path_list li::before {
  line-height: 1;
}

