@charset "UTF-8";
html *,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: source-han-serif-japanese, serif;
  color: #000;
  font-size: 14px; }

body.fixed {
  overflow: hidden; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

p {
  font-size: 14px;
  line-height: 1.7; }

a {
  text-decoration: none;
  color: #000; }

a:visited {
  text-decoration: none;
  color: #000; }

a:link {
  text-decoration: none;
  color: #000; }

.mincho {
  font-family: source-han-serif-japanese, serif;
  font-style: normal; }

.kozuka {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-style: normal; }

.ebgaramond {
  font-family: adobe-garamond-pro, serif;
  font-style: normal; }

.wrap {
  max-width: 1000px;
  width: 90%;
  margin: auto; }

.trans {
  display: block; }

.trans:hover {
  opacity: 0.5; }

.spv {
  display: none; }

@media (min-width: 1px) and (max-width: 1050px) {
  .trans:hover {
    opacity: 1; } }

@media (min-width: 1px) and (max-width: 767px) {
  .trans:hover {
    opacity: 1; }
  .pcv {
    display: none; }
  .spv {
    display: block; } }

.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: 0px; }

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: 0px; }

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

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: 80px; }

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: 5px;
  font-size: 14px; }

header .megamenu02.active {
  display: block; }

header .megamenu02_wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff; }

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

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

