/***************
  common
***************/

#fs_preview_header{
position:fixed !important;
top:0 !important;
left:0 !important;
width:100% !important;
z-index:999999 !important;
}

.clearfix::after{
    content: "";
    display: block;
    clear: both;
  }
  
  .text-left{
      text-align: left;
  }
  .text-right{
      text-align: right;
  }
  
  .show-pc{
      display: block;
  }
  .show-sp{
      display:none;
  }
  body{
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  aside.fs-c-modal--large,
  aside.fs-c-modal--medium,
  aside.fs-c-modal{
    max-width:100%!important;
  }
  .fs-c-productMainImage aside{
      max-width:100%;
  }
  p{
   font-size:1.6rem;
   line-height:3.0rem;
  }
  .fs-l-header,
  .main_contents,
  .fs-l-footer-inner,
  .inner_footer_bottom,
  .fs-c-breadcrumb{
   position:relative;
   width:100%;
   max-width:1067px;
   padding: 0 10px;
   margin:auto;
   border:none;
  }
  .text_center{
   text-align:center;
  }
  .section{
   margin: 70px 0;
  }
  .fs-p-heading--lv2{
   font-size:2.2rem;
   font-weight:bold;
   display:inline-block;
   padding:5px;
   border-bottom: 2px solid black;
   text-align: center;
   margin: auto;
   letter-spacing: 1.0rem;
   color:black;
  }
  .fs-p-heading--lv2 + p{
   font-size:1.4rem;
   font-weight:bold;
   text-align: center;
   letter-spacing: 0.7rem;
  }
  .fs-p-heading--lv3{
    display:inline-block;
    border-bottom:1px solid black;
    font-size:1.4rem;
    font-weight:bold;
    padding:8px 0;
    margin-top:70px;
  }
  
  /***************
    header parts
  ***************/
  /*
  body:before{
    content:" ";
    display: inline-block;
    background: url(/item/online_store_pink.gif) no-repeat;
    width:181px;
    height:36px;
    position: absolute;
    top: 0;
    left: 0;
  }
  */
  .store-top{
    position: fixed;
    top: 0;
    left: 0;
      z-index:100000001;
  }
  .ts {
      transition: all 0.4s ease;
  }
  .js-headerArea.min {
      height: 90px;
  }
  .js-headerArea.min .l-headerArea-logo {
      opacity: 0;
      height: 0px;
  }
  .js-headerArea.min .l-headerArea-navi{
      padding: 0px 0px 0px 0px;
  }
  .js-headerArea.min .l-headerArea-search {
      opacity: 0;
  }
  
  .fs-l-header{
      position: fixed;
      top: 0px !important;
      background: white;
      z-index:1000;
      padding-bottom:10px;
      padding: 0;
      left: 0;
      right: 0;
      padding-bottom: 20px;
  }
  .fs-p-headerNavBar {
      background: transparent;
      border-bottom: none;
      color: #000;
  }
  .fs-l-header__logo{
   text-align:center;
  }
  .online_store_logo{
   position:absolute;
   top:0;
   left:0;
  }
  .fs-p-logo{
   display:inline-block;
   margin:auto;
   width:223px;
  }
  .fs-p-searchForm{
   width:100%;
   max-width:225px;
   position:absolute;
   top:0;
   bottom:0;
   right:0;
   margin:auto;
  }
  .fs-p-headerNavigation__list{
   list-style:none;
   display:block;
   padding:0;
   margin:38px 0;
   text-align:center;
  }
  .fs-p-headerNavigation__list > li {
   font-size:1.4rem;
   font-weight:bold;
   display:inline;
  }
  .fs-p-headerNavigation__list > li > a{
   display: inline-block;
   padding:0 20px;
   text-decoration:none;
   color:black;
  }
  .fs-p-headerNavigation__link:visited,
  .fs-p-headerNavigation__link:link{
   color:black;
  }
  .fs-p-inputGroup {
      border: none;
      background: transparent;
  }
  .fs-p-searchForm{
   height:30px;
   background-color:#eef8f7;
   border-radius: 20px;
   padding:3px 10px;
  }
  .fs-p-searchForm input {
    padding: 0;
      border: none;
      border-radius: 0;
      outline: none;
      background: none;
    font-size:1.2rem;
  }
  .fs-p-searchForm .fs-icon--search{
    font-size:22px;
    display:inline-block;
    position:absolute;
    right:10px;
    top:0;
    bottom:0;
    margin:auto;
    line-height:30px;
  }
  @media (max-width: 480px) {
      .fs-p-searchForm,
      body:before{
          display:none;
      }
      .show-pc{
        display: none;
      }
      .show-sp{
          display:block;
      }
  }
  /***************
    main contents parts
  ***************/
  
  .main_contents{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
  }
  .m_catalog_banner_L{
      display: none;
  }
  .fs-body-product-YP1001 .m_catalog_banner_L{
      display: block;
  }
  
  main{
   width:100%;
   max-width:735px;
   text-align:center;
   padding:15px;
  }
  aside{
   width:100%;
   max-width:205px;
  }
  
  .l-otherinfoArea-read a {
      font-size: 16px;
      line-height: 1.1;
      padding: 20px;
      border: 2px solid #ec6d74;
      display: block;
      color: #ec6d74;
      text-decoration: none;
      text-align: center;
  }
  .fs-c-breadcrumb__list li {
      display: inline-block;
      font-size: 14px;
      line-height: 1.5;
      padding: 0px 5px 0px 0px;
      color: black;
  }
  .fs-c-breadcrumb__list li a{
      color: #00a199;
  }
  .fc-toolbar button{
      border-radius: 30px;
      padding: 0 5px!important;
  }
  .fc button .fc-icon{
      margin: 0!important;
  }
  
  .pickup_category_column{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
  
  }
  .fs-pt-column__item{
   width:33%;
   display:block;
   margin-top:13px;
   text-align: center;
  }
  .fs-pt-column__heading{
   padding:20px 10px;
   font-size: 1.4rem;
   font-weight:bold;
   display:block;
  }
  .fs-pt-column__description{
   font-size: 1.2rem;
  
  }
  .btnm_pickup_more,.btnm_pickup_more:visited{
    padding: 10px;
    text-align: center;
    font-weight: bold;
    width:220px;
    color:black;
    border:2px solid black;
    display: inline-block;
  }
  .pickup_bottom{
    margin-top: 70px;
    color:#eaeaea;
  }
  .corp_banner{
    display: none;
  }
  
  .fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td{
      height: 5px;
  }
  tr:first-child>td>.fc-day-grid-event{
      margin-top: -4px!important;
  }
  
  @media (max-width: 480px) {
   .fs-c-breadcrumb__list li {
      font-size: 10px;
    }
    .corp_banner{
      display: block;
    }
   }
  /***************
    STORE NEWS parts
  ***************/
  .title-category{
      display: none;
  }
  .title-category-small{
      display: inline-block;
  }
  .shop-home .title-category{
      display: inline-block;
  }
  .shop-home .title-category-small{
      display: none;
  }
  
  .store-news-block{
      padding: 10px 50px;
      text-align: left;
      margin-bottom: 20px;
  }
  h2.store_news{
     margin-bottom:30px;
     border: none;
  }
  #rss{
       list-style:none;
       margin:auto;
       margin-bottom:20px;
       padding: 0;
  }
  #rss li{
      display:none;
  }
  #rss li:nth-of-type(1),
  #rss li:nth-of-type(2),
  #rss li:nth-of-type(3),
  #rss li:nth-of-type(4),
  #rss li:nth-of-type(5)
  {
      display: list-item;
  }
  
  #rss li a {
      display:block;
      color:black;
      font-size:1.4rem;
      text-align:left;
      padding:3px 3px 3px 100px;
  }
  #rss li a > span{
      display: inline-block;
      color:#eb6d73;
      font-size:1.4rem;
      margin-right:20px;
      margin-left: -100px;
  }
  @media (max-width: 480px) {
      .store-news-block{
         padding: 10px ;
      }
  }
  /***************
    カテゴリバナー parts
  ***************/
  .category{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin:-10px 0 0;
   padding:0;
   list-style:none;
   width: 100%;
  }
  .category > li{
   width:32%;
   display:block;
   height: 125px;
   margin-bottom:20px;
  
  }
  .category > li > a{
    position: relative;
    display: block;
    text-align: center;
    color: white;
    font-weight: bold;
    height: 100%;
     background-size: cover;
    background-repeat: no-repeat;
    text-decoration: none;
  }
  .category > li > a  h3{
    font-size:2.6rem;
    font-weight: bold;
    margin: 10px 0;
  }
  .category > li > a > .title{
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 4em;
    width: 100%;
  }
  .fs-c-slick .slick-dots li {
      height: 6px;
      width: 6px;
      margin: 3px 10px;
  }
  .fs-c-slick .slick-dots li button:before{
      content: "";
      background: url(https://icemonoko.itembox.design/item/slide-circle.png?t=20240830155834) no-repeat;
  }
  .fs-c-slick .slick-dots li.slick-active button:before{
      content: "";
      background: url(https://icemonoko.itembox.design/item/slide-circle-active.png?t=20240830155834) no-repeat;
  }
  
  @media (max-width: 480px) {
      .js-headerArea.min .l-headerArea-logo {
         opacity:1;
         height: auto;
      }
      .js-headerArea.min .l-contentArea-type1-header{
          height: 60px;
      }
      .js-headerArea.min .l-headerArea-navi-sp-contents-inner{
              padding: 60px 0px 0px 0px;
      }
      .js-headerArea.min .l-headerArea-search{
          opacity: 1;
      }
      .js-headerArea.min .store-top{
          display:none;
      }
      .category > li{
         width:48%;
         height: 75px;
         margin-bottom:18px;
      }
      .category > li > a  h3{
          font-size: 1.6rem;
      }
      .category > li > a span{
          font-size: 1rem;
      }
  }
  /***************
    Pickup  parts
  ***************/
  .pickup_category_column .fs-pt-column__heading{
      font-size:1.7rem;
      font-weight:bold;
      color:black;
  }
  .pickup_category_column .fs-pt-column__description{
      font-size:1.2rem;
      font-weight:bold;
      color:black;
  }
  /*
  .pickup_category_column .fs-pt-column__description a,
  .read_more_link,.read_more_link:visited{
      margin-top:15px;
      color:#00a199;
      font-size:1.4rem;
      text-decoration:underline;
      font-weight: 600;
  }
  */
  .pickup_category_column .fs-pt-column__description a,
  .read_more_link {
      display: inline-block;
      text-indent: -99999px;
      margin: auto;
      width: 105px;
      height: 11px;
      background: url(https://icemonoko.itembox.design/item/tx_rm.png?t=20240830155834) no-repeat;
      background-size: 105px 11px;
      transition: all 0.4s ease;
      position: relative;
  }
  .pickup_category_column .fs-pt-column__description a:after,
  .read_more_link:after {
      width: 100%;
      height: 1px;
      content: "";
      background: #00a199;
      position: absolute;
      bottom: -2px;
      left: 0px;
  }
  
  
  /***************
    ICEバナー parts
  ***************/
  .ICE_banner{
      margin-top:90px;
      padding: 75px;
      color: black;
      text-align:center;
  }
  .ICE_banner .base_white{
     background: rgba(255,255,255,0.8);
     padding: 40px;
     max-width:880px;
     margin: auto;
  }
  .ICE_banner .base_white h3{
    font-size: 2.6rem;
    margin:15px;
    font-weight: bold;
    letter-spacing: 5px;
  }
  .ICE_banner .base_white p{
    font-size: 1.6rem;
    font-weight: bold;
  }
  .ICE_banner .flex_row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ICE_banner .flex_row .item{
      width: 50%;
      text-align: center;
  }
  .ICE_banner .flex_row .item:first-child{
     border-right: 1px solid black;
  }
  .ICE_banner .flex_row .item span{
      margin:5px;
      display: block;
  }
  .ICE_banner .flex_row .item a{
      padding: 15px;
      font-weight: bold;
      display: block;
      color: #00a199;
      text-decoration: none;
  }
  @media (max-width: 480px) {
      .ICE_banner{
         padding: 30px;
      }
      .ICE_banner .base_white{
         padding: 40px 20px;
     }
      .ICE_banner .base_white h3{
        font-size: 1.3rem;
        margin:0;
     }
     .ICE_banner .base_white p{
       font-size: 1.1rem;
       line-height:1.5;
    }
    .ICE_banner .flex_row{
       display: block;
    }
    .ICE_banner .flex_row .item{
       width: 100%;
    }
    .ICE_banner .flex_row .item img{
        max-height:30px;
    }
    .ICE_banner .flex_row .item:first-child{
      border-right: none;
      border-bottom: 1px solid black;
      margin-bottom:20px;
    }
  }
  /***************
    side parts
  ***************/
  .m_sideber{
    flex: 1;
      margin-left:12px;
       border-left: 2px solid #eaeaea;
   }
  .fs-p-sideMenu{
  
    padding-left:5px;
  }
  .fs-p-sideMenu.fs-pt-menu.fs-pt-menu--lv1{
      margin-bottom:20px;
  }
  .fs-pt-menu__heading.fs-pt-menu__heading--lv1{
     border:none;
  }
  .fs-p-sideMenu .fs-pt-menu__link--lv1{
     font-size:1.5rem;
     font-weight:bold;
     color:black;
     text-decoration: underline;
text-align:left;
  }
  .fs-p-sideMenu .fs-pt-menu__link--lv1::after{
     display:none;
  }
  .fs-p-sideMenu .fs-pt-menu__heading--lv2{
    border:none;
  }
  .fs-p-sideMenu .fs-pt-menu__link--lv2{
    font-size:1.4rem;
    color:#9e9e9e;
  }
  .fs-p-sideMenu .fs-pt-menu__link--lv2::before{
    content:">";
    font-size:1.3rem;
    color:#9e9e9e;
    margin-right:5px;
  }
  .fs-p-sideMenu .fs-pt-menu__link--lv3::before{
    content:"-";
    font-size:1.3rem;
    color:#9e9e9e;
    margin-right:5px;
  }
  .fs-p-sideMenu .fs-pt-menu__submenu{
    padding-left:1em;
  }
  .sidebar_banner_parts .sidebar_banner{
      display:block;
      width: 100%;
      margin-bottom:10px;
  }
  
  /***************
    商品詳細 parts
  ***************/
  .fs-c-productImageModal__close {
      top: 32px;
      right: 32px;
      width:2em;
      height: 2em;
  }
  .fs-c-productImageModal__close::before{
      font-size: 2em;
  }
  .fs-c-button--addToAddressbook.fs-c-button--secondary,
  .fs-c-button--continueShopping.fs-c-button--standard{
      color: white;
      background: #00a199;
      border: none;
  }
  .fs-c-button--continueShopping.fs-c-button--standard span{
      color: white;
  }
  .fs-c-returnedSpecialContract{
    display: none;
  }
  .fs-c-continueShopping{
      text-align: left;
  }
  .fs-l-productLayout__item{
    position:relative;
  }
  .fs-l-main{
     width:100%;
     max-width:1067px;
  }
  .fs-l-pageMain{
    width:820px;
     margin-bottom: 50px;
  }
  .fs-c-productThumbnail{
  
  }
  .fs-c-productMainImage__expandButton.fs-c-buttonContainer{
    display:none;
  }
  .fs-c-productMainImage, .fs-c-productMainImage img{
      width:auto!important;
  }
  .fs-c-productImageModalCarousel__figure{
      height: 100vh;
  }
  .fs-l-product4 .fs-l-productLayout{
    grid-template-columns: calc(50% - 40px / 2) calc(50% - 40px / 2);
    grid-gap: 40px;
  }
  .fs-c-productThumbnail__image {
      margin: 4px;
      flex-basis: 122px;
      min-width: 122px;
  }
  .fs-c-productMainImage{
     position: relative;
  }
  .fs-c-productMainImage__expandButton.fs-c-buttonContainer{
     position:absolute;
     bottom:0;
     right:0;
  }
  .fs-c-productMainImage,
  .fs-c-productMainImage img{
    width:100%;
    /*height:400px;*/
  }
  
  .fs-c-productMark__mark {
      padding: 4px 18px;
  }
  .fs-c-productNameHeading{
    line-height: 1.5;
    text-align: left;
  }
  .fs-c-productNameHeading__copy{
    display:block;
    font-weight:normal;
    padding: 5px 0;
  }
  .fs-c-productNameHeading__name{
    display:block;
    font-size: 2.6rem;
    text-align: left;
    padding: 15px 0 5px;
  }
  .fs-c-productNumber{
    display:block;
    border:none;
    font-size: 1.2rem;
    font-weight:normal;
    text-align:left;
    padding: 4px 0;
  }
  .fs-c-productPrice__main__label{
    font-size:1.3rem;
  }
  .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price{
    font-size:2.6rem;
    color:black;
    padding: 0 5px 0 20px;
  }
  
  .fs-p-productDescription.fs-p-productDescription--full{
    text-align:left;
    line-height: 2.6rem;
  }
  .fs-c-button--addToWishList--detail.fs-c-button--particular,
  .fs-c-button--removeFromWishList--detail.fs-c-button--particular{
    border-radius:40px;
    padding:10px;
  }
  .fs-c-button--removeFromWishList--detail.fs-c-button--particular{
   /*   background:#00a199; */
  }
  .fs-c-button--particular .fs-c-button__label{
    display:none;
  }
  .fs-c-button--particular.fs-c-button--addToWishList--detail::after,
  .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after{
    font-size:2.6rem;
    color:#aaaaaa;
    margin:0;
  }
  .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after{
      color:#eb6d73;
  }
  .fs-c-productActionButton.fs-c-buttonContainer{
    position:absolute;
    bottom:0;
    left:0;
    right:70px;
  
  }
  .fs-c-button--primary{
    font-size:1.4rem;
    padding:12px;
    background:#00a199;
    border:none;
    border-radius: 3px;
  }
  .fs-c-button__label{
    color:#aaa;
    text-decoration:underline;
  }
  .item_desc_table.sp{
      display:none;
  }
    .item_desc_table.pc{
      display:table;
  }
  .item_desc_table{
    width:100%;
    border-bottom:1px solid #d4d4d4;
  }
  .item_desc_table+p{
    font-size:1.3rem;
    text-align:left;
  }
  .item_desc_table th,
  .item_desc_table td{
    border-top:1px solid #d4d4d4;
    padding:8px 10px;
    font-size:1.3rem;
  }
  .item_desc_table th{
    background:#f7f7f7;
    text-align:center;
    max-width:80px;
  }
  .item_desc_table td{
    text-align:left;
    font-weight:bold;
  }
  .about_postage{
    color:black;
    display:flex;
    align-items:center;
    font-size:1.4rem;
    text-align:left;
    margin:15px 0;
    text-decoration:none;
  }
  .about_postage span{
    display:inline-block;
    margin-left:5px;
  }
  .about_postage .fs-icon--question{
    color:#aaa;
    font-size:30px;
    display:inline-block;
  }
  .fs-c-button--addToCart--detail.fs-c-button--primary
  .fs-c-button__label{
    text-decoration: none;
    color:white;
  }
  .fs-c-button--addToCart--detail.fs-c-button--primary
  .fs-c-button__label:before{
    font-family: 'fs-icon' !important;
    content: "\e91e";
  }
  .fs-c-cartTable__actionButton__container.fs-c-cartTable__actionButton__container--cancel--cart .fs-c-button__label,
  .fs-c-cartTable__actionButton__container.fs-c-cartTable__actionButton__container--buyItLater .fs-c-button__label{
      color: #333;
  }
  .fs-c-button--addToCart--detail.fs-c-button--primary{
    padding:20px;
  }
  .fs-c-button--addToCart--detail.fs-c-button--primary .fs-c-button__label{
    font-size: 1.8rem;
  }
  .fs-c-price__currencyMark {
      display: none;
  }
  .fs-c-price__value:after {
      content: "円";
  }
  .cart_layout_box{
    position:relative;
    height:170px;
  }
  
  .fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer{
    position:absolute;
    bottom:6px;
    right:10px;
  }
  .about_postage{
    position: absolute;
    bottom: 110px;
    left:0;
  }
  .about_postage.bm{
    bottom: 145px;
  }
  .fs-c-stockSignLegend__legend p{
      font-size: 1.4rem;
  }
  .fs-c-productQuantityAndWishlist:before{
    content:"数量　";
    display: inline-block;
    position: absolute;
    top:4px;
    bottom:0;
    left: 0;
    margin:auto;
  }
  .fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget{
    display: inline-block;
    position: absolute;
    top:0;
    bottom:0;
    left: 80px;
    
  }
  .fs-c-productCarouselMainImage__expandButton.fs-c-buttonContainer{
    display:none;
  }
  .fs-c-productCarouselMainImage__thumbnailList{
    display:none;
  }
  .fs-c-productCarouselMainImage__carousel.fs-c-slick{
      display:none;
  }
  .fs-c-productMainImage,
  {
      display:block;
  }
  .fs-c-productCarouselMainImage__thumbnailList{
     display:none!important;
  }
  .fs-c-inputTable > tbody{
      display: table-row-group;
  }
  .fs-c-inputTable > tbody > tr{
      display: table-row;
  }
  .fs-c-inputTable > tbody th{
      width: 35%;
      text-align: left;
  }
  .fs-c-inputTable > tbody td{
      width: 65%;
      text-align: left;
  }
  @media (max-width: 1065px) {
      .about_postage{
          bottom:220px;
      }
  }
  @media (max-width: 480px) {
      .fs-c-inputTable > tbody{
          display: block;
      }
      .fs-c-inputTable > tbody > tr{
          display: flex;
      }
      .fs-c-inputTable > tbody th,
      .fs-c-inputTable > tbody td{
          width: 100%;
      }
      .fs-l-pageMain{
          margin-bottom: 0;
      }
    .fs-l-product4 .fs-l-productLayout {
      grid-template-columns: calc(100% - 10px / 2);
      grid-gap: 10px;
    }
    .item_desc_table.sp{
      display:table;
    }
    .item_desc_table.pc{
      display:none;
    }
    .item_desc_table th,
    .item_desc_table td{
      font-size:1.1rem;
    }
    .item_desc_table+p {
      font-size: 1.1rem;
    }
    .fs-c-button--addToCart--detail.fs-c-button--primary{
      width:100%;
    }
    .fs-c-productCarouselMainImage__carousel.fs-c-slick{
      display:block;
    }
    .fs-c-productMainImage,
    .fs-c-productThumbnail{
      display:none;
    }
    .fs-p-snsArea{
        margin: 18px 0 0;
    }
    .about_postage{
        bottom:120px;
    }
    .about_postage.bm{
      bottom: 175px;
    }
  }
  
  
  
  
  /***************
    関連商品 parts
  ***************/
  .m_recommend_list_description,
  .fs-c-couponExpiration__list__item__body,
  .fs-c-couponAppliedCondition__title,
  .fs-c-couponExpiration__title,
  .fs-c-couponAppliedCondition__list
  {
      text-align: left;
  }
  .fs-c-featuredProduct__header{
    text-align:left;
    margin-bottom:20px;
    margin-top:70px;
  }
  
  .fs-c-featuredProduct__title{
    font-size:2.0rem;
    text-decoration:none;
    display:inline-block;
    border-bottom:1px solid black;
    color:black;
    font-weight:bold;
    padding-bottom:10px;
    margin-bottom:20px;
  }
  .fs-c-productListCarousel__list__item {
      flex-basis: 210px;
      max-width: 210px;
      min-width: 210px;
      margin-right: 24px;
  }
  .fs-body-product .fs-c-productListCarousel__ctrl{
     /*display:none!important;*/
  }
  .fs-c-productListCarousel .fs-c-button--addToWishList--icon.fs-c-button--particular{
      display:none;
  }
  .fs-c-productListItem__productName{
    text-align:left;
    display:block;
    height:80px;
  }
  
  .fs-c-productListItem__productName a{
    font-size:1.6rem;
    font-weight:bold;
    color:black;
  }
  .fs-c-productListItem__productName .fs-c-productName__copy{
      font-weight: normal;
      line-height:18px;
      height:36px;
      background: white;
      position: relative;
      overflow: hidden;
      text-align: justify;
  }
  
  .fs-c-productListItem__productName .fs-c-productName__name{
      line-height:22px;
  }
  
  .fs-c-productListItem .fs-c-productPrice__main__label{
    /*display:none;*/
  }
  .fs-c-productListItem .fs-c-price__currencyMark{
    color:black;
  }
  .fs-c-productListItem .fs-c-price__value{
    display:inline-block;
    margin-right:5px;
    color:black;
  }
  
  .fs-c-button--viewProductDetail.fs-c-button--plain{
      display: none;
  }
  
  .slick-multiple-items{
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .slick-multiple-items .item-pickup{
      width: 32%;
      margin:0 5px;
  }
  .slick-multiple-items .item-pickup .fs-pt-column__heading{
      font-size: 1.7rem;
      font-weight: bold;
      color: black;
  }
  .slick-multiple-items .item-pickup .fs-pt-column__description{
      font-size: 1.2rem;
      font-weight: bold;
      color: black;
  }
  .slick-multiple-items .item-pickup .fs-pt-column__description a{
      display: inline-block;
      text-indent: -99999px;
      margin: auto;
      width: 105px;
      height: 11px;
      background: url(https://icemonoko.itembox.design/item/tx_rm.png?t=20181212215816) no-repeat;
      background-size: 105px 11px;
      transition: all 0.4s ease;
      position: relative;
  }
  .slick-multiple-items .item-pickup .fs-pt-column__description a:after {
      width: 100%;
      height: 1px;
      content: "";
      background: #00a199;
      position: absolute;
      bottom: -2px;
      left: 0px;
  }
  .slick-multiple-items .slick-arrow{
      background: #f4b1b1;
      opacity: 0.8;
      z-index: 1000;
      width: 25px;
      height: 25px;
  }
  .slick-multiple-items .slick-prev.slick-arrow{
      left: -15px;
  }
  .slick-multiple-items .slick-prev.slick-arrow.slick-disabled{
      background: transparent;
  }
  
  .slick-multiple-items .slick-prev.slick-arrow::before{
      content: "";
      background: url(https://icemonoko.itembox.design/item/icon-triangle-l.png?t=20240830155834) no-repeat;
      width: 5px;
      height: 8px;
      display: inline-block;
      background-size: 5px 8px;
  }
  .slick-multiple-items .slick-next.slick-arrow{
      right: -15px;
  }
  .slick-multiple-items .slick-next.slick-arrow::before{
      content: "";
      background: url(https://icemonoko.itembox.design/item/icon-triangle-r.png?t=20240830155834) no-repeat;
      width: 5px;
      height: 8px;
      display: inline-block;
      background-size: 5px 8px;
  }
  @media (max-width: 480px) {
      .fs-l-main{
         margin-top: 0;
         padding: 8px 15px;
      }
      .fs-c-productListItem__productName{
         height: auto;
      }
      .fs-c-productListCarousel__list__item {
        flex-basis: 95%;
        max-width: 95%;
        min-width: 95%;
        margin-right: 0px;
     }
     .fs-c-productListCarousel.fs-c-slick{
         margin: 0 -10px;
     }
  }
  /***************
    商品一覧 parts
  ***************/
  .item_group_heading{
    position:relative;
    display: flex;
    align-items: center;
    width:auto;
  }
  .item_group_heading h1{
     font-size: 32px;
     font-weight: bold;
  }
  .item_group_heading  .category-img{
    width: 105px;
    width: 105px;
    /*margin-left: 15px;*/
  }
  .item_group_heading  .title-block{
      text-align: left;
      color:black;
      font-weight: bold;
      padding: 10px 20px;
  }
  .item_group_heading  .title-block h3{
      font-weight: 700;
  }
  .fs-c-subgroup .fs-c-listControl__status,
  .fs-c-subgroup .fs-c-listControl{
      display: none;
  }
  .fs-c-subgroupList{
      display: relative;
      border-top: dashed 1px #333;
      padding-top: 15px;
  }
  .fs-c-subgroupList::before{
      content: "";
      display: inline-block;
      background : url(https://icemonoko.itembox.design/item/label-hand.png?d=20181115133812) no-repeat;
      width: 127px;
      height:32px;
  }
  .fs-c-subgroupList > li {
      flex-basis: auto;
      border: none;
      font-size: 1.6rem;
      line-height: 1.2!important;
      flex-grow: 0;
  }
  .fs-c-subgroupList .fs-c-subgroupList__comment{
     display:none;
  }
  .fs-c-subgroupList > li a {
      border: none;
      color: black;
      font-weight: bold;
      background: none;
      display: inline-block;
      padding: 5px 0 5px 10px ;
  }
  .fs-c-subgroupList > li{
      font-weight: bold;
  }
  .fs-c-subgroupList > li .item{
      padding: 8px;
  }
  .fs-c-subgroupList > li.fs-c-subgroupList__item:after{
     /*content: "、";*/
  }
  .fs-c-subgroupList > li.fs-c-subgroupList__item:last-child:after{
     content: "";
  }
  .fs-c-subgroupList > li .fs-c-subgroupList__image,
  .fs-c-subgroupList__link::after{
      display: none;
  }
  
  .fs-c-productList__list {
    grid-template-columns: calc(33.33333% - 40px/2) calc(33.33333% - 40px/2) calc(33.33333% - 40px/2);
    grid-gap: 0px 30px;
  }
  .fs-c-productList__list > *:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }
  .fs-c-productList__list .fs-c-productList__list__item{
    border:none;
    display:flex;
  }
  .fs-c-buttonContainer{
   }
  .fs-c-productList .fs-c-button--addToCart--list.fs-c-button--plain,
  .fs-c-productListCarousel__list .fs-c-button--addToCart--list.fs-c-button--plain
  {
    color:white;
    background:#00a199;
    padding: 5px 15px;
    width: 180px;
    font-size:1.6rem;
  }
  .fs-c-productListCarousel__list .fs-c-button--addToCart--list.fs-c-button--plain > span,
  .fs-c-productList .fs-c-button--addToCart--list.fs-c-button--plain .fs-c-button__label{
    color: white;
    font-size:1.3rem;
    text-decoration: none;
  }
  .fs-c-productList .fs-c-button--addToCart--list.fs-c-button--plain .fs-c-button__label{
    color:white;
    font-size:1.4rem;
    text-decoration: none;
  }
  .fs-c-productList .fs-c-button--addToWishList--icon.fs-c-button--particular{
   display: none;
  }
  .fs-c-productList .fs-c-price__value{
    font-size:1.8rem;
    font-weight:bold;
  }
  .fs-c-productList .fs-c-button--viewMoreImage.fs-c-button--plain{
   display: none;
  }
  .fs-c-productListItem__productName.fs-c-productName
  .fs-c-productName__copy{
    /*display:none;*/
      margin-bottom: 5px;
  }
  .fs-c-productListItem__image__image{
    /*
    width:220px;
    min-height:220px;
    max-height:220px;
    max-width:220px;
    */
  }
  .fs-c-productList__list__item.fs-c-productListItem > form {
      display:block;
      width: 100%;
  }
  .item_group_body{
      text-align: left;
      color: black;
  }
  .item_group_body .flex_container{
  
  }
  .item_group_body h2{
       font-size:30px;
       font-weight: bold;
       line-height: 1.6;
       color: black;
       letter-spacing: 1.3px;
  }
    .item_group_body h3{
      font-size:1.8rem;
      color: black;
      font-weight: bold;
      border-bottom: dashed 1px #333;
      padding-bottom: 15px;
    }
    .item_group_body h4{
      color: black;
      font-weight: bold;
      font-size: 1.8rem;
      margin-top: 40px;
      margin-bottom: 10px;
    }
    .item_group_body h4::before{
       content: "●";
       color: #00a199;
    }
  .item_group_body img{
      margin-bottom: 10px;
  }
   .item_group_body img.pull-right,
   .item_group_body img.pull-left {
      max-width: 290px;
    width: 100%;
    margin: 0 15px;
  }
   .item_group_body img.pull-right{
    margin: 0 0 20px 20px;
  }
   .item_group_body img.pull-left{
    margin: 0 20px 20px 0;
  }
  .item_group_body ul.commit{
      padding-left: 20px;
  }
  .item_group_body ul.commit li{
      font-size: 1.6rem;
      line-height: 1.8;
      margin-bottom: 5px;
  }
  .pull-right {
    float: right;
  }
  .pull-left {
    float: left;
  }
  .flex-container{
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
  }
  .flex-container .item{
     width: 32%;
     margin-bottom: 20px;
  
  }
  .flex-container .item p{
    font-size: 14px;
     margin-top: 0;
     color: black;
     text-align: center;
  }
  .fs-body-category .fs-c-productList__controller{
          margin: 78px 0;
  }
  
  @media (max-width: 480px) {
      .item_group_body{
          font-size:13px;
          color:black;
      }
    .item_group_body h2{
       font-size:19px;
       margin: 0;
    }
    .item_group_body h3{
      font-size:1.6rem;
      margin-top: 50px;
    }
    .item_group_body h4.lead{
        margin-top: 0;
    }
    .fs-c-productList__list {
      grid-template-columns: calc(50% - 10px/2) calc(50% - 10px/2);
      grid-gap: 10px;
    }
    .item_group_heading{
      margin:0 -8px;
    }
    .item_group_heading h1{
      font-size:21px;
      margin-bottom: 0;
    }
    .item_group_heading h3{
      font-size:11px;
      font-weight: bold;
      margin-top: 5px;
    }
    .item_group_heading h2{
      top:auto;
      left:20px;
      font-size:2.0rem;
    }
    .item_group_heading .category-img{
       max-width: 50px;
       padding-left: 5px;
    }
    .item_group_body p{
        font-size:1.3rem;
        line-height: 2.3rem;
    }
    .item_group_heading h2>p{
      font-size:1.3rem;
      line-height:2rem;
    }
   .fs-c-productListItem__image__image{
      width:100%;
  /*
      min-height:158px;
      max-height:158px;
      max-width:158px;
      min-width:158px;
      */
   }
   .fs-c-productList .fs-c-button--addToCart--list.fs-c-button--plain,
   .fs-c-productListCarousel__list .fs-c-button--addToCart--list.fs-c-button--plain
   {
     font-size:1.1rem;
     padding:5px;
     width: auto;
   }
   .fs-c-productListCarousel__list .fs-c-button--addToCart--list.fs-c-button--plain > span,
   .fs-c-productList .fs-c-button--addToCart--list.fs-c-button--plain .fs-c-button__label{
     font-size:1.1rem;
   }
   .item_group_body img{
    width: 100%;
  }
   .item_group_body img.pull-right,
   .item_group_body img.pull-left {
      max-width: 100%;
    width: 100%;
    margin: 20px 0px;
  }
  
   .flex-container .item{
     width: 100%;
     margin-bottom: 15px;
  }
   .pickup_category_column .fs-pt-column__item{
      width: 50%;
  }
  .fs-pt-column__image img{
      margin: auto;
  }
  ul#rss {
      padding: 5px;
  }
     .fs-c-subgroup{
        margin-top: 0;
        margin-bottom: 0;
     }
     .fs-c-subgroupList{
        padding-left :90px;
     }
     .fs-c-subgroupList::before{
        background-size:90px 24px;
        width: 90px;
        height:24px;
        margin-left: -90px;
     }
     .fs-c-subgroupList__item a{
        font-size: 12px;
        padding: 0 5px!important;
     }
     .fs-c-subgroupList > li {
         font-size: 1.2rem;
     }
     .fs-c-subgroupList > li.fs-c-subgroupList__item:after {
        font-size: 12px;
     }
     .flex-container .item p{
        font-size: 12px;
      }
      .fs-c-subgroupList > li .item{
         padding: 0 5px;
      }
  }
  /***************
    お買い物ガイド　
  ***************/
  .fs-c-checkoutSuccess h2{
      font-size:20px;
      color: black;
      font-weight: bold;
  }
  .m_shopguide_page{
       text-align: left;
       color: black;
       padding:1em;
  }
  .m_shopguide_page h1,
  .fs-c-wishlistProduct__title,
  .fs-c-heading--page{
       font-size: 2.2rem;
       padding: 25px 0;
       margin-bottom:30px;
       display: block;
       color: black;
       border-bottom: solid 1px black;
       font-weight: bold;
       text-align: left;
       line-height: 1.6;
  }
  .fs-c-button__label{
      color: white;
      text-decoration: none;
  }
  .fs-c-button--standard .fs-c-button__label{
      color: #333;
  }
  .m_shopguide_page ul{
      list-style: none;
      padding-left:0;
      margin-left:0;
  }
  .m_shopguide_page ol{
      padding-left:2em;
  }
  .m_shopguide_page ol > li{
     margin-bottom:10px;
  }
  .m_shopguide_page h2,
  .fs-c-subSection__title,
  .fs-p-announcement__title,
  .fs-c-documentColumn__heading,
  .fs-c-couponMessage__label{
      color: black;
      font-size: 1.8rem;
      font-weight: bold;
      margin: 20px 0;
      border: none;
  }
  .m_shopguide_page h2:before,
  .fs-c-subSection__title:before,
  .fs-p-announcement__title:before,
  .fs-c-documentColumn__heading:before,
  .fs-c-couponMessage__label:before{
     content:"●";
     color: #00a199;
  }
  
  .fs-p-announcement,
  .fs-p-memberAgreement{
      text-align: left;
  }
  .fs-c-orderedList > li .fs-c-orderedList{
      border-left: none;
  }
  .m_shopguide_page h3{
      font-size: 1.6rem;
      font-weight: bold;
      margin: 50px 0 20px;
  }
  .m_shopguide_page .strong{
      font-size: 1.6rem;
      color: #00a199;
      font-weight: bold;
  }
  .m_shopguide_page .warning{
      color: #f23e3e;
      font-weight: bold;
  }
  .m_shopguide_page table{
     border-bottom: 1px solid #dddddd;
     border-right: 1px solid #dddddd;
  }
  .m_shopguide_page table th,
  .m_shopguide_page table td{
     padding:10px 15px;
     border-top: 1px solid #dddddd;
     border-left: 1px solid #dddddd;
  
  }
  .m_shopguide_page table th{
      background:#f2f2f2;
  }
  
  .fs-c-newUsers.fs-c-subSection{
      max-width: 100%;
  }
  .fs-c-newUsers.fs-c-subSection .fs-c-newUsers__title.fs-c-subSection__title,
  .fs-c-newUsers.fs-c-subSection .fs-c-newUsers__message.fs-c-subSection__message
  {
      /*display: none;*/
  }
  
  
  .fs-c-accountService__page.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink__label{
      display: none;
  }
  .fs-c-accountService__page.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink::before{
      content:"退会する場合にはコチラからお願いします";
  }
  
  /* 2019/06/14 add */
  
  .mc_navi{
      list-style: none;
      border-right:1px solid #00a199;
      margin: 30px 0px 0px 0px !important;
  }
  
  .mc_navi li{
      display: inline-block;
      width: 32.4%;
      text-align: center;
      border-left:1px solid #00a199;
  }
  
  .mc_navi li a{
      text-decoration: none;
      display: block;
      height: 84px;
      display: table;
      width: 100%;
  }
  
  .mc_navi li a p{
      color: #000;
      font-weight: bold;
      font-size: 18px;
      line-height: 1.5;
      margin: 0px !important;
      display: table-cell;
      width: 100%;
      vertical-align: middle;
      padding: 10px 0px 20px 0px;
      position: relative;
      text-align: center;
  }
  
  .mc_navi li a p:after{
      content: "";
      border-bottom: 2px solid #000;
      border-right: 2px solid #000;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0px;
      width: 6px;
      height: 6px;
      margin: auto;
  }
  
  .mc_title1{
      color: #00a199 !important;
      font-size: 20px !important;
      line-height: 1.4 !important;
      margin: 60px 0px 0px 0px !important;
  }
  
  .mc_title1:before{
      display: none;
  }
  
  .mc_title2{
      color: black;
      font-size: 1.8rem;
      font-weight: bold;
      margin: 20px 0px 0px 0px ;
      border: none;
  }
  
  .mc_title2:before{
      content:"●";
      color: #00a199;
  }
  
  .mc_list1{
      list-style: disc !important;
      margin: 0px 0px 0px 18px !important;
  }
  
  .mc_list1 li{
      font-size: 1.6rem;
      line-height: 1.5;
  }
  
  .mc_box1wrap{
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: normal;
  }
  
  .mc_box1{
      width: 48.3%;
      padding: 0px 0px 30px 0px;
  }
  
  .mc_box1_title1{
      font-size: 1.6rem;
      line-height: 1.5;
      border-bottom: 1px solid #00a199;
      padding: 0px 0px 6px 0px;
      display: block;
      margin: 0px 0px 20px 0px;
  }
  
  .mc_box1_body{
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: normal;
  }

  .mc_box_head{
      margin: 0 0 50px 0 !important;
  }
  
  .mc_box1_body_image{
      width: 150px;
      margin: 0px !important;
  }



  .mc_box1_body_image_head{
    width: 320px;
    margin: 0px !important;
}
  
  .mc_box1_body_body{
      flex: 1;
      padding: 0px 0px 0px 20px !important;
      margin: -16px 0px 0px 0px !important;
  }
  
  .mc_box1_body_body_readd1{
      font-size: 16px !important;
      line-height: 1.6 !important;
  }
  
  .mc_box1_body_body_readd2{
      font-size: 14px !important;
      line-height: 1.6 !important;
  }

  .mc_box1_body_head_button{
      margin: 20px 0 0 0 !important;
      font-size: 16px !important;
      line-height: 1.6 !important;
  }

  .mc_box1_body_head_button a{
    background:#00a199 !important; 
    color: #fff !important; 
    text-decoration: none !important; 
    font-weight: bold !important; 
    display: block;
    text-align: center !important;
    padding: 18px !important;
  }

  .mc_box1_body_head_link{
      margin: 10px 0 0 0 !important;
  }

  .mc_box1_body_head_link li{
      margin-bottom: 10px !important; 
  }

  .mc_box1_body_head_link li a{
    color:#00a199 !important; 
    text-decoration: underline !important;
  }

  .mc_box1_body_head_link li a:hover{
      text-decoration: none !important;
  }

  .mc_box1_body_head_banner{
    padding: 20px 0 0 0 !important;
  }
  
  .mc_link1{
      color:#00a199 !important; 
      text-decoration: underline !important;
  }
  
  .mc_link1:hover{
      text-decoration: none !important;
  }
  
  
  .mc_button{
      margin: 20px 0px 0px 0px;
      font-size: 18px;
  }

  .mc_button a{
    background: #00a199;
    padding: 14px 26px;
    display: inline-block;
    text-decoration: none;
    color:#fff;
    font-weight: bold;
    transition: .2s;
  }

  .mc_button a:hover{
      opacity: 0.7;
  }
  
  
  
  /***************
    footer parts
  ***************/
  .l-footerArea__pagetop{
      display: block;
      position: fixed;
      bottom: 5px;
      right: 5px;
      width: 60px;
      height: 60px;
      z-index:10000;
      transition: 0.5s;
      opacity:0;
  }
  .l-footerArea__pagetop.active{
      opacity:1;
  }
  .fs-p-scrollingCartButton {
      position: fixed;
      right: 0;
      bottom: 13%;
      z-index: 100;
  }
  .fs-l-footer{
   text-align: center;
   border-top:none;
  /* padding-top: 40px;*/
   background:transparent;
   margin-top: 0;
  }
  
  .fs-l-footer .calender_block{
      display: none;
  }
  
  .fs-l-footer-inner{
      margin-top: 90px;
  }
  .fs-l-footer h2{
    margin-top:80px;
  }
  .m_footer_banner_parts{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: normal;
    margin: 20px auto 50px auto;
    max-width: 1067px;
  }

  .m_footer_banner_parts:after{
	content: "";
	width: 31%;
	height: 0;
	display: block;
}
  .m_footer_banner{

        font-size: 0;
        width: 31%;
        margin: 30px 0px 0px 0px;
  }

  .shopping_guide_list{
   margin:60px 0 0 0;
   padding:0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   margin-bottom:35px;
  }
  .shopping_guide_list li{
   display:block;
   width: 25%;
   font-size:1.2rem;
   padding: 0 16px;
   border-left: 2px solid #eee;
  }
  .shopping_guide_list li:first-child{
   border-left:none;
  }
  .shopping_guide_list li p{
     display:block;
     font-size:1.4rem;
     min-height:120px;
  }
  .shopping_guide_list h4{
   font-size:1.6rem;
   font-weight: bold;
   margin-bottom:30px;
  }
  .shopping_guide_list a{
       color: #00a199;
      text-decoration: none;
      display: inline-block;
      padding: 0px 0px 0px 0px;
      position: relative;
      font-weight:700;
      font-size:14px;
   text-decoration: underline;
  
  }
  .footer_bottom{
   background-color:#f7f7f7;
   padding: 35px 20px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
  }
  .inner_footer_bottom{
  /*    display: flex;
      align-items: center;
      justify-content: space-between;
      */
  }
  .fs-p-footerUtilityMenu__list{
   margin:0;
   padding:0;
   text-align:center;
   justify-content: center;
  }
  .fs-p-footerUtilityMenu__list > li{
   display: inline-block;
   border-left: 1px solid black;
   padding: 0 16px;
   margin: 0!important;
  }
  .fs-p-footerUtilityMenu__list > li:first-child{
   border-left:none;
  }
  .fs-p-footerUtilityMenu__list > li a{
   display:block;
   padding:3px 16px;
   font-size:14px;
   font-weight:600;
   text-decoration: none;
   color:black!important;
  }
  .fs-p-footerUtilityMenu__list a::before{
    display:none;
  }
  .fs-p-footerCopyright {
      color: #000;
      background-color: transparent;
      text-align: center;
      font-size:1.4rem;
      padding: 4px;
  }


  /* 2019/06/20 add */
  .fs_c99_header_parts,
  .fs_c99_footer_parts{
      display: none;
  }
  .fs_c99_category_name{
      display: none;
  }
  [class*="fs-body-category-gr99"]  .category-img,
  [class*="fs-body-category-gr99"] .fs-c-subgroupList{
      display: none;
  }
  
  [class*="fs-body-category-gr99"]  .fs_c99_header_parts{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  [class*="fs-body-category-gr99"]  .fs_c99_footer_parts{
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  [class*="fs-body-category-gr99"] .fs-c-productList__controller{
      /*display: none;*/
  }
  [class*="fs-body-category-gr99"] .item_group_heading{
      justify-content: center;
      margin-bottom: 30px;
      margin-top: -50px;
  }
  [class*="fs-body-category-gr99"] h1{
      font-size: 26px;
  }
  [class*="fs-body-category-gr99"] .c99_logout{
      font-weight: bold;
      color: #00a199;
      text-decoration: underline;
  }
  [class*="fs-body-category-gr99"] .fs-c-productList__list{
      display: flex;
      flex-direction: column;

  }
  [class*="fs-body-category-gr99"] .fs-c-productList__list__item.fs-c-productListItem{
      position: relative;
      width: 100%;
      background: #f7f7f7;
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      padding: 20px;
      margin-bottom: 20px;
  }
  [class*="fs-body-category-gr99"] .fs-c-productListItem__image.fs-c-productImage{
      position: absolute;
      top: 20px;
      left: 20px;
      height: 100px;
      max-width: 100px;
      max-height: 100px;
  }
  [class*="fs-body-category-gr99"] form > .fs-c-productListItem__control.fs-c-buttonContainer{
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 13px;
    padding: 0;
  }
  [class*="fs-body-category-gr99"] form > .fs-c-productListItem__prices.fs-c-productPrices{
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 220px;
  }
  [class*="fs-body-category-gr99"] .fs-c-productListItem__productName.fs-c-productName .fs-c-productName__name{
    position: absolute;
    display: block;
    width: 660px;
    left: 140px;
    top: 50px;
    border-bottom: 1px solid silver;
    padding-bottom: 8px;
    font-size: 2.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

  }
  [class*="fs-body-category-gr99"] .fs-c-productListItem__productName.fs-c-productName .fs-c-productName__copy{
    background: none;
    position: absolute;
    top: 23px;
    line-height: 1.6rem;
    height: auto;
    left: 290px;
  }
  [class*="fs-body-category-gr99"] .fs_c99_category_name{
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 140px;
    background: white;
    border: 1px solid #ccc;
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding: 3px 10px;
    width: 140px;
    min-width: 140px;
    margin: 0;
  }
  /* add 2019/06/28 */
  [class*="fs-body-category-gr99"] .fs-c-productMarks{
    display: inline-block;
    position: absolute;
    bottom: 24px;
    left: 140px;
  }
  [class*="fs-body-category-gr99"] .monoko_tag_recommend{
      background-color: #a4d6d3;
  }
  [class*="fs-body-category-gr99"] .monoko_tag_new{
    background-color: #f6b3b4;
  }
  [class*="fs-body-category-gr99"] .monoko_tag_variation{
    background-color: #8b83d4;
  }

  /* add 2019/06/26 */
.l-c-serviceArea {
    padding: 40px 0px;
    background: url(https://ice-monoko.com/images/common/bg_service.jpg) no-repeat scroll 50% 50% / cover;
    position: relative;
    z-index: 1;
}
.l-c-serviceArea img {
    width: 100%;
    height: auto;
    border: none;
    margin: 0px;
    padding: 0px;
}
.l-contentArea-type1 {
    max-width: 1050px;
    margin: 0px auto;
    z-index: 999;
}
.l-c-serviceArea-bodyArea {
    background-color: rgba(255,255,255,0.95);
    padding: 44px 50px;
}
.l-c-service-title1 {
    width: 409px;
    height: auto;
    margin: 0px auto;
    font-size: 0;
    margin-top:0!important;
}
.flexboxType1-pc {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: normal;
}
.l-c-service-linkwrapArea {
    margin: 40px 34px 0px 34px;
}
.l-c-service-linkwrapArea-box {
    width: 50%;
    position: relative;
    padding: 0px 0px 20px 0px;
}
.l-c-service-linkwrapArea-box:first-child:after {
    width: 1px;
    height: 100%;
    background: #000;
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
}
.l-c-service-linkwrapArea-box-image-ic {
    width: 270px;
    height: auto;
    margin: 12px auto 0px auto;
    font-size: 0;
}
.l-c-service-linkwrapArea-box-image-ch {
    width: 231px;
    height: auto;
    margin: 5px auto 0px auto;
    font-size: 0;
}
.l-c-service-linkwrapArea-box-read1 {
    font-size: 13px;
    line-height: 1;
    color: #000;
    margin: 20px auto 0px auto;
}
.l-c-service-linkwrapArea-box-link1 {
    margin: 20px auto 0px auto;
}
.ta_type1 a {
    color: #00a199;
    text-decoration: none;
    display: inline-block;
    padding: 0px 12px 0px 0px;
    position: relative;
}
.ta_type1 a:after {
    content: "";
    border-bottom: 1px solid #00a199;
    border-right: 1px solid #00a199;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    width: 6px;
    height: 6px;
    margin: auto;
}


  /* add 2019/07/08 */
.m_ssl_badge{
    border: 1px solid #c8ede6;
    padding: 1em 2em;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.m_ssl_badge > p{
    width: 80%;
    font-size: 1.4rem;
    margin-right: 10px;
    text-align: left;
    font-weight: bold;
    line-height: 1.4;
}

  /* add 2019/08/22 */
  [class*="fs-body-category-gr99"] .fs-c-productListItem__outOfStock.fs-c-productListItem__notice.fs-c-productStock{
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 180px;

}
/* add 2019/08/29 */
.fs-c-orderHistoryItem__header__button.fs-c-buttonContainer.fs-c-buttonContainer--viewOrderHistoryDetail
.fs-c-button__label{
    color: #00a199;
}

/* add 2019/10/28 */
.flexboxType1-rp {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: normal;
}

.e-eg{
	font-size: 18px !important;
	line-height: 30px !important;
	font-weight: bold;
	color: #fff;
	background: #ff0000;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	text-align: center;
	margin: 0px !important;
}

.e-number{
	font-size: 18px !important;
	line-height: 30px !important;
	font-weight: bold;
	color: #00a199;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #00a199;
	text-align: center;
	margin: 0px !important;
}

.e-body-read{
	padding: 0px 0px 0px 10px ;
	flex: 1;
margin:0px;
}

.e-box1{
	padding: 10px 0px 0px 44px ;
}

.e-hr-type1{
	width: 100% !important;
	height: 3px !important;
	background: #ccc !important;
}

@media screen and (max-width: 768px){
    .l-c-serviceArea {
        padding: 25px 0px;
        background: url(https://ice-monoko.com/images/common/bg_service.jpg) no-repeat scroll 50% 50% / cover;
    }
    .l-contentArea-type1 {
        max-width: auto;
        min-width: auto;
        margin: 0px auto;
        padding: 0px 15px;
    }
    .l-c-serviceArea-bodyArea {
        background-color: rgba(255,255,255,0.95);
        padding: 40px 30px;
        margin: 0px 10px;
    }
    .l-c-service-title1 {
        width: 250px;
        height: auto;
        margin: 0px auto;
        font-size: 0;
    }
    .l-c-service-linkwrapArea {
        margin: 40px 0px 0px 0px;
    }
    .l-c-service-linkwrapArea-box {
        width: 100%;
        position: relative;
        padding: 0px 0px 20px 0px;
    }
    .l-c-service-linkwrapArea-box-image-ic {
        width: 215px;
        height: auto;
        margin: 24px auto 0px auto;
        font-size: 0;
    }
    .l-c-service-linkwrapArea-box-image-ch {
        width: 152px;
        height: auto;
        margin: 24px auto 0px auto;
        font-size: 0;
    }
    .l-c-service-linkwrapArea-box-read1 {
        font-size: 13px;
        line-height: 1;
        color: #000;
        margin: 16px auto 0px auto;
    }
    .l-c-service-linkwrapArea-box-link1 {
        margin: 20px auto 0px auto;
    }
    .l-c-service-linkwrapArea-box:first-child:after {
        width: 100%;
        height: 1px;
        background: #000;
        content: "";
        position: absolute;
        right: 0;
        top: auto;
        bottom: 0px;
    }
    [class*="fs-body-category-gr99"] .fs-c-productListItem__productName.fs-c-productName .fs-c-productName__name{
        width: 590px;
      }


    
}


  @media screen and (max-width: 1065px){
      .l-footerArea__pagetop{
      right: 10px;
      width: 50px;
      height: 50px;
  }
      .shopping_guide_list{
          display: block;
      }
      .shopping_guide_list li{
          width: 100%;
      }
      .shopping_guide_list li p{
          min-height:auto;
      }
      .m_footer_banner{
          margin-bottom:10px;
      }
      .m_footer_banner_parts{
          align-items: center;
          justify-content: center;
          margin: auto;
          flex-wrap: wrap;
          /*max-width: 241px;*/
          padding: 20px 0px 40px 0px;
      }
      .m_footer_banner_parts > *{
          width: 30%;
          margin: 20px auto 0px auto;
      }
      .fs-l-footer .calender_block{
          display:block;
          margin-bottom: 30px;
      }
  }

  @media screen and (max-width: 480px){
      .m_footer_banner_parts > *{
          width: 100%;
      }

      [class*="fs-body-category-gr99"] .item_group_heading{
        margin: 20px 0;
      }
      [class*="fs-body-category-gr99"] .fs-c-productListItem__image.fs-c-productImage{
          display: none;
      }
      [class*="fs-body-category-gr99"] .fs-c-productList__list__item.fs-c-productListItem{
        min-height: 140px;
      }
      [class*="fs-body-category-gr99"] .fs_c99_category_name{
          left: 10px;
          top: 10px;
      }
      [class*="fs-body-category-gr99"] .fs-c-productListItem__productName.fs-c-productName .fs-c-productName__name{
          width: auto;
          font-size: 1.8rem;
          border: none;
      }
      [class*="fs-body-category-gr99"] .fs-c-productListItem__productName.fs-c-productName .fs-c-productName__name{
          top:40px;
          left: 10px;
          width: 90%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
      }
      [class*="fs-body-category-gr99"] form > .fs-c-productListItem__prices.fs-c-productPrices{
          top: 80px;
          bottom: 0;
      }
      [class*="fs-body-category-gr99"] .fs-c-productListItem__productName.fs-c-productName .fs-c-productName__copy{
          top: 50px;
          left: 140px;
          width: 55%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
      }
      [class*="fs-body-category-gr99"] form > .fs-c-productListItem__prices.fs-c-productPrices{
        display: flex;
        position: absolute;
        justify-content: flex-end;
        bottom: 10px;
        top: auto;
        right: 140px;
        left: 10px;
      }
      [class*="fs-body-category-gr99"] .fs_c99_header_parts{
          flex-direction: column;
          align-items: flex-start;

      }
      [class*="fs-body-category-gr99"] #c99_category{
          margin-bottom: 10px;
      }
      [class*="fs-body-category-gr99"] .fs_c99_header_parts .c99_logout{
          display: block;
          text-align: right;
      }
      [class*="fs-body-category-gr99"] .fs_c99_footer_parts{
          justify-content: flex-start;
      }

      [class*="fs-body-category-gr99"] .fs-c-productMarks{
        left: 10px;
        top: 70px;
      }
       /* add 2019/08/22 */
       [class*="fs-body-category-gr99"] .fs-c-productListItem__outOfStock.fs-c-productListItem__notice.fs-c-productStock{
            bottom: 5px;
            width: 100px;
        }
  }
  
  /***************
    本サイト  parts
  ***************/
  .l-c-guide-title-en {
      width: 338px;
      line-height: 0;
      height: auto;
      margin: 0px auto;
      font-size: 0;
  }
  .l-c-guide-title-jp {
      width: 139px;
      height: auto;
      margin: 15px auto 0px auto!important;
      font-size: 0;
  }
  .l-c-guide-boxwrapArea-box-title1 {
      width: 182px;
      height: auto;
      margin: 0px auto;
      font-size: 0;
  }
  .l-c-guide-boxwrapArea-box-title2 {
      width: 181px;
      height: auto;
      margin: 0px auto;
      font-size: 0;
  }
  .l-c-guide-boxwrapArea-box-title3 {
      width: 172px;
      height: auto;
      margin: 0px auto;
      font-size: 0;
  }
  .l-c-guide-boxwrapArea-box-title4 {
      width: 181px;
      height: auto;
      margin: 0px auto;
      font-size: 0;
  }
  .l-c-guide-boxwrapArea-box-read1 {
      text-align: left;
      font-size: 14px;
      line-height: 1.8;
      color: #000;
      margin: 34px auto 0px auto;
  }
  /*******************
     header
  *******************/
  .l-contentArea-type1-header {
      max-width: 1050px;
      margin: 0px auto;
      position: relative;
      z-index: 99999999;
      background: white;
      height: auto;
  }
  .l-headerArea__innerArea {
      padding: 66px 0px 0px 0px;
  }
  .l-headerArea-logo {
      width: 248px;
      height: 53px;
      margin: 0px auto;
      font-size: 0;
      background: url(https://icemonoko.itembox.design/item/logo.png?t=20240830155834) no-repeat;
      background-size: 248px 53px;
      transition: all 0.4s ease;
  }
  .l-headerArea-logo a {
      text-indent: -9999px;
      display: block;
      width: 248px;
      height: 53px;
  }
  .dpb_pc {
      display: block !important;
  }
  .l-headerArea-navi {
      padding: 50px 0px 0px 0px;
  }
  .l-headerArea-navi ul {
      list-style: none;
      font-size: 0;
      text-align: center;
      height: 16px;
      line-height: 16px;
      padding: 0;
  }
  .l-headerArea-navi ul li {
      font-size: 0;
      color: #fff;
      display: inline-block;
      line-height: 0;
      transition: all 0.4s ease;
      vertical-align: middle;
      position: relative;
  }
  .l-headerArea-navi ul li a {
      text-decoration: none;
      color: #000;
      display: block;
  }
  .l-headerArea-navi ul li.about {
      width: 161px;
      height: 15px;
      margin: 0px 58px 0px 0px;
  }
  .l-headerArea-navi ul li.about a {
      width: 161px;
      height: 15px;
      background: url(https://icemonoko.itembox.design/item/hgn_about.png?t=20240830155834) no-repeat;
      background-size: 161px 15px;
  }
  .l-headerArea-navi ul li.reading {
      width: 67px;
      height: 16px;
      margin: 0px 50px 0px 0px;
  }
  .l-headerArea-navi ul li.reading > a {
      width: 67px;
      height: 16px;
      background: url(https://icemonoko.itembox.design/item/hgn_reading.png?t=20240830155834) no-repeat;
      background-size: 67px 16px;
  }
  
  .l-headerArea-navi ul li.shopping {
      width: 84px;
      height: 15px;
      margin: 0px 80px 0px 23px;
  }
  .l-headerArea-navi ul li.shopping > a {
      width: 84px;
      height: 15px;
      background: url(https://icemonoko.itembox.design/item/hgn_shopping.png?t=20240830155834) no-repeat;
      background-size: 84px 15px;
  }
  
  .l-headerArea-navi ul li.shopping a.shopping:before {
      content: "";
      border-bottom: 2px solid #000000;
      border-right: 2px solid #000000;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      right: -15px;
      width: 5px;
      height: 5px;
      margin: auto;
  }
  .l-headerArea-navi ul li.reading a.reading:before {
      content: "";
      border-bottom: 2px solid #000000;
      border-right: 2px solid #000000;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      right: -15px;
      width: 5px;
      height: 5px;
      margin: auto;
  }
  
  .l-headerArea-navi ul li.shopping a.shopping:after {
      content: "";
      width: 16px;
      height: 16px;
      background: url(https://icemonoko.itembox.design/item/hgn_shopping_icon.png?t=20240830155834) no-repeat;
      background-size: 16px 16px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -23px;
      margin: auto;
  }
  .l-headerArea-navi ul li.reading a.reading:after {
      content: "";
      width: 18px;
      height: 14px;
      background: url(https://icemonoko.itembox.design/item/hgn_reading_icon.png?t=20240830155834) no-repeat;
      background-size: 18px 14px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -25px;
      margin: auto;
  }
  
  .l-headerArea-navi ul li.shoppingguide {
      width: 95px;
      height: 13px;
      margin: 0px 40px 0px 0px;
  }
  .l-headerArea-navi ul li.shoppingguide:before {
      content: "";
      background: #000;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -30px;
      width: 1px;
      height: 15px;
      margin: auto;
  }
  .l-headerArea-navi ul li.shoppingguide a {
      width: 95px;
      height: 13px;
      background: url(https://icemonoko.itembox.design/item/hgn_shoppingguide.png?t=20240830155834) no-repeat;
      background-size: 95px 13px;
  }
  .l-headerArea-navi ul li.login {
      width: 52px;
      height: 13px;
      margin: 0px 40px 0px 0px;
  }
  .l-headerArea-navi ul li.login a {
      width: 52px;
      height: 13px;
      background: url(https://icemonoko.itembox.design/item/hgn_login.png?t=20240830155834) no-repeat;
      background-size: 52px 13px;
  }
  .l-headerArea-navi ul li.mypage {
      width: 66px;
      height: 13px;
      margin: 0px 40px 0px 0px;
  }
  .l-headerArea-navi ul li.mypage a {
      width: 66px;
      height: 13px;
      background: url(https://icemonoko.itembox.design/item/hgn_mypage.png?t=20240830155834) no-repeat;
      background-size: 66px 13px;
  }
  .l-headerArea-navi ul li.cart {
      width: 105px;
      height: 16px;
  }
  .l-headerArea-navi ul li.cart a {
      width: 105px;
      height: 16px;
      background: url(https://icemonoko.itembox.design/item/hgn_cart.png?t=20240830155834) no-repeat;
      background-size: 105px 16px;
  }
  .l-headerArea-navi-subnavi {
      position: absolute;
      top: 16px;
      left: -14px;
      text-align: left;
      display: none;
      z-index: 99999;
  }
  .l-headerArea-navi-subnavi-inner {
      background: #fff;
      padding: 44px 20px 16px 20px;
      border-bottom: 1px solid #eee;
  }
  .l-headerArea-navi-subnavi-link {
      margin: 0;
      font-size: 14px;
      line-height: 2;
      white-space: nowrap;
  }
  .l-headerArea-navi-subnavi-link a {
      color: #000;
      text-decoration: none;
      position: relative;
      padding: 0px 0px 0px 10px;
  }
  
  .l-headerArea-navi ul li a {
      text-decoration: none;
      color: #000;
      display: block;
  }
  .l-headerArea-navi ul li a::before {
      content:"-  ";
  }
  
  
  
  .l-headerArea-search {
      position: absolute;
      right: 0px;
      top: 74px;
  }
  .l-headerArea-search-box {
      background: #eef8f6;
      width: 250px;
      height: 34px;
      border-radius: 30px;
      position: relative;
      overflow: hidden;
      margin:0;
  }
  
  .l-headerArea-search-box-input {
      border: none;
      width: 250px;
      padding-left: 15px;
      vertical-align: top;
      margin: 0px;
      height: 100%;
      width: 100%:
      font-size: 16px;
      color: #00a199;
  }
  .l-headerArea-search-box input {
      box-sizing: border-box;
      background-color: transparent;
  }
  .l-headerArea-search-box-submit {
      width: 17px;
      height: 17px;
      border: none;
      background: url(https://icemonoko.itembox.design/item/hi_search.png?t=20240830155834) no-repeat;
      background-size: 17px 17px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 10px;
  }
  .l-headerArea-search-box input {
      box-sizing: border-box;
      background-color: transparent;
  }
  .dpb_sp {
      display: none !important;
  }
  
  .fs-l-page{
           padding-top: 210px;
   }
  
  @media screen and (max-width: 1024px){
      .m_sideber{
         margin: 0;
         width: 188px;
      }
  }
  
  @media screen and (max-width: 1065px){
      .fs-l-page{
           padding-top:90px;
      }
      .m_sideber{

margin-left:0;
       border-left:none;
width:100%;
      }
  .footer_bottom{
     padding: 5px 10px;
  }
  .inner_footer_bottom{
      padding: 0;
  }
  .shopping_guide_list{
      margin-top: 16px;
    }
  .l-c-guide-title-en {
      width: 270px;
      height: auto;
      margin: 0px auto;
      font-size: 0;
  }
  .l-c-guide-title-jp {
      width: 104px;
      height: auto;
      margin: 15px auto 0px auto;
      font-size: 0;
  }
  .shopping_guide_list li{
     border: none;
     border-bottom: #ededed 2px solid;
     padding: 24px 10px;
  }
  .shopping_guide_list li:last-child{
     border-bottom:none;
  }
  .l-c-guide-boxwrapArea-box-title1 {
      width: 141px;
      height: auto;
      margin: 0px auto;
      font-size: 0;
  }
  .l-c-guide-boxwrapArea-box-title2 {
      width: 140px;
      height: auto;
      margin: 0px auto;
      font-size: 0;
  }
  .l-c-guide-boxwrapArea-box-title3 {
      width: 136px;
      height: auto;
      margin: 0px auto;
      font-size: 0;
  }
  .l-c-guide-boxwrapArea-box-title4 {
      /*width: 140px;*/
      height: auto;
      margin: 0px auto;
      font-size: 0;
  }
  .l-c-guide-boxwrapArea-box-read1 {
      font-size: 13px;
      line-height: 1.8;
      color: #000;
      margin: 24px auto 0px auto;
  }
  
  .shopping_guide_list a {
      color: #00a199;
      text-decoration: none;
      display: inline-block;
      padding: 0px 0px 0px 0px;
      position: relative;
      font-size:11px;
      text-decoration: underline;
      margin-top:24px;
  }
  .inner_footer_bottom{
     display: block;
  }
  .fs-p-footerUtilityMenu__list.fs-pt-menu.fs-pt-menu--lv1{
     display:none;
     flex-wrap: wrap;
  }
  .fs-p-footerCopyright__text img{
      height: 6px;
  }
  .fs-pt-menu__item.fs-pt-menu__item--lv1{
      width: 47%;
      border:none;
      background: white;
      padding: 10px 3px;
      margin:0 5px 10px 5px!important;
  }
  .fs-p-footerUtilityMenu__list > li a{
     font-size:12px;
     padding:0;
  }
  .fs-p-footerUtilityMenu__list a::after{
      display:none;
  }
  .fs-p-footerUtilityMenu__list > li:not(:first-child) a{
      border:none;
  }
  
  /* 2019/06/14 add */
  
  .mc_navi{
      list-style: none;
      border-right:1px solid #00a199;
      margin: 20px 0px 0px 0px !important;
  }
  
  .mc_navi li{
      display: inline-block;
      width: 32.5%;
      text-align: center;
      border-left:1px solid #00a199;
  }
  
  .mc_navi li a{
      text-decoration: none;
      display: block;
      height: 64px;
      display: table;
      width: 100%;
  }
  
  .mc_navi li a p{
      color: #000;
      font-weight: bold;
      font-size: 12px;
      line-height: 1.5;
      margin: 0px !important;
      display: table-cell;
      width: 100%;
      vertical-align: middle;
      padding: 2px 0px 10px 0px;
      position: relative;
      text-align: center;
  }
  
  .mc_navi li a p:after{
      content: "";
      border-bottom: 2px solid #000;
      border-right: 2px solid #000;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0px;
      width: 6px;
      height: 6px;
      margin: auto;
  }
  
  .mc_title1{
      color: #00a199 !important;
      font-size: 20px !important;
      line-height: 1.4 !important;
      margin: 60px 0px 0px 0px !important;
  }
  
  .mc_title1:before{
      display: none;
  }
  
  .mc_title2{
      color: black;
      font-size: 1.6rem;
      font-weight: bold;
      margin: 20px 0px 0px 0px ;
      border: none;
  }
  
  .mc_title2:before{
      content:"●";
      color: #00a199;
  }
  
  .mc_list1{
      list-style: disc !important;
      margin: 0px 0px 0px 18px !important;
  }
  
  .mc_list1 li{
      font-size: 1.4rem;
      line-height: 1.5;
  }
  
  .mc_box1wrap{
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: normal;
  }
  
  .mc_box1{
      width: 100%;
      padding: 0px 0px 20px 0px;
  }
  
  .mc_box1_title1{
      font-size: 1.4rem;
      line-height: 1.5;
      border-bottom: 1px solid #00a199;
      padding: 0px 0px 6px 0px;
      display: block;
      margin: 0px 0px 20px 0px;
  }

  .mc_box_head{
    margin: 0 0 30px 0 !important;
}
  
  .mc_box1_body{
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: normal;
  }
  
  .mc_box1_body_image{
      width: 100px;
      margin: 0px !important;
  }

  .mc_box1_body_image_head{
    width: 100%;
    margin: 0px !important;
    display: block;
}

.mc_box_head .mc_box1_body_body_readd1{
    font-size: 14px !important;
      line-height: 1.6 !important;
      margin:20px 0 0 -20px !important;
}

.mc_box1_body_head_button{
    margin: 20px 0 10px -20px !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}


  
  .mc_box1_body_body{
      flex: 1;
      padding: 0px 0px 0px 20px !important;
      margin: -16px 0px 0px 0px !important;
  }
  
  .mc_box1_body_body_readd1{
      font-size: 14px !important;
      line-height: 1.6 !important;
  }
  
  .mc_box1_body_body_readd2{
      font-size: 12px !important;
      line-height: 1.6 !important;
  }
  
  .mc_link1{
      color:#00a199 !important; 
      text-decoration: underline !important;
  }
  
  .mc_link1:hover{
      text-decoration: none !important;
  }
  
    .mc_button{
    margin: 20px 0px 0px 0px;
    font-size: 16px;
}

.mc_button a{
  background: #00a199;
  padding: 14px 26px;
  display: block;
  text-decoration: none;
  color:#fff;
  font-weight: bold;
  transition: .2s;
  text-align: center;
}

.mc_button a:hover{
    opacity: 0.7;
}
  




  
  @media screen and (max-width: 490px){
      .fs-l-page{
           /*padding-top: 34px;*/
      }
  }
  /**************************************
     header
  ***********************************/
  .store-top {
      z-index: 999999999;
      width: 100px;
  }
  .fs-l-header{
      padding-bottom: 0;
  }
  .l-contentArea-type1-header {
      max-width: auto;
      min-width: auto;
      margin: 0px auto;
      padding: 0px 0px;
      height: 134px;
  }
  .l-headerArea__innerArea {
      padding: 30px 0px 0px 0px;
  }
  .l-headerArea-logo {
      width: 163px;
      height: 35px;
      margin: 0px auto;
      font-size: 0;
      background: url(https://icemonoko.itembox.design/item/logo.png?t=20240830155834) no-repeat;
      background-size: 163px 35px;
      transition: all 0.4s ease;
  }
  .l-headerArea-logo a {
      display: block;
      width: 163px;
      height: 35px;
  }
  .dpb_pc {
      display: none !important;
  }
  .dpb_sp {
      display: block !important;
  }
  .l-headerArea-navi-sp {
      width: 100%;
      height: 60px;
      position: absolute;
      bottom: 0px;
      left: 0px;
      background: #eeeeee;
  }
  .flexboxType1-rp {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: normal;
  }
  .spMenu {
      width: 58px;
      height: 60px;
      z-index: 99999999999999999;
      cursor: pointer;
      margin: 0px !important;
  }
  .panelBtn {
      display: inline-block;
      position: relative;
      width: 28px;
      height: 28px;
      margin: 1px auto 0px auto;
  }
  .panelBtnIcon {
      display: block;
      position: absolute;
      top: 98%;
      left: 60%;
      width: 28px;
      height: 3px;
      margin: -1px 0 0 0px;
      background: #999999;
      transition: .2s;
      border-radius: 4px;
  }
  .panelBtnIcon:before, .panelBtnIcon:after {
      display: block;
      content: "";
      position: absolute;
      top: 49%;
      left: 0;
      width: 28px;
      height: 3px;
      background: #999999;
      transition: .3s;
      border-radius: 4px;
  }
  .panelBtnIcon:before {
      margin-top: -10px;
  }
  .panelBtnIcon:before, .panelBtnIcon:after {
      display: block;
      content: "";
      position: absolute;
      top: 49%;
      left: 0;
      width: 28px;
      height: 3px;
      background: #999999;
      transition: .3s;
      border-radius: 4px;
  }
  .panelBtnIcon:after {
      margin-top: 8px;
  }
  .l-headerArea-navi-sp-globalnavi {
      flex: 1;
      padding: 8px 15px 0px 5px;
      margin: 0 !important;
  }
  .flexboxType1-rp {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: normal;
  }
  .l-headerArea-navi-sp-globalnavi ul {
      list-style: none;
      margin: 0 !important;
  }
  .l-headerArea-navi-sp-globalnavi ul li {
      font-size: 0;
      display: inline-block;
      line-height: 0;
      transition: all 0.4s ease;
      vertical-align: middle;
      position: relative;
  }
  .l-headerArea-navi-sp-globalnavi ul li.reading {
      width: 92px;
      height: 45px;
  }
  
  .l-headerArea-navi-sp-globalnavi ul li a {
      text-decoration: none;
      display: block;
  }
  .l-headerArea-navi-sp-globalnavi ul li.reading a {
      width: 92px;
      height: 45px;
      background: url(https://icemonoko.itembox.design/item/hgn_reading_sp.png?t=20240830155834) no-repeat;
      background-size: 92px 45px;
  }
  .l-headerArea-navi-sp-globalnavi ul li.shopping {
      width: 102px;
      height: 45px;
  }
  .l-headerArea-navi-sp-globalnavi ul li.shopping a {
      width: 102px;
      height: 45px;
      background: url(https://icemonoko.itembox.design/item/hgn_shopping_sp.png?t=20240830155834) no-repeat;
      background-size: 102px 45px;
  }
  .l-headerArea-navi-sp-globalnavi ul li.cart {
      width: 78px;
      height: 45px;
  }
  .l-headerArea-navi-sp-globalnavi ul li.cart a {
      width: 78px;
      height: 45px;
      background: url(https://icemonoko.itembox.design/item/hgn_cart_sp.png?t=20240830155834) no-repeat;
      background-size: 78px 45px;
  }
  
  
  
  .flexboxType1-rp{
      padding:0;
  }
  .l-headerArea-navi-sp-contents {
      width: 100%;
      height: 100%;
      position: fixed;
      top: -101%;
      left: 0px;
      background: #f7f7f7;
      z-index: 99999998;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
  }
  .l-headerArea-navi-sp-contents.open {
      top: 0px;
      left: 0px;
  }
  .l-headerArea-navi-sp-contents-inner {
      padding: 134px 0px 0px 0px;
  }
  .l-headerArea-navi-sp-contents-inwrap {
      width: 100%;
      overflow: auto;
      overflow-y: scroll;
  }
  .l-headerArea-search {
      position: relative;
      right: 0;
      top: 0;
      padding: 15px;
      background: #fff;
  }
  .l-headerArea-navi-sp-contents-login {
      margin: 0px 0px 15px 0px;
  }
  .l-headerArea-navi-sp-contents-login a {
      border: 1px solid #999999;
      display: block;
      padding: 16px 0px;
  }
  .l-headerArea-navi-sp-contents-login-button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 92px;
      height: 19px;
      background: url(https://icemonoko.itembox.design/item/hgn_login_sp.png?t=20240830155834) no-repeat;
      background-size: 92px 19px;
      margin: 0px auto;
  }
  .l-headerArea-search-box {
      background: #eef8f6;
      width: 100%;
      height: 44px;
      border-radius: 30px;
      position: relative;
      overflow: hidden;
  }
  .l-headerArea-search-box input {
      box-sizing: border-box;
      background-color: transparent;
  }
  .l-headerArea-search-box input {
      box-sizing: border-box;
      background-color: transparent;
  }
  .l-headerArea-navi-sp-contents-navi {
      background: #fff;
      padding: 0px 0px;
  }
  .l-headerArea-navi-sp-contents-navi-title {
      font-size: 14px;
      line-height: 1.4;
      color: #000;
      margin: 0;
      /*padding: 16px 0px 16px 34px;*/
      border-top: 1px solid #eaeaea;
      cursor: pointer;
      position: relative;
  }
  .l-headerArea-navi-sp-contents-navi-title.open:before {
      content: "";
      width: 2px;
      height: 18px;
      background: #999999;
      position: absolute;
      right: 28px;
      top: 17px;
      z-index: 999;
      transition: all 0.3 ease;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }
  
  
  .l-headerArea-navi-sp-contents-navi-list {
      list-style: none;
      padding: 0px 34px 0px 34px;
      display: none;
  }
  .l-headerArea-navi-sp-contents-navi-list li {
      font-size: 12px;
      line-height: 1.4;
      color: #000;
  }
  .l-headerArea-navi-sp-contents-navi-list li a {
      text-decoration: none;
      color: #777777;
      padding: 14px 0px 14px 8px;
      border-top: 1px solid #eaeaea;
      display: block;
  }
  .l-headerArea-navi-sp-contents-navi-list li:first-child a {
      border-top: none;
      /*padding: 2px 0px 14px 8px;*/
  }
  .l-headerArea-navi-sp-contents-navi-list li a {
      text-decoration: none;
      color: #777777;
      padding: 14px 0px 14px 8px;
      border-top: 1px solid #eaeaea;
      display: block;
  }
  .l-headerArea-navi-sp-contents-navi-list li a {
      text-decoration: none;
      color: #777777;
      padding: 14px 0px 14px 8px;
      border-top: 1px solid #eaeaea;
      display: block;
  }
  .fw_typeB {
      font-weight: bold;
  }
  
  .l-headerArea-navi-sp-contents-subnavi ul {
      list-style: none;
      font-size: 0;
      text-align: center;
      height: auto;
      line-height: auto;
      padding: 10px 15px 20px 15px;
  }
  .l-headerArea-navi-sp-contents-subnavi ul li {
      font-size: 0;
      color: #fff;
      display: inline-block;
      line-height: 0;
      transition: all 0.4s ease;
      vertical-align: middle;
      position: relative;
      width: 48.4%;
      height: 40px;
      margin: 10px 0px 0px 0px;
  }
  .l-headerArea-navi-sp-contents-subnavi ul li.cp a {
      width: 100%;
      height: 40px;
      background: url(https://icemonoko.itembox.design/item/fson_cp_sp.png?t=20240830155834) no-repeat #fff;
      background-size: 167px 40px;
      background-position: center;
  }
  .l-headerArea-navi-sp-contents-subnavi ul li.shoppingguide a {
      width: 100%;
      height: 40px;
      background: url(https://icemonoko.itembox.design/item/fson_shoppingguide_sp.png?t=20240830155834) no-repeat #fff;
      background-size: 167px 40px;
      background-position: center;
  }
  .l-headerArea-navi-sp-contents-subnavi ul li.company a {
      width: 100%;
      height: 40px;
      background: url(https://icemonoko.itembox.design/item/fson_company_sp.png?t=20240830155834) no-repeat #fff;
      background-size: 167px 40px;
      background-position: center;
  }
  .l-headerArea-navi-sp-contents-subnavi ul li.law a {
      width: 100%;
      height: 40px;
      background: url(https://icemonoko.itembox.design/item/fson_law_sp.png?t=20240830155834) no-repeat #fff;
      background-size: 167px 40px;
      background-position: center;
  }
  .l-headerArea-navi-sp-contents-subnavi ul li.policy a {
      width: 100%;
      height: 40px;
      background: url(https://icemonoko.itembox.design/item/fson_policy_sp.png?t=20240830155834) no-repeat #fff;
      background-size: 167px 40px;
      background-position: center;
  }
  .l-headerArea-navi-sp-contents-subnavi ul li.contact a {
      width: 100%;
      height: 40px;
      background: url(https://icemonoko.itembox.design/item/fson_contact_sp.png?t=20240830155834) no-repeat #fff;
      background-size: 167px 40px;
      background-position: center;
  }
  .l-headerArea-navi-sp-contents-subnavi ul li.logout a {
      width: 100%;
      height: 40px;
      background: url(https://icemonoko.itembox.design/item/fson_logout_sp.png?t=20240830155834) no-repeat #fff;
      background-size: 345px 40px;
      background-position: center;
  }
  .l-headerArea-navi-sp-contents-subnavi ul li.statement a {
      width: 100%;
      height: 40px;
      background: url(https://icemonoko.itembox.design/item/fson_statement_sp.png?t=20240830155834) no-repeat #fff;
      background-size: 167px 40px;
      background-position: center;
  }
  
  .l-headerArea-navi-sp-contents-subnavi ul li a {
      display: block;
      text-decoration: none;
  }
  .l-headerArea-navi-sp-contents-subnavi ul li.logout {
      width: 100%;
  }
  .panelBtn .open {
      transform: translate3d(0, 0, 0);
      background: transparent;
  }
  .panelBtn .open:before {
      margin:0;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      background: #999999;
  }
  .panelBtn .open:after {
      margin:0;
      transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);
      background: #999999;
  }
  .link-text1 {
      color: #000!important;
      padding: 16px 0px 16px 34px;
      display: block;
      text-decoration: none;
  }
  .link-text2 {
      text-decoration: none;
      color: #000!important;
      padding: 14px 0px 14px 8px;
      border-top: 1px solid #eaeaea;
      display: block;
      font-size: 12px;
      line-height: 1.4;
  }
  .link-next1 {
      font-size: 0;
      line-height: 0;
      display: block;
      text-decoration: none;
      width: 50px;
      height: 100%;
      position: absolute;
      right: 0px;
      top: 0;
      bottom: 0;
      margin: auto;
  }
  .link-next1:before {
      content: "";
      width: 2px;
      height: 18px;
      background: #999999;
      position: absolute;
      right: 28px;
      top: 17px;
      z-index: 999;
      transition: all 0.3 ease;
  }
  .link-next1:after {
      content: "";
      width: 18px;
      height: 2px;
      background: #999999;
      position: absolute;
      right: 20px;
      top: 25px;
      z-index: 999;
  }
  
  
  .link-next2 {
      font-size: 0;
      line-height: 0;
      display: block;
      text-decoration: none;
      width: 50px;
      height: 100%;
      position: absolute;
      right: 0px;
      top: 0;
      bottom: 0;
      margin: auto;
  }
  .link-next2.open:before {
      content: "";
      width: 1px;
      height: 13px;
      background: #999999;
      position: absolute;
      right: 25px;
      top: 16px;
      z-index: 999;
      transition: all 0.3 ease;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }
  .link-next2:before {
      content: "";
      width: 1px;
      height: 13px;
      background: #999999;
      position: absolute;
      right: 25px;
      top: 16px;
      z-index: 999;
      transition: all 0.3 ease;
  }
  .link-next2:after {
      content: "";
      width: 13px;
      height: 1px;
      background: #999999;
      position: absolute;
      right: 19px;
      top: 22px;
      z-index: 999;
  }
  .l-headerArea-navi-sp-contents-navi-list-title{
      position: relative;
   }
  .l-headerArea-navi-sp-contents-navi-list-link {
      padding: 0;
      list-style: none;
      display: none;
  }
  .l-headerArea-navi-sp-contents-navi-list-link li a {
      color: #777777;
      padding: 10px 0px 10px 14px;
      display: block;
      font-size: 11px;
      line-height: 1.3;
      text-decoration: none;
  }
  .link-next1.open:before {
      content: "";
      width: 2px;
      height: 18px;
      background: #999999;
      position: absolute;
      right: 28px;
      top: 17px;
      z-index: 999;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }
  
  
  }
  
  @media screen and (max-width: 480px){
      .store-top{
          background: #ec6d74;
         display: block;
         width: 100%;
         height: 22px;
         text-align: center;
      }
      .store-top img{
        height:100%;
      }
      .js-headerArea.min .l-headerArea-logo{
          display:none;
      }
  }
  @media screen and (max-width: 330px){
      .l-headerArea-navi-sp-globalnavi ul li.reading,
      .l-headerArea-navi-sp-globalnavi ul li.reading a{
          width: 82px;
          background-size: 82px 40px;
      }
      .l-headerArea-navi-sp-globalnavi ul li.shopping,
      .l-headerArea-navi-sp-globalnavi ul li.shopping a{
          width: 92px;
          background-size: 92px 40px;
      }
      .l-headerArea-navi-sp-globalnavi ul li.cart,
      .l-headerArea-navi-sp-globalnavi ul li.cart a{
          width: 68px;
          background-size: 68px 40px;
      }
  }
/* 20200409 */
#gr1400 p {
  margin: 0;
}

#gr1400 img {
  margin-bottom: 0;
  vertical-align: bottom;
}

#gr1400 .sp {
  display: none;
}

@media screen and (max-width: 480px) {
  #gr1400 .sp {
    display: block;
  }
}

#gr1400 h4 {
  margin-top: 0;
  display: table;
}

#gr1400 h4::before {
  padding-right: 0.2em;
  display: table-cell;
}

#gr1400 .anchorArea {
  margin-top: 35px;
}

#gr1400 .anchorArea ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

#gr1400 .anchorArea ul::after {
  content: "";
  display: block;
  clear: both;
}

#gr1400 .anchorArea ul li {
  margin: 5px 0;
  width: 49.39024%;
}

@media screen and (max-width: 480px) {
  #gr1400 .anchorArea ul li {
    float: none;
    width: 100%;
  }
}

#gr1400 .anchorArea ul li:nth-child(odd) {
  float: left;
}

#gr1400 .anchorArea ul li:nth-child(even) {
  float: right;
}

#gr1400 .anchorArea ul li a {
  display: block;
}

#gr1400 .main_textArea {
  margin: 70px auto;
}

@media screen and (max-width: 480px) {
  #gr1400 .main_textArea {
    margin: 50px auto;
  }
}

#gr1400 .main_textArea h2 {
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  line-height: 1.36364;
  margin-top: 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  #gr1400 .main_textArea h2 {
    font-size: 19px;
  }
}

#gr1400 .main_textArea p {
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  #gr1400 .main_textArea p {
    font-size: 1.3rem;
  }
}

#gr1400 .main_textArea p + p {
  margin-top: 1.5em;
}

#gr1400 .section_age + .section_age {
  margin-top: 140px;
}

@media screen and (max-width: 480px) {
  #gr1400 .section_age + .section_age {
    margin-top: 25vw;
  }
}

#gr1400 .section_age .section_age_content {
  margin-top: 40px;
}

#gr1400 .section_age .section_age_content::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 480px) {
  #gr1400 .section_age .section_age_content {
    width: 100%;
    margin: 30px auto 0;
  }
}

#gr1400 .section_age .section_age_content + .section_age_content {
  margin-top: 70px;
}

@media screen and (max-width: 480px) {
  #gr1400 .section_age .section_age_content + .section_age_content {
    margin-top: 60px;
  }
}

#gr1400 .section_age .section_age_content .section_age_content__img {
  float: right;
  margin-right: 4.87805%;
  width: 29.26829%;
}

@media screen and (max-width: 480px) {
  #gr1400 .section_age .section_age_content .section_age_content__img {
    width: 32%;
    margin: 0 auto 0;
  }
}

#gr1400 .section_age .section_age_content .section_age_content__text {
  float: left;
  width: 60.97561%;
}

@media screen and (max-width: 480px) {
  #gr1400 .section_age .section_age_content .section_age_content__text {
    width: 65.2%;
    min-height: 9em;
  }
}

#gr1400 .section_age .section_age_content .section_age_content__text.no-img {
  width: auto;
  margin-right: 40px;
}

