@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  font-family: Helvetica, HiraKakuProN-W3, meiryo, メイリオ, sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #333333;
  background: #ffffff;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  pointer-events: none;
}

.ad_ico_link img {
  pointer-events: auto;
}

video {
  display: block;
}

/* 以下共通 */
.blue {
  color: #30a9de;
}

.marker {
  background: linear-gradient(transparent 0%, #fff799 0%);
  border-radius: 3px;
}

.header,
.section01,
.section02,
.section03 {
  border-bottom: 5px solid #ff46ad;
}

/* 下部アプリアイコン */
#ad_iconBox {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
}

.ad_iconBox {
  background: rgba(51, 51, 51, 0.774);
  padding: 15px;
}

.ap_icon {
  width: 60px;
}

.testBox {
  position: absolute;
  bottom: 50%;
  left: 25%;
  transform: translateY(50%);
  -webkit- transform: translateX(50%);
}

.test {
  position: relative;
  background: #fff;
  padding: 8px;
  border: 2px solid #ff4191;
  border-radius: 5px;
}

.test:after,
.test:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.test:after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}

.test:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #ff4191;
  border-width: 13px;
  margin-top: -13px;
}



/* 吹き出し 大 */
.fukidashi_lage,
.fukidashi_small {
  position: relative;
  display: inline-block;
  margin: 170px 20px 20px;
  padding: 15px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  border-radius: 7px;
  font-weight: bold;
}

.fukidashi_lage:before,
.fukidashi_small:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.fukidashi_lage:after,
.fukidashi_small:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

/* 吹き出し 小（上書き） */
.fukidashi_small {
  margin: 0px 20px 20px;
  text-align: center;
  display: block;
}

.header_btnBox {
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}

.fukidashi_small_wrap {
  padding: 60px 0 30px;
}

.btn_wrap {
  width: 94%;
  text-align: center;
  margin: 0 auto;
  animation: fluffy1 3s ease infinite;
}

@keyframes fluffy1 {
  0% {
    transform: translateY(0)
  }

  5% {
    transform: translateY(0)
  }

  10% {
    transform: translateY(0)
  }

  20% {
    transform: translateY(-15px)
  }

  25% {
    transform: translateY(0)
  }

  30% {
    transform: translateY(-15px)
  }

  50% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(0)
  }
}

.btn_wrap a {
  display: block;
  background: #ff2380;
  padding: 20px 0;
  color: #ffffff;
  font-size: 20px;
  border-radius: 50px;
  box-shadow: 4px 6px #333;
  position: relative;
}

.btn_wrap a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 22px;
  width: 16px;
  height: 16px;
  transform: translateY(-58%) rotate(45deg);
  border: 3px solid #FFF;
  border-left: none;
  border-bottom: none;
}

.video_box video {
  width: 100%;
}

.header {
  position: relative;
}

