.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

body {
	background-attachment: fixed;
	background-blend-mode: darken;
	background-color: #111;
	background-position: center top;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 150%;
	min-height: 100vh;
}

body::before {
	background-image: url(../images/common/bg25.jpg);
	background-position: center top;
	background-size: cover;
	content: "";
	display: block;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	height: 100%;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.test {
	background-color: red;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
}

.l-footer {
	background-color: #ffffff;
	bottom: 0;
	padding: 20px 0 50px 0;
	padding: 1.25rem 0 3.125rem 0;
	width: 100%;
}

.l-footer ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-footer ul li {
	list-style: none;
	margin: 5px;
	margin: 0.3125rem;
}

.l-footer ul li a {
	background-color: #e60011;
	color: #ffffff;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 2px 10px;
	padding: 0.125rem 0.625rem;
}

.l-footer__copy {
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.tag-list {
	margin: 30px 0;
	margin: 1.875rem 0;
}

.l-header {
	margin: 0 auto;
	width: 80%;
}

.l-header__logo {
	margin: 0 auto;
	margin-top: 80px;
	margin-top: 5rem;
	max-width: 480px;
	max-width: 30rem;
}

.l-header__category {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.l-header__category ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	margin: 0 auto;
	max-width: 800px;
	max-width: 50rem;
}

.l-header__category ul li {
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	margin: 0 10px;
	margin: 0 0.625rem;
}

.l-header__category a:hover {
	opacity: 0.7;
}

.l-header__title {
	color: #ffffff;
	font-size: 16px;
	font-size: 1rem;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
	width: 300px;
	width: 18.75rem;
}

.navi-date {
	width: 80px;
	width: 5rem;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	width: 100%;
}

.l-main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: 0px;
	margin-top: 0rem;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
}

.p-reportList__box {
	grid-column-gap: 4%;
	display: grid;
	grid-template-columns: 48% 48%;
	margin-top: 50px;
	margin-top: 50px;
	margin-top: 3.125rem;
	width: 100%;
}

.p-reportList__list {
	word-wrap: break-word;
	background-color: #ffffff;
	margin-bottom: 5%;
}

.p-reportList__list p {
	aspect-ratio: auto 400/267;
}

.p-reportList__list--date {
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-reportList__list--title {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-reportList__item {
	padding: 10px;
	padding: 0.625rem;
}

.p-reportList__categoryname {
	color: #ffffff;
	font-size: 26px;
	font-size: 1.625rem;
	margin: 0 auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
	width: 80%;
}

.p-reportList__list--tag {
	color: #e60011;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
}

.p-reportList__category {
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.p-reportList__category a {
	background-color: #e60011;
	color: #ffffff;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 3px 5px;
	padding: 0.1875rem 0.3125rem;
}

.p-single {
	word-wrap: break-word;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-single img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.p-single h2 {
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.p-single__box {
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	padding: 0 20px;
	padding: 0 1.25rem;
	width: 100%;
}

.p-single__box h2 {
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	text-align: center;
}

.p-single__eyecatch {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.p-single__date {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 0.75rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-single__title {
	border-bottom: solid 1px #191919;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.p-single__content {
	border-bottom: solid 1px #191919;
	line-height: 1.7;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
}

.p-single__content figure {
	margin: 20px 0;
	margin: 1.25rem 0;
}

.p-single__box a {
	background-color: #e60011;
	color: #ffffff;
	padding: 2px 10px;
	padding: 0.125rem 0.625rem;
}

.p-single__category a {
	background-color: #e60011;
	color: #ffffff;
	padding: 5px 10px;
	padding: 0.3125rem 0.625rem;
}

time.p-news-item__date.c-date {
	margin-right: 10px;
}

.p-single__pageback {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	text-align: center;
}

.p-single__pageback a {
	padding: 8px 14px;
	padding: 0.5rem 0.875rem;
}

.p-single__artistname {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}

.p-single__category {
	font-weight: bold;
	margin-right: 10px;
	margin-right: 0.625rem;
}

.p-single__content p {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.7777777778vw;
}

body {
	background-attachment: fixed;
	background-blend-mode: darken;
	background-color: #111;
	background-image: url(../images/common/bg25.jpg);
	background-position: center center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 150%;
	min-height: 100vh;
}

body::before {
	background-image: url(../images/common/bg25.jpg);
	display: block;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

.inner {
	max-width: 950px;
	padding-left: 25px;
	padding-right: 25px;
}

.l-footer ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-footer ul li a {
	background-color: #e60011;
	color: #ffffff;
	font-size: 0.8125rem;
	padding: 0.125rem 0.625rem;
}

.l-header {
	width: 100%;
}

.l-header__title {
	color: #ffffff;
	font-size: 1.625rem;
	margin: 0 auto;
	margin-top: 1.875rem;
	text-align: center;
	width: 18.75rem;
}

.navi-date {
	width: 8rem;
}

.l-inner {
	max-width: 950px;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.l-main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: 1.25rem;
	padding-bottom: 9.375rem;
}

.p-reportList__box {
	grid-column-gap: 1.25rem;
	grid-row-gap: 0.625rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.125rem;
}

.p-reportList__list {
	word-wrap: break-word;
	background-color: #ffffff;
}

.p-reportList__list--title {
	font-size: 0.875rem;
	font-weight: bold;
	margin-top: 0.3125rem;
}

.p-reportList__item {
	padding: 1.25rem;
}

.p-single {
	word-wrap: break-word;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	flex-direction: column;
	font-size: 1rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 3.125rem;
}

.p-single__box {
	margin: 0 auto;
	margin-bottom: 0rem;
	padding: 0rem;
	padding-bottom: 3.125rem;
	width: 95%;
}

}

@media (min-width: 900px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=styles.css.map */
