/******************************/
/* SLIDER */
/******************************/
@media screen and (max-width: 1030px) {
    .slider {
      margin-left: -20px;
      margin-right: -20px;
      position: relative;
    }
  }
  #slider div {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #slider > div {
    display: none;
  }
  .bx-viewport #slider > div {
    display: block;
  }
  .bx-wrapper {
    z-index: 0;
  }
  .bx-wrapper img {
    width: 100%;
    height: auto;
  }
  .bx-wrapper .bx-viewport {
    box-shadow: none !important;
    border: 0 !important;
    left: 0 !important;
  }
  .bx-wrapper .bx-pager {
    bottom: -27px !important;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 3px !important;
    padding-top: 15px;
    width: 25px !important;
    height: 1px !important;
    background: transparent !important;
    border-bottom: 1px solid #cccccc;
    border-radius: 0 !important;
  }
  .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: transparent !important;
    border-bottom: 1px solid #000000;
  }
  /******************************/
  /* NEWS */
  /******************************/
  .p-line-informaiton {
    display: flex;
    flex-wrap: wrap;
    margin-top: 75px;
    width: 760px;
  }
  @media screen and (max-width: 767px) {
    .p-line-informaiton {
      display: block;
      width: auto;
    }
  }
  .p-line-informaiton ul {
    flex: 1;
    font-size: 13px;
  }
  @media screen and (max-width: 767px) {
    .p-line-informaiton ul {
      font-size: 12px;
    }
  }
  .p-line-informaiton li {
    margin-bottom: 15px;
  }
  .p-line-informaiton__ttl {
    position: relative;
    margin: 0 40px 0 0;
    font-size: 14px;
    font-weight: bold;
  }
  @media screen and (max-width: 767px) {
    .p-line-informaiton__ttl {
      margin: 0;
    }
  }
  .p-line-informaiton__ttl:before {
    content: "";
    position: absolute;
    top: 7px;
    right: -20px;
    width: 1px;
    height: 10px;
    background: #d2d2d2;
  }
  @media screen and (max-width: 767px) {
    .p-line-informaiton__ttl:before {
      content: none;
    }
  }
  /***** お知らせ *****/
  .p-top-news {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
  }
  @media screen and (max-width: 767px) {
    .p-top-news {
      display: block;
      margin-bottom: 45px;
    }
  }
  .p-top-news__ttl {
    box-sizing: border-box;
    margin-right: 25px;
    padding: 10px;
    width: 110px;
    border: 1px solid #b2b2b2;
    font-size: 18px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    text-align: center;
  
  }
  @media screen and (max-width: 767px) {
    .p-top-news__ttl {
      margin-right: 0;
      margin-bottom: 10px;
      padding: 5px;
      width: 70px;
      border: 1px solid #b2b2b2;
      font-size: 12px;
    }
  }
  .p-top-news__body {
    flex: 1;
    margin-bottom: 0;
  }
  /******************************/
  /* TOP RECOMMEND */
  /******************************/
  .p-recommend.u-container {
    padding-bottom: 0;
  }
  /******************************/
  /* NEW　ARRIVAL */
  /******************************/
  .p-new-item.u-container {
    padding-bottom: 0;
  }
  /******************************/
  /* TOP RANKING */
  /******************************/
  .p-ranking-list .slick-track {
    margin-left: 0;
    margin-right: 0;
  }
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 80px;
    width: 30px;
    height: 30px;
    transition: all 0.4s ease;
    z-index: 1;
    background: rgba(255,255,255,0.4);
  }
  @media screen and (max-width: 767px) {
    .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
      top: 110px;
      width: 45px;
      height: 45px;
    }
  }
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 10px;
    width: 15px;
    height: 15px;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    transition: all 0.4s ease;
    z-index: 1;
  }
  @media screen and (max-width: 767px) {
    .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
      top: 15px;
    }
  }
  .p-ranking-list .slick-prev {
    left: 20px;
  }
  @media screen and (max-width: 767px) {
    .p-ranking-list .slick-prev {
      left: 0px;
    }
  }
  .p-ranking-list .slick-prev:before {
    transform: rotate(-45deg);
  }
  @media screen and (max-width: 767px) {
    .p-ranking-list .slick-prev:before {
      left: 17px;
    }
  }
  .p-ranking-list .slick-next {
    right: 20px;
  }
  @media screen and (max-width: 767px) {
    .p-ranking-list .slick-next {
      right: 0px;
    }
  }
  .p-ranking-list .slick-next:before {
    left: 4px;
    transform: rotate(135deg);
  }
  @media screen and (max-width: 767px) {
    .p-ranking-list .slick-next:before {
      left: 13px;
    }
  }
  .p-ranking-list__item {
    position: relative;
    box-sizing: border-box;
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 25px;
    word-break: break-all;
  }
  @media screen and (max-width: 1030px) {
    .p-ranking-list__item {
      margin-right: 5px;
      margin-left: 5px;
    }
  }
  .p-ranking-list__img {
    position: relative;
    margin-bottom: 35px;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .p-ranking-list__img {
      text-align: center;
    }
  }
  .p-ranking-list__img:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .p-ranking-list__img a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-ranking-list__img img {
    display: inline-block !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    text-align: center;
  }
  .p-ranking-list__num {
    position: absolute;
    top: 0;
    left: 1px;
    width: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
    background: #000000;
    color: #ffffff;
    text-align: center;
  }
  .p-ranking-list__ttl img {
    vertical-align: middle;
  }
  .p-ranking-list__price {
    color: #909090;
    margin-top: 20px;
  }
  .p-ranking-list__btn {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #d8d8d8;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .p-ranking-list__btn.is-added {
    color: #000000;
  }
  .p-ranking-list__btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }
  /******************************/
  /* TOP INFORMATION */
  /******************************/
  .p-information {
    padding-bottom: 0;
  }
  @media screen and (max-width: 1030px) {
    .p-information {
      padding-bottom: 45px;
    }
  }
  .p-information__body {
    margin-left: 60px;
    margin-right: 60px;
    line-height: 2;
  }
  @media screen and (max-width: 1030px) {
    .p-information__body {
      margin-left: 0;
      margin-right: 0;
    }
  }
  /******************************/
  /* TOP FREE */
  /******************************/
  .p-free__body {
    margin-left: 60px;
    margin-right: 60px;
    line-height: 2;
  }
  @media screen and (max-width: 1030px) {
    .p-free__body {
      margin-left: 0;
      margin-right: 0;
    }
  }
  /******************************/
  /* TOP BANNER */
  /******************************/
  .p-bnr {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  


  @media screen and (max-width: 1030px) {
    .p-bnr {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  .p-bnr-list {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

  }
  /*@media screen and (max-width: 767px) {
    .p-bnr-list {
      display: block;
    }
  }*/

  .p-bnr-list__item {
    box-sizing: border-box;
    padding: 10px 10px 10px 10px; /*上から時計回り*/
    width: 50%;
  }

  .p-bnr-list__item img{
      border-radius:10px;

  }

  
  
  @media screen and (max-width: 1030px) {
    .p-bnr-list__item {
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  @media screen and (max-width: 767px) {
        .p-bnr-list__item {
          padding-left: 0;
          padding-right: 0;
          width: auto;
          text-align: center;
        }
        }
  
  /*ここから再現ver.追加CSS*/

  /*.p-bnr-list__itemの半分のサイズ*/
  .p-bnr-list__item-half {
    box-sizing: border-box;
    padding: 10px 10px 10px 10px; /*上から時計回り*/
    width: 33%;
  }

  @media screen and (max-width: 767px) {
        .p-bnr-list__item-half {
          padding: 5px;
          width: 50%;
          text-align: center;
        }
  }

  .p-bnr-list__item-half img{
    border-radius:10px;
  }


  /*スキップメニューについて*/
  /*PCサイズでは非表示*/
  @media screen and (min-width: 1030px) {
  .skip_menu{
      display: none;
  }
  }

  /*1030以下は表示*/
  @media screen and (max-width: 1030px) {
    .skip_menu_b{
      justify-content: center;
      text-align:center;
      width: 100%;
      display: flex;
      background-color: rgba(255, 255, 255, 0.5);
  }

  .skip_menu div{
    list-style: none;
    margin: 5px;
    }

    .skip_menu p{
    color: #228099;
    font-weight: 600;
    font-size: 12px;
    margin-top: 5px;
    }

    .skip_menu a{
    text-decoration: none;
    }
    .menu_icon{
    color: white;
    }

  /*767以下は表示　サイズ調節*/
  @media screen and (max-width: 767px) {
    .skip_menu_b{
      justify-content: center;
      text-align:center;
      width: 100%;
      display: flex;
      background-color: rgba(255, 255, 255, 0.5);
  }

    .skip_menu div{
    list-style: none;
    margin: 5px;
    }

    .skip_menu p{
    color: #228099;
    font-weight: 600;
    font-size: 12px;
    margin-top: 5px;
    }

    .skip_menu a{
    text-decoration: none;
    }
    .menu_icon{
    color: white;
    }
  }
  
  .skip_menu_b_b{
      margin: 10px;
      border-right: 1px solid #228099;
      padding-right: 10px;
  }

  .skip_menu_b_b p{
    /*タイトルのフォントを変更*/
    font-family: dnp-shuei-mgothic-std, sans-serif;
  }
  
  .skip_menu a{
      text-decoration: none;
  }
    
  }
  
  
  /*アイコンのCSS*/
  .size{
      color: white;
      padding-top: 10px;
  
  }

  .size2{
    color: #85CEE6;
    padding-top: 10px;
    margin-right: 5px;

}

  /*-----ここからランキング引用スライド　番号のCSS-----*/
  .p-ranking-list__num {
    position: absolute;
    top: 0;
    left: 0px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
    background: #228099;
    color: #ffffff;
    text-align: center;
    border-radius:10px 0px 10px 0px;/*左上・右上・右下・左下*/
    }


    /*予算別スクロールバナーの動き*/
    /*PCサイズのとき*/
    @media only screen and (min-width: 767px){

    .top-free-featured{
      text-align: left;
    }
    
    .top-free-featured__item{
      display: inline-block;
    }
    }
    
    /*スマホサイズのとき*/
    @media only screen and (max-width: 767px){
        .top-free-section {
            overflow-x: auto;
        }
        .top-free-featured {
            padding: 0 0 15px;
            display: -webkit-flex;
            display: flex;
            overflow-x: scroll;
        }
    }

    /*----------カテゴリー部分----------*/
    .category_list {
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
  
    }

    .category_list__item {
      box-sizing: border-box;
      padding: 15px; /*上から時計回り*/
      width: 20%;

      text-align: center;
    }

    .category_list__item img{
      width: 80%;
      margin-top: 0;
    }

    /*カテゴリー部分背景*/
    .bg_circle{
      position: relative;
      display: inline-block;
      width: 100%;
      padding-top: 100%;
      border-radius: 50%;
      background: #fffbf3;
    }
    
    .bg_circle span {
      position: absolute;
      display: inline-block;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      /*下寄せ*/
      margin-bottom: 0px;

      width :100%;
      text-align:center;  
      
      /*文字について*/
      font-family: dnp-shuei-mgothic-std, sans-serif;
      font-size: 18px;
      color: #228099;
      font-weight: 700;
      line-height:1.5;

       /*縦に中央揃え*/
       vertical-align: middle;
    }

    @media screen and (max-width: 1030px) {
      .category_list__item {
        padding-left: 10px;
        padding-right: 10px;
        width: 33.33%;
      }

      .bg_circle span{
        font-size: 12px;
      }
    }
     /*----------ここまでカテゴリー部分----------*/

    /*c-item-listのwrapさせないため同様のCSSをコピーする*/

    .c-item-list_nowrap {
      display: flex;
      padding-top: 10px;
      margin-left: 5px;
      margin-right: -5px;
    }
    @media screen and (max-width: 1030px) {
      .c-item-list_nowrap {
        margin-left: 10px;
        margin-right: -10px;
      }
    }
    
    @media screen and (max-width: 767px) {
      .c-item-list_nowrap {
        margin-left: 0px;
        margin-right: -10px;
        width: fit-content;
      }

      .c-item-list_nowrap li{
        width: 38vw;
        /*親要素の％ではなく画面に対する％の時[vw]*/
      }

    }


/*ーーーー大小混合_固定バナーCSSーーーー*/
/*p-bnr-list__itemの大サイズを作成*/
.p-bnr-list__card_big {
  box-sizing: border-box;
  width: 45%;
  margin: 10px 5px 10px 5px;

  display: inline-block;
}

.p-bnr-list__card_big img{
  width: 100%;
  height: 200px;
  border-radius:10px 10px 0px 0px;
  object-fit: cover;
}
@media screen and (max-width: 767px){
  .p-bnr-list__card_big img{
  height: 150px;
  }

  .p-bnr-list__card_big {
        width: 100%;
        text-align: center;
      }

}

      
/*p-bnr-list__itemの小サイズを作成*/
.p-bnr-list__card_small {
  box-sizing: border-box;
  width: 25%;
  margin: 10px 5px 10px 5px;
  display: inline-block;
}

.p-bnr-list__card_small img{
  width: 100%;
  height: 200px;/*横に並んでも揃うように*/
  border-radius:10px 10px 0px 0px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
      .p-bnr-list__card_small {
        width: 46%;
        text-align: center;
      }

      .p-bnr-list__card_small img{
        height: 150px;
        }
      }

  /*c-item-list__additionにはタグや追加情報を記載*/
  .c-item-list__addition img {
      vertical-align: middle;
      }

  .c-item-list__addition {
      padding-left: 10px;
      padding-right: 10px;
      font-weight: 500;
      text-align: left;
      color: #228099;
      margin: 8px 0px 3px 0px;
  }

  .c-item-list__addition p{
    margin-bottom: 0px;
  }

  @media screen and (max-width: 767px) {
      .c-item-list__addition {
        font-size: 11px;
      }
      }

    .color_ora{
        color: #FF7B00;
        font-weight: 500;
    }


  /*枠線用*/
  .addition_border{
      border : solid 1px #228099 ;
      padding: 2px 4px 2px 4px;
      display: inline-block;
      border-radius:5px;

  }

  /*目立たせる：オレンジにするとき*/
  .addition_border_ora{
    border : solid 1px #FF7B00 ;
    background-color: #FF7B00;
    padding: 2px;
    display: inline-block;
    border-radius:5px;
    color: white;
  }

  /*画像右上追加情報のCSS*/
  .addition_on_image_o{
    border : solid 1.5px #FF7B00;
    background-color: rgba(255,255,255,0.8);
    padding: 8px;
    display: inline-block;
    border-radius:4px;
    color: #FF7B00;
    position: absolute;
    top: 8px;
    right: 7px;
    line-height: 8px;
    font-size: 10px;
    font-weight: 800;
    text-align: center;
  }

  .addition_on_image_b{
    border : solid 1.5px #228099;
    background-color: rgba(255,255,255,0.8);
    padding: 7px;
    display: inline-block;
    border-radius:4px;
    color: #228099;
    position: absolute;
    top: 8px;
    right: 7px;
    line-height: 8px;
    font-size: 10px;
    font-weight: 800;
    text-align: center;
  }

  .addition_on_image_r{
    border : solid 1.5px #ff4900;
    background-color: rgba(255,255,255,0.8);
    padding: 7px;
    display: inline-block;
    border-radius:4px;
    color: #ff4900;
    position: absolute;
    top: 8px;
    left: 7px;
    line-height: 8px;
    font-size: 10px;
    font-weight: 800;
    text-align: center;
  }


  /*c-item-list__textにはキャッチコピーや商品名*/
  .c-item-list__text{
      padding-left: 10px;
      padding-right: 10px;
      font-weight: 500;
      text-align: left;
  }

  /*カード形式背景*/
  .card_bg{
      background-color: white;
      padding: 0px 0px 10px 0px;
      /*影と角丸追加*/
      box-shadow: 2px 2px 5px 0px rgba(68, 68, 68, 0.1);
      border-radius:10px;
  }
  @media screen and (max-width: 767px) {
      .card_bg{
      padding-bottom: 10px;
  }
      }

  /*カード形式_番号*/
  .c-item-list__number{

    position: absolute;
    top: 0;
    left: 0px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    background: #85CEE6;
    color: #ffffff;
    text-align: center;
    border-radius:10px 0px 10px 0px;/*左上・右上・右下・左下*/
    
  }

  /*----背景　大グループ　の色指定----*/
  .bg_color_cream{
   background-color: #fffbf3;
   /*margin-top: 10px;
   margin-bottom: 10px;*/
  }

  .bg_color_non{
    background-color: white;
  }

  /*大グループのタイトル*/
  .title_large_group_p{
    font-family: dnp-shuei-mgothic-std, sans-serif;
    color: #228099;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
  }

  .title_large_group_p_name{
    font-size: 21px;
    display: inline-block;
  }
  .title_large_group_p_maru{
    font-weight: 900;
    font-size: 15px;
    display: inline-block;
    margin: 0px 5px 0px 5px;
  }  

 /*price_group_list　予算別ボタンは共通内記載*/
 /*price_group_list　予算別ボタン*/
.price_group_list {
  /*display: flex;*/
  flex-wrap: wrap;
  padding: 5px;

  display:table;

  border-collapse: separate;
  border-spacing: 5px 0;
}

@media screen and (min-width: 1030px) {
  .price_group_list{
    border-spacing: 30px 0;
  }
}

.price_group_list__item{
    width: 33%;
    height: 50px;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    /*
    border: 2px solid #228099;
    text-align: center;
    box-shadow: 2px 2px 5px 0px rgba(68, 68, 68, 0.1);
    border-radius:10px;*/

    /*縦に中央揃え*/
    display: table-cell;
    vertical-align: middle;

}

.price_group_list__item a{
  color: #228099;
  font-size: 21px;
  font-weight: 600;

  line-height:1.2;
}

@media screen and (max-width: 767px) {
  .price_group_list__item a{
    font-size: 16px;
    
  }
}


/* small_skip_menu_b　商品を探す内　スキップボタン */
ul.small_skip_menu_b {
  /*display: flex;
  flex-wrap: wrap;*/
  
  /* 中央寄せ */
  text-align: center; 
  list-style-type: none;
	padding-left: 0;

  display:table;
  border-collapse: separate;
  border-spacing: 5px 0;

  margin-bottom: 5px;

}

.small_skip_menu_b_b{
    width: 18%;
    max-height: 20%;
    background-color: white;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    margin: 0px;
    text-align: center;

    /*影と角丸追加*/
    box-shadow: 2px 2px 5px 0px rgba(68, 68, 68, 0.1);
    border-radius:10px;

    /*中央揃え*/
    display: inline-block;
    display:table-cell;

    /*下に揃える*/
  vertical-align:bottom;
}

.small_skip_menu_b_b p{
  margin-bottom: 5px;
}


.small_skip_menu_b_b a{
  color: #228099;
  font-size: 18px;
  font-weight: 600;
  margin: 0px 2px 0px 2px;

  /*下に文字を揃える*/
  vertical-align:bottom;
}

@media screen and (max-width: 767px) {
  .small_skip_menu_b a{
    font-size: 12px;
    /*下に文字を揃える*/
  vertical-align:bottom;
  }

  }

.small_skip_menu_b_b img{
  width: 50%;
  padding: 10px 5px 5px 5px;
}

@media screen and (min-width: 1030px) {
  .small_skip_menu_b_b img{
    width: 50px;
  }

  }

/* ↓スクロールに応じて要素を固定↓ 商品を探す */
.sticky {
  position: -webkit-sticky; /* Safari用 */
  position:sticky; /* 要素をスクロールに応じて固定 */
  top: 7vh; /* ヘッダーを避ける */
  z-index: 50; /* z-indexで最前面に持ってくる */

  padding-bottom: 5px;
  padding-top: 5px;

}

@media screen and (min-width: 1030px) {
  .sticky{
    display: none;
  }
}

/*-----　TOPスライダーCSS 20220325　-----*/
.TOP_slide_main_imgBox {
  height: 25vh;
  overflow: hidden;
  position: relative;
}

.TOP_slide_main_message {
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
  width: 60%;
  height: auto;
}


.TOP_slide_main_img {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 25vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  /*6枚のスライドを6秒ずつ、36秒間かけてアニメーションし、infiniteによって再生をループ*/
  animation: anime 36s 0s infinite;
}


@media screen and (min-width: 1030px) {
  .TOP_slide_main_imgBox {
    height: 40vh;
  }

  .TOP_slide_main_message {
    top: 50%;
    left: 50%;
    width: 25%;
  height: auto;
  }

  .TOP_slide_main_img{
    height: 40vh;
  }

}

.TOP_slide_main_img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.TOP_slide_main_img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.TOP_slide_main_img:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.TOP_slide_main_img:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}

.TOP_slide_main_img:nth-of-type(6) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}

@keyframes anime {
  0% {
      opacity: 0;
  }

  8% {
      opacity: 1;
  }

  17% {
      opacity: 1;
  }

  25% {
      opacity: 0;
      transform: scale(1.2);
      z-index: 9;
  }

  100% {
      opacity: 0
  }
}


/*-----　ここまでTOPスライダーCSS 20220325　-----*/

/*-----TOP_BIGスライド 20220817　-----*/
 /*ドット編集*/
    .TOP-dots {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .TOP-dots li {
        display: inline-block;
        margin: 0 10px;
    }

    .TOP-dots li button {
        position: relative;
        text-indent: -9999px;
    }

    .TOP-dots li button::before {
        background-image: url(https://img07.shop-pro.jp/PA01380/707/etc/TOP_icon_slide_off.png);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        cursor: pointer;
        border-radius: 6px;
        height: 12px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 10px;
        width: 12px;
    }

    .TOP-dots li.slick-active button::before {
        background-image: url(https://img07.shop-pro.jp/PA01380/707/etc/TOP_icon_slide_on.png);
    }

    button {
        background: none;
        border: none;
        outline: none;
        padding: 0 7px;
    }


    .slick-list {
        /*height: auto !important;*/
        min-height: 380px;
        height: 80vw;
        max-height: 450px;
    }

    .TOP_BIG_slide {
        background-color: #fffbf3;
        overflow: hidden;
        position: relative;
    }


    .TOP_slider_card {
        min-height: 380px;
        height: 80vw;
        max-height: 450px;
        margin: 0 auto;
    }
    /*-----　//TOP_BIGスライド-----*/

    /*3ボタン*/
    @media screen and (min-width: 1030px) {
        .info_btn{
        box-sizing: border-box;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1030px;
    }
        
    }

/*-----//ここまでTOP_BIGスライド 20220817　-----*/


/*-- ↓TOPスライダーとTOPイベント名を束ねる透明エリア↓ --*/
.TOP_tomei_area{
  position: relative;
  height: 25vh;
  /*height: 30vh;*/
  background-color: #fffbf3;
}

@media screen and (min-width: 1030px) {
  .TOP_tomei_area {
    height: 50vh;
  }
}
/*-- ここまで //TOPスライダーとTOPイベント名を束ねる透明エリア--*/

/*↓↓↓↓固定用20220610↓↓↓*/
    /*-----　TOP固定CSS　-----*/
    /*mobile*/
    @media screen and (max-width: 1030px) {
        .TOP_fixed_main_imgBox {
            height: 50vh;
            overflow: hidden;
            position: relative;
        }

        .TOP_fixed_main_img {
            width: 100%;

        }

        .TOP_fixed_main_img_PC {
            display: none;
        }

    }

    /*PC*/
    @media screen and (min-width: 1030px) {
        .TOP_fixed_main_imgBox {
            height: 60vh;
            overflow: hidden;
            position: relative;
        }

        .TOP_fixed_main_img {
            display: none;

        }

        .TOP_fixed_main_img_PC {
            width: 100%;
        }
    }

    /*-----　ここまでTOP固定CSS　-----*/

    /*-- ↓TOP固定とTOPイベント名を束ねる透明エリア↓ --*/
    /*mobile*/
    @media screen and (max-width: 1030px) {
        .TOP_tomei_area_fixed {
            position: relative;
            height: 40vh;
            background-color: #fffbf3;
        }
    }

    /*PC*/
    @media screen and (min-width: 1030px) {
        .TOP_tomei_area_fixed {
            position: relative;
            height: 60vh;
            background-color: #fffbf3;
        }
    }

    /*-- ここまで //透明エリア--*/
    /*//↑↑↑↑ここまで固定用　20220610↑↑↑↑*/

/*-----母の日タイトル エリア-----*/
.main_event_area{
  /*親要素　TOP_tomei_area  */
 width: 80%;
  max-height: 80px;
 min-height: 80px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%);
  margin: auto;
  margin-bottom: 0px;

  z-index: 50;
  text-align: center;
}

.main_event_area img{
height: 100%;
}

@media screen and (min-width: 1030px) {
  .main_event_area{
    height: 120px;
  min-height: 120px;
  }
}
/*-----ここまで //母の日タイトル エリア-----*/

/*TOP
へ戻る_20220328*/
#page_top{
  width: 60px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #85CEE6;
  opacity: 0.6;
  border-radius: 50% 0% 0% 50%;

  z-index: 100;
  margin-bottom: 10px;

}
#page_top a{
  position: relative;
  display: block;
  width: 60px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  content: '\f102';
  font-size: 15px;
  color: #fff;
  position: absolute;
  width: 15px;
  height: 15px;
  top: -35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after{
  content: 'PAGE TOP';
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 20px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*追従バナー_20220902*/
.tuizyu_bn
{
  position: fixed;
  z-index: 100;
  bottom: 3px;
  right: 3px;
  width: 25vw;
  height: auto;
  padding: 2px;
  max-width: 150px;
  
  filter: drop-shadow(2px 2px 5px 0px rgba(68, 68, 68, 0.1));

  margin-bottom: 60px;
}