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

/*common*/
.bsbox::-moz-selection {
	background: none;
}
.bsbox::selection {
	background: none;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
.b-wrap {
	margin: 0 auto;
	box-sizing: border-box;
}
.b-img {
	width: 100%;
	height: auto;
	display: block;
}
#bakadaitop {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.8em;
}

.b-header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.title-img {
	width: 250px;
}
.logo-img {
	width: 170px;
	margin: 20px;
}

.b-kouka {
	background: url(b-kouka-bg.png) 50% 50% no-repeat;
	background-size: auto 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.cp-color,
.cp-black {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 60px;
	left: 0;
	overflow: hidden;
}
.cp-black {
	clip-path: inset(0 0 0 60%);
}
.cp-color {
	clip-path: inset(0 40% 0 0);
}
.kasi-wrap {
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	animation: 60s movetoleft ease-in-out infinite;
}
@keyframes movetoleft {
	from {
		transform: translateX(100vw);
	}

	to {
		transform: translateX(-900vw);
	}
}
.kasi-wrap.black p {
	color: #ffffff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1);
}
.kasi-wrap.color p {
	color: #ca0a2f;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1);
}
.kasi-wrap p {
	white-space: nowrap;
	margin: 0 1em;
	height: 200px;
	line-height: 200px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 900;
	font-size: 20px;
}
.kasi-wrap p rt {
	font-weight: 500;
}

.b-list li {
	margin: 1em 0 3em;
}
.b-menu {
	background: url(bakadai-toppatern-sp.png) 0 0 repeat #4f4944;
	padding: 20px 0;
}
.b-menu-btn {
	display: block;
	width: 320px;
	margin: auto;
	position:relative;
	overflow: visible;
}
.b-menu-btn p {
	color: #fff;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	padding: 0.5em;
}
.btn-img {
	display:block;
}
.b-menu-btn::before{
	content:"";
	display:block;
	width:0;
	height:4px;
	position:absolute;
	bottom:240px;
	left:0;
	z-index:3;
	transition:0.3s;
	background:#e00b34;
}
.b-menu-btn::after{
	content:"";
	display:block;
	width:0;
	height:4px;
	position:absolute;
	bottom:-4px;
	left:0;
	z-index:3;
	transition:0.3s;
	background:#e00b34;
}
.b-menu-btn:hover::before{
	width:100%;
}
.b-menu-btn:hover::after{
	width:100%;
}

.b-founder {
	padding: 20px 0;
}
.founder-img {
	width: 163px;
	margin: auto;
}

@media (min-width: 768px) {
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
	#bakadaitop .b-img {
		width: auto;
	}
	.b-header {
		height: 180px;
		flex-direction: row;
	}
	.b-header .title,
	.b-header .logo {
		width: 560px;
	}
	.logo-img {
		display: inline;
		margin-right: 0;
	}
	.b-header .logo {
		text-align: right;
	}
	.kasi-wrap p {
		font-size: 30px;
	}
	.b-kouka {
		background-image: url(b-kouka-bg.png);
		background-size: 560px auto;
		background-position: 62% 50%;
		background-color: transparent;
		margin-top: -110px;
		height: 300px;
	}
	.cp-color, .cp-black {
		height: 60%;
		top: auto;
		bottom: 20px;
	}
	.kasi-wrap {
		animation-duration: 60s;
	}
	@keyframes movetoleft {
		from {
			transform: translateX(100vw);
		}

		to {
			transform: translateX(-3800px);
		}
	}
	.kasi-wrap p {
		height: 300px;
		line-height: 300px;
	}
	.b-list {
		width: 1120px;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
	}
	.b-list li {
		width: calc(100% / 3);
	}
	.b-menu-btn p {
		font-size: 18px;
		white-space: nowrap;
	}
	.b-founder {
		width: 1120px;
		margin: auto;
	}
	#bakadaitop .founder-img {
		width: 171px;
	}


}

@media (orientation: landscape) {

}