@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600&display=swap);
.ecm-main {
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .ecm-main {
    padding: 0 0 6vw;
  }
}
.ecm-main__inner {
  max-width: 1230px;
  margin-bottom: 60px;
  color: #221815;
  font-feature-settings: "palt";
}

@media screen and (max-width: 960px) {
  .l-footer-pagetop {
    top: -110px;
  }
}
@media screen and (max-width: 960px) {
  .l-footer-pagetop.is-fixed {
    bottom: -10px;
  }
}
.ecm-lp-hero {
  position: relative;
}

.ecm-lp-navi {
  display: flex;
  z-index: 1;
  gap: 0.6666666667vw;
  position: relative;
}

@media print, screen and (min-width: 961px) {
  .ecm-lp-navi {
    justify-content: center;
    gap: 2px;
    margin-top: 0;
  }
}
.ecm-lp-navi a {
  display: block;
  transition: opacity 0.25s ease;
}

.ecm-lp-navi a:hover {
  opacity: 0.85;
  transition: opacity 0.25s ease;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .ecm-lp-navi a {
    width: 50%;
  }
}
.ecm-lp-floatnavi {
  z-index: 20;
  position: fixed;
}

@media screen and (max-width: 960px) {
  .ecm-lp-floatnavi {
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.5s;
    width: 100%;
    top: 60px;
    left: 0;
    opacity: 0;
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-floatnavi {
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.5s;
    top: 170px;
    left: 0;
    opacity: 0;
    width: 100%;
  }
  .ecm-lp-floatnavi .ecm-lp-navi a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    background-color: #ca001b;
    color: #fff;
    font-size: 19.6px;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .ecm-lp-floatnavi .ecm-lp-navi a::after {
    content: "";
    display: inline-block;
    transform: rotate(135deg);
    width: min(1.2vw, 12px);
    height: min(1.2vw, 12px);
    margin-bottom: 5px;
    margin-left: 18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .ecm-lp-floatnavi .ecm-lp-navi a:hover {
    color: #fff;
  }
}
.ecm-lp-floatnavi.show {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 960px) {
  .ecm-lp-floatnavi.is-static {
    position: static;
  }
  .ecm-lp-floatnavi .ecm-lp-navi {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: fixed;
  }
  .ecm-lp-floatnavi .ecm-lp-navi a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 11.2vw;
    background-color: #ca001b;
    color: #fff;
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .ecm-lp-floatnavi .ecm-lp-navi a:hover {
    color: #fff;
  }
  .ecm-lp-floatnavi .ecm-lp-navi a::after {
    content: "";
    display: inline-block;
    transform: rotate(135deg);
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-bottom: 1.3333333333vw;
    margin-left: 3.3333333333vw;
    border-top: 0.5333333333vw solid #fff;
    border-right: 0.5333333333vw solid #fff;
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-floatnavi .ecm-lp-navi {
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
    position: relative;
    left: 0;
    transform: translateX(0);
  }
}
.ecm-lp-floatnavi .ecm-lp-navi a {
  box-shadow: none;
}

@media screen and (max-width: 960px) {
  .ecm-lp-ss_lotion_gel img {
    width: 100%;
  }
}
.ecm-lp-ss_lotion_gel a {
  transition: opacity 0.25s ease;
}

.ecm-lp-ss_lotion_gel a:hover {
  opacity: 0.85;
  transition: opacity 0.25s ease;
}

.ecm-lp-anchor ul {
  padding: 0;
  margin: 0;
}

.ecm-lp-anchor ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media print, screen and (min-width: 961px) {
  .ecm-lp-anchor ul {
    display: flex;
    gap: 8px;
  }
  .ecm-lp-anchor ul li {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-anchor {
    display: none;
  }
}
.floatnavi_all-dir {
  z-index: 20;
  position: fixed;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0.5s;
  bottom: 0;
  opacity: 0;
}

@media print, screen and (min-width: 961px) {
  .floatnavi_all-dir {
    max-width: 1230px;
  }
}
@media screen and (max-width: 960px) {
  .floatnavi_all-dir {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .floatnavi_all-dir a:hover {
    opacity: 1;
  }
}
.floatnavi_all-dir.show {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

/* ///////////////////////////// */
/*            コンテンツ          */
/* ///////////////////////////// */
.ecm-lp-bihaku8years button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.ecm-lp-bihaku8years .opening_sentence {
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .opening_sentence {
    padding: 0 5.3333333333vw 1.3333333333vw;
  }
}
.ecm-lp-bihaku8years .opening_sentence p {
  margin-top: 12px;
  margin-bottom: 0rem;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .opening_sentence p {
    margin-top: 3.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.9230769231;
  }
}
.ecm-lp-bihaku8years .opening_sentence .note_txt {
  margin-top: 0.55em;
  margin-bottom: 0.2em;
  text-align: left;
  font-weight: 300;
  font-size: 12px;
  line-height: 2;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .opening_sentence .note_txt {
    font-size: 2.1333333333vw;
    line-height: 1.5;
  }
}
.ecm-lp-bihaku8years .anchor_link {
  max-width: 1230px;
  margin: 0 auto;
  text-align: center;
}
.ecm-lp-bihaku8years .anchor_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  background-color: #ca001b;
  color: #fff;
  font-size: 19.6px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.ecm-lp-bihaku8years .anchor_link a:hover {
  opacity: 0.7;
  transition: 0.5s;
  color: #fff;
}
.ecm-lp-bihaku8years .anchor_link a::after {
  content: "";
  display: inline-block;
  transform: rotate(135deg);
  width: min(1.2vw, 12px);
  height: min(1.2vw, 12px);
  margin-bottom: 5px;
  margin-left: 18px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .anchor_link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 11.2vw;
    background-color: #ca001b;
    color: #fff;
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .ecm-lp-bihaku8years .anchor_link a:hover {
    color: #fff;
  }
  .ecm-lp-bihaku8years .anchor_link a::after {
    content: "";
    display: inline-block;
    transform: rotate(135deg);
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-bottom: 1.3333333333vw;
    margin-left: 3.3333333333vw;
    border-top: 0.5333333333vw solid #fff;
    border-right: 0.5333333333vw solid #fff;
  }
}
.ecm-lp-bihaku8years .bihaku_contents_inner {
  max-width: 1230px;
  margin: 0 auto;
}
.ecm-lp-bihaku8years .hiketsu_contents {
  margin-top: 45px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .hiketsu_contents {
    margin-top: 6vw;
    height: 109.8666666667vw;
    padding: 0 5.3333333333vw 17.3333333333vw;
  }
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .hiketsu_contents::before {
    display: block;
    z-index: 2;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40vw;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
    transition: 0.4s;
  }
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .hiketsu_contents.active::before {
    opacity: 0;
    visibility: hidden;
  }
}
.ecm-lp-bihaku8years .hiketsu_contents h2 {
  text-align: center;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .hiketsu_contents h2 img {
    width: 100%;
  }
}
.ecm-lp-bihaku8years .hiketsu_contents .col_wrap {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  padding: 0 2px;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .hiketsu_contents .col_wrap {
    flex-direction: column;
  }
}
.ecm-lp-bihaku8years .hiketsu_contents .col_item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 422px;
  margin: 0 20px;
  padding: 32px 19px 19px;
  background-color: #f0f6fd;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .hiketsu_contents .col_item {
    width: 100%;
    margin: 0;
    padding: 5.3333333333vw 2.6666666667vw 2.6666666667vw;
  }
}
.ecm-lp-bihaku8years .hiketsu_contents .col_item::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: min(1.2vw, 12px);
  left: min(1.2vw, 12px);
  display: block;
  width: inherit;
  height: 100%;
  background-color: #cadbef;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .hiketsu_contents .col_item::after {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
  }
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .hiketsu_contents .col_item + .col_item {
    margin-top: 6.6666666667vw;
  }
}
.ecm-lp-bihaku8years .hiketsu_contents h3 {
  text-align: center;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .hiketsu_contents h3 img {
    width: min(64.27vw, 482px);
  }
}
.ecm-lp-bihaku8years .hiketsu_contents .col_item_body {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  padding: 10px 10px 0;
}
.ecm-lp-bihaku8years .hiketsu_contents p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7333333333;
  letter-spacing: 0.05em;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .hiketsu_contents p {
    font-size: 3.4666666667vw;
  }
}
.ecm-lp-bihaku8years .hiketsu_contents p em {
  font-style: normal;
  font-weight: 500;
  color: #ca001b;
}
.ecm-lp-bihaku8years .hiketsu_contents .note {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .hiketsu_contents .note {
    font-size: 2.1333333333vw;
  }
}
.ecm-lp-bihaku8years .hiketsu_contents .provisional {
  margin-top: 55px;
  text-align: center;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .hiketsu_contents .provisional {
    margin-top: 6.6666666667vw;
  }
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .hiketsu_contents .provisional img {
    width: 100%;
  }
}
.ecm-lp-bihaku8years .hiketsu_contents .show_more {
  display: none;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .hiketsu_contents .show_more {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.3333333333vw;
    width: 89.3333333333vw;
    height: 10.6666666667vw;
    border-radius: 10.6666666667vw;
    background-color: #94a1b0;
    z-index: 3;
  }
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .hiketsu_contents .show_more .txt {
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 3.7333333333vw;
    color: #fff;
  }
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .hiketsu_contents .show_more .arrow {
    content: "";
    transform: rotate(135deg);
    transition: 0.5s;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    border-right: 0.5333333333vw solid #fff;
    border-top: 0.5333333333vw solid #fff;
    margin-left: 1.8666666667vw;
    margin-bottom: 0.5333333333vw;
  }
}
.ecm-lp-bihaku8years .hiketsu_contents.active .show_more .arrow {
  transform: rotate(-45deg);
  margin-top: 5px;
  transition: 0.5s;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .hiketsu_contents.active .show_more .arrow {
    margin-top: 1.3333333333vw;
  }
}
.ecm-lp-bihaku8years .comparison_contents {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 65px;
  background: url(../img/comparison_bg.png) no-repeat center top/cover;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents {
    margin-top: 9.3333333333vw;
    padding: 9.3333333333vw 0 9.3333333333vw;
    background: url(../img/comparison_bg_sp.png) no-repeat left top/cover;
  }
}
.ecm-lp-bihaku8years .comparison_contents .comparison_products_inner {
  max-width: 960px;
  margin: auto;
}
.ecm-lp-bihaku8years .comparison_contents h2 {
  text-align: center;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents h2 img {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents h2 {
    margin: 0 3.3333333333vw;
  }
}
.ecm-lp-bihaku8years .comparison_contents .keisen_wrap {
  height: 82px;
  margin-top: 0.8em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #221815;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents .keisen_wrap {
    height: 20vw;
  }
}
.ecm-lp-bihaku8years .comparison_contents .keisen_wrap h3 {
  margin-bottom: 0;
  text-align: left;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.5833333333;
  letter-spacing: 0.025em;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents .keisen_wrap h3 {
    font-size: 3.4666666667vw;
    line-height: 1.4615384615;
  }
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents .keisen_wrap h3 img {
    width: 100%;
  }
}
.ecm-lp-bihaku8years .comparison_contents .keisen_wrap + p {
  margin-top: 1.3em;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents .keisen_wrap + p {
    margin-top: 2.1333333333vw;
    font-size: 3.2vw;
    line-height: 1.5416666667;
  }
}
.ecm-lp-bihaku8years .comparison_contents .quasi-drug {
  margin-top: 0.4em;
  margin-left: 0.3em;
  font-weight: 300;
  font-size: min(1.2vw, 12px);
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents .quasi-drug {
    font-size: 2.1333333333vw;
    line-height: 1.5;
    margin-left: 0;
  }
}
.ecm-lp-bihaku8years .comparison_contents .quasi-drug span {
  display: inline-block;
  font-weight: 300;
  font-size: min(1.6vw, 16px);
  border: 1px solid #221815;
  padding: 2px 2px;
  letter-spacing: 0.1em;
  margin-right: 10px;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents .quasi-drug span {
    font-size: 2.1333333333vw;
    margin-right: 1.3333333333vw;
    line-height: 1;
    padding: 0.1333333333vw 0.4vw 0.5333333333vw;
  }
}
.ecm-lp-bihaku8years .comparison_contents .products_wrap {
  display: flex;
  justify-content: center;
}
.ecm-lp-bihaku8years .comparison_contents .products_wrap + .supplemental_information {
  margin-top: 3.5em;
}
.ecm-lp-bihaku8years .comparison_contents .product_item {
  padding: 0 20px;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents .product_item {
    width: 50%;
    padding: 0 4vw;
  }
}
.ecm-lp-bihaku8years .comparison_contents .product_item .product_img {
  position: relative;
  width: 460px;
  height: 343px;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents .product_item .product_img {
    width: 100%;
    height: 57.3333333333vw;
  }
}
.ecm-lp-bihaku8years .comparison_contents .product_item .product_img::after {
  position: absolute;
  top: calc(50% - 4px);
  left: 69px;
  transform: translateY(-50%);
  content: "";
  display: block;
  background: url(../img/new_label.png) no-repeat center center/contain;
  width: 84px;
  height: 32px;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents .product_item .product_img::after {
    width: 13.8666666667vw;
    height: 5.3333333333vw;
    top: 5.3333333333vw;
    left: 0;
    background: url(../img/new_label_sp.png) no-repeat center center/contain;
  }
}
.ecm-lp-bihaku8years .comparison_contents .product_item .product_img .content {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.ecm-lp-bihaku8years .comparison_contents .product_item .catch {
  display: inline-block;
  margin-bottom: 0;
  padding: 0.3em 0.5em 0.3em 0.5em;
  background-color: #ca001b;
  font-weight: 500;
  line-height: 1;
  font-size: min(2.16vw, 21.6px);
  color: #fff;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents .product_item .catch {
    padding: 0.3em 0.3em 0.3em 0.3em;
    font-size: 3.2vw;
    white-space: nowrap;
  }
}
.ecm-lp-bihaku8years .comparison_contents .product_item .catch span {
  font-size: min(2.7vw, 27px);
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents .product_item .catch span {
    font-size: 4vw;
  }
}
.ecm-lp-bihaku8years .comparison_contents .product_item + .product_item .product_img::after {
  right: 69px;
  left: auto;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents .product_item + .product_item .product_img::after {
    left: auto;
    left: 1.3333333333vw;
  }
}
.ecm-lp-bihaku8years .comparison_contents p {
  font-weight: 400;
  font-size: min(1.5vw, 15px);
  line-height: 1.7333333333;
  letter-spacing: 0.05em;
}
.ecm-lp-bihaku8years .comparison_contents p em {
  font-style: normal;
  font-weight: 500;
  color: #ca001b;
}
.ecm-lp-bihaku8years .comparison_contents .note {
  font-weight: 300;
  font-size: min(1.2vw, 12px);
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
}
.ecm-lp-bihaku8years .comparison_contents .cta_wrap {
  margin-top: 20px;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents .cta_wrap {
    margin-top: 2.6666666667vw;
  }
}
.ecm-lp-bihaku8years .comparison_contents .cta_wrap .cta_column {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents .cta_wrap .cta_column {
    flex-wrap: wrap;
  }
}
.ecm-lp-bihaku8years .comparison_contents .cta_wrap .cta_column + .cta_column {
  white-space: nowrap;
  margin-top: 17px;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents .cta_wrap .cta_column + .cta_column {
    white-space: normal;
  }
}
.ecm-lp-bihaku8years .comparison_contents .cta_wrap .product_capacity {
  font-weight: 500;
  font-size: min(2.7vw, 27px);
  line-height: 1;
  letter-spacing: -0.035em;
  color: #ca001b;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents .cta_wrap .product_capacity {
    font-size: 4.9333333333vw;
  }
}
.ecm-lp-bihaku8years .comparison_contents .cta_wrap .product_price {
  margin-left: 0.1em;
  font-weight: 500;
  font-size: min(5vw, 50px);
  line-height: 1;
  letter-spacing: -0.035em;
  color: #ca001b;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents .cta_wrap .product_price {
    font-size: 7.7333333333vw;
  }
}
.ecm-lp-bihaku8years .comparison_contents .cta_wrap .yen_txt {
  font-weight: 500;
  font-size: min(3vw, 30px);
  line-height: 1;
  letter-spacing: -0.035em;
  color: #ca001b;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents .cta_wrap .yen_txt {
    font-size: 5.6vw;
  }
}
.ecm-lp-bihaku8years .comparison_contents .cta_wrap .tax_txt {
  font-weight: 700;
  font-size: min(1.2vw, 12px);
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents .cta_wrap .tax_txt {
    font-size: 2.2666666667vw;
  }
}
.ecm-lp-bihaku8years .comparison_contents .cta_wrap .product_btn {
  position: relative;
  width: 223px;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents .cta_wrap .product_btn {
    width: 100%;
    margin-top: 2.6666666667vw;
  }
}
.ecm-lp-bihaku8years .comparison_contents .cta_wrap .product_btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: min(6.5vw, 65px);
  font-size: min(2.1vw, 21px);
  font-weight: 400;
  color: #fff;
  background-color: #ca001b;
  padding-bottom: 2px;
  letter-spacing: 0.05em;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents .cta_wrap .product_btn button {
    height: 12vw;
    font-size: 4vw;
  }
}
.ecm-lp-bihaku8years .comparison_contents .cta_wrap .product_btn button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  width: min(1.2vw, 12px);
  height: min(1.2vw, 12px);
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents .cta_wrap .product_btn button::after {
    right: 2.1333333333vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.ecm-lp-bihaku8years .comparison_contents .cta_wrap .product_btn button:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.ecm-lp-bihaku8years .comparison_contents .pic_wrap {
  display: flex;
  justify-content: center;
}
.ecm-lp-bihaku8years .comparison_contents .pic_wrap picture {
  margin: 0 20px;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents .pic_wrap picture {
    width: 100%;
    margin: 0 4vw;
  }
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents .pic_wrap picture img {
    width: 100%;
  }
}
.ecm-lp-bihaku8years .comparison_contents .supplemental_information {
  margin-top: 1em;
  font-weight: 300;
  font-size: min(1.2vw, 12px);
  line-height: 1.3333333333;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents .supplemental_information {
    padding: 0 4vw;
    font-size: 2.1333333333vw;
  }
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents .js-floatnavi-threshold + .supplemental_information {
    margin-top: 5.3333333333vw;
  }
}
.ecm-lp-bihaku8years .comparison_contents .howto h3 {
  margin: 70px 0 25px;
  text-align: center;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents .howto h3 {
    margin: 9.3333333333vw auto 4vw;
    width: min(92vw, 690px);
  }
  .ecm-lp-bihaku8years .comparison_contents .howto h3 img {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .comparison_contents .howto .pic_wrap picture {
    margin: 0;
  }
}
.ecm-lp-bihaku8years #anc01 {
  padding-top: 56px;
  margin-top: -56px;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years #anc01 {
    padding-top: 11.2vw;
    margin-top: -11.2vw;
  }
}
.ecm-lp-bihaku8years .limited-time {
  padding-top: 60px;
  padding-bottom: 18px;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .limited-time {
    padding-top: 8vw;
    padding-bottom: 1.3333333333vw;
  }
}
.ecm-lp-bihaku8years .limited-time .label-tag {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 457.92px;
  height: 60px;
  margin: 0 auto 0;
  padding: 12px 1em;
  background-color: #ca001b;
  border-radius: 60px;
  text-align: center;
  font-weight: 300;
  font-size: min(3vw, 30px);
  line-height: 1;
  color: #fff;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .limited-time .label-tag {
    height: 10.9333333333vw;
    padding: 0.4em;
    width: 84.8vw;
    font-size: 5.6vw;
  }
}
.ecm-lp-bihaku8years .limited-time strong {
  font-weight: 500;
  font-size: min(3.7vw, 37px);
  line-height: 1;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .limited-time strong {
    margin-left: 0.2em;
    font-size: 6.9333333333vw;
  }
}
.ecm-lp-bihaku8years .limited-time p {
  margin-top: 18px;
  text-align: center;
  font-weight: 700;
  font-size: min(3.6vw, 36px);
  line-height: 1;
  color: #ca001b;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .limited-time p {
    font-size: 6.6666666667vw;
  }
}
.ecm-lp-bihaku8years .products_row {
  padding-top: 0.1px;
  padding-bottom: 70px;
  background: url(../img/products_bg.png) no-repeat top center;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .products_row {
    padding-bottom: 6.6666666667vw;
    background: url(../img/products_sp_bg.png) no-repeat top center/cover;
  }
}
.ecm-lp-bihaku8years .products_row .row_box {
  display: flex;
  max-width: 1000px;
  margin: 75px auto auto;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .products_row .row_box {
    margin-top: 8vw;
  }
  .ecm-lp-bihaku8years .products_row .row_box:nth-of-type(1) .product_item_img {
    padding-top: 8vw;
  }
  .ecm-lp-bihaku8years .products_row .row_box:nth-of-type(3) .product_item_img {
    padding-top: 12vw;
  }
  .ecm-lp-bihaku8years .products_row .row_box:nth-of-type(5) .product_item_img {
    padding-top: 4vw;
  }
}
.ecm-lp-bihaku8years .products_row .product_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin: 0 38px;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .products_row .product_item {
    flex-direction: column;
    margin: 0 3.6vw;
  }
}
.ecm-lp-bihaku8years .products_row .product_item_img {
  display: flex;
  align-items: flex-end;
  width: 190px;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .products_row .product_item_img {
    position: relative;
    width: 100%;
  }
}
.ecm-lp-bihaku8years .products_row .label_set {
  position: absolute;
  top: 0;
  left: 0;
  width: 118px;
  height: 63px;
  padding: 5px 9px 9px;
  background-color: #ca001b;
  border-radius: 10px;
  text-align: center;
  font-weight: 500;
  font-size: min(2vw, 20px);
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .products_row .label_set {
    width: 17.3333333333vw;
    height: 9.3333333333vw;
    padding: 0.6666666667vw 0.6666666667vw 0.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
.ecm-lp-bihaku8years .products_row .label_set strong {
  font-weight: 400;
  font-size: min(2.5vw, 25px);
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .products_row .label_set strong {
    font-size: 3.7333333333vw;
  }
}
.ecm-lp-bihaku8years .products_row .product_item_picture {
  width: 190px;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .products_row .product_item_picture {
    width: 95%;
    margin: auto;
  }
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .products_row .product_item_picture img {
    width: 100%;
  }
}
.ecm-lp-bihaku8years .products_row .product_item_title {
  margin-bottom: 13px;
  white-space: nowrap;
  font-size: min(2vw, 20px);
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .products_row .product_item_title {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-size: 4vw;
  }
  .ecm-lp-bihaku8years .products_row .product_item_title.pc_item {
    display: none;
  }
}
@media (min-width: 961px) {
  .ecm-lp-bihaku8years .products_row .product_item_title.sp_item {
    display: none;
  }
}
.ecm-lp-bihaku8years .products_row .product_item_body {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 218px;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .products_row .product_item_body {
    width: 100%;
  }
}
.ecm-lp-bihaku8years .products_row .product_item_body .product_item_price {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.ecm-lp-bihaku8years .products_row .product_item_body .product_item_normal_price {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .products_row .product_item_body .product_item_normal_price {
    margin-top: 1.3333333333vw;
    padding-bottom: 3.3333333333vw;
  }
}
.ecm-lp-bihaku8years .products_row .product_item_body .product_item_normal_price::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1.0666666667vw solid rgba(0, 0, 0, 0);
  border-left: 1.0666666667vw solid rgba(0, 0, 0, 0);
  border-top: 1.2vw solid #c8102e;
  border-bottom: 0;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .products_row .product_item_body .product_item_normal_price::after {
    border-right: 1.8666666667vw solid rgba(0, 0, 0, 0);
    border-left: 1.8666666667vw solid rgba(0, 0, 0, 0);
    border-top: 2.6666666667vw solid #c8102e;
  }
}
@media (min-width: 961px) {
  .ecm-lp-bihaku8years .products_row .product_item_body .product_item_normal_price::after {
    left: 0;
    right: 0;
    margin: 4px 0 0 95px;
    border-right-width: 5px;
    border-left-width: 5px;
    border-top-width: 7px;
  }
}
.ecm-lp-bihaku8years .products_row .product_item_body .product_item_normal_price .product_item_normal_price_txt {
  font-size: min(1.2vw, 12px);
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .products_row .product_item_body .product_item_normal_price .product_item_normal_price_txt {
    font-size: 2.4vw;
    white-space: nowrap;
  }
}
.ecm-lp-bihaku8years .products_row .product_item_body .product_item_normal_price .product_item_normal_price_yen {
  margin-left: 0.7em;
  font-size: min(1.8vw, 18px);
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .products_row .product_item_body .product_item_normal_price .product_item_normal_price_yen {
    margin-left: 0.1em;
    font-size: 4.4vw;
  }
}
.ecm-lp-bihaku8years .products_row .product_item_body .product_item_normal_price .product_item_normal_price_yen strong {
  font-size: min(2.2vw, 22px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .products_row .product_item_body .product_item_normal_price .product_item_normal_price_yen strong {
    font-size: 5.0666666667vw;
  }
}
.ecm-lp-bihaku8years .products_row .product_item_body .product_item_normal_price .product_item_normal_price_yen span {
  font-size: min(1vw, 10px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .products_row .product_item_body .product_item_normal_price .product_item_normal_price_yen span {
    font-size: 2.2666666667vw;
  }
}
.ecm-lp-bihaku8years .products_row .product_item_body .product_item_normal_price .product_item_normal_price_yen .line-through {
  position: relative;
  padding-right: 0.3em;
  font-size: min(1.8vw, 18px);
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .products_row .product_item_body .product_item_normal_price .product_item_normal_price_yen .line-through {
    font-size: 4.4vw;
  }
}
.ecm-lp-bihaku8years .products_row .product_item_body .product_item_normal_price .product_item_normal_price_yen .line-through::before {
  content: "";
  position: absolute;
  transform: rotate(170deg);
  display: block;
  width: calc(100% - 5px);
  height: 1px;
  background-color: #c8102e;
  right: 0;
  top: calc(50% - 1px);
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .products_row .product_item_body .product_item_normal_price .product_item_normal_price_yen .line-through::before {
    font-size: 2.1333333333vw;
  }
}
.ecm-lp-bihaku8years .products_row .product_item_body .product_item_set_price {
  display: flex;
  align-items: flex-end;
  margin-bottom: 8px;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .products_row .product_item_body .product_item_set_price {
    margin-bottom: 2.1333333333vw;
  }
}
.ecm-lp-bihaku8years .products_row .product_item_body .product_item_set_price_txt {
  margin-right: 7px;
  font-size: min(1.4vw, 14px);
  font-weight: 500;
  line-height: 1.0714285714;
  color: #ca001b;
  letter-spacing: 0.05em;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .products_row .product_item_body .product_item_set_price_txt {
    font-size: 2.6666666667vw;
  }
}
.ecm-lp-bihaku8years .products_row .product_item_body .product_item_set_price_yen {
  font-size: min(2.8vw, 28px);
  font-weight: 400;
  line-height: 1;
  color: #ca001b;
  letter-spacing: -0.01em;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .products_row .product_item_body .product_item_set_price_yen {
    font-size: 5.6vw;
  }
}
.ecm-lp-bihaku8years .products_row .product_item_body .product_item_set_price_yen strong {
  font-size: min(3.8vw, 38px);
  font-weight: 500;
  line-height: 1;
  color: #ca001b;
  letter-spacing: -0.01em;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .products_row .product_item_body .product_item_set_price_yen strong {
    letter-spacing: -0.07em;
    font-size: 8vw;
  }
}
.ecm-lp-bihaku8years .products_row .product_item_body .product_item_set_price_yen span {
  font-size: min(1.1vw, 11px);
  font-weight: 600;
  line-height: 1;
  color: #ca001b;
  letter-spacing: 0.05em;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .products_row .product_item_body .product_item_set_price_yen span {
    font-size: 2.2666666667vw;
  }
}
.ecm-lp-bihaku8years .products_row .product_item_body .product_item_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: min(6.5vw, 65px);
  font-size: min(2vw, 20px);
  font-weight: 400;
  color: #fff;
  background-color: #ca001b;
  padding-bottom: 2px;
  letter-spacing: 0.05em;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .products_row .product_item_body .product_item_btn a {
    height: 12vw;
    font-size: 4vw;
  }
}
.ecm-lp-bihaku8years .products_row .product_item_body .product_item_btn a::after {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  width: min(1.2vw, 12px);
  height: min(1.2vw, 12px);
  margin-left: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .products_row .product_item_body .product_item_btn a::after {
    font-size: 2.1333333333vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.ecm-lp-bihaku8years .products_row .product_item_body .product_item_btn a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.ecm-lp-bihaku8years .campaign_section {
  padding-bottom: 65px;
  background-color: #f0f0f0;
}
.ecm-lp-bihaku8years .campaign_section .campaign_block_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 1em 22px;
  background-color: #0094bb;
  letter-spacing: 0.15em;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_block_ttl {
    flex-direction: column;
  }
}
.ecm-lp-bihaku8years .campaign_section .campaign_block_ttl .ttl_sub_txt span {
  color: #fff;
  font-weight: 500;
  font-size: min(2.4vw, 24px);
  letter-spacing: 0.05em;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_block_ttl .ttl_sub_txt span {
    font-size: 4.5333333333vw;
  }
}
.ecm-lp-bihaku8years .campaign_section .campaign_block_ttl .ttl_main_txt {
  margin-left: 0.1em;
  color: #fff;
  font-weight: 700;
  font-size: min(3.4vw, 34px);
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_block_ttl .ttl_main_txt {
    margin-top: 0.3em;
    margin-left: 0;
    font-size: 6.2666666667vw;
  }
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail {
  max-width: 960px;
  margin: 50px auto 0;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_product_detail {
    padding: 0 5.3333333333vw;
  }
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .ttl_sub_txt {
  text-align: center;
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .ttl_sub_txt span {
  display: inline-block;
  position: relative;
  font-size: min(1.8vw, 18px);
  font-weight: 700;
  color: #c52424;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_product_detail .ttl_sub_txt span {
    font-size: 4vw;
  }
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .ttl_sub_txt span::before, .ecm-lp-bihaku8years .campaign_section .campaign_product_detail .ttl_sub_txt span::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 24px;
  background-color: #c52424;
  bottom: -4px;
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .ttl_sub_txt span::before {
  transform: rotate(326deg);
  left: -32px;
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .ttl_sub_txt span::after {
  transform: rotate(34deg);
  right: -27px;
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .ttl_main_txt {
  margin-top: 15px;
  text-align: center;
  font-weight: 700;
  font-size: min(2.2vw, 22px);
  letter-spacing: 0.05em;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_product_detail .ttl_main_txt {
    font-size: 4.5333333333vw;
  }
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_detail_contents {
  max-width: 700px;
  margin: 25px auto 0;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_detail_contents {
    width: 89.3333333333vw;
    max-width: 100%;
    margin-top: 4.6666666667vw;
  }
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 32px 52px 40px 30px;
  background-color: #fff;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item {
    padding: 2.6666666667vw;
  }
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item.item02 {
  padding: 32px 52px 20px 30px;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item.item02 {
    padding: 2.6666666667vw;
  }
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_img {
  display: flex;
  align-items: flex-end;
  width: 330px;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_img {
    width: 50%;
  }
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .label_set {
  position: absolute;
  top: 19px;
  left: 18px;
  width: 118px;
  height: 63px;
  padding: 5px 9px 9px;
  background-color: #ca001b;
  border-radius: 10px;
  text-align: center;
  font-weight: 500;
  font-size: min(2vw, 20px);
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_product_detail .label_set {
    width: 17.3333333333vw;
    height: 9.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .label_set strong {
  font-weight: 400;
  font-size: min(2.5vw, 25px);
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_product_detail .label_set strong {
    font-size: 3.7333333333vw;
  }
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_picture {
  width: 330px;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_picture {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_picture img {
    width: 100%;
  }
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_title {
  margin-bottom: 13px;
  white-space: nowrap;
  font-size: min(2vw, 20px);
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_title {
    font-size: 4vw;
  }
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_title.pc_item {
    display: none;
  }
}
@media (min-width: 961px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_title.sp_item {
    display: none;
  }
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body {
  position: relative;
  width: 218px;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body {
    width: 48%;
    margin-left: 2%;
  }
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_price {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_normal_price {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_normal_price::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1.0666666667vw solid rgba(0, 0, 0, 0);
  border-left: 1.0666666667vw solid rgba(0, 0, 0, 0);
  border-top: 1.2vw solid #c8102e;
  border-bottom: 0;
}
@media (min-width: 961px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_normal_price::after {
    left: 0;
    right: 0;
    margin: 4px 0 0 95px;
    border-right-width: 5px;
    border-left-width: 5px;
    border-top-width: 7px;
  }
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_normal_price .product_item_normal_price_txt {
  font-size: min(1.2vw, 12px);
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_normal_price .product_item_normal_price_txt {
    font-size: 4vw;
  }
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_normal_price .product_item_normal_price_yen {
  margin-left: 0.7em;
  font-size: min(1.8vw, 18px);
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_normal_price .product_item_normal_price_yen {
    font-size: 4vw;
  }
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_normal_price .product_item_normal_price_yen strong {
  font-size: min(2.2vw, 22px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_normal_price .product_item_normal_price_yen strong {
    font-size: 4vw;
  }
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_normal_price .product_item_normal_price_yen span {
  font-size: min(1vw, 10px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_normal_price .product_item_normal_price_yen span {
    font-size: 4vw;
  }
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_normal_price .product_item_normal_price_yen .line-through {
  position: relative;
  padding-right: 0.3em;
  font-size: min(1.8vw, 18px);
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_normal_price .product_item_normal_price_yen .line-through {
    font-size: 4vw;
  }
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_normal_price .product_item_normal_price_yen .line-through::before {
  content: "";
  position: absolute;
  transform: rotate(170deg);
  display: block;
  width: calc(100% - 5px);
  height: 1px;
  background-color: #c8102e;
  right: 0;
  top: calc(50% - 1px);
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_set_price {
  display: flex;
  align-items: flex-end;
  margin-bottom: 8px;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_set_price {
    padding-bottom: 2.9333333333vw;
  }
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_set_price_txt {
  margin-right: 7px;
  font-size: min(1.4vw, 14px);
  font-weight: 500;
  line-height: 1.0714285714;
  color: #ca001b;
  letter-spacing: 0.05em;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_set_price_txt {
    font-size: 2.9333333333vw;
  }
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_set_price_yen {
  font-size: min(2.8vw, 28px);
  font-weight: 400;
  line-height: 1;
  color: #ca001b;
  letter-spacing: -0.01em;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_set_price_yen {
    position: relative;
    font-size: 5.6vw;
  }
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_set_price_yen strong {
  font-size: min(3.8vw, 38px);
  font-weight: 500;
  line-height: 1;
  color: #ca001b;
  letter-spacing: -0.01em;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_set_price_yen strong {
    font-size: 9.3333333333vw;
  }
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_set_price_yen span {
  font-size: min(1.1vw, 11px);
  font-weight: 600;
  line-height: 1;
  color: #ca001b;
  letter-spacing: 0.05em;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_set_price_yen span {
    position: absolute;
    top: 100%;
    right: 0;
    font-size: 2.6666666667vw;
  }
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: min(6.5vw, 65px);
  font-size: min(2vw, 20px);
  font-weight: 400;
  color: #fff;
  background-color: #ca001b;
  padding-bottom: 2px;
  letter-spacing: 0.05em;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_btn a {
    height: 12vw;
    font-size: 4vw;
  }
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_btn a::after {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  width: min(1.2vw, 12px);
  height: min(1.2vw, 12px);
  margin-left: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_btn a::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.ecm-lp-bihaku8years .campaign_section .campaign_product_detail .product_item_body .product_item_btn a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.ecm-lp-bihaku8years .campaign_section .supplemental_information {
  margin-top: 1em;
  font-weight: 300;
  font-size: min(1.2vw, 12px);
  line-height: 1.3333333333;
}
@media (max-width: 960px) {
  .ecm-lp-bihaku8years .campaign_section .supplemental_information {
    font-size: 2.1333333333vw;
  }
}

.ecm-lp-banner {
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .ecm-lp-banner {
    padding: 0 4vw;
  }
}
.ecm-lp-banner-heading {
  font-weight: bold !important;
  color: #000;
}

@media screen and (max-width: 960px) {
  .ecm-lp-banner-heading {
    margin-top: 14.6666666667vw !important;
    margin-bottom: 5.3333333333vw !important;
    font-size: 5.8666666667vw !important;
    line-height: 1.45;
    padding-bottom: 4vw;
    border-bottom: 1.0666666667vw solid #C8102E;
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-banner-heading {
    margin-top: 100px !important;
    margin-bottom: 20px !important;
    font-size: 24px !important;
    padding-bottom: 15px;
    border-bottom: 4px solid #C8102E;
  }
}
.ecm-lp-banner-list {
  margin-top: -2.6666666667vw;
}

@media print, screen and (min-width: 961px) {
  .ecm-lp-banner-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -40px;
  }
}
@media screen and (max-width: 960px) {
  .ecm-lp-banner-item {
    margin-top: 8vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-banner-item {
    width: 430px;
    margin-top: 55px;
  }
}
.ecm-lp-banner-item p {
  font-size: 4.8vw;
  line-height: 1.5;
}

@media print, screen and (min-width: 961px) {
  .ecm-lp-banner-item p {
    font-size: 20px;
  }
}
.ecm-lp-banner-item a {
  display: block;
  margin-top: 2.6666666667vw;
}

@media print, screen and (min-width: 961px) {
  .ecm-lp-banner-item a {
    margin-top: 10px;
  }
}
.ecm-lp-banner-item a:hover {
  opacity: 0.8;
}