@charset "UTF-8";
/*  -------------------------------------
	Color
  -------------------------------------*/
/*  -------------------------------------
	font
  -------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");
/*  -------------------------------------
	structure
  -------------------------------------*/
.block-item-exp {
  padding: 30px;
}

.block-item-exp .sales-contents {
  background: #fff;
}

.row {
  flex-wrap: wrap;
  display: flex;
}

.col-2 {
  width: 50%;
}

.col-4 {
  width: 25%;
}

/*  -------------------------------------
	content
  -------------------------------------*/
#gG8089-100-001 {
  font-family: "Noto Sans JP", sans-serif;
  color: #e4007f;
  margin: 30px 0;
}

#gG8089-100-001 .sales-contents {
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 60px;
  /*top*/
  /*#recommend1*/
  /*#recommend2*/
  /*#recommend3*/
  /*#recommend4*/
}

#gG8089-100-001 .sales-contents:last-child {
  margin-bottom: 0px;
}

#gG8089-100-001 .sales-contents .recommend-wrap {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0;
  /*contents-ttl*/
  /*item-desc*/
}

#gG8089-100-001 .sales-contents .recommend-wrap .contents-ttl {
  text-align: center;
  margin-bottom: 30px;
}

#gG8089-100-001 .sales-contents .recommend-wrap .contents-ttl h3 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  position: relative;
  padding-left: 2em;
  display: inline-block;
}

#gG8089-100-001 .sales-contents .recommend-wrap .contents-ttl h3:before {
  display: inline-block;
  content: '';
  height: 80px;
  width: 80px;
  position: absolute;
  left: 0;
  top: 0;
}

#gG8089-100-001 .sales-contents .recommend-wrap .item-desc {
  display: flex;
  justify-content: center;
  align-items: center;
}

#gG8089-100-001 .sales-contents .recommend-wrap .item-desc .item-text {
  background: #f2e9df;
  position: relative;
  /*width: 100%;*/
  width: 90%;
  margin-left: 10%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#gG8089-100-001 .sales-contents .recommend-wrap .item-desc .item-text:before {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px solid #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  content: '';
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}

#gG8089-100-001 .sales-contents .recommend-wrap .item-desc .item-text h3 {
  font-weight: 700;
  font-size: 27px;
  color: #000;
  text-align: center;
  position: relative;
  padding-top: 1em;
}

#gG8089-100-001 .sales-contents .recommend-wrap .item-desc .item-text h3 span {
  font-weight: 400;
  font-size: 21px;
}

#gG8089-100-001 .sales-contents .recommend-wrap .item-desc .item-text h3:before {
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  width: 200px;
  height: 30px;
  top: 0;
  left: 50%;
  margin-left: -100px;
}

#gG8089-100-001 .sales-contents h2 {
  font-weight: 700;
  font-size: 50px;
  padding-bottom: 10px;
  background: transparent;
}

#gG8089-100-001 .sales-contents p {
  color: #000;
}

#gG8089-100-001 .sales-contents#top {
  padding-bottom: 0;
  /*contents-ttl*/
  /*item-desc*/
}

#gG8089-100-001 .sales-contents#top .contents-ttl {
  padding-right: 30px;
}

#gG8089-100-001 .sales-contents#top .contents-ttl h2 {
  line-height: 1.2em;
}

#gG8089-100-001 .sales-contents#top .contents-ttl p {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3em;
}

#gG8089-100-001 .sales-contents#top .contents-ttl img {
  width: 100%;
}

#gG8089-100-001 .sales-contents#top .item-desc {
  line-height: 0;
}

#gG8089-100-001 .sales-contents#top .item-desc p {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3em;
  position: relative;
  padding: 0 40px;
  display: inline-block;
}

#gG8089-100-001 .sales-contents#top .item-desc p:before {
  background: url(../../../img/usr/goods/g8089-100-001/ttl-bg-l.png) no-repeat;
  content: '';
  display: inline-block;
  background-size: contain;
  width: 26px;
  height: 42px;
  position: absolute;
  left: 0;
  top: 5px;
}

