<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header_top_txt {
  text-align: center;
  font-size: 13px;
  background-color: #9e8839;
  color: #fff;
  padding: 5px 0; }

.header_top_txt.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #9e8839; }

header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  background-color: #fff; }

header .header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1000px;
  width: 90%;
  margin: auto;
  position: relative; }

header .header_logo {
  max-width: 133px;
  width: 100%;
  margin-right: 44px; }

header .header_lft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 84%;
  flex: 0 0 79%; }

header .header_lft_nav_list {
  padding: 50px 0;
  margin-right: 20px; }

header .header_lft_nav_list:last-child .header_lft_nav_list_link {
  display: flex;
  align-items: center;
}

header .header_lft_nav_list:last-child .header_lft_nav_list_link span {
  display: block;
}

header .header_lft_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

header .header_rig_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

header .header_rig_nav_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px; }

header .header_rig_nav_list_link img{max-height:40px;}
header .header_rig_nav_list_search img{max-height:40px;}


header .parent_btn_close{
  text-align:center;
position: relative;
    top: 40px;
    left: -10%;}
header #btn_close{
  margin:0 auto;
  padding: 10px 30px;
  border:1px solid #ccc; 
}

header .cart-badge {
  background: #ef4933;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -8px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 12px; }

header .header_rig_nav_list_last {
  position: relative; }

header .header_rig_nav_list_link {
  display: block;
  margin-right: 0; }

header .header_rig_nav_list_search {
    display: block;
    margin-right: 0;
}

header .header_rig_nav_list:last-child .header_rig_nav_list_link {
  margin-right: 0; }

header .header_lft_nav_list_link {
  display: block; }

header .underline:hover {
  text-decoration: underline; }

header .megamenu {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 1000; }

header .megamenu_list {
  padding: 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

header .megamenu_list li {
  margin-right: 40px; }

header .megamenu_list li a:after {
  content: "";
  padding-right: 7px;
  margin-left: 10px;
  background-image: url(https://gigaplus.makeshop.jp/Kanebo4/common/img/footer/ui03.png);
  background-repeat: no-repeat;
  background-size: 7px 13px;
  background-position: center; }

header .megamenu02 {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 1000; }

header .megamenu02 select {
      padding: 10px;
    font-size: 16px;
    margin-top: 20px; }

header .megamenu02.active {
  display: block; }

header .megamenu02_wrap {
      padding-top: 0px;
    padding-bottom: 0px;
    background: #fff;
    height: 250px; }

header .megamenu02_wrap .megamenu02_search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 30px; }



header .megamenu02_search_wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%; }

header .megamenu02_search {
  display: inline-block;
    width: 70%;
    border: none;
    border-bottom: 1px solid #999;
    font-size: 16px;
    padding: 10px;
    background: #f8f8f8; }

header .megamenu02_search_checkbox {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%; }

header .megamenu02_search_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 19px; }

header .megamenu02_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px; }

header .megamenu02_list li {
  margin-right: 20px; }

header .megamenu02_list li a {
  text-decoration: underline; }

header .megamenu02_search_linkbtn {
  background: #333;
    color: #fff;
    display: inline-block;
    /* max-width: 140px; */
    width: 18%;
    text-align: center;
    font-size: 16px;
    padding: 11px;
    margin-top: 20px;
    position: relative;
    top: 2px; }

nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #333;
  position: relative; }

