/** @format */

@charset "utf-8";

/*  style.css
---------------------------------------------- */

/*  pc
---------------------------------------------- */
/* common */
body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

section {
    padding: 30px 0;
}

a {
    display: block;
}

a.btn {
    color: #fff;
}

a.btn:visited {
    color: #fff;
}

a.btn:link {
    color: #fff;
}

svg {
    fill: currentColor;
}

.inner {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
}

.sec_head {
    margin-bottom: 40px;
}

.sec_head.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sec_wrap {
    position: relative;
    padding: 7px;
    background: #ffffff;
    border: 1px solid #e7e8eb;
    border-radius: 20px;
}

.bg01 {
    background: url(../../img/bg01.png) no-repeat center / cover;
}

.bg02 {
    background: url(../../img/bg02.png) no-repeat center / cover;
}

.bg03 {
    background: url(../../img/bg03.png) no-repeat center / cover;
}

h2.center,
p.center {
    text-align: center;
}

.chg_body,
.chg_list {
    display: none !important;
}

.chg_body.active {
    display: block !important;
}

.chg_list.active {
    display: flex !important;
}

.favorite2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
}

.favorite2:hover,
.favorite2.fav {
    background: #ef4584;
    border: 1px solid #ffffff;
}

.favorite2::after {
    content: "";
    display: inline-block;
    background: url(../../img/icon/icon_heart.svg);
    width: 14px;
    height: 12.301px;
    margin-left: 5px;
}

.plan_btn {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 55px;
    padding: 5px 25px 5px 5px;
    border-radius: 35px;
    font-size: 1.9rem;
    background: #bc71f8;
    font-weight: 700;
    color: #ffffff;
    gap: 10px;
    transition: all 0.3s;
}

.current .plan_btn {
    background: rgb(56, 15, 95);
    background: linear-gradient(125deg,
            rgba(56, 15, 95, 1) 0%,
            rgba(111, 64, 140, 1) 100%);
}

.plan_btn:hover {
    background: #ac47ff;
}

.current .plan_btn:hover {
    background: rgb(56, 15, 95);
    background: linear-gradient(125deg,
            rgba(56, 15, 95, 1) 0%,
            rgba(111, 64, 140, 1) 100%);
    opacity: 0.8;
}

.plan_btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 20px;
}

.plan_btn span {
    background: #ffffff;
    color: #101c39;
}

.plan_btn p {
    margin: 0 auto;
    white-space: nowrap;
}

li:not(.current) .plan_btn p::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 17px;
    display: block;
    width: 5px;
    height: 9px;
    background: url("../../img/icon/icon_arrow.svg") no-repeat center / contain;
    transform: translateY(-50%);
}

.current .plan_btn .arrow {
    position: relative;
}

.plan_btn .arrow::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 9px;
    background: url(../../img/icon/icon_arrow.svg) no-repeat center / contain;
}

/* creator_head */
#creator_head {
    padding: 70px 0 0;
}

#creator_head .creater_wrap {
    position: relative;
    height: 190px;
    top: 100px;
    border-radius: 25px;
    outline: 1px solid #e5e5ea;
    border: 7px solid #ffffff;
    overflow: hidden;
}

#creator_head .creater_wrap::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(20px);
    z-index: 2;
}

#creator_head .creater_wrap .bg_profile {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#creator_head .creater_wrap .creator_info {
    padding: 20px 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 100%;
    align-items: center;
    color: #ffffff;
    z-index: 3;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

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

#creator_head .creater_wrap .creator_info .tag {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 180px;
    min-width: 130px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 25px;
}

#creator_head .creater_wrap .creator_info .icon {
    margin-right: 40px;
    width: 150px;
    height: 150px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

#creator_head .creater_wrap .creator_info .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#creator_head .creater_wrap .creator_info .info {
    width: 240px;
    font-weight: 700;
}

#creator_head .creater_wrap .creator_info .info .name {
    font-size: 2.5rem;
}

#creator_head .creater_wrap .creator_info .intro {
    max-width: calc(100% - 730px);
    font-size: 1.6rem;
    line-height: 1.5;
}

#creator_head .creater_wrap .creator_info .status {
    display: flex;
    gap: 10px;
    height: 100%;
}

#creator_head .creater_wrap .creator_info .followed::before {
    display: none;
}

#creator_head .creater_wrap .creator_info .followed svg {
    display: inline-block;
    margin-right: 10px;
    fill: #ffffff;
}

/* prof_head */
#prof_head {
    padding: 70px 0 0;
}

#prof_head .img_box {
    position: relative;
    top: 100px;
    height: 540px;
    border-radius: 25px;
    outline: 1px solid #e5e5ea;
    border: 7px solid #ffffff;
    overflow: hidden;
    z-index: 1;
}

#prof_head .img_box .head_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#prof_head .img_box .status {
    position: absolute;
    top: 0;
    right: 0;
    margin: 30px 40px;
    display: flex;
    align-items: center;
    gap: 10px;
}

#prof_head .img_box .status>div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 25px;
    font-size: 1.7rem;
    font-weight: 700;
    color: #ffffff;
    z-index: 1;
}

#prof_head .img_box .status .post {
    width: 100px;
}

#prof_head .img_box .status .followed {
    margin-top: 0;
    width: 200px;
}

#prof_head .img_box .status .followed::before {
    display: none;
}

#prof_head .img_box .status .followed svg {
    display: inline-block;
    margin-right: 10px;
    fill: #ffffff;
}

#prof_head .img_box .profile {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    height: 120px;
    padding: 0 30px;
    background-color: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    color: #ffffff;
}

#prof_head .img_box .profile #icon {
    top: -20px;
}

#prof_head .img_box .profile .icon {
    margin-right: 30px;
    position: relative;
    top: -50px;
    width: 150px;
    height: 150px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

#prof_head .img_box .profile .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#prof_head .img_box .profile .info {
    width: 240px;
    font-weight: 700;
}

#prof_head .img_box .profile .info .name {
    font-size: 2.5rem;
}

#prof_head .img_box .profile .info .cat {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 35px;
    background: rgba(0, 0, 0, 0.09);
    font-size: 1.5rem;
    border-radius: 25px;
}

#prof_head .img_box .profile .intro {
    max-width: calc(100% - 420px);
    font-size: 1.6rem;
    opacity: 0.8;
}

.private .private_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    position: absolute;
    top: 7px;
    left: 7px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    text-align: center;
}

.private .private_wrap .pvt_img {
    display: block !important;
    height: auto !important;
    width: auto !important;
}

.private .private_wrap .pvt_body .ttl {
    margin: 20px 0 5px;
    color: #481d6c;
    font-size: 2.5rem;
    font-weight: 700;
}

.private .private_wrap .pvt_body .txt {
    font-size: 1.9rem;
}

.private .private_wrap .pvt_body .link {
    margin: 10px auto 0;
    width: 140px;
    height: 40px;
    cursor: pointer;
}

.private .private_wrap.private_wrap_small .pvt_img {
    width: 60px !important;
}

.private .private_wrap.private_wrap_small .pvt_body .ttl {
    font-size: 1.8rem;
    margin-top: 5px;
}

.private .private_wrap.private_wrap_small .pvt_body .txt {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.private .private_wrap.private_wrap_small .pvt_body .link {
    height: 30px;
    font-size: 1.3rem;
}

/* slc_head */
#slc_head {
    padding: 140px 0 45px;
}

#slc_head .slc_wrap {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    background: #ffffff;
    font-size: 1.8rem;
    border: 1px solid #e7e8eb;
    border-radius: 20px;
}

#slc_head .slc_wrap .left_wrap {
    flex: 3;
    box-sizing: border-box;
}

