@charset "UTF-8";

.page__myProfile__inner {
    padding: 2rem 0 7rem;
}

.page__myProfile__ {}

.page__myProfile__wrap {
    max-width: calc(810px + 8%);
    width: 100%;
    padding: 0 4%;
    margin: 0 auto;
}

.return {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 2rem;
    display: block;
}

@media screen and (max-width: 767px) {
    .return {
        margin-bottom: 2.7rem;
    }
}

.fa-arrow-left {
    color: #4B4B4B;
    margin-right: 0.3rem;
    font-weight: bold;
    font-size: 1.5rem;
}

/* flex_wrap */
.page__myProfile__flex {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap;
    align-content: flex-start; */
}

@media screen and (max-width: 767px) {
    .page__myProfile__flex {
        flex-direction: column;
    }
}

/* flex_wrap */
.page__myProfile__flex__detail1 {
    width: 60%;
    margin-bottom: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    /* flex-wrap: wrap;
    align-content: flex-start; */
}

@media screen and (max-width: 767px) {
    .page__myProfile__flex__detail1 {
        /* flex-direction: column; */
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}
/*------------------------------------
プロフィールセクション
------------------------------------*/
.page__myProfile__profile {
    background: #fff;
    width: 100%;
    height: fit-content;
    padding: 2rem 2.2rem 6rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 14px;
}

@media screen and (max-width: 767px) {
    .page__myProfile__profile {
        width: 100%;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 480px) {
    .page__myProfile__profile {
        width: 100%;
        margin-bottom: 2rem;
        padding: 2.2rem 1.5rem 1.1rem;
    }
}

.page__myProfile__personFlex {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

@media screen and (max-width: 480px) {
    .page__myProfile__person {
        width: 60%;
        margin-bottom: 1.4rem;
    }
}

.page__myProfile__button {
    display: flex;
}

.mail {
    width: 3rem;
    margin-right: 0.4rem;
}

.interest {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    background-color: #2077BA;
    border-radius: 5px;
    width: 13rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.interest span {
    margin-top: 1rem;
}

.interest img {
    vertical-align: baseline;
    margin-right: 0.5rem;
}

.page__myProfile__title1 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 2rem;
}

@media screen and (max-width: 480px) {
    .page__myProfile__title1 {
        margin-bottom: 2.4rem;
    }
}

.tag__flex {
    display: grid;
    grid-template-columns: .4fr .4fr .4fr;
    gap: 0px 4px;
    margin-bottom: 1.8rem;
}

.tag {
    font-family: auto;
    font-size: 1.2rem;
    font-weight: bold;
    margin: .4rem;
    color: #fff;
    background-color: #2077BA;
    width: 100%;
    border-radius: 13px;
    padding: 0 1rem;
}

@media screen and (max-width: 480px) {
    .tag {
        font-size: 1.2rem;
        padding: 0 .4rem;
    }
}

.tag:last-of-type {
    margin-right: 0;
}

.tag:hover {
    background-color: #18598A;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

/*  */
.page__myProfile__text {
    font-size: 1.2rem;
    line-height: 1.75;
    text-align: justify;
    margin-bottom: 4rem;
    word-break: break-all;
}

@media screen and (max-width: 480px) {
    .page__myProfile__text {
        margin-bottom: 6rem;
    }
}

/* ハッシュタグ部分 */
.hashTag__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2px 8px;
    padding: 0 0.4rem;
    margin-bottom: 2.3rem;
}

.hashTag {
    font-size: 1rem;
    font-weight: bold;
    margin-right: 0.4rem;
}

.hashTag:last-of-type {
    margin-right: 0;
}

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


.page__myProfile__category2 {
    display: flex;
    align-items: center;
    gap: 0 10px;
    padding: .3em;
    font-size: 2.2rem;
    font-weight: bold;
}

.page__myProfile__title2 {
    font-size: 1.6rem;
    font-weight: bold;
    /* margin-bottom: 1rem; */
    margin-bottom: 0.7rem;
    margin-right: 1.7rem;
}

@media screen and (max-width: 480px) {
    .page__myProfile__title2 {
        font-size: 1.4rem;
    }
}

.page__myProfile__date {
    font-size: 1.2rem;
}

/* sns */
.page__myProfile__snsFlex {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin-bottom: 3rem;
}

.sns__title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: 5rem;
    margin-bottom: 0;
    margin-top: 1rem;
}

@media screen and (max-width: 480px) {
    .sns__title {
        font-size: 1.4rem;
    }
}

.page__myProfile__sns {
    margin-right: 1.5rem;
}

.page__myProfile__sns.-sns1 {
    width: 1.77rem;
}

.page__myProfile__sns.-sns2 {
    width: 1.5rem;
}

.page__myProfile__sns.-sns3 {
    width: 1.4rem;
}

.page__myProfile__sns:last-of-type {
    margin-right: 0;
}

.page__myProfile__title3 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 1rem;
}

@media screen and (max-width: 480px) {
    .page__myProfile__title3 {
        font-size: 1.4rem;
    }
}

.page__myProfile__text2 {
    font-size: 1.2rem;
    line-height: 1.75;
    text-align: justify;
}

/*------------------------------------
プロフィールセクション end
------------------------------------*/

/*------------------------------------
イベントセクション
------------------------------------*/

.page__myProfile__flex__detail2 {
    width: 39%;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 2.4rem 2.4rem 3rem;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .page__myProfile__flex__detail2 {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .page__myProfile__flex__detail2 {
        padding: 2.4rem 1.5rem 4rem;
    }
}

.event__layout1 {
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 480px) {
    .event__layout1 {
        margin-bottom: 2rem;
    }
}

.event__layout1 .event__card:last-child {
    margin-top: 2rem;
}

.event__layout2 {}

.event__layout__title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 480px) {
    .event__layout__title {
        margin-bottom: 2.5rem;
    }
}

.event__card {
    background: #fff;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
    font-size: 1rem;
}

.event__card::before {
    content: "";
    width: 5.5em;
    height: 5.5em;
    display: inline-block;
    background: url(/assets/img/decoration_icon.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
}

.event__textBox {
    padding: 0 12px 20px;
}

.event__title {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
}

@media screen and (max-width: 480px) {
    .event__title {
        margin-bottom: 1rem;
    }
}

.event__information {
    list-style: none;
    padding: 0;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.event__date {
    margin-bottom: 0.5rem;
    font-weight: 600;

}

.event__date::before {
    content: "";
    width: 1.5em;
    height: 1.7em;
    display: inline-block;
    background: url(/assets/img/calendar_icon.svg) no-repeat;
    background-size: contain;
    margin-right: 0.46rem;
    /* vertical-align: bottom; */
    vertical-align: -4px;
    background-position: center;
}

.event__address {
    margin-bottom: 0.5rem;


}

.event__address::before {
    content: "";
    width: 1.5em;
    height: 1.7em;
    display: inline-block;
    background: url(/assets/img/map-pin_icon.svg) no-repeat;
    background-size: contain;
    margin-right: 0.65rem;
    /* vertical-align: bottom; */
    vertical-align: -4px;
    background-position: center;
}

.event__community {}

.event__community::before {
    content: "";
    width: 1.5em;
    height: 1.7em;
    display: inline-block;
    background: url(/assets/img/person_icon_1.svg) no-repeat;
    background-size: contain;
    margin-right: 0.5rem;
    /* vertical-align: bottom; */
    vertical-align: -4px;
    background-position: center;
}

.event__button__flex {
    display: flex;
}

.event__button__interest {
    width: 83%;
    /* height: 31px; */
    border-radius: 5px;
    background: #e2e6ea;
    display: block;
    margin-right: 6px;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
    padding: 9px 0;
    line-height: 1;
}

.event__button__interest span {
    margin-top: 1rem;
    display: inline-block;
}

@media screen and (max-width: 480px) {
    .event__button__interest {
        width: 86%;
    }
}

.event__button__interest::before {
    content: "";
    width: 1.25em;
    height: 1.22em;
    display: inline-block;
    background: url(/assets/img/star_icon.svg) no-repeat;
    background-size: contain;
    margin-right: 1.2rem;
    /* vertical-align: bottom; */
    vertical-align: -2px;
    background-position: center;
}

.event__button__interest::after {
    content: "";
    width: 1.25em;
    height: 1.22em;
    display: inline-block;
    background: url(/assets/img/black_lower\ Triangle_icon.svg) no-repeat;
    background-size: contain;
    margin-left: 7.5px;
    /* vertical-align: bottom; */
    vertical-align: -4px;
    background-position: center;
}

.event__button__rightArrow {
    width: 15%;
    border-radius: 5px;
    background: #e2e6ea;
    display: block;
    position: relative;
}

@media screen and (max-width: 480px) {
    .event__button__rightArrow {
        width: 12.75%;
    }
}

.rightArrow__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 8px 0;
}


/*------------------------------------
イベントセクション end
------------------------------------*/

/*------------------------------------
レビューセクション
------------------------------------*/
.review {
    width: 100%;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin-top: 2rem;
    padding: 2.4rem 2rem 1.2rem;
}

@media screen and (max-width: 480px) {
    .review {
        padding: 2.4rem 1.5rem;
    }
}

.review__title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

@media screen and (max-width: 480px) {
    .review__title {
        text-align: center;
    }
}

.review__item {
    /* border-bottom: 1px solid #EAEAEA; */
    margin-top: 2rem;
    margin-bottom: 1.2rem;
}

.review__item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.review__person {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.review__img {
    width: 4.5rem;
    margin: 0 1rem 0 0;
}

@media screen and (max-width: 480px) {
    .review__img {
        margin: 0 2rem 0 0;
    }
}

.review__date {
    font-size: 1rem;
    color: #BFBFBF;
    margin-bottom: 0.4rem;
}

.review__name {
    font-size: 1.2rem;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .review__name {
        color: #2077BA;
        margin-top: 0.4rem;
    }
}

.review__text {
    font-size: 1.2rem;
    line-height: 1.75;
    word-wrap: break-word;
    /* margin-bottom: 5rem; */
}

@media screen and (max-width: 480px) {
    .review__text {
        margin-bottom: 3.5rem;
    }
}

/*------------------------------------
レビューセクション end
------------------------------------*/










/* ---- OS（Windows）ごとスタイル変更 ---- */
.win .interest span {
    margin-top: 0.3rem;
}

.win .tag__flex .tag span {
    margin-top: 0rem;
}

.win .event__button__interest span {
    margin-top: 0rem;
}

.win .sns__title {
    margin-top: 0rem;
}

/* リンクボタン */
.communitySingle__info__linkFlex {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 4.5rem;
}

@media screen and (max-width: 480px) {
    .communitySingle__info__linkFlex {
        margin-bottom: 4rem;
    }
}

.communitySingle__info__link1 {
    width: 100%;
    /* height: 3.5rem; */
    height: 5.5rem;
    background-color: #2077BA;
    color: #fff;
    border-radius: 5px;
    font-size: 1.2rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 480px) {
    .communitySingle__info__link1 {
        width: 100%;
    }
}

.communitySingle__info__link1::before {
    content: "";
    width: 1.2em;
    height: 1.09em;
    display: inline-block;
    background: url(/assets/img/heart_white_icon.svg) no-repeat;
    background-size: contain;
    margin-right: 0.75rem;
    background-position: center;
}

.communitySingle__info__link1:hover {
    color: #fff;
    background-color: #18598A;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.communitySingle__info__link2 {
    width: 100%;
    /* height: 3.5rem; */
    height: 5.5rem;
    background-color: #E2E6EA;
    border-radius: 5px;
    font-size: 1.2rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 480px) {
    .communitySingle__info__link2 {
        width: 100%;
    }
}

.communitySingle__info__link2::before {
    content: "";
    width: 1.08em;
    height: 0.9em;
    display: inline-block;
    background: url(/assets/img/mail_icon_2.svg) no-repeat;
    background-size: contain;
    margin-right: 1rem;
    /* margin-top: 0.2rem; */
    background-position: center;
}
.communitySingle__info__link2:hover {
    color: inherit;
    background: #cbcfd4;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.communitySingle__info__link3 {
    width: 8%;
    /* height: 3.5rem; */
    height: 5.5rem;
    background-color: #E2E6EA;
    border-radius: 5px;
    position: relative;
}

@media screen and (max-width: 480px) {
    .communitySingle__info__link3 {
        width: 11.2%;
    }
}

.communitySingle__info__link3 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* リンクボタン end */








.communitySingle__info__link1 span {
    padding-top: 1rem;
}

.communitySingle__info__link2 span {
    padding-top: 1rem;
}

/* ---- OS（Windows）ごとスタイル変更 ---- */
.win .communitySingle__info__link1 span {
    padding-top: 0.2rem;
}

.win .communitySingle__info__link2 span {
    padding-top: 0.2rem;
}

.win .community__button__interest span {
    margin-top: 0rem;
    display: inline-block;
}

.win .participation__text {
    margin-top: 0rem;
}
















.footerSp__bottom {
    display: none;

}

@media screen and (max-width: 480px) {
    .footer {
        padding-bottom: 100px;
    }

    .footerSp__bottom {
        position: fixed;
        /* border-top: 1px solid #000000; */
        background: #ffffff;
        width: 100%;
        height: 53px;
        z-index: 1000;
        /* top: 0; */
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: center;
        padding: 1rem 0;
        padding: 0.5rem 0;
    }

    .footerSp__bottomBox {
        width: 100px;
        height: auto;
    }

    .footerSp__bottomLinkImg {
        width: 39px;
        margin: 0 auto;
        margin-bottom: 0.5rem;
    }

    .footerSp__bottomLink {
        text-align: center;
        font-size: 10px;
        /* padding: 10rem 0; */
        /* background: red; */
        display: flex;
        flex-direction: column;
    }
}














/* safariのみ */
@media screen and (max-width: 480px) {

    ::-webkit-full-page-media,
    :future,
    :root .communitySingle__info__link1 span {
        padding-top: 0rem;
    }
}

@media screen and (max-width: 480px) {

    ::-webkit-full-page-media,
    :future,
    :root .communitySingle__info__link2 span {
        padding-top: 0rem;
    }
}

@media screen and (max-width: 480px) {

    ::-webkit-full-page-media,
    :future,
    :root .tag__flex .tag span {
        margin-top: 0rem;
    }
}




























.event__button__flex {
    display: flex;
    justify-content: space-between;
}



.buttom__select .select-styled {
    background: #e2e6ea;
    color: #222222;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1rem 0 0rem 4rem;
    margin-right: 1rem;
}




.buttom__select .select-styled::before {
    content: "";
    width: 1.25em;
    height: 1.22em;
    display: inline-block;
    background: url(/assets/img/star_icon.svg) no-repeat;
    background-size: contain;
    margin-right: 0.5rem;
    vertical-align: bottom;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 2rem;
    transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
    .buttom__select .select-styled::before {
        top: 20px;
        left: 1.2rem;
        width: 1.25em;
        height: 1.22em;
    }
}


.buttom__select .select-styled:after {
    content: "";
    width: 1.07em;
    height: 0.8em;
    display: inline-block;
    background: url(/assets/img/black_lower\ Triangle_icon.svg) no-repeat;
    background-size: contain;
    /* margin-right: 0.5rem; */
    vertical-align: bottom;
    background-position: center;
    position: absolute;
    top: 50%;
    /* right: 10px; */
    right: 10%;
    transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
    .buttom__select .select-styled:after {
        width: 1.2em;
        height: 0.8em;
        right: 2rem;
    }
}

.buttom__select .select-styled:active:after,
.buttom__select .select-styled.active:after {
    transform: rotate(-180deg);
    top: 16px;
    /* border-color: transparent transparent #fff transparent; */
}

.buttom__select .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #F0F2F5;
}

.buttom__select .select-options li {
    margin: 0;
    /* padding: 12px 0; */
    padding: 1.3rem 2rem;
    text-indent: 15px;
    border-top: 1px solid #F0F2F5;
    transition: all 0.15s ease-in;
    font-size: 1.2rem;
}

.buttom__select .select-options li:hover,
.buttom__select .select-options li.is-selected {
    color: #2077BA;
    background: #fff;
}

.buttom__select .select-options li[rel="hide"] {
    display: none;
}


/* 興味あり */
@media screen and (max-width: 480px) {

    ::-webkit-full-page-media,
    :future,
    :root .buttom__select .select-styled {
        padding-top: 0.2rem;
    }
}






/* セレクトボックス */
.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #212529;
    width: 100%;
    height: 5rem;
}

@media screen and (max-width: 1120px) {
    .select {
        height: 4rem;
    }
}

.select-styled {
    /* position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; */
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    padding: 8px 15px 8px 4rem;
    transition: all 0.2s ease-in;
    border-radius: 6px;
    height: 100%;
    /* padding: 1.8rem 4rem; */
    padding: 2.8rem 4rem 1.8rem 4rem;
    line-height: 1;
}

@media screen and (max-width: 1120px) {
    .select-styled {
        background-color: #F0F2F5;
    }
}

@media screen and (max-width: 480px) {
    .select-styled {
        background-color: #F0F2F5;
        font-size: 1.4rem;
        /* padding: 1.8rem 3.3rem; */
    }
}

.select-styled::before {
    content: "";
    width: 0.7em;
    height: 1.1em;
    display: inline-block;
    background: url(/assets/img/map-pin_icon.svg) no-repeat;
    background-size: contain;
    margin-right: 0.5rem;
    vertical-align: bottom;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 2rem;
    transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
    .select-styled::before {
        top: 23px;
        left: 1.2rem;
        width: 0.8em;
        height: 1.1em;
    }
}

.select-styled:after {
    content: "";
    width: 1.07em;
    height: 0.8em;
    display: inline-block;
    background: url(/assets/img/arrow-forward_icon.svg) no-repeat;
    background-size: contain;
    /* margin-right: 0.5rem; */
    vertical-align: bottom;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
    .select-styled:after {
        width: 1.2em;
        height: 0.8em;
        right: 12px;
    }
}

.select-styled:active:after,
.select-styled.active:after {
    transform: rotate(-180deg);
    top: 16px;
    /* border-color: transparent transparent #fff transparent; */
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #F0F2F5;
}

.select-options li {
    margin: 0;
    /* padding: 12px 0; */
    padding: 1.3rem 2rem;
    text-indent: 15px;
    border-top: 1px solid #F0F2F5;
    transition: all 0.15s ease-in;
}

.select-options li:hover,
.select-options li.is-selected {
    color: #2077BA;
    background: #fff;
}

.select-options li[rel="hide"] {
    display: none;
}
