@charset "UTF-8";

html {
	scroll-behavior: smooth;
}

.heading {
	padding: 100px 20px 0 20px;
}
@media only screen and (max-width: 989px) {
	.heading {
		padding: 100px 20px 0 20px;
	}
}

.heading > h1 {
	font-size: 4.5rem;
	font-family: "Lato";
	font-weight: 900;
	text-align: center;
	letter-spacing: 1.5rem;
}
@media only screen and (max-width: 989px) {
	.heading > h1 {
		font-size: 3.5rem;
	}
}

.heading > p {
	max-width: 720px;
	margin: 25px auto 0 auto;
}
@media only screen and (max-width: 989px) {
	.heading > p {
		margin: 10px auto 0 auto;
	}
}

.heading > p > span {
	font-size: 1.3rem;
}

.heading > a {
	max-width: 480px;
	font-weight: 700;
	text-align: center;
	color: rgb(255 255 255);
	background: rgb(0 0 0);
	margin: 20px auto 0 auto;
	padding: 10px 30px 10px 20px;
	border-radius: 60px;
	display: block;
	position: relative;
	transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 989px) {
	.heading > a {
		width: 300px;
		margin: 25px auto 0 auto;
	}
}

.heading > a:hover {
	background: rgb(128 128 128);
}

.heading > a::before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 3px rgb(255 255 255);
	border-right: solid 3px rgb(255 255 255);
	margin: auto;
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: auto;
	right: 20px;
	transform: rotate(45deg);
	display: block;
}



.category {
	padding: 100px 20px 0 20px;
}
@media only screen and (max-width: 989px) {
	.category {
		padding: 100px 20px 0 20px;
	}
}