#slc_head .slc_wrap .right_wrap {
    flex: 7;
    box-sizing: border-box;
}

#slc_head .slc_wrap .flex {
    box-sizing: border-box;
    margin-left: 20px;
}

#slc_head .slc_wrap .flex #view_list {
    justify-content: end;
}

#slc_head .slc_wrap .flex,
#slc_head .slc_wrap .flex li {
    display: flex;
    align-items: center;
    height: 100%;
}

#slc_head .slc_wrap .right_wrap li:last-child {
    margin-right: 40px;
}

#slc_head .slc_wrap .flex li {
    cursor: pointer;
    box-sizing: border-box;
    margin-left: 20px;
}

#slc_head .slc_wrap>div .cat {
    font-weight: 700;
    flex: 1;
}

#slc_head .slc_wrap>div .cat .active,
#slc_head .slc_wrap .cat li:hover,
#slc_head .slc_wrap>div .cat .active a,
#slc_head .slc_wrap .cat li:hover a {
    position: relative;
    color: #991ee2;
}

#slc_head .slc_wrap>div .cat .active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #991ee2;
    border-radius: 5px;
}

#slc_head .slc_wrap .search {
    position: relative;
    flex: 1;
    min-width: 318px;
    max-width: 456px;
    padding-right: 10px;
}

#slc_head .slc_wrap .search form input {
    display: flex;
    height: 50px;
    width: 100%;
    padding: 0 0 0 15px;
    border: 1px solid #e7e8eb;
    background-color: #f7f7f9;
    border-radius: 15px;
}

#slc_head .slc_wrap .search form input::placeholder {
    color: #180f45;
}

#slc_head .slc_wrap .search form button {
    position: absolute;
    top: 6px;
    right: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    background: rgb(153, 30, 226);
    background: linear-gradient(125deg,
            rgba(153, 30, 226, 1) 0%,
            rgba(200, 141, 255, 1) 100%);
    border-radius: 29px;
    transition: opacity 0.3s;
}

#slc_head .slc_wrap .search form button::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../../img/icon/icon_search.svg") no-repeat center / cover;
}

#slc_head .slc_wrap .search form button:hover {
    opacity: 0.8;
}

/* search_head */
#search_head {
    position: relative;
    padding: 0;
}

#search_head::before,
#search_head::after {
    content: "";
    width: 100vw;
    position: absolute;
    z-index: -1;
}

#search_head::before {
    height: 190px;
    background: url(../../img/bg01.png) no-repeat center top / cover;
}

#search_head::after {
    height: 100%;
    top: 190px;
    background: url(../../img/bg02.png) no-repeat center / cover;
}

#search_head .head {
    padding: 230px 0 40px;
}

#search_head .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

#search_head .head h2 {
    font-weight: 700;
    margin-bottom: 40px;
}

#search_head .flex .select select {
    width: 200px;
    background: #ffffff;
}

/* clm2_wrap */
.clm2_wrap {
    padding-bottom: 85px;
    display: flex;
    gap : 10px;
    justify-content: space-between;
    align-items: flex-start;
}

.clm2_wrap .left_wrap {
    padding: 0;
    width: 68%;
    flex: 2;
    box-sizing: border-box;
}

.clm2_wrap .right_wrap {
    padding: 0;
    width: 32%;
    min-width: 330px;
    background: #ffffff;
    border: 1px solid #e7e8eb;
    border-radius: 20px;
    flex: 1;
    box-sizing: border-box;
}

.clm2_wrap .right_wrap .ttl {
    position: relative;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 2.8rem;
}

/* admin_wrap */
.bg_admin {
    position: relative;
    overflow: hidden;
}

.bg_admin::before,
.bg_admin::after {
    content: "";
    position: absolute;
    z-index: -1;
}

.bg_admin::before {
    background: url(../../img/bg01.png) no-repeat center top/ cover;
    width: 100vw;
    height: 300px;
}

.bg_admin::after {
    background: url(../../img/bg02.png) no-repeat center / cover;
    width: 100vw;
    height: 100%;
    top: 300px;
}

.admin_wrap {
    margin: 200px auto 100px;
    display: flex;
    border: 1px solid #e7e8eb;
    border-radius: 40px;
    overflow: hidden;
}

.admin_wrap .admin_sec {
    padding: 40px;
    width: calc(100% - 310px);
    background: #ffffff;
}

.admin_wrap .admin_sec h2 {
    font-size: 3.8rem;
    font-weight: 700;
}

.admin_wrap #cart {
    width: 65%;
}

.admin_wrap #payment {
    width: 35%;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(153, 30, 226);
    background: linear-gradient(125deg,
            rgba(153, 30, 226, 1) 0%,
            rgba(200, 141, 255, 1) 100%);
    font-weight: 700;
    font-size: 1.7rem;
    color: #ffffff;
    border-radius: 35px;
    transition: opacity 0.3s;
}

.btn:hover {
    opacity: 0.8;
}

.btn_danger {
    color: #cb0000;
    background: #fff;
    border: 1px solid #cb0000;
}

.btn_sub {
    color: #631095;
    background: #fff;
    border: 1px solid #631095;
}

.btn_gray {
    color: #fff;
    background: #a3a4a6;
}

.error {
    color: #cb0000;
}

.badge {
    color: #631095;
    border: 1px solid #631095;
    border-radius: 1rem;
    padding: 0 5px;
    font-weight: 700;
}

.badge_red {
    color: #cb0000;
    border: 1px solid #cb0000;
}

.hidden {
    display: none !important;
}

.admin_wrap .admin_sec .admin_box {
    background: #f9fbfd;
    border-radius: 8px;
    border: 1px solid #e7e8eb;
}

.admin_sec .admin_box .ad_cont {
    padding: 30px 60px;
    font-size: 1.8rem;
}

.admin_sec .admin_box .ad_cont:not(:last-child) {
    border-bottom: 1px solid #e7e8eb;
}

.admin_sec .admin_box .ttl_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.admin_sec .admin_box .ttl_area .note {
    font-weight: 700;
    color: #cb0000;
}

.admin_sec .admin_box .ad_cont .input_area {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.input_area .form_half {
    width: 45%;
}

.input_area .form_quarter {
    width: 20%;
}

.input_area .form_third {
    width: 30%;
}

.admin_sec .admin_box .ad_cont .input_area li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.admin_sec .admin_box .ad_cont .input_area .flex {
    display: flex;
    align-items: center;
}

.admin_sec .admin_box .ad_cont .input_area .label {
    font-weight: 700;
    white-space: nowrap;
    width: auto !important;
}

.admin_sec .admin_box .ad_cont .label .require::after {
    content: "(*)";
    color: #cb0000;
}

.admin_sec .admin_box .ad_cont .input_area .label .validate {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    color: #707788;
}

.admin_sec .admin_box .ad_cont .input_area .input {
    min-width: 230px;
    height: 45px;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e7e8eb;
    border-radius: 30px;
    padding: 0 16px;
}

.admin_sec .admin_box .ad_cont .input_area .file {
    width: 100% !important;
    padding: 5px 5px 5px 20px;
    display: flex;
    align-items: center;
}

.admin_sec .admin_box .ad_cont .input_area .file::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../../img/icon/clip.svg) no-repeat center / contain;
    cursor: pointer;
}

.admin_sec .admin_box .input_area .file input[type="file"] {
    display: none;
}

.admin_sec .admin_box .input_area .file .upload {
    width: 100px;
    height: 100%;
    margin: 0 0 0 auto;
    font-size: 1.4rem;
}

.admin_sec .admin_box .input_area .btn_wrap {}

.admin_sec .admin_box .input_area .btn_wrap .btn {
    width: 100px;
    height: 35px;
    margin-right: 5px;
    margin-bottom: 20px;
}

