.about article#intro:after {
  content: '';
  clear: both;
  display: block;
}
.about article#intro h2 {
  margin-bottom: 1em;
}
.about article#intro h2:after {
  content: none;
}
.about article#intro .intro-img {
  float: right;
  width: 33.333%;
}
@media screen and (max-width: 768px) {
  .about article#intro .intro-img {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
.about article#intro .intro-text {
  float: left;
  width: 66.666%;
  padding-right: 3em;
}
@media screen and (max-width: 768px) {
  .about article#intro .intro-text {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}

.about article#feature .intro-title::after {
  display: none;
}
.about article#feature .feature-box {
  margin-bottom: 30px;
}
.about article#feature .feature-box:after {
  content: '';
  clear: both;
  display: block;
}
.about article#feature .feature-box .product-img {
  width: 33.333%;
  font-size:0.8em;
}
.about article#feature .feature-box .feature-img {
  float: left;
  width: 33.333%;
  padding-left: 3em;
}
@media screen and (max-width: 480px) {
  .about article#feature .feature-box .feature-img {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
  }
  .about article#feature .feature-box .product-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.about article#feature .feature-box .feature-text {
  width: 66.666%;
  float: left;
}
@media screen and (max-width: 480px) {
  .about article#feature .feature-box .feature-text {
    float: none;
    width: 100%;
  }
}
.about article#feature .feature-box .feature-text .feature-title {
  color: #b49909;
  position: relative;
  margin-top: 0.5em;
}
.about article#feature .feature-box .feature-text .feature-title:before {
  content: '';
  position: absolute;
  width: 4em;
  height: 2px;
  background-color: #b49909;
  top: -0.5em;
  left: 0;
  z-index: 10;
}
.about article#product {
  background-image: url("../img/about_product.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  -moz-background-size: 30% auto;
  -o-background-size: 30% auto;
  -webkit-background-size: 30% auto;
  background-size: 30% auto;
  padding-bottom: 45px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .about article#product {
    padding-bottom: 30%;
    -moz-background-size: 50% auto;
    -o-background-size: 50% auto;
    -webkit-background-size: 50% auto;
    background-size: 50% auto;
  }
}
@media screen and (max-width: 480px) {
  .about article#product {
    padding-bottom: 75%;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.about article#product .season-aroma:after {
  content: '';
  clear: both;
  display: block;
}
.about article#product .season-aroma .season-aroma-inner {
  float: left;
  width: 70%;
  padding-top: 45px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about article#product .season-aroma .season-aroma-inner {
    float: none;
    width: 100%;
  }
}
.about article#product .season-aroma .season-aroma-inner li {
  width: 50%;
  float: left;
}
@media screen and (max-width: 768px) {
  .about article#product .season-aroma .season-aroma-inner li {
    float: none;
    width: 100%;
  }
}
.about article#product .season-aroma .season-aroma-inner li.spring dl {
  background-color: rgba(209, 122, 145, 0.1);
}
.about article#product .season-aroma .season-aroma-inner li.spring dl dt {
  color: #d17a91;
}
.about article#product .season-aroma .season-aroma-inner li.summer dl {
  background-color: rgba(98, 159, 195, 0.1);
}
.about article#product .season-aroma .season-aroma-inner li.summer dl dt {
  color: #629fc3;
}
.about article#product .season-aroma .season-aroma-inner li.autumn dl {
  background-color: rgba(220, 143, 0, 0.1);
}
.about article#product .season-aroma .season-aroma-inner li.autumn dl dt {
  color: #dc8f00;
}
.about article#product .season-aroma .season-aroma-inner li.winter dl {
  background-color: rgba(142, 109, 123, 0.1);
}
.about article#product .season-aroma .season-aroma-inner li.winter dl dt {
  color: #8e6d7b;
}
.about article#product .season-aroma .season-aroma-inner dl {
  display: table;
  width: 100%;
}
.about article#product .season-aroma .season-aroma-inner dl dt {
  width: 2em;
  height: 2em;
  display: table-cell;
  font-size: 3.6em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.about article#product .season-aroma .season-aroma-inner dl dd {
  display: table-cell;
  font-size: 1.25em;
  line-height: 1.666em;
  vertical-align: middle;
  padding-right: 1.1em;
}
.about article#value {
  overflow: hidden;
}
.about article#value .value-box {
  border: 1px solid #b49909;
  padding: 15px;
}
.about article#value .value-box .value-head {
  color: #b49909;
}
.about article#value .value-box-inner {
  width: 66.666%;
  float: left;
}
.about article#value .value-img {
  width: 33.333%;
  float: left;
  padding-left: 3em;
}
@media screen and (max-width: 480px) {
  .about article#value .value-box-inner {
    float: none;
    width: 100%;
  }
  .about article#value .value-img {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
.about article#value .value-box-inner .value-head {
  color: #b49909;
}
.about article#value .value-box-inner .value-price {
  float: left;
  font-weight: bold;
  margin: 1em 1em 1em 0;
}
.about article#value .value-box-inner .value-price span {
  padding-right: 0.1em;
}
.about article#value .value-box-inner .value-price .month {
  font-size: 1.3em;
  padding-right: 0.2em;
}
.about article#value .value-box-inner .value-price .num {
  font-size: 2.6em;
}
.about article#value .value-box-inner .value-price .en {
  font-size: 1.3em;
}
.about article#value .value-box-inner .value-price .tax {
  font-size: 0.9em;
}
.about article#value .value-box-inner .value-notice,
.about article#value .value-box-inner .value-text {
  width: 70%;
  float: left;
  padding-right: 10%;
  font-size: 1.2em;
}
@media screen and (min-width: 1200px) {
  .about article#value .value-box-inner .value-notice,
  .about article#value .value-box-inner .value-text {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .about article#value .value-box-inner .value-notice,
  .about article#value .value-box-inner .value-text {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .about article#value .value-box-inner .value-notice,
  .about article#value .value-box-inner .value-text {
    width: 85%;
  }
}
@media screen and (max-width: 480px) {
  .about article#value .value-box-inner .value-notice,
  .about article#value .value-box-inner .value-text {
    width: 100%;
    padding-right: 0;
  }
}
