@charset "UTF-8";
.tw-btn {
  background-color: #00acee;
  width: 100%;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  max-width: 580px;
}
.tw-btn2 {
  background-color: initial;
  border: 1px solid;
  color: #fff;
}

.cvbtn {
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding: 0;
  background: #12c2e9;
  background: linear-gradient(to right, #f64f59, #c471ed, #12c2e9);
  max-width: 500px;
  font-size: 20px;
  font-weight: bold;
}

.twitter-btn {
  background-color: #00acee;
  color: #fff;
}
.twitter-btn:hover {
  opacity: 0.8;
  color: #fff;
}

.btn-s {
  line-height: 40px !important;
  height: 40px !important;
}
.btn:hover {
  color: #fff;
  opacity: 0.8;
}
.btn.search_settings {
  background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 209.82%);
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}
.btn-more {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.btn-plan {
  border-radius: 30px;
  background-color: #DEE2E6;
  color: #ADB5BD !important;
  padding: 5px 10px;
  font-size: 12px;
}
.btn_link {
  background: #FFFFFF;
  border: 1px solid #eee;
  display: block;
  text-align: center;
  font-size: 14px;
  border-radius: 12px;
  height: 58px;
  line-height: 58px;
  margin-top: 10px;
}

header {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #eee;
}

header .drawer_button {
  height: 40px;
  position: absolute;
  left: 0;
  width: 40px;
}

header .drawer_button span {
  background-color: #002556;
  border-radius: 10px;
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease 0s;
}

header .drawer_button span.bar1 {
  top: 15px;
  width: 25px;
}

header img.logo {
  width: 150px;
}

header .prof_img {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 40px;
}

span.bar2 {
  top: 23px;
  width: 15px;
}

header .drawer_button span.bar3 {
  top: 31px;
  width: 25px;
}

header nav {
  background-color: #ffffff;
  display: none;
  position: absolute;
  top: 55px;
  left: 30%;
  width: 200px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  header nav {
    left: auto;
    right: -20px;
    width: 150px;
  }
}
header nav ul li {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 0 1.5em;
  margin: 0 auto;
  letter-spacing: 1.3px;
}
header nav ul a {
  color: #737373;
  display: block;
  padding: 0 0.5em;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 50px;
  height: 50px;
}

header .card-img {
  height: 50px !important;
  width: 50px !important;
  margin: 5px 0 auto auto !important;
}
@media screen and (max-width: 767px) {
  header .card-img {
    height: 40px !important;
    width: 40px !important;
    margin: 10px 0 auto auto !important;
  }
}

/* --------------------------------
初期設定
---------------------------------*/
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  color: #262626;
  font-family: "Noto Sans JP", sans-serif !important;
  height: 100%;
  width: 100%;
  word-break: break-all;
}

img {
  width: 100%;
}

li {
  list-style: none;
}

hr {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

:root,
body {
  background-color: #F9FAFB;
  overflow-x: hidden;
}

.fontxl {
  font-size: 20px;
}

.fontll {
  font-size: 18px;
}

.fontl {
  font-size: 16px;
}

.fontm {
  font-size: 14px;
}

.fonts {
  font-size: 12px;
}

.fontss {
  font-size: 10px;
}

.container {
  max-width: 980px;
}

.area,
.modal-dialog {
  max-width: 680px;
  margin: auto;
}

.cover {
  background-position: center;
  background-size: cover;
  width: 100%;
}

.contain {
  background-position: center;
  background-size: contain;
  width: 100%;
}

#main {
  margin: auto;
  max-width: 420px;
  padding: 0 10px;
}

.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 0.5s ease 0s;
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

.v-none {
  display: block;
  opacity: 0;
  height: 1px;
}