.admin_sec .admin_box .ad_cont .input_area .select {
    position: relative;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e7e8eb;
    border-radius: 30px;
}

.admin_sec .admin_box .ad_cont .input_area .select select {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    cursor: pointer;
}

.admin_sec .admin_box .ad_cont .input_area .select::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 6px;
    background: url(../../img/icon/icon_arrow_select.svg) no-repeat center / contain;
    pointer-events: none;
}

.admin_sec .admin_box .ad_cont .input_area .content {
    display: block;
}

.ad_card_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.ad_card {
    width: 30%;
    padding: 30px 15px 15px 15px;
    background: #fff;
    border: 1px solid #e7e8eb;
    border-radius: 8px;
    margin-right: 5%;
    margin-bottom: 15px;
}

.ad_card:nth-child(3n) {
    margin-right: 0;
}

.ad_card p {
    margin-bottom: 8px;
}

.ad_card .ad_card_expire {
    text-align: right;
}

.ad_card .ad_card_last4 {
    text-align: center;
    font-weight: 700;
}

.ad_card .ad_card_name {
    color: #631095;
    font-size: 1.8rem;
    font-weight: 700;
}

.ad_card .ad_card_btn {
    display: flex;
    justify-content: center;
    border-top: 1px solid #e7e8eb;
    margin-top: 15px;
}

.ad_card .ad_card_btn button {
    border: 0px;
    padding: 15px;
    margin-bottom: -15px;
}

.ad_card .ad_card_btn .default_form {
    width: 50%;
    height: 100%;
    padding: 15px;
    margin-bottom: -15px;
    border-right: 1px solid #e7e8eb;
}

.ad_card .ad_card_btn .default_form button {
    width: 100%;
    padding: 0;
    margin: 0;
}

.ad_card_new {
    padding: 15px;
    background: #fff;
    border: 1px solid #e7e8eb;
    border-radius: 8px;
    margin-top: 30px;
}

.ad_card_new .ttl_area {
    border-bottom: 1px solid #e7e8eb;
    padding: 15px 45px 30px 45px;
}

.ad_card_new .ttl_area h4 {
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    font-weight: 500;
}

.ad_card_new .ad_card_new_body {
    display: flex;
    margin-top: 30px;
}

.ad_card_new_select {
    width: 25%;
}

.ad_card_new_select .ad_card_new_select_option {
    margin-bottom: 10px;
    accent-color: #ac47ff;
}

.ad_card_new .ad_card_new_body .ad_card_new_form .input_area li {
    display: block;
}

.ad_card_new .ad_card_new_body .ad_card_new_form .card_form {
    display: flex;
    justify-content: space-between;
    width: 45%;
}

.ad_card_new .ad_card_new_body .ad_card_new_address {
    width: 100%;
}

.admin_sec .admin_box .input_area .content .label {
    display: flex;
}

.admin_sec .admin_box .input_area .content .label .validate {
    display: flex;
    margin-left: 15px;
}

.admin_sec .admin_box .input_area .content .textarea textarea {
    margin: 20px 0;
    padding: 20px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #e7e8eb;
    border-radius: 20px;
    resize: none;
}

.admin_sec .admin_btns {
    display: flex;
    justify-content: center;
}

.admin_sec .admin_btns .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    font-weight: 700;
    color: #ffffff;
}

.admin_sec .admin_btns .btn::after {
    content: "";
    display: inline-block;
    margin-left: 15px;
}

.admin_sec .admin_btns .btn.btn_danger {
    color: #cb0000;
}

.admin_sec .admin_btns .left_btn {
    background: rgb(188, 170, 202);
    background: linear-gradient(125deg,
            rgba(188, 170, 202, 1) 0%,
            rgba(172, 153, 184, 1) 100%);
}

.admin_sec .admin_btns .left_btn::after {
    width: 20px;
    height: 20px;
    background: url(../../img/icon/resize.svg) no-repeat center / contain;
}

.admin_sec .admin_btns .right_btn::after {
    width: 8px;
    height: 14px;
    background: url(../../img/icon/icon_arrow.svg) no-repeat center / contain;
}

.admin_sec .delete {
    background: rgb(226, 30, 136);
    background: linear-gradient(125deg,
            rgba(226, 30, 136, 1) 0%,
            rgba(255, 141, 141, 1) 100%);
}

.admin_sec .edit svg,
.admin_sec .delete svg {
    margin-right: 15px;
}

/* sidemenu */
#sidemenu {
    width: 310px;
    background: #f1f6fa;
    border-right: 1px solid #e7e8eb;
    overflow: hidden;
}

#sidemenu .icon {
    position: relative;
    margin: 70px auto 30px;
    width: 150px;
    height: 150px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    overflow: hidden;
}

#sidemenu .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#sidemenu .icon .btn_thumbnail {
    position: absolute;
    bottom: -15px;
    width: 100%;
    height: 75px;
    margin-top: -50px;
    opacity: 0.5;
    border-radius: 0;
    background: none;
    padding-top: 0;
}

#sidemenu .icon input {
    display: none;
}

#sidemenu .thumbnail_form {
    display: none;
}

#sidemenu .thumbnail_form .confirm .btn {
    width: 210px;
    margin-top: 0;
}

#sidemenu .error_file {
    font-size: 2rem;
}

#sidemenu .icon .btn_thumbnail:hover {
    opacity: 0.8;
    background: none;
}

#sidemenu .svg_icon {
    width: 25px;
    height: 25px;
    color: #353b4a;
}

#sidemenu .svg_icon:hover {}

#sidemenu .name {
    margin: 0 auto;
    padding: 15px 0;
    width: 210px;
    background: rgba(255, 255, 255, 0.7);
    color: #631095;
    border: 1px solid #e0e2e3;
    border-radius: 30px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}

#sidemenu .menu_list {
    width: fit-content;
    margin: 10px auto 0;
    display: block;
}

#sidemenu .menu_list li {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 0;
}

#sidemenu .menu_list li:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 1px;
    bottom: 0;
    left: -50%;
    background: #e0e2e3;
}

#sidemenu .menu_list li a {
    display: flex;
    align-items: center;
    transition: background-color 0.2s;
}

#sidemenu .menu_list li a.active,
#sidemenu .menu_list li a:hover {
    color: rgba(153, 30, 226, 1);
}

#sidemenu .menu_list li a.active .svg_icon,
#sidemenu .menu_list li a:hover .svg_icon {
    fill: rgba(153, 30, 226, 1);
}

#sidemenu .menu_list li a.active p,
#sidemenu .menu_list li a:hover p {
    color: rgba(153, 30, 226, 1);
}

#sidemenu .menu_list li a .svg_icon {
    margin-right: 30px;
    fill: #333333;
}

#sidemenu .menu_list li a p {
    font-weight: 500;
    font-size: 2rem;
    color: #333333;
}

/* tag */
.tag_list {
    display: flex;
}

.tag_list .tag {
    border-radius: 30px;
    border: 1px solid #e4e6ea;
    background: #edeef0;
    font-size: 1.6rem;
    font-weight: 700;
    cursor: pointer;
}

.tag_list .tag::before {
    content: "#";
}

/* tab */
.tab,
.sch_tab {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 1.8rem;
    font-weight: 700;
    justify-content: center;
}

.tab.end {
    justify-content: flex-end;
}

.tab li,
.sch_tab li a,
/* add nishioka */
.sch_tab li button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 230px;
    height: 52px;
    background-color: #ecedef;
    box-shadow: 0px 0px 0px 1px #d4d5d7 inset;
    border-radius: 26px;
    cursor: pointer;
    transition: all 0.1s;
}

