@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");

body {
	text-align: justify;
	font-feature-settings:"palt";
}


.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;
}
.c-btn-wide{
    max-width: 520px;
    padding: 27px 80px 27px 50px;
}

@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-btn-wide{padding: 16px 28px 16px 12px;}  
.about-btn:has(.c-btn-wide)  {padding: 0}  
}

.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 {
    padding: 0px 0 10.4166666667%;
    background: url(../img/bg_01.png) repeat left top/auto auto;
    background-color: #f4aabf;
    margin-top: 50px;
}
.campaign__lead2 {
  margin-top: 3.90625%;
}



.campaignTarget{
    background-color: #ffffff;
    border-radius: 20px;
    padding: min(50px, 6vw) 0;
}
.campaignTarget__box__ttl{
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    background-color: #F53286;
    color: #ffffff;
    width: fit-content;
    margin: 0 auto 50px;
    border-radius: 9999px;
    padding: 5px 30px;
}
.campaignTarget__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 35px;
    align-items: center;
    margin: 0 auto 40px;
    padding-bottom: 30px;
    border-bottom: 2px dotted #ffcbd6;
    width: 90%;
}
.campaign .campaignTarget__list:last-of-type{margin-bottom: 30px}
.campaignTarget__item__wide{
    flex: 100%;
    margin-bottom: 15px;
}
.campaignTarget__item__wide span{
    max-width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.campaignTarget__item__wide._small span{max-width: 170px;}
.campaignTarget__item {max-width: 110px;}
.campaignTarget__item._small {max-width: 85px;}
@media only screen and (max-width: 767px) {   
.campaignTarget__box__ttl{
    font-size: 18px;
    margin: 0 auto 30px;
    padding: 5px 15px;
}  
.campaignTarget__list {gap: 10px 25px;}    
.campaignTarget__item__wide span{max-width: 185px;}  
.campaignTarget__item__wide._small span{max-width: 120px;}    
.campaignTarget__item {max-width: 80px;}
.campaignTarget__item._small {max-width: 65px;}   
}




.recommend {
  background: url(../img/deco-recommend_02_pink.png) no-repeat right top/18.3% auto, url(../img/deco-recommend_01_pink.png) no-repeat left top/18.3% auto, url(../img/bg_pink.png) repeat-y center top/100% auto;
  padding: 8.9583333333% 0 10.4166666667%;
}
.recommendBox {
    border-radius: 30px;
    position: relative;
    background-color: #ffffff;
    padding: 40px;
    margin-top: 30px;
    border: 10px solid rgba(244,170,191,.3);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: end;
}
.recommend_left{width: 35%}
.recommend_right{width: 60%}
.recommend__title {
    max-width: 800px;
    width: 90%;
    margin: -15px auto 50px;
}
.recommend-logo { flex: 1 0 100%}
.recommend-logo > *{
    max-width: 250px;
    width: 80%;
    margin: 0px auto 30px;
}
.recommend-logo._small> *{ max-width: 150px;}
.recommend_img{}
.recommend_img img {
    width: auto !important;
    height: 300px;
    display: block;
    margin: auto;
}
.recommendBox__name {
    font-weight: 800;
    font-size: 28px;
    color: #F53286;
    text-align: center;
    line-height: 1.4;
}
.recommendBox__lead {
    line-height: 1.8;
    padding: 15px 0 0;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 2px solid #F53286;
    position: relative;
    font-weight: 400;
}
.recommendBox__lead::before,
.recommendBox__lead::after {
    content: "";
    position: absolute;
    top: 0px;
    width: 16px;
    height: 16px;
    background: #F53286;
    border-radius: 50%;
}
.recommendBox__lead::before {
  left: 0;
  transform: translate(-50%, calc(-50% - 1px));
}
.recommendBox__lead::after {
  right: 0;
  transform: translate(50%, calc(-50% - 1px));
}
@media only screen and (max-width: 768px) {
.recommendBox{padding: 20px;}   
.recommend__title {
    width: 100%;
    margin: 0 auto 20px;
}    
.recommend-logo > *{max-width: 200px;}
.recommend_left,
.recommend_right{width: 100%}
.recommendBox__name {
    font-size: 23px;
    margin-top: 10px;
}  
.recommend_img img {height: 200px;} 
.recommendBox__lead::before,
.recommendBox__lead::after {
    width: 10px;
    height: 10px;
}    
}



.attention {
  margin: 0;
  padding-top: 11.875%;
}
.attention__box {
    position: relative;
    margin-bottom: 20px;
    padding: 60px 10% 0;
}
@media only screen and (max-width: 640px) {
  .attention__box {
     padding: 40px 0 0;
  }
}
.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__title {
    font-weight: 800;
    text-align: center;
    font-size: 39px;
    color: #F53287;
    border-bottom: 6px dotted #f53287;
    padding-bottom: 5px;
    line-height: 1.3;
    position: relative;
}
#toggle {
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: 40px;
    height: 40px;
    background: #f53287;
    cursor: pointer;
    border-radius: 50%;
}
#toggle::before,
#toggle::after {
    width: 24px;
    height: 4px;
    background-color: white;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}
.attention__title.js-active #toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.attention__body {padding: 30px 0 0;}
.attention__heading {
    font-weight: bold;
    margin-top: 30px;
    font-size: 18px;
    color: #f53287;
    line-height: 1.4;
}
.attention__heading:before {
    content: "●"
}
.attention__heading__sub{
    font-weight: 800;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.attention__text {
  margin-top: 10px;
  line-height: 1.6666666667;
}
.attention__text.-first {
  margin-top: 0;
}

.attention__notes {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 14px;
}
.attention__indent {
  margin-top: 5px;
}
.attention__list {margin-top: 5px;}
.attention__list > li {margin-top: 5px; }
.attention__list > li::before {content: "・";}
.attention__notes > li,
.attention__indent > li,
.attention__list > li{
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
.attention {
    padding: 10% 20px 0px;
}
  .attention__bar {
    width: 35px;
    height: 35px;
    right: 15px;
    top: 20px;
  }
  .attention__bar::before,
    .attention__bar::after {
    width: 24px;
  }
  .attention__title {
    font-size: 24px;
    padding: 10px;
    text-align: left;
  }
  .attention__body {
    padding-top: 24px;
    border-width: 5px;
  }
  .attention__heading {
    font-size: 17px;
    margin-top: 24px;
  }
  .attention__heading::before {
    width: 20px;
    height: 20px;
  }
  .attention__notes {
    font-size: 15px;
    margin-top: 8px;
    line-height: 1.7;
  }
}

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



