@charset "UTF-8";

.main .bg01{
  background-color: #7ca8cd;
}
.main .bg02{
  background-color: #234068;
}
.main .bold{
  font-weight: bold;
}
.main .head{
  position: relative; z-index: 0;
}
.main .many_elm{
  position: absolute; top: 0; ;left: 0; width: min(calc(382/768*100%),382px); margin: 35% 0 0 5%;
}
.main .many_elm_ver02{
  position: absolute; top: 0; ;left: 0; width: min(calc(381/768*100%),381px); margin: 35% 0 0 5%;
}
.main .few_elm{
  position: absolute; top: 0; ;left: 0; width: min(calc(301/768*100%),301px); margin: 35% 0 0 5%;
}


.main .totop_wrap{
    display: flex; justify-content: flex-end; margin: 0 4% 0 0;
  }
.main .totop{
display: flex; align-items: center; gap: 0 0.3em;
color: #C4007F; cursor: pointer;
border-style: solid; border-color: #C4007F; border-width: 0 0 1px;
}
.main .totop::before{
content: ""; width: 1em; height: 0.75em; background-color: #C4007F;
clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.main .desc{
  padding: 5% 3%;
  background-image: url(../img/bg.png);
  background-size: cover;
}
.main .desc_box{
  background-color: #fff; padding: 5% 0 4%;
}

.main .camp_ttl {
  padding: 0 1rem .5rem 2.5rem;
  font-weight: bold;
  background-image: url(../img/android-chrome-192x192.png);
  background-size: 2rem;
  background-repeat: no-repeat;
  border-bottom: solid 1.5px #000;
}

.main .text_color_p { color: #eb42a0; font-weight: bold; }
.main .text_color_g { color: #676767; }
.main .color01{ color: #b4b11d; }
.main .color02{ color: #282a61; }
.main .color03{ color: #dd5239; }
.main .color04{ color: #efa6b6; }

.main .desc_box .i_more{
  font-family: var(--i-font-en); line-height: 1;
}
.main .qr_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  font-weight: bold;
  height: 127px;
  padding: 0 5rem;
}

@media(max-width:751px){
  .main .camp_ttl {
    padding: 0 1rem .1rem 1.25rem;
    background-size: 1rem;
  }
  .campaign { padding: 0 2%; }
  .main .qr_ttl {
    padding: 0 2rem;
    height: 18vw;
  }
  .main .qr_img img { width: 22vw; }
}

.main .border { border-bottom: solid 1px #000; }

@media(min-width:751px){
    .sp{
        display: none !important;
    }
}
@media(max-width:750px){
    .pc{
        display: none !important;
    }
}


/* サイズ等 */
.main .item_note{
  display: flex; flex-direction: column; gap: 1em 0;
  line-height: 1.5; letter-spacing: 0;
  position: relative; z-index: 1;
}
.main .item_note_row{
  display: flex; flex-wrap: wrap; align-items: flex-start; gap: 0.5em 1em;
}
/* .main .item_note_row02{
  display: flex; align-items: flex-start;
} */
.main .item_note_l{
  flex-shrink: 0;
  width: 5em; text-align: center; background-color: #fff; margin: -0.1em 0 0;
  border-style: solid; border-color: #000; border-width: 1px 1px;
}
.main .item_note_l02{
  flex-shrink: 0;
}
.main .item_note_r{
  display: flex; flex-wrap: wrap;
}
.main .item_note_r02{
  flex-grow: 1;
  display: flex; flex-wrap: wrap; align-items: center; gap: 0 2em;
}
.main .item_note_size{
  color: inherit; text-decoration: underline;
}
.main .item_note_chui{
  position: relative; color: #333; text-decoration: underline; padding: 0 0 0 1.5em;
}
.main .item_note_chui::before,
.main .item_note_chui::after{
  content: ""; position: absolute;
}
.main .item_note_chui::before{
  top: 0.15em; left: 0; width: 1em; height: 1em; background: #fff; border: 1px solid #000; border-radius: 50%;
}
.main .item_note_chui::after{
  top: 0.5em; left: 0.5em; width: 0.4em; height: 0.45em; background-color: #333;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.main .item_note_add{
  text-indent: -1em; padding: 0 0 0 1em;
}
