body{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.logos{
    display: grid;
    grid-template-rows: calc(auto / 390 * 100vw);
    grid-template-columns: repeat(2, auto);
    column-gap: calc(13 / 390 * 100vw);
    row-gap: calc(13 / 390 * 100vw);
    margin: calc(20 / 390 * 100vw) calc(30 / 390 * 100vw) calc(20 / 390 * 100vw) calc(30 / 390 * 100vw);
    align-items: center;
}

.logos img {
 width: auto;
 height: calc(15 / 390 * 100vw);
}

.main{
    background-image: url(../img/bg_img@2x.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-bottom: calc(55 / 390 * 100vw);
}

.hero img{
    margin-top: calc(18 / 390 * 100vw);
}

.campaign__title {
    border-top: calc(25 / 390 * 100vw);
    width: calc(341 / 390 * 100vw);
    height: calc(187 / 390 * 100vw);
    margin: calc(24 / 390 * 100vw) auto 0;
}

.campaign__text{
    font-size: calc(16 / 390 * 100vw);
    font-weight: bold;
    text-align: center;
    margin-top: calc(24 / 390 * 100vw) ;
    margin-bottom: calc(13 / 390 * 100vw) ;
}

.campain__day{
    width: calc(324 / 390 * 100vw);
    height: auto;
    margin: 0 auto;
    margin-bottom: calc(53 / 390 * 100vw);
}

.voice{
    background-image: url(../img/01bg@2x.webp);
    display: flex;
    flex-direction: column;
}
.voice--02{
    color: #fff;
    background-image: url(../img/02bg@2x.webp);
}

.voice--03{
    color: #fff;
    background-image: url(../img/03bg@2x.webp);
}

.voice--04{
    background-image: url(../img/04bg@2x.webp);
}

.voice--05{
    background-image: url(../img/05bg@2x.webp);
}

.play {
  position: relative;
  z-index: 5;
  cursor: pointer;
}

.play img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.voice-main{
    display: block;
    width: calc(299 / 390 * 100vw);
    height: calc(137 / 390 * 100vw);
    margin: calc(24 / 390 * 100vw) auto 0;
}

.voice-day{
    display: block;
    width: calc(259 / 390 * 100vw);
    height: calc(30 / 390 * 100vw);
    margin: calc(21 / 390 * 100vw) auto 0;
}

.voice-hashtag{
    width: calc(219 / 390 * 100vw);
    height: calc(56 / 390 * 100vw);
    margin: calc(29 / 390 * 100vw) auto 0;
}

.voice__tap{
    font-size: calc(16 / 390 * 100vw);
    font-weight: bold;
    text-align: center;
    margin: calc(16 / 390 * 100vw) 0;
    margin-bottom: calc(16 / 390 * 100vw);
}

.play{
    width: calc(290 / 390 * 100vw);
    height: calc(94 / 390 * 100vw);
    margin: 0 auto;
}

.play__note{
    font-size: calc(12 / 390 * 100vw);
    font-weight: 400;
    text-align: left;
    margin: calc(13 / 390 * 100vw) 0;
    margin-bottom: calc(50 / 390 * 100vw);
    margin-left: calc(50 / 390 * 100vw);
}

.white-bg{
    position: relative;
    width: calc(367 / 390 * 100vw);
    margin: 0 auto;
    margin-top: calc(50 / 390 * 100vw);
}

.white-bg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 0 / 390 * 100vw);
    background-color: rgba(255, 255, 255, 0.61);
    z-index: 0;
}

.white-bg > *{
    position: relative;
    z-index: 1;
}

.apply-date {
  display: flex;
  align-items: center;
  justify-content: center;
}

.apply-date__left,
.apply-date__right {
  display: block;
  width: calc(35 / 390 * 100vw);
  height: 2px;
  background: #000000;
  flex: 0 0 auto;
  position: relative;
  top: calc(10 / 390 * 100vw);
}

.apply-date__left {
  transform: rotate(45deg);
}