@media screen and (max-width: 480px) {
  #gr1400 .section_age .section_age_content .section_age_content__text.no-img {
    margin-right: 0;
  }
}

#gr1400 .section_age .section_age_content .section_age_content__text p + p {
  margin-top: 1em;
}

#gr1400 .section_age .section_age_content .section_age_content__text p.text_supplement {
  font-weight: bold;
  color: #00a199;
}

#gr1400 .btn_productsArea {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 410px;
}

@media screen and (max-width: 480px) {
  #gr1400 .btn_productsArea {
    display: block;
    width: 32%;
    float: right;
  }
}

@media screen and (max-width: 750px) {
  #gr1400 .btn_productsArea {
    display: block;
  }
}

#gr1400 .btn_products {
  display: block;
  width: 200px;
  border-radius: 4px;
  background-color: #00a199;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 2;
  padding: 10px 0;
  position: relative;
  margin-top: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 480px) {
  #gr1400 .btn_products {
    margin: 10px auto 0;
    padding: 2.5vw 0;
    font-size: 0.8rem;
    width: 100%;
    line-height: 1.2;
  }
}

#gr1400 .btn_products + .btn_products {
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  #gr1400 .btn_products + .btn_products {
    margin-top: 5px;
  }
}

#gr1400 .btn_products:hover {
  opacity: 0.7;
  text-decoration: none;
}

