@charset "utf-8";
/*----------------------
.topMenuArea
----------------------*/
.topMenuArea{
    position: relative;
    /* padding-top: 50px; */
}
.topMenuArea .wrap{
    position: fixed;
    width: 100%;
    background: #ed1b29;
    z-index: 11;
}
.topMenuArea ul{
    display: flex;
    align-items: center;
}
.topMenuArea li{
    position: relative;
    width: 33.3%;
    box-sizing: border-box;
}
.topMenuArea li:not(:last-of-type):after{
    content: '';
    position: absolute;
    right: 0;
    /* left: 0; */
    bottom: 0;
    top: 0;
    margin: auto;
    /* width: 100%;
    height: 100%; */
    height: 70%;
    border-right: 1px solid #fff;
}
.topMenuArea li a{
    display: block;
    padding: 10px 0;
    box-sizing: border-box;
}
.topMenuArea li p{
    position: relative;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.166;
    text-align: center;
    padding-bottom: 10px;
}
.topMenuArea li p:after{
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: -2px;
    /* top: 0; */
    margin: auto;
    width: 0;
    height: 0;
    border-top: 5px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
@media screen and (min-width: 769px) {
    .topMenuArea{
        padding-top: 70px;
    }
    .topMenuArea ul{
        max-width: 962px;
        margin: auto;
    }
    .topMenuArea li{
        width: auto;
    }
    .topMenuArea li:not(:last-of-type){
        margin-right: 40px;
    }
    .topMenuArea li:not(:last-of-type):after{
        display: none;
    }
    .topMenuArea li a{
        padding: 13px 0 8px;
    }
    .topMenuArea li p{
        font-size: 16px;
    }
    .topMenuArea li p:after{
        border-top: 7px solid #fff;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }
}
/*----------------------
#intro
----------------------*/
#intro{
    position: relative;
    background: #fff6f3;
    /* padding-bottom: 65vw; */
}
#intro .contentInner{
    background-image: url(/community/img/bg_main_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 300px;
}
#intro .contentInner .mv{
    margin: auto;
    padding: 52px 0;
    width: 90%;
    max-width: 349px;
}
@media screen and (min-width: 769px) {
    .top.community .contentsWrap{
        padding: 43px 0 0 0;
    }
    #intro{
        /* padding-bottom: 279px; */
    }
    #intro .contentInner{
        background-image: url(/community/img/bg_main.png?ver=2);
        min-height: 450px;
    }
    #intro .contentInner .mv{
        max-width: 576px;
        padding: 63px 0;
    }
}
/*----------------------
#photoGallery
----------------------*/
.photoGalleryTitle{
    width: 90%;
    margin: auto auto 42px;
    padding-bottom: 4px;
    border-bottom: 2px solid #ed1b29;
}
.photoGalleryTitle h2{
    position: relative;
    font-size: 24px;
    padding-left: 26px;
    font-family: "Roboto", sans-serif;
    line-height: 1.166;
    font-weight: bold;
    color: #ed1b29;
}
.photoGalleryTitle h2::before{
    content: '';
    position: absolute;
    /* right: 0; */
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100%;
    max-width: 22px;
    height: 100%;
    min-height: 18px;
    background-image: url(/community/img/title_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.photoGalleryTitle h2 span{
    /* display: block; */
    font-size: 14px;
    line-height: 1.21;
    font-weight: bold;
    color: #333;
    margin-left: 6px;
}
@media screen and (min-width: 769px) {
    .photoGalleryTitle{
        width: 964px;
        margin: auto auto 65px;
    }
    .photoGalleryTitle h2{
        font-size: 36px;
        padding-left: 38px;
        /* display: flex;
        align-items: flex-end; */
    }
    .photoGalleryTitle h2 span{
        font-size: 16px;
        line-height: 1.18;
        margin-left: 10px;
        margin-bottom: 5px;
    }
    .photoGalleryTitle h2::before{
        max-width: 33px;
        max-height: 27px;
    }
}
/*----------------------
.communityAboutContArea
----------------------*/
.communityAboutContArea .wrap{
    background: #fff6f3;
    position: relative;
    padding-bottom: 50px;
}
.communityAboutContArea .communityAboutCont{
    background: #fff;
    border-radius: 30px;
    padding: 15px 15px 30px;
}
.communityAboutContArea .img{
    border-radius: 10px;
    margin-bottom: 10px;
    max-height: 150px;
    overflow: hidden;
}
.communityAboutContArea img{
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.communityAboutContArea h2{
    text-align: center;
    color: #ed1b29;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.communityAboutContArea .textArea{
    width: 100%;
}
.communityAboutContArea .textArea > p{
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #292f44;
}
.communityAboutContArea .textArea .btnArea{
    display: flex;
    justify-content: space-between;
}
.communityAboutContArea .communityAboutContBtn{
    max-width: 155px;
    width: 48%;
}
.communityAboutContArea .communityAboutContBtn:first-of-type{
    margin-right: 4%;
}
.communityAboutContArea .communityAboutContBtn a{
    display: block;
    color: #292f44;
    border: 1px solid #292f44;
    background-color: #fff;
    border-radius: 100px;
}
.communityAboutContArea .communityAboutContBtn p{
    position: relative;
    color: #292f44;
    font-size: 10px;
    line-height: 1.6;
    font-weight: bold;
    padding: 7px 14px 7px 14px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.communityAboutContArea .communityAboutContBtn p:after{
    content: '';
    position: absolute;
    right: 14px;
    /* left: 0; */
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(/community/img/btn_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (min-width: 769px) {
    .communityAboutContArea .communityAboutCont{
        padding: 30px;
    }
    .communityAboutContArea .img{
        margin-bottom: 0;
        margin-right: 40px;
        max-height: 243px;
        max-width: 387px;
    }
    .communityAboutContArea img{
        object-position: center;
        object-fit: cover;
        width: 100%;
        height: 100%;
        /* width: 48%; */
    }
    .communityAboutContArea .textArea{
        max-width: 467px;
        width: 48%;
    }
    .communityAboutContArea h2{
        text-align: left;
        font-size: 32px;
    }
    .communityAboutContArea .communityAboutContBtn{
        max-width: 223px;
        width: 48%;
    }
    .communityAboutContArea .communityAboutContBtn p{
        font-size: 14px;
        padding: 9px 18px 9px 18px;
        margin-bottom: 0;
    }
    .communityAboutContArea .communityAboutContBtn p:after{
        right: 12px;
        width: 16px;
        height: 16px;
    }
}
/**********************************
#newCommunityModal
***********************************/
#newCommunityModal .modalInner{
    background: rgba(0, 0, 0, 50%);
}
#newCommunityModal .modalInner.active{
    opacity: 1;
    visibility: visible;
}
#newCommunityModal .modalArea{
    height: 100%;
    /* max-height: 700px; */
    position: relative;
    top: 0;
    /* max-width: 700px; */
    width: 100%;
}
#newCommunityModal .modalArea .topModalArea{
    position: absolute;
    top: 50%;
    /* bottom: 50%; */
    /* height: 70vh; */
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
}
#newCommunityModal .modalCont{
    position: relative;
    height: 485px;
    padding: 40px 20px 30px;
    bottom: auto;
}
#newCommunityModal .scrollArea{
    overflow-y: auto;
    height: 415px;
}
#newCommunityModal .title{
    margin-bottom: 20px;
}
#newCommunityModal .scrollArea > p{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.8;
    color: #292f44;
    margin-bottom: 20px;
}
#newCommunityModal .scrollArea > .img{
    margin-bottom: 20px;
}
#newCommunityModal .contArea{
    margin-bottom: 20px;
}
#newCommunityModal .contArea .cont{
    margin-bottom: 3px;
}
#newCommunityModal .contArea .img{
    margin-bottom: 5px;
}
#newCommunityModal .contArea p{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.21;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#newCommunityModal .newCommunityBtnArea{
    max-width: 285px;
    width: 100%;
    margin: auto;
}
#newCommunityModal .newCommunityBtnArea a{
    background-color: #ed1b29;
    width: 100%;
    display: block;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.18;
    text-align: center;
    padding: 16px;
    box-sizing: border-box;
}
.closeArea{
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 15px auto;
    max-width: 170px;
}
input[type=checkbox] {
    display: none;
}
.check_label{
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 16px;
    cursor: pointer;
}
.check_label:after{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.check_label:before{
    content: '';
    position: absolute;
    display: none;
    width: 22px;
    height: 22px;
    background-image: url(/community/img/top/checkmark.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
input[type=checkbox]:checked + .check_label:before {
    display: block;
}
.closeBtnArea {
    text-align: center;
}
.closeBtnArea .closeBtn{
    max-width: 100px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-radius: 100px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 1.21;
    padding: 10px 0;
    margin: auto;
    cursor: pointer;
}
@media screen and (max-width: 410px) {
    #newCommunityModal .modalCont {
        height: 535px;
    }
    #newCommunityModal .scrollArea{
        height: 465px;
    }
}
@media screen and (min-width: 769px) {
    #newCommunityModal .modalArea{
        /* max-height: 850px; */
        top: 0;
        /* height: 96%; */
        bottom: 0;
        margin: auto;
    }
    #newCommunityModal .modalCont{
        /* top: -60px; */
        width: 100%;
        /* max-width: 640px;
        height: 570px; */
        max-width: 500px;
        height: 510px;
        padding: 40px 20px 30px;
    }
    #newCommunityModal .scrollArea{
        /* height: 500px; */
        height: 440px;
    }
    #newCommunityModal .scrollArea > p{
        text-align: center;
        font-size: 14px;
        /* line-height: 1.6; */
    }
    #newCommunityModal .title{
        max-width: 625px;
        margin: auto auto 20px;
    }
    #newCommunityModal .contArea{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #newCommunityModal .contArea .cont{
        width: 48%;
        margin-bottom: 0;
    }
    #newCommunityModal .contArea .cont:nth-of-type(-n+2){
        margin-bottom: 10px;
    }
    #newCommunityModal .contArea .img{
        margin-bottom: 5px;
    }
    #newCommunityModal .contArea p{
        text-align: center;
        font-size: 16px;
        line-height: 1.185;
    }
    #newCommunityModal .newCommunityBtnArea{
        max-width: 300px;
    }
    .check_label{
        margin-bottom: 20px;
    }
    .closeArea{
        margin-top: 20px;
    }
}

