@charset "UTF-8";

.bg {
    position: fixed;
    z-index: -1;
}

.bg img {
    width: 100%;
}

.pagemain {
    background-image: url(/assets/img/sandan_photo.png);
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    z-index: -2;
    margin: 0;
    padding: 0%;
}

.pagemain_ttl {
    width: 520px;
    height: 80px;
    padding: 0;
    font-size: 33px;
    font-weight: 500;
    color: white;
    letter-spacing: 0.2em;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #D93751;
    position: relative;
    z-index: 1;
    bottom: -63px;
    /*これ目分量だから後で確認してもらう*/
}

.pagemain_ttl_yokota {
    width: 520px;
    height: 80px;
    padding: 0;
    font-size: 25px;
    font-weight: 500;
    color: white;
    letter-spacing: 0.2em;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #D93751;
    position: relative;
    z-index: 1;
    bottom: -63px;
    /*これ目分量だから後で確認してもらう*/
}

/* 団体名長い時用 */
.pagemain_ttl_long {
    width: 700px;
    height: 100px;
    text-align: center;
    padding: 0;
    font-weight: 500;
    color: white;
    letter-spacing: 0.2em;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: #D93751;
    position: relative;
    z-index: 1;
    bottom: -63px;
    /*これ目分量だから後で確認してもらう*/
}

.pagemain_ttl_long p {
    margin: 0;
}

.pagemain_ttl_sub{
    font-size: 1.5rem;
}

.pagemain_ttl_sub_under {
    font-size: 33px;
}

.pagemain_ttl_jaguars {
    min-width: 500px;
    height: 100px;
    padding: 0 3.4vw;
    position: relative;
    bottom: -63px;
    font-size: 1.5rem;
    background-color: #D93751;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 1;
}

.pagemain_ttl_jaguars p {
    margin: 0 auto;
    font-size: max(1.8vw, 17px);
    color: #fff;
}

.subttl {
    padding-top: 100px;
    margin: 0;
    text-align: center;
    font-size: 27px;
    letter-spacing: 0.2em;
}

.logo3 {
    text-align: center;
    padding: 30px 0px;
    width: 100%;
    height: auto;
}

.logo3 img {
    width: 85px;
    height: auto;
}

.atagu {
    color: #4b6cb3;
    font-size: max(1.05vw, 16.8px);
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.atagu span {
    font-size: 18px;
}

.atagu::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    width: 100%;
    height: 1.5px;
    background: #4b6cb3;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.atagu:hover::after {
    transform: scale(1, 1);
}

/* 以下box1 */
.cnt_01 {
    margin: 132.5px;
    display: flex;
    justify-content: center;
}

.cnt01_stc {
    background-color: white;
    box-shadow: 1px 3px 6px rgb(0, 0, 0, 0.16);
    text-align: left;
    display: block;
    justify-content: center;
    align-items: center;
    padding: 7% 10%;
    max-width: 1000px;
    width: 70vw;
}

.cnt01_stc {
    margin: 0;
    font-size: 1.05rem;
    width: 100%;
}

.cnt01_stc p {
    margin: 0;
    font-size: 1.05rem;
    width: 100%;
}

/* 以下参加団体特集用 */
.sanndann_banners{
    margin-top: 5%;
    text-align: center;
}
.sanndann_banners img {
    justify-content: center;
    width: 47%;
    margin: 3%;
    box-shadow: 1px 3px 6px rgb(0, 0, 0, 0.16);
}
.sanndann_group{
    /* text-align: center; */
    justify-content: center;
    display: flex;
    margin: 0;
}

.sandan_wrapper {
    background-color: white;
    box-shadow: 1px 3px 6px rgb(0, 0, 0, 0.16);
    margin: 132.5px auto;
    padding: 7%;
    width: 80vw;
    max-width: 1000px;
    min-width: 400px;
}

.sandan_wrapper p {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
}

.sandan_item:not(.sandan_item:last-child) {
    margin-bottom: 50px;
}

.sandan_heading {
    margin: 0;
    color: black;
    font-size: 20px;
    font-weight: 700;
    border-left: solid 5px #D93751;
    padding: 0.2em 0.5em;
    list-style-type: none !important;
}

.sandan_paragraph {
    padding-left: 1em;
    margin: 15px 0;
}

.sandan_img {
    width: 300px;
    display: block;
    margin: 15px auto 0;
}