#gr1400 .btn_products::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 14px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
}

@media screen and (max-width: 480px) {
  #gr1400 .btn_products::after {
    right: 5px;
    border-top: 2.5px solid transparent;
    border-bottom: 2.5px solid transparent;
    border-left: 4px solid #fff;
  }
}
/* add 2021/8/18 */
#gr1400 .btn_list_exercise_books_area {
  clear: both;
  padding-top: 1px;
  padding-bottom: 20px;
}
#gr1400 .btn_list_exercise_books {
  display: block;
  width: 200px;
  background-color: #ec6d74;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 2;
  padding: 10px 0;
  margin-top: 10px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 480px) {
  #gr1400 .btn_list_exercise_books_area {
    width: 32%;
    float: right;
    clear: inherit;
  }
  #gr1400 .btn_list_exercise_books {
    padding: 2.5vw 0;
    font-size: 0.8rem;
    width: 100%;
    line-height: 1.2;
  }
}
#gr1400 .btn_list_exercise_books:hover {
  opacity: 0.7;
  text-decoration: none;
}

.movie_youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movie_youtube__text {
 font-weight: bold;
 font-size: 2.0rem;
 margin-top: 3em;
 margin-bottom: 1em;
}

.fs-l-productLayout__item img{
    height: auto !important;
}

