@charset "euc-jp";

body {
  background-color: #f3f3f3;
  color: #000000;
  //font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
a {
  color: #006699;
}
a:hover {
  color: #FF6600;
}

/*
 * layout
 */
#wrapper {
  max-width: 1200px;
  background-image: url(https://img15.shop-pro.jp/PA01085/133/etc_base64/bmV3X3dhcnBfMw.jpg?cmsp_timestamp=20240309143801);
  background-repeat: no-repeat;
}


/*
 * contents
 */

#contents {
  float: right;
  padding-left: 30px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

.not-newline{
	word-break: normal; 
}

/*
 * side
 */

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: bold; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { 
  font-size: 28px; 
  text-shadow: 4px 1px 0px #f1f1f1;}
.txt_w600 { font-weight: 600;)}

.txt_c_333 {
  	color: #333;
	//text-shadow: 0px 0px 0px #000000;
  	font-weight : 600;
}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_17 { padding: 17px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_30 { padding: 30px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 2px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #ccc; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 2px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 2px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
/*.icon-cart { background-position: -176px -64px; }*/
.icon-cart { background-position: -265px -95px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-w.icon-search { background-position: -313px -25px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}

/***以下 ヘリモンオリジナルCSS***/
#title-image {
  position:absolute !important;
  z-index:-10000;
  top:0px;
  height:110px;
  background-image: url(https://img15.shop-pro.jp/PA01085/133/etc/new_warp_2.gif?cmsp_timestamp=20170717165646);
  background-repeat: no-repeat;
}

#title-background {
  position:absolute !important;
  z-index:-10000;
  top:0px;
  height:106px;
  background-color:black;
}

.full-width {
  width: 100%  !important;
  position: relative;
  margin-left: -50% !important;
  margin-right: -50%  !important;
  left: 50%  !important;
  right: 50%  !important;
}

.top-menu {
  position:relative;
  font-size:12px;
}

.top-menu:before, .top-menu:after{
  content: "";
  clear: both;
  display: block;
}

#category_search_box{
  width:85px;
  height:29px;
  font-size:12px;
  float:left;
  background-color:#f5f5f5;
  border: 2px solid ;
}

#category_search_box option{
  background-color:white;
}

.roundedBox {
  //border: 1px solid;
  border-radius: 5px;
  border-color: #b7b5b5;
  margin: 5px 0px;
  padding: 5px;
}

.gray-box {
  background-color:#ffff;
}

#side-category-list-title{
  background-color:red;
}

.img_vertical_centering {
  display:table-cell;
  vertical-align:middle;
}
}
.p-global-header__cart-count {
  margin-left: 4px;
  font-weight: bold;
  font-size: 10px;
}
.menu-container {
  display: flex;
  justify-content: space-between; /* This spreads out the list items */
  list-style: none; /* Removes default list styling */
  padding: 0; /* Removes default padding */
}

