@charset "UTF-8";
/* CSS Document */


/*キャストグランプリ*/
.castg_wrap {
	height: auto;
	max-width: 1400px;
	margin: 0 auto;
}




/*キャストグランプリ2025開催title*/
.castg_title {
	height: auto;
	max-width: 1400px;
	margin: 0 auto;
}

.castg_title img {
	width: 100%;
	height: auto; /* 縦横比を維持して縮小 */
}



/*参加キャスト*/
.castg_sankacast_wrap {
	background-image: url("../images/concafegp/castg_bg.jpg");
	background-repeat: repeat;
}



/*リボン→No1 pombashiへ差し替え*/
.castg_sanka_title {
	display: flex; /* Flexboxを有効化 */
	justify-content: center; /* 水平方向（横）の中央寄せ */
 	align-items: center; /* 垂直方向（縦）の中央寄せ */
 	width: 100%; /* 必要に応じて幅を設定 */
  	height: auto; /* 必要に応じて高さを設定 */
	padding: 20px 0;
}

.castg_sanka_title img {
	max-width: 969px;
	width: 100%;
	height: auto;
}


/*キャストリスト*/
.castlist_container {
	padding: 0px 0px 40px;
}

.castlist_image_container {
    display: flex;
    flex-wrap: wrap; /* アイテムを折り返し */
    gap: 20px; /* アイテム間の隙間 */
	justify-content: center; /* 水平方向（横）の中央寄せ */
}

.castlist_image_item {
}

.castlist_image_item img {
	max-width: 260px;
    width: 100%;
    height: auto;
}

.castlist_image_item:hover {
	filter: brightness(0.8) contrast(1.2);　/*少し暗く*/
}


/*キャストリスト内popup*/
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
	justify-content: center;
    align-items: center;
}

.popup-content {
    background: white;
    width: 90%; /* 幅を調整 */
    max-width: 700px; /* 最大幅を制限 */
    max-height: 90vh; /* 高さを画面の90%までにする */
    overflow: auto; /* スクロールを有効にする */
    padding: 20px;
}

.close {
    display: block;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    margin-top: 10px; /* 上に余白をつける */	
}

.close-btn {
    display: block;
    margin: 10px auto;
    padding: 8px 16px;
    background-color: #f44336;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.close-btn:hover {
    background-color: #d32f2f;
}



#profile-image {
    max-width: 600px;
    height: auto;
    margin-bottom: 10px;
}

.profilephoto_wrap {
	text-align: center;
}

#profile-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
	color:darkorchid;
}

#profile-text {
    font-size: 16px;
	line-height: 1.6;
    margin-bottom: 10px;
	color:#ac61d5;
}

.comment {
    font-size: 16px;
	line-height: 1.6;
	color: #6d6074;
}




/*アワード*/
.grandprix_bg {
	background-image: url("../images/concafegp/castg_bg.jpg");
	background-repeat: repeat;
	display: flex;
	justify-content: center; /* 水平方向の中央寄せ */
}

.grandprix_contents {
	background-color: white;
	width: 90%;
	padding:0% 5%;
	margin: 5% 0%;
}

.award_date_wrap {
	line-height: 1.6;
	font-size: 26px;
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
	display: grid;
    grid-template-columns: repeat(2, auto); /* 2列のグリッド */
    gap: 10px;
    justify-content: start; /* 左詰め */
	padding-top: 30px;
}

.award_date_item {
    width: auto;
}


.award_date_wrap a {
	color: crimson;
	text-decoration: underline;
	text-underline-offset: 3px; /* 下線と文字の間隔を調整 */
}

.award_date_wrap a:hover {
	color:royalblue;
	background-color:paleturquoise;
	transition : all 0.5s ease 0s;
}


.award_ticket_wrap {
	padding-top: 60px;
}

.award_ticket_title {
	background-color:antiquewhite;
	padding: 10px;
	line-height: 1.6;
	font-size: 26px;
	font-family: "Noto Sans JP", serif;
	font-weight: 600;
	border-left: 25px solid #feb46b;
}

.award_ticket_title a {
	color: crimson;
	text-decoration: underline;
	text-underline-offset: 3px; /* 下線と文字の間隔を調整 */
}

.award_ticket_title a:hover {
	color:royalblue;
	background-color:paleturquoise;
	transition : all 0.5s ease 0s;
}

.kome_jirushi_list_grid_award {
	display:grid;
	grid-template-columns: 33px auto;
	gap:5px;
	align-items: start; /* 縦方向の上詰め */
}

.award_font {
	line-height: 1.6;
	margin-bottom: 40px;
	font-size: clamp(1.0625rem, 0.8566rem + 0.7843vw, 1.5625rem);
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
}


