.ecm-main .bg-present-grey {
  background-color: #f5f5f5;
}

.ecm-main .ecm-cp-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-cp-navi {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.ecm-main .ecm-cp-navi-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #dadada;
}

.ecm-main .ecm-cp-navi-item:first-child {
  border-top: 1px solid #dadada;
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-cp-navi-item:first-child {
    border-top: none;
  }
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-cp-navi-item {
    border: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ecm-main .ecm-cp-navi-item .ecm-cp-icon--arrow-bottom {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #ca232d;
  border-right: 2px solid #ca232d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-cp-navi-item .ecm-cp-icon--arrow-bottom {
    width: 30px;
    height: 30px;
  }
}

.ecm-main .ecm-cp-navi-item__text {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 10px !important;
}

@media screen and (max-width: 960px) {
  .ecm-main .ecm-cp-navi-item__text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-cp-navi-item__text {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.ecm-main .ecm-cp-navi-item__image {
  display: block;
  width: 80px;
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-cp-navi-item__image {
    width: 150px;
    margin: 0 auto;
  }
}

.ecm-main .ecm-cp-present-text {
  font-size: 18px !important;
  line-height: 1.5;
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-cp-present-text {
    font-size: 20px !important;
  }
}

.ecm-main .ecm-cp-present-font-l {
  font-size: 20px !important;
  line-height: 1.5;
}

.ecm-main .ecm-cp-present-font-m {
  font-size: 14px !important;
  line-height: 1.5;
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-cp-present-font-m {
    font-size: 14px;
  }
}

.ecm-main .ecm-cp-present-font-s {
  font-size: 12px !important;
  line-height: 1.5;
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-cp-present-font-s {
    font-size: 12px !important;
  }
}

.ecm-main .ecm-cp-present-stl-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-cp-present-stl-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}

.ecm-main .ecm-cp-present-stl-area .ecm-cp-present-stl-text {
  color: #fff;
  margin: 0 !important;
  margin-bottom: 10px !important;
  line-height: 1;
  font-size: 16px;
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-cp-present-stl-area .ecm-cp-present-stl-text {
    font-size: 20px;
    margin: 0 !important;
  }
}

.ecm-main .ecm-cp-present-stl-area .stl-bg-red {
  display: inline-block;
  background-color: #c8102e;
  padding: 9px;
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-cp-present-stl-area .stl-bg-red {
    padding: 12px 10px;
  }
}

.ecm-main .ecm-cp-present-section {
  margin-bottom: 30px !important;
  position: relative;
}

.ecm-main .ecm-cp-present-section .product-link {
  width: 100%;
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-cp-present-section .product-link {
    width: 450px;
  }
}

.ecm-main .ecm-cp-present-section .ecm-cp-present-section__container-description-link a {
  display: inline-block;
  width: 100%;
  height: 42px;
  color: #fff;
  background-color: #404040;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding-top: 12px;
  position: relative;
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-cp-present-section .ecm-cp-present-section__container-description-link a {
    width: 560px;
    height: 54px;
    font-size: 20px;
    padding-top: 17px;
  }
}

.ecm-main .ecm-cp-present-section .ecm-cp-present-section__container-description-link a:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 0px;
  border-color: #fff;
  border-style: solid;
  border-width: 10px;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-cp-present-section .ecm-cp-present-section__container-description-link a:after {
    top: 18px;
  }
}

.ecm-main .ecm-cp-present-section .ecm-cp-present-section__container-description-link a:hover {
  opacity: 0.9;
  color: #fff;
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-cp-present-section__header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-cp-present-section__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-cp-present-section__description {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}

.ecm-main .collagen5000-info-box .collagen5000-info-thumb {
  width: 100%;
  padding: 0 40px;
}

@media screen and (min-width: 961px) {
  .ecm-main .collagen5000-info-box .collagen5000-info-thumb {
    width: 199px;
    padding: 0;
  }
}

.ecm-main .collagen5000-info-box .collagen5000-info-text {
  padding: 10px 0;
}

@media screen and (min-width: 961px) {
  .ecm-main .collagen5000-info-box .collagen5000-info-text {
    padding: 22px 24px;
    background-color: #f6f6f6;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-cp-present-lineup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.ecm-main .ecm-cp-present-lineup .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  width: 100%;
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-cp-present-lineup .item {
    width: 460px;
  }
}

.ecm-main .ecm-cp-present-lineup .item .image {
  width: 60px;
}

.ecm-main .ecm-cp-present-lineup .item .contents {
  width: calc(100% - 65px);
  margin-left: auto;
  font-size: 14px;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
}

.ecm-main .ecm-cp-present-lineup .item .contents .period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50%;
  padding: 0 3px;
  font-size: 13px;
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-cp-present-lineup .item .contents .period {
    padding: 0 7px;
    font-size: 14px;
  }
}

.ecm-main .ecm-cp-present-lineup .item .contents .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50%;
  padding: 0 7px;
  color: #fff;
}

.ecm-main .ecm-cp-present-lineup .item--pink .contents {
  border-color: #f59e95;
}

.ecm-main .ecm-cp-present-lineup .item--pink .contents .name {
  background-color: #f59e95;
}

.ecm-main .ecm-cp-present-lineup .item--blue .contents {
  border-color: #6bc5dc;
}

.ecm-main .ecm-cp-present-lineup .item--blue .contents .name {
  background-color: #6bc5dc;
}

.ecm-main .ecm-cp-present-point {
  padding: 30px 20px 20px;
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-cp-present-point {
    padding: 35px 40px 20px;
  }
}

.ecm-main .ecm-cp-present-point .ecm-cp-present-point-h1 {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-cp-present-point .ecm-cp-present-point-h1 {
    font-size: 24px;
  }
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-cp-present-point-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.ecm-main .ecm-cp-present-point-inner .item {
  width: 100%;
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-cp-present-point-inner .item {
    width: 424px;
  }
}

.ecm-main .ecm-cp-present-point-inner .item-header {
  background-color: #fff;
  padding: 14px;
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-cp-present-point-inner .item-header {
    padding: 20px;
  }
}

.ecm-main .ecm-cp-present-point-inner .item-header .item-header-h1 {
  color: #ab8120;
  font-size: 21px;
  font-weight: bold;
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-cp-present-point-inner .item-header .item-header-h1 {
    font-size: 24px;
  }
}

.ecm-main .ecm-cp-present-point-inner .item-header .item-header-h1 .circle-text-gold {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 30px;
  background-color: #ab8120;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  margin-right: 12px;
}

.ecm-main .ecm-cp-present-icon-text {
  display: inline-block;
  margin: 3px 4px 10px 0;
  padding: 2px 8px 3px 8px;
  border: 1px solid;
  border-color: #c8102e;
  color: #c8102e;
  font-size: 14px;
  font-weight: bold;
}

.ecm-main .ecm-cp-present-icon-text__emp {
  background-color: #c8102e;
  color: #fff;
}

.ecm-main .ecm-heading4 {
  line-height: 1.5;
  font-size: 16px !important;
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-heading4 {
    line-height: 1.3;
    font-size: 18px !important;
  }
}

.ecm-main .ecm-text-list {
  list-style-type: none;
  padding-left: 0;
}

.ecm-main .ecm-text-list li {
  margin-bottom: 0 !important;
}

.ecm-main .ecm-cp-present-section__item-link a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: underline;
}

@media print, screen and (min-width: 961px) {
  .ecm-main .ecm-cp-present-coupon {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.ecm-main .ecm-cp-present-coupon_content {
  margin-top: 20px;
}

@media print, screen and (min-width: 961px) {
  .ecm-main .ecm-cp-present-coupon_content {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
  }
}

.ecm-main .ecm-cp-present-coupon_inner {
  text-align: center;
  background-color: #f9f9f7;
  border: 1px solid #dadada;
  padding: 15px 0;
}

@media print, screen and (min-width: 961px) {
  .ecm-main .ecm-cp-present-coupon_inner {
    padding: 21px 0;
  }
}

.ecm-main .ecm-cp-present-coupon_intro {
  font-size: 14px;
}

@media print, screen and (min-width: 961px) {
  .ecm-main .ecm-cp-present-coupon_intro {
    font-size: 19px;
  }
}

.ecm-main .ecm-cp-present-coupon_price {
  font-size: 53px;
  font-weight: bold;
}

.ecm-main .ecm-cp-present-coupon_price span {
  font-size: 27px;
}

@media print, screen and (min-width: 961px) {
  .ecm-main .ecm-cp-present-coupon_price span {
    font-size: 37px;
  }
}

@media print, screen and (min-width: 961px) {
  .ecm-main .ecm-cp-present-coupon_price {
    font-size: 73px;
  }
}

.ecm-main .ecm-cp-present-coupon_code {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #c8102e;
}

.ecm-main .ecm-cp-present-coupon_code span {
  font-size: 19px;
  margin-left: 26px;
}

@media print, screen and (min-width: 961px) {
  .ecm-main .ecm-cp-present-coupon_code span {
    font-size: 27px;
  }
}

.ecm-cp-present-section__box {
  margin: 0 -20px;
}

@media screen and (min-width: 961px) {
  .ecm-cp-present-section__box {
    margin: 0;
  }
}

.ecm-cp-present-section__box .ecm-cp-present-section__box-review-title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px !important;
  font-weight: bold;
}

@media screen and (min-width: 961px) {
  .ecm-cp-present-section__box .ecm-cp-present-section__box-review-title {
    text-align: left;
  }
}

.ecm-cp-present-section__box .ecm-cp-present-section__box-review-text {
  font-size: 14px;
  line-height: 1.5;
  padding: 0 20px;
}

@media screen and (min-width: 961px) {
  .ecm-cp-present-section__box .ecm-cp-present-section__box-review-text {
    font-size: 16px;
    padding: 0;
  }
}

.ecm-cp-present-section__box .ecm-cp-present-section__container {
  background-color: #f3f3f3;
  padding: 26px;
}

.ecm-cp-present-section__box .ecm-cp-present-section__container-thumbnail {
  margin-right: 0;
  margin-bottom: 16px;
}

@media screen and (min-width: 961px) {
  .ecm-cp-present-section__box .ecm-cp-present-section__container-thumbnail {
    margin-right: 60px;
  }
}

.ecm-cp-present-section__box .ecm-cp-present-section__container-description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.ecm-cp-present-section__box .ecm-cp-present-section__container-description-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0px !important;
}

@media screen and (min-width: 961px) {
  .ecm-cp-present-section__box .ecm-cp-present-section__container-description-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px !important;
  }
}