.menu-item {
  flex: 1; /* This makes sure each item can grow */
  /* Add more styling as needed */
}
/********** button **********/
.c-btn {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 18px 45px 18px 25px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 0;
  border-right: 0;
  min-width: 150px;
  font-size: 14px;
  font-weight: bold;
  background: transparent;
  color: #000000;
  text-align: left;
  cursor: pointer;
  letter-spacing: 0.3em;
}
.c-btn:before, .c-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 1px;
  background: #000000;
  transition: all 0.3s ease;
}
.c-btn:after {
  transform: rotate(90deg);
}
.c-btn:hover {
  text-decoration: none;
}
.c-btn:hover:before {
  transform: rotate(90deg);
}
.c-btn:hover:after {
  transform: rotate(180deg);
}
.c-btn-cart {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 25px;
  border: none;
  border-radius: 0;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  background: #F44336;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-btn-cart:hover {
  background: #EC7063;
  color: #ffffff;
  text-decoration: none;
}
.c-btn-cart.is-disabled {
  background: #d8d8d8;
  cursor: default;
}
.c-btn-cart.is-disabled:hover {
  background: rgba(216, 216, 216, 0.8);
}
.c-btn-cart.is-soldout {
  background: #7B7D7D;
  cursor: default;
}
.c-btn-cart.is-soldout:hover {
  background: #7B7D7D;
}
.c-btn-cart.is-membersonly {
  background: #F1948A;
  cursor: default;
}
.c-btn-cart.is-membersonly:hover {
  background: #F1948A;
}
.c-icon-cart {
  display: inline-block;
  margin-right: 20px;
  width: 19px;
  height: 18px;
  background: url(https://img.shop-pro.jp/tmpl_img/86/icon-template-cart.png) no-repeat;
  background-size: 19px 18px;
  vertical-align: -2px;
}
.c-more {
  text-align: center;
}
.c-not-found {
  margin-bottom: 60px;
}
hr {
  border: none; /* Remove the default border */
  height: 1px; /* Set the height of the line */
  background-color: #85929E; /* Set the color of the line */
  margin: 20px 0; /* Add some spacing above and below the line */
}
.price {
  color: #000000 !important; /* Change the color to red */
  font-size: 16px !important;
  line-height: normal;
}
.col img {
    /*max-height: -webkit-fill-available;*/
	max-height: auto;
    max-width: 100%;
    /*max-height: -webkit-fill-available;*/
    height: auto;
  }
ul {
    list-style-type: none;
}
@media screen and (max-width: 767px) {
  .c-ttl-main__ja {
    margin-bottom: 2px;
    font-size: 12px;
    white-space: nowrap;
  }
}
.u-img-scale {
  display: block;
  overflow: hidden;
  position: relative;
}
.u-img-scale img {
  display: inline-block;
  width: 100%;
  transform: scale(1, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .u-img-scale img {
    transform: none;
    transition: none;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }
}
.u-img-scale:hover img {
  transform: scale(1.05, 1.05);
}
@media screen and (max-width: 767px) {
  .u-img-scale:hover img {
    transform: none;
  }
}
.container {
  width: 100%;
}
#logo-belt {
  position: relative;
  width: 100%;
  font-size: 14px;
  height: 62px;
  width: 100%;
  //background-color: #08c;
  border-bottom: 0;
  z-index: 5;
  color: darkgray;
}
.logo-link {
    display: inline-block; /* Makes margin-top applicable */
    margin-top: 20px;
}
.search-box {
    float: right; /* Keeps the search box aligned to the right */
    font-size: 0; /* Removes whitespace between inline-block elements */
    line-height: 0; /* Aligns everything properly */
    border: 2px solid #ffffff; /* Adds a light border */
    border-radius: 11px; /* Rounds the corners slightly */
    overflow: hidden; /* Ensures no internal elements can overflow */
  	margin-top: 0px;
}

.search-box form {
    display: flex;
}

.search-category, .search-keyword, .search-button {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    border: none;
    margin: 0; /* Removes the gap between elements */
    padding: 0 10px; /* Padding inside the elements */
    font-size: 14px; /* Resets the font size after setting it to 0 on the parent */
}

.search-category {
    background-color: #fff; /* Sets the background to white */
    -webkit-appearance: none; /* Removes the default styling for webkit browsers */
    -moz-appearance: none; /* Removes the default styling for Mozilla browsers */
    appearance: none; /* Removes the default styling */
}

.search-keyword {
    flex-grow: 1; /* Allows the input to grow and fill the space */
    border-left: 1px solid #ccc; /* Adds a separator */
    border-right: 1px solid #ccc; /* Adds a separator */
 	background-color: rgba(255, 255, 255, 0.9); /* white with 20% transparency */
  	width: 20vw !important;
}

.search-button {
    background: none; /* Removes any background styling */
    padding: 0 10px; /* Sets the padding */
}

/* Optional: for custom dropdown arrow */
.search-category {
    background-image: url('path-to-your-down-arrow-icon.png'); /* Add your down arrow icon */
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 25px; /* Add padding to make room for the arrow image */
}

/* Clearfix */
.search-box::after {
    content: "";
    display: block;
    clear: both;
}
.top-info-belt {
    display: flex;
    justify-content: flex-end; /* Aligns children (e.g., the cart icon container) to the right */
  	margin-bottom: 0px;
}

.cart-icon-container {
    /* Additional styling for the cart icon container as needed */
}
.cart-icon-container {
    position: relative;
    display: inline-block; /* Ensures the container size matches the content */
}

.cart-icon-container img {
    display: block; /* Makes the image take up the entire width of its container */
    width: 100%; /* Adjust as needed */
    height: auto; /* Keeps the image aspect ratio */
}

.p-global-header__cart-count {
    position: absolute;
    top: 15%;
    left: 54%;
    transform: translate(-50%, -50%); /* Centers the span */
    /* Style your counter text here (optional) */
    color: white; /* Example text color */
    font-size: 18px; /* Example font size */
    font-weight: bold; /* Example font weight */
  	color: #ff8f00;
}
.top-info-text {
    font-weight: bold; /* Makes the text bold */
  	size: 25px;
  	color: white;
  	margin-right: 10px;
}
.search-keyword::placeholder {
    color: black;
    opacity: 1; /* This makes sure the placeholder text is fully opaque */
}
#Top-belt {
  	margin-left: 15px;
  	margin-right: 5px;
  	height: 106px;
}


.productlist-unit {
    border-right: 1px solid #ccc; /* Adds a line to the right of each product */
    border-bottom: 1px solid #ccc; /* Adds a line below each product */
    box-sizing: border-box; /* Ensures padding and borders are included in the total width and height */
}

/* If you're using a 4-column layout on large screens, you might want to remove the right border on every 4th item */
@media (min-width: 992px) { /* This corresponds to Bootstrap's large devices */
    .productlist-unit:nth-child(4n) {
        border-right: none; /* Removes the right border on every 4th item */
    }
}

/* Adjusting for different screen sizes */
/* This is just an example for large screens. You will need to adjust for other sizes based on your grid layout */
@media (max-width: 991px) {
    .productlist-unit {
        border-right: none; /* Assuming a single column layout on smaller screens */
    }
}
.c-item-list__txt{
  font-weight:600;
}
.row {
  background-color: white;
}

