@charset "UTF-8";



/****************
	活動記録(Topページ)
		Top

****************/
/* #region Top */
#s_blog_hero .top {
    display: grid;
    grid-template-columns: 1fr;

}

#s_blog_hero .top .top_header1 {
    height: 320px;
    overflow: hidden; 
	background-color: #E3D1BD;

}
#s_blog_hero .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_blog_hero .top .top_header1 .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%; /* 幅がコンテナの幅以上になるまで拡大 */
    min-height: 100%; /* 高さがコンテナの高さ以上になるまで拡大 */

}

#s_blog_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_blog_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_blog_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_blog_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: 250px;

}

#s_blog_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_blog_hero .top .top_header1 .msg p.honbun {
    pointer-events: none;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    color: black;
    

    position: absolute;
    top: 65%;
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/

}



#s_blog_hero .top .top_header2 {
    width: 100%; 
    overflow: hidden; 
	background-color: #E3D1BD;

	position: relative;

	display: flex;
	justify-content: center;
	align-items: center;

}

#s_blog_hero .top .top_header2 svg { 
	/*position: relative; */
    /*display: block; */
    /*width: calc(112% + 1px);*/
    /*height: 210px; */
    /*transform: rotateY(0deg); */
	transform: rotateX(180deg); 

	/*margin: 0 0 0 0;*/
} 

#s_blog_hero .top .top_header2 .image { 
	position: absolute;
	top: 8%;
	right: 3%;
	transform: translate(0%, 0%);
	margin: 0;
    
}
#s_blog_hero .top .top_header2 .image img{ 
    height: 130px;
}


#s_blog_hero .top .top_header3 {
    /*background-color: #F59C00;*/

    /* position: absolute; */
    width: 100%;
    overflow: hidden;
    /* line-height: 0; */
    /* background-color: #E3D1BD; */
    height: 65px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin: 30px 0 30px 0;*/
    /* border: 1px solid red;*/
}

#s_blog_hero .top .top_header3 .underline {
    width: 30%;

    position: absolute;
	top: 0;
	left: 3%;
	/*transform: translate(-50%, -50%);*/
	margin: 0;

	pointer-events: none;
	/*text-align: center;*/
	/*height: 50px;*/
	display: flex;
	width: calc(85%);

}
#s_blog_hero .top .top_header3 .underline::before { 
	content: "";
    display: block;
    width: 70%;
    height: 1px; /* アンダーバーの高さ */
    background-color: black; /* アンダーバーの色 */
    margin-top: 2px; /* テキストとアンダーバーの間のスペース */

}
#s_blog_hero .top .top_header3 .label {
	position: absolute;
    top: 5%;
	left: 3%;

    color: black;
    font-weight: 300;
	font-size: 8px;
    

}

#s_blog_hero .top .top_header3 .label2 {
	position: absolute;
    top: 20px;
    left: 7.4%;

    color: black;
    font-weight: 300;
	font-size: 18px;

}


/* #endregion Top */
