@charset "UTF-8";


/****************
	後援会について
		Top

****************/
/* #region Top */
#s_supporter_hero .top {
    display: grid;
    grid-template-columns: 1fr;

}

#s_supporter_hero .top .top_header1 {
    height: 450px;
    /*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: 30px;
    margin: 0;
    pointer-events: none;
    text-align: center;
    height: 95px;
    width: 600px;
    background-color: rgba(255, 255, 255, 0.4);

    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%);


    font-size: 36px;
}
#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: 230px;

}

#s_supporter_hero .top .top_header1 .msg p.title {
    font-weight: bold;
    font-size: 30px;
    color: black;

    height: 60px;
    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: 6px 0px 0px 0;
   
}
#s_supporter_hero .top .top_header1 .msg p.honbun {
    pointer-events: none;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    color: black;
    

    position: absolute;
    /*top: 45%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/

}



#s_supporter_hero .top .top_header2 {
    width: 100%; 
    overflow: hidden; 
	/*background-color: #E3D1BD;*/

	position: relative;

	/*display: flex;*/
	/*justify-content: center;*/
	/*align-items: center;*/

    /*height: 340px;*/

    z-index: 30;

}
@media screen and (max-width: 1500px) {
    #s_supporter_hero .top .top_header2 {
        height: 340px;
	}
}
@media screen and (min-width: 1501px) {
    #s_supporter_hero .top .top_header2 {
        height: 440px;
	}
}

#s_supporter_hero .top .top_header2 svg { 
	position: relative; 
    display: block; 
    width: calc(112% + 1px);

	/*transform: rotateX(180deg);*/
    /*transform: rotateY(180deg);*/

	/*margin: 0 0 0 0;*/
} 

#s_supporter_hero .top .top_header2 div.image { 
	position: absolute;
	top: 0%;
	right: 2%;
	transform: translate(0%, 0%);
	margin: 0;
}
#s_supporter_hero .top .top_header2 div.image img{ 
    height: 220px;
}

/* #endregion Top */




#s_supporter_hero .top .top_header2 div.logo {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 0%);
	margin: 0;

    text-align: center; /* 子要素を中央揃え */
}
@media screen and (max-width: 1500px) {
    #s_supporter_hero .top .top_header2 div.logo {
		top: 30%;
	}
}
@media screen and (min-width: 1501px) {
    #s_supporter_hero .top .top_header2 div.logo {
		top: 40%;
	}
}


#s_supporter_hero .top .top_header2 div.logo img{
    height: 110px;
    display: block; /* ブロック要素にして中央揃え */
    margin: 0 auto; /* 中央に配置 */
    position: relative; /* 下げるために relative を使用 */
    top: 45px; /* 下に移動 */

}
#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: 36px;
	color: black; /* 文字色を設定 */
    position: relative; /* 下げるために relative を使用 */
    top: 0px; /* 下に移動 */

    font-family: 'Arial Black', 'MS Gothic', sans-serif; /* ゴシックフォントを指定 */
    font-weight: bold; /* 太めに設定 */
}
#s_supporter_hero .top .top_header2 div.logo .title p.jp{
	/*display: block;*/ /* pタグをブロック要素に設定 */
	margin: 0 0 0 0;
	/*height: 30px;*/
	font-size: 15px;
	color: black; /* 文字色を設定 */
    position: relative; /* 下げるために relative を使用 */
    top: -5px; /* 下に移動 */

    font-weight: bold; /* 太めに設定 */
}


#s_supporter_hero .top .top_header2 .spacer {
    position: relative;

}