@import url(http://fonts.googleapis.com/css?family=Karla|Quicksand);
/*@import url('styles/boots-bones.css'); */
/*
Theme Name: Naked Wordpress / shokuzai ver.
Theme URI: http://bckmn.com/naked-wordpress
Author: J Beckman
Author URI: http://bckmn.com
Description: A super bare theme for designers who don't know Wordpress PHP but want to build with Wordpress.
Version: 2024.09.30
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}
button,
input,
select,
textarea {
  font-size: 1rem;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 1rem;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 1.2rem;
  line-height: 1;
  padding: 5px;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}
/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  font-size: 1rem;
  line-height: 2;
  position: relative;
  z-index: 0;
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: "Noto Sans JP", sans-serif !important;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
}
/* Text elements */
p {
  /* margin-bottom: 0em; */
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 0 1.5rem;
}
/* Links */
a {
  color: #333333;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #f6b149;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.center {
  text-align: center;
}
/* Header
-------------------------------------------------------------- */
header {
  background-color: #1A1A1A;
}
.header-inner {
  max-width: 1000px;
  margin: auto;
  position: relative;
}
.site-title {
  margin-left: 15px;
}
.site-title a {
  display: inline-block;
}
.site-title img {
  display: block;
  padding: 11px 0;
}
.navbutton {
  display: none;
}
.header-nav-wrap {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.header-nav {
  font-size: 0;
  letter-spacing: 0;
}
.header-nav ul {
  list-style: none;
  margin: 0;
}
.header-nav ul li {
  display: inline-block;
  width: 50px;
  text-align: center;
}
.header-nav ul li a {
  display: block;
  color: #ffffff;
  font-size: 1rem;
  padding: 6px 5px 0;
}
.header-nav ul li a:hover,
.header-nav ul li a:focus,
.header-nav ul li a:active {
  color: #1A1A1A;
  background-color: #ffffff;
}
.header-nav i {
  font-size: 2.6rem;
}

/* Page
-------------------------------------------------------------- */
h1 {
  font-size: 2.6rem;
  margin-top: 10px;
}
h2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 20px;
}

footer {
  font-size: 1.2rem;
  margin-top: 30px;
}
.footer-button {
  margin: 0;
  text-align: center;
  display: block;
}
.footer-button a:hover,
.footer-button a:focus,
.footer-button a:active {
  background: #333333;
  color: #fff;
}
.btn1{
  color: #333333;
  border: 1px solid #333333;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 5px 25px;
}
.copyright {
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  margin: 10px auto 30px;
}


/* TOP
-------------------------------------------------------------- */
.top-img {
  width: 100vw ;
  max-width: 1000px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.main-button {
  margin-top: 5px;
  font-size: 1.2rem;
	font-weight: bold;
	text-decoration: none;
}
.btn2 {
	display: flex;
	position: relative;
  align-items: center;
	margin: auto;
	padding: 1rem 6rem;
	width: 80px;
	color: #1A1A1A;
	background: #eee;
	border-radius: 100vh;
	transition: 0.3s;
}
.btn2::before {
	content: '';
	position: absolute;
	/* top: calc(50% - 2px); */
	right: 1.2rem;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 5px;
	height: 1px;
	background: #1A1A1A;
}
.btn2::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1.2rem;
	transform: translateY(-50%);
	width: 30px;
	height: 1px;
	background: #1A1A1A;
}
.btn2:hover {
	background: #d4eef7;
	color: #1A1A1A;
}

.news h1,.live h1,.disco h1 {
  font-weight: 1000;
  font-style: italic;
  line-height: 2.2;
  padding: 0 10px;
  border-bottom: 2px solid #1A1A1A;
  margin-bottom: 15px;
}
/*news h1:first-letter,.live h1:first-letter,.disco h1:first-letter {
  font-weight: 400;
  font-size: 150%;
}*/
.live .next {
  font-size: 1.3rem;
  line-height: 1;
  color: #f6b149;
  border: 1px solid #f6b149;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 5px;
  margin: 0px 0px 5px;
}

ul.lcp_catlist {
  margin: 0px;
  padding: 0px;
}
ul.lcp_catlist li {
  list-style:none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: 1px dotted #CCCCCC;
}
ul.lcp_catlist li:first-child {
  padding-top: 0px;
}
ul.lcp_catlist li:last-child {
  border-bottom: 0px;
}
ul.lcp_catlist li div.lcp_date {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #999999;
}
ul.lcp_catlist li a {
  font-weight: bold;
}
ul.lcp_catlist_disco {
  margin: 5px 0px 10px;
  padding: 0px;
}
ul.lcp_catlist_disco li {
  width: 30%;
  display: inline-block;
  list-style:none;
  padding: 0px 5% 0px 0px;
  line-height: 1.5;
	vertical-align: top;
}
ul.lcp_catlist_disco li:last-child {
  padding: 0px;
}
ul.lcp_catlist_disco  li a {
  font-weight: bold;
}
ul.lcp_catlist_disco  li a img {
  width: 100%;
	border: solid 1px #e6e6e6;
}
ul.lcp_catlist_disco  li div.title {
  font-size: 1.6rem;
  text-align: center;
}
ul.lcp_catlist_disco  li div span.date {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
}

/* PROFILE
-------------------------------------------------------------- */
.profile {
  text-align: center;
}
.profile div {
  display: block;
}
.profile p {
  text-align: center !important;
}
.profile img {
  border-radius: 50%;
  width: 300px !important;
  height: 300px !important;
  object-fit: cover;
  border: 1px solid #999;
  padding: 5px;
  object-position: 0 0;
}
.profile text {
  width: 300px;
  padding: 10px 20px 0px ;
}
.profile p {
  margin: 0px ;
  padding: 0px 0px 5px;
}
.profile p.sns {
  padding: 10px 0px 30px;
}
.profile p.sns i {
  font-size: 1.8rem;
}
.profile a {
  text-decoration: none ;
}
.profile_name {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
}
.profile_sub {
  font-size: 1.2rem;
}

/* marche
-------------------------------------------------------------- */
.marche {
  margin-top: 20px;
}
a.btn-marche {
  display: block;
  width: 280px;
  margin: 10px auto;
  padding: 0 20px;
  border: solid 1px #1A1A1A;
  border-radius: 100px;
  font-size:16px;
  font-weight: bold;
}
a.btn-marche img {
  display: inline-block;
  vertical-align: middle;
  width: 75px !important;
  height: 75px !important;
  border-radius: 50%;
  object-fit: cover;
  object-position: 0 0;
  margin:15px;
}
a.btn-marche:before {
  display: inline-block;
  vertical-align: middle;
  width: 74px !important;
  height: 26px !important;
  content: "";
  background: url("/wp-content/uploads/2024/10/logo_black.png") no-repeat;
  background-size: contain;
}
a.btn-marche.rina:after {
  display: inline-block;
  vertical-align: middle;
  content: "可惜世りな";
}
a.btn-marche.ryo:after {
  display: inline-block;
  vertical-align: middle;
  content: "鴉羽りょう";
}
a.btn-marche.uzume:after {
  display: inline-block;
  vertical-align: middle;
  content: "切兎うずめ";
}
a.btn-marche.nemuri:after {
  display: inline-block;
  vertical-align: middle;
  content: "宵闇ねむり";
}
a.btn-marche.mirumo:after {
  display: inline-block;
  vertical-align: middle;
  content: "蘭赦染みるも";
}

/* Posts/Articles
-------------------------------------------------------------- */
article {
  background: transparent;
  padding: 0;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 5px;
}
article .title {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
}
article .title a {
}
article .title a:hover {
}
article .post-meta {
  font-size: 1.2rem;
  color: #999999;
  margin-right: 5px !important;
}
article .post-meta a {
  color: #888888;
  text-decoration: none;
}
article .post-meta a:hover {
}
article .meta {
  display: block;
  font-size: 1.2rem;
  color: #999999;
  padding-bottom: 5px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
}
article .meta div {
  display: inline-block;
  margin:1px auto;
}
article .meta .post-categories {
  list-style: none;
}
article .meta .post-categories li {
  display: inline-block;
  margin-right: 10px;
}
.thumbnail {
  display: inline-block;
}
.thumbnail img {
  width: 100px;
  height: auto;
  border: 1px solid #CCC;
}
article .the-content {
  letter-spacing: 0.4;
}
article .the-content a {
  font-weight: 900;
  text-decoration: none;
}
article .the-content p {
  text-align: justify;
  font-size: 1.2rem;
  padding-bottom: 15px;
}
article .the-content img {
  width: 100%;
  height: auto;
}
/* Page loop styling */
.page article {
  border-bottom: none;
}
.page article .title {
}
/* Pagination */
#pagination {
  width: 100%;
  text-align: center;
}
#pagination .past-page {
  margin-right: auto;
  text-align:right;
  display: inline-block;
}
#pagination .next-page {
  margin-left: auto;
  display: inline-block;
  padding: 10px 20px;
}
.next-page a, .past-page a {
  font-size: 2rem;
  font-style: italic;
}