.title {
  font-weight: 700;
  font-size: 26px;
  background: linear-gradient(90deg, #696EFF 0%, #F8ACFF 35.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
}

.entitle {
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  margin-top: 20px;
}
.entitle:before {
  display: inline-block;
  content: "";
  background-image: url("/images/aite/title.png");
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.btn {
  background: linear-gradient(90deg, #696EFF 0%, #F8ACFF 135.53%);
  border-radius: 30px;
  display: block;
  line-height: 54px;
  height: 54px;
  max-width: 280px;
  margin: 0px auto;
  padding: 0;
  color: #fff;
}
.btn-tw {
  background: #03A9F4;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.04);
  border-radius: 30px;
}
.btn2 {
  border: 1px solid #696EFF;
  background: #F9FAFB;
  color: #696EFF !important;
}

.main-img {
  height: 375px;
  width: 100%;
}
.main-img.filter {
  height: 328px;
  margin: auto;
  width: 350px;
}
.main-text {
  vertical-align: middle;
  font-family: "Lexend";
  font-style: normal;
  font-weight: 700;
  margin: 0 5px;
}
.main-text1 {
  background: linear-gradient(90deg, #696EFF 0%, #F8ACFF 35.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-text2 {
  background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 126.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-text3 {
  background: linear-gradient(90deg, #FC887B 0%, #FFDD95 135.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-text4 {
  background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-color {
  background: linear-gradient(90deg, #696EFF 0%, #F8ACFF 35.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.main-color2 {
  background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 36.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.main-color3 {
  background: linear-gradient(90deg, #FC887B 0%, #FFDD95 35.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.main-bg1 {
  background: linear-gradient(90deg, #696EFF 0%, #F8ACFF 134.53%);
  color: #fff;
}
.main-bg2 {
  background: linear-gradient(90deg, #FF3B10 0%, #F94CFF 100%);
  color: #fff;
}
.main-bg3 {
  background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 166.13%);
  color: #fff;
}
.main-bg4 {
  background: linear-gradient(90deg, #FC887B 0%, #FFDD95 135.53%);
}
.main-head {
  background: #9896F1;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 12px 12px 0 0;
  padding: 16px;
}
.main-border {
  background-color: #fff;
  border-radius: 12px;
  padding: 11px 13px;
  text-align: center;
  max-width: 46%;
  margin: 2%;
}
.main-border1 {
  border: 1px solid #F94CFF;
}
.main-border2 {
  border: 1px solid #00C9FF;
}
.main-border3 {
  border: 1px solid #FC887B;
}
.main-border3_0 {
  border: 1px solid #262626;
}
.main-border3_1 {
  border: 1px solid #696eff;
}
.main-border3_2 {
  border: 1px solid #92FE9D;
}
.main-border3_3 {
  border: 1px solid #FC887B;
}
.main-border3_sex2 {
  border: 1px solid #f5b2b2;
}
.main-border3_sex2 .main-text {
  color: #f5b2b2;
}
.main-border4 {
  border: 1px solid #fd868c;
}

.text-gray {
  color: #ADB5BD;
}
.text-purple {
  color: #9896F1;
}

.plan-text1 {
  background: linear-gradient(90deg, #696EFF 0%, #F8ACFF 55.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.plan-text2 {
  background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 56.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.plan-text3 {
  background: linear-gradient(90deg, #FC887B 0%, #FFDD95 56.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

header {
  border-bottom: none;
  max-width: 420px;
  padding: 0 10px;
}
header .btn {
  max-width: 100px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
header .menu-footer {
  position: absolute;
  bottom: 0;
  left: 0;
}
header .menu-list {
  position: fixed;
  top: 65px;
  background-color: #F9FAFB;
  height: 100%;
  width: 420px;
  left: 0;
  text-align: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 2;
}
header .menu-list .btn {
  margin-top: 40px;
  line-height: 50px;
  height: 50px;
  max-width: 230px;
}
header .menu-list li {
  margin-top: 10px;
  border-bottom: 1px solid #eee;
  text-align: left;
  padding: 0 10px;
  z-index: 3;
  font-size: 12px;
}
header .menu-list li::before {
  background-image: url("/images/aite/menu_icon.png");
  content: "";
  display: inline-block;
  font-size: 12px;
  height: 12px;
  width: 12px;
  background-position: center;
}
header .menu-list li span {
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-left: 15px;
  background: linear-gradient(90deg, #696EFF 0%, #F8ACFF 135.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.icon {
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  line-height: 25px;
  padding: 3px 10px;
}
.icon01 {
  background: linear-gradient(90deg, #FF3B10 0%, #F94CFF 100%);
}
.icon02 {
  background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 166.13%);
}
.icon-area {
  display: inline-block;
  margin-top: 10px;
  padding: 4px;
  border-radius: 12px;
}
.icon-area1 {
  border: 1px solid #F94CFF;
}
.icon-area2 {
  border: 1px solid #00C9FF;
}
.icon-area4 {
  border: 1px solid #f78ca0;
}
.icon-box {
  width: 32px;
  height: 32px;
  border-radius: 32px;
}
.icon-box1 {
  background: linear-gradient(90deg, #FF3B10 0%, #F94CFF 100%);
}
.icon-box2 {
  background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 166.13%);
}
.icon-box4 {
  background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
}
.icon-box_text {
  background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 126.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
  vertical-align: middle;
}
.icon-box img {
  width: auto;
}
.icon img {
  width: 12px;
  display: inline-block;
}

footer {
  background-color: #000;
  padding: 40px 0;
}
footer .area {
  max-width: 420px;
  margin: auto;
}
footer .area ul li a {
  color: #fff;
}
footer .area ul li a div {
  opacity: 0.75;
  font-size: 10px;
  margin-top: 5px;
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
footer .area .btn {
  max-width: 160px;
}

.bnr {
  background: linear-gradient(130.41deg, #F9E7FE 2.14%, #DAFCFC 101.31%);
  padding: 40px 0;
  margin-top: 40px;
}

.filter {
  -ms-filter: blur(15px);
  filter: blur(15px);
}

form .form-control {
  background: #FFFFFF;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  height: 48px;
  font-size: 14px;
}
form .user_tag {
  padding: 15px 20px;
  border-radius: 50px;
  color: #797979;
}
form input:checked + label .user_tag {
  background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 209.82%);
  color: #fff;
  font-weight: bold;
}
form input:checked + label .user_tag:before {
  background-color: #fff;
}
form .form-group {
  margin-bottom: 0;
}

.edit_img {
  height: 90px;
  width: 90px;
}

#setting .edit_img {
  cursor: pointer;
  position: relative;
  height: 124px;
  width: 124px;
}

#home .edit_img {
  margin: auto;
  height: 135px;
  width: 135px;
}

#setting .edit_img::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  position: absolute;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #262626;
  height: 32px;
  width: 32px;
  line-height: 32px;
  border-radius: 32px;
}

#file_img {
  display: none;
}

.tutorial_nav {
  margin-bottom: 40px;
}
.tutorial_nav img {
  height: 100px;
  width: 100%;
}

.price-table1 tr, .price-table2 tr, .price-table3 tr {
  border-image-slice: 1;
  max-width: 48%;
  margin: 1% 1% 10px;
  padding: 0;
}
.price-table1 tr td,
.price-table1 tr th, .price-table2 tr td,
.price-table2 tr th, .price-table3 tr td,
.price-table3 tr th {
  border-top: 0 !important;
  display: inline-block;
  width: 48%;
}
.price-table1 tr {
  border: 1px solid #FC887B;
  -o-border-image: linear-gradient(to right, #696EFF 0%, #F8ACFF 100%);
     border-image: linear-gradient(to right, #696EFF 0%, #F8ACFF 100%);
  border-image-slice: 1;
}
.price-table1 tr th {
  background: linear-gradient(90deg, #696EFF 0%, #F8ACFF 135.53%);
  color: #fff;
}
.price-table2 tr {
  border: 1px solid #00C9FF;
  -o-border-image: linear-gradient(to right, #00C9FF 0%, #92FE9D 100%);
     border-image: linear-gradient(to right, #00C9FF 0%, #92FE9D 100%);
  border-image-slice: 1;
}
.price-table2 tr th {
  background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 209.82%);
  color: #fff;
}
.price-table3 tr {
  border: 1px solid #FC887B;
  -o-border-image: linear-gradient(to right, #FC887B 0%, #FFDD95 100%);
     border-image: linear-gradient(to right, #FC887B 0%, #FFDD95 100%);
  border-image-slice: 1;
}
.price-table3 tr th {
  background: linear-gradient(90deg, #FC887B 0%, #FFDD95 209.82%);
  color: #fff;
}
.price-card {
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.08);
}
.price-head {
  background: linear-gradient(90deg, #696EFF 0%, #F8ACFF 135.53%);
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  border-radius: 6px 6px 0 0;
  margin-bottom: 20px;
  position: relative;
  left: -10%;
  width: 120%;
}
.price-head2 {
  background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 209.82%);
}
.price-head3 {
  background: linear-gradient(90deg, #FC887B 0%, #FFDD95 209.82%);
}

#plan .price-head {
  left: -3%;
  width: 106%;
}

.tags .tag {
  border: 1px solid #696EFF;
  border-radius: 30px;
  display: table;
  padding: 5px 10px;
}
.tags-hidden {
  height: 465px;
  overflow: hidden;
}
.tags-hidden:after {
  content: "";
  background-color: #fff;
  display: block;
  height: 50px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
}

.step {
  display: block;
  height: 6px;
}
.step1 {
  background: linear-gradient(to right, #696EFF 0%, #F8ACFF 20%, #EBEBEB 20%, #EBEBEB 100%);
}
.step2 {
  background: linear-gradient(to right, #696EFF 0%, #F8ACFF 40%, #EBEBEB 40%, #EBEBEB 100%);
}
.step3 {
  background: linear-gradient(to right, #696EFF 0%, #F8ACFF 60%, #EBEBEB 60%, #EBEBEB 100%);
}
.step4 {
  background: linear-gradient(to right, #696EFF 0%, #F8ACFF 80%, #EBEBEB 80%, #EBEBEB 100%);
}
.step5 {
  background: linear-gradient(to right, #696EFF 0%, #F8ACFF 100%, #EBEBEB 100%, #EBEBEB 100%);
}

.range0 {
  width: 0%;
}
.range1 {
  width: 20%;
}
.range2 {
  width: 40%;
}
.range3 {
  width: 60%;
}
.range4 {
  width: 80%;
}
.range5 {
  width: 100%;
}

.list_nav {
  background: #F8E7F6;
  border-radius: 30px;
  padding: 6px 8px;
  display: flex;
  flex-wrap: wrap;
}
.list_nav li {
  border-radius: 30px;
  font-size: 11px;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
}
.list_nav li.act {
  background-color: #fff;
}

.like-list {
  background: linear-gradient(130.41deg, #F9E7FE 2.14%, #DAFCFC 101.31%);
  border-radius: 12px;
  display: flex;
  padding: 10px;
}
.like-list .btn {
  font-size: 14px;
  max-width: 150px;
  width: 100%;
}
.like-list .btn-like {
  background: linear-gradient(90deg, #FF3B10 0%, #F94CFF 100%);
}
.like-list .btn-like.act {
  background: #999;
}
.like-list .btn-like_super {
  background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 166.13%);
}
.like-list .btn-like_super.act {
  background: #999;
}

.pickup {
  background: linear-gradient(130.41deg, #F9E7FE 2.14%, #DAFCFC 101.31%);
  padding: 16px 24px;
}

#home .pickup .edit_img {
  height: auto;
  padding-bottom: 100%;
  width: 100%;
}

.match_content {
  position: absolute;
  width: 100%;
  z-index: 1041;
  max-width: 400px;
  left: 0;
  right: 0;
  margin: auto;
}
.match_content .user {
  position: relative;
  padding-bottom: 100%;
}

.modal {
  top: 20%;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.footer_nav {
  background-color: #fff;
  color: #262626;
  line-height: 50px;
  height: 50px;
  position: fixed;
  bottom: 0;
  max-width: 420px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.footer_nav a {
  display: block;
  position: relative;
  top: -35px;
}
.footer_nav i {
  position: relative;
  top: -5px;
}

.duplication {
  position: absolute;
  top: 0;
}

.notice {
  background-color: red;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  top: 20%;
  z-index: 1;
  left: 50%;
}

.nav-tabs {
  background: #F8E7F6;
  border-radius: 30px;
  padding: 6px 8px;
  display: flex;
  flex-wrap: wrap;
}
.nav-tabs li {
  border-radius: 30px;
  font-size: 11px;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
  width: 50%;
}
.nav-tabs .active {
  border-radius: 30px;
  background-color: #fff;
}

.col-2_4 {
  width: 20%;
  flex: 0 0 20%;
}