/* add 2020/11/19 */

.fs-p-listWithCheckmark{
    margin: 0px 20px 20px 20px;
}

.fs-p-listWithCheckmark li{
    position: relative;
}

.fs-p-listWithCheckmark li:before{
    width: 4px;
    height: 4px;
    content: "";
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: 0px;
    top: 13px;
    padding: 0px !important;
}

.fs-c-agreementConfirmation__checkbox{
    margin: 2em 0px 0px 0px;
}

.fs-c-agreementConfirmation__accordion{
    margin: 2em 0px 0px 0px;
}

.fs-c-agreementConfirmation {
    margin: 4px 0px 2em 0px;
    padding: 4px 0px 4px 0px;
}

.fs-c-agreementConfirmation__addon__message{
    margin: 0px 0px 1em 0px;
}

.m_shopguide_page .guide_index_list {
    display: flex;
    flex-wrap: wrap;
}
.m_shopguide_page .guide_index_list li {
    width: 50%;
    padding: 5px 0;
}
.m_shopguide_page .guide_index_list li a {
    font-weight: bold;
    color: #00a199;
    font-size: 1.8rem;
    text-decoration: underline;
    line-height: 1.4;
}
.m_shopguide_page .guide_index_list li a::before {
    content: "●";
    color: #00a199;
}
@media screen and (max-width: 1065px) {
    .m_shopguide_page .guide_index_list {
        display: block;
    }
    .m_shopguide_page .guide_index_list li {
        width: 100%;
    }
}

