@charset "UTF-8";
.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;
    width: 760px;
    margin: 0 auto;
  }
}

.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 10px;
  }
}

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

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

.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-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-stl-area .ecm-cp-present-text {
  font-size: 18px !important;
  line-height: 1.5;
}

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

.ecm-cp-present-section-pc {
  display: none;
}

@media screen and (min-width: 961px) {
  .ecm-cp-present-section-pc {
    display: block;
  }
}

.ecm-cp-present-section-sp {
  display: block;
}

@media screen and (min-width: 961px) {
  .ecm-cp-present-section-sp {
    display: none;
  }
}

@media screen and (min-width: 961px) {
  .ecm-cp-present-section-pc-wrap {
    position: relative;
  }
}

.ecm-cp-present-section-sp-wrap {
  position: relative;
}

@media screen and (min-width: 961px) {
  .ecm-cp-present-section-pc-bg01 {
    position: relative;
    top: 0;
  }
}

.ecm-cp-present-section-sp-bg01 {
  position: relative;
  top: 0;
}

@media screen and (min-width: 961px) {
  .ecm-cp-present-section-pc-item-wrap {
    position: absolute;
    top: 0;
  }
}

.ecm-cp-present-section-sp-item-wrap {
  position: absolute;
  top: 0;
}

.heading-area {
  width: 100%;
  position: relative;
  top: 121.1vw;
  padding: 0 3.5vw;
}

@media screen and (min-width: 961px) {
  .heading-area {
    width: 460px;
    position: relative;
    top: 118px;
    left: 474px;
    padding: 0;
  }
}

.heading-item01 {
  font-size: 6.9vw !important;
  font-weight: bold !important;
  color: #4e7cac;
  margin-bottom: 6.9vw !important;
}

@media screen and (min-width: 961px) {
  .heading-item01 {
    font-size: 35px !important;
    font-weight: bold !important;
    color: #4e7cac;
    margin-bottom: 12px !important;
  }
}

.ecm-cp-present-section-text {
  font-size: 3.7vw;
  line-height: 1.75;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 961px) {
  .ecm-cp-present-section-text {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0 !important;
  }
}

.function-area {
  position: relative;
  width: 100%;
  top: 224vw;
  padding: 0 5.3vw;
}

@media screen and (min-width: 961px) {
  .function-area {
    position: relative;
    width: 884px;
    top: 377px;
    left: 40px;
    padding: 0;
  }
}

.ecm-cp-present-section-text-note {
  font-size: 3.2vw;
  line-height: 1.66;
}

@media screen and (min-width: 961px) {
  .ecm-cp-present-section-text-note {
    font-size: 12px;
    line-height: 1.66;
  }
}

.ecm-cp-present-section-text-note02 {
  font-size: 3.2vw;
  line-height: 1.66;
}

@media screen and (min-width: 961px) {
  .ecm-cp-present-section-text-note02 {
    font-size: 12px;
    line-height: 2;
  }
}

.brand-area {
  position: relative;
  top: 236.3vw;
  padding: 0 3.5vw;
}

@media screen and (min-width: 961px) {
  .brand-area {
    position: relative;
    top: 422px;
    padding: 0;
  }
}

@media screen and (min-width: 961px) {
  .brand-area .brand-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 42px;
  }
}

.brand-area .brand-description dt {
  width: 52.5vw;
  margin: 0 auto 5.3vw;
}