.apply-date__right {
  transform: rotate(-45deg);
}

.apply-date__text{
    font-size: calc(20 / 390 * 100vw);
    font-weight: bold;
    margin-top: calc(20 / 390 * 100vw);
    margin-bottom: calc(20 / 390 * 100vw);
}

.bigger{
    font-size: calc(30 / 390 * 100vw);
    margin: 0;
}

.apply-title{
    width: calc(322 / 390 * 100vw);
    height: calc(107 / 390 * 100vw);
    display: block;
    margin: 0 auto;
}

.apply-subtitle{
    width: calc(140 / 390 * 100vw);
    height: calc(39 / 390 * 100vw);
    display: block;
    margin: 0 auto;
    margin-top: calc(10 / 390 * 100vw);
    margin-bottom: calc(22 / 390 * 100vw);
}

.apply-step{
    display: flex;
    flex-direction: column;
}

.apply-step p{
    font-size: calc(16 / 390 * 100vw);
    font-weight: bold;
}

.apply-step__box{
    width: calc(349 / 390 * 100vw);
    min-height: calc(110 / 390 * 100vw);
    background-color: #f4b3c2;
    padding: calc(10 / 390 * 100vw) calc(0 / 390 * 100vw) calc(10 / 390 * 100vw) calc(15 / 390 * 100vw);
    display: flex;
    gap: calc(15 / 390 * 100vw);
    margin: 0 auto;
    margin-bottom: calc(10 / 390 * 100vw);
}

.apply-step__box p{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.apply-step__box img:nth-child(1){
    flex-shrink: 0;
    width: calc(57 / 390 * 100vw);
    height: calc(77 / 390 * 100vw);
    position: relative;
    top: calc(7 / 390 * 100vw);
}

.step-box-img{
    width: calc(75 / 390 * 100vw);
    margin-left: auto;
}

.apply-box__btn{
    background-color: #000000;
    width: calc(144 / 390 * 100vw);
    height: calc(36 / 390 * 100vw);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    margin-top: calc(10 / 390 * 100vw);
}

.sns-title{
    width: calc(341 / 390 * 100vw);
    height: calc(31 / 390 * 100vw);
    display: block;
    margin: 0 auto;
    margin-top: calc(25 / 390 * 100vw);
    margin-bottom: calc(25 / 390 * 100vw);
}

.sns-balloon:nth-of-type(2){
    width: calc(133 / 390 * 100vw);
    height: calc(43 / 390 * 100vw);
    display: block;
    margin: 0 auto;
    margin-bottom: calc(5 / 390 * 100vw);
}

.sns-balloon:nth-of-type(1){
    width: calc(193 / 390 * 100vw);
    height: calc(43 / 390 * 100vw);
    display: block;
    margin: 0 auto;
    margin-bottom: calc(2 / 390 * 100vw);
}

.sns-subtitle{
    text-align: center;
    font-size: calc(16 / 390 * 100vw);
    font-weight: bold;
}

.sns-4btn{
    display: grid;
    grid-template-columns: calc(130 / 390 * 100vw)calc(130 / 390 * 100vw);
    width: auto;
    height: auto;
    row-gap: calc(10 / 390 * 100vw);
    column-gap: calc(10 / 390 * 100vw);
    justify-content: center;
    margin-top: calc(15 / 390 * 100vw);
    margin-bottom: calc(15 / 390 * 100vw);
    font-size:calc(16 / 390 * 100vw);
}

.sns-4btn a{
    background-color: #000000;
    width: calc(130 / 390 * 100vw);
    height: calc(60 / 390 * 100vw);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sns-4btn a:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  justify-self: center;
}

.ikebukuro{
    color: #db457a;
    text-align: center;
    justify-content: center;
    margin-bottom: 15px;
}

.sns__danger{
    width: calc(350 / 390 * 100vw);
    height: auto;
    border: #000000 1px solid;
    margin: 0 auto;
}

.sns__danger-title{
    font-size: calc(18 / 390 * 100vw);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: calc(20 / 390 * 100vw) calc(0 / 390 * 100vw);
}

.sns__danger-text{
    font-size: calc(16 / 390 * 100vw);
    font-weight: bold;
    width: calc(300 / 390 * 100vw);
    display: flex;
    margin: 0 auto;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px;
}

.sns__danger-text:last-of-type{
    margin-bottom: calc(25 / 390 * 100vw);
}

.last-plz{
    font-size: calc(16 / 390 * 100vw);
    font-weight: bold;
    display: flex;
    padding: calc(0 / 390 * 100vw) calc(12 / 390 * 100vw) calc(18 / 390 * 100vw);
    margin: calc(20 / 390 * 100vw) auto 0;
    text-align: center;
    justify-content: center;
}

.footer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: calc(10 / 390 * 100vw) ;
    padding: calc(40 / 390 * 100vw) 0 0 0;
}

