@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700;900&display=swap");
body {
  background-color: #f7efef !important;
}

body,
p {
  font-style: normal;
  color: #333333 !important;
  font-size: 1.125rem !important;
  line-height: 1.8;
}

section {
  margin-bottom: 60px;
}
@media only screen and (max-width: 576px) {
  section {
    margin-bottom: 30px;
  }
}

footer .region-footer {
  background-color: #ff9d9d !important;
}

.b {
  font-weight: bold;
}

.sp-blank {
  display: inline-block;
}
@media only screen and (max-width: 576px) {
  .sp-blank {
    display: block;
  }
}

.sp-view {
  display: none;
}
@media (max-width: 576px) {
  .sp-view {
    display: block !important;
  }
}

.title-main {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .title-main {
    margin-bottom: 20px;
  }
}

.hidden {
  display: none;
}

.scroll {
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flow-header {
  background: #ff9d9d;
  font-weight: bold;
  color: #fff;
  margin: 0;
  display: inline-block;
  padding: 0.3em 0.5em;
  border-radius: 10px 10px 0 0;
  line-height: 1;
}
.flow-header span {
  font-weight: bold;
  font-size: 1.75rem !important;
}
.flow-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  background-color: #fff5d9;
  border-radius: 0 20px 20px 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  .flow-content {
    display: block;
  }
}
.flow-img {
  max-width: 120px;
  margin-right: 20px;
}
@media only screen and (max-width: 576px) {
  .flow-img {
    max-width: 200px;
    margin: auto;
  }
}
.flow-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.flow-text p:last-child {
  margin-bottom: 0 !important;
}
.flow-title {
  color: #ff3c61;
  font-size: 1.75rem !important;
  margin-bottom: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 576px) {
  .flow-title {
    margin-bottom: 0;
    text-align: center;
  }
}

.job-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 450px;
  margin-right: 16px;
  border: 5px solid #ff9d9d;
  margin-bottom: 20px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 576px) {
  .job-content {
    max-width: 350px;
  }
}
.job-content .btn-main {
  width: 80% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  margin: 0px auto;
  padding: 10px;
}
@media only screen and (max-width: 576px) {
  .job-content .btn-main {
    width: 95% !important;
    line-height: 1.4;
  }
}
.job-content .btn-main-wrap {
  margin-bottom: 30px;
  margin-top: auto;
}
.job-content .btn-main span {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 1.25rem !important;
}
@media only screen and (max-width: 576px) {
  .job-content .btn-main span {
    font-size: 1.125rem !important;
  }
}
.job-inner {
  padding: 15px;
}
.job-inner:last-child {
  padding: 10px;
}
.job-title {
  margin-bottom: 10px;
}
.job-title p {
  color: #ff3c61;
  line-height: 1.5;
  font-size: 1.375rem !important;
  margin-bottom: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 576px) {
  .job-title p {
    font-size: 1.25rem !important;
  }
}
.job-title span {
  display: inline-block;
  font-weight: bold;
  background-color: #ffe57b;
  color: #333333;
  padding: 0 5px;
  font-size: 1rem !important;
}
@media only screen and (max-width: 576px) {
  .job-title span {
    font-size: 0.875rem !important;
  }
}
.job-photo img {
  border-radius: 20px 20px 0 0;
}
.job-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.job-tag span {
  background-color: #ff9d9d;
  border-radius: 100vw;
  color: #fff;
  font-weight: bold;
  padding: 2px 5px;
  font-size: 0.8125rem !important;
  display: block;
  margin-right: 4px;
  margin-bottom: 8px;
}
.job-tag span:last-child {
  margin-right: 0px;
}
.job-detail div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 5px;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 576px) {
  .job-detail div {
    padding: 5px;
  }
}
.job-detail div img {
  width: 20px !important;
  height: auto;
  margin-right: 5px;
  margin-top: 3px;
}
.job-detail div p:last-child {
  margin-bottom: 0 !important;
}

