@charset "UTF-8";
/* m plus 1 / noto sans jp */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.contsTtl .redH {
  background: #d00f31;
}

.redBtn {
  background-color: #d00f31;
  -webkit-box-shadow: 0px -5px 0px 0px #a2031f inset;
  box-shadow: 0px -5px 0px 0px #a2031f inset;
}

.cpBtnY {
  background: #fad025;
  color: #111111;
  -webkit-box-shadow: 0px -5px 0px 0px #b39f3f inset;
  box-shadow: 0px -5px 0px 0px #b39f3f inset;
}

.cpBtnG {
  background: #2dad55;
  -webkit-box-shadow: 0px -5px 0px 0px #1f823e inset;
  box-shadow: 0px -5px 0px 0px #1f823e inset;
}

.dbaraiBtn {
  margin: 0 auto;
  padding: 0 13.54167% 3.125%;
}

.dbaraiList01 {
  padding: 0 5%;
  overflow: hidden;
  background: url("../img/imgparts9_2_01_bg.png") repeat-y;
}

.dbaraiList02 {
  padding: 0 5%;
  overflow: hidden;
  background: url("../img/imgparts9_5_01_bg.png") repeat-y;
}

.dbaraiList03 {
  padding: 0 5%;
  overflow: hidden;
  background: url("../img/imgparts9_8_01_bg.png") repeat-y;
}

.dbaraiList01 li,
.dbaraiList02 li,
.dbaraiList03 li {
  width: 31.945%;
  float: left;
  margin-right: 2.085%;
}

.dbaraiList01 li:nth-child(3n+0),
.dbaraiList02 li:nth-child(3n+0),
.dbaraiList03 li:nth-child(3n+0) {
  margin-right: 0;
  margin-bottom: 3%;
}

/* page */
/* 共通 */
.disp_sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .disp_sp {
    display: block !important;
  }
}

