@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{
    --red:#e60012;
    --blue: #0000A0;
    --yellow: #ffe300;
    --yellow-light:#fffef0;
    --orange: #ff4d00;
}

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

main {padding-top: 2.5%;}

.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.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: 900;
    display: inline-block;
    color: #ffffff;
    background-size: auto auto;
    background: var(--red);
    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 #000000;
    border: 2px solid #000000;
}
#entry_01.c-btn-a,
#entry_02.c-btn-a{
    font-size: 34px;
    padding: 15px 20px 20px;
}
.c-btn-a::after {
  position: absolute;
  content: "";
  width: 43px;
  height: 43px;
  background: url(../img/arrow_red.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;
  }
#entry_01.c-btn-a,
#entry_02.c-btn-a{
    font-size: 25px;
    padding: 15px;
}    
  .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;}
}

.ttl-cp{
    background-color: #000000;
    padding-top: 20px;
    position: relative;
    margin-bottom: 60px;
}
.ttl-cp:after {
    content: "";
    height: calc(120px / 2);
    width: 100%;
    clip-path: polygon(48% 100%, 0 0, 100% 0);
    background-color: #000000;
    position: absolute;
    bottom: calc(-120px / 2 + 1px);
    z-index: 1
}
.ttl-cp div{
    max-width: 600px;
    width: 90%;
    margin-inline: auto;
    line-height: 0
}
.ttl-cp_sub{
    max-width: 800px;
    width: 100%;
    margin-inline: auto;
    line-height: 0
}
.campaign {
    background-color: #ffffff;
    padding: 0px 5% 5%;
}
.campaign > div{
    background-color: #fffde3;
    padding: 7%;
    border-radius: 20px;
    background-image: radial-gradient(circle, #fff5c8 4px, transparent 4px), radial-gradient(circle, #fff5c8 4px, transparent 4px);
  background-position: 0 0, 14px 28px;
  background-size: 28px 56px;
}
.campaign > div#cp2{
    margin-top: 35px;
    background-color: #E3F7FF;
    background-image: radial-gradient(circle, #CCF0FF 4px, transparent 4px), radial-gradient(circle, #CCF0FF 4px, transparent 4px);
}
.campaign > div img{
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.li-attention {
    border: 2px solid var(--red);
    background-color: #ffffff;
    padding: 10px;
    margin-top: 20px;
    font-weight: bold;
}
.li-attention li{
    color: var(--red);
    padding-left: 1rem;
    text-indent: -1rem;
    font-size: 19.5px
}
.li-attention li + li{margin-top: 5px}

.recommend{background-color: #FFFBD8;}
.recommend #inner{padding: 5%;}
.recommendBox {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px;
}


.store_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    gap:30px 0px;
    max-width: 660px;
    margin: auto;
}
.store_area li {
    width: 29%;
    display: flex;
    align-items: center;
}


@media only screen and (max-width: 768px) {
.ttl-cp:after {
    height: calc(80px / 2);
    bottom: calc(-80px / 2 + 1px);
}  
.recommendBox{padding: 18px;}    
.store_area {gap:10px 0px;}
}


.qa_accordion_inner {
	letter-spacing: 0px;
}
.about_btn {
	padding: 2vw 6vw;
}


.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;
  }
.li-attention li{font-size: 15.5px}    
}
.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: 36px;
    color: #ffffff;
    background-color: var(--red);
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.3;
    position: relative;
}
#toggle {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(-50%);
    cursor: pointer;
    font-size: 20px;
}
#toggle::after {
    content: "▲";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}
.attention__title.js-active #toggle::after {content: "▼";}
.attention__body {padding: 30px 0 0;}
.attention__heading {
    font-weight: bold;
    margin-top: 30px;
    font-size: 18px;
    color: var(--red);
    border-bottom: 1px solid var(--red);
    line-height: 1.4;
}

.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: 19px;
    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;
  }
#toggle{right: 15px;}    
#toggle::after{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;
}



