@charset "UTF-8";
/*
Theme Name: loudhacker2026
Author: KOSAERU
Author URI: https://kosaeru.net
Version: 1.0.0
*/

@font-face {
	font-display: swap;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 100;
	src: url('fonts/NotoSans_Thin.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/NotoSans_Light.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/NotoSans_Regular.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/NotoSans_Bold.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	src: url('fonts/NotoSans_Black.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/oswald-300.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/oswald-400.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/oswald-700.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Graduate';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/graduate-400.woff2') format('woff2');
}

/****************************************

          General Setting

*****************************************/
* {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	color: #252525;
	font-size: 16px;
	font-family: 'Oswald', 'Noto Sans JP', sans-serif;
	line-height: 1.8;
	word-break: break-all;
}

.en {
	font-family: 'Graduate', serif;
	font-weight: 400;
	font-style: normal;
}

/****************************************

          Typography

*****************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

/****************************************

          List

*****************************************/

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul ul {
	margin-left: 1em;
}

/****************************************

          Link

*****************************************/

a {
	color: #000;
	text-decoration: none;
}

a:hover {
}

/****************************************

          Layout

*****************************************/
.container,
.wrapper {
	width: 92%;
	max-width: 1400px;
	margin: 0 auto;
}
.inner-column {
	display: flex;
	justify-content: space-between;
}
.inner-column #main {
	width: 66%;
}
.inner-column #sidebar {
	width: 32%;
}
#header {
	padding: 80px 0;
}

#main {
}

#sidebar {
}

#footer {
	text-align: center;
}

/****************************************

          header

*****************************************/

#site-name {
	line-height: 1;
}

#site-name a {
	border: none;
}

#site-description {
	font-family: 'Graduate', serif;
	font-size: 10px;
	text-align: center;
	background-color: #000;
	color: #b3b3b3;
	width: 100vw;
	margin: 0 calc(50% - 50vw) 70px;
	padding: 0 0 2px;
}

#searchform {
	/* position: relative;
  margin-top: 45px; */
}
#s {
	/* padding: 6px 20% 6px 5%;
  width: 75%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-size: 10px; */
}
#searchsubmit {
	/* position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 26px;
  border: none;
  background: url(images/search.png) no-repeat 50% 50%; */
}

/****************************************

          GLOBAL NAV

*****************************************/
.global-nav {
}
.global-nav ul {
	display: flex;
	gap: 20px;
}

/****************************************

          Main

*****************************************/

#main .post,
#main .page {
	overflow: hidden;
	margin-bottom: 60px;
	border-bottom: 1px solid transparent;
}

.sticky {
	/* 先頭固定ポストのスタイル */
}

.post-meta {
	margin-bottom: 1.5em;
}
.post-meta .post-date,
.post-meta .category {
	padding-right: 1em;
}
.comment-num {
	white-space: nowrap;
}

.more-link {
	float: right;
}

.c-archive-title {
	font-family: 'Graduate', serif;
	font-size: 52px;
	line-height: 1;
	margin-bottom: 30px;
}

/****************************************

  BREADCRUMB

*****************************************/
.breadcrumb {
	font-size: 12px;
	font-weight: 300;
	padding: 40px 0;
	border-top: 1px solid #ddd;
}

/****************************************

  NEWS

*****************************************/

.news {
	padding: 40px 0;
	border-top: 1px dotted #ddd;
}
.news-thumbnail img {
	width: 100%;
	height: auto;
}
.news-title {
	font-size: 32px;
	font-weight: 900;
	margin-bottom: 8px;
	line-height: 1.4;
}

.news-media iframe {
	max-width: 100% !important;
}

/* post-footer */
.c-post-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
}
.c-post-footer p {
	font-size: 12px;
	font-family: 'Graduate', serif;
}

.c-post-footer p a {
	text-decoration: underline;
}
.c-post-footer p a:hover {
	text-decoration: none;
}

/****************************************

          Sidebar

*****************************************/

#sidebar h2 {
	margin-bottom: 10px;
	font-family: 'Josefin Sans', sans-serif;
}
.widget {
	margin-bottom: 40px;
}

#sidebar .widget ul {
	padding-left: 1.5em;
	list-style-position: outside;
	list-style-type: disc;
}

#sidebar-recent-posts li,
#sidebar-popular-posts li {
	margin: 20px 0;
}

.sidebar-thumbnail-box {
	float: left;
	width: 75px;
}