header .megamenu02_search {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 14px;
  padding-bottom: 10px; }

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: 100%;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  margin-top: 20px; }

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 .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:none; }
  header .header_rig_nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end; }
  header .header_rig_nav_list_link {
    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-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;
    -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;
    border-right: transparent;
  }
    /* 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 {
    top: 172px; }
  header .megamenu_list {
    padding: 20px;
    display: block; }
  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; } }

footer {
  padding: 50px 0 0;
  background-color: #f7f7f5; }
  footer .footer_sns_sec_ttl img {
    max-width: 101px;
    width: 100%;
    margin: auto; }
  footer .footer_sns_sec_ttl {
    padding-bottom: 35px; }
  footer .sns_flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 35px; }
    footer .sns_flexitem{
     margin-right: 25px; }
   footer .sns_flexitem:last-child {
      margin-right: 0; }
  footer .footer_nav01 {
    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 nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 350px;
    margin: auto;
    padding: 0 0 50px; }
  footer .footer_nav02 {
    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 nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 50px;
    max-width: 650px;
    margin: auto; }
  footer .footer_nav02 li a {
    display: block; }
  footer .footer_nav02 li a:before {
    content: "";
    padding-left: 7px;
    margin-right: 5px;
    background-image: url(https://gigaplus.makeshop.jp/Kanebo4/common/img/footer/ui03.png);
    background-repeat: no-repeat;
    background-size: 7px 13px;
    background-position: center; }
  footer .footer_logolink_sec {
    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 nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0; }
  footer .copyright {
    padding: 40px 0;
  border-top: none;
text-align: left; }
  footer .footer_logolink_sec_rig a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #999;
    color: #000;
    padding: 20px 80px;
    font-size: 16px;
    background-image: url(https://gigaplus.makeshop.jp/Kanebo4/common/img/footer/ui04.png);
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: 90% center;
    font-weight: bold;
    background-color: #fff; }
  footer .footer_logolink_sec_rig a img {
    margin-right: 5px;
    width: 80px;
  }
  footer .footer_logolink_sec_lft img {
    max-width: 280px;
    width: 280px !important;
  }
  footer small {
    font-size: 10px; }

    footer .sns_flexbox img{width: 40px;}

@media (min-width: 1px) and (max-width: 767px) {
      footer .footer_logolink_sec_rig a img {
    margin-right: 5px;
    width: 80px;
    padding-top: 1px;
  }
  footer {
    padding: 30px 0 0; }
    footer .sns_flexitem{
      margin-right: 10px; }
      footer .sns_flexitem::last-child {
        margin-right: 0;
      }
    footer .footer_nav01 {
      padding-bottom: 30px; max-width: 60%;}
    footer .footer_nav01 li a:before {
      content: "";
      padding-left: 7px;
      margin-right: 5px;
      background-image: url(https://gigaplus.makeshop.jp/Kanebo4/common/img/footer/ui03.png);
      background-repeat: no-repeat;
      background-size: 7px 13px;
      background-position: center; }
    footer .footer_nav02 {
      display: block;
      padding-bottom: 30px; }
    footer .footer_nav02 li a {
      width: 100%;
      position: relative;
      background-image: url(https://gigaplus.makeshop.jp/Kanebo4/common/img/footer/ui03.png);
      background-repeat: no-repeat;
      background-size: 7px 13px;
      background-position: right center;
      padding: 15px 0; }
    footer .footer_nav02 li a:before {
      display: none; }
    footer .footer_logolink_sec {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap-reverse;
      flex-flow: row wrap-reverse; }
    footer .footer_logolink_sec_lft img {
      width:280px; }
    footer .footer_logolink_sec_rig {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      margin-bottom: 30px; }
    footer .footer_logolink_sec_rig a {
      padding: 20px 0;
      text-align: center;
      background-position: 95% center;
      font-size: 16px; }
    footer .footer_logolink_sec_rig img {
      max-width: 80px; }
    footer .footer_logolink_sec {
      padding-bottom: 20px; } }

#page.product.in .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 nowrap;
  flex-flow: row nowrap; }

#page.product.in .sec01_flexitem_rig {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  margin-left: 50px; }

#page.product.in .sec01_flexitem_rig_pankuzu {
  font-size: 16px;
  color: #555555; }

#page.product.in .sec01_flexitem_rig_pankuzu .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#page.product.in .sec01_flexitem_rig_pankuzu .breadcrumb li {
  margin-right: 10px; }

#page.product.in .sec01_flexitem_rig_pankuzu .breadcrumb li a {
  color: #555555; }

#page.product.in .sec01_flexitem_rig_ttl {
  font-size: 26px;
  padding-bottom: 50px;
  margin-top: 10px;
  line-height: 1.3; }

#page.product.in .price {
  font-size: 20px;
  padding-bottom: 23px;
  margin-bottom: 30px;
  border-bottom: 2px solid #dddddd; }

#page.product.in .capacity {
  font-size: 16px;
  display: inline-block;
  margin-right: 20px; }

#page.product.in strong {
  font-weight: bold; }

#page.product.in .zeikomi {
  font-size: 16px;
  font-weight: bold; }

#page.product.in .zeinuki {
  display: inline-block;
  margin-right: 20px;
  font-weight: normal;
  font-size: 18px; }

#page.product.in .item-quantity {
  font-size: 18px;
  font-weight: bold; }

#page.product.in .quantity_txt {
  vertical-align: middle; }

#page.product.in .spinner_down {
  background-color: #f5f5f2;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 30px;
  padding: 2px 15px;
  vertical-align: middle;
  margin-right: 5px; }

#page.product.in .spinner_up {
  background-color: #f5f5f2;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 30px;
  padding: 2px 13px;
  vertical-align: middle;
  margin-left: 5px; }

#page.product.in .quantity {
  padding: 7px;
  max-width: 75px;
  width: 100%;
  border: 2px solid #000;
  font-size: 18px;
  margin-top: 2px; }

#page.product.in .soldout {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px; }

#page.product.in .item-cart-btn a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #9e8839;
  text-align: center;
  margin: 30px 0;
  padding: 18px 0; }

#page.product.in .recommended_for_you {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url(https://gigaplus.makeshop.jp/Kanebo4/common/img/product_cream/product_cream_img07.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  margin-top: 100px; }

#page.product.in .recommended_for_you_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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#page.product.in .recommended_for_you_ttl {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 50px; }

#page.product.in .recommended_for_you_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20.5%;
  flex: 0 0 20.5%; }

#page.product.in .recommended_for_you_item_txt {
  text-align: center;
  margin-top: 10px; }

#page.product.in .recommended_for_you_item figure {
  background-color: #fff; }

#page.product.in .recommended_for_you_item_kara {
  width: 1px;
  height: 1px; }

#page.product.in .sec02 {
  padding-top: 80px; }

#page.product.in .product_item01 {
  border: 1px solid #dddddd;
  margin-bottom: 25px; }

#page.product.in .product_item01_ttl {
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-image: url(https://gigaplus.makeshop.jp/Kanebo4/common/img/product/ui01.png);
  background-repeat: no-repeat;
  background-size: 18px 10px;
  background-position: 95% center; }

#page.product.in .product_item01_ttl.active {
  background-image: url(https://gigaplus.makeshop.jp/Kanebo4/common/img/product/ui02.png); }

#page.product.in .product_item01_txt {
  padding-bottom: 20px; }

#page.product.in .product_item01_modal {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  display: none; }

#page.product.in .product_item02 {
  border: 1px solid #dddddd; }

#page.product.in .product_item02_modal {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  display: none; }

#page.product.in .product_item02_ttl {
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-image: url(https://gigaplus.makeshop.jp/Kanebo4/common/img/product/ui01.png);
  background-repeat: no-repeat;
  background-size: 18px 10px;
  background-position: 95% center; }

#page.product.in .product_item02_ttl.active {
  background-image: url(https://gigaplus.makeshop.jp/Kanebo4/common/img/product/ui02.png); }

#page.product.in .product_item03_flexbox01 {
  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 nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fdfcf5;
  padding: 30px 0 30px 50px; }

#page.product.in .product_item03_video {
  max-width: 690px;
  width: 100%;
  margin: 80px auto; }

#page.product.in .video {
  width: 100%;
  margin: auto; }

#page.product.in .VideoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 60px; }

#page.product.in .VideoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#page.product.in .product_item03_bg01 {
  background-image: url(https://gigaplus.makeshop.jp/Kanebo4/common/img/product_mm/product_mm_img03.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  height: 500px; }

#page.product.in .product_item03_flexbox01_lft_ttl {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 30px; }

#page.product.in .product_item03_flexbox01_lft_txt {
  font-size: 16px; }

#page.product.in .product_item03_flexbox01_lft_txt span {
  display: block;
  padding-top: 20px; }

#page.product.in .product_item03_flexbox01_rig {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 450px;
  flex: 0 0 450px; }

#page.product.in .product_item03_flexbox01_botomtxt {
  padding: 30px 0;
  font-weight: bold; }

#page.product.in .product_item03_flexbox02 {
  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 nowrap;
  flex-flow: row nowrap;
  padding: 80px 0; }

#page.product.in .product_item03_flexbox02_lft {
  margin-right: 40px; }

#page.product.in .product_item03_flexbox02_lft_ttl {
  font-size: 40px; }

#page.product.in .product_item03_flexbox02_lft_subttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px; }

#page.product.in .product_item03_flexbox02_lft_txt {
  font-size: 16px; }

#page.product.in .product_item03_flexbox03 {
  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 nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#page.product.in .product_item03_flexbox03_wrap {
  border: 2px solid #dddddd;
  padding: 0 30px 30px;
  position: relative;
  margin-bottom: 50px; }

#page.product.in .product_item03_flexbox03_ttl {
  display: block;
  max-width: 190px;
  text-align: center;
  width: 100%;
  margin: auto;
  font-size: 26px;
  background-color: #fff;
  position: relative;
  top: -20px; }

#page.product.in .product_item03_flexbox03_lft {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  margin-right: 40px; }

#page.product.in .product_item03_flexbox03_rig_ttl {
  font-size: 20px;
  margin-bottom: 25px; }

#page.product.in .product_item03_flexbox03_rig_txt {
  font-size: 16px; }

#page.product.in .product_item03_flexbox04 {
  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; }

#page.product.in .product_item03_flexbox04_bottomtxt {
  padding: 50px 0; }

#page.product.in .product_item03_flexbox04_bottomtxt p {
  font-size: 16px; }

#page.product.in .product_mm_img04 {
  margin: auto;
  max-height: 235px;
  margin-bottom: 30px; }

#page.product.in .product_mm_img05 {
  margin: auto;
  margin-bottom: 30px; }

#page.product.in .product_item03_flexitem04 {
  border: 2px solid #dddddd;
  position: relative;
  padding: 0 20px 20px;
  -webkit-box-flex: 0;
  flex: 0 0 48.5%;
  -ms-flex: 0 0 44.3%; }

#page.product.in .product_item03_flexitem04_lft .product_item03_flexitem04_ttl {
  display: block;
  max-width: 200px;
  text-align: center;
  width: 100%;
  margin: auto;
  font-size: 26px;
  background-color: #fff;
  position: relative;
  top: -20px; }

#page.product.in .product_item03_flexitem04_rig .product_item03_flexitem04_ttl {
  display: block;
  max-width: 330px;
  text-align: center;
  width: 100%;
  margin: auto;
  font-size: 26px;
  background-color: #fff;
  position: relative;
  top: -20px; }

#page.product.in .product_item03_flexitem04_rig .product_item03_flexitem04_txt_wrap {
  margin-top: 50px; }

#page.product.in .product_item03_flexitem04_txt01 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px; }

#page.product.in .product_item03_flexitem04_flex {
  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 nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#page.product.in .product_item03_flexitem04_flexitem {
  margin-right: 20px; }

#page.product.in .product_item03_flexitem04_flexitem:last-child {
  margin-right: 0; }

#page.product.in .product_item03_flexitem04_flexitem_ttl {
  font-size: 13px;
  text-align: center;
  background-color: #f7f7f5;
  margin-bottom: 10px;
  margin-top: 30px; }

#page.product.in .product_item03_flexitem04_flexitem_txt {
  font-size: 12px;
  line-height: 1.5; }

#page.product.in .product_item03_flexitem04_txt02 {
  font-size: 16px; }

#page.product.in .product_item03_flexbox05 {
  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 nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#page.product.in .product_item03_flexbox05_wrap {
  border: 2px solid #dddddd;
  padding: 0 30px 30px;
  position: relative;
  margin-top: 50px; }

#page.product.in .product_item03_flexbox05_ttl {
  display: block;
  max-width: 150px;
  text-align: center;
  width: 100%;
  margin: auto;
  font-size: 26px;
  background-color: #fff;
  position: relative;
  top: -20px; }

#page.product.in .product_item03_flexbox05_lft {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 380px;
  flex: 0 0 380px; }

#page.product.in .product_item03_flexbox05_rig_ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px; }

#page.product.in .product_item03_flexbox05_rig_txt {
  font-size: 16px; }

#page.product.in .product_item04_box01 {
  border-top: 2px solid #dddddd;
  padding: 50px 0; }

#page.product.in .product_item04_box01 img {
  margin: auto; }

#page.product.in .product_item04_box01_ttl {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 40px; }

#page.product.in .product_item05 {
  margin-bottom: 30px; }

#page.product.in .product_item05_ttl {
  font-size: 18px; }

#page.product.in .product_item05_ttl span {
  font-size: 14px; }

#page.product.in .product_item05_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#page.product.in .product_item05_flexitem_lft {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%; }

#page.product.in .product_item05_flexitem_rig {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%; }

#page.product.in .product_item05_colorflex {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  word-break: break-all; }

#page.product.in .product_item05_colorflex li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  margin-bottom: 20px;
  padding: 10px; }

#page.product.in .product_item05_colorflex li.active {
  border: 2px solid #dddddd; }

#page.product.in .product_item05_flexitem_rig_txt {
  font-size: 12px; }

#page.product.in .product_item05_flexitem_rig_new {
  background-color: #000;
  color: #fff;
  padding: 2px 5px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  margin-top: 5px; }

#page.product.in .product_item06 {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-top: 20px; }

#page.product.in .product_item06_modal {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px; }

#page.product.in .product_item06_ttl {
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center; }

#page.product.in .product_item06_ttl.active {
  background-image: url(https://gigaplus.makeshop.jp/Kanebo4/common/img/product/ui02.png); }

#page.product.in .product_item06_txt {
  font-size: 20px;
  margin-bottom: 15px; }

#page.product.in .product_item06_txt02 {
  font-size: 16px;
  color: #555555;
  margin-bottom: 15px; }

#page.product.in .product_item06_txt03 {
  font-size: 13px; }

@media (min-width: 1px) and (max-width: 1000px) {
  #page.product.in .product_item03_bg01 {
    height: auto;
    background-size: cover; }
  #page.product.in .product_item03_bg01 .product_item03_flexbox01_rig {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px; } }

@media (min-width: 1px) and (max-width: 767px) {
  #page.product.in .sec01_flexbox {
    display: block; }
  #page.product.in .sec01_flexitem_lft {
    margin-bottom: 30px; }
  #page.product.in .sec01_flexitem_rig {
    margin-left: 0; }
  #page.product.in .sec01_flexitem_rig_pankuzu {
    font-size: 13px;
    margin-bottom: 10px; }
  #page.product.in .sec01_flexitem_rig_ttl {
    font-size: 15px; }
  #page.product.in .product_item05_ttl {
    font-size: 15px; }
  #page.product.in .sec01_flexitem_rig_ttl {
    padding-bottom: 10px; }
  #page.product.in .product_item05_flexitem_rig_new {
    font-size: 10px; }
  #page.product.in .product_item05_flexitem_rig_txt {
    font-size: 10px; }
  #page.product.in .price {
    font-size: 15px;
    margin-bottom: 20px;
    padding-bottom: 10px; }
  #page.product.in .zeinuki {
    font-size: 15px; }
  #page.product.in .capacity {
    font-size: 14px; }
  #page.product.in .item-quantity {
    margin: auto;
    max-width: 250px;
    width: 100%; }
  #page.product.in .product_item03_flexbox01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap-reverse;
    flex-flow: row wrap-reverse;
    background-color: unset;
    padding: 0; }
  #page.product.in .product_item03_flexbox01_rig {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  #page.product.in .product_item03_flexbox01_lft_ttl {
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 20px; }
  #page.product.in .product_item03_bg01 .product_item03_flexbox01_rig {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  #page.product.in .product_item03_bg01 {
    background-image: none;
    height: auto; }
  #page.product.in .product_item03_video {
    margin: 50px 0; }
  #page.product.in .recommended_for_you {
    margin-top: 40px;
    padding: 25px 0; }
  #page.product.in .recommended_for_you_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    margin-bottom: 20px; }
  #page.product.in .recommended_for_you_ttl {
    padding-bottom: 25px; }
  #page.product.in .recommended_for_you_ttl {
    font-size: 15px;
    text-align: left; }
  #page.product.in .sec02 {
    padding-top: 40px; }
  #page.product.in .product_item03_flexbox01_lft_txt {
    font-size: 14px; }
  #page.product.in .product_item03_flexbox01_lft_txt span {
    padding-top: 10px; }
  #page.product.in .product_item03_flexbox01_botomtxt {
    padding: 15px 0; }
  #page.product.in .product_item03_flexbox01_botomtxt {
    font-size: 12px; }
  #page.product.in .product_item03_flexbox02 {
    padding: 40px 0; }
  #page.product.in .product_item03_flexbox02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap-reverse;
    flex-flow: row wrap-reverse; }
  #page.product.in .product_item03_flexbox02_lft_ttl {
    font-size: 27px;
    text-align: center; }
  #page.product.in .product_item03_flexbox02_lft_subttl {
    text-align: center;
    margin-bottom: 20px; }
  #page.product.in .product_item03_flexbox02_lft_txt {
    font-size: 14px; }
  #page.product.in .product_item03_flexbox02_lft {
    margin-top: 20px;
    margin-right: 0; }
  #page.product.in .product_item03_flexbox03 {
    display: block; }
  #page.product.in .product_item03_flexbox03_lft {
    margin-right: 0; }
  #page.product.in .product_item03_flexbox03_lft img {
    max-width: 150px;
    margin: auto;
    margin-bottom: 20px; }
  #page.product.in .product_item03_flexbox03_rig_ttl {
    text-align: center;
    font-weight: bold;
    font-size: 16px; }
  #page.product.in .product_item03_flexbox03_wrap {
    padding: 0 15px 15px 15px;
    margin-bottom: 40px; }
  #page.product.in .product_item03_flexbox03_rig_txt {
    font-size: 14px; }
  #page.product.in .product_item03_flexitem04_txt01 {
    font-size: 16px;
    padding-bottom: 15px; }
  #page.product.in .product_item03_flexitem04_txt02 {
    font-size: 14px; }
  #page.product.in .product_item03_flexitem04_flex {
    display: block; }
  #page.product.in .product_item03_flexitem04_flexitem {
    margin-right: 0; }
  #page.product.in .product_item03_flexitem04_lft {
    margin-bottom: 40px; }
  #page.product.in .product_item03_flexbox04 {
    display: block; }
  #page.product.in .product_item03_flexbox05 {
    display: block; }
  #page.product.in .product_item03_flexitem04_rig .product_item03_flexitem04_txt_wrap {
    margin-top: 0; }
  #page.product.in .product_item03_flexbox05_wrap {
    padding: 0 15px 15px; }
  #page.product.in .product_item03_flexbox05_rig_ttl {
    padding-top: 20px;
    font-size: 16px; }
  #page.product.in .product_item03_flexbox05_rig_txt {
    font-size: 14px; }
  #page.product.in .product_item04_box01_ttl {
    font-size: 16px;
    padding-bottom: 20px; }
  #page.product.in .product_item05_colorflex li {
    margin-bottom: 10px;
    padding: 5px; } }

.product_amount{
    display: inline;
    vertical-align: middle;
    /* width: 45px; */
    padding: 5px;
}