/*スライダー*/
.slick-next{
  right:0!important;
}
.slick-prev{
  left:0!important;
}
.slick-arrow{
  z-index:1!important;
  width:50px!important;
  height:50px!important;
}
.slick-prev:before,.slick-next:before {
  color: #888888!important;
  font-size: 45px!important;
}
.slick_img {
  width: 99%!important;
}
/*//スライダー*/

.init-list__name {
  margin:auto 10px auto 0;
}

.init-list__detail-num {
  display: inline-block;
  vertical-align: middle;
}
.init-list__detail-updw {
  display: inline-block;
  font-size: .5em;
  vertical-align: middle;
}


[type="image"]{
  width: 100%;
}

.flex-2column {
  display: flex;
}

.product__option select {
  border: none;
}

/* title */
.shipping-free{
  display: inline-block;
  background: #D6DE22;
  line-height: 1.3em;
  padding: 0 0.5em;
  margin-bottom: 5px;
}

.product__suport-h3{
  padding: 0 3px;
  background: #000000;
  color: #FFFFFF;
}

.product__explain h2 {
  padding: 3px 5px;
  background: #000000;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.product__explain h3 {
  position: relative;
  font-size: 1.5em;
  padding: 3px;
  border-bottom: 3px solid #A6A8AB;
  margin-bottom: 20px;
}
.product__explain h3:before {
  position: absolute;
  content: " ";
  border-bottom: solid 3px #D6DE22;
  left: 0;
  bottom: -3px;
  width: 20%;
}

.product__title,.product__price-regular,.product__price {
  font-size: 1.2em;
}


.product__suport span {
  margin-left: 0.3em;
}

.order > dl > dt {
  font-weight: normal;
}


/* layout */
.product__image-main{
  width: 100%;
}

.product__suport-contents {
  padding-top: 1em;
}

.product__cart-inner {
  width: 100%;
}

/* favorit */
.product__fav-item {
  margin-bottom: 10px;
}

.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product__fav-item .fav-items {
  color: #ff7373;
}
.product__fav-item .fav-items:after {
  content: "登録済み";
}

.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}

/*------------------画面幅が480px以下の時-SP------------------*/
@media screen and (max-width:480px){

/* layout */
.product__section{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
      grid-template-areas:
      "img-area"
	  "description-area"
      "cart-area";
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.product__cart {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: cart-area;
  padding-top: 1em;
  border-top: 1px #333 dotted;
}
.product__cart-inner {
  margin-bottom: 30px;
}

.product__image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: img-area;
  overflow: hidden;
}

.product__description {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: description-area;
  margin-bottom: 2em;
}

}
/*------------------画面幅が481px以上の時-PC/TB------------------*/
@media screen and (min-width:481px){
/* layout */

 .column01 {
  display: none;
  width: 0px;
}
.column02 {
  width: 100%;
  margin: 0 10px;
}
  
.contents__section {
  max-width: 1200px;
  margin: 0 auto;
}
.container  {
  max-width: 1200px;
  margin: 0 auto;
}
  
.product__section{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 10px 1fr;
  grid-template-columns: 2fr 1fr;
      grid-template-areas:
      "img-area cart-area"
	  "description-area cart-area";
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.product__cart {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: cart-area;
  position: relative;
}
.product__cart-inner {
}

.product__image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: img-area;
  margin: 0;
  padding-bottom: 1em;
  overflow: hidden;
}

.product__description {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: description-area;
}
  
}