.tab li.active,
.tab li:hover,
.tab li.active,
.sch_tab a.active,
.sch_tab a:hover,
/* add nishioka */
.sch_tab li button.active,
.sch_tab li button:hover {
    box-shadow: 0px 0px 0px 3px #991ee2 inset;
    color: #991ee2;
}

.tab-scroll-wrapper {
  position: relative;
  overflow: hidden;
}

.tab.sec_tab {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 10px 0;
}

.tab-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  border: none;
  font-size: 2.5rem;
  padding: 0 10px;
  cursor: pointer;
  background: linear-gradient(to right, #ffffff, #f0f0f0);
  height: 101%;
}

.tab-arrow.left {
  left: 0;
}
.tab-arrow.right {
  right: 0;
}

.tab.sec_tab li {
    width: initial;
    padding: 0 30px;
    white-space: nowrap;
}

/* select */
.select_area {
    display: flex;
    gap: 30px;
}

.select_area .select {
    position: relative;
}

.select_area .select.sort {
    display: flex;
    align-items: center;
}

.select_area .select.sort span {
    height: 50px;
    display: flex;
    padding: 0 30px;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    font-size: 1.6rem;
    font-weight: 700;
    border: 1px solid #d4d5d7;
    border-right: none;
    border-radius: 25px 0 0 25px;
    letter-spacing: 0.06em;
    opacity: 0.8;
}

.select_area .select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    width: 10px;
    height: 6px;
    background: url("../../img/icon/icon_arrow_select.svg") no-repeat center / cover;
    transform: translateY(-50%);
    pointer-events: none;
}

.select_area .select select {
    width: 180px;
    height: 50px;
    padding-left: 30px;
    background-color: #ecedef;
    border: 1px solid #d4d5d7;
    border-radius: 25px;
    font-size: 1.8rem;
    font-weight: 700;
    cursor: pointer;
}

.select_area .select.sort select {
    border-radius: 0 25px 25px 0;
}

/* link */
.link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 275px;
    height: 70px;
    background: rgb(153, 30, 226);
    background: linear-gradient(125deg,
            rgba(153, 30, 226, 1) 0%,
            rgba(200, 141, 255, 1) 100%);
    border-radius: 35px;
    color: #fff !important;
    font-size: 2.1rem;
    font-weight: 700;
    transition: opacity 0.3s;
}

.link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 27px;
    display: block;
    width: 5px;
    height: 9px;
    background: url("../../img/icon/icon_arrow.svg") no-repeat center / contain;
    transform: translateY(-50%);
}

.link.center {
    margin: 0 auto;
}

.link:hover {
    opacity: 0.8;
}

/* followed */
.followed {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    margin: 5px auto 0;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    font-size: 1.4rem;
    font-weight: 700;
    white-space: nowrap;
}

.followed::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background: url("../../img/icon/icon_followed.svg") no-repeat center / cover;
}

.followed::after {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-left: 10px;
}

.followed.teir1::after {
    content: "";
    background: url("../../img/icon/icon_teir1.svg") no-repeat center / cover;
}

.followed.teir2::after {
    content: "";
    background: url("../../img/icon/icon_teir2.svg") no-repeat center / cover;
}

/* card_lists */
.card_lists {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.card_lists li {
    position: relative;
    padding: 0;
    border: 1px solid #e7e8eb;
    border-radius: 20px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card_lists.clm4 li {
    width: calc((100% - 75px) / 4);
}

.card_lists.clm6 li {
    width: calc((100% - 125px) / 6);
}

.card_lists li .date {
    color: #858a99;
    font-size: 1.5rem;
}

.card_lists li .price {
    color: #991ee2;
    font-weight: 700;
}

.card_lists li .card_head {
    flex: 0 0 auto;
    position: relative;
}

.card_lists li .card_body {
  flex: 1;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card_lists li .card_head .img img {
    transition: 0.5s all;
}

.card_lists li a:hover .card_head .img img {
    transform: scale(1.1, 1.1);
    opacity: 0.8;
}

/* clm_max */
.card_lists.clm_max {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.card_lists.clm_max li {
    display: flex;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.clm_max li .card_left {
    flex: 2;
    position: relative;
    background: #f4f5f6;
}

.card_lists.clm_max li .card_left .icon {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    overflow: hidden;
}

.card_lists.clm_max li .card_left .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card_lists.clm_max li .card_right {
    flex: 3;
}

/* posts */
.card_lists.posts li .card_head .img {
    width: 100%;
    height: 295px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.card_lists.posts li .card_head .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.3);
}

.card_lists.posts li .card_head .favorite {
    position: absolute;
    top: 13px;
    right: 13px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #a3a4a6;
    border: 1px solid #cccecf;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.card_lists.posts li .card_head .favorite.guest {
    opacity: 0.5;
    pointer-events: auto;
    cursor: not-allowed;
}

.card_lists.posts li .card_head .favorite::after {
    content: "";
    background: url(../../img/icon/icon_heart.svg) no-repeat center / contain;
    width: 14px;
    height: 12px;
}

.card_lists.posts li .card_head .favorite:hover {
    border: 1px solid #ffffff;
}

.card_lists.posts li .card_head .favorite.fav {
    background: #ef4584;
    border: 1px solid #ffffff;
}

.card_lists.posts li .card_head .profile {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
    min-height: 60px;
    max-height: 85px;
    padding: 0 10px 0 15px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    /* 下部角丸 */
    z-index: 2;
}

.card_lists.posts li .card_head .profile .thum {
    width: 48px;
    height: 48px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background-color: #fff;
}

.card_lists.posts li .card_head .profile .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-fit: cover;
}

.card_lists.posts li .card_head .profile .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px; 
    height: 100%;
}

.card_lists.posts li .info .cat {
    padding: 3px 10px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    width: auto;
}

.card_lists.posts li .card_head .profile .info .name {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    overflow: hidden;
}

.card_lists.posts li .card_body {
    padding: 20px 15px;
    background-color: #fcfcfc;
    border-radius: 0 0 20px 20px;
    line-height: 1.2;
}

.card_lists.posts li .card_body .ttl {
    margin: 10px 0;
    font-size: 2.0rem;
    font-weight: 900;
}

.card_lists.posts li .card_body .desc {
    font-size: 1.6rem;
    opacity: 0.8;
}

/* creators */
.card_lists.creators li .card_head {
    width: 100%;
    height: 230px;
    border-radius: 20px;
    overflow: hidden;
}

.card_lists.creators li .card_head img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: all 0.3s;
}

.card_lists.creators li a:hover .card_head img {
    transform: scale(1.1, 1.1);
    opacity: 0.8;
}

.card_lists.creators li .card_body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    display: block;
    width: calc(100% - 14px);
    margin: 0 auto;
    padding: 20px 0 10px;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border-radius: 0 0 20px 20px;
    text-align: center;
}

.card_lists.creators li .card_body .name {
    font-size: 1.8rem;
    font-weight: 900;
}

.card_lists.creators li .card_body .followed {
    height: 30px;
    margin: 5px auto 0;
    padding: 0 10px;
    border-radius: 15px;
    width: 90%;
}

/* products */
.card_lists.products li .card_head {
    width: 100%;
    height: 325px;
    border-radius: 20px;
    overflow: hidden;
}

.card_lists.products li .card_head .img {
    width: 100%;
    height: 100%;
}

.card_lists.products li .card_head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card_lists.products li .card_body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 10px 10px;
}

.card_lists.products li .card_body .ttl {
    max-width: 160px;
    font-size: 1.5rem;
    font-weight: 700;
}

.card_lists.products li .card_body .price {
    font-size: 2.4rem;
}

/* fan */
.plan_back {
    background: #f7f9fd;
    z-index: 0;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
}

#fan {
    position: relative;
    border-radius: 0 0 20px 20px;
    width: 90%;
    margin: 0 auto;
}

