@charset "UTF-8";
.fv {
  background: url(../img/index/fv/fv_bg.png) no-repeat;
  background-size: cover;
  background-position: top center;
  aspect-ratio: 375/345;
  width: 100%;
  padding-top: clamp(1.4rem, 1.75vw, 4.6rem);
}
@media (min-width: 768px) {
  .fv {
    max-height: 690px;
  }
}
@media (min-width: 768px) {
  .fv img {
    display: block;
    margin-inline: auto;
    width: 724px;
  }
}

body {
  background-color: #FFF3F3;
  position: relative;
}

.br--sp {
  display: block;
}
@media (min-width: 768px) {
  .br--sp {
    display: none;
  }
}

.br--pc {
  display: none;
}
@media (min-width: 768px) {
  .br--pc {
    display: block;
  }
}

img {
  width: 100%;
}

.cp_txt_box {
  background: url(../img/index/cp_txt_bg_sp.png) no-repeat;
  background-size: 100%;
  height: 138.39vw;
  padding-top: 36.13vw;
  margin-top: -28.01vw;
}
@media (min-width: 768px) {
  .cp_txt_box {
    background: url(../img/index/cp_txt_bg_pc.png) no-repeat;
    background-size: cover;
    background-position: top center;
    height: max(min(48.82vw, 647px));
    min-height: 375px;
    padding-top: min(12.86vw, 193px);
    margin-top: -155px;
  }
}

.cp_txt {
  width: 94.67%;
  margin-inline: auto;
  position: relative;
  z-index: 25;
}
@media (min-width: 768px) {
  .cp_txt {
    width: calc(100% - min(5.3%, 40px));
    max-width: 960px;
  }
}
.cp_txt img {
  width: 100%;
  display: block;
  margin-inline: auto;
}
.cp_txt p {
  width: 94%;
  color: #47423F;
  font-size: 3.73vw;
  font-weight: 500;
  text-align: center;
  position: absolute;
  bottom: 8vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .cp_txt p {
    font-size: min(1.82vw, 1.6rem);
    bottom: min(3.38vw, 46px);
  }
}
.cp_txt p strong {
  font-weight: 900;
  color: #47423F;
}
.cp_txt p span {
  color: #47423F;
  font-weight: 500;
}
.cp_txt a {
  color: #47423F;
  text-decoration: underline;
  font-weight: 500;
}

.present {
  width: min(100% - min(5.3%, 40px), 960px);
  margin-top: clamp(4.2rem, 5.25vw, 7.8rem);
  margin-inline: auto;
}
.present ul li {
  position: relative;
}
@media (min-width: 768px) {
  .present ul li::after {
    content: "";
    display: block;
    background: url(../img/index/present/item_txt_pc.png) no-repeat;
    background-size: 100%;
    width: min(15.78vw, 202px);
    height: min(15.15vw, 194px);
    min-width: min(15.78vw, 202px);
    min-height: min(15.15vw, 194px);
    position: absolute;
    top: max(-2.97vw, -38px);
    right: max(-2.35vw, -30px);
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .present ul li::after {
    right: max(-4.69vw, -60px);
  }
}

#insta .inner {
  width: min(100% - min(14%, 105px) * 2, 490px);
  margin-inline: auto;
}

#insta .inner #insta_f_link {
  font-family: "メイリオ", sans-serif;
  font-weight: bold;
}

#method {
  margin-top: clamp(6rem, 7.5vw, 11.9rem);
  width: 94.67%;
  margin-inline: auto;
  position: relative;
  z-index: 15;
}
@media (min-width: 768px) {
  #method {
    width: calc(100% - min(5.3%, 40px));
    max-width: 960px;
  }
}
#method .img_box .sp_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  #method .img_box .sp_txt {
    display: none;
  }
}
#insta {
  margin-top: clamp(4rem, 5vw, 8rem);
  position: relative;
  z-index: 10;
  width: calc(100% - min(5.3%, 40px));
  max-width: 960px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  #insta #insta_f_link {
    width: 90% !important;
  }
}

#rule {
  position: relative;
  z-index: 5;
}
#rule article {
  border-radius: 30px;
  position: relative;
}
#rule .itemLists *.contents_box01 > ul {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
#rule .itemLists *.contents_box01 > ul > li {
  max-width: 100%;
  width: fit-content;
  text-indent: 0;
  padding-left: 0;
}
#rule .itemLists .insta_message dd {
  padding-top: 10px;
}

/*20歳以上判定*/
.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.overlay .btn_area {
  width: 400px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
  z-index: 2;
  border-radius: 10px;
}
.overlay .btn_area .ttl {
  font-weight: bold;
}
.overlay .btn_area p {
  padding: 15px;
}
.overlay .btn_area button,
.overlay .no {
  display: block;
  margin: 0 auto;
  background: #333;
  color: #fff;
  padding: 20px 40px;
  border: none;
  width: 250px;
  text-decoration: none;
  border-radius: 100px;
  font-size: 1em;
}
.overlay .btn_area button:hover {
  background: #777;
}
.overlay button {
  cursor: pointer;
}