@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;
  }
}

._m0 {
  margin: 0 !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.4166666667%;
}
@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: 320px;
  }
  .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: 12px;
  margin-top: 6.3131313131%;
}
.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 {
    row-gap: 8px;
  }
  .entry__notes > li {
    font-size: 16px;
  }
}

.campaign {
  margin-top: 8.3333333333%;
  padding: 3.125% 0 10.4166666667%;
  background: url(../img/bg-campaign.png) repeat-y left top/100% auto;
}
.campaign__lead {
  padding: 0 2.3958333333%;
}
@media only screen and (max-width: 640px) {
  .campaign__lead {
    padding: 0 3px;
  }
}

.campaignLink {
  margin: 7.1052631579% 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;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 6px;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD138), to(#FF8B03));
  background: linear-gradient(180deg, #FFD138 0%, #FF8B03 100%);
  -webkit-box-shadow: 0 6px 0 #F75F00;
          box-shadow: 0 6px 0 #F75F00;
  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(#17D377), to(#04AC5A));
  background: url(../img/btn-deco_02.png) no-repeat center/cover, linear-gradient(180deg, #17D377 0%, #04AC5A 100%);
  -webkit-box-shadow: 0 6px 0 #00904A;
          box-shadow: 0 6px 0 #00904A;
  text-shadow: none;
}
.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.3684210526%;
}
.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;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .campaignTarget__title {
    font-size: 28px;
  }
}
.campaignTarget__box {
  background: white;
  padding: 6.0526315789% 6.5789473684% 4.2105263158%;
  border-radius: 0 0 12px 12px;
}
.campaignTarget__marker {
  margin-top: 6.9696969697%;
  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: 20px;
  }
}
.campaignTarget__heading {
  text-align: center;
  position: relative;
  z-index: 0;
  margin-top: 6.0606060606%;
}
.campaignTarget__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 4px;
  width: 100%;
  border-top: solid 2px #03A060;
  border-bottom: solid 2px #03A060;
  z-index: -1;
}
.campaignTarget__heading > span {
  max-width: 157px;
  background: white;
  display: inline-block;
  padding: 0 23px;
}
@media only screen and (max-width: 640px) {
  .campaignTarget__heading > span {
    max-width: 110px;
    padding: 0 10px;
  }
}
.campaignTarget__list {
  margin: 0;
  padding: 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;
}
.campaignTarget__item {
  width: 25%;
}
@media only screen and (max-width: 640px) {
  .campaignTarget__item {
    width: 33.33%;
  }
}

.recommend {
  background: url(../img/bg-deco-recommend_02.png) no-repeat center bottom/100% auto, url(../img/bg-deco-recommend_01.png) no-repeat center top/100% auto, url(../img/bg-recommend_02.png) repeat-y center top/100% auto, url(../img/bg-recommend_01.png) repeat-y top center/100% auto;
  padding: 10% 0 10.4166666667%;
}
.recommend__title {
  margin: 0 auto;
  max-width: 562px;
  width: 90%;
}
.recommend__btn {
  text-align: center;
  margin-top: 7.8947368421%;
}

.recommendBox {
  border-radius: 20px;
  position: relative;
  margin-top: 10.5263157895%;
  padding: 5.9210526316% 7.8947368421% 7.1052631579%;
  border-radius: 32px;
  background: white;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.recommendBox:first-of-type {
  margin-top: 9.2105263158%;
}
@media only screen and (max-width: 640px) {
  .recommendBox {
    padding: 36px 16px 30px;
    border-radius: 20px;
  }
}
.recommendBox__num {
  position: absolute;
  z-index: 3;
  left: 63px;
  top: -23px;
  display: inline-block;
}
.recommendBox__num img {
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 640px) {
  .recommendBox__num {
    left: 20px;
    top: -16px;
  }
  .recommendBox__num img {
    height: 32px;
  }
}
.recommendBox__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 16px;
  margin-top: 4.6875%;
}
@media only screen and (max-width: 640px) {
  .recommendBox__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.recommendBox__textarea {
  width: 67.65625%;
}
@media only screen and (max-width: 767px) {
  .recommendBox__textarea {
    width: 100%;
  }
}
.recommendBox__heading {
  padding: 0 0 5.46875%;
  margin: 0;
  font-weight: 800;
  font-size: 36px;
  font-family: "M PLUS 1", sans-serif;
  text-align: center;
  background: url(../img/border_01.png) repeat-x bottom left/25px 7px;
}
@media only screen and (max-width: 640px) {
  .recommendBox__heading {
    font-size: 20px;
    margin-bottom: 16px;
    background: url(../img/border_01.png) repeat-x bottom left/auto 4px;
  }
}
.recommendBox__lead {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  font-size: 20px;
  padding-left: 14px;
  margin: 0;
  position: relative;
}
.recommendBox__lead::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 90%;
  background: #0E9158;
}
@media only screen and (max-width: 640px) {
  .recommendBox__lead {
    font-size: 16px;
    padding-left: 8px;
  }
  .recommendBox__lead::before {
    width: 3px;
  }
}
.recommendBox__text {
  line-height: 1.75;
  margin: 2.7713625866% 0 0 0;
}
.recommendBox__text sup {
  left: -0.5em;
}
@media only screen and (max-width: 640px) {
  .recommendBox__text {
    font-size: 14px;
  }
}
.recommendBox__notes {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
  margin: 1.25% 0 0 0;
}
@media only screen and (max-width: 640px) {
  .recommendBox__notes {
    font-size: 13px;
  }
}
.recommendBox__mainImg {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recommendBox__mainImg > img {
  max-height: 200px;
  max-width: 155px;
  width: auto !important;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 640px) {
  .recommendBox__mainImg > img {
    max-height: 150px;
    max-width: 120px;
  }
}

.sale {
  background: url(../img/bg-campaign.png) repeat-y top center/100% auto;
  padding: 9.5833333333% 0;
}
.sale__btn {
  display: block;
}
.sale__btn > img {
  -webkit-filter: drop-shadow(8px 8px 0 black);
          filter: drop-shadow(8px 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.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, #29A7FF 0%, #0076C9 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;
    height: 3px;
  }
}
.attention__title {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  text-align: center;
  font-size: 39px;
  margin: 0;
}
@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;
}
.attention__body > *:first-child {
  margin-top: 0 !important;
}
@media only screen and (max-width: 640px) {
  .attention__body {
    padding-top: 20px;
    border-width: 4px;
  }
}
.attention__heading {
  font-weight: bold;
  position: relative;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 21px;
  padding-bottom: 8px;
  padding-left: 25px;
  border-bottom: dashed 2px black;
}
.attention__heading::before {
  content: "";
  position: absolute;
  background: url(../img/icon_01.png) no-repeat center center/contain;
  width: 21px;
  height: 23px;
  left: 0;
  top: 0.2em;
}
.attention__heading + *:first-child {
  margin-top: 16px !important;
}
@media only screen and (max-width: 640px) {
  .attention__heading {
    font-size: 17px;
    padding-left: 26px;
    padding-bottom: 6px;
  }
  .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: 10px;
  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: 4px;
  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.83em - 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;
}