.ecm-cp-present-section__box .ecm-cp-present-section__container-description-name span {
  font-size: 16px;
  font-weight: normal;
}

@media screen and (min-width: 961px) {
  .ecm-cp-present-section__box .ecm-cp-present-section__container-description-name span {
    font-size: 16px;
    font-weight: normal;
  }
}

.ecm-cp-present-section__box .ecm-cp-present-section__container-description-text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px !important;
}

@media screen and (min-width: 961px) {
  .ecm-cp-present-section__box .ecm-cp-present-section__container-description-text {
    margin-bottom: 40px !important;
  }
}

.ecm-cp-present-section__box .ecm-cp-present-section__container-description-price {
  font-size: 16px;
  margin-bottom: 20px !important;
  line-height: 2;
}

@media screen and (min-width: 961px) {
  .ecm-cp-present-section__box .ecm-cp-present-section__container-description-price {
    margin-bottom: 30px !important;
    line-height: 1;
  }
}

.ecm-cp-present-section__box .ecm-cp-present-section__container-description-price .special-price-m {
  font-size: 16px;
  color: #c8102e;
  font-weight: bold;
}

@media screen and (min-width: 961px) {
  .ecm-cp-present-section__box .ecm-cp-present-section__container-description-price .special-price-m {
    font-size: 20px;
    color: #c8102e;
    font-weight: bold;
  }
}

