/**
mobail-menu
-------------------------------*/

#build-menu > ul.mobile-nav-0  > li a {
  padding: 0 !important;
}


/* floatingfooter
----------------------------------------------- */
.floating-footer {
	display: none;
	background: #f5f5eb;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 3% 0 2%;
  z-index: 10000;
}

.floating-footer ul {
	width: 100%;
	margin: 0 auto;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.floating-footer.js--floating-footer ul li {
  width: 50%;
  cursor: pointer;
}

.floating-footer.js--floating-footer ul li:last-child {
  width: 100%;
}

/* footer
----------------------------------------------- */
footer .sns-icon {
  width: 38%;
  margin:  0 auto 3%;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

footer .sns-icon a {
  display: block;
  width: 40.55%;
}


/* modal-area
----------------------------------------------- */
.modal-area {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 100000;
}

.modal-area .inner {
  position: relative;
  width: 94%;
  margin: 50px auto 90px;
  border-radius: 11px;
  position: relative;
  padding: 0 0 8%;
  box-sizing: border-box;
}

.modal-area .inner .close-btn {
  position: absolute;
  width: 10%;
  top: -1%;
  right: -3%;
}

.modal-area .inner.step {
  background: #fff9e5;
}

.modal-area .inner.step h2 {
  width: 100%;
  margin: 0 auto 5%;
}

.modal-area .inner.step .step-inner-cont {
  position: relative;
  text-align: center;
  margin: 0 auto 2%;
}

.modal-area .inner.step .step-inner-cont:after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: url(../../images/popup/line_flow.gif) center center / 100% no-repeat;
}

.modal-area .inner.step .step-inner-cont:last-child:after {
  content: none;
}

.modal-area .inner.step .step-inner-cont img {
  width: 98%;
  display: block;
  margin: 0 auto 4%;
}

.modal-area .inner.step .step-inner-cont p {
  width: 93%;
  margin: 0 auto 5%;
}

.modal-area .inner.step .step-inner-cont p span {
  font-weight: bold;
}

.modal-area .inner.step .step-inner-cont a {
  width: 93%;
  margin: 0 auto;
  display: block;
}

.modal-area .inner.step .step-inner-cont a img {
  width: 100%;
}

.modal-area .inner.campaign {
  background: #fff;
  padding: 5% 1.42% 42px;
}

.modal-area .inner.campaign h2 {
  width: 100%;
  margin: 0 auto 30px;
}

.modal-area .inner.campaign img.campaign_subtitle01 {
  display: block;
  width: 95.5%;
  margin: 0 auto 7%;
}

.modal-area .inner.campaign img.campaign_up {
  display: block;
  width: 92.14%;
  margin: 0 auto 9%;
}

.modal-area .inner.campaign img.campaign_banner02 {
  display: block;
  width: 90%;
  margin: 0 auto 9%;
}

.modal-area .inner.campaign img.campaign_banner03 {
  display: block;
  width: 90%;
  margin: 0 auto 12%;
}

.modal-area .inner.campaign .note {
  background: #f5f5eb;
  position: relative;
  padding: 8% 3.8% 6% 3.8%;
  width: 97.14%;
  margin: 0 auto 6%;
  box-sizing: border-box;
}

.modal-area .inner.campaign .note.note01 {
  margin-bottom: 10% !important;
}

.modal-area .inner.campaign .note:before {
  content: "";
  display: block;
  position: absolute;
  left: 3.51vw;
  top: -3.8vw;
  width: 31.75vw;
  height: 9.45vw;
  background: url(../../images/popup/label02.png) center center / 100% no-repeat;
}

.modal-area .inner.campaign .note.note01:before {
  background: url(../../images/popup/label01.png) center center / 100% no-repeat;
}

.modal-area .inner.campaign .note span {
  font-weight: bold;
}

.modal-area .inner.campaign .five-campaign {
  color: #e60012;
  font-size: 1.2em;
  text-align: center;
  width: 75.74%;
  position: relative;
  margin: 0 auto 3%;
}

.modal-area .inner.campaign .five-campaign:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 32px;
  background: #e60012;
  transform: rotateZ(-45deg);
  left: -3%;
  top: 1%;
}

.modal-area .inner.campaign .five-campaign:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 32px;
  background: #e60012;
  transform: rotateZ(45deg);
  right: -3%;
  top: 1%;
}

.modal-area .inner.campaign .campaign-btn {
  display: block;
  width: 93.6%;
  margin: 0 auto 5%;
}

.modal-area .inner a.request-btn {
  display: block;
  width: 93.6%;
  margin: 0 auto 5%;
}

.modal-area .inner .bottom-close-btn {
  margin: 0 auto;
  cursor: pointer;
  width: 48.57%;
} 

#purchase .attention {
  border: dotted 1px #e60012;
  margin: 5% 0 7%;
  padding: 5%;
}

#purchase .attention .title {
  font-size: 1.5em;
  color: #e60012;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 5%;
  line-height: 1.2;
}
#purchase .attention ul li{
  background: url(../../images/common/check.png) no-repeat top 6px left;
  padding-left: 1em;
  margin-bottom: 3%;
}

/*BUY王の強みタイトル*/
#strong h1.strong-title {
  position: relative;
  padding: 15px 30px;
  position: relative;
}
#strong h1.strong-title:after {
  right: 8px;
  content: "";
  position: absolute;
  background: url(../../images/strongpoint/character.png);
  display: block;
  width: 91px;
  height: 148px;
  bottom: 0;
}

#strong h1.strong-title .jp {
  font-size: 15px;
  background-position: left center;
  letter-spacing: 3px;
  color: #fff;
}
#strong h1.strong-title .jp .logo {
  color: inherit;
  font-size: 21px;
  font-weight: bold;letter-spacing: 0;
}
#strong h1.strong-title .jp .logo rt {
  font-size: 20%;
}
#strong h1.strong-title .jp strong {
  font-size: 21px;
  transform: rotate(-5deg) translateY(-4px);
  transform-origin: center;
  display: inline-block;
  line-height: 1;
  padding-left: 3px;
  position: relative;
}
#strong h1.strong-title .jp strong:after {
  content: "強い！";
  position: absolute;
  display: block;
  color: rgb(173 173 173);
  z-index: -1;
  top: 2px;
  left: 6px;
  width: 100%;
}