@media (max-width: 1100px) and (max-height: 1400px) {
    #newCommunityModal .modalCont{
        max-width: 600px;
        height: 710px;
    }
    #newCommunityModal .scrollArea{
        height: 640px;
    }
}
@media (max-width: 1100px) and (max-height: 1100px) {
    #newCommunityModal .modalCont{
        max-width: 630px;
        height: 580px;
    }
    #newCommunityModal .scrollArea{
        height: 500px;
    }
}
@media (max-width: 800px) and (max-height: 1100px) {
    #newCommunityModal .modalCont{
        max-width: 450px;
        height: 520px;
    }
    #newCommunityModal .scrollArea{
        height: 450px;
    }
}
@media (max-width: 500px) and (max-height: 900px) {
    #newCommunityModal .modalCont{
        max-width: 450px;
        height: 530px;
    }
    #newCommunityModal .scrollArea{
        height: 470px;
    }
}

@media (max-width: 430px) and (max-height: 820px) {
    #newCommunityModal .modalCont{
        max-width: 450px;
        height: 530px;
    }
    #newCommunityModal .scrollArea{
        height: 460px;
    }
}
@media (max-width: 430px) and (max-height: 640px) {
    #newCommunityModal .modalCont{
        max-width: 450px;
        height: 480px;
    }
    #newCommunityModal .scrollArea{
        height: 400px;
    }
}
@media (max-width: 400px) and (max-height: 900px) {
    #newCommunityModal .modalCont{
        max-width: 450px;
        height: 540px;
    }
    #newCommunityModal .scrollArea{
        height: 490px;
    }
}
/* @media screen and (max-height: 1370px) {
    #newCommunityModal .modalCont{
        max-width: 500px;
        height: 710px;
    }
        #newCommunityModal .scrollArea {
        height: 650px;
    }
} */
/* @media screen and (max-height: 874px) {
    #newCommunityModal .modalCont{
        max-width: 610px;
        height: 510px;
    }
    #newCommunityModal .scrollArea {
        height: 450px;
    }
}
@media screen and (max-height: 729px) {
    #newCommunityModal .modalCont{
        max-width: 610px;
        height: 550px;
    }
    #newCommunityModal .scrollArea {
        height: 488px;
    }
} */
@media screen and (max-height: 600px) {
    #newCommunityModal .modalCont{
        max-width: 330px;
        height: 410px;
    }
    #newCommunityModal .scrollArea {
        height: 338px;
    }
    #newCommunityModal .contArea p,
    #newCommunityModal .scrollArea > p{
        font-size: 12px;
    }
}
/* .top .bannerArea{
    padding-bottom: 23px;
    background-color: #fff6f3;
} */
@media screen and (min-width: 1300px) {
    #newCommunityModal .modalArea {
        /* max-height: 630px; */
        bottom: 0;
        /* position: absolute; */
        right: 0;
        left: 0;
    }
}
@media screen and (min-width: 1400px) {
    #newCommunityModal .modalCont{
        max-width: 700px;
    }
}
@media screen and (min-width: 1600px) {
    #newCommunityModal .modalArea{
        /* max-height: 850px; */
        /* height: 100%; */
    }
    #newCommunityModal .modalCont{
        height: 700px;
    }
    #newCommunityModal .scrollArea{
        height: 630px;
    }
}
/*----------------------
#communityNews
----------------------*/
@media screen and (min-width: 769px) {
    #communityNews{
        padding-top: 50px;
        margin-top: -50px;
    }
}