.slick-list{
padding: 0 0 !important;
}

.fs-c-slick .slick-next,.fs-c-slick .slick-prev {
    z-index:9999999 !important;
}

.fs-c-slick .slick-prev:hover, .fs-c-slick .slick-prev:focus,
.fs-c-slick .slick-next:hover,
.fs-c-slick .slick-next:focus {
  opacity: 1 !important;
background: rgba(30, 30, 30, 0.3) !important;
}

.fs-c-slick .slick-prev:hover:before, .fs-c-slick .slick-prev:focus:before,
.fs-c-slick .slick-next:hover:before,
.fs-c-slick .slick-next:focus:before {
  opacity: 1 !important;
}

@media screen and (max-width: 768px) {
.fs-pt-carousel{
margin:0 -15px !important;
}

}

/* add 2021/10/19 */
.shoppingByCard_text_attention {
    padding-left: 2em;
    font-size: 1.4rem;
    text-indent: -1.3em;
    line-height: 1.8;
    margin: 0;
}
.shoppingByCard_text_attention + .shoppingByCard_text_attention {
    margin-top: 1.5em;
    padding-left: 0.7em;
    text-indent: 0;
}
.img_guide_credit_card {
    display: block;
    padding: 0.5em 0;
}
.img_guide_card_secure {
    display: block;
    padding-top: 1em;
    margin-left: -0.5em;
}
.shoppingByCard_text_attention-sub {
    padding-left: 1.7em;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 0.5em;
}
.m_shopguide_page ol {
    line-height: 1.8;
}
.m_shopguide_page .guide_description_text {
    line-height: 1.8;
    font-size: 1.4rem;
}