#gG8089-100-001 .sales-contents#top .item-desc p:after {
  background: url(../../../img/usr/goods/g8089-100-001/ttl-bg-r.png) no-repeat;
  content: '';
  display: inline-block;
  background-size: contain;
  width: 26px;
  height: 42px;
  position: absolute;
  right: 0;
  top: 5px;
}

#gG8089-100-001 .sales-contents#recommend1 {
  /*contents-ttl*/
  /*item-desc*/
}

#gG8089-100-001 .sales-contents#recommend1 .contents-ttl h3:before {
  background: url(../../../img/usr/goods/g8089-100-001/osusume1.svg) no-repeat;
  background-size: contain;
}

#gG8089-100-001 .sales-contents#recommend1 .item-desc .item-text h3:before {
  background: url(../../../img/usr/goods/g8089-100-001/iron.svg) no-repeat;
  background-size: contain;
}

#gG8089-100-001 .sales-contents#recommend2 {
  /*contents-ttl*/
  /*item-desc*/
}

#gG8089-100-001 .sales-contents#recommend2 .contents-ttl h3:before {
  background: url(../../../img/usr/goods/g8089-100-001/osusume2.svg) no-repeat;
  background-size: contain;
}

#gG8089-100-001 .sales-contents#recommend2 .item-desc .item-text h3:before {
  background: url(../../../img/usr/goods/g8089-100-001/pocket.svg) no-repeat;
  background-size: contain;
}

#gG8089-100-001 .sales-contents#recommend3 {
  /*contents-ttl*/
  /*item-desc*/
}

#gG8089-100-001 .sales-contents#recommend3 .contents-ttl h3:before {
  background: url(../../../img/usr/goods/g8089-100-001/osusume3.svg) no-repeat;
  background-size: contain;
}

#gG8089-100-001 .sales-contents#recommend3 .item-desc .item-text h3:before {
  background: url(../../../img/usr/goods/g8089-100-001/button.svg) no-repeat;
  background-size: contain;
}

#gG8089-100-001 .sales-contents#recommend4 {
  background: #f2e9df;
  /*contents-ttl*/
  /*item-desc*/
}

#gG8089-100-001 .sales-contents#recommend4 .contents-ttl h3:before {
  background: url(../../../img/usr/goods/g8089-100-001/osusume4.svg) no-repeat;
  background-size: contain;
}

#gG8089-100-001 .sales-contents#recommend4 .item-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 10%;
  position: relative;
}

#gG8089-100-001 .sales-contents#recommend4 .item-desc .col-4 {
  text-align: center;
  padding-bottom: 30px;
}

#gG8089-100-001 .sales-contents#recommend4 .item-desc .col-4 p {
  font-weight: 500;
  padding-top: 10px;
}

#gG8089-100-001 .sales-contents#recommend4 .item-desc .col-4 img {
  width: 80%;
}

#gG8089-100-001 .sales-contents#recommend4 .item-desc #eraberu {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -117px;
}

#gG8089-100-001 .sales-contents#recommend4 .item-desc #colors {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -207px;
}

#gG8089-100-001 .sales-contents#recommend4 .item-desc .item-text {
  background: #f2e9df;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#gG8089-100-001 .sales-contents#recommend4 .item-desc .item-text:before {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px solid #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  content: '';
  display: block;
}

#gG8089-100-001 .sales-contents#recommend4 .item-desc .item-text h3 {
  font-weight: 700;
  font-size: 27px;
  color: #000;
  text-align: center;
  position: relative;
  padding-top: 1em;
}

#gG8089-100-001 .sales-contents#recommend4 .item-desc .item-text h3 span {
  font-weight: 400;
  font-size: 21px;
}

#gG8089-100-001 .sales-contents#recommend4 .item-desc .item-text h3:before {
  background: url(../../../img/usr/goods/g8089-100-001/button.svg) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  width: 200px;
  height: 30px;
  top: 0;
  left: 50%;
  margin-left: -100px;
}