.header_logoBox {
  width: 94%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.header_logo {
  position: relative;
  z-index: 20;
}

.header_phone {
  width: 40%;
  position: absolute;
  top: -125px;
  right: 0px;
  z-index: 10;
}

/* セクション01 */
.section01_top_bg {
  background-image: url(https://img-storage.com/lp/2021/h_n/namaonalive/item/section01_top_bg.jpg);
  position: relative;
}

.section01_top_bg::after {
  content: '';
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: radial-gradient(#999999 7%, transparent 8%),
    radial-gradient(#999999 7%, transparent 8%);
  background-position: 0 0,
    7px 7px;
  background-size: 14px 14px;
}

.section_top {
  color: #ffffff;
  padding: 30px 0;
}

.section_ttl {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.section_top_textBox {
  margin-top: 30px;
  font-weight: bold;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}

.section_top_textBox p+p {
  margin-top: 20px;
}

.section01_contentBox {
  background-image: url(https://img-storage.com/lp/2021/h_n/namaonalive/parts/section01_content_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  position: relative;
  padding: 30px 0;
}

.chat_img,
.miseai_img {
  width: 160px;
}

.chat_img {
  transform: rotate(-10deg);
}

.miseai_img {
  position: absolute;
  top: 160px;
  right: 40px;
  transform: rotate(15deg);
}

.chat_img_text,
.miseai_img_text,
.arrow {
  position: absolute;
}

.chat_img_text {
  width: 250px;
  top: 20px;
  right: 20px;
}

.miseai_img_text {
  width: 270px;
  top: 370px;
  left: 20px;
}

.arrow {
  top: 220px;
  left: 110px;
  width: 130px;
}


.fukidashi_lage p+p {
  margin-top: 10px;
}

/* セクション02 */
.section02_top_bg {
  background-image: url(https://img-storage.com/lp/2021/h_n/namaonalive/item/section02_top_bg.jpg);
  position: relative;
}

.section02_top_bg::after {
  content: '';
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: radial-gradient(#999999 7%, transparent 8%),
    radial-gradient(#999999 7%, transparent 8%);
  background-position: 0 0,
    7px 7px;
  background-size: 14px 14px;
}

.section02_contentBox_top {
  background-image: url(https://img-storage.com/lp/2021/h_n/namaonalive/parts/section02_content_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  position: relative;
  padding: 5px 0;
}

.ap_img {
  width: 180px;
  transform: rotate(-10deg);
  position: absolute;
  z-index: 50;
}

.ap_img_text {
  width: 96%;
  margin: 0 auto;
}

.section02_chara {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 0;
}

.genre_list {
  display: flex;
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
}

.genre_list li {
  width: 34%;
}

.genre_listBox {
  position: relative;
}

.genre_listBox_text {
  width: 76%;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.list {
  position: relative;
}

.list p+p {
  width: 110px;
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}

.section02_contentBox_bottom {
  background-image: url(https://img-storage.com/lp/2021/h_n/namaonalive/parts/section02_content_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

/* セクション03 */
.womanBox_wrap {
  background-image: url(https://img-storage.com/lp/2021/h_n/namaonalive/item/section03_bg_womanBox.jpg);
  padding: 30px 0;
}

.womanBox {
  margin-top: 30px;
}

.womanBox_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.womanBox_list li {
  width: 46%;
}

.womanBox_list li:nth-child(n+3) {
  margin-top: 14px;
}

.womanBox_list_bottom {
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

.womanBox_list_bottom p {
  background: #ff178a;
  width: 100%;
  padding: 5px;
}

.womanBox_list_bottom p+p {
  background: #333333;
  width: 100%;
}

/* セクション03下部 */
.section03_bottomBox {
  background-image: url(https://img-storage.com/lp/2021/h_n/namaonalive/parts/section03_bg_bottom.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 370px;
  padding-top: 20px;
  position: relative;
}

.section03_ttl_underline {
  width: 320px;
  margin: 0 auto;
}

.section03_charaBox {
  position: absolute;
  bottom: 0;
  right: 0;
}

.section03_chara_img {
  width: 200px;
}

.section03_chara_text {
  width: 60px;
  position: absolute;
  bottom: 30px;
  right: 10px;
}

.section03_fukidashiBox li {
  position: absolute;
}

.section03_fukidashiBox li:first-child {
  top: 90px;
  left: 130px;
}

.section03_fukidashiBox li:nth-child(2) {
  top: 110px;
  left: 20px;
}

.section03_fukidashiBox li:nth-child(3) {
  bottom: 110px;
  left: 120px;
}

.section03_fukidashiBox li:nth-child(4) {
  bottom: 90px;
  left: 10px;
}

.section03_fukidashiBox li:nth-child(5) {
  bottom: 20px;
  left: 80px;
}

/* セクション04 口コミ */
.section04_bg {
  background-image: url(https://img-storage.com/lp/2021/h_n/namaonalive/parts/section_bg_review.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0 15px;
}

.section04_reviewBox {
  margin-top: 40px;
}

.review_list li {
  background-image: url(https://img-storage.com/lp/2021/h_n/namaonalive/parts/fukidashi_review.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 250px;
  padding: 30px 45px 30px 70px;
  font-size: 14px;
}

.review_ttl {
  font-size: 18px;
  color: #3aa3fc;
  font-weight: bold;
}

.review_star span {
  color: #fab021;
}

.review_text {
  font-size: 14px;
  margin-top: 5px;
}

.note {
  font-size: 14px;
  text-align: right;
  font-weight: bold;
}

.footer_btn {
  margin: 50px auto 20px;
}





/* フッター */
.footer {
  text-align: center;
  background: #333;
  color: #ffffff;
  padding: 20px 0px 3px;
}

.contact_box {
  text-decoration: underline;
  margin-bottom: 10px;
}


/* ブレイクポイント768 */
@media screen and (min-width: 768px) {
  body {
    display: none;
  }
}

/* ブレイクポイント320 */
@media screen and (max-width: 320px) {
  .btn_wrap a {
    font-size: 18px;
  }

  .ap_img {
    top: 150px;
  }

  .womanBox_list_bottom {
    font-size: 11px;
  }

  .section03_fukidashiBox li {
    width: 80px;
  }

  .review_ttl {
    font-size: 16px;
  }

  .review_text {
    font-size: 12px;
  }

  .section03_fukidashiBox li:nth-child(3) {
    bottom: 130px;
    left: 100px;
  }

  .section03_fukidashiBox li:nth-child(4) {
    bottom: 105px;
    left: 10px;
  }

  .section03_fukidashiBox li:nth-child(5) {
    bottom: 40px;
    left: 70px;
  }

  .review_list li {
    padding: 40px 28px 30px 50px;
  }

  .note {
    font-size: 12px;
  }
}

@media screen and (min-width: 400px) {
  .review_list li {
    padding: 30px 55px 30px 80px;
  }
}

@media screen and (min-width: 420px) {

  .chat_img,
  .miseai_img {
    width: 180px;
  }

  .ap_img {
    width: 170px;
    bottom: 20px;
    left: 50px;
  }

  .section03_chara_img {
    width: 230px;
  }

  .review_list li {
    padding: 30px 55px 30px 80px;
  }
}