.sp-only {
  display: none !important;
}
.pc-only {
  display: block !important;
}
@media (max-width: 960px) {
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
  .ecm-main {
    padding: 0;
  }
  .ecm-main__inner {
    padding: 0 20px;
  }
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.txt_bold_01 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 40px;
}
.txt_bold_01.bootstrap_ttl {
  margin-top: 20px;
  padding: 0;
  text-align: left;
}
.txt_bold_02 {
  font-size: 12px;
  color: #999999;
  margin: 0;
  line-height: 1.2em;
}
.txt_bold_03 {
  font-size: 9px;
  color: #000;
  margin: 0;
  line-height: 1.2em;
}
.txt_bold_04 {
  font-size: 14px;
  color: #6a6a6a;
  margin: 0;
  padding-top: 10px;
  line-height: 1.2em;
  text-align: left;
}
.txt_ttl_box {
  border: 1px solid #000;
  padding: 0 2px;
  margin-right: 3px;
}
@media (max-width: 960px) {
  .txt_bold_01 {
    font-size: 22px;
    text-align: center;
    line-height: 2rem;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .txt_bold_04 {
    font-size: 12px;
  }
}
.ecm-bootstrap ul {
  display: flex;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 16px 0 0 0;
}
.bootstrap_cont {
  margin: 0 auto;
}
.top__image img {
  max-width: 960px;
  margin: auto;
}
.ecm-cp-pointup-navi a {
  line-height: 1.2 !important;
  list-style: none;
  background: #ffffff;
  background-image: url(../img/icn_arrow.png?$staticlink$);
  background-position: center 90%;
  background-repeat: no-repeat;
  border-radius: 8px;
  backdrop-filter: blur(40px);
  box-shadow:
    0 1px 8px 0 rgba(0, 0, 0, 0.1),
    0 0 2px 0 rgba(0, 0, 0, 0.1),
    inset 0 0 8px 0 #f2f2f2;
  color: #2d2926;
  font-weight: 500;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
  vertical-align: middle;
  height: 64px;
  max-width: 428px;
  padding-top: 10px;
  display: block;
  margin: 20px auto;
}
@media (max-width: 960px) {
  .top__image img {
    width: 100%;
    max-width: 100%;
  }
  .ecm-cp-pointup-navi a {
    max-width: 100%;
    width: 50%;
  }
}
.linkbtn_01 span {
  line-height: 1.6rem;
}
.arrow_ico img {
  transform: rotate(270deg);
  transform-origin: center;
}
/*btn*/
.cart_ico {
  padding-right: 10px;
}
.lp-present-button button {
  padding: 0;
  border: none;
  background: transparent;
  background-color: #2d2926;
  color: #fff;
  width: 100%;
  height: 45px;
  border-radius: 100px !important;
  font-weight: normal !important;
}
@media (max-width: 960px) {
  .lp-present-button button {
    width: calc(795 / 960 * 100vw);
  }
}
.ecm-product-card:hover {
  opacity: 0.7;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.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;
  margin-top: 1.1333333333vw;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.lp-present-button {
  display: flex !important;
  color: #fff !important;
  padding: 0 !important;
  justify-content: center;
  background: none !important;
  width: 100%;
  margin: 0 auto;
}
.ecm-lp-set-item__bottom .link a {
  color: #000;
  text-decoration: underline;
  position: relative;
  display: block;
  font-size: 14px;
  text-align: center;
}
.ecm-lp-set-item__bottom .link a:after {
  content: "";
  position: absolute;
  top: 4px;
  right: -10px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.lp-present-list-item__note {
  font-size: 11px;
}
@media (max-width: 960px) {
  .lp-present-button {
    display: flex !important;
    color: #fff !important;
    padding: 0 !important;
    justify-content: center;
    background: none !important;
    width: 100%;
    margin-top: 20px;
  }
}
.linkbtn_01 {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #000;
  border-radius: 50px;
  display: block;
  font-size: 4vw;
  color: #fff !important;
  text-align: center;
  padding-top: 4vw;
  padding-bottom: 4vw;
  margin-bottom: 2.6666666667vw;
}
.linkbtn_01:hover {
  opacity: 0.7;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.linkbtn_01 p {
  margin: 0;
}
@media print, screen and (min-width: 961px) {
  .linkbtn_01 {
    width: 330px;
    font-size: 18px !important;
    padding: 20px 0 !important;
    margin: auto;
  }
  .linkbtn_01 span {
    font-size: 16px;
  }
}

/* topics_cont */
.topics_cont_ttl img {
  width: 100%;
}
.topics_cont {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  flex: 1 1 auto;
}
.topics_cont img {
  width: 450px;
  height: auto;
}
.topics_cont p.txt_read {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 960px) {
  .topics_cont {
    flex-wrap: wrap;
    text-align: center;
  }
  .topics_cont img {
    width: 100%;
    max-width: 100%;
  }
  .topics_cont p.txt_read {
    font-size: 16px;
  }
}

/*cont_01*/
.cont_01 {
  margin-top: 40px;
}
.cont_01 .ttl_box {
  margin: 40px 0 32px;
  padding: 16px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  background-color: #2d2926;
  width: 100%;
}

.ecm-lp-cta-list .ecm-lp-cta-item__price {
  justify-content: flex-start;
  gap: 10px;
}
.ecm-lp-cta-item__price .item_price_old {
  padding-top: 2px;
  color: #999;
  text-decoration: line-through;
}
.ecm-lp-cta-item__price .item_price {
  color: #d80c18;
  text-decoration: none;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-cta-list .ecm-lp-cta-item__price {
    width: 100%;
    margin: 25px auto;
  }
}
.aco_ttl {
  font-size: 34px;
  text-align: left;
  border-bottom: #000 1px solid;
  margin: 30px auto;
  /* width: calc(795 / 960 * 100vw); */
  font-weight: bold;
}
.aco_ttl.red {
  border-bottom: #d80c18 1px solid;
}
/**/

@media print, screen and (min-width: 961px) {
  .aco_ttl {
    margin-top: 40px !important;
    width: 100%;
  }
}

.aco_ttl a {
  display: block;
  position: relative;
  padding: 3.2vw 4.2666666667vw;
  /* font-size: 3.8666666667vw; */
  font-size: 16px;
}

@media print, screen and (min-width: 961px) {
  .aco_ttl a {
    padding: 12px 16px;
    font-size: 24px;
  }
}

.aco_ttl a::before,
.aco_ttl a::after {
  content: "";
  display: block;
  width: 4.2666666667vw;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4vw;
  background: #000;
}
.aco_ttl.red a::before,
.aco_ttl.red a::after {
  background: #d80c18;
}
@media print, screen and (min-width: 961px) {
  .aco_ttl a::before,
  .aco_ttl a::after {
    width: 16px;
    right: 15px;
  }
}

.aco_ttl a::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition:
    transform 0.25s ease,
    -webkit-transform 0.25s ease;
}

.aco_ttl a.collapsed::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
} /**/

.cont_01_item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
/* .cont_01_item_list.left {
    justify-content: flex-start;
  } */
.ecm-product-card {
  justify-content: space-between;
}
.ecm-product-card.top_inner {
  justify-content: flex-start;
}
.ecm-product-card__title {
  font-size: 16px;
  overflow: visible;
  line-height: 1.6em;
  -webkit-line-clamp: none;
  color: #2d2926;
}
.ecm-product-card__contents.producttile-style {
  height: auto;
}
.ecm-product-card__image img.h246 {
  height: 246px;
}

.cont_01_item_list .btn_inner {
  margin-top: 12px;
  font-size: 14px;
  color: #2d2926;
  font-weight: bold;
}
.cont_01_item_list .btn_inner .underline {
  text-decoration: underline;
}
.ecm-lp-cta-item__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}
.ecm-lp-cta-item__image {
  max-width: 400px;
}
.ecm-lp-cta-item__contents {
  text-align: center;
}

@media (max-width: 960px) {
  .ecm-lp-cta-item__inner {
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    gap: 0px;
  }
  .ecm-lp-cta-item__image {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .ecm-lp-cta-item__contents {
    width: 100%;
  }

  .ecm-product-card {
    width: 100%;
  }
}

/*cont_02*/
.cont_02,
.cont_03,
.cont_04,
.cont_05,
.cont_06 {
  margin-top: 80px;
}
@media print, screen and (max-width: 960px) {
  .cont_02,
  .cont_03,
  .cont_04,
  .cont_05,
  .cont_06 {
    margin-top: 45px;
  }
  .cont_05 .cont_01_item_list,
  .cont_06 .cont_01_item_list {
    margin-bottom: 0;
  }
}
.cont_02_item_list ul {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
  justify-content: center;
  gap: 20px;
}
.cont_02_item_list ul li {
  list-style: none;
  width: calc(50% - 10px);
}
.cont_02_item_list ul li > img {
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 960px) {
  .cont_02_item_list ul {
    padding: 0;
  }
  .cont_02_item_list ul li {
    width: 100%;
  }
}
.cont_04 .tokken_cont {
  margin-bottom: 10px;
}
.cont_05 .cont_01_item_list .btn_inner,
.cont_06 .cont_01_item_list .btn_inner {
  font-weight: bold;
}

.lp-banners-list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 16px;
  justify-content: center;
  max-width: 100%;
}

.lp-banners-item {
  cursor: pointer;
}
.lp-banners-item:hover {
  opacity: 0.7;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media print, screen and (max-width: 960px) {
  .lp-banners-list {
    grid-template-columns: repeat(1, auto);
  }
}