.sidebar-recent-posts-title {
	float: right;
	width: 165px;
}
#sidebar-recent-posts h3,
#sidebar-recent-posts p,
#sidebar-popular-posts h3,
#sidebar-popular-posts p {
	margin: 0;
}

.tagcloud a {
	white-space: nowrap;
}

#sidebar .section.section-live {
	margin-bottom: 40px;
}

#sidebar .aside__header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
#sidebar .aside__header a {
	text-decoration: underline;
	font-family: 'Graduate', serif;
	font-size: 14px;
}
#sidebar .aside__title {
	font-size: 40px;
	font-weight: 900;
	padding-bottom: 10px;
}

/* PICKUP VIDEO */
.pickup-video {
	position: relative;
	max-width: 100%;
	margin: 40px auto;
	padding: 0;
}

.pickup-video__list {
	width: 100%;
	position: relative;
}

.swiper-wrapper {
	display: flex;
	justify-content: space-between;
}

.swiper-slide {
	margin-right: 0 !important;
	width: 32% !important;
	background-color: #000;
	border-radius: 5px;
	padding: 20px 20px 15px;
	height: auto;
}
.youtube-embed {
	margin-bottom: 10px !important;
	padding-top: 0 !important;
}
.youtube-embed .lyte-wrapper {
	margin: 0 !important;
}
.pickup-video__title {
	font-size: 14px;
}
.pickup-video__title a {
	color: #fff;
}

@media (min-width: 769px) {
	.pickup-video .swiper-pagination,
	.pickup-video .swiper-button-prev,
	.pickup-video .swiper-button-next {
		display: none !important;
	}
}

@media (max-width: 769px) {
	.swiper-slide {
		margin-right: 10px !important;
		width: 100% !important;
	}
	.swiper-horizontal > .swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: -30px !important;
	}

	.swiper-button-prev,
	.swiper-button-next {
		color: #fff !important;
	}
	.swiper-pagination-bullet {
		width: 6px;
		height: 6px;
		background: #000 !important;
	}
	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: 25px !important;
	}
}

/* TAG CLOUD */
.st-tag-cloud a {
	font-family: 'Graduate', serif;
	line-height: 1;
	text-decoration: underline;
	margin-right: 4px;
}

/****************************************

          WP-PageNavi

*****************************************/
.wp-pagenavi {
	display: flex;
	justify-content: center;
	gap: 1px;
	padding: 60px 0 40px;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	font-family: 'Graduate', serif;
	background-color: #222;
	color: #fff;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	border-bottom: 0px !important;
}
.wp-pagenavi .current {
	background-color: #c03;
}

.wp-pagenavi .page:hover,
.wp-pagenavi .current:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
	background-color: #000;
}

/****************************************

          LIVE

*****************************************/
/* single */
.single-live .section-live {
	padding: 40px 0;
}
.section-live .live-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 10%;
}
.section-live .live-inner .live-post {
	width: 45%;
}
.section-live .live-inner .live-post p {
	font-size: 12px;
}
.section-live .live-inner .live-post .live__flyer {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1.414; /* A4の比率 */
	overflow: hidden;
	margin-bottom: 8px;
}
.section-live .live-inner .live-post .live__flyer img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.section-live .live-inner .live-post .live__title {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 4px;
}
.section-live .live-inner .live-post .live__detail .live__week {
	font-size: 12px;
}

/* archive */
.section-live.section-live--archive .live-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 2%;
}
.section-live.section-live--archive .live-inner .live-post {
	width: 23%;
}

/****************************************

          NEWS SINGLE

*****************************************/
.single__header {
	margin-bottom: 20px;
}
.single__header .single__title {
	font-size: 52px;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 20px;
}
.single__header .single__meta {
	font-family: 'Graduate', serif;
	font-size: 12px;
	font-weight: 300;
}
.single__header .single__meta a {
	text-decoration: underline;
}
.single__media .youtube-embed {
	margin-bottom: 30px;
}
.single__content p {
	font-size: 18px;
	margin-bottom: 20px;
}

.single__content a {
	text-decoration: underline;
	color: #5473d0;
}
.single__content .external-link a {
	background-color: #252525;
	color: #fff;
	text-align: center;
	display: block;
	padding: 10px;
	border-radius: 4px;
	background-image: url(images/ex-link_w.svg);
	background-repeat: no-repeat;
	background-position: right 25px center;
	background-size: 16px;
	font-size: 20px;
	text-decoration: none;
}

