@charset "UTF-8";

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

.bg img {
    width: 100%;
}

.pagemain {
    background-image: url(/assets/img/pickup_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-song {
    width: 580px;
    height: 80px;
    padding: 0;
    font-size: 30px;
    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: 0;
    bottom: -63px;
    /*これ目分量だから後で確認してもらう*/
}

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

/* インデント2 */
p.indent-2 {
    padding-left: 1em;
}

.contents p {
    margin: 0;
}

.beauty {
    line-height: 30px;
    letter-spacing: 1px;
}

/* 以下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%;
}




/* コンセプト用 */
.concept {
    font-size: 2.5rem;
    color: #D93751;
    text-align: center;
    font-weight: 500;
    margin: 0;
}
.concept-p{
    text-align: center;
}

.list-top{
    margin-top: 5%;
}

/* ロゴ用 */
.cnt01_stc-sub1 {
    /* display: flex; */
    align-items: center;
}

.cnt01_stc-logo {
    display: flex;
    align-items: center;
}



.cnt_img01{
    width: 266px;
    text-align: center;
    margin-right: 4rem;
}

.cnt01_stc-logo img {
    width: 10vw;
    height: auto;
    padding-left: 1em;
}

/* テーマカラー用 */

.cnt_img02 {
    text-align: center;
    margin-right: 4rem;
}

.cnt_img02 img {
    width: 15vw;
    height: auto;
}

/* youtube */
.youtube {
    text-align: center;
}

/* W is Wの画像 */
.cnt_img03 {
    text-align: center;
}

.cnt_img03 img {
    padding-left: 1em;
    margin-bottom: 2rem;
    width: 25vw;
}

/* テーマソング */

.theme-song-youtube-link-parentts {
    max-width: 80%;
    margin-left: 10%;
    z-index: -1;
}

.themeson-youtube-link {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    z-index: 1;
}

.themeson-youtube-link {
    text-align: center;
}

.themeson-youtube-link iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* 以下参加団体特集用 */

.sanndann_banners{
    text-align: center;
}
.sanndann_banners img {
    justify-content: center;
    width: 27vw;
    margin: 1.5vw;
    box-shadow: 1px 3px 6px rgb(0, 0, 0, 0.16);
}
.sanndann_group{
    text-align: center;
    justify-content: center;
    display: flex;
    margin: 0;
}
.p_shift{
    margin-left: 1.7rem;
}


/* 画像ホバー */
.image_link {
    position: relative;
    display: block;
    height: auto;
}

.image_link img {
    display: block;
    width: 100%;
}

.image_link:hover {
    
    display: block;
    /* width: 100%;
    height: 100%; */
    background: #000;
    /*好みの色に変えてください。*/
    opacity: 0.6;
    transition: 0.3s;
}

.image_link:hover:before {
    opacity: 0.2;
}