.footer-collabo{
    width: calc(245 / 390 * 100vw);
}

.footer-main{
    width: calc(290 / 390 * 100vw);
}

.footer-sub{
    width: calc(284 / 390 * 100vw);
}

.footer-copy{
    font-size: calc(16 / 390 * 100vw);
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin-bottom: calc(30 / 390 * 100vw);
}


@media screen and (min-width:835px) {
    body{
    width: 390px;
    margin: 0 auto;
}


.logos{
    display: grid;
    grid-template-rows: calc(autopx);
    grid-template-columns: repeat(2, auto);
    column-gap: calc(13px);
    row-gap: calc(13px);
    margin: calc(20px) calc(30px) calc(20px) calc(30px);
    align-items: center;
}

.logos img {
    width: auto;
    height: calc(15px);
}

.main{
    background-image: url(../img/bg_img@2x.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-bottom: calc(55px);

}

.hero img{
    margin-top: calc(18px);
}

.campaign__title {
    border-top: calc(25px);
    width: calc(341px);
    height: calc(187px);
    margin: calc(24px) auto 0;
}

.campaign__text{
    font-size: calc(16px);
    font-weight: bold;
    text-align: center;
    margin-top: calc(24px) ;
    margin-bottom: calc(13px) ;
}

.campain__day{
    width: calc(324px);
    height: auto;
    margin: 0 auto;
    margin-bottom: calc(53px);
}

.voice{
    background-image: url(../img/01bg@2x.webp);
    display: flex;
    flex-direction: column;
}
.voice--02{
    color: #fff;
    background-image: url(../img/02bg@2x.webp);
}

.voice--03{
    color: #fff;
    background-image: url(../img/03bg@2x.webp);
}

.voice--04{
    background-image: url(../img/04bg@2x.webp);
}

.voice--05{
    background-image: url(../img/05bg@2x.webp);
}

.play {
  position: relative;
  z-index: 5;
  cursor: pointer;
}

.play img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.voice-main{
    display: block;
    width: calc(299px);
    height: calc(137px);
    margin: calc(24px) auto 0;
}

.voice-day{
    display: block;
    width: calc(259px);
    height: calc(30px);
    margin: calc(21px) auto 0;
}

.voice-hashtag{
    width: calc(219px);
    height: calc(56px);
    margin: calc(29px) auto 0;
}

.voice__tap{
    font-size: calc(16px);
    font-weight: bold;
    text-align: center;
    margin: calc(16px) 0;
    margin-bottom: calc(16px);
}

.play{
    width: calc(290px);
    height: calc(94px);
    margin: 0 auto;
}

.play__note{
    font-size: calc(12px);
    font-weight: 400;
    text-align: left;
    margin: calc(13px) 0;
    margin-bottom: calc(50px);
    margin-left: calc(50px);
}

.white-bg{
    position: relative;
    width: calc(367px);
    margin: 0 auto;
    margin-top: calc(50px);
}

.white-bg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 30px);
    background-color: rgba(255, 255, 255, 0.61);
    z-index: 0;
}

.white-bg > *{
    position: relative;
    z-index: 1;
}