.single__content .external-link {
	margin: 36px 0;
}
.single__content .external-link a:hover {
	background-color: #ee0234;
}
.related-live-list .related-live-item {
	margin-bottom: 40px;
}
.related-live-list .related-live-item .related-live-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

/* related-band-info */
.related-band-info {
	background-color: #000;
	color: #fff;
	margin-bottom: 40px;
	border-radius: 5px;
	overflow: hidden;
}
.related-band-content {
	padding: 40px;
}
.related-band-title {
	font-size: 28px;
}
.related-band-title a {
	text-decoration: underline;
	color: #fff;
}
.band-description .yyi-rinker-contents {
	margin-top: 40px;
	margin-bottom: 0;
}
.band-description .yyi-rinker-title {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 6px;
}
.band-thumbnail-image img {
	width: 100%;
	height: auto;
}

/* related-posts */
.related-posts {
	margin-bottom: 40px;
}
.related-posts__heading {
	font-size: 28px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.related-posts__item {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
.related-posts__title {
	font-size: 18px;
}

/* related tags */
.related-posts--tags {
	margin: 40px 0;
}
.related-posts--tags h2 {
	font-size: 28px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.related-posts--tags ul {
}
.related-posts--tags ul li {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
.related-posts--tags ul li h3 {
	font-size: 18px;
}
.related-posts--tags ul li h3 a {
}

/* ja */
.title-ja {
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 20px;
}
.single__content .excerpt-ja p {
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 10px;
}
/****************************************

          RELEASE

*****************************************/
/* ARCHIVE */
.release-archive .release-list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 2%;
}
.release-archive .release-list .release-item {
	width: 18%;
}
.release-archive .release-list .release-item .thumb {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.release-archive .release-list .release-item .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.release-archive .release-list .release-item .release-title {
	font-size: 20px;
	line-height: 1.2;
}
.release-archive .release-list .release-item .release-date,
.release-archive .release-list .release-item .related-bands .related-band-name {
	font-size: 10px;
}

/* SINGLE */
.single-release .album .album__release-date {
	font-size: 10px;
}
.single-release .album .album__title {
	font-size: 52px;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 20px;
}
.single-release .album .album__image {
	margin-bottom: 15px;
}
.single-release .album .album__image img {
	width: 100%;
	height: auto;
}
.single-release .album .album__bands {
	margin-bottom: 20px;
}
.single-release .album .album__bands .album__bands-lists .album__band a {
	text-decoration: underline;
	color: #4a87f5;
}
.single-release .album .album__content p {
	margin-bottom: 20px;
}
.single-release .album .album__content iframe {
	max-width: 100%;
}
.single-release
	.album
	.album__content
	.lyte-wrapper
	.single-release
	.album
	.album__content
	.lL {
	margin: 0 !important;
}
.single-release .album .album__content .lL + br {
	display: none;
}
/****************************************

          BAND SINGLE

*****************************************/
/* Single */
.band__photo img {
	width: 100%;
	height: auto;
}
.band__name {
	font-size: 52px;
	font-weight: 900;
}
.band__meta {
	font-size: 12px;
	margin-bottom: 20px;
}
.band__intro p {
	margin-bottom: 20px;
}
.band__links,
.band__youtube,
.band__related-posts {
	margin-bottom: 40px;
}
.band__links .band__link a {
	color: #36c;
	text-decoration: underline;
}
.band__heading {
	font-size: 32px;
	font-weight: 900;
}

.band__youtube .band__youtube-videos .youtube-video {
	margin-bottom: 20px;
}
.band__youtube .youtube-embed {
	margin-bottom: 0;
}

.band__related-posts ul {
	list-style: disc;
	padding: 0 0 0 20px;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
}
.band__related-posts ul li {
}
.band__related-posts ul li a {
	text-decoration: underline;
}
.band__related-posts ul li a:hover {
	color: #36c;
}

.related-live-thumbnail img {
	width: 100%;
	height: auto;
}

.band__related-posts ul.related-release-list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 2%;
	list-style: none;
	padding: 0;
}
.band__related-posts ul.related-release-list .related-release-item {
	width: 23%;
}
.band__related-posts
	ul.related-release-list
	.related-release-item
	.related-release-thumbnail
	img {
	width: 100%;
	height: auto;
}
.band__related-posts
	ul.related-release-list
	.related-release-item
	.related-release-title {
	line-height: 1.2;
}

/* archive */
.band__block {
}
.band__block .band__list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
}
.band__block .band__initials {
	font-family: 'Graduate', serif;
	font-size: 32px;
	width: 100%;
	line-height: 1;
	padding-top: 40px;
}
.band__block .band__initials:first-child {
	padding-top: 0;
}
.band__block .band__item {
	width: 18%;
}
.band__block .band__photo {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.band__block .band__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.band__block .band__item .band__name {
	font-size: 20px;
	line-height: 1.2;
}

/****************************************

          LIVE SINGLE

*****************************************/
article.live {
	margin-bottom: 40px;
}
.related-band-info .band-thumbnail img,
.live__flyer-image img {
	width: 100%;
	height: auto;
}

/****************************************

          PV RANKING

*****************************************/
.pv-ranking {
}
.pv-ranking__heading {
	font-size: 40px;
	font-weight: 900;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}
.ranking-list {
}
.pv-ranking__item {
	padding: 10px 0;
	border-bottom: 1px dotted #ddd;
}
.pv-ranking__title {
	font-size: 16px;
	font-weight: 400;
}
.pv-count {
	/* 管理者ログイン中だけみられる */
	font-size: 10px;
	color: #999;
}
/****************************************

          RINKER

*****************************************/
.yyi-rinker-contents {
	background-color: #1f1f1f;
	/* margin-bottom: 40px; */
	padding: 20px;
	border-radius: 10px;
}
.yyi-rinker-box {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.yyi-rinker-image {
	width: 22%;
}
.yyi-rinker-image a {
	line-height: 1;
	display: block;
}
.yyi-rinker-image img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.yyi-rinker-info {
	width: 74%;
}
.yyi-rinker-links {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	gap: 10px;
}
.yyi-rinker-links li {
	width: 48%;
	list-style: none;
}
.yyi-rinker-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 4px;
}
.yyi-rinker-title a {
	color: #fff;
}
.yyi-rinker-detail {
	color: #fff;
	font-weight: 100;
	margin-bottom: 8px;
	font-size: 12px;
}
.credit-box,
.credit-box a {
	/* font-size: 10px;
  color: #ccc; */
	display: none;
}
.yyi-rinker-detail .price-box .price {
	font-size: 12px;
	margin-right: 10px;
}
.yyi-rinker-links li a {
	display: block;
	text-align: center;
	border-radius: 2px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: 400;
	padding: 0 2px 2px;
}
.yyi-rinker-links .amazonlink a {
	background-color: #f19503;
	color: #fff;
}
.yyi-rinker-links .rakutenlink a {
	background-color: #bf0000;
	color: #fff;
}

.yyi-rinker-links .amazonkindlelink a {
	background-color: #3c85ce;
	color: #fff;
}

/****************************************

          Youtube

*****************************************/
.news__youtube {
	width: 100%;
	margin-top: 20px;
}
.news__youtube .lyte-wrapper {
	margin: 0 !important;
}
.youtube-embed {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 1.5em;
}

.youtube-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/****************************************

          404

*****************************************/
.not-found {
	padding: 80px 0;
}
.not-found__header {
	margin-bottom: 80px;
}

.not-found__title {
}
.not-found__subtitle {
	font-size: 9vw;
	line-height: 1;
}
.not-found__content p {
	margin-bottom: 20px;
}
.not-found__content p a {
	color: #36c;
	text-decoration: underline;
}
.not-found #searchform {
	width: 100%;
	max-width: 450px;
	margin-top: 40px;
}
.not-found__content .pv-ranking {
	padding: 80px 0;
}
.not-found__content .pv-ranking__title {
	font-size: 20px;
	font-weight: 500;
}

.not-found__content .artcile__list {
	display: flex;
	justify-content: space-between;
}
.not-found__content .artcile__block {
	width: 46%;
}
.not-found__content .artcile__block ul li {
	padding: 10px 0;
	border-bottom: 1px dotted #ddd;
}
.not-found__content .artcile__block ul li h4 {
	font-size: 20px;
	font-weight: 500;
}

/****************************************

          SEARCH RESULTS

*****************************************/
.search-results h1 {
}
.search-results .search-posts li {
	padding: 40px 0;
	border-top: 1px dotted #ddd;
}
.search-results .search-posts li a p {
	font-size: 12px;
	font-family: 'Graduate', serif;
}
.search-results .search-posts li a .search-title {
	font-size: 32px;
	font-weight: 900;
	margin-bottom: 8px;
	line-height: 1.4;
}

/****************************************

          TAG

*****************************************/
.tag-posts li {
	padding: 40px 0;
	border-top: 1px dotted #ddd;
}
.post-cat {
	font-size: 12px;
	font-family: 'Graduate', serif;
}
.tag-posts .post-title {
	font-size: 32px;
	font-weight: 900;
	margin-bottom: 8px;
	line-height: 1.4;
}

/****************************************

          PICUP BAND

*****************************************/
.pickup-band {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 60px;
}
.pickup-band__item {
	background-color: #000;
	border-radius: 5px;
	padding: 20px;
}
.pickup-band__post-title {
	display: -webkit-box;
	-webkit-box-orient: vertical; /* 垂直方向に配置 */
	overflow: hidden; /* 溢れた部分を隠す */
	text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
	-webkit-line-clamp: 2; /* 最大行数を2行に設定 */
}
.pickup-band__post-title a,
.pickup-band__band-name a {
	color: #fff;
	font-family: 'Graduate', serif;
	font-size: 16px;
	text-decoration: underline;
}
.pickup-band__band-name a {
	text-decoration: none;
}
.pickup-band__related-bands {
	margin: 0;
}
.pickup-band__band-item {
	position: relative;
}
.pickup-band__band-name {
	position: absolute;
	top: 10px;
	left: 20px;
}
.pickup-band__band-thumb {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	margin-bottom: 20px;
}
.pickup-band__band-thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
/****************************************

          Footer

*****************************************/

#copyright {
	padding: 20px 0;
	font-size: 12px;
	font-weight: 700;
}

/****************************************

          Form

*****************************************/
.search__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.search__inner #s {
	width: 70%;
}
.search__inner #searchsubmit {
	width: 30%;
	font-family: 'Graduate', serif;
	padding: 10px 0 11px;
}