.category > ul {
	max-width: 960px;
    margin: 0 auto 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.category > ul:nth-of-type(2) {
	margin: 10px auto 0 auto;
}

.category > ul > li {
	margin: 0 10px 5px 0;
}

.category > ul > li > a {
	font-size: 1.3rem;
	padding: 2px 10px 2px 10px;
	border: solid 1px rgb(0 0 0 / 1.0);
	border-radius: 25px;
	transition: all 0.5s ease 0s;
}

.category > ul > li > a:hover {
	background: rgb(191 191 191);
}



.general {
	padding: 100px 20px 0 20px;
}
@media only screen and (max-width: 989px) {
	.general {
		padding: 50px 20px 0 20px;
	}
}


.general > h2 {
	font-size: 3.5rem;
	font-family: "Lato";
	font-weight: 900;
	text-align: center;
	letter-spacing: 0.5rem;
}
@media only screen and (max-width: 989px) {
	.general > h2 {
		font-size: 3.1rem;
	}
}


.general > p {
	text-align: center;
	margin: 25px auto 0 auto;
}
@media only screen and (max-width: 989px) {
	.general > p {
		margin: 10px auto 0 auto;
	}
}

.general > a {
	max-width: 960px;
	aspect-ratio: 1 / 0.70;
	margin: 25px auto 0 auto;
	border: solid 1px rgb(0 0 0 / 1.0);
	display: block;
}
@media only screen and (max-width: 989px) {
	.general > div {
		margin: 10px auto 0 auto;
	}
}

.general > a > img {
	width: 100%;
	height: auto;
}


.general > ul {
	max-width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.general > ul > li {
	width: 100%;
	margin: 0 25px 0 0;
}
@media only screen and (max-width: 989px) {
	.general > ul > li {
		margin: 0 0 15px 0;
	}
}

.general > ul > li:nth-child(2n) {
	margin: 0 0 0 0;
}

.general > ul > li > a {
	max-width: 400px;
	font-weight: 700;
	text-align: center;
	color: rgb(255 255 255);
	background: rgb(0 0 0);
	margin: 10px auto 0 auto;
	padding: 10px 30px 10px 20px;
	border-radius: 60px;
	display: block;
	position: relative;
	transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 989px) {
	.general > div > ul > li > a {
		width: 300px;
		margin: 0 auto 0 auto;
	}
}

.general > ul > li > a:hover {
	background: rgb(128 128 128);
}

.general > ul > li > a::before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 3px rgb(255 255 255);
	border-right: solid 3px rgb(255 255 255);
	margin: auto;
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: auto;
	right: 20px;
	transform: rotate(45deg);
	display: block;
}



.brand {
	padding: 100px 20px 0 20px;
}
@media only screen and (max-width: 989px) {
	.brand {
		padding: 50px 20px 0 20px;
	}
}


.brand > h3 {
	font-size: 2.5rem;
	font-family: "Lato";
	font-weight: 900;
	text-align: center;
	letter-spacing: 0.5rem;
}
@media only screen and (max-width: 989px) {
	.brand > h3 {
		font-size: 2.0rem;
	}
}

.brand > p {
	text-align: center;
	margin: 25px auto 0 auto;
}
@media only screen and (max-width: 989px) {
	.brand > p {
		margin: 10px auto 0 auto;
	}
}

.brand > ul {
	max-width: 960px;
	margin: 0 auto 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 989px) {
	.brand > ul {
		
	}
}

.brand > ul > li {
	width: calc((100% / 2) - ((25px * 1) / 2));
	margin: 0 25px 50px 0;
	display: flex;
	flex-direction: column;
}
@media only screen and (max-width: 989px) {
	.brand > ul > li {
		width: 100%;
		margin: 0 0 50px 0;
	}
}

.brand > ul > li:nth-child(2n) {
	margin: 0 0 50px 0;
}

.brand > ul > li > a:nth-of-type(1) {
	content: "";
	width: 100%;
	aspect-ratio: 1 / 0.70;
	margin: 0 auto 0 auto;
	border: solid 1px rgb(0 0 0 / 1.0);
	display: block;
}

.brand > ul > li > a:nth-of-type(1) > img {
	width: 100%;
	height: auto;
}


.brand > ul > li > a:nth-of-type(2) {
	max-width: 400px;
	font-weight: 700;
	font-size: 1.3rem;
	text-align: center;
	color: rgb(255 255 255);
	background: rgb(0 0 0);
	margin: 10px auto 0 auto;
	padding: 10px 30px 10px 20px;
	border-radius: 60px;
	display: block;
	position: relative;
	transition: all 0.5s ease 0s;
}

.brand > ul > li > a:nth-of-type(2):hover {
	background: rgb(128 128 128);
}

.brand > ul > li > a:nth-of-type(2)::before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 3px rgb(255 255 255);
	border-right: solid 3px rgb(255 255 255);
	margin: auto;
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: auto;
	right: 20px;
	transform: rotate(45deg);
	display: block;
}



.backnumber {
	padding: 100px 20px 100px 20px;
}
@media only screen and (max-width: 989px) {
	.backnumber {
		padding: 50px 20px 50px 20px;
	}
}


.backnumber > h3 {
	font-size: 2.5rem;
	font-family: "Lato";
	font-weight: 900;
	text-align: center;
	letter-spacing: 0.5rem;
}
@media only screen and (max-width: 989px) {
	.backnumber > h3 {
		font-size: 2.0rem;
	}
}

.backnumber > p {
	text-align: center;
	margin: 25px auto 0 auto;
}
@media only screen and (max-width: 989px) {
	.backnumber > p {
		margin: 10px auto 0 auto;
	}
}

.backnumber > dl {
	max-width: 960px;
	margin: 0 auto 0 auto;
	padding: 0;
	border-top: solid 1px rgb(0 0 0 / 1.0);
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 989px) {
	.backnumber > ul {
		
	}
}

.backnumber > dl > dt {
	width: calc(100% - 320px);
	padding: 20px 30px 15px 30px;
	border-bottom: solid 1px rgb(0 0 0 / 1.0)
}
@media only screen and (max-width: 989px) {
	.backnumber > dl > dt {
		width: 100%;
		border-bottom: none;
		padding: 20px 30px 0 30px;
	}
}

.backnumber > dl > dd {
	width: 320px;
	padding: 15px 30px 15px 30px;
	border-bottom: solid 1px rgb(0 0 0 / 1.0)
}
@media only screen and (max-width: 989px) {
	.backnumber > dl > dd {
		width: 100%;
	}
}



