@charset "utf-8";

.cpEnd{
	border: 2px solid #cc0000;
	padding: 10px;
	text-align: center;
	color: #cc0000;
	font-size: 16px;
	margin-bottom: 20px;
}

/* 共通（リセット）
-------------------------------------------------- */
*{
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}

body{
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #333333;
}

body.fixed{
	height: 100vh;
	overflow: hidden;
}

img{
	vertical-align: bottom;
}

li{
	list-style-type: none;
}

/* PC
-------------------------------------------------- */
@media screen and (min-width:1000px){

	.cpEnd br{
		display: none;
	}

	.pcNone{display: none;}
	.spNone{display: block;}
	
	header{
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
		background: #ffffff;
	}

	.h_inner{
		box-sizing: border-box;
		padding: 10px 0;
		height: 60px;
		width: 100%;
		max-width: 1200px;
		margin: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.h_inner .logo a{
		display: block;
	}

	.h_inner .logo img{
		height: 100%;
		max-height: 40px;
		width: auto;
	}

	/* ドロワーメニュー > ボタン
	------------------------------ */
	.open-btn1{
		position: relative;
		cursor: pointer;
		width: 30px;
		height: 40px;
		z-index: 10;
	}

	.open-btn1 span{
		display: inline-block;
		transition: all 0.4s;
		position: absolute;
		left: 0;
		height: 5px;
		transform: scaleY(0.5) translateY(1px);
		background: #333333;
		width: 100%;
	}

	.open-btn1 span:nth-of-type(1){top: 8px;}
	.open-btn1 span:nth-of-type(2){top: 18px;}
	.open-btn1 span:nth-of-type(3){top: 28px; width: 70%;}

	.open-btn1.active span:nth-of-type(1){
		top: 13px;
		right: 0;
		transform: translateY(6px) rotate(-45deg);
		width: 120%;
		height: 3px;
	}

	.open-btn1.active span:nth-of-type(2){
		opacity: 0;
	}

	.open-btn1.active span:nth-of-type(3){
		top: 25px;
		right: 0px;
		transform: translateY(-6px) rotate(45deg);
		width: 120%;
		height: 3px;
	}
	
	/* ドロワーメニュー > 背景
	------------------------------ */
	.nav-bg{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 5;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.6);
		transition: all 0.3s;
	}

	.nav-bg.bg-active{
		display: block;
		transition: all 0.3s;
	}

	#sp-g-nav{display: none;}

	.navWrap{
		display: block;
		box-sizing: border-box;
		position: fixed;
		z-index: 10;
		background-color: #f1f1f1;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.3;
		width: 100%;
		top: 0;
		right: -100%;
		transition: all 0.3s;
		padding: 80px 0 0;
	}

	.navWrap.panel-active{
		width: 100%;
		height: 100vh;
		top: 0;
		right: 0;
		transition: all 0.3s;
		padding: 80px 0 0;
	}

	/* ドロワーメニュー > 内部
	------------------------------ */
	.navInner{
		display: block;
		box-sizing: border-box;
		padding: 40px;
		background: #ffffff;
		box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}

	.navList > li{
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #cccccc;
	}

	.navList li a{
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 16px;
		font-weight: 600;
		color: #333333;
		text-decoration: none;
	}
	
	.navList li a:hover{
		text-decoration: underline;
	}

	.accordion{
		display: block;
		font-size: 16px;
		font-weight: 600;
		color: #333333;
		text-decoration: none;
		position: relative;
		z-index: 1;
		cursor: pointer;
	}
	
	.accordion::before{
		content: '';
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 6px;
		width: 2px;
		height: 14px;
		margin-top: -7px;
		background-color: #cc0000;
		transition: 0.2s;
	}
	
	.accordion::after{
		content: '';
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 0px;
		width: 14px;
		height: 2px;
		margin-top: -1px;
		background-color: #cc0000;
	}
	
	.accordion.open::before{
		transform: rotate(90deg);
		opacity: 0;
	}
	
	.characterList{
		display: none;
	}
	
	.characterList li{
		margin-top: 20px;
	}
	
	.characterList li a{
		font-weight: normal;
	}
	
	.characterList li:not(:last-child){
		border-bottom: 1px solid #cccccc;
		padding-bottom: 20px;
	}
	
	/* メインビジュアル
	-------------------------------------------------- */
	main{
		margin-top: 60px;
		position: relative;
		z-index: 1;
	}
	
	.main_visual{
		background: url("../img/bgi_pc2.png") center center no-repeat,
						url("../img/bgi_pc.png") center center no-repeat;
		background-size: auto, cover;
		padding: 60px 0;
		text-align: center;
	}
	
	.schedule{
		display: block;
		box-sizing: border-box;
		width: 100%;
		max-width: 800px;
		margin: 20px auto 0;
		background: #000000;
		color: #ffffff;
		text-align: center;
		font-size: 24px;
		font-weight: 600;
		padding: 0;
		line-height: 2em;
	}
	
	.schedule p{
		display: inline-block;
	}
	
	.schedule p::after{
		content: "：";
	}
	
	.schedule span{
		font-size: 20px;
	}
	
	.spOnly{display: none;}
	.pcOnly{display: block;}
	
	/* 共通
	-------------------------------------------------- */
	h2{
		font-size: 30px;
		font-weight: 900;
		text-align: center;
		position: relative;
		margin-bottom: 90px;
	}

	h2:after{
		content: "";
		width: 160px;
		height: 4px;
		background: #212256;
		position: absolute;
		left: 50%;
		margin-left: -80px;
		bottom: -30px;
	}

	.secInner{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
	
	/* 概要
	-------------------------------------------------- */
	#overview{
		margin-top: 50px;
		padding-top: 50px;
	}

	#overview p{
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		line-height: 1.8em;
	}

	#overview p .pink{background: #fcc9c9;}
	#overview p .yellow{background: #ffff7f;}

	.prizePc li{
		text-align: center;
		margin-top: 40px;
	}

	.prizePc li img{
		width: 100%;
		max-width: 1200px;
	}

	.prizeSp,
	.prizeName{
		display: none;
	}
	
	.prizePc li:nth-child(2){
		position: relative;
		z-index: 1;
	}
	
	.prizePc li:nth-child(2)::before{
		content: "好評につき缶バッジの配布は終了いたしました。";
		display: flex;
		justify-content: center;
		align-items: center;
		color: #cc0000;
		font-size: 24px;
		font-weight: 600;
		background: rgba(255,255,255,0.75);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	/* ページナビ
	-------------------------------------------------- */
	.pageNav{
		background: #f8f8f8;
		margin-top: 60px;
		padding: 60px 0;
	}

	.pageNav ul{
		display: flex;
		justify-content: space-between;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}

	.pageNav li{
		width: 33%;
		max-width: 360px;
	}

	.pageNav li a{
		display: block;
		box-sizing: border-box;
		width: 100%;
		border: 3px solid #000000;
		border-radius: 6px;
		font-size: 14px;
		font-weight: 600;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		background: #000000;
		padding: 15px 0;
		transition: 0.2s;
	}

	.pageNav li a:hover{
		background: none;
		color: #000000;
	}

	.pageNav li:last-child a{
		border: 3px solid #cc0000;
		background: none;
		color: #cc0000;
	}

	.pageNav li:last-child a:hover{
		background: #cc0000;
		color: #ffffff;
	}
	
	/* プレゼントカレンダー
	-------------------------------------------------- */
	#calendar{
		margin-top: 20px;
		padding-top: 40px;
	}

	.cardAll{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: 100%;
	}
	
	.cardAll li{
		width: 100%;
		max-width: 100px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.cardAll li:nth-child(11){
		margin-right: 0;
	}
	
	.cardAll li img{
		width: 100%;
	}

	.schedule_pc{
		margin: 20px 0 0;
		text-align: center;
	}

	.comment{
		margin-top: 20px;
		font-size: 14px;
		line-height: 1.8em;
		text-align: left;
		padding-left: 2.5em;
		text-indent: -2.5em;
	}
	
	.comment span{
		color: #cc0000;
	}
	
	.hiveday_sp{
		display: none;
	}

	/* 参加方法
	-------------------------------------------------- */
	#entry{
		background: #f8f8f8;
		margin-top: 60px;
		padding: 60px 0;
	}

	.method{
		display: flex;
		justify-content: space-between;
	}

	.method span{
		display: block;
		color: #ffffff;
		font-family: 'Oswald', 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		font-size: 22px;
		text-align: center;
		background: #000000;
		width: 80px;
		line-height: 40px;
		margin: 0 auto 40px;
	}

	.method p{
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6em;
		height: 3.2em;
		margin-bottom: 40px;
	}

	.hiveLink{
		display: block;
		width: 360px;
		height: 60px;
		line-height: 60px;
		margin: 50px auto 0;
		background: #000000;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
		border-radius: 6px;
		font-weight: bold;
		font-size: 14px;
		transition: 0.2s;
	}

	.hiveLink:before{
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 9px;
		border-color: transparent transparent transparent #ffffff;
		margin-right: 10px;
		transition: 0.2s;
	}
	
	/* 注意事項
	-------------------------------------------------- */
	#caution{
		margin: 40px 0 100px;
		padding-top: 40px;
	}

	.caution_block{
		margin: 50px 0;
	}

	section h3{
		font-size: 16px;
		font-weight: bold;
		border-left: 4px solid #cc0000;
		text-indent: 5px;
		position: relative;
		margin-bottom: 30px;
	}

	section h3:after{
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #cccccc;
		position: absolute;
		bottom: -5px;
		left: -5px;
	}

	.cautionList li{
		font-size: 14px;
		line-height: 1.6em;
		margin-bottom: 5px;
	}

	.cautionList li:before{
		content: "※";
	}

	.cautionList li:first-child{
		color: #cc0000;
	}

	.toiawase{
		display: block;
		width: 260px;
		height: 50px;
		line-height: 50px;
		margin: 30px 0 0;
		background: #ffffff;
		border: 2px solid #000000;
		color: #000000;
		text-align: center;
		text-decoration: none;
		border-radius: 50px;
		font-weight: bold;
		font-size: 16px;
	}

	.toiawase:before{
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 9px;
		border-color: transparent transparent transparent #000000;
		margin-right: 10px;
	}
	
	/* フッター
	-------------------------------------------------- */
	footer{
		display: none;
	}

	.copyright{
		background: #000000;
		color: #ffffff;
		font-size: 14px;
		font-weight: 500;
		text-align: center;
		padding: 10px 0;
	}
}

