@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&display=swap');

body {
	font-family: 'BIZ UDPGothic', sans-serif;
	line-height: 1.5;
	background-color: white;
	color: black
}

h1 {
	color: deeppink;
	text-align: center
}

h2 {
	border-left: thick solid deeppink;
	border-bottom: thin solid deeppink
}

h3 {
	border-left: thick solid deeppink
}

h4 {
	border-left: medium solid deeppink
}

h5, h6 {
	border-left: thin solid deeppink
}

table {
	border-collapse:collapse;
	border-spacing: 0
}

table, th, td {
	border: thin solid deeppink
}

table table {
	border: none
}

table table td {
	border: none
}

a:active {
	color: red
}

a:link {
	color: blue
}

a:visited {
	color: magenta
}

a:hover {
	background-color: silver
}


/* 個人テーマ */
.campaigncolor {
	color: deeppink
}


/* 画像 */
.image-left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em
}
.image-right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em
}


/* ボタン */
.push-button {
}
.push-button a {
	display: inline-block;
	padding: 0.4em;
	background-color: deeppink;
	color: white;
	text-decoration: none;
	border-radius: 0.5em;
	border-bottom: 0.3em solid mediumvioletred;
	letter-spacing: normal;
	text-align: center
}
.push-button a:hover {
	transform: translateY(0.2em);
	border-bottom: 0.1em solid mediumvioletred
}


/* 応援 */
.recommend-text {
	display: inline-block;
	float: left;
	margin-left: .5em;
	margin-right: .5em;
	text-align: center;
	font-size: small;
	width: 12em;
	height: 25em
}
.recommend-text img {
	object-fit: cover;
	width: 12em;
	height: 18em
}


/* メニュー */
.menu-hidden {
	display: none
}
.menu-content a,
.menu-content a:active,
.menu-content a:link,
.menu-content a:visited {
	display: block;
	text-decoration: none
}


/* スマートフォン */
@media screen and (max-width: 52em) {

.responsive-sp {
}
.responsive-pc {
	display: none
}

.head-text {
	margin-left: 3em
}
.body-text {
}
h1 {
	margin-left: 1.5em;
	margin-right: 1.5em
}

.recommend-base {
}

.menu-open {
	position: fixed;
	display: flex;
	top: 0.5em;
	left: 0.5em;
	height: 3em;
	width: 3em;
	z-index: 100;
	justify-content: center;
	align-items: center;
	background-color: white
}
.menu-open:hover {
	background-color: silver
}
.menu-open span,
.menu-open span:before,
.menu-open span:after {
	content: '';
	position: absolute;
	display: block;
	height: 0.4em;
	width: 2em;
	background-color: black
}
.menu-open span:before {
	bottom: 0.7em
}
.menu-open span:after {
	top: 0.7em
}
#menu-check:checked ~ .menu-open span {
	background-color: rgba(255, 255, 255, 0)
}
#menu-check:checked ~ .menu-open span::before {
	bottom: 0;
	transform: rotate(45deg)
}
#menu-check:checked ~ .menu-open span::after {
	top: 0;
	transform: rotate(-45deg)
}

.menu-content {
	position: fixed;
	top: 3.5em;
	left: 100%;
	z-index: 100;
	border: thin solid black;
	background-color: white
}
#menu-check:checked ~ .menu-content {
	left: 0.5em
}
.menu-content ul {
	padding: 0;
	margin: 0
}
.menu-content ul li {
	margin: 0.2em;
	list-style: none;
	font-size: xx-large
}
.menu-content ul li:first-child {
	display: none
}
.menu-content a,
.menu-content a:active,
.menu-content a:link,
.menu-content a:visited {
	color: black
}

}


/* PC */
@media screen and (min-width: calc(52em + 1px)) {

.responsive-sp {
	display: none
}
.responsive-pc {
}

body {
	padding-top: 2em
}
.head-text {
}
.body-text {
	margin: 0 10vw 0 10vw
}

.recommend-base {
	width: calc(50% - 1em)
}

.menu-content {
	position: fixed;
	width: 100%;
	right: 0;
	top: 0;
	background-color: deeppink;
	z-index: 100;
	text-align: center
}
.menu-content ul {
	display: flex;
	padding: 0;
	margin: 0
}
.menu-content ul li {
	list-style: none;
	display: block;
	width: 8em;
	color: white;
	text-decoration: none;
	border: thin black;
	border-style: solid none solid solid
}
.menu-content ul li:first-child {
	margin: auto 0 auto 0;
	width: 2em;
	border: solid deeppink
}
.menu-content ul li:first-child a {
	padding: 0
}
.menu-content ul li:first-child img {
	display: block;
	width: 100%
}
.menu-content ul li:last-child {
	border-style: solid
}
.menu-content a,
.menu-content a:active,
.menu-content a:link,
.menu-content a:visited {
	padding: 0.4em 0 0.4em 0;
	color: white
}
.menu-content a:hover {
	background-color: white;
	color: deeppink
}

}
