@media screen and (max-width: 960px) {
  .ecm-main {
    padding: 0;
  }
}

.ecm-main__inner {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.line-plusone_hero {
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 961px) {
  .line-plusone_hero {
    max-width: 1230px;
  }
}

.line-plusone_inner {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 25px;
}

@media screen and (min-width: 961px) {
  .line-plusone_inner {
    width: 860px;
    padding-bottom: 35px;
  }
}

.line-plusone_lead-container {
  padding-top: 45px;
  padding-bottom: 45px;
  margin: 0 auto;
}

@media screen and (min-width: 961px) {
  .line-plusone_lead-container {
    padding-top: 78px;
    padding-bottom: 74px;
  }
}

.line-plusone_section {
  margin-bottom: 0;
}

.bg-type01 {
  background-color: #fff;
}

@media screen and (min-width: 961px) {
  .bg-type01 {
    background-color: #f8f1e4;
  }
}

.bg-type02 {
  background-color: #fff;
}

@media screen and (min-width: 961px) {
  .bg-type02 {
    background-color: #f7f5f1;
  }
}

.bg-type03 {
  background-color: #fff;
}

@media screen and (min-width: 961px) {
  .bg-type03 {
    background-color: #f8f1e4;
  }
}

.bg-type04 {
  background-color: #fff;
}

@media screen and (min-width: 961px) {
  .bg-type04 {
    background-color: #f7f5f1;
  }
}

.title-area {
  background: url("../img/bg-ttl.jpg") repeat-x;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 106px;
  position: relative;
}

@media screen and (min-width: 961px) {
  .title-area {
    height: 116px;
    padding: 0;
    margin-bottom: 36px;
  }
}

.title-position {
  margin-bottom: 0 !important;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 961px) {
  .title-position {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.line-plusone_product-container {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 961px) {
  .line-plusone_product-container {
    padding-bottom: 28px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 32px !important;
  }
}

.line-plusone_product-title {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 0px !important;
}

@media screen and (min-width: 961px) {
  .line-plusone_product-title {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.line-plusone_product-box {
  margin-top: 25px;
}

@media screen and (min-width: 961px) {
  .line-plusone_product-box {
    margin-top: 18px;
  }
}

@media screen and (min-width: 961px) {
  .line-plusone_product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.line-plusone_product-thumb {
  width: 100%;
}

@media screen and (min-width: 961px) {
  .line-plusone_product-thumb {
    width: 270px;
  }
}

.line-plusone_product-info {
  width: 100%;
}

@media screen and (min-width: 961px) {
  .line-plusone_product-info {
    width: 520px;
    margin-top: -16px !important;
  }
}

.line-plusone_product-info-text {
  font-size: 14px;
  margin-bottom: 0 !important;
  margin-top: 14px !important;
  line-height: 1.5;
}

@media screen and (min-width: 961px) {
  .line-plusone_product-info-text {
    font-size: 18px;
    margin-top: 16px !important;
  }
}

.line-plusone_product-info-text span {
  display: inline-block;
  color: #fff;
  background-color: #d2bb92;
  padding: 4px;
  margin-bottom: 6px;
}

@media screen and (min-width: 961px) {
  .line-plusone_product-info-text span {
    padding: 3px 6px;
  }
}

.line-plusone_product-info-price {
  color: #c8102e;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0 !important;
  margin-top: 14px !important;
}

@media screen and (min-width: 961px) {
  .line-plusone_product-info-price {
    font-size: 48px;
    margin-top: 16px !important;
  }
}

.line-plusone_product-info-price span {
  font-size: 12px;
}

@media screen and (min-width: 961px) {
  .line-plusone_product-info-price span {
    font-size: 18px;
  }
}

.line-plusone_product-info-link {
  margin-bottom: 0 !important;
  margin-top: 16px !important;
}

.line-plusone_product-info-link a {
  width: 100%;
  display: block;
  color: #fff !important;
  background-color: #404040 !important;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 0;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 961px) {
  .line-plusone_product-info-link a {
    padding: 18px 0;
  }
}

.line-plusone_product-info-link a:hover {
  opacity: 0.8;
}

.line-plusone_product-info-link a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
}

.line-plusone_product-info-text-s {
  font-size: 10px;
  margin-bottom: 0 !important;
  margin-top: 18px !important;
  line-height: 1.5;
}

@media screen and (min-width: 961px) {
  .line-plusone_product-info-text-s {
    margin-top: 16px !important;
  }
}

.line-plusone_product-review {
  background-color: #f2f2f2;
  border-radius: 10px;
  margin-top: 30px;
  padding: 26px 18px;
}

@media screen and (min-width: 961px) {
  .line-plusone_product-review {
    padding: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.line-plusone_product-review-score {
  width: 64%;
  margin: 0 auto 24px;
}

@media screen and (min-width: 961px) {
  .line-plusone_product-review-score {
    width: 210px;
    margin: 0;
  }
}

.line-plusone_product-review-comment {
  width: 100%;
}

@media screen and (min-width: 961px) {
  .line-plusone_product-review-comment {
    width: 490px;
  }
}

.line-plusone_product-review-comment-text {
  font-size: 14px;
  margin-bottom: 0 !important;
  line-height: 1.5;
}

@media screen and (min-width: 961px) {
  .line-plusone_product-review-comment-text {
    font-size: 18px;
  }
}

.line-plusone_product-review-comment-text span {
  display: inline-block;
  color: #fff;
  background-color: #d2bb92;
  padding: 4px;
  margin-bottom: 6px;
}

@media screen and (min-width: 961px) {
  .line-plusone_product-review-comment-text span {
    padding: 3px 6px;
  }
}

.line-plusone_product-review-comment-day {
  text-align: right;
  font-size: 10px;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 961px) {
  .line-plusone_product-review-comment-day {
    margin-top: 16px !important;
  }
}
