@charset "UTF-8";
@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;
}

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

@media only screen and (max-width: 767px) {
  .disp_pc {
    display: none !important;
  }
}

._center {
  text-align: center !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 {
  position: relative;
  padding: 0 10%;
}
@media only screen and (max-width: 767px) {
  .ulp_page .inner {
    padding: 0 20px;
  }
}

/* btn */
.c-btn-a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  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 65px;
  max-width: 460px;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-bottom: 6px;
}
.c-btn-a::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/arrow_01.png) center right no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}
@media only screen and (max-width: 640px) {
  .c-btn-a {
    font-size: 18px;
    padding: 16px 40px;
    max-width: 320px;
  }
  .c-btn-a::after {
    width: 20px;
    height: 20px;
    right: 14px;
  }
}

.c-btn-b {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background: #CC0033;
  padding: 17px 55px;
  max-width: 531px;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0;
  border-radius: 8px;
}
.c-btn-b::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/arrow_01.png) center right no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
}
@media only screen and (max-width: 640px) {
  .c-btn-b {
    font-size: 20px;
    padding: 16px 10px;
    max-width: 320px;
  }
  .c-btn-b::after {
    width: 20px;
    height: 20px;
    right: 14px;
  }
}

.c-btn-c {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background: #004EA2;
  padding: 28px 60px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0;
  margin-bottom: 6px;
  -webkit-box-shadow: 0 6px 0 #00264E;
          box-shadow: 0 6px 0 #00264E;
  border-radius: 8px;
}
.c-btn-c::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/arrow_02.png) center right no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}
@media only screen and (max-width: 640px) {
  .c-btn-c {
    font-size: 18px;
    padding: 16px 35px;
    max-width: 320px;
  }
  .c-btn-c::after {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}

.about-btn {
  text-align: center;
  margin-top: 16px;
}

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

/* list */
.c-list-a {
  margin-top: 15px;
}
.c-list-a > li {
  margin: 10px 0 0 6px;
  position: relative;
  padding-left: 13px;
  line-height: 1.6;
  font-size: 16px;
}
.c-list-a > li::before {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #004289;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  -webkit-transform: translateY(0.6em);
      -ms-transform: translateY(0.6em);
          transform: translateY(0.6em);
}

/* notes */
.c-notes-list-a > li {
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .c-notes-list-a > li {
    font-size: 15px;
  }
}
.c-notes-list-a.-campaign {
  color: #fff;
  text-align: center;
  margin-top: 3.6458333333%;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 640px) {
  .c-notes-list-a.-campaign {
    text-align: left;
  }
}

/* indent */
.c-indent > li {
  margin-top: 8px;
  line-height: 1.6;
  font-size: 16px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.-text-indent {
  padding-left: 1.7rem;
  text-indent: -1.7rem;
}

/* page */
.campaign {
  position: relative;
  padding: 8.3333333333% 0 10.4166666667%;
  background: url(../img/bg-campaign_02.png) no-repeat bottom left/100% auto, url(../img/bg-campaign_01.png) repeat-y top left/100% auto, url(../img/bg_01.png) repeat-y top left/100% auto;
  overflow: hidden;
}
.campaign::before {
  position: absolute;
  content: "";
  background: url(../img/deco-snow_01.png) no-repeat top center/contain;
  width: 67px;
  height: 74px;
  right: 80px;
  top: 28px;
}
@media only screen and (max-width: 920px) {
  .campaign::before {
    right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .campaign::before {
    width: 32px;
    right: 8px;
    top: 6px;
  }
}
.campaign__title {
  position: relative;
  z-index: 2;
  max-width: 603px;
  display: block;
  margin: 0 auto;
}
.campaign__title::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  background: url(../img/img_01_bg.png) no-repeat top center/100% 100%;
}
.campaign__title::before {
  z-index: -1;
  position: absolute;
  content: "";
  background: url(../img/deco-snow_02.png) no-repeat bottom center/contain;
  width: 66px;
  height: 71px;
  right: calc(100% + 68px);
  top: 100%;
}
@media only screen and (max-width: 920px) {
  .campaign__title::before {
    right: calc(100% + 30px);
    top: auto;
    bottom: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .campaign__title::before {
    width: 32px;
    right: auto;
    left: -15px;
  }
}
.campaign__point {
  position: relative;
  z-index: 5;
  display: block;
  margin: 1.953125% auto 0;
  width: 100%;
}
.campaign__point::before {
  position: absolute;
  content: "";
  background: url(../img/deco-snow_03.png) no-repeat center center/contain;
  width: 53px;
  height: 57px;
  left: calc(100% + 22px);
  top: 60%;
}
@media only screen and (max-width: 767px) {
  .campaign__point::before {
    display: none;
  }
}
.campaign__point::after {
  position: absolute;
  content: "";
  background: url(../img/deco-snow_04.png) no-repeat center center/contain;
  width: 54px;
  height: 60px;
  right: calc(100% + 18px);
  top: calc(100% + 10px);
}
@media only screen and (max-width: 767px) {
  .campaign__point::after {
    display: none;
  }
}
.campaign__box {
  position: relative;
  margin-top: 5.2083333333%;
  padding: 5.2083333333% 7.03125% 6.5104166667%;
  background-color: #fff;
}
.campaign__box > *:first-child {
  margin-top: 0 !important;
}
.campaign__box::before {
  position: absolute;
  content: "";
  background: url(../img/deco-snow_05.png) no-repeat center center/contain;
  width: 71px;
  height: 78px;
  left: calc(100% + 13px);
  top: 40%;
}
@media only screen and (max-width: 767px) {
  .campaign__box::before {
    display: none;
  }
}
.campaign__title02 {
  background-color: #00428E;
  text-align: center;
  padding: 10px;
  font-size: 32px;
  color: white;
  margin: 4.5454545455% 0 0 0;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .campaign__title02 {
    font-size: 22px;
  }
}
.campaign__text01 {
  font-size: 18px;
  margin-top: 3.90625%;
  font-weight: 500;
  position: relative;
  z-index: 5;
  color: #fff;
  text-align: center;
  line-height: 1.7777777778;
}
@media only screen and (max-width: 640px) {
  .campaign__text01 {
    text-align: left;
    font-size: 16px;
    line-height: 1.7;
  }
}
.campaign__text02 {
  font-size: 26px;
  margin-top: 2.7272727273%;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .campaign__text02 {
    font-size: 20px;
  }
}
.campaign__text03 {
  font-size: 18px;
  margin-top: 3.6363636364%;
  font-weight: bold;
  line-height: 1.5555555556;
}
@media only screen and (max-width: 640px) {
  .campaign__text03 {
    font-size: 16px;
  }
}

.card {
  padding-top: 10.4166666667%;
}
.card__box {
  border: 8px solid #CE0F31;
  border-radius: 20px;
  padding: 7.1614583333% 5.859375%;
}
@media only screen and (max-width: 640px) {
  .card__box {
    border-width: 4px;
    border-radius: 16px;
  }
}
.card__box > ul {
  margin-top: 3.90625%;
}
.card__img {
  margin: 0;
  width: 100%;
}
.card__topic {
  font-size: 26px;
  font-weight: bold;
  color: #CC0033;
  margin-top: 4.1666666667%;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .card__topic {
    font-size: 18px;
  }
}
.card__btn {
  margin-top: 3.125%;
  text-align: center;
}

.attention {
  padding: 11.4583333333% 0 2.5%;
}
.attention__container {
  position: relative;
  background-color: #F2F2F2;
  border-radius: 8px;
}
.attention__deco {
  position: absolute;
  content: "";
  display: block;
  background-size: contain;
  max-width: 313px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -30px;
}
@media only screen and (max-width: 640px) {
  .attention__deco {
    max-width: 160px;
    top: -13px;
  }
}
.attention__title {
  font-weight: bold;
  text-align: center;
  font-size: 38px;
  color: #fff;
  background: url(../img/bg_01.png) repeat top left/100% auto;
  padding: 60px 0 32px;
  border-radius: 8px 8px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.attention__title.js-active {
  border-radius: 8px;
}
@media only screen and (max-width: 640px) {
  .attention__title {
    font-size: 22px;
    padding: 40px 0 20px;
  }
}
.attention__bar {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 48px;
  height: 48px;
  background: #FFE300;
  border-radius: 4px;
  content: "";
  cursor: pointer;
}
.attention__bar::before, .attention__bar::after {
  width: 24px;
  height: 4px;
  background-color: #000;
  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 {
    top: 12px;
    right: 10px;
    width: 44px;
    height: 44px;
  }
  .attention__bar::before, .attention__bar::after {
    width: 22px;
    height: 3px;
  }
}
.attention__body {
  padding: 6.5104166667% 7.1614583333%;
}
.attention__body > *:first-child {
  margin-top: 0 !important;
}
.attention__heading {
  font-weight: bold;
  position: relative;
  margin-top: 30px;
  margin-bottom: 0.8em;
  font-size: 20px;
  color: #004289;
  padding-bottom: 7px;
  border-bottom: solid 2px #004289;
}
.attention__heading > *:first-child {
  margin-top: 0 !important;
}
@media only screen and (max-width: 640px) {
  .attention__heading {
    font-size: 17px;
  }
}
.attention__text {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.6666666667;
}
@media only screen and (max-width: 640px) {
  .attention__text {
    font-size: 16px;
  }
}

.brand {
  padding: 10.4166666667% 0;
  background: url(../img/bg_02.png) repeat-y top center/100% auto;
}
.brand__title {
  max-width: 495px;
  width: 80%;
  margin: 0 auto;
}
.brand__box {
  background: white;
  padding: 5.2083333333% 7.03125%;
  margin-top: 5.859375%;
  margin-bottom: 10.4166666667%;
}
.brand__notes {
  font-size: 18px;
  line-height: 1.7777777778;
  color: white;
  margin: 5.2083333333% auto 0;
  padding-left: 1em;
  text-indent: -1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.brand-recommend {
  margin: 5.2083333333% 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 640px) {
  .brand-recommend {
    gap: 20px;
  }
}
.brand-recommend__item {
  background: white;
  width: 100%;
  padding: 18px 5.859375%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.brand-recommend__item::before {
  position: absolute;
  content: "";
  width: 86px;
  height: 86px;
  background: url(../img/deco-recommend.png) no-repeat top left/contain;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.brand-recommend__item.js-active {
  border: solid 6px #BE9C4D;
}
.brand-recommend__item.js-active::before {
  opacity: 0;
}
.brand-recommend__toggle {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #BE9C4D;
  position: absolute;
  content: "";
  right: 16px;
  bottom: 15px;
}
.brand-recommend__toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 22px;
  height: 13px;
  background: url(../img/arrow_03.png) no-repeat center center/contain;
}
.brand-recommend__toggle.js-active {
  background: #AAAAAA;
  right: 10px;
  bottom: 10px;
}
.brand-recommend__toggle.js-active::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.brand-recommend__logo {
  max-width: 180px;
  width: 55%;
  margin: 0 auto;
}
.brand-recommend__body {
  display: none;
  border-top: solid 1px #BE9C4D;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 32px;
}
.brand-recommend__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .brand-recommend__products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.brand-recommend__products.-title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2px 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 640px) {
  .brand-recommend__products.-title {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.brand-recommend__products.-body {
  margin-top: 20px;
  gap: 15px 32px;
}
.brand-recommend__products.-body + .-title {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .brand-recommend__products.-body {
    margin-top: 15px;
  }
}
.brand-recommend__products-title {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  color: #00205B;
  line-height: 1.7;
}
@media only screen and (max-width: 640px) {
  .brand-recommend__products-title {
    font-size: 17px;
  }
}
.brand-recommend__products-price {
  font-weight: bold;
  color: #00205B;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 640px) {
  .brand-recommend__products-price {
    font-size: 15px;
  }
}
.brand-recommend__products-img {
  width: 49%;
}
@media only screen and (max-width: 640px) {
  .brand-recommend__products-img {
    width: 100%;
  }
}
.brand-recommend__products-textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 0 0;
}
.brand-recommend__products-textarea.-pt0 {
  padding-top: 0 !important;
}
@media only screen and (max-width: 640px) {
  .brand-recommend__products-textarea {
    padding-top: 0;
  }
}
.brand-recommend__products-heading {
  font-weight: bold;
  color: #00205B;
  padding-left: 12px;
  margin: 0 0 6px;
  position: relative;
}
.brand-recommend__products-heading::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #BE9C4D;
  content: "";
  left: 0;
  top: 0.5em;
}
@media only screen and (max-width: 640px) {
  .brand-recommend__products-heading {
    font-size: 15px;
  }
}
.brand-recommend__products-text {
  line-height: 1.75;
}
@media only screen and (max-width: 640px) {
  .brand-recommend__products-text {
    font-size: 15px;
  }
}
.brand-recommend__products-list {
  margin: 24px 0 0 0;
  font-size: 15px;
}
.brand-recommend__products-list > li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.7;
}
@media only screen and (max-width: 640px) {
  .brand-recommend__products-list {
    font-size: 14px;
  }
}