/* add 2021/12/28 */
.l-headerArea-zkai{
	width: 130px;
	position:fixed;
top:20px;
right:40px;
margin:0 !important;
	font-size: 0;
}

.l-headerArea-zkai a{
	display: block;
}

.l-headerArea-zkai a:hover{
	opacity: .7;
}
.l-footerArea-z-kai{
	background: #1f3187;
	padding: 44px 0 44px 0;
}

.l-footerArea-z-kai p{
	width: 195px;
	margin: 0 auto;
}

.l-footerArea-z-kai p a:hover{
	opacity: .7;
}
.pagetop {
	display: none;
	position: fixed;
	width: 46px;
	bottom: 50px;
	right: 50px;
	z-index: 9999;
}
@media screen and (max-width: 768px){
.l-headerArea-zkai{
	display: none;
}
.l-footerArea-z-kai{
	background: #1f3187;
	padding: 68px 0 68px 0;
}

.l-footerArea-z-kai p{
	width: 133px;
	margin: 0 auto;
}

.l-footerArea-z-kai p a:hover{
	opacity: .7;
}
.pagetop {
	display: none;
	position: fixed;
	width: 32px;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
}
}

.p-atobarai_link {
    display: table;
    padding-top: 1em;
}

#fs_CustomerDetails .calender_block,
#fs_DeleteAccount .calender_block,
#fs_EditAccountSettings .calender_block,
#fs_MyAccountSettings .calender_block,
#fs_EditPassword .calender_block,
#fs_MyAddressBook .calender_block,
#fs_Checkout .calender_block,
#fs_Register .calender_block,
#fs_PasswordReminder .calender_block,
#fs_Login .calender_block {
    display: none;
}

