@charset "UTF-8";
img {
  max-width: 100%;
  vertical-align: top;
  /* vertical-align:middle; */
}

body {
  max-width: 800px;
  width: 100%;
  /* background-color: #EEE8D8; */
  margin: 0 auto;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

p {
  display: block;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

input, select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.pc_main {
  background: #fff;
}

header {
  background-color: white;
}

.header_img img {
  width: 100%;
}

.header_text {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom: 20px;
}
.header_text h1 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 5px;
}
.header_text p {
  line-height: 1.8;
  padding-bottom: 10px;
}
.header_text p span {
  background: linear-gradient(transparent 80%, #f94661 10%);
}

/* 18歳確認 */
.check_box {
  margin-bottom: 30px;
}

.check_box_txt {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}

.top_check {
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 30px;
  /* color: #EA0C80; */
  text-align: center;
}

.top_btn-area {
  text-align: center;
}

.top_btn-area_txt0 {
  color: #0000ff;
  font-size: 18px;
  margin: 20px 0;
}

.over18-btn {
  position: relative;
  top: 0;
  display: inline-block;
  background-color: #f9959f;
  border-radius: 25px;
  font-size: 24px;
  color: #000;
  padding: 20px 50px;
  margin: 0 auto;
  text-align: center;
  transition: 0.1s;
  text-decoration: none;
  margin-bottom: 30px;
  box-shadow: 0 6px 0 #d46977;
}
.over18-btn:hover {
  top: 6px;
  box-shadow: 0 0 #d46977;
}

.under18-btn {
  display: inline-block;
  font-size: 18px;
  text-align: center;
}

.about {
  border: 5px solid #f9959f;
  border-radius: 12px;
  margin: 0 10px 30px 10px;
  padding: 10px;
}

.about_txt {
  text-align: center;
  font-size: 19px;
  padding: 10px;
}

.about span {
  background: linear-gradient(transparent 85%, #f94661 10%);
}

/* 18歳確認*/
/* ヘッダー */
.header_txt_wrapper {
  padding: 10px;
  text-align: center;
  background: #000;
}

.header_txt_wrapper2 {
  text-align: center;
}

.header_ttl {
  color: #fff;
  font-size: 19px;
  font-weight: bold;
}

.header_ttl2 {
  margin: 20px 0px 10px 0;
  font-size: 24px;
  font-weight: bold;
}

.header_txt {
  color: #fff;
  font-size: 14px;
}
.header_txt span {
  border-bottom: 2px solid #ee4657;
}

.header_txt2 {
  font-size: 20px;
  margin-bottom: 20px;
}

/* ヘッダー */
/* フッター */
.footer_nav {
  background-color: #000000;
}
.footer_nav ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
}
.footer_nav a {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  color: #ffffff;
  transition: 0.1s;
}
.footer_nav a:hover {
  color: #dbdbdb;
}

/* フッター */
/* 会社情報 */
.company_info {
  text-align: center;
}
.company_info p {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
}

.company dl {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid black;
  width: 95%;
  margin: 0 auto 40px auto;
  border-bottom: none;
}
.company dt {
  width: 30%;
  padding: 15px;
  font-size: 15px;
  text-align: center;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
.company dd {
  width: 70%;
  padding: 15px;
  font-size: 15px;
  border-bottom: 1px solid black;
}

.pageback {
  margin-bottom: 15px;
  text-align: center;
}
.pageback input[type=button] {
  position: relative;
  display: inline-block;
  top: 0;
  background-color: #f9959f;
  border-radius: 10px;
  font-size: 18px;
  color: #000;
  padding: 15px 90px;
  margin: 0 auto;
  text-align: center;
  transition: 0.1s;
  text-decoration: none;
  margin-bottom: 30px;
  box-shadow: 0 6px 0 #d46977;
}
.pageback input[type=button]:hover {
  top: 6px;
  box-shadow: 0 0 #d46977;
}

/* 会社情報*/
/* 問い合わせ */
.contact {
  width: 100%;
  margin: 0 auto;
}
.contact p {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}

form {
  text-align: center;
}

.contact label {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
}
.contact input {
  width: 100%;
  padding: 5px;
  background-color: white;
  margin-bottom: 20px;
  border: 1px solid #000;
}
.contact textarea {
  width: 100%;
  display: block;
  margin: 0 auto;
  background-color: white;
  border: 1px solid #000;
}
.contact input.contact_check {
  position: relative;
  top: 0;
  width: 200px;
  margin: 30px auto 40px auto;
  padding: 10px 0px;
  color: #000;
  font-size: 18px;
  border-radius: 12px;
  border: none;
  background-color: #f9959f;
  box-shadow: 0 5px 0 #d46977;
}
.contact input.contact_check:hover {
  top: 5px;
  box-shadow: 0 0 #d46977;
}

/* 問い合わせ */
/* カード */
.main_wrapper {
  background: #000;
}

.main {
  margin-bottom: 20px;
}

.main-area {
  width: 95%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 20px;
  background-color: #fff;
}

.main_upper-part {
  display: flex;
  margin-bottom: 10px;
  /* align-items: center; */
  justify-content: space-between;
}

.icon {
  width: 29%;
  margin-right: 10px;
}
.icon img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  box-shadow: 2px 2px 5px #000;
}

.main_upper-part_r {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 74%;
}

.main_ttl_wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.main_rank {
  display: inline;
  margin-right: 5px;
  padding: 0px 10px;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #000;
  border-radius: 8px;
}

.main_ttl {
  display: inline;
  color: #000;
  font-size: 20px;
  font-weight: bolder;
}

.tag_wrapper {
  display: flex;
  flex-wrap: wrap;
}

.tag {
  background: #ea96fa;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  text-align: center;
  margin: 0 10px 4px 0;
  padding: 0 5px;
}

.star_wrapper {
  display: flex;
  align-items: center;
}

.star_txt {
  margin-right: 5px;
  /* color: #ffc400; */
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.star img {
  width: 100px;
}

.tag-red {
  background-color: rgb(241, 42, 42);
}

.tag-blue {
  background-color: rgb(103, 103, 248);
}

.tag-yellow {
  background-color: #d7de1e;
}

.tag-purple {
  background-color: purple;
}

.tag-pink {
  background-color: pink;
}

.tag-gold {
  background-color: #ffbf10;
}

/* スライド */
.swiper {
  /* width: 100%; */
  /* height: 250px; */
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}

.swiper-slide img {
  /* display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; */
  width: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination-bullet, .swiper-pagination-bullet-active {
  background-color: #ffffff !important;
}

/* スライド */
.main_middle_ttl {
  color: #f9959f;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  border: 3px solid #f9959f;
  border-radius: 8px;
  margin-bottom: 15px;
}

.main_middle_ttl_wrapper {
  text-align: center;
  margin-bottom: 10px;
}

.main_middle_txt {
  /* position: relative; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
.main_middle_txt::before {
  content: "";
  /* position: absolute; */
  width: 19px;
  height: 18px;
  background-image: url(../img/heart.png);
  background-size: cover;
  /* top: 0; */
  /* left: 0; */
  margin-right: 5px;
}
.main_middle_txt::after {
  content: "";
  /* position: absolute; */
  width: 19px;
  height: 18px;
  background-image: url(../img/heart.png);
  background-size: cover;
  /* top: 0; */
  /* right: 0; */
  margin-left: 5px;
}

/* 光るボタン */
.main_btn {
  position: relative;
  display: inline-flex;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  transition: 300ms;
  box-shadow: 0px 3px 5px #4e4e4e;
  border-radius: 16px;
}
.main_btn::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: -100%;
  transform: skewX(-25deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.979) 0%, rgb(255, 255, 255) 100%);
  animation: 5.5s 0s shine linear infinite;
  z-index: 1;
}

@keyframes shine {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/* 光るボタン */
/* カード */
.points-area {
  background-color: #F948A8;
  border-radius: 15px;
  color: #F9F8E4;
  margin-bottom: 12px;
}
.points-area p {
  padding: 5px 0;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.points_list {
  width: 90%;
  list-style: none;
  padding: 10px 0;
  font-weight: bold;
  margin: 0 auto;
}

.points_text {
  margin-bottom: 5px;
}
.points_text:before {
  content: "";
  /* 空の要素作成 */
  width: 18px;
  /* 幅指定 */
  height: 18px;
  /* 高さ指定 */
  display: inline-block;
  /* インラインブロックにする */
  position: relative;
  /* アイコンの位置を調整 */
  top: 6px;
  /* アイコンの位置を調整 */
  margin-right: 10px;
  /* 余白指定 */
  background-image: url(../img/check.png);
  /* アイコン指定 */
  background-size: contain;
  /* アイコンの大きさ指定。containは縦横比を維持して表示。他にもcoverなどあるがcontain以外にすると上手く表示されなかった←これは必要。消すと画像も消える */
}

/* ▼▼▼ここからアコーディオン */
.accordion {
  margin: 5px auto;
  max-width: 100%;
}

.toggle {
  display: none;
}

.option {
  position: relative;
}

.title, .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.title {
  background: #f9959f;
  padding: 5px 0;
  display: block;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 5px;
}
.title::after, .title::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 11px;
  width: 2px;
  height: 0.75em;
  background-color: #ffffff;
  transition: all 0.3s;
}
.title::after {
  transform: rotate(90deg);
  /* ↑９０度(90deg)回転(rotate)させている */
}

.content {
  max-height: 0;
  overflow: hidden;
}

.content p {
  line-height: 1.4;
}

.user p {
  margin: 5px 0;
  font-size: 20px;
}

.toggle:checked + .title + .content {
  max-height: 1000px;
  transition: all 0.5s;
}
.toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}

.review {
  background: #fff;
  margin-bottom: 5px;
  padding: 10px;
  border: 2px solid #f9959f;
  border-radius: 10px;
}
.review .user_wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.review .user_wrapper .user {
  width: 40px;
  margin-right: 5px;
}
@media screen and (max-width: 430px) {
  .review .user_wrapper .user {
    width: 36px;
  }
}
@media screen and (max-width: 375px) {
  .review .user_wrapper .user {
    width: 30px;
  }
}
.review .user_wrapper .user_name {
  font-size: 16px;
  font-weight: bold;
}
.review .review_ttl_wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.review .review_ttl_wrapper .star5 {
  position: relative;
  top: 2px;
  width: 90px;
  margin-right: 5px;
}
@media screen and (max-width: 430px) {
  .review .review_ttl_wrapper .star5 {
    width: 86px;
  }
}
@media screen and (max-width: 375px) {
  .review .review_ttl_wrapper .star5 {
    width: 80px;
  }
}
.review .review_ttl_wrapper .review_ttl {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 430px) {
  .review .review_ttl_wrapper .review_ttl {
    font-size: 17px;
  }
}
@media screen and (max-width: 375px) {
  .review .review_ttl_wrapper .review_ttl {
    font-size: 16px;
  }
}
.review .review_txt {
  font-size: 15px;
}
@media screen and (max-width: 430px) {
  .review .review_txt {
    font-size: 14px;
  }
}

/* ▲▲▲ここまでアコーディオン */
/* ▼▼▼アプリについて欄 .article_areaはarticle_1～4.php共通*/
.article_area {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.article_ttl {
  width: 100%;
  padding: 10px 0;
  background-color: #f9959f;
  font-size: 20px;
  color: white;
  text-align: center;
}

.article_list ul {
  border: 1px solid #f9959f;
}
.article_list li {
  list-style: none;
  padding: 10px;
  border-bottom: 1px dashed #f9959f;
  background: #fff;
}
.article_list li:last-of-type {
  border-bottom: none;
}
.article_list li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: black;
}
.article_list li a i {
  position: absolute;
  right: 10px;
}

/* ▲▲▲アプリについて欄*/
/* ▼▼▼article_1～4.php*/
.article_main {
  background: #000;
}

.article_main_inner {
  width: 95%;
  margin: 0 auto 20px auto;
  padding: 10px;
  background: #fff;
  border: 5px solid #f9959f;
}

.article_main_ttl {
  text-align: center;
  padding: 5px 10px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.article_main_subttl {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 15px;
  background: #f9959f;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.article_main_txt {
  margin-bottom: 40px;
  font-size: 16px;
  color: #000;
}

/* ▲▲▲article_1～4.php*/
/* PC */
.pc_main {
  background-color: white;
}

.pc_main_box {
  padding-bottom: 100px;
}

.box_rank_wrapper {
  position: relative;
  display: inline-block;
  padding: 12px 20px 0px 20px;
  background: #f9959f;
}
.box_rank_wrapper::after {
  content: "";
  position: absolute;
  top: 44px;
  right: -55px;
  width: 0;
  height: 0;
  border-left: 41px solid transparent;
  border-right: 41px solid transparent;
  border-top: 41px solid #f9959f;
  transform: translateY(-50%) rotate(45deg);
}

.box_rank {
  display: inline-block;
  margin-right: 5px;
  padding: 0 15px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  background: #fff;
  border-radius: 8px;
}

.box_name {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
}

.box_rank_line {
  height: 12px;
  background: #f9959f;
}

/* .box_name-bgc:nth-child(odd){
    background-color: #5DC9DA;
}

.box_name-bgc:nth-child(even){
    background-color: #E93323;
} */
.box_img img {
  width: 100%;
  margin-bottom: 20px;
}

.pc_main_txt-area_wrapper {
  width: 700px;
  margin: 0 auto;
}

.pc_main_txt-area2_wrapper {
  display: flex;
  /* justify-content: flex-start;  */
}

.pc_main_txt-area2 {
  position: relative;
  /* width: auto; */
  /* display: inline-block; */
  margin: 0 auto;
}

.pc_main_txt2 {
  color: #f9959f;
  font-size: 24px;
  font-weight: bold;
}
.pc_main_txt2::before {
  content: "";
  position: absolute;
  width: 88px;
  height: 115px;
  background-image: url(../img/sb_1.png);
  background-size: cover;
  left: -100px;
  top: 0px;
}
.pc_main_txt2::after {
  content: "";
  position: absolute;
  width: 88px;
  height: 115px;
  background-image: url(../img/sb_2.png);
  background-size: cover;
  right: -100px;
  top: 0px;
}

/* テーブル */
.box_tbl {
  width: 100%;
  margin: 10px auto 40px auto;
  border-collapse: collapse;
}
.box_tbl th {
  background-color: #edf6ff;
  border: 1px solid black;
  padding: 10px 20px;
}

td {
  border: 1px solid black;
  padding: 10px 20px;
}

.box_tbl tbody tr th {
  width: 30%;
}

/* テーブル */
.pc_main_txt-area {
  width: 100%;
  margin: 0 auto 20px auto;
}

.pc_main_ttl_wrapper {
  text-align: center;
}

.pc_main_ttl {
  display: inline-block;
  width: 100%;
  padding: 5px 20px;
  font-size: 36px;
  font-weight: bold;
  color: #f9959f;
  border: 5px solid #f9959f;
  border-radius: 8px;
}

.pc_main_txt {
  font-size: 18px;
  margin: 20px 0;
}

.pc_main_btn {
  position: relative;
  display: block;
  background-color: #f9959f;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  padding: 12px 0px;
  border-radius: 8px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0 6px 0 #d46977;
  transition: 0.1s;
  overflow: hidden;
}
.pc_main_btn:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #d46977;
}

/* PC*/
/* 戻るボタン */
#page-top {
  display: flex;
  position: fixed;
  width: 80px;
  height: 80px;
  right: 25px;
  bottom: 30px;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 2px solid #f9959f;
  border-radius: 50%;
  cursor: pointer;
  /* opacity: 0.8; */
  z-index: 99;
}

.page-top_arrow {
  display: block;
  height: 20px;
  width: 20px;
  border-top: 3px solid #f9959f;
  border-right: 3px solid #f9959f;
  transform: translateY(20%) rotate(-45deg);
}

/* 戻るボタン*/
@media screen and (max-width: 430px) {
  .main-area {
    border-radius: 10px;
  }
  #page-top {
    width: 60px;
    height: 60px;
  }
  .page-top_arrow {
    height: 15px;
    width: 15px;
  }
  .company dt, .company dd {
    font-size: 13px;
    padding: 10px;
  }
  .pageback input[type=button] {
    border-radius: 8px;
    font-size: 15px;
    padding: 9px 58px;
  }
  .footer_nav a {
    font-size: 14px;
  }
  .company_info p {
    font-size: 20px;
  }
  .company dl {
    margin: 0 auto 30px auto;
  }
  .pageback input[type=button] {
    margin-bottom: 18px;
  }
  .contact p {
    font-size: 20px;
  }
  .contact label {
    font-size: 18px;
  }
  .contact input, .contact textarea {
    width: 90%;
  }
  .contact input.contact_check {
    width: 170px;
    margin: 8px auto 30px auto;
    font-size: 15px;
  }
  .article_main_ttl {
    font-size: 20px;
  }
  .article_main_subttl {
    font-size: 18px;
  }
  .article_main_txt {
    font-size: 14px;
  }
  .article_list li a {
    display: flex;
    font-size: 14px;
    align-items: center;
  }
}
@media screen and (max-width: 375px) {
  #page-top {
    width: 50px;
    height: 50px;
  }
  .page-top_arrow {
    height: 12px;
    width: 12px;
  }
  .header_ttl {
    font-size: 16px;
  }
  .header_txt {
    font-size: 12px;
  }
  .icon {
    width: 25%;
  }
  .icon img {
    border-radius: 8px;
  }
  .main_rank {
    padding: 0px 10px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #000;
    border-radius: 8px;
  }
  .main_ttl {
    font-size: 17px;
  }
  .tag {
    font-size: 10px;
  }
  .star_txt {
    font-size: 15px;
  }
  .star img {
    width: 95px;
  }
  .main_middle_txt {
    font-size: 16px;
  }
  .main_middle_txt::before, .main_middle_txt::after {
    width: 17px;
    height: 17px;
  }
  .ggp {
    height: 28px;
    margin-right: 5px;
  }
  .main_btn {
    font-size: 16px;
  }
  .main_btn::after {
    left: 80px;
  }
  .article_ttl {
    padding: 5px 0;
    font-size: 16px;
  }
  .article_main_ttl {
    font-size: 18px;
  }
  .article_main_subttl {
    font-size: 16px;
  }
  .company_info p {
    font-size: 18px;
    margin: 15px 0;
  }
  .pageback input[type=button] {
    font-size: 14px;
    padding: 6px 45px;
  }
  .contact p {
    margin: 15px 0;
    font-size: 18px;
  }
  .contact label {
    font-size: 16px;
  }
  .contact input.contact_check {
    width: 150px;
    font-size: 14px;
    padding: 8px 0px;
  }
}/*# sourceMappingURL=style.css.map */