@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;
  box-shadow: 0px -5px 0px 0px #a2031f inset;
}

.cpBtnY {
  background: #fad025;
  color: #111111;
  box-shadow: 0px -5px 0px 0px #b39f3f inset;
}

.cpBtnG {
  background: #2dad55;
  box-shadow: 0px -5px 0px 0px #1f823e inset;
}

/* 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 {
  box-sizing: border-box;
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background-size: auto auto;
  background: #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;
  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: linear-gradient(180deg, #FFD138 0%, #FF8B03 100%);
  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: linear-gradient(180deg, #29A7FF 0%, #0076C9 100%);
  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: flex;
  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;
  }
}
.campaign__notes {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  margin-top: 6.3131313131%;
}
.campaign__notes > li {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding-left: 1.1em;
  position: relative;
  line-height: 1.6;
}
.campaign__notes > li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .campaign__notes {
    row-gap: 8px;
  }
  .campaign__notes > li {
    font-size: 16px;
  }
}

.campaignLink {
  margin: 7.1052631579% 0 0 0;
  display: flex;
  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: flex;
  align-items: center;
  justify-content: center;
  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: linear-gradient(180deg, #FFD138 0%, #FF8B03 100%);
  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, linear-gradient(180deg, #17D377 0%, #04AC5A 100%);
  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;
  transform: scale(-1, 1);
}

.campaignTarget {
  margin-top: 7.3684210526%;
}
.campaignTarget__title {
  background-color: #000;
  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: 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%;
  transform: translate(-50%, -50%);
  height: 4px;
  width: 100%;
  z-index: -1;
}
.campaignTarget__heading.-lion {
  margin-top: 10.6060606061%;
}
.campaignTarget__heading.-lion::before {
  border-top: solid 2px #03A060;
  border-bottom: solid 2px #03A060;
}
.campaignTarget__heading.-earth::before {
  border-top: solid 2px #0E61BC;
  border-bottom: solid 2px #0E61BC;
}
.campaignTarget__heading.-unilever::before {
  border-top: solid 2px #1E37D5;
  border-bottom: solid 2px #1E37D5;
}
.campaignTarget__heading > span {
  background: white;
  display: inline-block;
}
.campaignTarget__heading.-lion > span {
  max-width: 130px;
}
@media only screen and (max-width: 640px) {
  .campaignTarget__heading.-lion > span {
    max-width: 80px;
  }
}
.campaignTarget__heading.-earth > span {
  max-width: 201px;
}
@media only screen and (max-width: 640px) {
  .campaignTarget__heading.-earth > span {
    max-width: 151px;
  }
}
.campaignTarget__heading.-unilever > span {
  max-width: 129px;
}
@media only screen and (max-width: 640px) {
  .campaignTarget__heading.-unilever > span {
    max-width: 79px;
  }
}
.campaignTarget__list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 6.0606060606%;
       column-gap: 6.0606060606%;
}
@media only screen and (max-width: 640px) {
  .campaignTarget__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.campaignTarget__item {
  display: flex;
  align-items: center;
}
.campaignTarget__item.-lion > img {
  width: 153.8461538462%;
}
@media only screen and (max-width: 640px) {
  .campaignTarget__item.-lion > img {
    width: 100%;
  }
}
.campaignTarget__category {
  border-radius: 4px;
  background: #F0F0F0;
  letter-spacing: 0.02em;
  text-align: center;
  position: relative;
  font-weight: bold;
  font-weight: 800;
  font-family: "M PLUS 1", sans-serif;
  font-size: 26px;
  color: #272727;
  margin: 6.0606060606% 0 0 0;
  padding: 12px;
}
@media only screen and (max-width: 640px) {
  .campaignTarget__category {
    font-size: 18px;
    padding: 8px;
  }
}
.campaignTarget__category.-first {
  margin-top: 3.6363636364%;
}
.campaignTarget__category > span {
  display: inline-block;
  padding: 0 26px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .campaignTarget__category > span {
    padding: 0 18px;
  }
}
.campaignTarget__category > span::before, .campaignTarget__category > span::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/deco_01.png) no-repeat center/contain;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  .campaignTarget__category > span::before, .campaignTarget__category > span::after {
    width: 12px;
    height: 12px;
  }
}
.campaignTarget__category > span::before {
  left: 0;
}
.campaignTarget__category > span::after {
  right: 0;
}

.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: 4.6875% 0 10.4166666667%;
}
.recommend__title {
  margin: 0 auto;
  max-width: 620px;
  width: 90%;
}
.recommend__btn {
  text-align: center;
  margin-top: 7.8947368421%;
}

.recommendBox {
  position: relative;
  margin-top: 10.5263157895%;
  padding: 0 0 7.1052631579%;
  border-radius: 20px;
  background: white;
}
.recommendBox.-lion {
  border: solid 5px #04AC5A;
}
.recommendBox.-earth {
  border: solid 5px #0E61BC;
}
.recommendBox.-unilever {
  border: solid 5px #1E37D5;
}
@media only screen and (max-width: 640px) {
  .recommendBox {
    padding: 0 0 30px;
  }
}
.recommendBox__border {
  width: 100%;
  height: 24px;
  display: block;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.recommendBox__border.-lion {
  background-color: #04AC5A;
}
.recommendBox__border.-earth {
  background-color: #0E61BC;
}
.recommendBox__border.-unilever {
  background-color: #1E37D5;
}
.recommendBox__border::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: url(../img/border_01.png) repeat-x center center/contain;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .recommendBox__border::after {
    height: 1px;
  }
}
.recommendBox__logo {
  z-index: 100;
  position: absolute;
  height: 100px;
  top: -39px;
  right: -56px;
}
.recommendBox__logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .recommendBox__logo {
    right: -18px;
    height: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .recommendBox__logo {
    top: -16px;
    height: 54px;
  }
}
.recommendBox__wrap {
  display: flex;
  gap: 24px 16px;
  justify-content: center;
  padding: 5.9210526316% 6.5789473684% 0;
}
.recommendBox__horizontal {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 9.0909090909%;
       column-gap: 9.0909090909%;
  padding-left: 7.8947368421%;
}
@media only screen and (max-width: 640px) {
  .recommendBox__horizontal {
    flex-direction: column;
    padding-left: 0;
  }
}
.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;
}
@media only screen and (max-width: 640px) {
  .recommendBox__heading {
    padding: 0 0 20px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}
.recommendBox__heading > span > img {
  max-width: 33px;
  margin-right: 10px;
  vertical-align: 15px;
}
@media only screen and (max-width: 640px) {
  .recommendBox__heading > span > img {
    margin-right: 0;
    vertical-align: 0;
  }
}
.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;
  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: 15px 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 {
  flex: 1;
  display: flex;
  justify-content: center;
}
.recommendBox__mainImg > img {
  max-height: 250px;
  max-width: 190px;
  width: auto !important;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 640px) {
  .recommendBox__mainImg {
    margin: 0 auto;
  }
  .recommendBox__mainImg > img {
    max-height: 170px;
    max-width: 140px;
  }
}

.sale {
  background: url(../img/bg-campaign.png) repeat-y top center/100% auto;
  padding: 9.5833333333% 0;
}
.sale__btn {
  display: block;
}
.sale__btn > img {
  filter: drop-shadow(8px 8px 0 rgba(168, 0, 3, 0.8));
}

.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%;
  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%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.attention__bar.js-active::after {
  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;
  align-items: center;
  padding: 0 20px 10px;
}

.fixed-btn {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 12px 20px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  width: 100%;
  z-index: 500;
}