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

:root{
    --blue: #0000A0;
    --green: #00D7B8;
    --yellow: #FEDC00;
}

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



/* btn-a */
.c-btn-a {
    box-sizing: border-box;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    color: var(--blue);
    background-size: auto auto;
    background: var(--yellow);
    border-radius: 9999px;
    padding: 25px 20px;
    max-width: 460px;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0 auto;
    margin-bottom: 7px;
    box-shadow: 0 7px 0 var(--blue);
    border: 2px solid var(--blue)
}
.c-btn-a::after {
  position: absolute;
  content: "";
  width: 43px;
  height: 43px;
  background: url(../img/arrow_y.png) center right no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}

@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-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 {}

.campaign-logo{}
.contents-ttl{
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    position: relative;
    margin: 0 auto 4rem;
    padding: 0 1rem 0.85rem;
    border-bottom: 5px solid #ffffff;
    background-color: var(--green);
    color: #ffffff;
    width: fit-content;
}
.contents-ttl:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 20px;
    width: 20px;
    border-right: 5px solid #ffffff;
    background-color: var(--green);
    content: "";
}
#recommend-outer .contents-ttl{
    border-bottom: 5px solid var(--green);
    background-color: #ffffff;
    color: #000000
}
#recommend-outer .contents-ttl:before{
    border-right: 5px solid var(--green);
    background-color: #ffffff;
}

.campaign-logo__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 35px;
    align-items: center;
}
.campaign-logo__item {max-width: 150px;}
@media only screen and (max-width: 767px) {   
.contents-ttl{
    font-size: 24px;
    width: auto;
}  
.campaign-logo__list {gap: 15px;}    
.campaign-logo__item {width: calc(100% / 4 - 12px)}
}


.recommend {background-color: var(--green)}
#recommend-outer{
    background-color: #ffffff;
    border-radius: 20px;
    padding: 50px 40px 60px;
    margin-top: 50px;
}
.recommendBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.recommendBox:not(:last-child) {
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.recommendBox + .recommendBox::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: rgba(0,215,184,.2);
  border-radius: 3px;
}
.recommend_left{width: 33%}
.recommend_right{width: 62%}
.recommend__title {margin: 0 auto 50px;}
.recommend-logo {
    flex: 1 0 100%;
    margin-bottom: 1rem;
}
.recommend-logo > *{
    max-width: 200px;
    width: 80%;
    margin: 0px auto 10px;
}
.recommend-logo._small> *{ max-width: 150px;}
.recommendBox__name {
    font-weight: 800;
    font-size: 28px;
    color: var(--blue);
    text-align: left;
    line-height: 1.4;
}
.recommendBox__name span{
    font-size: 20px;
    color: #000000;
    line-height: 1.4;
    display: block
}
.recommendBox__lead {
    line-height: 1.8;
    padding: 15px 0 0;
    margin-top: 5px;
    border-top: 2px solid var(--blue);
    font-weight: 400;
}
@media only screen and (max-width: 768px) {
#recommend-outer{padding: 50px 30px 60px;}    
.recommend__title {
    width: 100%;
    margin: 0 auto 20px;
}    
.recommend-logo{
    flex: none;
    width: 36%;
    }    
.recommend-logo > *{
    max-width: none;
    width: 100%;
    margin: 0;
}
.recommend_left{
    width: 60%;
    margin: 0;
}
.recommend_right{width: 100%}
.recommendBox__name {
    font-size: 23px;
    margin-top: 10px;
}    
}



.attention {
  margin: 0;
  padding-top: 11.875%;
}
.attention__box {
    position: relative;
    margin-bottom: 20px;
    padding: 60px 7% 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%;
  transform: translateX(-50%);
  top: -20px;
  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: -10px;
    max-width: 250px;
  }
}

.attention__title {
    font-weight: 800;
    text-align: center;
    font-size: 39px;
    color: var(--blue);
    border-top: 3px solid var(--blue);
    border-bottom: 3px solid var(--blue);
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.3;
    position: relative;
}
#toggle {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    width: 40px;
    height: 40px;
    background: var(--blue);
    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: var(--blue);
    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;
}
    #toggle {
    width: 36px;
    height: 36px;
}
  .attention__bar {
    width: 35px;
    height: 35px;
    right: 15px;
    top: 20px;
  }
  .attention__bar::before,
    .attention__bar::after {
    width: 24px;
  }
  .attention__title {
    font-size: 20px;
    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;
}



