@charset "UTF-8";


/****************
	後援会について
		Top

****************/
/* #region Top */
#s_supporter_hero .top {
    display: grid;
    grid-template-columns: 1fr;

}

#s_supporter_hero .top .top_header1 {
    height: 480px;
    /*overflow: hidden;*/
	background-color: #E3D1BD;

    z-index: 31;
}
#s_supporter_hero .top .top_header1 .image {
    position: relative;
    width: 100%; /* ビューポートの幅いっぱい */
    height: 300px; /* ビューポートの高さいっぱい */
    overflow: hidden; /* コンテナの外に出た部分を非表示にする */

    /*border-top-left-radius: 15px;*/
	/*border-top-right-radius: 15px;*/
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;

}
#s_supporter_hero .top .top_header1 .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%; /* 幅がコンテナの幅以上になるまで拡大 */
    min-height: 100%; /* 高さがコンテナの高さ以上になるまで拡大 */
}

#s_supporter_hero .top .top_header1 .pagename {
    position: absolute;
    top: 360px;
    left: 0;
    margin: 0;
    pointer-events: none;
    text-align: center;
    height: 95px;
    width: 90%;
    background-color: rgba(255, 255, 255, 0.4);

    transform: translate(5%, -50%);

    border-top-left-radius: 15px;
	border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;

}
#s_supporter_hero .top .top_header1 .pagename p.en{
    display: block;
    margin: 0;
    /* height: 32px; */
    color: black;
    position: relative;
    top: 0px;
    font-family: 'Arial Black', 'MS Gothic', sans-serif;
    font-weight: bold;
    line-height: 1.1;
    transform: translate(0%, 30%);
}
@media screen and (max-width: 430px) {
    #s_supporter_hero .top .top_header1 .pagename p.en{
        font-size: 21px;

    }
}
@media screen and (min-width: 431px) {
    #s_supporter_hero .top .top_header1 .pagename p.en{
        font-size: 24px;

    }
}

#s_supporter_hero .top .top_header1 .pagename p.jp{
    display: block;
    margin: 0 0 0 0;
    /* height: 30px; */
    font-size: 15px;
    color: black;
    transform: translate(0%, 48%);
}



#s_supporter_hero .top .top_header1 .msg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;

    height: 200px;

}

#s_supporter_hero .top .top_header1 .msg p.title {
    font-weight: bold;
    font-size: 22px;
    color: black;

    width: 390px;
    background-color: rgba(255, 255, 255, 1);

    border-top-left-radius: 15px;
	border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;


    position: absolute;
    /*top: 30%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    margin: 0;
    pointer-events: none;
    text-align: center;
    padding: 0px 0px 0px 0;
   
}
#s_supporter_hero .top .top_header1 .msg p.honbun {
    pointer-events: none;
    text-align: center;
    font-weight: bold;
    color: black;
    

    position: absolute;
    /*top: 45%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/

}
@media screen and (max-width: 400px) {
    #s_supporter_hero .top .top_header1 .msg p.honbun {
		font-size: 13px;
	}
}
@media screen and (min-width: 401px) {
    #s_supporter_hero .top .top_header1 .msg p.honbun {
		font-size: 15px;
	}
}


#s_supporter_hero .top .top_header2 {
    width: 100%; 
    overflow: hidden; 
	/*background-color: #E3D1BD;*/

	position: relative;

	/*display: flex;*/
	/*justify-content: center;*/
	/*align-items: center;*/

    height: 230px;
    z-index: 30;
}

#s_supporter_hero .top .top_header2 svg { 
	position: relative; 
    display: block; 
    width: calc(112% + 1px);
    /*height: 210px; */
    transform: rotateY(0deg);
}
@media screen and (max-width: 370px) {
	#s_supporter_hero .top .top_header2 svg {
		padding: 0 0 100px 0;
	}
}
@media screen and (min-width: 371px) {
	#s_supporter_hero .top .top_header2 svg {
		padding: 0 0 80px 0;
	}
}