.apply-date {
  display: flex;
  align-items: center;
  justify-content: center;
}

.apply-date__left,
.apply-date__right {
  display: block;
  width: calc(35px);
  height: 2px;
  background: #000000;
  flex: 0 0 auto;
  position: relative;
  top: calc(10px);
}

.apply-date__left {
  transform: rotate(45deg);
}

.apply-date__right {
  transform: rotate(-45deg);
}

.apply-date__text{
    font-size: calc(20px);
    font-weight: bold;
    margin-top: calc(20px);
    margin-bottom: calc(20px);
}

.bigger{
    font-size: calc(30px);
    margin: 0;
}

.apply-title{
    width: calc(322px);
    height: calc(107px);
    display: block;
    margin: 0 auto;
}

.apply-subtitle{
    width: calc(140px);
    height: calc(39px);
    display: block;
    margin: 0 auto;
    margin-top: calc(10px);
    margin-bottom: calc(22px);
}

.apply-step{
    display: flex;
    flex-direction: column;
}

.apply-step p{
    font-size: calc(16px);
    font-weight: bold;
}

.apply-step__box{
    width: calc(349px);
    min-height: calc(110px);
    background-color: #f4b3c2;
    padding: calc(10px) calc(0px) calc(10px) calc(15px);
    display: flex;
    gap: calc(15px);
    margin: 0 auto;
    margin-bottom: calc(10px);
}

.apply-step__box p{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}

.apply-step__box img:nth-child(1){
    flex-shrink: 0;
    width: calc(57px);
    height: calc(77px);
    position: relative;
    top: calc(7px);
}

.step-box-img{
    width: calc(75px);
    margin-left: auto;
}

.apply-box__btn{
    background-color: #000000;
    width: calc(144px);
    height: calc(40px);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(16px);
    font-weight: 500;
    margin-top: calc(10px);
}

.sns-title{
    width: calc(341px);
    height: calc(31px);
    display: block;
    margin: 0 auto;
    margin-top: calc(25px);
    margin-bottom: calc(25px);
}

.sns-balloon:nth-of-type(2){
    width: calc(133px);
    height: calc(43px);
    display: block;
    margin: 0 auto;
    margin-bottom: calc(5px);
}

.sns-balloon:nth-of-type(1){
    width: calc(193px);
    height: calc(43px);
    display: block;
    margin: 0 auto;
    margin-bottom: calc(2px);
}

.sns-subtitle{
    text-align: center;
    font-size: calc(16px);
    font-weight: bold;
}

.sns-4btn{
    display: grid;
    grid-template-columns: calc(130px)calc(130px);
    width: auto;
    height: auto;
    row-gap: calc(10px);
    column-gap: calc(10px);
    justify-content: center;
    margin-top: calc(15px);
    margin-bottom: calc(15px);
    font-size:calc(16px);
}

.sns-4btn a{
    background-color: #000000;
    width: calc(130px);
    height: calc(60px);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sns__danger{
    width: calc(350px);
    height: auto;
    border: #000000 1px solid;
    margin: 0 auto;
}

.sns__danger-title{
    font-size: calc(18px);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: calc(15px) calc(0px);
}

.sns__danger-text{
    font-size: calc(16px);
    font-weight: bold;
    width: calc(320px);
    display: flex;
    margin-bottom: 5px;
}

.sns__danger-text:last-of-type{
    margin-bottom: calc(25px);
}

.last-plz{
    font-size: calc(16px);
    font-weight: bold;
    display: flex;
    text-align: center;
    justify-content: center;
    margin: calc(20px) auto 0;
}

.footer{
    display: flex;
    justify-content: center;
    align-items: cent4r;
    flex-direction: column;
    gap: calc(10px) ;
    padding: calc(40px) 0 0 0;
}

.footer-collabo{
    width: calc(245px);
}

.footer-main{
    width: calc(290px);
}

.footer-sub{
    width: calc(284px);
}

.footer-copy{
    font-size: calc(16px);
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin-bottom: calc(30px);
}

    
}