.search-item-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
@media only screen and (max-width: 576px) {
  .search-item-btns {
    gap: 8px;
  }
}
.search-content {
  border: 5px solid #ff9d9d;
  border-top: 0px;
  border-radius: 0 0 20px 20px;
}
.search-inner {
  padding: 20px;
}
@media only screen and (max-width: 576px) {
  .search-inner {
    padding: 15px 10px;
  }
}
.search-item-title {
  color: #ff9d9d;
  font-size: 1.25rem !important;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-item-title span {
  color: #fff;
  display: inline-block;
  border-radius: 100vw;
  background: #ff9d9d;
  width: 40px;
  height: 40px;
  line-height: 1;
  margin-right: 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-item-btn {
  min-width: 33.3333333333%;
}
.search-item-btn p {
  margin-bottom: 0 !important;
}
.search-item-btn label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding: 10px 16px;
  border: 2px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 576px) {
  .search-item-btn label {
    padding: 10px 5px;
    min-width: 112px;
  }
}
.search-item-btn label input[type=radio] {
  display: none;
}
.search-item-btn label .txt {
  color: #333;
  margin: 0 !important;
  font-size: 1rem !important;
}
.search-item-btn label input[type=radio]:checked + .txt {
  font-weight: bold;
  color: #fff;
}
.search-item-btn label input[type=radio]:checked + .txt::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #ff9d9d;
  z-index: -1;
  border-radius: 6px;
}
@supports selector(:has(input[type="radio"]:checked)) {
  .search-item-btn:has(input[type=radio]:checked) label {
    border-color: #ff9d9d;
    background-color: #ff9d9d;
  }
  .search-item-btn:has(input[type=radio]:checked) label .txt {
    color: #fff !important;
    font-weight: bold;
    margin-bottom: 0 !important;
  }
}
.search-btn {
  padding: 12px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: 100vw;
  text-align: center;
  font-size: 1.125rem !important;
  font-weight: bold;
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 20px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.search-btn.back {
  border: 1px solid #7d7d7d;
  background-color: #bcbcbc;
  min-width: 250px;
}
.search-btn.back::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: solid 1.5px #000;
  border-right: solid 1.5px #000;
  position: absolute;
  left: 1.5em;
  top: 50%;
  -webkit-transform: rotate(-135deg) translateY(50%);
          transform: rotate(-135deg) translateY(50%);
}
.search-btn.result {
  border: none;
  background-color: #3ca93c;
  color: #fff;
  min-width: 250px;
}
.search-btn.result::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: solid 1.5px #fff;
  border-left: solid 1.5px #fff;
  position: absolute;
  right: 1.5em;
  top: 50%;
  -webkit-transform: rotate(135deg) translateY(50%);
          transform: rotate(135deg) translateY(50%);
}
.search-btns {
  width: 100%;
  margin: auto;
}

.review-content {
  background-color: #ffbaba;
  border-radius: 20px;
  padding: 10px;
  margin-right: 20px;
  min-width: 460px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 576px) {
  .review-content {
    min-width: 350px;
    padding: 15px 10px;
  }
}
.review-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.review-img {
  width: 100px;
  height: 100px;
  border-radius: 100vw;
  background-color: #ffe4e4;
  margin-right: 10px;
}
@media only screen and (max-width: 576px) {
  .review-img {
    width: 80px;
    height: 80px;
  }
}
.review-img img {
  width: 100%;
}
.review-headhing {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.3;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.375rem !important;
}
@media only screen and (max-width: 576px) {
  .review-headhing {
    font-size: 1.25rem !important;
  }
}
.review-headhing span {
  display: block;
  font-size: 1.125rem !important;
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (max-width: 576px) {
  .review-headhing span {
    font-size: 1rem !important;
  }
}
.review-text {
  background-color: #fff;
  border-radius: 20px;
  padding: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.review-text p:last-child {
  margin-bottom: 0 !important;
}

.merit-content {
  background-color: #fff5d9;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  .merit-content {
    padding: 15px;
  }
}
.merit-content.last {
  margin-bottom: 60px;
}
@media only screen and (max-width: 576px) {
  .merit-content.last {
    margin-bottom: 40px;
  }
}
.merit-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(/sites/default/files/inline-images/haken-area-dotline.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 5px;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 576px) {
  .merit-title {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}
.merit-title div:first-child {
  width: 50px;
  height: auto;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 576px) {
  .merit-title div:first-child {
    width: 36px;
  }
}
.merit-title div:last-child {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.25rem !important;
  line-height: 1.5;
  color: #ff3c61;
}
@media only screen and (max-width: 576px) {
  .merit-title div:last-child {
    font-size: 1.375rem !important;
  }
}
.merit-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 576px) {
  .merit-detail {
    display: block;
  }
}
.merit-img {
  width: 170px;
}
@media only screen and (max-width: 576px) {
  .merit-img {
    margin: auto;
  }
}
.merit-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
}
.merit-text p:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 576px) {
  .merit-text {
    margin-right: 0px;
  }
}