.ecm-cp-present-section__box .ecm-cp-present-section__container-description-special-price {
  color: #c8102e;
  font-weight: bold;
  margin-bottom: 10px !important;
  line-height: 1.5;
}

@media screen and (min-width: 961px) {
  .ecm-cp-present-section__box .ecm-cp-present-section__container-description-special-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.ecm-cp-present-section__box .ecm-cp-present-section__container-description-special-price .special-price-l {
  font-size: 20px;
}

@media screen and (min-width: 961px) {
  .ecm-cp-present-section__box .ecm-cp-present-section__container-description-special-price .special-price-l {
    font-size: 24px;
  }
}

.ecm-cp-present-section__box .ecm-cp-present-section__container-description-special-price .price-bg-red {
  display: inline-block;
  background-color: #ca232d;
  color: #ffffff;
  font-size: 14px;
  padding: 4px 4px;
}

@media screen and (min-width: 961px) {
  .ecm-cp-present-section__box .ecm-cp-present-section__container-description-special-price .price-bg-red {
    font-size: 16px;
    padding: 6px 6px;
  }
}

.ecm-cp-present-section__box .ecm-cp-present-section__container-description-font-s {
  font-size: 12px;
  text-align: left;
}

@media screen and (min-width: 961px) {
  .ecm-cp-present-section__box .ecm-cp-present-section__container-description-font-s {
    text-align: right;
  }
}

.ecm-cp-present-section__box .ecm-cp-present-section__container-description-link {
  margin-bottom: 0 !important;
}

.present-detail-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 40px;
  margin-bottom: 30px;
}

.present-detail-box h3 {
  font-size: 28px !important;
  text-align: center;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FFFF00));
  background: linear-gradient(transparent 70%, #FFFF00 0%);
  display: inline;
}

.present-detail-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 798px;
}

@media screen and (min-width: 961px) {
  .present-position-adjust {
    padding-top: 820px;
  }
}

.present-close {
  position: relative;
}

.present-close .present-close-item, .present-close .present-close-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.present-close-item {
  display: none;
  background-color: rgba(51, 51, 51, 0.5);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.present-close-item span {
  font-size: 28px;
  display: block;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 961px) {
  .present-close-item span {
    font-size: 34px;
  }
}

.present-close-nav-item {
  display: none;
  background-color: rgba(51, 51, 51, 0.5);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.present-close-nav-item span {
  font-size: 18px;
  display: block;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 961px) {
  .present-close-nav-item span {
    font-size: 20px;
  }
}

.flex-basis-100 {
  width: 82px;
}

@media screen and (min-width: 961px) {
  .flex-basis-100 {
    width: 100px;
  }
}

.border-bottom {
  border-bottom: 1px solid #323232;
}

.font-size-big {
  font-size: 26px !important;
}

@media screen and (min-width: 961px) {
  .font-size-big {
    font-size: 30px !important;
  }
}

.ecm-heading4-1 {
  margin-top: 40px !important;
  margin-bottom: 20px !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}

@media screen and (min-width: 961px) {
  .ecm-heading4-1 {
    font-size: 24px !important;
  }
}