.fs-p-sideMenu .fs-pt-menu__item + .fs-pt-menu__item {
  margin-top: 0px;
}

.fs_c99_header_parts + .clearfix p{
font-size: 1.3rem;
}

.fs-c-subgroup + .clearfix p{
font-size: 1.3rem;
}


@media screen and (max-width: 768px){
.fs-body-category .fs-c-productList__controller {
  margin: 8px 0;
}

.m_shopguide_page h1,
  .fs-c-wishlistProduct__title,
  .fs-c-heading--page{
font-size: 1.8rem;
padding: 0px 0;
margin: 0 0 30px 0 ;
display: block;
color: black;
border-bottom: solid 1px black;
font-weight: bold;
text-align: left;
line-height: 1.6;
}

.m_shopguide_page {
  text-align: left;
  color: black;
  padding: 0 1em 1em 1em;
}

.fs_c99_header_parts + .clearfix p{
font-size: 1.1rem;
}
.fs-c-subgroup + .clearfix p{
font-size: 1.1rem;
}
}

.item_set_col3 {
    max-width: 750px;
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}
.item_set_col3 li {
    width: 32%;
}
@media screen and (max-width: 768px){
    .item_set_col3 {
        display: block;
    }
    .item_set_col3 li {
        width: 100%;
    }
    .item_set_col3 li + li {
        margin-top: 1.1rem;
    }
}

.fs-body-login .fs-c-loginForm > * {
  flex-basis: calc(100%) !important;
}
.fs-body-login .fs-c-loginForm > * {
  flex-basis: calc(100%) !important;
}

.fs-c-checkout-paymentMethod p {
  text-align:left;
}