input[type='text'],
input[type='search'] {
	margin: 0;
	padding: 10px;
	max-width: 100%;
	outline: none;
	border: 1px solid #ddd;
	background: #fafafa;
}

input[type='text']:focus,
input[type='search']:focus,
textarea:focus {
	border: 1px solid #94d2e2;
	background: #fff;
	box-shadow: 0 0 2px #00cbff;
	color: #444;
}

input[type='submit'] {
	padding: 8px;
	border: 1px solid #000000;
	border-radius: 0;
	background: #000000;
	color: #fff;
	cursor: pointer;
}
input[type='submit']:hover {
	border: 1px solid #252525;
	background: #444;
	color: #fff;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
}

/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption-text,
.gallery-caption {
	font-size: 80%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

img.alignright {
	display: inline-block;
	margin: 0 0 1em 1.5em;
}

img.alignleft {
	display: inline-block;
	margin: 0 1.5em 1em 0;
}

/****************************************

          SNS SHARE

*****************************************/
.sns-share {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}
.sns-share__lists {
	display: flex;
	gap: 10px;
}
.sns-share__lists li {
	margin: 0;
	padding: 0;
}
.sns-share__lists li a {
}
.sns-share__lists li a img,
.sns-share__copy-link-btn img {
	width: 40px;
	height: auto;
	vertical-align: middle;
}
.sns-share__copy-link-btn {
	padding: 0;
}
.sns-share__copy-success-msg {
}

/****************************************

          RESPONSIVE

*****************************************/
@media screen and (max-width: 768px) {
	#header {
		padding: 40px 0;
	}
	#site-description {
		font-size: 10px;
		font-weight: 300;
	}
	#site-name {
		font-size: 18vw;
		letter-spacing: -1vw;
	}
	.inner-column {
		flex-direction: column;
		gap: 0;
	}
	.inner-column #main,
	.inner-column #sidebar {
		width: 100%;
	}
	.section-live .live-inner {
		gap: 40px 6%;
	}
	.section-live .live-inner .live-post {
		width: 47%;
	}
	.news .news-title {
		font-size: 28px;
	}
	.section-live .live-inner .live-post .live__title {
		font-size: 18px;
	}
	.c-post-footer p,
	.tag-posts .post-cat {
		font-size: 10px;
	}
	.single__header .single__title {
		font-size: 32px;
	}

	.band__block .band__item,
	.release-archive .release-list .release-item {
		width: 32%;
	}
	.section-live.section-live--archive .live-inner .live-post {
		width: 48%;
	}
	.section-live.section-live--archive .live-inner {
		justify-content: space-between;
	}

	.not-found__content .artcile__list {
		flex-direction: column;
	}
	.not-found__content .artcile__block {
		width: 100%;
	}
	.not-found__content .pv-ranking {
		padding: 40px 0;
	}

	.c-archive-title {
		font-size: 32px;
	}

	/* VIDEO */
}