.dp-box-round {
  margin: 1.5em 0 !important;
  border-radius: 20px;
  border: 4px dotted #ff9d9d;
  padding: 15px;
}

.check-list-01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.check-list-01 li span {
  padding-left: 5px;
  font-weight: bold;
  font-size: 1.5rem !important;
}
@media only screen and (max-width: 576px) {
  .check-list-01 li span {
    font-size: 1.25rem !important;
  }
}
.check-list-01 li:last-child {
  margin-bottom: 0;
}
.check-list-01 li::before {
  width: 1.2rem;
  height: 0.5rem;
  border-left: 4px solid #ff3c61;
  border-bottom: 4px solid #ff3c61;
  top: 0;
  position: relative;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.logo-scroll {
  margin-bottom: 30px;
}
.logo-scroll-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.logo-scroll-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
.logo-scroll-list--left {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.logo-scroll-item > img {
  width: 100%;
}
.logo-scroll-item {
  width: 14.2857142857vw;
  margin-right: 10px;
  border: 1px solid #ded3d6;
  padding: 5px;
}
@media only screen and (max-width: 576px) {
  .logo-scroll-item {
    width: 150px;
  }
}

.node--unpublished {
  background: none;
}

.price {
  font-weight: bold;
  font-size: 1.25rem !important;
}

.dp-compare-table-04-container {
  margin-bottom: 50px;
}

.dp-compare-table-05 thead th,
.dp-compare-table-05 thead td {
  background-color: #ff9d9d;
  font-weight: bold;
  color: #ffffff;
  vertical-align: middle;
}

.dp-compare-table-05 .compare-table__stars {
  letter-spacing: 0;
}

@media only screen and (max-width: 576px) {
  .dp-compare-table-05 .compare-table__stars {
    font-size: 0.5rem !important;
  }
}

.dp-compare-table-05 .link-btn {
  max-width: 140px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  background: #65c003;
  border: none;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 0 #307f30;
          box-shadow: 0 5px 0 #307f30;
  text-align: center;
  position: relative;
  margin: 10px auto 12px;
  padding: 10px 5px 8px 5px;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.dp-compare-table-05 th,
.dp-compare-table-05 td {
  background-color: #ffffff;
  border: 1px solid #ffc7c7;
  padding: 9px 5px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}

.dp-compare-table-05 .td-description,
.dp-compare-table-05 .td-description p {
  text-align: left;
  font-weight: 700;
  font-size: 13px !important;
  line-height: 1.6;
  margin-bottom: 0px !important;
}

.dp-compare-table-05 tr:nth-child(odd) td {
  background: #ffefef;
}

.dp-compare-table-05-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 576px) {
  .dp-compare-table-05 th:first-child,
  .dp-compare-table-05 td:first-child {
    position: sticky;
    left: 0;
    border-left: 1px solid #ffd7d7;
    border-right: 1px solid #ffd7d7;
  }
}
.dp-compare-table-05 figure picture,
.dp-compare-table-05 figure img,
.dp-compare-table-05 figure video {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: auto !important;
  margin: 0 !important;
}

.block-related-products .stars {
  display: inline-block;
  font-size: 1.15em;
  letter-spacing: -0.1em;
  padding-right: 10px;
}

.dp-ranking-product-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #ff9d9d;
  border-radius: 10px;
  padding: 10px 15px 8px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 55px;
  font-size: 2rem !important;
  line-height: 1.5;
}
@media only screen and (max-width: 576px) {
  .dp-ranking-product-title {
    font-size: 1.5rem !important;
  }
}

.info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  .info-content {
    margin-bottom: 15px;
  }
}
.info-inner {
  width: 50%;
}
.info-inner + .info-inner {
  margin-left: 20px;
}
@media only screen and (max-width: 576px) {
  .info-inner + .info-inner {
    margin-left: 15px;
  }
}
.info-title {
  background-color: #ff9d9d;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem !important;
  padding: 5px;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}