/*#gG8089-089-004*/
/* tb   --------------------------------*/
/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  .block-item-exp-wrapper {
    width: 100%;
    margin: 0;
  }
  .container {
    width: 100%;
    padding: 0;
  }
  .block-item-exp {
    width: 100%;
    padding: 15px;
  }
  .row {
    display: block;
  }
  .col-2 {
    width: 100%;
  }
  #gG8089-100-001 .sales-contents {
    padding: 15px;
    margin-bottom: 30px;
    /*#top*/
    /*#recommend-wrap*/
	background: #fff;
	border-radius: 15px;
	padding: 30px;
  }
  #gG8089-100-001 .sales-contents#top {
    /*contents-ttl*/
    /*item-desc*/
  }
  #gG8089-100-001 .sales-contents#top .contents-ttl {
    padding-right: 0px;
    text-align: center;
  }
  #gG8089-100-001 .sales-contents#top .contents-ttl h2 {
    font-size: 27px;
  }
  #gG8089-100-001 .sales-contents#top .contents-ttl p {
    font-size: 17px;
  }
  #gG8089-100-001 .sales-contents#top .contents-ttl img {
    width: 100%;
  }
  #gG8089-100-001 .sales-contents#top .item-desc {
    margin-top: 15px;
  }
  #gG8089-100-001 .sales-contents#top .item-desc p {
    font-size: 16px;
    padding: 0 40px;
    margin-bottom: 15px;
  }
  #gG8089-100-001 .sales-contents .recommend-wrap {
    padding: 15px 0;
  }
  #gG8089-100-001 .sales-contents .recommend-wrap .row {
    display: block;
  }
  #gG8089-100-001 .sales-contents .recommend-wrap .row .col-2 {
    width: 100%;
  }
  #gG8089-100-001 .sales-contents .recommend-wrap .contents-ttl {
    padding-top: 0px;
    margin-bottom: 15px;
  }
  #gG8089-100-001 .sales-contents .recommend-wrap .contents-ttl h3 {
    font-size: 20px;
  }
  #gG8089-100-001 .sales-contents .recommend-wrap .contents-ttl h3:before {
    display: inline-block;
    content: '';
    height: 40px;
    width: 40px;
    background-size: contain;
    position: absolute;
    left: -6px;
    top: -3px;
  }
  #gG8089-100-001 .sales-contents .recommend-wrap .item-desc img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #gG8089-100-001 .sales-contents .recommend-wrap .item-desc .item-text {
	width: 100%;
	margin-left: 0;
    margin-top: 15px;
    height: 150px;
  }
  #gG8089-100-001 .sales-contents .recommend-wrap .item-desc .item-text h3 {
    font-size: 17px;
  }
  #gG8089-100-001 .sales-contents .recommend-wrap .item-desc .item-text h3 span {
    font-size: 14px;
  }
  #gG8089-100-001 .sales-contents .recommend-wrap .item-desc .item-text h3:before {
    width: 100px;
    height: 15px;
    margin-left: -50px;
  }
  #gG8089-100-001 .sales-contents#recommend1 .recommend-wrap .item-desc img {
    width: 80%;
  }
  #gG8089-100-001 .sales-contents#recommend4 .item-desc {
    padding: 0 15%;
  }
  #gG8089-100-001 .sales-contents#recommend4 .item-desc .col-4 {
    width: 50%;
  }
  #gG8089-100-001 .sales-contents#recommend4 .item-desc #eraberu {
    margin: 0;
    top: 0;
  }
  #gG8089-100-001 .sales-contents#recommend4 .item-desc #eraberu img {
    width: 22px;
    height: 117px;
  }
  #gG8089-100-001 .sales-contents#recommend4 .item-desc #colors {
    margin: 0;
    top: 0;
  }
  #gG8089-100-001 .sales-contents#recommend4 .item-desc #colors img {
    width: 28px;
    height: 206px;
  }
  /*#gG8089-100-001*/
}
