/*----- base -----*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.5;
  color: #420001;
  scroll-behavior: smooth;
}
body {
  font-size: 1.6rem;
}
a {
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
ul {
  list-style: none;
}
picture img {
  width: 100%;
}
@media (max-width:1309px) {
  html {
    font-size: 0.76vw;
  }
}
@media (max-width:767px) {
  html {
    font-size: 1.8vw;
  }
}
/*----- base end -----*/

/*----- common -----*/
.fc-red {
  color: red;
}
.l-box {
  padding: 3em 1em;
}
.mb3 {
  margin-bottom: 3rem;
}
.mt3 {
  margin-top: 3rem;
}
@media (max-width:767px) {
  .l-box {
    padding: 3em 3vw;
  }
}
/*----- common end -----*/

.about {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about__items {
  width: 48%;
  background: #fff;
  border: 1px solid #420001;
  flex: none;
}
.about__items__body {
  padding: 1em;
  border-top: 1px solid #420001;
  display: none;
}
.about__items__body__img {
  margin-top: 1rem;
}
.about__items__body__sttl {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.about__items__body__text {
  height: calc(1.5em * 6);
}
.about__items__ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1em 0;
  line-height: 1;
  cursor: pointer;
}
.about__items__ttl:after {
  content: '';
  width: 1.8rem;
  height: 1.6rem;
  background-image: url(/sites/g/files/yjnsyp131/files/brand/nescafe/nba-cp25w/images/toggle.svg);
  rotate: 180deg;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: .5rem;
  vertical-align: middle;
}
.about__items__ttl.is-open:after {
  rotate: none;
}
.campaign {
  margin-top: 3rem;
  padding: 1em;
  background-image: url(/sites/g/files/yjnsyp131/files/brand/nescafe/nba-cp25w/images/pc/NESCAFE_COMMUNICATION_LOCKUP_RGB_2247C_1.jpg);
}
.campaign__dl {
  display: flex;
  flex-wrap: wrap;
}
.campaign__dl dt {
  width: 22rem;
  margin-right: .5rem;
  background: #420001;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  padding: .5em;
  margin-bottom: .5rem;
  flex: none;
}
.campaign__dl dd {
  width: calc(100% - 22.5rem);
  font-size: 1.8rem;
  background: #fff;
  padding: .5em;
  margin-bottom: .5rem;
}
.campaign__dl picture {
  text-align: center;
  display: block;
}
.campaign__ttl {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
.contain {
  width: 96rem;
  margin: 0 auto;
}
.keihin {
  background: #420001;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 2.6rem;
  padding: 0.5em;
  line-height: 1;
  margin-top: 3rem;
}
.main {
  max-width: 1310px;
  margin: 0 auto;
}
.page-top {
  position: fixed;
  left: calc(50% + 575px);
  bottom: 10px;
  z-index: 99;
}
.flow {
  background: #fff;
  margin-top: 5rem;
}
.flow__caution {
  padding: 1em;
  border: 1px solid #FF0100;
  width: 76.8rem;
  margin: 2rem auto;
}
.flow__caution__ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.flow__caution__ul span {
  color: #FF0100;
}
.flow__dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 3rem;
}
.flow__dl dt {
  width: 50px;
  margin: 0 1rem;
}
.flow__dl dd {
  width: calc(100% - 50px - 2rem);
}
.flow__dl dd h2 {
  font-size: 3rem;
  font-weight: bold;
}
.flow__img {
  display: block;
  margin: 2rem 0;
}
.flow__jump {
  padding: .5em;
  display: block;
  width: 76.8rem;
  margin: 1rem auto;
  border: 1px solid #420001;
  text-decoration: none;
}
.flow__note {
  padding: 1em;
  background: #F9E8C2;
  width: 76.8rem;
  margin: 1rem auto;
}
.flow__ttl {
  display: block;
  text-align: center;
  margin-bottom: 3rem;
}
.footer {
  background: #efefef;
  padding: 3em 1em;
  color: #000;
}
.footer__inquiry {
  text-align: center;
}
.footer__inquiry p {
  margin:.5em 0;
}
.footer__inquiry__tel {
  font-size: 1.3em;
}
.footer__requirement {
  margin-top: 2em;
}
.footer__requirement__ttl {
  border-bottom: 2px dotted #9e9e9f;
  padding-left: .5em;
}
.footer__requirement__body {
  padding: 1em;
}
.terms {
  background: #fff;
}
.terms h2 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
.terms h3 {
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
}
.terms__before {
  color: #666666;
  text-align: center;
  margin-bottom: 1em;
}
.terms__btn {
  display: flex;
  justify-content: center;
  margin: 4rem 0;
}
.terms__btn__a {
  display: flex;
  background: #707070;
  width: 70rem;
  height: 11.6rem;
  justify-content: center;
  align-items: center;
  border-radius: 6rem;
  pointer-events: none;
}
.terms__btn__a.active {
  pointer-events: auto;
  background: #FF0100;
}
.terms__scroll {
  color: #000;
  border: 1px solid #707070;
  overflow-y: scroll;
  padding: 3rem;
  height: 50rem;
}
.terms__scroll__head {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}
.terms__scroll__body {
  font-weight: 400;
}
.terms__ul {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
  color: #707070;
}
.upload {
  margin-top: 5rem;
  background: #F9E8C2;
  text-align: center;
}
.upload h2 {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 1rem;
}
.upload__sample-img {
  background: #fff;
  padding: 3rem 0;
  border: 3px solid #420001;
  border-top: none;
}
.upload__sample-img p {
  margin-bottom: 1em;
  font-size: 2rem;
  color: #707070;
}
.upload__sample-img--bad {
  display: none;
}
.upload__good {
  background: #fff;
  padding: 3rem 0;
}
.upload__sample {
  font-size: 2.6rem;
  font-weight: bold;
  border: 3px solid #420001;
  background: #fff;
  padding: .5em;
  line-height: 1;
  margin-top: 3rem;
  position: relative;
}
.upload__sample--bad {
  cursor: pointer;
}
.upload__sample--bad:after {
  content: '';
  display: block;
  width: 2.65rem;
  height: 2.65rem;
  border-right: 3px solid #420001;
  border-top: 3px solid #420001;
  rotate: 135deg;
  position: absolute;
  right: 4rem;
  top: .3rem;
}
.upload__sample--bad.is-open:after {
  rotate: -45deg;
  right: 4rem;
  top: 2rem;
}
.upload__ul {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0 3rem;
  flex-wrap: wrap;
}
.upload__ul li {
  width: 23.5%;
  flex: none;
}
.upload__ul li p {
  font-size: 1.4rem;
  margin-top: .5em;
}
.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #BDDBF8;
  background-image: url(/sites/g/files/yjnsyp131/files/brand/nescafe/nba-cp25w/images/25FW_NBA_PayPay_CP_LP_back_2.jpg);
  background-repeat: no-repeat;
}
@media (min-width:768px) {
  .sp-only {
    display: none;
  }
}
@media (max-width:1309px) {
  .page-top {
    width: 10vw;
    right: 10px;
    left: auto;
  }
  .terms__btn__a picture {
    width: 37vw;
  }
}
@media (max-width:767px) {
  .about {
    max-width: 92vw;
    margin: 3rem auto 0;
  }
  .about__items {
    width: 100%;
    margin-bottom: 2em;
  }
  .about__items__ttl {
    font-size: 2.3rem;
    line-height: 1.25;
  }
  .about__items__ttl:after {
    width: 2.6rem;
    height: 2.3rem;
  }
  .about__items__body__sttl {
    font-size: 2.9rem;
  }
  .about__items__body__text {
    height: auto;
    font-size: 2rem;
  }
  .campaign {
    padding: 4vw;
    background-image: url(/sites/g/files/yjnsyp131/files/brand/nescafe/nba-cp25w/images/sp/NESCAFE_COMMUNICATION_LOCKUP_RGB_2247C_1.jpg);
    background-size: cover;
  }
  .campaign__dl dt,
  .campaign__dl dd {
    width: 100%;
    font-size: 2.6rem;
  }
  .campaign__dl dd {
    text-align: center;
  }
  .campaign__ttl {
    font-size: 3.7rem;
    margin-bottom: .2em;
  }
  .contain {
    margin-top: -17vw;
    width: 100%;
  }
  .flow__caution,
  .flow__note,
  .flow__jump {
    width: 100%;
    font-size: 2rem;
  }
  .flow__dl dd {
    font-size: 2rem;
    width: calc(100% - 14vw);
  }
  .flow__dl dd h2 {
    font-size: 3.7rem;
  }
  .flow__dl dd h2 span {
    font-size: 2.3rem;
    line-height: 1;
    display: block;
    margin-bottom: .5em;
  }
  .flow__dl dt {
    width: 13vw;
    margin: 0 1vw 0 0;
  }
  .flow__jump {
    text-indent: -1em;
    padding-left: 1.5em;
  }
  .footer {
    font-size: 2.1rem;
  }
  .keihin {
    margin: 0 auto;
    position: relative;
    max-width: 92vw;
  }
  .keihin-img {
    display: block;
    max-width: 92vw;
    margin: 0 auto;
    padding-bottom: 1em;
    background: #fff;
  }
  .terms h2 {
    font-size: 3.1rem;
  }
  .terms h3 {
    font-size: 2.9rem;
  }
  .terms__before {
    font-size: 2rem;
  }
  .terms__btn__a {
    width: 50rem;
    height: 16.5rem;
    border-radius: 10rem;
  }
  .terms__btn__a picture {
    width: 64vw;
  }
  .terms__scroll__body {
    font-size: 2rem;
  }
  .terms__scroll__head {
    font-size: 2.3rem;
  }
  .terms__ul {
    font-size: 2rem;
  }
  .upload {
    margin-top: 0;
  }
  .upload h2 {
    font-size: 3.7rem;
  }
  .upload p {
    font-size: 2.1rem;
  }
  .upload__good,
  .upload__sample-img {
    padding: 1em;
  }
  .upload__sample-img p {
    font-size: 2.6rem;
  }
  .upload__ul {
    justify-content: center;
  }
  .upload__ul li {
    width: 62vw;
    margin: 1em 0;
  }
  .upload__ul li p {
    font-size: 2rem;
  }
  .wrapper {
    background-image: none;
  }
}