.info-title:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border: 10px solid transparent;
  border-top: 10px solid #ff9d9d;
  width: 0;
  height: 0;
}
@media only screen and (max-width: 576px) {
  .info-title {
    font-size: 1.125rem !important;
  }
}
.info-text {
  text-align: center;
  font-size: 1.5rem !important;
  font-weight: bold;
}
@media only screen and (max-width: 576px) {
  .info-text {
    font-size: 1.25rem !important;
  }
}
.info-text span {
  font-size: 1rem !important;
  font-weight: bold;
}
@media only screen and (max-width: 576px) {
  .info-text span {
    font-size: 0.875rem !important;
  }
}

.point-content {
  background-color: #fff5d9;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-top: 50px;
}
@media only screen and (max-width: 576px) {
  .point-content {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .point-content {
    padding: 15px;
  }
}
.point-content.last {
  margin-bottom: 60px;
}
@media only screen and (max-width: 576px) {
  .point-content.last {
    margin-bottom: 40px;
  }
}
.point-title {
  background-image: url(/sites/default/files/inline-images/haken-area-dotline.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 5px;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 80px;
}
@media only screen and (max-width: 576px) {
  .point-title {
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-left: 55px;
  }
}
.point-title.osusume::before {
  content: "";
  display: inline-block;
  background-image: url(/sites/default/files/inline-images/haken-area-product-osusume.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 77px;
  height: 83px;
  position: absolute;
  top: -38px;
  left: 0%;
}
@media only screen and (max-width: 576px) {
  .point-title.osusume::before {
    top: -23px;
    width: 50px;
    height: 54px;
  }
}
.point-title.editor::before {
  content: "";
  display: inline-block;
  background-image: url(/sites/default/files/inline-images/haken-area-product-editor.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 77px;
  height: 98px;
  position: absolute;
  top: -38px;
  left: 0%;
}
@media only screen and (max-width: 576px) {
  .point-title.editor::before {
    top: -33px;
    width: 50px;
    height: 64px;
  }
}
.point-title div:last-child {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.875rem !important;
  line-height: 1.5;
  color: #ff3c61;
}
@media only screen and (max-width: 576px) {
  .point-title div:last-child {
    font-size: 1.375rem !important;
  }
}
.point-list {
  position: relative;
}
.point-list ::before {
  content: "";
  display: inline-block;
  background-image: url(/sites/default/files/inline-images/haken-area-check.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  height: 24px;
  position: absolute;
  left: 0%;
}
.point-list li {
  margin-bottom: 15px;
  padding-left: 30px;
  font-weight: bold;
}
.point-list li:last-child {
  margin-bottom: 0px;
}
.point-text p:last-child {
  margin-bottom: 0 !important;
}

.bottom-offer-block .product-detail {
  display: none;
}

.btn-main {
  background-color: #65c003;
  color: #fff !important;
  font-weight: 700;
  border-radius: 20px;
  line-height: normal;
  text-decoration: none !important;
  font-size: 1.375rem !important;
  min-height: 85px;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 8px 0 #307f30;
          box-shadow: 0 8px 0 #307f30;
}
@media only screen and (max-width: 576px) {
  .btn-main {
    font-size: 1.125rem !important;
    min-height: 70px;
  }
}
.btn-main::after {
  position: absolute;
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-size: 1.8rem;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dp-btn-arrow-right::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a.btn-label {
  margin-top: 60px;
  margin-bottom: 60px !important;
  padding: 15px 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 576px) {
  a.btn-label {
    margin-bottom: 40px !important;
  }
}
a.btn-label span {
  left: calc(50% - 150px);
  display: block;
  width: 300px;
}

.product-detail {
  margin-top: 50px;
}
@media only screen and (max-width: 576px) {
  .product-detail {
    margin-top: 35px;
  }
}

.dp-title-h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-bottom: solid 3px #f6eceb;
  position: relative;
  font-size: 1.5625rem !important;
  padding-bottom: 10px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #ff3c61;
}
.dp-title-h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ff9d9d;
  bottom: -3px;
  width: 20%;
}
@media only screen and (max-width: 576px) {
  .dp-title-h3 {
    font-size: 1.25rem !important;
  }
}
.fs--fill {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 229, 102, 0.7))) !important;
  background: linear-gradient(transparent 60%, rgba(255, 229, 102, 0.7) 60%) !important;
  font-style: normal !important;
  font-weight: 700;
}

.fc--red {
  color: red !important;
  font-weight: 700;
}
