@charset "UTF-8";

html {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1 {
	font-size: 1.8rem;
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: -2px;
}

h2 {
	padding: 40px 0 10px 0;
	font-size: 1.6rem;
}

h3 {
	margin-bottom: 20px;
	padding: 40px 0 8px 0;
	font-size: 1.4rem;
	border-bottom: 0px solid #333;
}

footer {
	font-size: .8rem;
}

p {
	letter-spacing: 1px;
	line-height: 2;
}

a,
.nav-link {
	color: var(--bs-gray-dark);
	text-decoration: none;
}

a:hover {
	color: var(--bs-blue);
}

img {
	object-fit: cover;
}


.pacifico {
	font-family: 'Pacifico', cursive;
	opacity: .5;
}

.edu {
	font-family: 'Edu QLD Beginner', cursive;
	letter-spacing: -1px;
}

.zenmaru {
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: -1px;
}

.kurenai {
	font-family: 'Zen Kurenaido', sans-serif;
	letter-spacing: -1px;
}



.orange {
	color: var(--bs-orange);
}

.gray {
	background-color: #DDD;
}

.navy {
	background-color: #006;
}



.bunkyologo {
	margin-top: -6px;
	margin-right: 8px;
	width: 28px;
}

.container {
	max-width: 1000px;
}

.container-md {
	max-width: 720px;
}

.breadcrumb {
	font-size: .9rem;
}

.carousel-item {
	height: auto;
}

.carousel-item img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.card {
	border: 0;
}

.card-body {
	margin: 0;
	padding: 0;
	margin-top: 6px;
}

.card-title {
	font-size: 1rem;
	line-height: 1.5;
}

.card img {
	border-radius: 0px;
}

.eye-image {
	position: relative;
	width: 100%;
	height: 500px;
	background-image: url(img/bg_wal10.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.eye-image-notohiba {
	position: relative;
	width: 100%;
	height: 500px;
	background-image: url(https://livedoor.blogimg.jp/muramotoconcepthouse/imgs/a/0/a02625da.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.eye-image-octobor {
	position: relative;
	width: 100%;
	height: 500px;
	background-image: url(img/eye-octobor.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.eye-image-rukinoie {
	position: relative;
	width: 100%;
	height: 500px;
	background-image: url(img/eye-rukinoie.jpg);
	background-position: top center;
	background-size: cover;
}

.eye-image-nene {
	position: relative;
	width: 100%;
	height: 500px;
	background-image: url(img/nene-juice.jpg);
	background-position: top center;
	background-size: cover;
}

.filter {
	height: 500px;
	background-color: rgba(0,0,0,0.2);
	background-image: radial-gradient(#999 20%, transparent 31%), radial-gradient(#999 20%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}

.eye-movie {
	position: relative;
	height: 500px;
}

.eye-movie video {
	position: absolute;
	width: 100%;
	height: 500px;
	object-fit: cover;
	z-index: -1000;
}

.eye-movie .movie::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 500px;
	background-color: rgba(0,0,0,0.2);
	background-image: radial-gradient(#999 20%, transparent 31%), radial-gradient(#999 20%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
	z-index: -999;
}

.eye-image .text,
.eye-movie .text {
	padding-top: 120px;
	text-align: center;
	color: #FFF;
	font-size: 1.8rem;
	z-index: 1000;
}




.bg-image-display {
	position: relative;
	width: 100%;
	height: auto;
	background-image: url(img/display.jpg);
	background-position: 15% 80%;
	background-attachment: fixed;
}

.wide80 {
	max-width: 80%;
	height: auto;
}

.wide60 {
	max-width: 60%;
	height: auto;
}

.wide40 {
	max-width: 40%;
	height: auto;
}

.wide20 {
	max-width: 20%;
	height: auto;
}

.aspect16-9 {
	background-size: cover;
	background-position: center center;
	padding-top: 56.25%;
	width: 100%;
}

.aspect4-3 {
	background-size: cover;
	background-position: center center;
	padding-top: 75%;
	width: 100%;
}

.aspect2-1 {
	background-size: cover;
	background-position: center center;
	padding-top: 50%;
	width: 100%;
}



.loopSlide {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	overflow: hidden;
}

.loopSlide ul {
	margin-bottom: 40px;
	padding: 0;
	width: 150vw;
	display: flex;
	flex-shrink: 0;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
}

.loopSlide ul:first-child {
	animation: slide1 60s -30s linear infinite;
}

.loopSlide ul:last-child {
	animation: slide2 60s linear infinite;
}

.loopSlide ul li {
	display: inline-block;
	width: 100%;
/*	min-width: 150px;
	height: 150px;*/
	list-style: none;
	text-align: center;
	border-right: 0px solid #FFF;
}

.loopSlide ul li img {
	display: block;
	width: 100%;
	height: auto;
}

@keyframes slide1 {
	0% {
	transform: translateX(100%);
	}
	to {
	transform: translateX(-100%);
	}
}

@keyframes slide2 {
	0% {
	transform: translateX(0);
	}
	to {
	transform: translateX(-200%);
	}
}

.story img {
	object-fit: cover;
	width: 80vh;
	height: 120px;
}

.items img {
	object-fit: cover;
	width: 100%;
	height: 200px;
}

.card-story {
	background-size: cover;
	background-position: center center;
	margin: 1%;
	padding-top: 66.66%;
	width: 98%;
}

.goleft,
.goright {
	margin-top: -140px;
}


.fadein1 {
	transform: translate(0, 100px);
	opacity: 0;
	transition: all 1.5s ease;
}

.fadein1.show {
	opacity: 1;
	transform: none;
}
