@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
.ecm-main {
  padding: 0;
}
@media screen and (max-width: 960px) {
  .ecm-main .ecm-bootstrap p {
    margin-bottom: 0.5em;
  }
}

.ecm-main__inner {
  max-width: 1230px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .ecm-main__inner img {
    image-rendering: -webkit-optimize-contrast;
  }
}

.ecm-cp-pointup__inner {
  padding: 0 0 24vw;
}
@media screen and (min-width: 961px) {
  .ecm-cp-pointup__inner {
    padding: 0 0 150px;
  }
}
.ecm-cp-pointup__inner a:hover {
  opacity: 0.7;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

@media screen and (max-width: 960px) {
  .ecm-lp-picture img {
    width: 100%;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-picture img {
    max-width: 100%;
  }
}

.reg {
  font-size: 150% !important;
}

#index_t01, #index_t02, #index_t03, #index_t04, #index_t05, #index_t06 {
  padding-top: 9px;
}
@media screen and (max-width: 960px) {
  #index_t01, #index_t02, #index_t03, #index_t04, #index_t05, #index_t06 {
    margin-top: -17.0666666667vw;
    padding-top: 17.0666666667vw;
  }
}

@media screen and (max-width: 960px) {
  .ecm-cp-pointup-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.ecm-cp-pointup-top .ecm-lp-coupon {
  width: auto;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 961px) {
  .ecm-cp-pointup-top .ecm-lp-coupon {
    width: 960px;
    margin: 0 auto 70px;
  }
}
.ecm-cp-pointup-top .ecm-lp-coupon-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.6666666667vw;
  margin: 2.6666666667vw auto 0;
  max-width: 100%;
}
@media screen and (min-width: 961px) {
  .ecm-cp-pointup-top .ecm-lp-coupon-banner {
    gap: 20px;
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 960px) {
  .ecm-cp-pointup-top .ecm-lp-coupon .ecm-lp-set-item__footer__note {
    font-size: 1.8666666667vw;
  }
}
.ecm-cp-pointup-top .ecm-lp-top-link {
  display: inline-block;
  margin-left: auto;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .ecm-cp-pointup-top .ecm-lp-top-link {
    width: 54.4vw;
  }
}
.ecm-cp-pointup-top .ecm-lp-top-link:hover {
  opacity: 0.8;
}
.ecm-cp-pointup-top .ecm-lp-top-link img {
  width: 100%;
}
.ecm-cp-pointup-top .ecm-lp-coupon-title {
  text-align: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 3.4666666667vw;
  line-height: 1.3;
  margin-top: 6.6666666667vw !important;
}
@media screen and (min-width: 961px) {
  .ecm-cp-pointup-top .ecm-lp-coupon-title {
    font-size: 27px;
    line-height: 37px;
    margin-top: 31px !important;
  }
}
@media screen and (max-width: 960px) {
  .ecm-cp-pointup-top .ecm-lp-coupon-title--present {
    margin-top: 0 !important;
    font-size: 4vw;
  }
}
@media screen and (min-width: 961px) {
  .ecm-cp-pointup-top .ecm-lp-coupon-title--present {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 960px) {
  .ecm-lp-hero {
    margin-bottom: 6.6666666667vw !important;
  }
}

.fukidashi span {
  position: relative;
  padding: 0 2vw;
}
@media screen and (min-width: 961px) {
  .fukidashi span {
    padding: 0 20px;
  }
}
@media screen and (max-width: 960px) {
  .fukidashi span {
    display: inline-block;
  }
}
.fukidashi span::before, .fukidashi span::after {
  content: "";
  display: inline-block;
  background: #000;
  position: absolute;
  height: 4vw;
  bottom: 0.2vw;
  width: 0.2vw;
}
@media screen and (min-width: 961px) {
  .fukidashi span::before, .fukidashi span::after {
    height: 26px;
    bottom: 4px;
    width: 3px;
  }
}
.fukidashi span::before {
  left: 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
@media screen and (min-width: 961px) {
  .fukidashi span::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}
.fukidashi span::after {
  right: 0;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media screen and (min-width: 961px) {
  .fukidashi span::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}

.ecm-cp-pointup-top .ecm-lp-coupon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .ecm-cp-pointup-top .ecm-lp-coupon-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.7333333333vw;
  }
}
@media screen and (min-width: 961px) {
  .ecm-cp-pointup-top .ecm-lp-coupon-list {
    gap: 15px;
  }
}
.ecm-cp-pointup-top .ecm-lp-coupon-list__content {
  position: relative;
}
@media screen and (max-width: 960px) {
  .ecm-cp-pointup-top .ecm-lp-coupon-list__content {
    width: 46.9333333333vw;
  }
}
@media screen and (min-width: 961px) {
  .ecm-cp-pointup-top .ecm-lp-coupon-list__content {
    margin: 0;
  }
}
.ecm-cp-pointup-top .ecm-lp-coupon-list__content button {
  width: 100%;
  background: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
}
@media screen and (min-width: 961px) {
  .ecm-cp-pointup-top .ecm-lp-coupon-list__content button {
    cursor: pointer;
  }
}
@media screen and (min-width: 961px) {
  .ecm-cp-pointup-top .ecm-lp-coupon-list__content button:hover {
    opacity: 0.8;
  }
}
.ecm-cp-pointup-top .ecm-lp-coupon-list__content input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.ecm-cp-pointup-top .ecm-lp-coupon-list__content p {
  position: absolute;
  display: block;
  margin-bottom: 0 !important;
  width: auto;
  font-size: 4.9333333333vw;
  left: 0;
  right: 0;
  bottom: 4vw;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .ecm-cp-pointup-top .ecm-lp-coupon-list__content p {
    font-size: 20px;
    left: auto;
    right: 36px;
    bottom: 16px;
  }
}
.ecm-cp-pointup-top .ecm-lp-coupon-list__content img {
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .ecm-cp-pointup-top .ecm-lp-coupon-list__content img {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .ecm-cp-pointup-top .ecm-lp-coupon-list--2col .ecm-lp-coupon-list__content {
    width: 50%;
  }
}

.ecm-lp-navi {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16.4vw;
}
@media screen and (min-width: 961px) {
  .ecm-lp-navi {
    max-width: 960px;
    margin: 0 auto !important;
    height: auto;
  }
}
.ecm-lp-navi li {
  display: block;
  width: 25%;
}
@media screen and (min-width: 961px) {
  .ecm-lp-navi li {
    height: 96px;
  }
}
.ecm-lp-navi li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  text-align: center;
  background: #000000 !important;
  color: #fff !important;
  position: relative;
  border-left: solid 1px #fff;
}
@media screen and (min-width: 961px) {
  .ecm-lp-navi li a {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 9px 0 3px;
    padding: 3px 0;
  }
}
.ecm-lp-navi li a:hover {
  opacity: 0.8;
}
.ecm-lp-navi li a .ecm-lp-navi__name {
  display: block;
  font-size: 3.0666666667vw;
  line-height: 1.2;
  padding: 2px 0 0;
  font-weight: 500;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 960px) {
  .ecm-lp-navi li a .ecm-lp-navi__name {
    word-break: keep-all;
    margin: auto 0;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-navi li a .ecm-lp-navi__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    font-size: 22px;
    padding: 0 0 2px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ecm-lp-navi li a .ecm-lp-navi__icon-arrow {
  position: relative;
  margin: 0 auto;
  width: 2.6666666667vw;
  height: 3.3333333333vw;
  border-radius: 50%;
}
@media screen and (min-width: 961px) {
  .ecm-lp-navi li a .ecm-lp-navi__icon-arrow {
    width: 16px;
    height: 16px;
  }
}
.ecm-lp-navi li a .ecm-lp-navi__icon-arrow::after {
  content: "";
  display: block;
  width: 1.0666666667vw;
  height: 1.0666666667vw;
  margin: auto;
  border-right: 0.2666666667vw solid #ffffff;
  border-bottom: 0.2666666667vw solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0.6666666667vw;
}
@media screen and (min-width: 961px) {
  .ecm-lp-navi li a .ecm-lp-navi__icon-arrow::after {
    width: 6px;
    height: 6px;
    top: 4px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-navi.none-icon li a .ecm-lp-navi_g01 {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-navi.none-icon li a .ecm-lp-navi_g01 .ecm-lp-navi__name {
    font-size: 3.0666666667vw;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-navi.none-icon li a .ecm-lp-navi_g01 .ecm-lp-navi__name {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-navi.none-icon li a .ecm-lp-navi_g01 .ecm-lp-navi__icon-arrow {
    width: 25px;
    height: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-navi.none-icon li a .ecm-lp-navi_g01 .ecm-lp-navi__icon-arrow::after {
    width: 9px;
    height: 9px;
    top: 45%;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    margin: 0;
  }
}
.ecm-lp-navi.none-icon li a .ecm-lp-navi_g01 .ecm-lp-navi__icon-arrow .icon_position::after {
  top: 34px;
}
.ecm-lp-navi.item3navi li {
  display: block;
  width: 33.333%;
}
.ecm-lp-navi.item5navi li {
  height: 96px;
}

.ecm-cp-pointup-navi {
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 961px) {
  .ecm-cp-pointup-navi {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  .ecm-cp-pointup-navi .ecm-lp-navi li a img {
    max-width: 6.4vw;
    max-height: 5.7333333333vw;
  }
}

.ecm-lp-navi_g01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ecm-lp-floatnavi {
  position: fixed;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s linear 0.5s;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0.5s;
}
@media screen and (max-width: 960px) {
  .ecm-lp-floatnavi {
    width: 100%;
    top: 60px;
    left: 0;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-floatnavi {
    max-width: 1750px;
    margin: auto;
    top: 170px;
    left: 0;
    right: 0;
  }
}
.ecm-lp-floatnavi.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.ecm-lp-floatnavi .ecm-lp-navi {
  margin: 0 !important;
}
@media screen and (min-width: 961px) {
  .ecm-lp-floatnavi .ecm-lp-navi {
    border-bottom: 1px solid #fff !important;
    padding-bottom: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 96px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    gap: 0;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-floatnavi .ecm-lp-navi li {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-floatnavi .ecm-lp-navi li a {
    height: 80px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 4px 0 0;
    border-bottom: solid 1px #fff;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-floatnavi .ecm-lp-navi li a .ecm-lp-navi__icon-arrow {
    background-color: rgba(0, 0, 0, 0);
    position: static;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-floatnavi .ecm-lp-navi li a .ecm-lp-navi__icon-arrow::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #fff;
    top: auto;
    bottom: 7px;
  }
}
.ecm-lp-floatnavi .ecm-lp-navi li a .ecm-lp-picture img {
  max-width: 10.1333333333vw;
  max-height: 5.7333333333vw;
}
@media screen and (min-width: 961px) {
  .ecm-lp-floatnavi .ecm-lp-navi li a .ecm-lp-picture img {
    max-width: 63px;
    max-height: 28px;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-floatnavi .ecm-lp-navi li a > .ecm-lp-navi__name {
    width: 100%;
    padding: 0;
    font-size: 15px;
    line-height: 1.2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 42%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-floatnavi .ecm-lp-navi.none-icon li .ecm-lp-navi__name.display-pc {
    line-height: 1.4;
    line-height: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-floatnavi .ecm-lp-navi.none-icon li .ecm-lp-navi__name.display-pc:has(> .font14pc) {
    line-height: 1.2;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-floatnavi .ecm-lp-navi.none-icon li .ecm-lp-navi__name.display-pc:has(> .font13pc) {
    line-height: 1.2;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-floatnavi .ecm-lp-navi.none-icon li .ecm-lp-navi__name.display-pc:has(> .font12pc) {
    line-height: 1.2;
  }
}

@media screen and (max-width: 960px) {
  .img_navi_sp img {
    width: auto !important;
    height: 5.6vw !important;
  }
}

@media screen and (min-width: 961px) {
  .font14pc {
    font-size: 14px !important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}

@media screen and (min-width: 961px) {
  .font13pc {
    font-size: 13px !important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}

.font12pc {
  font-size: 2.6666666667vw !important;
}
@media screen and (min-width: 961px) {
  .font12pc {
    font-size: 12px !important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}

.font11pc {
  font-size: 2.4vw !important;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 961px) {
  .font11pc {
    font-size: 11px !important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}

@media screen and (min-width: 961px) {
  .font9pc {
    font-size: 9px !important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}

.more_set_ttl {
  margin: 4.6666666667vw 0 0;
}
@media screen and (min-width: 961px) {
  .more_set_ttl {
    margin: 65px 0 10px;
  }
}

.ecm-lp-set {
  padding: 6.6666666667vw 0;
}
@media screen and (min-width: 961px) {
  .ecm-lp-set {
    padding: 30px 0;
  }
}

.ecm-lp-set-title {
  position: relative;
  top: -1.3333333333vw;
  margin-bottom: -1.3333333333vw !important;
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-title {
    top: -13px;
    margin-bottom: -13px !important;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-title img {
    width: 100%;
  }
}

.ecm-lp-set-list {
  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;
  margin: 0 auto;
  gap: 8vw;
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-list {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-list {
    width: 100%;
    max-width: 975px;
    gap: 80px 0;
  }
}

.ecm-lp-set-item {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-item {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-item {
    width: 460px;
    height: 100%;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-item.sp-690-width {
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.ecm-lp-set-item a {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.ecm-lp-set-item a:hover {
  opacity: 0.7;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.ecm-lp-set-item__inner {
  background: #fff;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-item__inner {
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-item__inner {
    width: 460px;
    height: 100%;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-item__inner.inner_pdtb0_sp {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.ecm-lp-set-item__container {
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-item__container {
    margin: 0;
  }
}

.ecm-lp-set-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 2.9333333333vw;
  line-height: 1.25;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-item__title {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-item__title {
    width: 100%;
    font-size: 15px;
    min-height: 53px;
    line-height: 1.3;
  }
}
.ecm-lp-set-item__title.title_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ecm-lp-set-item__title .red_txt {
  color: #d70c19;
}
.ecm-lp-set-item__title.set-item-top-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 4.9333333333vw;
  font-weight: 600;
  letter-spacing: -0.07em;
  margin-bottom: 0;
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-item__title.set-item-top-ttl {
    font-size: 25px;
    font-weight: 400;
  }
}
.ecm-lp-set-item__title .set_item_ttl_txt {
  font-size: 4vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-item__title .set_item_ttl_txt {
    font-size: 18px;
  }
}

.ecm-lp-set-item__image {
  position: relative;
  padding: 0;
  margin-top: 3.3333333333vw;
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-item__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-item__image {
    width: auto;
    margin-top: 20px;
  }
}
.ecm-lp-set-item__image.none-description {
  margin-top: 0;
}
.ecm-lp-set-item__image img {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-item__image img {
    max-width: none;
  }
}

.ecm-lp-set-item__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  width: 100%;
}
.ecm-lp-set-item__contents__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 1.3333333333vw;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-item__contents__price {
    text-align: center;
    margin-top: 10px;
  }
}

.ecm-lp-set-item__contents__normal_price {
  position: relative;
  font-size: 2.1333333333vw;
  text-align: center;
  padding-bottom: 0;
  margin-right: 4vw;
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-item__contents__normal_price {
    font-size: 10px;
    margin-right: 20px;
  }
}
.ecm-lp-set-item__contents__normal_price::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.6666666667vw;
  left: auto;
  right: -3.0666666667vw;
  margin: auto;
  width: 1.6vw;
  height: 1.3333333333vw;
  border: none;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #d70b18;
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-item__contents__normal_price::after {
    width: 8px;
    height: 6px;
    bottom: 5px;
    right: -15px;
    margin: 0;
  }
}
.ecm-lp-set-item__contents__normal_price .text-zoom {
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-item__contents__normal_price .text-zoom {
    font-size: 23px;
    margin-right: 3px;
  }
}
.ecm-lp-set-item__contents__normal_price .text-zoom .yen_mark {
  font-size: 4vw;
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-item__contents__normal_price .text-zoom .yen_mark {
    font-size: 17px;
  }
}

.ecm-lp-set-item__contents__special_price {
  color: #d70b18;
  font-size: 2.9333333333vw;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-item__contents__special_price {
    font-size: 12px;
  }
}
.ecm-lp-set-item__contents__special_price span {
  font-size: 6.6666666667vw;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-item__contents__special_price span {
    font-size: 30px;
  }
}
.ecm-lp-set-item__contents__special_price span .yen_mark {
  font-size: 4.6666666667vw;
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-item__contents__special_price span .yen_mark {
    font-size: 25px;
  }
}

.ecm-lp-set-item__contents__description {
  line-height: 1.5;
  text-align: justify;
  font-size: 2.6666666667vw;
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-item__contents__description {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-item__contents__description {
    margin-top: 25px !important;
    font-size: 16px;
  }
}

@media screen and (max-width: 960px) {
  .ecm-lp-set-item__footer {
    margin: 2.1333333333vw 0 0;
  }
}
.ecm-lp-set-item__footer__note {
  line-height: 1.5em;
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-item__footer__note {
    font-size: 1.8666666667vw;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-item__footer__note {
    font-size: 12px;
    letter-spacing: -0.1em;
    margin: 0 25px;
  }
}

.ecm-lp-set-item__footer__button {
  width: 53.3333333333vw;
  font-size: 3.6vw;
  font-weight: bold;
  letter-spacing: 0.07em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-item__footer__button {
    width: 255px;
    font-size: 16px;
    letter-spacing: 0.07em;
  }
}
.ecm-lp-set-item__footer__button span {
  display: block;
  background: #fff !important;
  color: #150e0b !important;
  text-align: center;
  position: relative;
  padding-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2.6666666667vw 0 0.4vw;
  border-radius: 50px;
  border: 2px solid #150e0b;
  height: 12vw;
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-item__footer__button span {
    padding-right: 0;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-item__footer__button span {
    padding: 1px 10px 2px 6px;
    height: 57px;
  }
}
.ecm-lp-set-item__footer__button span::after {
  content: "";
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 1.0666666667vw;
  height: 1.2vw;
  background-color: #fff;
  margin: auto;
  border-top: 0.2666666667vw solid #fff;
  border-right: 0.2666666667vw solid #fff;
  position: absolute;
  right: 3.4666666667vw;
  top: 2.2666666667vw;
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-item__footer__button span::after {
    margin: 0 0 0 1.0666666667vw;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-item__footer__button span::after {
    width: 7px;
    height: 8px;
    border-top-width: 1px;
    border-right-width: 1px;
    position: absolute;
    right: 8%;
    top: 12px;
  }
}
.ecm-lp-set-item__footer__button a {
  display: block;
}

.ecm-lp-set-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 6vw;
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-item__bottom {
    margin-top: 20px;
  }
}

.ecm-lp-set-item__bottom--off-coupon {
  display: block;
  width: 18vw;
  margin-right: 5.3333333333vw;
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-item__bottom--off-coupon {
    width: 110px;
    margin-right: 20px;
  }
}
.ecm-lp-set-item__bottom--off-coupon img {
  width: 100%;
}

.line-through {
  position: relative;
}
@media screen and (min-width: 961px) {
  .line-through {
    margin-left: 3px;
  }
}
.line-through::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 0;
  top: 50%;
}

.ecm-lp-set-banner {
  max-width: 95%;
  margin: 6.6666666667vw auto 0 !important;
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-banner {
    max-width: 960px;
    margin: 30px auto 0 !important;
  }
}

.set_layout_type02.ecm-lp-set-list {
  gap: 9.3333333333vw 0;
}
@media screen and (min-width: 961px) {
  .set_layout_type02.ecm-lp-set-list {
    max-width: 960px;
    gap: 70px 0;
  }
}
.set_layout_type02 .ecm-lp-set-item {
  background-color: #fff;
  width: 86.6666666667vw;
}
@media screen and (max-width: 960px) {
  .set_layout_type02 .ecm-lp-set-item {
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .set_layout_type02 .ecm-lp-set-item {
    width: 460px;
    margin-top: 0;
    padding: 0;
  }
}
.set_layout_type02 .ecm-lp-set-item__inner {
  width: 76vw;
  padding: 4vw 0 6.6666666667vw;
}
@media screen and (min-width: 961px) {
  .set_layout_type02 .ecm-lp-set-item__inner {
    width: 400px;
    margin: 0 auto;
    padding: 20px 0 35px;
  }
}
@media screen and (max-width: 960px) {
  .set_layout_type02 .set_sales_name {
    min-height: 5.8666666667vw;
  }
}
.set_layout_type02 .set_sales_name .set_sales_name_txt {
  padding-top: 1.3333333333vw;
}
@media screen and (min-width: 961px) {
  .set_layout_type02 .set_sales_name .set_sales_name_txt {
    padding-top: 10px;
  }
}
.set_layout_type02 .set_item_ttl_txt {
  font-size: 4.4vw;
  line-height: 1.303030303;
}
@media screen and (min-width: 961px) {
  .set_layout_type02 .set_item_ttl_txt {
    font-size: 23px;
    line-height: 1.3043478261;
  }
}
.set_layout_type02 .ecm-lp-set-item__contents__normal_price {
  text-align: left;
  margin-top: 3.3333333333vw;
  margin-right: 0;
  font-size: 2.9333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .set_layout_type02 .ecm-lp-set-item__contents__normal_price {
    margin-top: 14px;
    font-size: 15px;
  }
}
.set_layout_type02 .ecm-lp-set-item__contents__normal_price::after {
  content: none;
}
.set_layout_type02 .ecm-lp-set-item__contents__normal_price .text-zoom {
  margin-left: 1.3333333333vw;
  font-size: 3.6vw;
}
@media screen and (min-width: 961px) {
  .set_layout_type02 .ecm-lp-set-item__contents__normal_price .text-zoom {
    margin-left: 4px;
    font-size: 18px;
  }
}
.set_layout_type02 .ecm-lp-set-item__contents__normal_price .text-zoom .small {
  font-size: 2.9333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .set_layout_type02 .ecm-lp-set-item__contents__normal_price .text-zoom .small {
    font-size: 15px;
  }
}
.set_layout_type02 .ecm-lp-set-item__contents__price {
  margin-top: 3.0666666667vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 961px) {
  .set_layout_type02 .ecm-lp-set-item__contents__price {
    margin-top: 15px;
  }
}
.set_layout_type02 .special_price_left_img {
  width: 30.1333333333vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 961px) {
  .set_layout_type02 .special_price_left_img {
    width: 160px;
  }
}
.set_layout_type02 .special_price_wrap .special_price_head {
  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;
  gap: 4vw;
}
@media screen and (min-width: 961px) {
  .set_layout_type02 .special_price_wrap .special_price_head {
    gap: 20px;
  }
}
.set_layout_type02 .special_price_wrap .head1 {
  font-size: 3.3333333333vw;
  font-weight: 500;
  color: #d80c18;
}
@media screen and (min-width: 961px) {
  .set_layout_type02 .special_price_wrap .head1 {
    font-size: 17px;
  }
}
.set_layout_type02 .special_price_wrap .head2 {
  padding: 0.9333333333vw 1.8666666667vw;
  font-size: 3.4666666667vw;
  font-weight: 500;
  color: #fff;
  background-color: #d80c18;
}
@media screen and (min-width: 961px) {
  .set_layout_type02 .special_price_wrap .head2 {
    padding: 4px 10px 5px;
    font-size: 18px;
  }
}
.set_layout_type02 .special_price_wrap .ecm-lp-set-item__contents__special_price {
  font-size: 8vw;
}
@media screen and (min-width: 961px) {
  .set_layout_type02 .special_price_wrap .ecm-lp-set-item__contents__special_price {
    font-size: 42px;
  }
}
.set_layout_type02 .special_price_wrap .ecm-lp-set-item__contents__special_price .small {
  margin-left: 0.6666666667vw;
  font-size: 3.0666666667vw;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .set_layout_type02 .special_price_wrap .ecm-lp-set-item__contents__special_price .small {
    margin-left: 7px;
    font-size: 16px;
  }
}
.set_layout_type02 .ecm-lp-set-item__bottom {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 961px) {
  .set_layout_type02 .ecm-lp-set-item__bottom {
    margin-top: 25px;
  }
}
.set_layout_type02 .ecm-lp-set-item__bottom .ecm-lp-set-item__footer__button {
  width: 44.8vw;
}
@media screen and (min-width: 961px) {
  .set_layout_type02 .ecm-lp-set-item__bottom .ecm-lp-set-item__footer__button {
    width: 237px;
  }
}

@media screen and (max-width: 960px) {
  .ecm-lp-set-list-sp2col .ecm-lp-set-item:not(.ecm-lp-set-item--full-width) {
    width: 50%;
    padding: 0 1.4666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-list-sp2col .ecm-lp-set-item:not(.ecm-lp-set-item--full-width) .ecm-lp-set-item__inner {
    padding-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-list-sp2col .ecm-lp-set-item:not(.ecm-lp-set-item--full-width) .ecm-lp-set-item__title {
    margin-bottom: 2.6666666667vw;
    margin-left: -1.3333333333vw;
    margin-right: -1.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-list-sp2col .ecm-lp-set-item:not(.ecm-lp-set-item--full-width) .ecm-lp-set-item__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-list-sp2col .ecm-lp-set-item:not(.ecm-lp-set-item--full-width) .ecm-lp-set-item__image {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-list-sp2col .ecm-lp-set-item:not(.ecm-lp-set-item--full-width) .ecm-lp-set-item__contents__price {
    margin-top: 2.6666666667vw !important;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-list-sp2col .ecm-lp-set-item:not(.ecm-lp-set-item--full-width) .ecm-lp-set-item__contents__special_price {
    white-space: nowrap;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-list-sp2col .ecm-lp-set-item:not(.ecm-lp-set-item--full-width) .ecm-lp-set-item__contents__special_price span {
    font-size: 5.0666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-list-sp2col .ecm-lp-set-item:not(.ecm-lp-set-item--full-width) .ecm-lp-set-item__footer__button {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-list-sp2col .ecm-lp-set-item .ecm-lp-set-item__bottom--off-coupon {
    width: 18.6666666667vw;
    margin-top: auto;
    margin-bottom: 1.3333333333vw;
    margin-left: 5.3333333333vw;
  }
}

/* PC時 1カラムレイアウトのセット品 */
@media screen and (min-width: 961px) {
  .ecm-lp-set-item.pc-full-width {
    width: 100%;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-item.pc-full-width .ecm-lp-set-item__image {
    margin-top: 0;
    padding-right: 40px;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-item.pc-full-width .ecm-lp-set-item__image img {
    width: 458px;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-item.pc-full-width .ecm-lp-set-item__contents {
    padding-right: 30px;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-item.pc-full-width .pc-full-width_contents_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: auto;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-item.pc-full-width .pc-full-width_contents_wrap {
    margin-top: auto;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-item.pc-full-width .ecm-lp-set-item__contents__description {
    margin-top: 10px !important;
  }
}

/* KV + セット品CTA　のレイアウト */
.setitem_kv_cta {
  position: relative;
}
@media screen and (min-width: 961px) {
  .setitem_kv_cta .ecm-lp-set-list {
    position: absolute;
    width: 474px;
    top: 222px;
    left: 188px;
  }
}
@media screen and (min-width: 961px) {
  .setitem_kv_cta .ecm-lp-set-item {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 961px) {
  .setitem_kv_cta .ecm-lp-set-item__inner {
    padding: 0;
    background-color: transparent;
  }
}
@media screen and (min-width: 961px) {
  .setitem_kv_cta .ecm-lp-set-item__contents {
    padding: 0;
  }
}
.setitem_kv_cta .set_item_ttl_txt {
  font-weight: bold;
}
.setitem_kv_cta .ecm-lp-set-item__contents__special_price .special_price_icon {
  position: relative;
  bottom: 0.4vw;
  color: #fff;
  background-color: #d80c18;
  font-size: 3.2vw;
  padding: 0.2666666667vw 1.6vw;
  margin-right: 1.3333333333vw;
}
@media screen and (min-width: 961px) {
  .setitem_kv_cta .ecm-lp-set-item__contents__special_price .special_price_icon {
    bottom: 3px;
    font-size: 14px;
    padding: 1px 7px;
    margin-right: 8px;
  }
}

/* カルーセル */
.slick-dots {
  margin-bottom: 0 !important;
  bottom: -8vw;
}
@media screen and (min-width: 961px) {
  .slick-dots {
    bottom: -70px;
  }
}
.slick-dots li {
  margin: 0;
  width: 4.8vw;
  height: 4.8vw;
}
@media screen and (min-width: 961px) {
  .slick-dots li {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 960px) {
  .slick-dots li button {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    padding: 0.6666666667vw;
  }
}
.slick-dots li button::before {
  background: transparent;
  border: 1px solid #4b4746;
  color: transparent;
  opacity: 1;
  width: 2.9333333333vw;
  height: 2.9333333333vw;
  border-radius: 50%;
}
@media screen and (min-width: 961px) {
  .slick-dots li button::before {
    width: 15px;
    height: 15px;
  }
}
.slick-dots li.slick-active button::before {
  background: #c8102e;
  color: transparent;
  border: none;
  opacity: 1;
}

@media screen and (max-width: 960px) {
  .slick-dotted .slick-slider {
    margin-bottom: 4vw;
  }
}

.slick-arrow {
  overflow: auto !important;
}

.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 6vw;
}
@media screen and (min-width: 961px) {
  .slide-arrow {
    width: 46px;
  }
}

.prev-arrow {
  left: 3%;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .prev-arrow {
    left: -20px;
  }
}

.next-arrow {
  right: 3%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 961px) {
  .next-arrow {
    right: -20px;
  }
}

@media screen and (max-width: 960px) {
  .ecm-lp-set-list.slick {
    padding: 0;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-set-list.slick {
    max-width: 900px;
  }
}
.ecm-lp-set-list.slick.slick_wide {
  max-width: 980px;
}

.slick .ecm-lp-set-item.slick__item {
  width: 100vw !important;
}
@media screen and (min-width: 961px) {
  .slick .ecm-lp-set-item.slick__item {
    width: min(44.8vw, 448px) !important;
  }
}
.slick .ecm-lp-set-item.set_layout_type03.slick__item {
  width: 81.3333333333vw !important;
}
@media screen and (min-width: 961px) {
  .slick .ecm-lp-set-item.set_layout_type03.slick__item {
    width: min(90vw, 900px) !important;
    padding: 0;
  }
}
@media screen and (min-width: 961px) {
  .slick .ecm-lp-set-item.set_layout_type03.slick__item .ecm-lp-picture img {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .slick.ecm-lp-set-list.set-list_type03 {
    width: 81.3333333333vw !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 960px) {
  .slick.ecm-lp-set-list.set-list_type03 .prev-arrow {
    left: -8%;
  }
}
@media screen and (max-width: 960px) {
  .slick.ecm-lp-set-list.set-list_type03 .next-arrow {
    right: -8%;
  }
}
@media screen and (max-width: 960px) {
  .slick.ecm-lp-set-list.set-list_type03 .slick-dots {
    bottom: -18.6666666667vw;
  }
}

/* 4カラムセット品 */
@media screen and (min-width: 961px) {
  .pc4column .ecm-lp-set-item {
    width: min(23vw, 230px) !important;
  }
}
.pc4column.slick .ecm-lp-set-item.slick__item {
  width: 48.8vw !important;
}
@media screen and (min-width: 961px) {
  .pc4column.slick .ecm-lp-set-item.slick__item {
    width: 245px !important;
  }
}
@media screen and (min-width: 961px) {
  .pc4column.ecm-lp-set-list-sp2col {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
}
@media screen and (min-width: 961px) {
  .pc4column.ecm-lp-set-list-sp2col .ecm-lp-set-item {
    padding: 0;
  }
}
@media screen and (min-width: 961px) {
  .pc4column.ecm-lp-set-list-sp2col .ecm-lp-set-item.slick__item {
    padding: 0 7.5px;
  }
}
@media screen and (min-width: 961px) {
  .pc4column.ecm-lp-set-list-sp2col .ecm-lp-set-item__container {
    display: block;
  }
}
@media screen and (min-width: 961px) {
  .pc4column.ecm-lp-set-list-sp2col .ecm-lp-set-item__image {
    padding: 0 10px;
  }
}
@media screen and (min-width: 961px) {
  .pc4column.ecm-lp-set-list-sp2col .ecm-lp-set-item__image img {
    width: 210px;
  }
}
.pc4column.ecm-lp-set-list-sp2col .ecm-lp-set-item__contents__price {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 961px) {
  .pc4column.ecm-lp-set-list-sp2col .ecm-lp-set-item__contents__price {
    margin-top: 15px;
  }
}
@media screen and (min-width: 961px) {
  .pc4column.ecm-lp-set-list-sp2col .ecm-lp-set-item__contents__price .ecm-lp-set-item__contents__off {
    width: 71px;
    height: 23px;
    font-size: 12px;
  }
}
.pc4column.ecm-lp-set-list-sp2col .ecm-lp-set-item__contents__special_price.txt_clr_black {
  color: #000;
}
.pc4column.ecm-lp-set-list-sp2col .ecm-lp-set-item__contents__special_price span .yen_mark {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 961px) {
  .pc4column.ecm-lp-set-list-sp2col .ecm-lp-set-item__contents__special_price span .yen_mark {
    font-size: 20px;
  }
}
@media screen and (min-width: 961px) {
  .pc4column.ecm-lp-set-list-sp2col .ecm-lp-set-item__footer__button {
    width: 100%;
    font-size: 12px;
  }
}
.pc4column.ecm-lp-set-list-sp2col .ecm-lp-set-item__footer__button span {
  min-height: 10.1333333333vw;
}
@media screen and (min-width: 961px) {
  .pc4column.ecm-lp-set-list-sp2col .ecm-lp-set-item__footer__button span {
    min-height: 47px;
  }
}
.pc4column.ecm-lp-set-list-sp2col .ecm-lp-set-item__contents {
  padding: 0 9px;
  margin: 0 auto;
  width: 224px;
}
@media screen and (min-width: 961px) {
  .pc4column .ecm-lp-set-item__title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.pc4column.column3item {
  max-width: 720px;
}

/* 医薬部外品テキスト */
.set_sales_name {
  min-height: 7.3333333333vw;
}
@media screen and (min-width: 961px) {
  .set_sales_name {
    min-height: 30px;
  }
}
.set_sales_name .set_sales_name_txt {
  font-size: 2vw;
  font-weight: 400;
  text-align: left;
  line-height: 1.8;
  margin-top: 1px;
  padding-bottom: 4vw;
}
@media screen and (min-width: 961px) {
  .set_sales_name .set_sales_name_txt {
    font-size: 11px;
    padding-bottom: 10px;
  }
}
.set_sales_name .set_sales_name_txt .border_txt {
  border: 1px solid #2d2926;
  padding: 0 2px;
  margin-right: 1.3333333333vw;
}
@media screen and (min-width: 961px) {
  .set_sales_name .set_sales_name_txt .border_txt {
    margin-right: 10px;
  }
}

@media print, screen and (max-width: 960px) {
  .ecm-lp-set-item .ecm-lp-set-item__title.manual-height {
    height: 14.6666666667vw;
  }
  .ecm-lp-set-item .ecm-lp-set-item__title.manual-height02 {
    height: 10.9333333333vw;
  }
  .ecm-lp-set-item .ecm-lp-set-item__title.manual-height03 {
    height: 16.5333333333vw;
  }
  .ecm-lp-set-item .ecm-lp-set-item__title.manual-height04 {
    height: 12vw;
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-set-item .ecm-lp-set-item__title.manual-height_pc {
    height: 54px !important;
  }
  .ecm-lp-set-item .ecm-lp-set-item__title.manual-height02_pc {
    height: 81px !important;
  }
}
.ecm-lp-bg--beige {
  background: url(../img/bg-beige.png) repeat 0 0;
}

.ecm-lp-bg--red {
  background: #c8102e;
}

.ecm-lp-bg--yellow {
  background: #ffdc00;
}

.ecm-lp-bg--light-blue {
  background: #8edcff;
}

.ecm-lp-bg--palelightbluee {
  background: #f0f3f9;
}

.ecm-lp-bg--palelightbrown {
  background: #f5f0e6;
}

.ecm-lp-bg--palelightbrown2 {
  background: url(../img/t03_bg_sp.jpg) repeat 0 0;
  background-size: 100% auto;
}
@media screen and (min-width: 961px) {
  .ecm-lp-bg--palelightbrown2 {
    background: url(../img/t03_bg.jpg) repeat 0 0;
  }
}

.ecm-lp-bg--lightgray {
  background: #efefef;
  padding: 9.3333333333vw 0;
}
@media screen and (min-width: 961px) {
  .ecm-lp-bg--lightgray {
    padding: 70px 0 150px;
  }
}

.ecm-cp-pointup__memorial.bg-pink {
  background: #f6c8c3 url(../img/bg_img_happybag_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 961px) {
  .ecm-cp-pointup__memorial.bg-pink {
    background: #f6c8c3 url(../img/bg_img_happybag.png);
    background-repeat: no-repeat;
  }
}

.ecm-cp-pointup__button {
  text-align: center;
  margin: 2.6666666667vw auto;
}
@media screen and (min-width: 961px) {
  .ecm-cp-pointup__button {
    margin: 20px 0 0;
  }
}
.ecm-cp-pointup__button a {
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1.2em;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .ecm-cp-pointup__button a {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 960px) {
  .ecm-cp-pointup__button.title-2lines {
    margin: 3.8vw 0 0;
  }
}
@media screen and (max-width: 960px) {
  .ecm-cp-pointup__button.pc_w650px {
    width: 94.6666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .ecm-cp-pointup__button.pc_w650px a {
    width: 100%;
  }
}

.section_bottom_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .section_bottom_banner {
    width: 970px;
  }
}

.section_bottom_banner_box {
  width: 50%;
}
@media screen and (min-width: 961px) {
  .section_bottom_banner_box {
    width: 350px;
    padding: 0 7.5px;
  }
}
.section_bottom_banner_box .banner_detail_btn a:hover {
  opacity: 0.7;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.section_bottom_banner_box .banner_detail_btn img {
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .section_bottom_banner_box .banner_detail_btn img {
    margin-top: 2.6666666667vw;
    width: 25.0666666667vw;
  }
}
.section_bottom_banner_box .banner_2lines_notes {
  width: 300px;
  font-size: 12px;
  margin: 10px auto 0;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .section_bottom_banner_box .banner_2lines_notes {
    width: 42.6666666667vw;
    font-size: 1.6vw;
    margin: 1.3333333333vw auto 0;
  }
}
@media screen and (min-width: 961px) {
  .section_bottom_banner_box.bnr_w475pc {
    width: 475px;
  }
}
@media screen and (min-width: 961px) {
  .section_bottom_banner_box.bnr_w475pc .ecm-cp-pointup__button a {
    width: 100%;
  }
}

.ecm-cp-pointup__button--request {
  margin: 50px auto 20px;
}
@media screen and (max-width: 960px) {
  .ecm-cp-pointup__button--request {
    margin: 6.6666666667vw auto 0;
    padding: 0 2.4vw;
  }
}

.ecm-lp-banners {
  padding: 8vw 0;
}
@media screen and (min-width: 961px) {
  .ecm-lp-banners {
    padding: 40px 0 105px;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-banners h2 {
    width: 92%;
    margin: 0 auto !important;
  }
}
@media screen and (min-width: 961px) {
  .ecm-lp-banners img {
    image-rendering: -webkit-optimize-contrast;
  }
}

.ecm-lp-banners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 6.6666666667vw auto;
  gap: 6.6666666667vw 3.4666666667vw;
}
@media screen and (min-width: 961px) {
  .ecm-lp-banners-list {
    max-width: 960px;
    margin: 42px auto 0;
    gap: 12px;
  }
}

.ecm-lp-banners-item {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .ecm-lp-banners-item {
    width: 474px;
  }
}

.ecm-lp-banners-item__link {
  display: block;
}
.ecm-lp-banners-item__link:hover {
  opacity: 0.8;
}

.title_red_txt {
  position: relative;
  font-size: 4vw;
  font-weight: 500;
  color: #c8102e;
}
@media screen and (min-width: 961px) {
  .title_red_txt {
    font-size: 33px;
    font-weight: bold;
  }
}

.title_red_txt_1 {
  position: relative;
  font-size: 3.2vw;
  font-weight: 500;
  color: #c8102e;
  line-height: 1.2;
}
@media screen and (min-width: 961px) {
  .title_red_txt_1 {
    font-size: 24px;
  }
}

.title_red_txt_2 {
  position: relative;
  font-size: 5.0666666667vw;
  font-weight: 500;
  color: #d80c18;
}
@media screen and (min-width: 961px) {
  .title_red_txt_2 {
    font-size: 36px;
  }
}

.title_black_txt {
  position: relative;
  font-size: 4.8vw;
  font-weight: bold;
  color: #2d2926;
  line-height: 1.2;
}
@media screen and (min-width: 961px) {
  .title_black_txt {
    font-size: 24px;
  }
}

.title_black_txt_0 {
  position: relative;
  font-size: 5.6vw;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
}
@media screen and (min-width: 961px) {
  .title_black_txt_0 {
    font-size: 33px;
  }
}

.title_black_txt_1 {
  position: relative;
  font-size: 4vw;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 961px) {
  .title_black_txt_1 {
    font-size: 31px;
  }
}

.title_red_txt_1::before, .ecm-main__inner .title_red_txt_1::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-color: #c8102e;
  border-radius: 5px;
  width: 0.4vw;
  height: 5.0666666667vw;
  bottom: -0.4vw;
}
@media screen and (min-width: 961px) {
  .title_red_txt_1::before, .ecm-main__inner .title_red_txt_1::after {
    width: 3px;
    height: 36px;
    bottom: -3px;
  }
}

.title_red_txt_1::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  left: -2.6666666667vw;
}
@media screen and (min-width: 961px) {
  .title_red_txt_1::before {
    left: -20px;
  }
}

.title_red_txt_1::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  right: -2.6666666667vw;
}
@media screen and (min-width: 961px) {
  .title_red_txt_1::after {
    right: -20px;
  }
}

.text_annotation {
  font-size: 1.8666666667vw;
  padding-top: 2vw;
  line-height: 1.5;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .text_annotation {
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 961px) {
  .text_annotation {
    font-size: 10px;
    padding-top: 10px;
  }
}
.text_annotation .red_txt {
  color: #c8102e;
}

.accordion_container {
  width: 94.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .accordion_container {
    width: 960px;
  }
}
.accordion_container .accordion_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.7333333333vw;
  color: #2d2926;
  font-weight: bold;
  height: 12.9333333333vw;
  border-top: 0.2666666667vw solid #ececec;
  border-bottom: 0.2666666667vw solid #ececec;
  padding: 0 3.4666666667vw;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .accordion_container .accordion_ttl {
    font-size: 18px;
    height: 55px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 0 17px;
  }
}
.accordion_container .accordion_ttl::before, .accordion_container .accordion_ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.4666666667vw;
  width: 3.4666666667vw;
  height: 0.4vw;
  background-color: #2d2926;
}
@media screen and (min-width: 961px) {
  .accordion_container .accordion_ttl::before, .accordion_container .accordion_ttl::after {
    right: 17px;
    width: 14px;
    height: 2px;
  }
}
.accordion_container .accordion_ttl::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.accordion_container .accordion_ttl.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion_container .accordion_contents {
  display: none;
  border-bottom: 0.2666666667vw solid #ececec;
}
@media screen and (min-width: 961px) {
  .accordion_container .accordion_contents {
    border-bottom: 1px solid #ececec;
  }
}

.ci-pre_banner {
  padding: 0 2.6666666667vw 0;
}
@media screen and (min-width: 961px) {
  .ci-pre_banner {
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }
}
.ci-pre_banner .ecm-lp-coupon-banner {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 961px) {
  .ci-pre_banner .ecm-lp-coupon-banner {
    margin-top: 15px;
  }
}

.sec-3 .pc_w1000 {
  text-align: center;
}
.sec-3 .osusume-contents {
  margin-top: 60px;
  padding: 1px 0 1px;
  background-color: #ececec;
}
@media screen and (max-width: 960px) {
  .sec-3 .osusume-contents {
    margin-top: 0;
    padding: 8vw 4vw;
  }
}
.sec-3 .osusume-contents--inner {
  max-width: 960px;
  margin: 65px auto;
  padding-bottom: 60px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .sec-3 .osusume-contents--inner {
    margin: 0;
    padding: 0;
  }
}
.sec-3 .osusume--ttl {
  margin: 0;
  padding: 60px 0 0;
  text-align: center;
  font-size: 36px !important;
}
@media screen and (max-width: 960px) {
  .sec-3 .osusume--ttl {
    font-size: 5.6vw !important;
    padding: 8vw 0 0;
  }
}
.sec-3 .left-side--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 330px;
  margin-inline: auto;
  margin-bottom: 40px;
  padding: 10px 5px 10px;
  background-color: #c69214;
  text-align: center;
  font-size: 22.19px;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .sec-3 .left-side--ttl {
    max-width: 69.8666666667vw;
    margin-bottom: 20px;
    font-size: 4.704vw;
  }
}
.sec-3 .right-side--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 330px;
  margin-inline: auto;
  margin-bottom: 40px;
  padding: 10px 5px 10px;
  background-color: #7894a9;
  text-align: center;
  font-size: 22.19px;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .sec-3 .right-side--ttl {
    max-width: 69.8666666667vw;
    margin-bottom: 20px;
    font-size: 4.704vw;
  }
}
@media screen and (max-width: 960px) {
  .sec-3 .ecm-lp-set-item {
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .sec-3 .ecm-lp-set-item:first-of-type {
    position: relative;
  }
}
@media screen and (max-width: 960px) {
  .sec-3 .ecm-lp-set-item:first-of-type::after {
    content: "";
    position: absolute;
    top: 100%;
    left: -2.6666666667vw;
    width: 100vw;
    height: 8vw;
    background-color: #ececec;
  }
}
@media screen and (max-width: 960px) {
  .sec-3 .ecm-lp-set-item + .ecm-lp-set-item {
    margin-top: 16vw;
  }
}
@media screen and (max-width: 960px) {
  .sec-3 .text_annotation {
    font-size: 2.2666666667vw;
  }
}

.t01_howto_slider .slick {
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .t01_howto_slider .slick {
    width: 74.6666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .t01_howto_slider .slick__item {
    width: 74.6666666667vw !important;
  }
}
@media screen and (max-width: 960px) {
  .t01_howto_slider .prev-arrow {
    left: -13%;
    z-index: 0;
  }
}
@media screen and (max-width: 960px) {
  .t01_howto_slider .next-arrow {
    right: -13%;
  }
}

.display-pc {
  display: none !important;
}

.display-sp {
  display: inline !important;
}

.flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex_column-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 961px) {
  .display-block {
    display: block !important;
  }
}

@media screen and (min-width: 961px) {
  .display-pc {
    display: block !important;
  }
}

@media screen and (min-width: 961px) {
  .pc_w470px {
    width: 470px;
    margin: 30px auto 0 auto;
  }
}

@media screen and (min-width: 961px) {
  .pc_w500px {
    width: 500px;
    margin: 20px auto 0 auto;
  }
}

@media screen and (min-width: 961px) {
  .pc_w650px {
    width: 650px;
    margin: 20px auto 0 auto;
  }
}

@media screen and (min-width: 961px) {
  .pc_w960px {
    width: 960px;
    margin: 20px auto 0 auto;
  }
}

.pc_w1000 {
  width: 94.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .pc_w1000 {
    width: 1000px;
  }
}

@media screen and (max-width: 960px) {
  .sp_linheight08 {
    line-height: 0.8 !important;
  }
}

@media screen and (max-width: 960px) {
  .sp_linheight56 {
    line-height: 7.4666666667vw !important;
  }
}

@media screen and (min-width: 961px) {
  .ecm-block .ecm-bootstrap .section_bottom_banner .d-pc-block,
  .ecm-main .ecm-bootstrap .section_bottom_banner .d-pc-block {
    display: inline !important;
  }
}

.yellow_marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(60%, #fced24));
  background: linear-gradient(transparent 70%, #fced24 60%);
}

.pd60 {
  padding-top: 6.6666666667vw;
}
@media screen and (min-width: 961px) {
  .pd60 {
    padding-top: 60px;
  }
}

.pb0 {
  padding-bottom: 0 !important;
}

@media print, screen and (min-width: 961px) {
  .mt15pc {
    margin-top: 15px !important;
  }
  .mt20pc {
    margin-top: 20px !important;
  }
  .mt30pc {
    margin-top: 30px !important;
  }
  .mt40pc {
    margin-top: 40px !important;
  }
  .mt50pc {
    margin-top: 50px !important;
  }
  .mt60pc {
    margin-top: 60px !important;
  }
  .mt70pc {
    margin-top: 70px !important;
  }
  .mt75pc {
    margin-top: 75px !important;
  }
  .mt80pc {
    margin-top: 80px !important;
  }
  .mt90pc {
    margin-top: 90px !important;
  }
  .mt100pc {
    margin-top: 100px !important;
  }
  .mt110pc {
    margin-top: 110px !important;
  }
  .mt120pc {
    margin-top: 120px !important;
  }
  .mt130pc {
    margin-top: 130px !important;
  }
  .mt140pc {
    margin-top: 140px !important;
  }
  .mt150pc {
    margin-top: 150px !important;
  }
  .mt200pc {
    margin-top: 200px !important;
  }
  .mb0pc {
    margin-bottom: 0 !important;
  }
  .mb70pc {
    margin-bottom: 70px !important;
  }
}
@media print, screen and (max-width: 960px) {
  .mt30sp {
    margin-top: 4vw !important;
  }
  .mt40sp {
    margin-top: 4vw !important;
  }
  .mt50sp {
    margin-top: 6.6666666667vw !important;
  }
  .mt55sp {
    margin-top: 7.3333333333vw !important;
  }
  .mt60sp {
    margin-top: 8vw !important;
  }
  .mt70sp {
    margin-top: 9.3333333333vw !important;
  }
  .mt80sp {
    margin-top: 10.6666666667vw !important;
  }
  .mt90sp {
    margin-top: 12vw !important;
  }
  .mt95sp {
    margin-top: 12.6666666667vw !important;
  }
  .mt100sp {
    margin-top: 13.3333333333vw !important;
  }
  .mt110sp {
    margin-top: 14.6666666667vw !important;
  }
  .mt120sp {
    margin-top: 16vw !important;
  }
  .mt130sp {
    margin-top: 17.3333333333vw !important;
  }
  .mt140sp {
    margin-top: 18.6666666667vw !important;
  }
  .mt150sp {
    margin-top: 20vw !important;
  }
  .mt160sp {
    margin-top: 21.3333333333vw !important;
  }
  .mt170sp {
    margin-top: 22.6666666667vw !important;
  }
  .mt180sp {
    margin-top: 24vw !important;
  }
  .mt190sp {
    margin-top: 25.3333333333vw !important;
  }
  .mt300sp {
    margin-top: 40vw !important;
  }
  .mb0sp {
    margin-bottom: 0 !important;
  }
  .mb30sp {
    margin-bottom: 4vw !important;
  }
  .mb60sp {
    margin-bottom: 8vw !important;
  }
}
@media print, screen and (min-width: 961px) {
  .d-pc-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}