@charset "UTF-8";
/* fonts */
@import url("https://fonts.googleapis.com/css2?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;
  }
}

@media only screen and (max-width: 767px) {
  .disp_pc {
    display: none !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 6.25%;
}
@media only screen and (max-width: 767px) {
  .ulp_page .inner {
    padding: 0 20px;
  }
}

/* btn */
.c-btn-a {
  background: #000000;
  border-radius: 8px;
  max-width: 490px;
  width: 100%;
  display: inline-block;
  -webkit-box-shadow: 0 6px 0 #FFB200;
          box-shadow: 0 6px 0 #FFB200;
  margin-bottom: 6px;
  color: #FFB200;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  position: relative;
  padding: 25px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-btn-a::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 24px;
  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: 27px;
}
@media only screen and (max-width: 640px) {
  .c-btn-a {
    font-size: 17px;
    padding: 20px 24px 20px 16px;
    max-width: 350px;
  }
  .c-btn-a::after {
    width: 10px;
    height: 20px;
    right: 14px;
  }
}

.main-visual {
  margin: 0;
}

.campaign {
  margin: 0;
  position: relative;
}
.campaign::before {
  height: 4px;
  width: 100%;
  background: white;
  border: solid 1px #707070;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.attention {
  margin: 0;
  padding-top: 9.7916666667%;
}
.attention__box {
  position: relative;
  margin-bottom: 20px;
  border-radius: 4px;
  border: solid 3px #1D1210;
  background: white;
}
.attention__deco {
  position: absolute;
  content: "";
  background-size: contain;
  width: 70%;
  max-width: 395px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -32px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .attention__deco {
    max-width: 300px;
    width: 60%;
    top: -24px;
  }
}
@media only screen and (max-width: 640px) {
  .attention__deco {
    top: -18px;
    max-width: 200px;
  }
}
.attention__bar {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  background: white;
  content: "";
  cursor: pointer;
  border-radius: 4px;
}
.attention__bar::before, .attention__bar::after {
  width: 26px;
  height: 4px;
  background: #1D1210;
  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: 6px;
    right: 6px;
  }
}
.attention__title {
  font-weight: 900;
  text-align: center;
  font-size: 40px;
  background: #1D1210;
  color: white;
  padding: 62px 16px 32px;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 960px) {
  .attention__title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 640px) {
  .attention__title {
    font-size: 21px;
    padding: 45px 10px 24px;
  }
}
.attention__body {
  padding: 4.9881235154% 5.3444180523%;
}
.attention__heading {
  font-weight: bold;
  position: relative;
  margin-top: 30px;
  font-size: 21px;
  color: #E8380D;
}
.attention__heading + * {
  margin-top: 12px !important;
}
@media only screen and (max-width: 640px) {
  .attention__heading {
    font-size: 17px;
    margin-top: 24px;
  }
}
.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 > li {
  line-height: 1.8;
  position: relative;
  padding-left: 1.5em;
  margin-top: 3px;
}
.attention__notes > li::before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}
@media only screen and (max-width: 640px) {
  .attention__notes > li {
    font-size: 15px;
    line-height: 1.7;
  }
}
.attention__indent > li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
  margin-top: 4px;
}
@media only screen and (max-width: 640px) {
  .attention__indent > li {
    font-size: 15px;
  }
}
.attention__list > li {
  position: relative;
  padding-left: 1em;
  line-height: 1.8;
}
.attention__list > li + li {
  margin-top: 10px;
}
.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: 15px;
  }
}

.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;
}

.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;
}