#fan h2 {
    margin-bottom: 25px;
    font-weight: 500;
}

#fan .plan_list {
    position: relative;
    align-items: stretch;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    margin-bottom: 8px;
}

#fan .plan_list li {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    width: calc(25% - 20px);
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #e6e8eb;
    border-radius: 20px;
    background: #ffffff;
    height: auto;
}

#fan .plan_list li a {
    transition: all 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 220px;
}

#fan .plan_list li a:hover {
    opacity: 0.8;
}

#fan .plan_list .plan_img {
    margin: 10px auto 0;
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

#fan .plan_list .name {
    margin: 10px 0 5px;
    text-align: center;
    font-weight: 700;
    font-size: 2.2rem;
}

#fan .plan_list .price {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 12px;
    font-size: 1.6rem;
    text-align: center;
    background: #bc71f8;
    font-weight: 700;
    color: #ffffff;
    align-items: center;
    padding: 4px 8px;
    gap: 4px;
}

#fan .plan_list .current .price {
    background: rgb(56, 15, 95);
    background: linear-gradient(125deg,
            rgba(56, 15, 95, 1) 0%,
            rgba(111, 64, 140, 1) 100%);
}

#fan .plan_list .price .money {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50px;
    align-items: center;
    background: #ffffff;
    font-weight: 700;
    font-size: 1.5rem;
    color: #101c39;
    border-radius: 20px;
    font-size: 1.8rem;
    padding: 6px 2px;
    margin: 6px 0;
}

/* pagination */
.pagination {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.pagination li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: #fff;
    border: 1px solid #e0e2e7;
    border-radius: 20px;
    font-size: 2rem;
    font-weight: 900;
    cursor: pointer;
}

/* add nishioka */
.pagination li.disabled {
    display: none;
}

.pagination li.arrow {
    font-size: 2.6rem;
}

.pagination li.active {
    color: #991ee2;
    
}

/* color */
.clr_main {
    color: #991ee2;
}

/* header */
#header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: block;
    width: 100%;
    padding: 30px 0;
}

#header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header h1 {
    width: 170px;
    margin-top: -10px;
}

#header .content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    width: calc(100% - 190px);
}

#header .content .search {
    position: relative;
    width: 100%;
    max-width: 757px;
}

#header .content .search form input {
    display: flex;
    width: 100%;
    height: 70px;
    padding: 0 40px;
    border: 1px solid #dedbe3;
    background-color: #fff;
    border-radius: 35px;
    font-size: 1.8rem;
}

#header .content .search form button {
    position: absolute;
    top: 6px;
    right: 9px;
    display: block;
    width: 58px;
    height: 58px;
    background: rgb(153, 30, 226);
    background: url("../../img/icon/icon_search.svg") no-repeat center center,
        linear-gradient(125deg,
            rgba(153, 30, 226, 1) 0%,
            rgba(200, 141, 255, 1) 100%);
    border-radius: 29px;
    transition: opacity 0.3s;
}

#header .content .search form button:hover {
    opacity: 0.8;
}

#header .content .club_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 70px;
    border: 1px solid #a24fdd;
    background-color: #faf1f9;
    border-radius: 35px;
    color: #991ee2 !important;
    font-size: 1.8rem;
    font-weight: 700;
}

#header .content .nav_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    width: 140px;
    height: 70px;
    position: relative;
    border: 1px solid #dedbe3;
    background-color: #fff;
    border-radius: 35px;
    cursor: pointer;
    padding: 10px;
}

#header .content .burger {
    width: 23px;
    cursor: pointer;
    padding: 20px 0;
    z-index: 999999;
}

#header .content .burger span {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #101c39;
}

#header .content .burger span::before,
#header .content .burger span::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #101c39;
}

#header .content .burger span::after {
    top: -6px;
}

#header .content .burger.open span {
    visibility: hidden;
}

#header .content .burger.open span::before,
#header .content .burger.open span::after {
    visibility: visible;
    top: 0;
}

#header .content .burger.open span::before {
    transform: rotate(-45deg);
}

#header .content .burger.open span::after {
    transform: rotate(45deg);
}

#header .content .img {
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 24px;
    overflow: hidden;
}

#header .content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#header .content .menu {
    position: absolute;
    bottom: -300px;
    right: 0;
    width: 580px;
    height: fit-content;
    display: flex;
    align-items: center;
    visibility: hidden;
    font-weight: 700;
    opacity: 0;
    transition: all 0.5s;
}

#header .content .menu.open {
    visibility: visible;
    opacity: 1;
}

#header .content .menu::before,
#header .content .menu::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 50px;
}

#header .content .menu::before {
    top: -15px;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #dedbe3;
    border-left: 15px solid transparent;
}

#header .content .menu::after {
    top: -12px;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f7f7f9;
    border-left: 15px solid transparent;
}

#header .content .menu>ul {
    display: flex;
    border: 1px solid #dedbe3;
    height: 280px;
}

#header .content .menu .menu_link {
    width: 75%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px 45px;
    background: #ffffff;
    border-right: none;
    border-radius: 30px 0 0 30px;
}

#header .content .menu .menu_link li {
    margin: 10px 0;
    min-width: 50%;
    font-size: 1.8rem;
}

#header .content .menu .menu_link li a:hover {
    color: #991ee2;
}

#header .content .menu .my_link {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 25%;
    padding: 40px 10px;
    background: #f7f7f9;
    border-left: none;
    border-radius: 0 30px 30px 0;
}

#header .content .menu .my_link li a {
    padding: 10px 20px;
    background: #eaebee;
    border: 1px solid #dedbe3;
    border-radius: 10px;
}

#header .content .menu .my_link li a:hover {
    background: #dedbe3;
}

#header .content .menu .my_link li .icon {
    display: block;
    margin: 0 auto 5px;
    width: 26px;
    height: 26px;
    object-fit: contain;
}

#header .content .menu .my_link li p {
    text-align: center;
    font-size: 1.4rem;
}

/* footer */
#footer {
    padding: 40px 0 10px;
    background: url("../../img/footer_bg.png") no-repeat center / cover;
}

#footer .inner {
    display: flex;
    gap: 10%;
    color: #fff;
}

#footer .left {
    width: 335px;
    text-align: center;
}

#footer .left .logo {
    margin: -170px 0 0 40px;
}

#footer .left .txt {
    margin: 40px 0 30px;
    font-size: 1.9rem;
    line-height: 26px;
    color: #dad4e4;
}

#footer .copy {
    font-size: 1.9rem;
    color: #c8bed7;
    white-space: nowrap;
    overflow: visible;  
    text-align: center;
    display: inline-block;
    width: 100%;
}

#footer .right {
    margin-top: 20px;
    width: calc(90% - 310px);
}

#footer .right ul {
    display: flex;
    flex-wrap: wrap;
}

#footer .right ul li {
    width: 25%;
    margin-bottom: 45px;
}

#footer .right ul li span {
    display: block;
    margin-bottom: 20px;
    font-size: 1.9rem;
}

#footer .right ul li a {
    display: block;
    margin-bottom: 7px;
    font-size: 1.6rem;
    color: #b2a7c5;
}

#footer .right ul li a:hover {
    color: #fff;
}

/*  modal
-------------------- */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    z-index: 999;
}

.modal .modal_bg {
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.modal .modal_content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-height: 90vh;
    width: 700px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    overflow-y: scroll;
}

.modal .modal_content .modal_head {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    font-size: 2.4rem;
}

.modal .modal_content .modal_body {
    font-size: 1.4rem;
}

.modal .modal_content .modal_body dl {
    display: flex;
    margin-bottom: 10px;
}

.modal .modal_content .modal_body dl dt {
    width: 15%;
}