.backnumber > dl > dd > a {
	max-width: 320px;
	font-weight: 700;
	font-size: 1.3rem;
	text-align: center;
	color: rgb(255 255 255);
	background: rgb(0 0 0 / 1.0);
	margin: 0 auto 0 auto;
	padding: 5px 30px 5px 30px;
	border-radius: 60px;
	display: inline-block;
	position: relative;
	transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 989px) {
	.backnumber > dl > dd > a {
		width: 300px;
		margin: 0 auto 10px auto;
	}
}

.backnumber > dl > dd > a:hover {
	background: rgb(128 128 128);
}

.backnumber > dl > dd > a::before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 3px rgb(255 255 255);
	border-right: solid 3px rgb(255 255 255);
	margin: auto;
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: auto;
	right: 20px;
	transform: rotate(45deg);
	display: block;
}





.flyer {
	margin: 100px auto 0 auto;
	padding: 100px 20px 0 20px;
	position: relative;
}
@media only screen and (max-width: 989px) {
	.flyer {
		padding: 50px 20px 0 20px;
	}
}

.flyer:before {
	content: "";
	max-width: 944px;
	height: 1px;
	border-top: dashed 1px rgb(0 0 0 / 1.0);
	diaplay: block;
	margin: 0 auto 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}


.flyer > h2 {
	font-size: 3.5rem;
	font-family: "Lato";
	font-weight: 900;
	text-align: center;
	letter-spacing: 0.5rem;
}
@media only screen and (max-width: 989px) {
	.brand > h2 {
		font-size: 3.1rem;
	}
}

.flyer > p {
	text-align: center;
	margin: 25px auto 0 auto;
}
@media only screen and (max-width: 989px) {
	.flyer > p {
		margin: 10px auto 0 auto;
	}
}

.flyer > ul {
	max-width: 960px;
	margin: 0 auto 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 989px) {
	.flyer > ul {
		
	}
}

.flyer > ul > li {
	width: calc((100% / 2) - ((25px * 1) / 2));
	margin: 0 25px 50px 0;
	display: flex;
	flex-direction: column;
}
@media only screen and (max-width: 989px) {
	.flyer > ul > li {
		width: 100%;
		margin: 0 0 50px 0;
	}
}

.flyer > ul > li:nth-child(2n) {
	margin: 0 0 50px 0;
}

.flyer > ul > li > a:nth-of-type(1)::before {
	content: "";
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 0.70;
	margin: 0 auto 0 auto;
	border: solid 1px rgb(0 0 0 / 1.0);
	display: block;
}


.flyer > ul > li:nth-of-type(1) > a:nth-of-type(1)::before {
	background: url('../img/flyer_bamblena01.jpg') center center / cover no-repeat;
}

.flyer > ul > li:nth-of-type(2) > a:nth-of-type(1)::before {
	background: url('../img/flyer_haigyomou01.jpg') center center / cover no-repeat;
}

.flyer > ul > li:nth-of-type(3) > a:nth-of-type(1)::before {
	background: url('../img/flyer_syougi01.jpg') center center / cover no-repeat;
}

.flyer > ul > li:nth-of-type(4) > a:nth-of-type(1)::before {
	background: url('../img/flyer_kazarigoma01.jpg') center center / cover no-repeat;
}

.flyer > ul > li:nth-of-type(5) > a:nth-of-type(1)::before {
	background: url('../img/flyer_reversi01.jpg') center center / cover no-repeat;
}



.flyer > ul > li > a:nth-of-type(2) {
	max-width: 400px;
	font-weight: 700;
	font-size: 1.3rem;
	text-align: center;
	color: rgb(255 255 255);
	background: rgb(0 0 0);
	margin: 10px auto 0 auto;
	padding: 10px 30px 10px 20px;
	border-radius: 60px;
	display: block;
	position: relative;
	transition: all 0.5s ease 0s;
}

.flyer > ul > li > a:nth-of-type(2):hover {
	background: rgb(128 128 128);
}

.flyer > ul > li > a:nth-of-type(2)::before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 3px rgb(255 255 255);
	border-right: solid 3px rgb(255 255 255);
	margin: auto;
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: auto;
	right: 20px;
	transform: rotate(45deg);
	display: block;
}

