@charset "UTF-8";

/*------------------------------------
共通
------------------------------------*/
.top__wrap {
    padding: 40px 0;
}

@media screen and (max-width: 480px) {
    .top__wrap {
        padding: 20px 0;
    }
}

.top__titleSection {
    /* display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 2rem; */
}

.top__FlexTitleSection {
    display: flex;
    align-items: end;
    margin-bottom: 2rem;
}

.top__sectionTitle {
    font-size: 2.4rem;
    font-weight: 600;
}

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

.top__FlexTitleSection__under_cards {
    display: flex;
    justify-content: right;
    align-items: end;
    margin-top: 2rem;
}

.see-more {
    font-size: 2.4rem;
    font-weight: 600;
    color: #2077BA;
    margin-right: 2rem;
}

@media screen and (max-width: 480px) {
    .see-more {
        font-size: 2rem;
    }
}


/* ハッシュタグ部分 */
.hashTag__flex {
    display: flex;
    padding: 0 0.4rem;
}

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

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


/*------------------------------------
ユーザーセクション
------------------------------------*/
.user {
    font-family: auto;
    max-width: calc(1120px + 8%);
    margin: 0 auto 7rem;
    padding: 0 4%;
}

@media screen and (max-width: 1120px) {
    .user {
        max-width: calc(700px + 8%);
        margin: 0 auto 6rem;
        padding: 0 4%;
    }
}

@media screen and (max-width: 768px) {
    .user {
        max-width: calc(700px + 8%);
        margin: 0 auto 6rem;
        padding: 0 4%;
    }
}

@media screen and (max-width: 480px) {
    .user {
        max-width: calc(345px + 8%);
        margin: 0 auto 6rem;
        padding: 0 4%;
    }
}

.top__user__layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px;
}

@media screen and (max-width: 1120px) {
    .top__user__layout {
        display: grid;
        grid-template-columns: 1fr 1fr;
        /* grid-template-rows: 144px; */
        gap: 18px;
    }
}

@media screen and (max-width: 768px) {
    .top__user__layout {
        display: grid;
        /* grid-template-columns: 1fr 1fr; */
        grid-template-columns: 1fr;
        /* grid-template-rows: 144px; */
        gap: 18px;
    }
}

@media screen and (max-width: 480px) {
    .top__user__layout {
        display: grid;
        grid-template-columns: 1fr;
        /* grid-template-rows: 144px; */
        gap: 18px;
    }
}

.user__card {
    background: #fff;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    border-radius: 4px;
    padding: 2rem 1.5rem 1.5rem 8rem;
    position: relative;
}

.user__person {
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: .9rem;
    left: .9rem;
    margin: 0;
}

.user__person img {
    width: 80%;
    height: 80%;
}

.user__heart {
    width: 2.8rem;
    position: absolute;
    top: 1.4rem;
    right: 1.8rem;
    margin: 0;
}
.user__heart img {
    width: 100%;
}
.user__heart div {
    width: 2.2rem;
}
/* .user__card__textBox {} */

.user__card__name {
    width: 20rem;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.user__card__name p {
    width: 80%;
    word-break: break-all;
}

@media screen and (max-width: 320px) {
    .user__card__name {
        width: 16rem;
    }
    .user__card__name p {
        width: 84%;
    }
}

.user__card__text {
    font-size: 1rem;
    margin-bottom: 1rem;
    word-break: break-all;
}


/* ---- ユーザーセクション end ---- */

/*------------------------------------
イベントセクション
------------------------------------*/
.event {
    max-width: calc(1120px + 8%);
    margin: 0 auto 7rem;
    padding: 0 4%;
}

@media screen and (max-width: 1120px) {
    .event {
        max-width: calc(700px + 8%);
        margin: 0 auto;
        padding: 0 4%;
    }
}

@media screen and (max-width: 768px) {
    .event {
        max-width: calc(700px + 8%);
        margin: 0 auto;
        padding: 0 4%;
    }
}

@media screen and (max-width: 480px) {
    .event {
        max-width: calc(345px + 8%);
        margin: 0 auto 6rem;
        padding: 0 4%;
    }
}

.event__layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
    place-items: center;
    align-items: baseline;
}

@media screen and (max-width: 1120px) {
    .event__layout {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
}

@media screen and (max-width: 768px) {
    .event__layout {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
}

@media screen and (max-width: 480px) {
    .event__layout {
        display: grid;
        grid-template-columns: 100%;
        gap: 15px;
    }
}

.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;
    align-self: flex-start;
}

.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;
}
@media screen and (max-width: 480px) {
    .event__card {
        width: 100%;
    }
}
.event__img {
    width: 100%;
    height: 86px;
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 2rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.event__img img {
    height: 100%;
    margin: auto;
    display: block;
}

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

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

.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__detail {
    word-wrap: break-word;
}

.event__button__flex {
    display: flex;
}

.event__button__interest {
    width: 83%;
    height: 31px;
    border-radius: 5px;
    background: #e2e6ea;
    margin-right: 6px;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;

    /* display: block; */
    /* padding: 9px 0; */
}

.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;
    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;
    background-position: center;
}

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