.modal .modal_description {
    font-size: 1.6rem;
}

.modal .form_body {
    display: block;
    width: 100%;
    margin: 24px 0;
}

.modal .modal_btn {
    margin-top: 20px;
}

.modal .modal_btn.clm2 {
    display: flex;
    justify-content: space-between;
}

.modal .modal_btn.clm2 .btn {
    width: 49%;
    height: 50px;
}

.modal .modal_delete_wrap {
    margin-top: 36px;
    display: flex;
    justify-content: end;
}

/* flash */
.flash_wrapper {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 100;
}

.flash {
    min-width: 100px;
    max-width: 300px;
    margin-bottom: 10px;
    padding: 16px;
    text-align: center;
    font-size: 1.6rem;
    border: solid 1px;
    border-radius: 8px;
}

.alert-status {
    background: #81c78480;
    color: #388e3c;
    border-color: #388e3c80;
}

.alert-danger {
    background: #e5737380;
    color: #d32f2f;
    border-color: #d32f2f80;
}

.toast_wrapper {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 100;
}

.toast {
    min-width: 100px;
    max-width: 300px;
    margin-bottom: 10px;
    padding: 16px;
    text-align: center;
    font-size: 1.6rem;
    border: solid 1px;
    border-radius: 8px;
    display: none;
}

.toast_info {
    background: #81c78480;
    color: #388e3c;
    border-color: #388e3c80;
}

.toast_error {
    background: #e5737380;
    color: #d32f2f;
    border-color: #d32f2f80;
}

/* text editor */
.text_editor_wrap {
    position: relative;
}

.text_editor {
    background-color: #fff;
    height: 400px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.text_editor .ql-toolbar {
    display: flex;
    align-items: center;
    border-radius: 3rem 3rem 0 0;
    height: 60px;
    border: 1px solid #e7e8eb !important;
}

.text_editor .ql-container {
    height: 340px;
    border-radius: 0 0 3rem 3rem;
    border: 1px solid #e7e8eb !important;
}

.text_editor .ql-editor li {
    justify-content: start !important;
}

.article .text {
    padding: 20px 0;
    font-size: 2.1rem;
}

.article .text ol {
    list-style: decimal;
    margin-left: 18px;
    padding-left: 1.5em;
}

.article .text ul {
    list-style: disc;
    margin-left: 18px;
    padding-left: 1.5em;
}

.article .text a {
    color: #06c;
    text-decoration: underline;
}

/* canvas
---------------------------------------------- */
#drawCanvasId {
    height: 120px;
    width: 360px;
    border: solid 1px #e7e8eb;
}

.no_message {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .card_lists.clm4 li {
        width: calc((100% - 75px) / 3);
    }

    #fan .plan_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;                           
        padding: 10px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    #fan .plan_list li {
        width: 100%;
        padding: 10px;
    }
}