nav .nav_list {
  margin: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  text-align: center;
  border-right: 1px solid #fff; }

nav .nav_list:last-child {
  border-right: none; }

nav .nav_list_link {
  display: block;
  color: #fff;
  padding: 10px 0; }

nav .megamenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

nav .megamenu_list {
  margin-right: 20px; }

@media (min-width: 1px) and (max-width: 767px) {

header .megamenu02_list{font-size: 90%;}

header .megamenu02_list li {
  margin-right: 8px; }

header .megamenu02_wrap {
      padding-top: 0px;
    padding-bottom: 0px;
    background: #fff;
    height: 350px; }



    header .megamenu02_search {
  display: inline-block;
    width: 80%;
    border: none;
    border-bottom: 1px solid #999;
    font-size: 16px;
    padding: 10px;
    background: #f8f8f8; }


    header .parent_btn_close{
  text-align:center;
position: relative;
    top: 40px;
    left: 0;}


  header .header_wrap {
    height: 50px;
    position: unset;
    padding: 40px 0 30px; }
  header .header_lft_nav {
    display: none; }
  header .header_lft_nav {
    display: none; }
  header .header_lft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; }
  header .header_rig {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%; }
  header .header_rig_nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  header .header_rig_nav_list,
  header .header_rig_nav_list_link {
    margin-right: 0; }
  header .header_rig_nav_list_search {
    margin-right: 0; }
  header .spmenu.clicked {
    width: 20px;
    height: 20px;
    background-image: url(https://gigaplus.makeshop.jp/Kanebo4/common/img/header/menubar02.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center; }
  header .header_sp_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px; }
  header .header_sp_nav .header_sp_nav_li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    font-size: 12px;
	padding: 8px 0 2px 0;
    margin-bottom: 4px;
    min-height: 27px;}
    header .header_sp_nav_li {
    	border-right: 1px solid #000; }
    header .header_sp_nav .header_sp_nav_link {
    text-align: center;
    display: block;}
    /* header .header_sp_nav .header_sp_nav_li:last-child .header_sp_nav_link*/
   header .header_sp_nav .header_sp_nav_li:nth-child(3),
   header .header_sp_nav .header_sp_nav_li:nth-child(6) {
   border-right: none; }
   header .header_sp_nav .header_sp_nav_li:nth-child(4),
   header .header_sp_nav .header_sp_nav_li:nth-child(5) {}
  header .header_sp_nav .header_sp_nav_li:last-child .header_sp_nav_link {
    display: flex;
    align-items: center;
    justify-content: center; }
    header .megamenu {
    top: 240px; }
  header .megamenu_list {
    padding: 20px;
    display: block;
    background-color: #f7f7f5; }
   header .megamenu_list a {
    width: 100%;
    display: block;
    position: relative; }
  header .megamenu_list li {
    margin-right: 0;
    margin-bottom: 20px; }
  header .megamenu_list li a:after {
    position: absolute;
    right: 0;
    width: 7px;
    height: 13px;
    margin-left: 0; }
  header .megamenu02 {
    z-index: 10001;
    top: 120px; }
  header .megamenu02_wrap {
    padding: 20px; }
  header .megamenu02_wrap .megamenu02_search_form {
    display: block; }
  header .megamenu02_search_checkbox {
    margin-bottom: 20px; }
  header .megamenu02_search_btn {
    top: 40px; }
  header .header_sp_nav_li.active .megamenu {
    display: block; }
  header .header_sp_nav_li.active span {
    text-decoration: underline; }
  nav {
    overflow-y: auto;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    display: none; }
    nav .nav {
      width: 100%;
      height: 600px;
      display: block; }
    nav .nav_list {
      border-right: none; } }
@media (min-width: 1px) and (max-width: 767px) and (orientation: landscape) {
  header .megamenu {
    top: 240px; }
}  
#page.category.in .sec01 {
    margin-bottom: 50px; }
    #page.category.in .sec01 .sec01_ttl {
      font-size: 25px;
      border-bottom: 1px solid #ccc;
      margin: 50px 0;
      padding-bottom:10px;
     }
    #page.category.in .sec01 .sec01_flexbox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
    #page.category.in .sec01 .sec01_flexitem {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 23.9%;
      flex: 0 0 23.9%;
      margin-bottom: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    #page.category.in .sec01 .sec01_flexitem_lft {
      min-height: 0%;
    }
    #page.category.in .sec01 .sec01_flexitem_ttl {
      margin: 10px 5px 20px 5px;
      font-size: 16px; }
    #page.category.in .sec01 .sec01_flexitem_price img {
      max-width:100px;
    }
  
  
    #page.category.in .sec01 .sec01_flexitem_ttl img{max-width:100px;}
  
    #page.category.in .sec01 .sec01_flexitem_price img:first-child {
      display: block;
    }
    #page.category.in .sec01 .sec01_flexitem_ttl02 {
      margin-bottom: 30px; }
    #page.category.in .sec01 .sec01_flexitem_price {
      font-size: 14px;
      margin-top: auto;
      margin-right:5px;
      margin-left: 5px; }
    #page.category.in .sec01_flexitem_price &gt; img {
      margin-bottom: 10px;
    }
    #page.category.in .sec01 .sec01_flexitem_price .first {
      display: inline-block;
      margin-right: 10px; }
    #page.category.in .sec01 .sec01_flexitem_price.pcv {
     }
  
    #page .sec01_txt{font-size: 14px;}
  
  #page.category.in .category_pankuzu {
    padding: 100px 0; }
  
  #page.category.in .sec02 .sec02_ttl {
    font-size: 25px;
    color: #acb6bf;
    margin-bottom: 10px; }
  
  #page.category.in .sec02 .sec02_ttl .breadcrumb-item.current {
    display: none; }
  
  #page.category.in .sec02 .sec02_flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background-color: #f4f5f6;
    padding: 30px 30px 10px; }
  
  #page.category.in .sec02 .sec02_flexitem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    margin-bottom: 20px;
    font-size: 14px; }
  
  #page.category.in .sec02 .sec02_flexitem.current {
    color: #959da6; }
  
  #page.category.in .sec02 .sec02_flexitem_kara {
    margin-bottom: 0;
    line-height: 1px;
    height: 1px; }
  
  #page.category.in .sec01 .sec01_flexitem_price img {
      display: none;
      max-width: 100px;
  }
  
  #page.category.in .sec02 .sec02_flexitem:before {
    content: "";
    padding-left: 7px;
    margin-right: 5px;
    background-image: url(../img/footer/ui03.png);
    background-repeat: no-repeat;
    background-size: 7px 13px;
    background-position: center; }
  
  #page.category.in .sec02 .sec02_flexitem.current:before {
    background-image: url(../img/footer/ui05.png); }
  
  #page.category.in .sec02 .sec02_flexitem_kara:before {
    background-image: none; }
  
  .link_as_series{width: 70%; text-align: center; margin:60px auto 0 auto;}
  .link_as_series img{margin: 0 auto;}


  @media (min-width: 1px) and (max-width: 767px) {
    .link_as_series{width: 100%; text-align: center; margin:10% auto 0 auto;}
    .link_as_series img{margin: 0 auto;}

    #page.category.in .sec01 {
      margin-bottom: 30px; }
      #page.category.in .sec01 .sec01_flexbox {
        display: block; }
      #page.category.in .sec01 .sec01_flexitem {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        margin-bottom: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px; }
      #page.category.in .sec01 .sec01_flexitem_kara {
        border: none; }
      #page.category.in .sec01 .sec01_flexitem_lft {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px; }
      #page.category.in .sec01 .sec01_flexitem_ttl {
        font-size: 14px;
   }
      #page.category.in .sec01 .sec01_flexitem_price {
        font-size: 14px; }
      #page.category.in .sec01 .sec01_flexitem_price.pcv {
        display: none; }
      #page.category.in .sec01 .sec01_ttl {
        font-size: 20px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        margin: 20px 0 20px 0;
     }
    #page.category.in .sec02 {
      margin-bottom: 30px; }
      #page.category.in .sec02 .sec02_ttl {
        font-size: 16px; }
      #page.category.in .sec02 .sec02_flexitem {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        font-size: 12px;
        line-height: 1.7; }
      #page.category.in .sec02 .sec02_flexbox {
        padding: 15px 15px 10px; }
    #page.category.in .category_pankuzu {
      padding: 50px 0; } }
  
  #page.lineas.in a {
    color: #000;
    text-decoration: none; }
  
  #page.lineas.in .sec {
    padding: 50px 0; }
  
  #page.lineas.in .category_pankuzu {
    padding: 100px 0; }
  
  #page.lineas.in .series_ttl {
    font-size: 25px;
    padding-bottom: 30px; }
  
  #page.lineas.in .series_ttl.series_ttl_pb0 {
    padding-bottom: 0; }
  
  #page.lineas.in .series_ttl_pb20 {
    padding-bottom: 20px; }
  
  #page.lineas.in .series_sub_ttl {
    font-size: 14px; }
  
  #page.lineas.in .series_flexitem_iyaku {
    border: 1px solid #c3bdbd;
    text-align: center;
    max-width: 100px;
    margin-bottom: 20px; }
  
    @media all and (-ms-high-contrast: none) {
    #page.lineas.in .series_flexitem_iyaku {
      font-size: 14px;
        padding-top: 10px;
    }
  }
  
  #page.lineas.in .series_sub_ttl span {
    display: block;
    margin-top: 20px;
    font-size: 12px; }
  
  #page.lineas.in .series_flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 30px 0; }
  
  #page.lineas.in .series_flexitem {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom:30px;
  }
  
    #page.lineas.in .series_flexitem_lft {
      min-height: 0%;
    }
  
  #page.lineas.in .series_flexitem_ttl {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    padding: 23px 0; }

  
  #page.lineas.in .series_flexitem_ttl.series_flexitem_ttl_center {
    text-align: center; }
  
  #page.lineas.in .series_flexitem_txt {
    font-size: 14px; }
  
  #page.lineas.in .series_flexitem_price {
    text-align: left;
    font-weight: normal;
    margin-top: auto;
    font-size: 14px; }
  
  #page.lineas.in .series_flexitem_price span:first-child {
    display: inline-block; }
  
  #page.lineas.in .series_flexitem_price.pcv {
    display: block; }
  
  #page.lineas.in .sec01 .sec01_ttl {
    font-size: 25px; }
  
  #page.lineas.in .sec01 .sec01_sub_ttl {
    font-size: 20px;
    margin-bottom: 50px; }
  
  #page.lineas.in .sec01 .sec01_note {
    margin-top: 20px; }
  
  #page.lineas.in .sec03 .note {
    padding-top: 20px;
    text-align: left; }
  
  @media (min-width: 1px) and (max-width: 767px) {
    #page.lineas.in .sec {
      padding: 30px 0; }
    #page.lineas.in .category_pankuzu {
      padding: 50px 0; }
    #page.lineas.in .series_ttl {
      font-size: 20px;
      padding-bottom: 30px;
      text-align: center; }
    #page.lineas.in .series_flexbox {
      margin: 30px 0 0; }
    #page.lineas.in .series_flexitem_ttl {
      font-size: 14px;
      padding: 15px 0;
    }
    #page.lineas.in .series_flexitem_txt {
      font-size: 12px; }
    #page.lineas.in .series_flexitem {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
      margin-bottom: 30px; }
    #page.lineas.in .series_flexitem_price {
      font-size: 14px; }
    #page.lineas.in .series_flexitem_price.pcv {
      display: none; }
    #page.lineas.in .mainvisual .wrap {
      width: 100%; }
    #page.lineas.in .sec {
      padding: 30px 0; }
    #page.lineas.in .sec01 .sec01_ttl {
      text-align: center;
      font-size: 20px; }
    #page.lineas.in .sec01 .sec01_sub_ttl {
      text-align: center;
      margin-bottom: 30px; }
    #page.lineas.in .sec02 .series_flexitem {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      border-bottom: 1px solid #ddd;
      padding-bottom: 20px; }
    #page.lineas.in .sec02 .series_flexitem_kara {
      border-bottom: none;
      height: 1px;
      padding: 0;
      margin: 0; }
    #page.lineas.in .sec02 .series_flexbox {
      display: block; }
    #page.lineas.in .sec02 .series_flexitem_lft {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
      flex: 0 0 150px; }
    #page.lineas.in .sec02 .series_flexitem_ttl {
      text-align: left; }
    #page.lineas.in .sec02 .series_flexitem_price {
      text-align: left; }
    #page.lineas.in .sec03 .note {
      text-align: left;
      font-size: 12px;
      padding-top: 0; } }</pre></body></html>