.ulp_page {
  line-height: 1.6;
  color: #000;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
.ulp_page .inner {
  padding: 0 10%;
}
@media only screen and (max-width: 767px) {
  .ulp_page .inner {
    padding: 0 20px;
  }
}
.ulp_page .inner2 {
  padding: 0 7%;
}
@media only screen and (max-width: 767px) {
  .ulp_page .inner2 {
    padding: 0 20px;
  }
}

/* btn-a */
.c-btn-a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background-size: auto auto;
  background: #E60C1E;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF5D6B), to(#E60C1E));
  background: linear-gradient(180deg, #FF5D6B 0%, #E60C1E 100%);
  border-radius: 100px;
  padding: 27px 80px;
  max-width: 460px;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-bottom: 7px;
  -webkit-box-shadow: 0 7px 0 #B7000F;
          box-shadow: 0 7px 0 #B7000F;
}
.c-btn-a::after {
  position: absolute;
  content: "";
  width: 43px;
  height: 43px;
  background: url(../img/arrow_01.png) center right no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 36px;
}
.c-btn-a.-orange {
  background: #0076C9;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD138), to(#FF8B03));
  background: linear-gradient(180deg, #FFD138 0%, #FF8B03 100%);
  -webkit-box-shadow: 0 7px 0 #F75F00;
          box-shadow: 0 7px 0 #F75F00;
  padding-top: 16px;
  padding-bottom: 16px;
  text-shadow: 0 0 8px rgba(255, 131, 24, 0.8);
  line-height: 1.4;
}
.c-btn-a.-blue {
  background: #0076C9;
  background: -webkit-gradient(linear, left top, left bottom, from(#29A7FF), to(#0076C9));
  background: linear-gradient(180deg, #29A7FF 0%, #0076C9 100%);
  -webkit-box-shadow: 0 7px 0 #005FA2;
          box-shadow: 0 7px 0 #005FA2;
}
@media only screen and (max-width: 640px) {
  .c-btn-a {
    font-size: 18px;
    padding: 16px 40px;
    max-width: 350px;
  }
  .c-btn-a::after {
    width: 24px;
    height: 24px;
    right: 16px;
  }
}

.c-link {
  display: inline;
  font-weight: 500;
  color: #E60113;
  border-bottom: solid 1px #E60113;
}

.entry {
  padding-top: 7.2916666667%;
}
.entry__btn {
  text-align: center;
}
.entry__notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  margin-top: 6.8181818182%;
}
.entry__notes > li {
  font-size: 18px;
  font-weight: 500;
  padding-left: 1.1em;
  position: relative;
  line-height: 1.6;
}
.entry__notes > li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .entry__notes {
    gap: 10px;
  }
  .entry__notes > li {
    font-size: 16px;
  }
}

.campaign {
  margin-top: 11.4583333333%;
  padding: 8.3333333333% 0 10.4166666667%;
  background: url(../img/bg_01.png) repeat left top/auto auto;
}
.campaign__lead {
  margin-left: -12px;
  margin-right: -12px;
}
.campaign__lead2 {
  margin-top: 3.90625%;
}

.campaignLink {
  margin: 7.8125% 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 15px;
}
@media only screen and (max-width: 640px) {
  .campaignLink {
    gap: 12px;
  }
}
.campaignLink__item {
  width: calc((100% - 30px) / 3);
}
@media only screen and (max-width: 767px) {
  .campaignLink__item {
    width: calc((100% - 15px) / 2);
  }
}
@media only screen and (max-width: 640px) {
  .campaignLink__item {
    width: calc((100% - 12px) / 2);
  }
}
.campaignLink__btn {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  min-height: 85px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD138), to(#FF8B03));
  background: linear-gradient(180deg, #FFD138 0%, #FF8B03 100%);
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 6px;
  -webkit-box-shadow: 0 6px 0 #F75F00;
          box-shadow: 0 6px 0 #F75F00;
  line-height: 1.4;
  text-shadow: 0 0 8px rgba(255, 131, 24, 0.8);
}
.campaignLink__btn::after {
  position: absolute;
  content: "";
  pointer-events: none;
  width: 22px;
  height: 22px;
  bottom: 5px;
  right: 12px;
  bottom: 8px;
  background: url(../img/arrow_02.png) no-repeat center center/contain;
}
@media only screen and (max-width: 640px) {
  .campaignLink__btn {
    font-size: 14px;
    min-height: 68px;
  }
  .campaignLink__btn::after {
    width: 16px;
    height: 16px;
    right: 6px;
    bottom: 5px;
  }
}
.campaignLink__btn.-deco {
  background: url(../img/btn-deco_02.png) no-repeat center/cover, -webkit-gradient(linear, left top, left bottom, from(#3BD6B6), to(#009A7A));
  background: url(../img/btn-deco_02.png) no-repeat center/cover, linear-gradient(180deg, #3BD6B6 0%, #009A7A 100%);
  -webkit-box-shadow: 0 6px 0 #01896C;
  box-shadow: 0 6px 0 #01896C;
  text-shadow: 0 0 8px #00A885;
}
.campaignLink__btn.-deco > span {
  display: contents;
  position: relative;
}
.campaignLink__btn.-deco > span::before, .campaignLink__btn.-deco > span::after {
  position: absolute;
  content: "";
  background: url(../img/btn-deco_01.png) no-repeat top center/contain;
  width: 69px;
  height: 60px;
  top: -13px;
  pointer-events: none;
}
@media only screen and (max-width: 640px) {
  .campaignLink__btn.-deco > span::before, .campaignLink__btn.-deco > span::after {
    width: 40px;
    top: -8px;
  }
}
.campaignLink__btn.-deco > span::before {
  left: -10px;
}
.campaignLink__btn.-deco > span::after {
  right: -10px;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.campaignTarget {
  margin-top: 7.2916666667%;
}
.campaignTarget__title {
  background-color: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#363636), to(#000000));
  background: linear-gradient(180deg, #363636 0%, #000000 100%);
  border-radius: 12px 12px 0 0;
  padding: 10px;
  text-align: center;
  color: white;
  font-weight: 800;
  font-size: 38px;
  position: relative;
  font-family: "M PLUS 1", sans-serif;
}
@media only screen and (max-width: 640px) {
  .campaignTarget__title {
    font-size: 28px;
  }
}
.campaignTarget__box {
  background: white;
  padding: 5.9895833333% 6.5104166667% 7.8125%;
  border-radius: 0 0 12px 12px;
}
.campaignTarget__marker {
  margin-top: 6.8862275449%;
  font-size: 34px;
  text-align: center;
  font-weight: 800;
  font-family: "M PLUS 1", sans-serif;
}
.campaignTarget__marker > span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(70%, #FFFF00));
  background: linear-gradient(transparent 60%, #FFFF00 70%);
  display: inline;
}
@media only screen and (max-width: 640px) {
  .campaignTarget__marker {
    font-size: 24px;
  }
}
.campaignTarget__heading {
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3BD6B6), to(#009A7A));
  background: linear-gradient(180deg, #3BD6B6 0%, #009A7A 100%);
  letter-spacing: 0.02em;
  text-align: center;
  position: relative;
  font-weight: bold;
  font-weight: 800;
  font-family: "M PLUS 1", sans-serif;
  font-size: 28px;
  color: white;
  margin-bottom: 15px;
  margin-top: 9.2814371257%;
  padding: 10px;
}
@media only screen and (max-width: 640px) {
  .campaignTarget__heading {
    font-size: 20px;
  }
}
.campaignTarget__heading.-first {
  margin-top: 7.4850299401%;
}
.campaignTarget__heading::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 15px solid #009A7A;
  border-bottom: 0;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.campaignTarget__heading > span {
  display: inline-block;
  padding: 0 23px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .campaignTarget__heading > span {
    padding: 0 18px;
  }
}
.campaignTarget__heading > span::before, .campaignTarget__heading > span::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/deco_03.png) no-repeat center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  .campaignTarget__heading > span::before, .campaignTarget__heading > span::after {
    width: 12px;
    height: 12px;
  }
}
.campaignTarget__heading > span::before {
  left: 0;
}
.campaignTarget__heading > span::after {
  right: 0;
}
.campaignTarget__list {
  padding: 3.8922155689% 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px 36px;
}
@media only screen and (max-width: 640px) {
  .campaignTarget__list {
    gap: 16px;
  }
}
.campaignTarget__item {
  width: calc((100% - 144px) / 5);
}
@media only screen and (max-width: 640px) {
  .campaignTarget__item {
    width: calc((100% - 48px) / 4);
  }
}

.campaign-noTargetBox {
  margin-top: 5.9880239521%;
  background: #EFEFEF;
  border-radius: 10px;
  padding: 18px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.campaign-noTargetBox__img {
  width: 26%;
  max-width: 152px;
}
.campaign-noTargetBox__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 640px) {
  .campaign-noTargetBox {
    padding: 16px;
  }
  .campaign-noTargetBox__img {
    width: 36%;
  }
  .campaign-noTargetBox__text {
    font-size: 14px;
  }
}

.campaign-footer {
  margin-top: 8.9820359281%;
}
.campaign-footer__text {
  font-size: 17px;
  line-height: 1.8235294118;
}
@media only screen and (max-width: 640px) {
  .campaign-footer__text {
    font-size: 15px;
  }
}
.campaign-footer__list {
  margin-top: 12px;
}
.campaign-footer__list > li {
  font-size: 17px;
  line-height: 1.8235294118;
  margin-top: 8px;
  position: relative;
  padding-left: 11px;
}
@media only screen and (max-width: 640px) {
  .campaign-footer__list > li {
    font-size: 15px;
  }
}
.campaign-footer__list > li::before {
  width: 7px;
  height: 7px;
  border-radius: 100px;
  background: black;
  position: absolute;
  content: "";
  left: 0;
  top: calc(0.9em - 3.5px);
}
.campaign-footer__list > li + li {
  margin-top: 6px;
}

.recommend {
  background: url(../img/deco-recommend_02.png) no-repeat right top/18.3% auto, url(../img/deco-recommend_01.png) no-repeat left top/18.3% auto, url(../img/bg_02.png) repeat-y center top/100% auto;
  padding: 8.9583333333% 0 10.4166666667%;
}
.recommend__title {
  margin: -12px 0;
}
@media only screen and (max-width: 767px) {
  .recommend__title {
    margin-top: 0;
  }
}
.recommend__btn {
  text-align: center;
  margin-top: 10.4166666667%;
}

.recommendBox {
  border-radius: 20px;
  position: relative;
  padding: 5.9895833333% 50px 0;
  border-radius: 20px;
  background: #FFFDEA;
  -webkit-box-shadow: 0 0 20px #F4E990;
          box-shadow: 0 0 20px #F4E990;
  margin-top: 9.8958333333%;
}
@media only screen and (max-width: 640px) {
  .recommendBox {
    padding: 30px 16px 0;
    margin-top: 40px;
  }
}
.recommendBox::after {
  position: absolute;
  content: "";
  width: 130px;
  height: 68px;
  background: url(../img/deco_02.png) no-repeat center top/contain;
  top: -30px;
  right: -23px;
  pointer-events: none;
}
@media only screen and (max-width: 640px) {
  .recommendBox::after {
    width: 80px;
    top: -16px;
    right: -18px;
  }
}
.recommendBox:nth-child(even)::after {
  background: url(../img/deco_01.png) no-repeat center top/contain;
}
.recommendBox__num {
  position: absolute;
  height: 58px;
  top: -28px;
  left: 60px;
  z-index: 2;
}
.recommendBox__num img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 640px) {
  .recommendBox__num {
    height: 36px;
    top: -18px;
    left: 24px;
  }
}
.recommendBox__heading {
  text-align: center;
  font-weight: 800;
  font-size: 34px;
  font-family: "M PLUS 1", sans-serif;
  letter-spacing: 0.03em;
}
.recommendBox__heading > span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(70%, #FFFF00));
  background: linear-gradient(transparent 60%, #FFFF00 70%);
  display: inline;
}
@media only screen and (max-width: 640px) {
  .recommendBox__heading {
    font-size: 20px;
  }
}
.recommendBox__mainImgs {
  padding: 4.4910179641% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -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: 640px) {
  .recommendBox__mainImgs {
    padding: 24px 0;
    gap: 12px;
  }
}
.recommendBox__mainImg {
  height: 185px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 640px) {
  .recommendBox__mainImg {
    height: 90px;
  }
}
.recommendBox__mainImg img {
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.recommendBox__itemList {
  display: none;
}
.recommendBox__itemList > li + li {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .recommendBox__itemList > li + li {
    margin-top: 24px;
  }
}
.recommendBox__item {
  background: white;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
  padding: 4.4910179641% 5.3892215569%;
  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: 767px) {
  .recommendBox__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 640px) {
  .recommendBox__item {
    padding: 20px 16px 24px;
  }
}
.recommendBox__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .recommendBox__textarea {
    width: 100%;
  }
}
.recommendBox__type {
  color: #00A885;
  font-weight: 800;
  font-family: "M PLUS 1", sans-serif;
  letter-spacing: 0.03em;
  font-size: 20px;
  padding-left: 14px;
  position: relative;
}
.recommendBox__type::before {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  position: absolute;
  content: "";
  background: #00A885;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  .recommendBox__type {
    font-size: 17px;
  }
}
.recommendBox__name {
  margin-top: 3px;
  font-weight: 800;
  font-family: "M PLUS 1", sans-serif;
  letter-spacing: 0.03em;
  font-size: 30px;
  color: #222222;
  padding-left: 14px;
  position: relative;
}
.recommendBox__name::before {
  position: absolute;
  content: "";
  height: 80%;
  width: 3px;
  left: 0;
  top: 54%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #00A885;
}
@media only screen and (max-width: 640px) {
  .recommendBox__name {
    font-size: 20px;
    margin-top: 6px;
  }
  .recommendBox__name::before {
    height: 96%;
    top: 50%;
  }
}
.recommendBox__lead {
  margin-top: 12px;
  line-height: 1.8125;
  padding-right: 26px;
}
@media only screen and (max-width: 640px) {
  .recommendBox__lead {
    font-size: 15px;
    padding-right: 0;
  }
}
.recommendBox__notes {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.7333333333;
}
.recommendBox__notes > li {
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 640px) {
  .recommendBox__notes {
    font-size: 14px;
    margin-top: 8px;
  }
}
.recommendBox__itemImgWrap {
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 196px;
  gap: 10px;
}
.recommendBox__itemImgWrap.-lw {
  max-width: 265px;
}
.recommendBox__itemImgWrap.-mw {
  max-width: 218px;
}
.recommendBox__itemImgWrap > .recommendBox__itemImg {
  margin: 0 !important;
}
.recommendBox__itemImg {
  margin: auto 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.recommendBox__itemImg.-xlh img {
  max-height: 220px;
}
.recommendBox__itemImg.-lh img {
  max-height: 193px;
}
.recommendBox__itemImg.-mh img {
  max-height: 176px;
}
.recommendBox__itemImg.-sh img {
  max-height: 164px;
}
.recommendBox__itemImg.-xsh img {
  max-height: 140px;
}
.recommendBox__itemImg.-lw img {
  max-width: 217px;
}
.recommendBox__itemImg.-mw img {
  max-width: 185px;
}
.recommendBox__itemImg.-sw img {
  max-width: 166px;
}
.recommendBox__itemImg img {
  height: 100%;
  max-height: 210px;
  max-width: 197px;
  -o-object-fit: contain;
     object-fit: contain;
}
.recommendBox__itemImg > p {
  display: block;
  text-align: center;
  font-size: 13px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -6px;
  margin-right: -6px;
  letter-spacing: 0;
}
.recommendBox__open {
  padding: 10px 10px 14px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFB63E), to(#FF8900));
  background: linear-gradient(180deg, #FFB63E 0%, #FF8900 100%);
  color: white;
  font-weight: bold;
  font-size: 25px;
  border-radius: 0 0 20px 20px;
  margin-left: -50px;
  margin-right: -50px;
  cursor: pointer;
}
.recommendBox__open > span {
  padding-right: 37px;
  display: inline-block;
  position: relative;
}
.recommendBox__open > span::before {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow_02.png) no-repeat center/contain;
}
@media only screen and (max-width: 640px) {
  .recommendBox__open {
    margin-left: -16px;
    margin-right: -16px;
    font-size: 18px;
  }
  .recommendBox__open > span {
    padding-right: 28px;
  }
  .recommendBox__open > span::before {
    width: 20px;
    height: 20px;
  }
}
.recommendBox__close {
  color: #777777;
  font-weight: bold;
  font-size: 25px;
  padding: 30px 0;
  cursor: pointer;
  text-align: center;
  display: none;
}
.recommendBox__close > span {
  display: inline-block;
  position: relative;
  padding-right: 33px;
}
.recommendBox__close > span::before {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  background: url(../img/arrow_03.png) no-repeat center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  .recommendBox__close {
    padding: 24px 0;
    font-size: 18px;
  }
  .recommendBox__close > span {
    padding-right: 28px;
  }
  .recommendBox__close > span::before {
    width: 20px;
    height: 20px;
  }
}

.sale {
  background: url(../img/bg_01.png) repeat top left;
  padding: 9.375% 0;
}
.sale__btn {
  display: block;
}
.sale__btn > img {
  -webkit-filter: drop-shadow(12px 8px 0 black);
          filter: drop-shadow(12px 8px 0 black);
}

.attention {
  margin: 0;
  padding-top: 11.875%;
}
.attention__box {
  position: relative;
  background-color: #F4F4F4;
  margin-bottom: 20px;
  border-radius: 12px;
  padding: 64px 7.8% 8.5%;
}
@media only screen and (max-width: 640px) {
  .attention__box {
    padding-top: 40px;
  }
}
.attention__deco {
  position: absolute;
  content: "";
  background-size: contain;
  width: 70%;
  max-width: 362px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -24px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .attention__deco {
    max-width: 300px;
    width: 60%;
  }
}
@media only screen and (max-width: 640px) {
  .attention__deco {
    top: -18px;
    max-width: 200px;
  }
}
.attention__bar {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 74px;
  height: 62px;
  background: linear-gradient(135deg, #3BD6B6 0%, #009A7A 100%);
  content: "";
  cursor: pointer;
  border-radius: 0 12px 0 12px;
}
.attention__bar::before, .attention__bar::after {
  width: 32px;
  height: 4px;
  background-color: white;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.attention__bar.js-active::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media only screen and (max-width: 640px) {
  .attention__bar {
    width: 50px;
    height: 40px;
  }
  .attention__bar::before, .attention__bar::after {
    width: 24px;
  }
}
.attention__title {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  text-align: center;
  font-size: 39px;
}
@media only screen and (max-width: 960px) {
  .attention__title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 640px) {
  .attention__title {
    font-size: 24px;
  }
}
.attention__body {
  padding: 30px 0 0;
  margin-top: 20px;
  border-top: dotted 6px #000000;
}
@media only screen and (max-width: 640px) {
  .attention__body {
    padding-top: 24px;
    border-width: 5px;
  }
}
.attention__heading {
  font-weight: bold;
  position: relative;
  margin-top: 30px;
  font-size: 21px;
  padding-bottom: 8px;
  padding-left: 30px;
  border-bottom: dashed 1px black;
}
.attention__heading::before {
  content: "";
  position: absolute;
  background: url(../img/icon_01.png) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0.2em;
}
@media only screen and (max-width: 640px) {
  .attention__heading {
    font-size: 17px;
    padding-left: 26px;
    margin-top: 24px;
  }
  .attention__heading::before {
    width: 20px;
    height: 20px;
  }
}
.attention__text {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.6666666667;
}
.attention__text.-first {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .attention__text {
    font-size: 16px;
  }
}
.attention__notes {
  margin-top: 12px;
  line-height: 1.8;
}
.attention__notes > li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 640px) {
  .attention__notes {
    font-size: 15px;
    margin-top: 8px;
    line-height: 1.7;
  }
}
.attention__indent {
  margin-top: 10px;
}
.attention__indent > li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.66;
  font-size: 18px;
}
@media only screen and (max-width: 640px) {
  .attention__indent > li {
    font-size: 16px;
  }
}
.attention__list {
  margin-top: 10px;
}
.attention__list > li {
  margin-top: 10px;
  position: relative;
  padding-left: 13px;
  line-height: 1.66;
  font-size: 18px;
}
.attention__list > li::before {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: black;
  position: absolute;
  content: "";
  left: 0;
  top: calc(0.9em - 4px);
}
@media only screen and (max-width: 640px) {
  .attention__list > li {
    font-size: 16px;
  }
}

.about-btn {
  text-align: center;
  margin-top: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 10px;
}

.fixed-btn {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  width: 100%;
  z-index: 500;
}

.bg-yl{
    background-color: #FFFDEA;
    padding: 1rem;
    width: calc(100% + 190px);
    margin-top: 1.5rem;
}
#itemList-babu .recommendBox__itemImg{margin: 10% 0 0;}
@media only screen and (max-width: 768px) {
.bg-yl{width: 95%;}    
#itemList-babu .recommendBox__itemImg{margin: 0;}    
}
@media only screen and (max-width: 640px) {
.bg-yl{width: 90%;}     
}

/* おすすめ商品 */
#cp-sale{
    padding: 20px 0px;
    background-image: repeating-linear-gradient(45deg, #fff8d5 25%, transparent 25%, transparent 75%, #fff8d5 75%, #fff8d5), repeating-linear-gradient(45deg, #fff8d5 25%, #feffe6 25%, #feffe6 75%, #fff8d5 75%, #fff8d5);
    background-position: 0 0, 30px 30px;
    background-size: 60px 60px;
}
#cp-sale h2,
#cp-sale h3{
    font-weight: 900;
    text-align: center;
}
#cp-sale h2{
    font-size: 32px;
    --r: .8em;
    padding-inline: calc(var(--r) + 0.5em);
    line-height: 1.5;
    clip-path: polygon(0 0,100% 0,calc(100% - var(--r)) 50%,100% 100%,0 100%, var(--r) 50%);
    background: #FF0000;
    margin: 3rem auto 1rem;
    color: #ffffff;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#cp-sale h2 strong{
    color: #FFF300;
    font-weight: 900;
    font-size: 150%;
}
#cp-sale h3{
    font-size: 40px;
    margin-bottom: .5rem;
}
#cp-sale h3 small{font-size: 70%;}
#cp-sale h3 + p{
    font-size: 15px;
    text-align: center;
    margin-bottom: 1rem;
}
.block-item{
    background-color: rgba(255,255,255,1);
    border-radius: 12px;
    padding: 0 30px 4rem;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
    margin-top: 8rem;
    margin-bottom: 5rem;
}
#cp-sale .block-item:first-of-type{margin-top: 5rem}
.block-item_img{
    margin-bottom: 3rem;
}
.block-item_img ul{
    display: flex;
    justify-content: center;
    gap:10px 2px;
    flex-wrap: wrap
}
.block-item_img ul li{
    max-width: 49%;
    width: 37%;
    font-size: 13px;
    text-align: center;
    line-height: 1.2
}
.block-item_img ul.list-4 li{width: 24.5%;}
.block-item_text{text-align: center;}
.ttl{
    font-size: 22px;
    font-weight: 900;
    line-height: 1.4;
    margin: 0 auto 10px;
    text-align: center;
    font-family: "M PLUS 1", sans-serif;
    position: relative;
    background-color: #FFF300;
    padding: 2rem;
    border-radius: 10px;
    top: -20px;
    max-width: 550px;
    width: 90%;
}
.ttl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FFF300;
}
.otoku-name{
    margin-bottom: 20px;
    font-weight: 800;
    font-family: "M PLUS 1", sans-serif;
    font-size: 26px;
    color: #222222;
    border-top: 2px solid #00A885;
    border-bottom: 2px solid #00A885;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
}
.otoku-name_size{
    font-size: 75%;
    width: fit-content;
    display: inline-block;
    padding: 2px 5px;
    line-height: 1.1;
    border: 1px solid #333333;
    margin-left: 5px;
}
.block-price-day{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.block-price{width: 70%}
.block-day{width: 170px}
.price-nomal{
    font-size: 17px;
    line-height: 1.2;
}
.price-sale {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
}
.price-nomal strong{
    font-size: 140%;
    margin-left: 5px;
}
.price-sale strong{
    font-size: 180%;
    margin-left: 5px;
}
.arrow{
    clip-path: polygon(80% 0, 80% 60%, 100% 60%, 50% 100%, 0 60%, 20% 60%, 20% 0);
    width: 30px;
    height: 25px;
    background-color: #FF0000;
    display: block;
    margin: 5px auto;
    line-height: 0;
}
del {
  background-image: linear-gradient(transparent 0.5em, #FF0000 0, #FF0000 calc(0.5em + 2px), transparent 0, transparent calc(0.25em + 12px), #FF0000 0, #FF0000 calc(1em + 1px), transparent 0);
  text-decoration: none;
    padding: 0 2px;
    margin-right: 2px;
    margin-left: 2px;
}
.txt-red{
    color: #FF0000;
    background: linear-gradient(transparent 70%, #ff6 70%);
    width: fit-content;
    margin: auto;
    padding-left: 5px;
    padding-right: 5px;
}
@media only screen and (max-width: 767px) {   
#cp-sale h2{font-size: 22px;}
#cp-sale h2 strong{font-size: 120%;}    
#cp-sale h3{font-size: 25px;}
#cp-sale h2 strong{display: block}   
.block-item{padding: 0 15px 4rem;}    
.block-item_img ul li,
.block-item_img ul.list-4 li{
    max-width: 49%;
    width: 49%;
}   
.block-price-day{flex-direction: column-reverse;}    
.block-price{width: 100%}
.block-day{
    width: 130px;
    margin-bottom: 20px;
}    
.block-item_text{width: 100%;}  
.ttl{
    font-size: 16px;
    padding: 1rem;
    width: 90%;
}
.otoku-name{font-size: 18px;}
.price-nomal{font-size: 15px;}
.price-sale {font-size: 17px;}  
.price-sale strong{font-size: 150%;}   
del {
  background-image: linear-gradient(transparent 0.5em, #FF0000 0, #FF0000 calc(0.5em + 2px), transparent 0, transparent calc(0.5em + 5px), #FF0000 0, #FF0000 calc(.9em + 1px), transparent 0); 
}
.txt-red{
    padding-left: 1px;
    padding-right: 1px;
}    
}
    
.pc{display: block !important}
.sp{display: none !important}
@media (width <= 768px) {
.pc{display: none !important}
.sp{display: block !important}      
}