/*  mobile & smart phone
---------------------------------------------- */
@media only screen and (max-width: 959px) {

    /* common */
    html.active {
        overflow: hidden;
    }

    section {
        padding: 20px 0;
        width: 100%;
        overflow: hidden;
    }

    .inner {
        max-width: inherit;
    }

    .scroll {
        overflow-x: scroll;
    }

    .sec_head {
        margin-bottom: 25px;
    }

    .sec_head.flex {
        display: block;
    }

    .sec_head.flex h2 {
        margin-bottom: 20px;
        font-size: 3rem;
    }

    .sec_wrap {
        padding: 7px;
    }

    .plan_btn {
        position: static;
    }

    .plan_btn .arrow {
        display: flex;
        align-items: center;
        position: relative;
    }

    .plan_btn .arrow::after {
        content: "";
        position: static;
        margin-left: 20px;
        transform: translateY(0%);
    }

    .ad_card {
        width: 100%;
        margin-right: 0;
    }

    .ad_card_new .ad_card_new_body .ad_card_new_form .card_no {
        width: 100%;
    }

    .ad_card_new .ad_card_new_body .ad_card_new_form .card_form {
        margin-top: 5px;
        width: 100%;
    }

    /* creator_head */
    #creator_head {
        padding: 170px 0 0;
    }

    #creator_head .creater_wrap {
        top: 0;
        height: 290px;
        border: 5px solid #ffffff;
    }

    #creator_head .creater_wrap .creator_info {
        padding: 20px 25px;
        flex-wrap: wrap;
    }

    #creator_head .creater_wrap .creator_info .tag {
        margin-top: 0;
        height: 30px;
        font-size: 1.7rem;
    }

    #creator_head .creater_wrap .creator_info .icon {
        margin-right: 5px;
        width: 50px;
        height: 50px;
    }

    #creator_head .creater_wrap .creator_info .info {
        width: initial;
    }

    #creator_head .creater_wrap .creator_info .info .name {
        font-size: 2.2rem;
    }

    #creator_head .creater_wrap .creator_info .info .cat {
        margin-top: 5px;
        height: 20px;
    }

    #creator_head .creater_wrap .creator_info .intro {
        width: 100%;
        max-width: initial;
        padding: 15px 0 20px;
        font-size: 1.4rem;
    }

    #creator_head .creater_wrap .creator_info .status {
        margin-left: 0;
    }

    /* prof_head */
    #prof_head {
        padding-top: 170px;
    }

    #prof_head .img_box {
        height: 210px;
        top: initial;
        border: 5px solid #ffffff;
    }

    #prof_head .img_box .status {
        justify-content: center;
        margin: 10px auto 0;
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
        z-index: 5;
    }

    #prof_head .img_box .status>div {
        min-width: 80px;
        height: 35px;
        padding: 0 10px;
        font-size: 1.4rem;
    }

    #prof_head .img_box .status .cat {
        display: flex !important;
    }

    #prof_head .img_box .status .post {
        width: initial;
    }

    #prof_head .img_box .status .followed {
        margin: 0;
        width: initial;
    }

    #prof_head .img_box .profile {
        height: 210px;
        padding: 50px 30px 20px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    #prof_head .img_box .profile .icon {
        position: static;
        width: 65px;
        height: 65px;
    }

    #prof_head .img_box .profile .info {
        width: auto;
    }

    #prof_head .img_box .profile .info .name {
        font-size: 2.2rem;
    }

    #prof_head .img_box .profile .intro {
        width: 100%;
        max-width: inherit;
        font-size: 1.4rem;
        text-align: center;
    }

    /* slc_head */
    #slc_head {
        width: 100%;
        padding: 15px 0;
    }

    #slc_head .slc_wrap {
        width: 100%;
        height: auto;
        flex-direction: column;
        padding: 0;
        background: none;
        font-size: 1.6rem;
        border: none;
    }

    #slc_head .slc_wrap .left_wrap {
        margin-top: 15px;
        width: 100%;
        order: 2;
        margin: 10px auto;
    }

    #slc_head .slc_wrap .flex li {
        margin-left: 0;
    }

    #slc_head .slc_wrap .right_wrap {
        width: 100%;
        order: 1;
        margin-left: 10px;
    }

    #slc_head .slc_wrap>div .cat {
        justify-content: center;
        gap: 40px;
        width: 100%;
        height: 50px;
        background: #ffffff;
        border: 1px solid #e7e8eb;
        border-radius: 20px;
        margin: 0 auto;
    }

    #slc_head .slc_wrap>div .cat .active::after {
        height: 4px;
    }

    #slc_head .slc_wrap .search {
        width: 100%;
        margin: 0 auto;
        padding-left: 0;
        text-align: center;
    }

    #slc_head .slc_wrap .search form input {
        display: flex;
        width: 100%;
        height: 50px;
        padding: 0 30px;
        background-color: #ffffff;
        border-radius: 20px;
    }

    #slc_head .slc_wrap .search form button {
        top: 5px;
        right: 15px;
        width: 40px;
        height: 40px;
    }

    /* search_head */
    #search_head .flex {
        flex-direction: column;
        gap: 20px;
    }

    #search_head .flex h2 {
        font-weight: 700;
        font-size: 3rem;
    }

    #search_head .flex .tab {
        justify-content: space-between;
        gap: 15px;
    }

    #search_head .flex .select_area {
        width: 100%;
    }

    #search_head .flex .select select {
        width: 100%;
        background: #ffffff;
    }

    /* clm2_wrap */
    .clm2_wrap {
        padding-bottom: 50px;
        flex-direction: column;
    }

    .clm2_wrap .left_wrap,
    .clm2_wrap .right_wrap {
        width: 100%;
        padding: 0;
    }

    .clm2_wrap .right_wrap .ttl {
        margin: 0 80px 25px 0;
    }

    /* admin_wrap */
    .bg_admin::before {
        height: 180px;
    }

    .bg_admin::after {
        top: 180px;
    }

    .admin_wrap {
        width: 100%;
        margin: 180px auto 0;
        display: block;
        border: none;
        border-radius: 0;
    }

    .admin_wrap .admin_sec {
        width: 100%;
        padding: 40px 10px;
    }

    .admin_wrap .admin_sec h2 {
        font-size: 3rem;
        text-align: center;
    }

    .admin_sec .admin_box .ad_cont {
        padding: 25px 10px;
    }

    .admin_sec .admin_box .ttl_area {
        margin-bottom: 30px;
        text-align: center;
    }

    .admin_sec .admin_box .ttl_area .note {
        font-size: 1.5rem;
    }

    .admin_sec .admin_box .ad_cont .input_area {
        gap: 10px;
    }

    .admin_sec .admin_box .ad_cont .input_area li {
        display: block;
    }

    .admin_sec .admin_box .ad_cont .input_area .label {
        margin: 0;
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        white-space: normal;
    }

    .admin_sec .admin_box .ad_cont .input_area .label p {
        margin: 0 15px 5px 0;
    }

    .admin_sec .admin_box .ad_cont .input_area .label .validate {
        margin: 0 0 5px 0;
    }

    .admin_sec .admin_box .ad_cont .input_area input[type="text"] {
        padding: 0 20px;
    }

    .admin_sec .admin_box .ad_cont .input_area .content {
        display: block;
    }

    .admin_sec .admin_box .input_area .content .label {
        display: flex;
    }

    .admin_sec .admin_box .ad_cont .label .require::after {
        margin-left: 5px;
    }

    .admin_sec .admin_btns {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .private .private_wrap {
        flex-direction: row;
        gap: 40px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        top: 5px;
        left: 5px;
        padding: 15px 30px;
        background: rgba(255, 255, 255, 0.8);
        text-align: left;
    }

    .private .private_wrap .pvt_img {
        width: 60px;
    }

    .private .private_wrap .pvt_body .ttl {
        margin: 0;
        font-size: 2rem;
    }

    .private .private_wrap .pvt_body .txt {
        font-size: 1.6rem;
    }

    .private .private_wrap .pvt_body .link {
        width: 100px;
        height: 30px;
        font-size: 1.6rem;
    }

    .private .private_wrap .pvt_body .link::after {
        right: 13px;
    }

    .private .private_wrap.private_wrap_small {
        flex-direction: column;
        gap: 0;
        padding: 0;
    }

    .private .private_wrap.private_wrap_small .pvt_img {
        width: 60px !important;
    }

    .private .private_wrap.private_wrap_small .pvt_body .ttl {
        font-size: 1.8rem;
    }

    .private .private_wrap.private_wrap_small .pvt_body .txt {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

    .private .private_wrap.private_wrap_flat {
        gap: 0;
    }

    /* sidemenu */
    #sidemenu {
        width: 100%;
        padding: 25px 0;
        position: relative;
        border-right: none;
        overflow: visible;
    }

    #sidemenu .sp_menu {
        width: 92%;
        height: 50px;
        padding: 0 10px 0 35px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #ffffff;
        border: 1px solid #e7e8eb;
        border-radius: 30px;
    }

    #sidemenu .sp_menu .burger {
        order: 1;
        width: 30px;
        padding: 20px 5px;
        cursor: pointer;
        z-index: 5;
    }

    #sidemenu .sp_menu .burger span {
        position: relative;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #101c39;
    }

    #sidemenu .sp_menu .burger span::before,
    #sidemenu .sp_menu .burger span::after {
        content: "";
        position: absolute;
        top: 6px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #101c39;
    }

    #sidemenu .sp_menu .burger span::after {
        top: -6px;
    }

    #sidemenu .sp_menu .burger.open span {
        visibility: hidden;
    }

    #sidemenu .sp_menu .burger.open span::before,
    #sidemenu .sp_menu .burger.open span::after {
        visibility: visible;
        top: 0;
    }

    #sidemenu .sp_menu .burger.open span::before {
        transform: rotate(-45deg);
    }

    #sidemenu .sp_menu .burger.open span::after {
        transform: rotate(45deg);
    }

    #sidemenu .sp_menu .icon {
        margin: 0;
        width: 37px;
        height: 37px;
        order: 3;
        border: none;
    }

    #sidemenu .sp_menu .name {
        margin: 0;
        padding: 0;
        width: auto;
        order: 2;
        background: none;
        border: none;
    }

    #sidemenu .menu_list li svg {
        margin-right: 5px;
    }

    #sidemenu .menu_list {
        position: absolute;
        top: 80px;
        left: 3%;
        width: 270px;
        margin: 0;
        background: #ffffff;
        border: 1px solid #e7e8eb;
        border-radius: 20px;
        opacity: 0;
        z-index: -1;
        transition: all 0.5s;
    }

    #sidemenu .menu_list.open {
        opacity: 1;
        z-index: 2;
    }

    #sidemenu .menu_list li {
        gap: 0;
        padding: 0;
    }

    #sidemenu .menu_list li:not(:last-child)::after {
        width: 100%;
        bottom: 0;
        left: 0;
    }

    #sidemenu .menu_list li a {
        padding: 10px 30px;
    }

    /* tag */
    .tag_list.scroll {
        justify-content: flex-start !important;
    }

    .tag_list.scroll .tag {
        white-space: nowrap;
    }

    /* tab */
    .tab.end {
        justify-content: flex-start;
    }

    .tab.clm {
        flex-direction: column;
    }

    .sch_tab {
        width: 100%;
        justify-content: center;
    }

    .tab li,
    .sch_tab li a {
        width: auto;
        height: 45px;
        padding: 0 25px;
        white-space: nowrap;
    }

    .tab.clm li {
        width: 100%;
    }

    .tab.sec_tab {
        justify-content: flex-start;
        margin-bottom: 35px;
    }

    .tab.sec_tab li {
        width: initial;
        padding: 0 30px;
    }

    /* select */
    .select_area {
        flex-direction: column;
        gap: 10px;
    }

    .select_area .select select {
        width: 100%;
        height: 45px;
    }

    .select_area .select.sort span {
        white-space: nowrap;
        height: 45px;
    }

    /* link */
    .link {
        font-size: 21px;
        height: 60px;
        white-space: nowrap;
    }

    /* card_lists */
    .card_lists {
        gap: 12px;
    }

    .card_lists li {
        padding: 5px;
    }

    /* clm_max */
    .card_lists.clm_max {
        gap: 15px;
    }

    .card_lists.clm4 li {
        width: calc((100% - 75px) / 2);
    }

    .clm_max li .card_left {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .card_lists.clm_max li .card_left .icon {
        margin-right: 30px;
        width: 100px;
        height: 100px;
    }

    .card_lists.clm_max li .card_right {
        width: 100%;
    }

    /* posts */
    .card_lists.posts li .card_head .img {
        width: 100%;
        height: 295px;
    }

    .card_lists.posts li .card_head .favorite {
        top: 10px;
        right: 10px;
    }

    .card_lists.posts li .card_head .profile {
        height: 35px;
        justify-content: flex-start;
        align-items: center;
        padding: 0 20px;
    }

    .card_lists.posts li .card_head .profile .info .thum {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .card_lists.posts li .card_body {
        padding: 15px 20px;
    }

    .card_lists.posts li .card_body .info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .card_lists.posts li .card_body .ttl {
        margin: 5px 0;
        font-size: 1.5rem;
    }

    .card_lists.posts li .card_body .desc {
        font-size: 1.5rem;
    }

    /* creators */
    .card_lists.creators.scr_lists {
        width: calc((170px + 10px) * 6);
    }

    .card_lists.creators.scr_lists li {
        width: calc((100% - 50px) / 6);
    }

    .card_lists.creators li .card_head {
        height: 180px;
    }

    .card_lists.creators li .card_body {
        bottom: 5px;
        width: calc(100% - 10px);
        height: 60px;
        padding: 0 15px;
        overflow: hidden;
    }

    .card_lists.creators li .card_body .name {
        font-weight: 700;
        font-size: 1.5rem;
        white-space: nowrap;
    }

    .card_lists.creators li .card_body .followed {
        height: 25px;

        margin: 3px auto 0;
    }

    /* products */
    .card_lists.products li {
        width: 100%;
    }

    .card_lists.products li a {
        display: flex;
        align-items: center;
    }

    .card_lists.products li .card_head {
        width: 140px;
        height: 120px;
        border-radius: 20px 0 0 20px;
    }

    .card_lists.products li .card_head img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .card_lists.products li .card_body {
        display: block;
        width: calc(100% - 140px);
        padding: 10px 0;
    }

    .card_lists.products li .card_body .ttl {
        max-width: none;
        margin-bottom: 5px;
        font-size: 1.6rem;
    }

    .card_lists.products li .card_body .price {
        font-size: 2.1rem;
    }

    /* fan */
    #fan {
        background: #f7f9fd;
        padding: 20px 0;
    }


    #fan h2 {
        font-size: 2.4rem;
        margin: 0 auto 20px;
        max-width: 80%;
        min-width: 60%;
        text-align: center;
    }

    #fan .plan_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding: 0 12px 0 0; 
        box-sizing: border-box;
    }

    #fan .plan_list li {
        width: 100%;
        border-radius: 12px;
        background: #ffffff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        border: 1px solid #e0e0e0;
        box-sizing: border-box;
    }

    #fan .plan_list li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        text-decoration: none;
    }

    #fan .plan_list .plan_img {
        width: 40px;
        height: 40px;
    }

    #fan .plan_list .name {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        margin: 8px 0;
    }

    #fan .plan_list .price {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        padding: 12px;
        border-radius: 12px;
        background: #bc71f8;
        color: #fff;
        font-weight: bold;
        width: 100%;
        white-space: nowrap;
        min-height: 110px;
    }

    #fan .plan_list li.current .price {
        background: rgb(56, 15, 95);
        background: linear-gradient(125deg,
                rgba(56, 15, 95, 1) 0%,
                rgba(111, 64, 140, 1) 100%);
    }

    #fan .plan_list .price .money {
        background: #fff;
        color: #101c39;
        font-size: 1.6rem;
        padding: 6px 16px;
        font-weight: 700;
        border-radius: 20px;
        white-space: nowrap;
    }

    #fan .plan_list .price .note {
        font-size: 1.4rem;
        font-weight: 600;
        white-space: nowrap;
    }

    /* pagination */
    .pagination {
        margin-top: 30px;
    }

    .pagination li {
        height: 45px;
        font-size: 1.8rem;
        font-weight: 700;
    }

    /* header */
    #header {
        width: 100vw;
        padding: 30px 0 0;
    }

    #header .inner {
        width: 100%;
        padding: 0 4%;
        margin: 0;
    }

    #header .content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        position: relative;
    }

    #header .content h1 {
        width: 170px;
    }

    #header .search {
        margin-top: 20px;
        position: relative;
        width: 100%;
    }

    #header .search form input {
        display: flex;
        width: 100%;
        height: 60px;
        padding: 0 20px;
        border: 1px solid #dedbe3;
        background-color: #fff;
        border-radius: 35px;
        font-size: 1.6rem;
    }

    #header .search form button {
        position: absolute;
        top: 5px;
        right: 5px;
        display: block;
        width: 50px;
        height: 50px;
        background: rgb(153, 30, 226);
        background: url("../../img/icon/icon_search.svg") no-repeat center center,
            linear-gradient(125deg,
                rgba(153, 30, 226, 1) 0%,
                rgba(200, 141, 255, 1) 100%);
        border-radius: 29px;
    }

    #header .content .menu {
        top: -30px;
        bottom: 0;
        left: -4%;
        width: 100vw;
        height: fit-content;
        display: block;
        z-index: -1;
    }

    #header .content .menu::before,
    #header .content .menu::after {
        display: none;
    }

    #header .content .menu .overlay {
        display: none;
        position: absolute;
        width: 100vw;
        height: 100vh;
        background: #000000;
        opacity: 0.5;
        z-index: -1;
    }

    #header .content .menu.open {
        z-index: 10;
    }

    #header .content .menu.open .overlay {
        display: block;
    }

    #header .content .menu>ul {
        display: flex;
        border: none;
        height: auto;
    }

    #header .content .menu .menu_link {
        width: 100%;
        padding: 80px 40px 40px;
        border-radius: 0;
    }

    #header .content .menu .menu_link li {
        width: 50%;
        min-width: inherit;
        font-size: 1.6rem;
    }

    #header .content .menu .my_link {
        flex-direction: row;
        width: 100%;
        padding: 30px 20px;
        border-radius: 0;
        border-top: 1px solid #ded;
        border-bottom: 1px solid #dedbe3;
    }

    #header .content .menu .my_link li {
        width: calc(100% / 3);
    }

    #header .content .menu .my_link li a {
        padding: 10px 0;
    }

    /* footer */
    #footer {
        text-align: center;
        padding: 70px 20px;
        background: url("../../img/footer_bg.png") no-repeat center / cover;
    }

    #footer .inner {
        flex-direction: column;
        gap: 50px;
    }

    #footer .left {
        width: 100%;
        padding: 0 30px;
    }

    #footer .left .logo {
        margin: 0 auto;
    }

    #footer .left .txt {
        margin: 20px 0 50px;
        font-size: 1.9rem;
        line-height: 26px;
        color: #dad4e4;
    }

    #footer .right {
        width: 100%;
        padding: 0 30px;
        margin-top: 0;
    }

    #footer .right ul {
        gap: 50px;
    }

    #footer .right ul li {
        width: calc((100% - 50px) / 2);
        margin-bottom: 0;
    }

    #footer .right ul li span {
        margin-bottom: 10px;
    }

    #footer .copy {
        text-align: center;
        margin: 0 auto;
    }

    .modal .modal_content {
        width: 90%;
        height: 90%;
    }
}

/* smartphone */
@media only screen and (max-width: 620px) {
    #search_head .head h2 {
        text-align: center;
    }

    .card_lists.clm4 li {
        width: 100%;
    }

    .tab li, .sch_tab li a, .sch_tab li button {
        width: auto;
        height: 40px;
        padding: 20px;
    }

    .card_lists.clm_max li a {
        display: block;
    }

    #posts .card_lists li a {
        display: block !important;
    }
}