.free_wrapper {display:none !important}/*cosme準備できたら外す*/

.product_list {
  padding: 0 25px;
}

h2 {
	font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 46px;
    line-height: 1;
}

.cg_freespace_02 {
  padding: 26px 14px 0;
  font-size: 1.35rem;
  max-width: 540px;
  text-align: justify;
}
@media (min-width: 992px) {
  h2 {
  	font-size: 1.5rem;
  }
	.free_wrapper {
      	display: flex;
    	align-items: end;
  	}
  .cg_freespace_01 {
  		width: 60vw;
    	flex-shrink: 0;
   		aspect-ratio: 38 / 25;
    	overflow: hidden;
  	}
  .cg_freespace_01 img {
  		width: 100%;
   		 height: 100%;
    	object-fit: cover;
    	object-position: center;
  }
  .cg_freespace_02 {
    padding: 0 20px 26px;
    max-width: 372px;
	}
}

.select_wrapper {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: -15px;
}


.select_wrapper .select {
  display: inline-flex;
  flex-direction: column;
  position:relative;
  min-width: 120px;
  height: 24px;
}

.select_wrapper .option {
  padding: 0 18px 0 6px;
  min-height: 24px;
  display:flex;
  align-items:center;
  background: #fff;
  /* border-top:#222 solid 1px; */
  position:absolute;
  top:0;
  width: 100%;
  pointer-events:none;
  order:2;
  z-index:1;
  transition:background .4s ease-in-out;
  box-sizing:border-box;
  overflow:hidden;
  white-space:nowrap;
  font-size: 11px;
  margin-bottom: 0;
}

.select_wrapper .option:hover {
  /*background: #1e1e1e;
  color: #fff;*/
}

.select_wrapper .select:focus .option {
  position:relative;
  pointer-events:all;
}

.select_wrapper input {
  opacity:0;
  position:absolute;
  left:-99999px;
}

.select_wrapper input:checked + label {
  order: 1;
  z-index:2;
  /*background:#1e1e1e;
  color: #fff;*/
  border-top:none;
  position:relative;
}

.select_wrapper input:checked + label:after {
  content: "\e3d4";
  font-family: "Phosphor-light" !important;
  font-size: 11px;
  vertical-align: middle;
  line-height: 1;
  padding-left: 2px;
  position: absolute;
  right: 4px;
}


/*.select_wrapper:after {
  content: "\e136";
  font-family: "Phosphor-light" !important;
  font-size: 9px;
  vertical-align: middle;
  line-height: 1;
}*/

select {
  /*padding: 0px 20px;
  height: 26px;*/
  padding: 0;
  border: none;
  border-radius: 0;
  border-color: #ccc;
  color:  #6C6C6C;
  background-color: var(--bg-color);
  -webkit-appearance: none;
  appearance: none;
  line-height: 1;
  width: auto;
  text-align: right;
  outline: 0 !important;
  font-size: 11px;
  font-family: "Montserrat";
}

@media (min-width: 992px) {
  .select_wrapper {
    margin-right: 0;
  }
}


.main-category-list-wrap {
  overflow: auto;
  margin-right: -25px;
  padding-bottom: 10px;
}

.main-category-list {
  font-size: 1.3rem;
  font-weight: 400;
    display: flex;
    white-space: nowrap;
}

.main-category-list li {
  padding: 0 10px;
}
.main-category-list li:first-of-type {
  padding-left: 0;
}


ul.product_list {
display: flex;
flex-wrap: wrap;
column-gap: 4px;
row-gap: 50px;
padding: 0; 
background-color: transparent;
margin-left: -25px;
margin-right: -25px;
}

ul.product_list li {
  width: calc(50% - 2px);
  position: relative;
}

@media (min-width: 992px) {
  ul.product_list {  
    row-gap: 80px;
  }

  ul.product_list li {
    width: calc(25% - 3px);
  }
}


ul.product_list li span.product_name {
  font-size: 1.1rem;
  padding: 0 10px;
  line-height: 1.3;
  display: block;
  margin-top: 10px;
  font-weight: 400;
}

ul.product_list .productlist-unit .product_name em {
  font-style: normal;
  display: block;
  }

ul.product_list .productlist-unit .product_name .product_name__name {
	margin-bottom: 17px;
}

@media (min-width: 992px) {
  ul.product_list {
    padding-left: 25px;
    padding-right: 22px;
  }
  ul.product_list .productlist-unit .product_name {
    margin-top: 15px;
    padding: 0;
  }
  
}

.btn {
	border: 0;
  color:var(--key-color);
  	background-color: transparent;
}
.btn:hover, .btn:focus {
  color: var(--key-color);
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	background-color: transparent;
  	color: var(--key-color);
}