/* SP
-------------------------------------------------- */
@media screen and (max-width:999px){

.cpEnd{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

	.pcNone{display: block;}
	.spNone{display: none;}
	
	header{
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
		background: #ffffff;
	}

	.h_inner{
		box-sizing: border-box;
		padding: 10px 20px;
		height: 60px;
		width: 100%;
		max-width: 1300px;
		margin: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.h_inner .logo a{
		display: block;
	}

	.h_inner .logo img{
		height: 100%;
		max-height: 40px;
		width: auto;
	}

	/* ドロワーメニュー > ボタン
	------------------------------ */
	.open-btn1{
		position: relative;
		cursor: pointer;
		width: 30px;
		height: 40px;
		z-index: 10;
	}

	.open-btn1 span{
		display: inline-block;
		transition: all 0.4s;
		position: absolute;
		left: 0;
		height: 5px;
		transform: scaleY(0.5) translateY(1px);
		background: #333333;
		width: 100%;
	}

	.open-btn1 span:nth-of-type(1){top: 8px;}
	.open-btn1 span:nth-of-type(2){top: 18px;}
	.open-btn1 span:nth-of-type(3){top: 28px; width: 70%;}

	.open-btn1.active span:nth-of-type(1){
		top: 13px;
		right: 0;
		transform: translateY(6px) rotate(-45deg);
		width: 120%;
		height: 3px;
	}

	.open-btn1.active span:nth-of-type(2){
		opacity: 0;
	}

	.open-btn1.active span:nth-of-type(3){
		top: 25px;
		right: 0px;
		transform: translateY(-6px) rotate(45deg);
		width: 120%;
		height: 3px;
	}
	
	/* ドロワーメニュー > 背景
	------------------------------ */
	.nav-bg{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 5;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.6);
		transition: all 0.3s;
	}

	.nav-bg.bg-active{
		display: block;
		transition: all 0.3s;
	}

	.navWrap{
		display: block;
		box-sizing: border-box;
		position: fixed;
		z-index: 10;
		background-color: #f1f1f1;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.3;
		width: 100%;
		top: 0;
		right: -100%;
		transition: all 0.3s;
		padding: 80px 0 0;
	}

	.navWrap.panel-active{
		width: 100%;
		height: 100vh;
		top: 0;
		right: 0;
		transition: all 0.3s;
		padding: 80px 0 0;
		overflow-y: scroll;
	}

	/* ドロワーメニュー > 内部
	------------------------------ */
	.navInner{
		padding: 0 20px;
	}
	
	.navList{
		box-sizing: border-box;
		background: #ffffff;
		padding: 30px 20px;
		box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
	}

	.navList > li{
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #cccccc;
	}
	
	.navList > li:last-child{
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}

	.navList li a{
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 16px;
		font-weight: 600;
		color: #333333;
		text-decoration: none;
	}
	
	.navList li a:hover{
		text-decoration: underline;
	}
	
	/* メインビジュアル
	-------------------------------------------------- */
	main{
		margin-top: 60px;
		position: relative;
		z-index: 1;
	}
	
	.main_visual{
		background: url("../img/bgi_sp.png") center center no-repeat;
		background-size: cover;
		padding: 30px 0 0;
		text-align: center;
	}
	
	.main_visual img{
		width: 96%;
		max-width: 720px;
	}
	
	.schedule{
		display: block;
		box-sizing: border-box;
		width: 100%;
		max-width: 800px;
		margin: 30px auto 0;
		background: #000000;
		color: #ffffff;
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		padding: 10px 0;
		line-height: 1.2em;
	}
	
	.schedule span{
		font-size: 14px;
	}
	
	.spOnly{display: block;}
	.pcOnly{display: none;}

	/* 共通
	-------------------------------------------------- */
	h2{
		font-size: 24px;
		font-weight: 900;
		text-align: center;
		position: relative;
		margin-bottom: 80px;
	}

	h2:after{
		content: "";
		width: 160px;
		height: 4px;
		background: #212256;
		position: absolute;
		left: 50%;
		margin-left: -80px;
		bottom: -30px;
	}

	.secInner{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
	
	/* 概要
	-------------------------------------------------- */
	#overview{
		margin-top: 30px;
		padding-top: 30px;
	}

	#overview p{
		font-size: 14px;
		padding: 0 20px;
		font-weight: bold;
		text-align: center;
		line-height: 1.8em;
	}

	#overview p .pink{background: #fcc9c9;}
	#overview p .yellow{background: #ffff7f;}

	.prizePc{display: none;}

	.prizeSp{
		box-sizing: border-box;
		width: 90%;
		margin: 60px auto 0;
		border: 3px solid #000000;
		padding: 20px 50px;
		position: relative;
		z-index: 1;
	}

	.prizeSp.badge{
		margin-top: 60px;
	}

	.prizeSp.card::before{
		content: "抽選で\A当たる";
		display: block;
		box-sizing: border-box;
		width: 80px;
		height: 80px;
		background: #cc0000;
		color: #ffffff;
		font-size: 18px;
		line-height: 24px;
		padding-top: 16px;
		font-weight: 600;
		text-align: center;
		border-radius: 100%;
		position: absolute;
		top: -40px;
		left: -15px;
		z-index: 2;
		white-space: pre;
	}

	.prizeSp.badge::before{
		content: "2,000円以上\A購入で貰える";
		display: block;
		box-sizing: border-box;
		width: 80px;
		height: 80px;
		background: #003475;
		color: #ffffff;
		font-size: 12px;
		line-height: 18px;
		padding-top: 22px;
		font-weight: 600;
		text-align: center;
		border-radius: 100%;
		position: absolute;
		top: -40px;
		left: -15px;
		z-index: 2;
		white-space: pre;
	}

	.prizeAll_sp img{
		width: 100%;
	}

	.slick-dots{
		display: flex;
		justify-content: space-around;
		width: 70%;
		margin: 20px auto 0;
	}

	.slick-dots li button{
		display: block;
		box-sizing: border-box;
		width: 12px;
		height: 12px;
		border-radius: 100%;
		border: none;
		background: #000000;
		color: #000000;
		text-indent: 100%;
		overflow: hidden;
	}

	li.slick-active button{
		background: #cc0000;
		color: #cc0000;
	}

	.prizeName{
		box-sizing: border-box;
		width: 90%;
		margin: 0 auto;
		background: #000000;
		color: #ffffff;
		font-size: 14px;
		line-height: 1.6em;
		padding: 10px 20px;
		font-weight: 600;
	}

	/* ページナビ
	-------------------------------------------------- */
	.pageNav{
		background: #f8f8f8;
		margin-top: 40px;
		padding: 40px 0;
	}

	.pageNav ul{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		box-sizing: border-box;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 0;
	}

	.pageNav li{
		width: 80%;
	}

	.pageNav li:not(:last-child){
		margin-bottom: 20px;
	}

	.pageNav li a{
		display: block;
		box-sizing: border-box;
		width: 100%;
		border: 3px solid #000000;
		border-radius: 6px;
		font-size: 12px;
		font-weight: 600;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		background: #000000;
		padding: 10px 0;
		transition: 0.2s;
	}

	.pageNav li:last-child a{
		border: 3px solid #cc0000;
		background: none;
		color: #cc0000;
	}

	/* プレゼントカレンダー
	-------------------------------------------------- */
	#calendar{
		margin-top: 20px;
		padding-top: 40px;
	}

	.schedule_pc{
		display: none;
	}
	
	.cardAll{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 90%;
		margin: 0 auto;
	}
	
	.cardAll li{
		width: 13%;
		max-width: 100px;
		margin-bottom: 10px;
	}
	
	.cardAll li:nth-child(7n){
		margin-right: 0;
	}
	
	.cardAll li img{
		width: 100%;
	}
	
	.hiveday_sp p:nth-child(1){
		font-size: 24px;
		font-weight: 600;
		text-align: center;
		color: #cc0000;
		margin-top: 20px;
	}
	
	.hiveday_sp p:nth-child(2){
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		margin-top: 30px;
	}
	
	.hiveday_sp p:nth-child(3){
		font-size: 14px;
		margin-top: 30px;
		padding: 0 5%;
	}
	
	.hiveday_sp p:nth-child(3) span{
		color: #cc0000;
	}

	.schedule_sp{
		border-top: 1px solid #cccccc;
		margin-top: 20px;
	}
	
	.schedule_sp  > li{
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 20px;
		border-bottom: 1px solid #cccccc;
	}

	.playerCard{
		width: 35%;
	}

	.playerCard img{
		width: 100%;
	}

	.detail{
		width: 60%;
	}

	.playerName{
		font-size: 18px;
		font-weight: 600;
	}

	.playerName::after{
		content: "選手";
		font-size: 14px;
		padding-left: 0.5em;
	}

	.playerName+span{
		display: block;
		margin: 20px 0 10px;
		font-size: 16px;
		font-weight: 600;
	}

	.date li{
		font-size: 16px;
		line-height: 1.6em;
	}

	.date li::before{
		content: "・";
	}

	.date li span{
		color: #cc0000;
	}

	/* 参加方法
	-------------------------------------------------- */
	#entry{
		background: #f8f8f8;
		margin-top: 60px;
		padding: 60px 0;
	}

	.method{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.method li{
		margin-bottom: 40px;
	}

	.method span{
		display: block;
		color: #ffffff;
		font-family: 'Oswald', 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		font-size: 18px;
		line-height: 18px;
		text-align: center;
		background: #000000;
		width: 80px;
		margin: 0 auto 20px;
		padding: 10px 0;
		letter-spacing: 0.1em;
	}

	.method p{
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6em;
		margin-bottom: 20px;
	}

	.method div{
		width: 80%;
		margin: 0 auto;
	}

	.method img{
		width: 100%;
	}

	.hiveLink{
		display: block;
		width: 80%;
		height: 50px;
		line-height: 50px;
		margin: 10px auto 0;
		background: #000000;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
		border-radius: 6px;
		font-weight: bold;
		font-size: 14px;
		transition: 0.2s;
	}

	.hiveLink:before{
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 9px;
		border-color: transparent transparent transparent #ffffff;
		margin-right: 10px;
		transition: 0.2s;
	}

	/* 注意事項
	-------------------------------------------------- */
	#caution{
		margin: 40px 0 100px;
		padding-top: 40px;
	}

	.caution_block{
		margin: 50px 0;
		padding: 0 20px;
	}

	section h3{
		font-size: 16px;
		font-weight: bold;
		border-left: 4px solid #cc0000;
		position: relative;
		margin-bottom: 30px;
		padding-left: 10px;
	}

	section h3:after{
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #cccccc;
		position: absolute;
		bottom: -5px;
		left: -5px;
	}

	.cautionList li{
		font-size: 14px;
		line-height: 1.6em;
		margin-bottom: 10px;
		padding-left: 1em;
		text-indent: -1em;
	}

	.cautionList li:before{
		content: "※";
	}

	.cautionList li:first-child{
		color: #cc0000;
	}

	.toiawase{
		display: block;
		width: 80%;
		height: 50px;
		line-height: 50px;
		margin: 30px auto 0;
		background: #ffffff;
		border: 2px solid #000000;
		color: #000000;
		text-align: center;
		text-decoration: none;
		border-radius: 50px;
		font-weight: bold;
		font-size: 16px;
	}

	.toiawase:before{
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 9px;
		border-color: transparent transparent transparent #000000;
		margin-right: 10px;
	}

	/*フッター
	-------------------------------------------------- */
	footer{
		padding: 40px 20px;
		background: #000000;
		margin-top: 80px;
	}

	footer > a{
		display: flex;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
		width: 100%;
		background: #ffffff;
		border-radius: 5px;
		margin-bottom: 20px;
		padding: 15px 20px;
		text-decoration: none;
		font-size: clamp(16px, 1.5vw, 18px);
		color: #333333;
		font-weight: 600;
	}

	footer > a i{
		font-size: 24px;
	}

	.sns{
		display: flex;
		box-sizing: border-box;
		justify-content: space-between;
		padding: 0 20px;
		margin-top: 40px;
	}

	.sns li{
		width: 18%;
	}

	.sns li a{
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		border-radius: 100%;
		background: #333333;
		aspect-ratio: 1;
	}

	.sns li a img{height: 60%;}
	.sns li:nth-child(1) a img{height: 50%;}

	.official_app{
		font-size: clamp(16px, 1.5vw, 18px);
		color: #ffffff;
		font-weight: 600;
		margin-top: 40px;
		text-align: center;
	}

	.download{
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}

	.download a{
		display: block;
		margin: 0 10px;
	}

	.download img{
		width: 100%;
		height: 80px;
		object-fit: contain;
	}

	.copyright{
		background: #333333;
		color: #ffffff;
		font-size: clamp(14px, 1.3vw, 16px);
		text-align: center;
		padding: 10px 0;
	}
}