.event__select__styled {
    font-size: 1rem;
    text-align: center;
    width: 80%;
    height: 30px;
    display: flex;
    align-items: center;
    background-color: #e2e6ea;
    padding: .4rem;
    transition: all 0.2s ease-in;
    border-radius: 6px;
    border: none;
}
@media screen and (max-width: 1120px) {
    .event__select__styled {
        background-color: #F0F2F5;
    }
}
@media screen and (max-width: 480px) {
    .event__select__styled {
        background-color: #F0F2F5;
        font-size: 1.1rem;
    }
}

.event__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) {
    .event__select__styled::before {
        top: 23px;
        left: 1.2rem;
        width: 0.8em;
        height: 1.1em;
    }
}

.event__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: 16px;
    transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
    .event__select__styled:after {
        width: 1.2em;
        height: 0.8em;
        right: 12px;
    }
}

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

.event__card__interest__item {
    width: 85%;
    display: flex;
    margin-top: 1rem;
    align-items: center;
}

.event__card__interest__figure {
    width: 15%;
    display:  block;
    position: relative;
}

.event__card__interest__img {
    cursor: pointer;
}

.event__card__interest__img:hover {
    opacity: 0.4;
}

.event__card__interest__num {
    margin-top: 0.5rem;
    padding-left: 1rem;
    font-size: 1.4rem;
    font-weight: bold;
}

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

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


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

/*------------------------------------
コミュニティセクション
------------------------------------*/
.community {
    max-width: calc(1120px + 8%);
    margin: 0 auto;
    padding: 0 4%;
}

@media screen and (max-width: 1120px) {
    .community {
        max-width: calc(700px + 8%);
        margin: 0 auto;
        padding: 0 4%;
    }
}

@media screen and (max-width: 768px) {
    .community {
        max-width: calc(700px + 8%);
        margin: 0 auto;
        padding: 0 4%;
    }
}

@media screen and (max-width: 480px) {
    .community {
        max-width: calc(345px + 8%);
        margin: 0 auto;
        padding: 0 4%;
    }
}

.community__layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* grid-template-rows: 144px; */
    gap: 18px;
}

@media screen and (max-width: 1120px) {
    .community__layout {
        display: grid;
        grid-template-columns: 1fr 1fr;
        /* grid-template-rows: 144px; */
        gap: 18px;
    }
}

@media screen and (max-width: 768px) {
    .community__layout {
        display: grid;
        /* grid-template-columns: 1fr 1fr; */
        grid-template-columns: 1fr;
        /* grid-template-rows: 144px; */
        gap: 18px;
    }
}

@media screen and (max-width: 480px) {
    .community__layout {
        display: grid;
        grid-template-columns: 1fr;
        /* grid-template-rows: 144px; */
        gap: 18px;
    }
}

.community__card {
    background: #fff;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    border-radius: 4px;
    padding: 2rem 1rem 1.5rem 9rem;
    position: relative;
}

.community__person {
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: 0.8rem;
    left: 1.5rem;
    margin: 0;
}

.community__person img {
    width: 100%;
}

.community__heart {
    /* width: 2.2rem; */
    width: 2.8rem;
    /* height: 6rem; */
    position: absolute;
    top: 2.5rem;
    right: 1.5rem;
    margin: 0;
}

.community__heart img {
    width: 100%;
}

/* .community__card__textBox {} */

.community__card__title {
    width: 20rem;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

@media screen and (max-width: 320px) {
    .community__card__title {
        width: 16rem;

    }
}

.community__card__text {
    word-wrap: break-word;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.community__count__flex {
    display: flex;
    align-items: flex-end;
    margin: 0 0 9px 0;
}

.community__count__icon {
    margin: 0 7px 0 0;
}

.community__count__number {
    font-size: 1rem;
    line-height: 1.05;
    margin: 0;
}

/* ---- コミュニティセクション end ---- */

.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;
    vertical-align: bottom;
    background-position: center;
    position: absolute;
    top: 50%;
    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: 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 {
    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: 2.8rem 4rem 1.8rem 0;
    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;
    }
}

.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;
}

.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;
}

/*------------------------------------
ヘルプページ
------------------------------------*/
.help__link a{
    color: blue;
    text-decoration: underline;
}
.page__help {
    font-family: auto;
    background: #fff;
    max-width: calc(1120px + 8%);
    margin: 0 auto 7rem;
    padding: 0 4%;
}
.help__block {
    width: 80%;
    margin: 4rem auto;
}
.help__block__heading {
    font-size: 1.8rem;
}
.help__block__content div h2 button {
    font-size: 1.4rem;
}
.help__block__txt {
    font-size: 1.2rem;
}
@media screen and (max-width: 1120px) {
    .page__help {
        max-width: calc(700px + 8%);
        margin: 0 auto 6rem;
        padding: 0 4%;
    }
}
@media screen and (max-width: 768px) {
    .page__help {
        max-width: calc(700px + 8%);
        margin: 0 auto 6rem;
        padding: 0 4%;
    }
    .help__block {
        width: 100%;
        margin: 2rem auto;
    }
}
@media screen and (max-width: 480px) {
    .page__help {
        max-width: calc(345px + 8%);
        margin: 0 auto 7rem;
        padding: 0 4%;
    }
}
/*------------------------------------
- main-visual
------------------------------------*/
.carousel-control-prev, .carousel-control-next {
    background: 0 0;
    border: 0;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    outline: none;
}

.carousel-indicators .active {
    opacity: 1;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

.pc { display:block; }
.sp { display:none; }

@media only screen and (max-width : 767px){
    .pc { display:none; }
    .sp { display:block; }
}