.award_schedule_wrap {
	padding: 30px 0 10px;
}

.award_schedule_title {
	background-color:antiquewhite;
	padding: 10px;
	line-height: 1.6;
	font-size: 26px;
	font-family: "Noto Sans JP", serif;
	font-weight: 600;
	border-left: 25px solid #feb46b;
	margin-bottom: 20px;
}

.kome_jirushi_list_grid_schedule {
	display:grid;
	grid-template-columns: 100px auto;
	gap:10px;
	align-items: start; /* 縦方向の上詰め */
}

.award_schedule_title_mid {
	line-height: 1.6;
	font-size: 24px;
	font-family: "Noto Sans JP", serif;
	font-weight: 600;
	background-color:hotpink;
	border-radius: 10px;
	display: inline-block;
	color: white;
	padding: 10px 20px;
}

.award_stores_name_blue {
	color:cornflowerblue;
}

.award_stores_name_orange {
	color:orange;
}

.award_grandprix_title_mid {
	line-height: 1.6;
	font-size: 24px;
	font-family: "Noto Sans JP", serif;
	font-weight: 600;
	background-color:darkorchid;
	border-radius: 10px;
	display: inline-block;
	color: white;
	padding: 10px 20px;
}

.award_attention_wrap {
	
}


.award_toiawase_wrap {
}

.award_toiawase_wrap a {
	color: crimson;
	text-decoration: underline;
	text-underline-offset: 3px; /* 下線と文字の間隔を調整 */
}

.award_toiawase_wrap a:hover {
	color:royalblue;
	background-color:paleturquoise;
	transition : all 0.5s ease 0s;
}



/*参加方法*/
.castg_join {
	height: auto;
	max-width: 1400px;
	margin: 0 auto;
}

.castg_join img {
	width: 100%;
	height: auto; /* 縦横比を維持して縮小 */
}








