@charset "UTF-8";

/* --------------------------------
初期設定
---------------------------------*/
* {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Noto Sans JP";
}

a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: initial;
}
.fontss{
    font-size: 12px;
}
.fonts {
    font-size: 14px;
}
.fontm {
    font-size: 16px;
}
.fontl {
    font-size: 18px;
}
.fontll {
    font-size: 20px;
}
.fontxl {
    font-size: 22px;
}
.bg-pink{
    background-color: #ff4d8f;
}
.bg-pink:hover {
    background-color: #e04380;
    color: #fff;
}
.container{
    background-position: center;
    background-size: contain;
    width: 100%;
}
.cover{
    background-position: center;
    background-size: cover;
    width: 100%;
}
.contain {
    background-position: center;
    background-size: contain;
    width: 100%;
}
li{
    list-style: none;
}
.btn{
    display: block;
}
.btn a,
button.btn {
    color: #fff;
    display: block;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin: auto;
    max-width: 280px;
    height: 50px;
    width: 100%;
    background: linear-gradient(to right, #FF6AA9 0%, #FFD84F 100%);
    border: none;
        padding: 0;
        border-radius: 10px;
}
button.btn{
    max-width:initial;
}
.btn3 a {
    background: #ff6aa9;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    width: 140px;
}
.pink-color{
    color: #FF6AA9;
}
/* .pink-color:hover {
    color: red;
} */

.title{
    font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center;
}

section {
    padding: 80px 0;
}
section:nth-of-type(2n){
    background-color: #FC5C6C1A;
}
footer{
    max-width: 600px;
    margin: auto;
}
footer ul{
    text-align: center;
}
footer ul li{
    display: inline-block;
    margin: 0 10px;
}
footer ul li a {
color: #262626;
}
input.form-control{
    border: 1px solid #D1D5DB;
    height: 50px;
}
input.form-control::placeholder{
    color: #D1D5DB;
}
header{
    max-width: 400px;
        padding: 20px 20px 0;
        margin: auto;
        background-color: #fff;
        text-align: center;
        position: relative;
}
.header-icon {
    position: absolute;
    left: 0;
    top: 0;
}
.main {
    max-width: 400px;
    margin: auto;
    background-color: #fff;
}

.footer {
    border-top: 1px solid;
    background-color: #fff;
    color: #6B7280;
    height: 45px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    max-width: 400px;
        margin: auto;
}

.footer a {
    display: block;
color: #6B7280;
font-size: 10px;
}
.footer img{
    filter: brightness(0) saturate(100%) invert(43%) sepia(14%) saturate(428%) hue-rotate(182deg) brightness(98%) contrast(82%);
    display: block;
    margin: auto;
    width: 17px;
        height: 17px;
}
.footer .act img{
    filter: brightness(0) saturate(100%) invert(61%) sepia(87%) saturate(4659%) hue-rotate(311deg) brightness(102%) contrast(101%);
}
.footer .act a{
    color: #FF4D8D;
}
.footer div a div{
    font-size: 10px;
}
.prof-img {
    padding-bottom: 120%;
    border-radius: 10px;
}
.prof-age:before {
    content: "";
    background-color: #4ADE80;
    height: 8px;
    width: 8px;
    display: inline-block;
    border-radius: 50px;
    margin-right: 5px;
}

/* オンライン状態別の色分け */
.prof-age.status-online:before {
    background-color: #4ADE80; /* 緑 - オンライン（5分以内） */
}

.prof-age.status-recent:before {
    background-color: #FFC107; /* 黄色 - 24時間以内 */
}

.prof-age.status-days:before {
    background-color: #FF9800; /* オレンジ - 3日以内 */
}

.prof-age.status-offline:before {
    background-color: #9CA3AF; /* グレー - 3日以上 */
}

/* ユーザーカードボタンのスタイル */
.user-card-btn {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    color: inherit;
    font-family: inherit;
    cursor: pointer;
    display: block;
}

.user-card-btn:hover {
    color: inherit;
    text-decoration: none;
    background: none;
}

.user-card-btn:focus {
    outline: none;
    box-shadow: none;
}

.user-link-form {
    display: block;
    width: 100%;
}
.prof-text {
    color: #4B5563;
}
.color-gray{
    color: #6B7280;
}
hr{
    margin-bottom: 0;
}
.list{
    border-bottom: 1px solid #E5E7EB;
}
.list-img{
    border-radius: 64px;
    height: 64px;
    width: 64px;
}
.list button.btn {
    padding: 0;
    line-height: 35px;
 height: 35px;
 font-size: 12px;
 font-weight: normal;
}
.list button.btn:hover{
    color: #fff;
}
.list button.btn2:hover {
    color: #262626;
}
.btn2 a,
button.btn2 {
    background: #F9FAFB;
    color: #262626;
}
.prof-hitokoto{
    background-color: #F9FAFB;
    border-radius: 20px;
    color: #4B5563;
    font-size: 14px;
    padding: 8px 12px;
    margin-bottom: 10px;
}
.tab-list {
    padding: 1rem 15px 0;
}
.tab-list li {
    display: inline-block;
}
.tab-list li a {
    background-color: #F3F4F6;
    color: #374151;
    border-radius: 10px;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
}
.tab-list li a.act{
    background-color: #FF6AA9;
    color: #fff;
}
section:nth-of-type(2n+1){
background-color: #fff;
}
.features-bar {
    border-radius: 100px;
    background: var(--Gardient-Shape, linear-gradient(90deg, #FF6AA9 0%, #FFD84F 100%));
    margin-bottom: 10px;
    height: 4px;
    width: 60px;
}
.gradation-color {
        background: var(--Gardient-Shape, linear-gradient(90deg, #FF6AA9 0%, #FFD84F 100%));
}
.point{
    display: flex;
    justify-content: center;
    align-items: center;
}
.point span {
    background-color: #FF6AA9;
    border-radius: 20px;
    color: #fff;
    height: 20px;
    width: 20px;
    font-size: 12px;
    margin-right: 5px;
}

.card-message {
    position: absolute;
    top: 0px;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: bold;
    left: 0;

}
.fv-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    margin: 0 auto;
}

.fv-icon_img {
    height: 20px;
    width: 20px;
}
.hero-card {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50px;
}
.filter-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #eee;
}

.sort-label {
    font-size: 14px;
    color: #666;
    white-space: nowrap;
}

.sort-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.sort-select {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 14px;
    color: #333;
    background: white;
    cursor: pointer;
    min-width: 240px;
    background-image: url("../images/icon2.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.sort-select:after {
    content: "";
    display: block;
    background-image: url("../images/icon2.png");
}

.sort-select:focus {
    outline: none;
    border-color: #e91e63;
    box-shadow: 0 0 0 2px rgba(233, 30, 99, 0.2);
}

.filter-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 20px;
}

.filter-button:hover {
    background: #f5f5f5;
    border-color: #ccc;
}

.filter-icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-button span {
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 20px;
    font-size: 12px;
    line-height: 20px;
}

.filter-count-badge {
    display: inline-block;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    background-color: #ff4d8f;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    border-radius: 10px;
    margin-left: 8px;
}
@media screen and (max-width: 767px) {
    * {
        font-size: 14px;
    }
.fontss {
    font-size: 11px;
}

.fonts {
    font-size: 12px;
}

.fontm {
    font-size: 14px;
}

.fontl {
    font-size: 16px;
}

.fontll {
    font-size: 18px;
}
.fontxl{
    font-size: 20px;
}
section{
    padding: 40px 0;
}
}
@media screen and (max-width: 480px) {
.main,
header {
    max-width: initial;
}
}