#s_supporter_hero .top .top_header2 div.image { 
    position: absolute;
	top: 0%;
	right: 0%;
	transform: translate(0%, 0%);
	margin: 0;

    text-align: center; /* 子要素を中央揃え */
}
@media screen and (max-width: 430px) {
	#s_supporter_hero .top .top_header2 div.image img{ 
		height: 120px;
	}
}
@media screen and (min-width: 431px) {
	#s_supporter_hero .top .top_header2 div.image img{ 
		height: 120px;
	}
}


@media screen and (max-width: 430px) {
    #s_supporter_hero .top .top_header2 div.logo {
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, 0%);
        margin: 0;

        text-align: center; /* 子要素を中央揃え */
    }
    #s_supporter_hero .top .top_header2 div.logo img{
        height: 70px;
        display: block; /* ブロック要素にして中央揃え */
        margin: 0 auto; /* 中央に配置 */
        position: relative; /* 下げるために relative を使用 */
        top: 30px; /* 下に移動 */

    }
    #s_supporter_hero .top .top_header2 div.logo .title {
        position: relative; /* 画像の上に重ねるために relative を使用 */
        pointer-events: none;
        text-align: center;
        height: 50px;
        margin-top: 0px; /* 画像との間にスペースを追加 */
        
    }
    #s_supporter_hero .top .top_header2 div.logo .title p.en{
        /*display: block;*/ /* pタグをブロック要素に設定 */
        margin: 0;
        /*height: 32px;*/
        font-size: 19px;
        color: black; /* 文字色を設定 */
        position: relative; /* 下げるために relative を使用 */
        top: 0px; /* 下に移動 */

        font-family: 'Arial Black', 'MS Gothic', sans-serif; /* ゴシックフォントを指定 */
        font-weight: bold; /* 太めに設定 */
        line-height: 1.1;
    }
    #s_supporter_hero .top .top_header2 div.logo .title p.jp{
        /*display: block;*/ /* pタグをブロック要素に設定 */
        margin: 0 0 0 0;
        /*height: 30px;*/
        font-size: 10px;
        color: black; /* 文字色を設定 */
        position: relative; /* 下げるために relative を使用 */
        top: 0px; /* 下に移動 */

        font-weight: bold; /* 太めに設定 */
    }


    #s_supporter_hero .top .top_header2 .spacer {
        position: relative;

    }
}


@media screen and (min-width: 431px) {
    #s_supporter_hero .top .top_header2 div.logo {
		position: absolute;
		top: 30%;
		left: 50%;
		transform: translate(-50%, 0%);
		margin: 0;

		text-align: center; /* 子要素を中央揃え */
    }
    #s_supporter_hero .top .top_header2 div.logo img{
		height: 80px;
		display: block; /* ブロック要素にして中央揃え */
		margin: 0 auto; /* 中央に配置 */
		position: relative; /* 下げるために relative を使用 */
		top: 28px; /* 下に移動 */

    }
    #s_supporter_hero .top .top_header2 div.logo .title {
		position: relative; /* 画像の上に重ねるために relative を使用 */
		pointer-events: none;
		text-align: center;
		height: 50px;
		margin-top: 0px; /* 画像との間にスペースを追加 */
        
    }
    #s_supporter_hero .top .top_header2 div.logo .title p.en{
		/*display: block;*/ /* pタグをブロック要素に設定 */
		margin: 0;
		/*height: 32px;*/
		font-size: 22px;
		color: black; /* 文字色を設定 */
		position: relative; /* 下げるために relative を使用 */
		top: 0px; /* 下に移動 */

		font-family: 'Arial Black', 'MS Gothic', sans-serif; /* ゴシックフォントを指定 */
		font-weight: bold; /* 太めに設定 */
		line-height: 1.1;
    }
    #s_supporter_hero .top .top_header2 div.logo .title p.jp{
		/*display: block;*/ /* pタグをブロック要素に設定 */
		margin: 0 0 0 0;
		/*height: 30px;*/
		font-size: 11px;
		color: black; /* 文字色を設定 */
		position: relative; /* 下げるために relative を使用 */
		top: 0px; /* 下に移動 */

		font-weight: bold; /* 太めに設定 */
    }


    #s_supporter_hero .top .top_header2 .spacer {
        position: relative;

    }



}