@media screen and (min-width: 961px) {
  .brand-area .brand-description dt {
    width: 197px;
    padding: 0 !important;
    display: -ms-grid;
    display: grid;
    place-items: center;
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.brand-area .brand-description dd {
  font-size: 3.7vw;
  line-height: 1.6;
}

@media screen and (min-width: 961px) {
  .brand-area .brand-description dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    line-height: 1.625;
  }
}

.heading-area02 {
  position: relative;
  top: 113.3vw;
  padding: 0 3.5vw;
}

@media screen and (min-width: 961px) {
  .heading-area02 {
    position: relative;
    width: 460px;
    top: 86px;
    left: 474px;
    padding: 0;
  }
}

.heading-item02 {
  font-size: 6.9vw !important;
  font-weight: bold !important;
  color: #e35609;
  margin-bottom: 6.9vw !important;
}

@media screen and (min-width: 961px) {
  .heading-item02 {
    font-size: 35px !important;
    font-weight: bold !important;
    color: #e35609;
    margin-bottom: 12px !important;
  }
}

.set-area {
  position: relative;
  top: 173.3vw;
  padding: 0 5.3vw;
}

@media screen and (min-width: 961px) {
  .set-area {
    position: relative;
    top: 344px;
    padding: 0 38px;
  }
}

.vc100-area {
  position: relative;
  top: 181.3vw;
  padding: 0 3.2vw;
}

@media screen and (min-width: 961px) {
  .vc100-area {
    position: relative;
    top: 400px;
    padding: 0 3.5vw;
  }
}

@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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -36px;
  }
}

.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: 36px;
  }
}

.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-coupon-new {
  position: relative;
}

.ecm-cp-present-coupon-new::before {
  content: "";
  position: absolute;
  background-image: url("../img/ico-new.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: calc(50% - 15px);
  left: 8px;
}

@media screen and (min-width: 961px) {
  .ecm-cp-present-coupon-new::before {
    width: 60px;
    height: 60px;
    top: calc(50% - 20px);
    left: 10px;
  }
}

.ecm-cp-present-coupon-new-500 {
  position: relative;
}

.ecm-cp-present-coupon-new-500::before {
  content: "";
  position: absolute;
  background-image: url("../img/ico-new.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: calc(50% - 15px);
  left: 28px;
}

@media screen and (min-width: 961px) {
  .ecm-cp-present-coupon-new-500::before {
    width: 60px;
    height: 60px;
    top: calc(50% - 20px);
    left: 40px;
  }
}

.ecm-cp-present-coupon_week {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px !important;
  padding: 10px 0;
}

@media screen and (min-width: 961px) {
  .ecm-cp-present-coupon_week {
    font-size: 24px;
    margin-top: 16px !important;
  }
}

.inner-bg01 {
  background-color: #fffffa !important;
  border: 1px solid #b0994f  !important;
}

.inner-bg01 .ecm-cp-present-coupon_week {
  background-color: #f3f28e !important;
}

.inner-bg02 {
  background-color: #fff3fe !important;
  border: 1px solid #e9d080 !important;
}

.inner-bg02 .ecm-cp-present-coupon_week {
  background-color: #f4bae1 !important;
}

.inner-bg03 {
  background-color: #eafafd !important;
  border: 1px solid #e9d080 !important;
}

.inner-bg03 .ecm-cp-present-coupon_week {
  background-color: #88dcee !important;
}

.inner-bg04 {
  background-color: #eafeef !important;
  border: 1px solid #e9d080 !important;
}

.inner-bg04 .ecm-cp-present-coupon_week {
  background-color: #87df9b !important;
}

.coupon-pre {
  position: relative;
}

.coupon-pre::before {
  content: "";
  position: absolute;
  background-color: rgba(51, 51, 51, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.coupon-pre::after {
  position: absolute;
  content: "Coming Soon";
  color: #fff;
  font-size: 46px;
  font-weight: bold;
  top: calc(50% - 23px);
  left: 0;
  right: 0;
}

.coupon-close {
  position: relative;
}

.coupon-close::before {
  content: "";
  position: absolute;
  background-color: rgba(51, 51, 51, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.coupon-close::after {
  position: absolute;
  content: "終了しました。";
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  top: calc(50% - 23px);
  left: 0;
  right: 0;
}

.ecm-cp-coupon-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (min-width: 961px) {
  .ecm-cp-coupon-title {
    font-size: 20px;
  }
}