/* Misc & mixens
-------------------------------------------------------------- */
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.clear {
  clear: both;
}
/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

/* #Media Queries
================================================== */

/* Those wide screens above 1025px */
@media only screen and (min-width: 1024px) {
  header {
  height: 100px;
}
  .site-title img {
    height: 75px;
  }
  .row-fluid {
    width: 80%;
    max-width: 1000px;
    margin: auto;
  }

}

/* Tablet Sizes (devices and browser) */
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  header {
    height: 82px;
  }
  .site-title img {
    height: 60px;
  }
  .row-fluid {
    width: 80%;
    max-width: 1000px;
    margin: auto;
  }

}

/* Mobile Size (devices and browsers) */
@media only screen and (max-width: 700px) {
  header {
    height: 76px;
  }
  .site-title {
    display: flex;
    justify-content: center;
  }
  .site-title img {
    height: 54px;
    min-height: 54px;
  }
  .navbutton {
    font-size: 1.4rem;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 99;
    transform: translateY(-50%);
    color: #1A1A1A;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    padding: 5px 12px;
  }
  .navbutton:active {
    color: #ffffff;
    background-color: #1A1A1A;
  }
  .navbutton i {
    font-size: ;
    font-style: normal;
	  vertical-align: middle;
  }
  .navbutton:focus {
    outline: 0;
  }
  .header-nav-wrap {
    display: none;
    width: 100%;
    top: 75.75px;　/*ヘッダーの高さと合わせる*/
    right: auto;
    left: 0;
    margin-left: 0;
    z-index: 99;
    transform: none;
    background-color: rgba(85,85,85,0.75);
    text-align: right;
  }
  .header-nav ul {
    width: 100%;
  }
  .header-nav ul li {
    width: 100%;
    display: block;
    margin-right: 0;
  }
  .header-nav ul li a {
    position: relative;
    color: #ffffff;
    font-size: 1.4rem;
    padding: 5px 15px;
  }
  .menuset {
    margin: auto;
  }
  .header-nav i, .menuname {
    display: inline;
    vertical-align: middle;
    padding-right: 10px;
  }
  .header-nav ul li a:hover,
  .header-nav ul li a:focus,
  .header-nav ul li a:active {
    color: #1A1A1A;
    background-color: #ffffff;
  }

  .row-fluid {
    width: 90%;
    max-width: 1000px;
    margin: auto;
  }
	.discotitle {
		padding-top: 5px;
		display: block;
		font-size: 1.4rem;
		line-height: 1;
	}
}