/*about萌戦*/
.about_moesen_bg {
	background-color: #9B2424;
	display: flex;
	justify-content: center;
	height: auto;
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.about_moesen {
	color:white;
	font-size: 38px;
	font-family: "Noto Sans JP", serif;
	font-weight: 700;
	line-height: 1.6; /* 行間を1.6倍に */
	padding: 50px 0px;
	width:90%;
}




/*萌戦SNS*/

.moesen_sns {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center; /* 横方向中央（オプション） */
}


.moesen_sns_box {
	display: flex;
  	gap: 30px; /* 要素間の間隔を調整 */
	justify-content: center; /* 横方向中央（オプション） */
	align-items: center; /* 縦方向中央 */
	height: 103px; /* 親要素に高さが必要 */
	margin-top: 60px;
	padding-bottom: 50px;
	border-bottom: 2px solid #AA7C13; /* 下に2pxのgold線 */
	width: 70%;
	/* width: 100%; */
}

.moesen_sns_item {
	font-size: 25px;
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
	line-height: 1.6; /* 行間を1.6倍に */
	color: #383232;
	/* width: auto; */
}


.moesen_sns_item img {
	width:100%;
	height: auto;
}

.moesen_sns_item a {
	color:#AA7C13;
	text-decoration: none;
	transition : all 0.3s ease 0s;
}

.moesen_sns_item a:hover {
	color:dodgerblue;
}


.moesen_sns_item_kuhaku {
	width:560px;
	height: 1px;
}



.moesen_sns_smponly {
	display: none;
}


.conceptshopunion {
	max-width: 1440px;
	width: 100%;
	height: 200px;
	margin: 0 auto;
	display: flex;
	justify-content: center; /* 横方向中央（オプション） */
}

.conceptshopunion_banner {
	margin-top: 60px;
}

.conceptshopunion_banner img {
	width: 100%;
	height: auto; /* 縦横比を維持して縮小 */
	display: block;
	transition: opacity 0.3s; /* スムーズな変化 */
}

.conceptshopunion_banner:hover {
	filter: saturate(300%); /* 色を鮮やかに */
}

.conceptshopunion_banner img {
	width: 90%;
}



	
/*br*/
.brsmp {
	display: none;
}

.brpc {
	display: block;
}
	






/*結果発表用↓*/
.award_ranklist_container {
	text-align: center;
}

.winner {
}


.winner img {
	width:100%;
	max-width: 800px;
	height: auto;
}

/*.winner:hover img {
	filter: brightness(0.8) contrast(1.2);
}*/

.silver_bronze {
	display: flex;
	gap: 16px;
	justify-content: center; /* ← 中央寄せ！ */
}

.silver_bronze img {
	width:100%;
	max-width: 600px;
	height: auto;
}

/*.cast_silver:hover img {
	filter: brightness(0.8) contrast(1.2);
}
*/

/*.cast_bronze:hover img {
	filter: brightness(0.8) contrast(1.2);
}*/


.four_five_six {
	display: flex;
	gap: 16px;
	justify-content: center; /* ← 中央寄せ！ */
}

.four_five_six img {
	width:100%;
	max-width: 380px;
	height: auto;
}

.seven_eight {
	display: flex;
	gap: 16px;
	justify-content: center; /* ← 中央寄せ！ */
}

.seven_eight img {
	width:100%;
	max-width: 380px;
	height: auto;
}

.closing_message_wrap {
	display: flex;
	justify-content: center; /* ← 中央寄せ！ */
	padding: 30px 0px 50px;
}

.closing_message {
	width: 80%;
	padding: 20px;
	background-color: rgba(244, 139, 62, 0.4);  /* 背景だけ40%の不透明度 */
	font-size: 26px;
	text-align: left;
}










	



/* -------------------------------------------- */


/* 768以下の指定 */
@media screen and (max-width: 768px) {
	
		
	/*参加キャスト*/
	.castg_sankacast_wrap img {
	max-width: 100%; /* スマホでは最大幅なし */
	}
	
	/*リボン*/
	.castg_sanka_title {
	padding: 20px 0px 10px;
	}
	
	.castg_sanka_title img {
	width: 80%;
	height: auto;
	}
	.castlist_image_container {
    gap: 10px; /* アイテム間の隙間 */
	}

	.castlist_image_item img {
	max-width: 150px;
	height: auto; /* 縦横比を維持して縮小 */
	}
	
	#profile-image {
    max-width: 400px;
	}
	
	#profile-image {
    width: 100%;
	}
	
	
	
	
	.kome_jirushi_list_grid_award {
	grid-template-columns: 20px auto;
	gap:3px;
	}
	
	.award_font {
	margin-bottom: 10px;
	}
	
	
	.award_date_wrap {
	font-size: 20px;
	}
	
	
	.award_ticket_title {
	font-size: 20px;
	}
	
	.award_schedule_title {
	font-size: 20px;
	}

	.award_schedule_title_mid {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
	}
	
	.award_grandprix_title_mid {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
	}
	
	.award_ticket_wrap {
	padding-top: 40px;
	}
	
	.kome_jirushi_list_grid_schedule {
	grid-template-columns: 70px auto;
	}
	
	.award_toiawase_wrap {
	margin-bottom: 15px;
	}
	
	

	.moesen_sns_box {
		justify-content: left; /* スマホで左寄せに修正2025-02-23豊彦 */
	
	}
	
	.moesen_bg {
		height: 538px; /* 画像の高さを指定 */
		background-image: url("../images/concafegp/moesen_bg_smp.jpg");
		background-size: cover;
		background-position: center;
	}
		
	.about_moesen {
	font-size: 25px;
	font-weight: 500;
	line-height: 1.8;
	padding: 50px 20px;
	width:90%;
	display: block;
	}
	
	.moesen_sns {
		display: none;
	}
	
	.moesen_sns_smponly {
	padding-top: 25px;
	display: block;
	width: 100%;
	margin: 0 auto;
	}
	
	.moesen_sns_smponly_item {
	font-size: 22px;
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
	line-height: 1.6; /* 行間を1.6倍に */
	color: #383232;
	padding-bottom: 25px;
	}
	
	.moesen_sns_smponly_item a {
	color:#AA7C13;
	text-decoration: none;
	transition : all 0.3s ease 0s;
	}

	.moesen_sns_smponly_item a:hover {
	color:dodgerblue;
	}
	
	.moesen_sns_smponly img {
		display: block;
  		margin: 0 auto;
	}
	
	.moesen_sns_item {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6; /* 行間を1.6倍に */
	color: #383232;
	}
	
	.moesen_sns_item img {
	min-width: 60px;
	height: auto;
	}
	
	.conceptshopunion_banner {
	margin-top: 10px;
	}
	
	.conceptshopunion {
	height: 80px;
	}
	
	.conceptshopunion_banner img {
	display: block;
	margin: auto;
	}
	
	.brsmp {
		display: block;
	}

	.brpc {
		display: none;
	}
	
	
	/*結果発表用↓*/
	.winner {
	margin-bottom: 16px;
	}
	
	.silver_bronze {
	flex-direction: column;	/* ← 縦並びへ切り替え */
	margin-bottom: 16px;
	}
	
	.four_five_six {
	flex-direction: column;
	}
	
	.seven_eight {
	flex-direction: column;
	}
	
	
	
	.closing_message_wrap {
	padding: 20px 0px 50px;
}

	.closing_message {
	width: 100%;
	padding: 15px;
	font-size: 20px;
	}
	


	
	
	
}
