/*
Theme Name: BCv12_anclet
Theme URI: http://
Author: Brain Cube
Author URI: http://
*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap');

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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
	margin: 0;
	padding: 0;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}

body,
button,
input,
select,
textarea {
	font-size: 17px;
	line-height: 1.8;
	font-family: "Jost", "Noto Sans", sans-serif;
}

.mincho {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
}

.eng {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
}

@media (max-width:1600px) {

	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		line-height: 1.7;
	}
}

@media (max-width:768px) {

	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		line-height: 1.7;
	}
}

@media (max-width:480px) {

	body,
	button,
	input,
	select,
	textarea {
		font-size: 15px;
		line-height: 1.6;
	}
}

body.page .edit-link {
	display: none;
}

body {
	position: relative;
	color: #151515;
	background: #fff;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	letter-spacing: 0.075em;
	font-weight: 400;
}

a {
	color: #436a9c;
	text-decoration: none;
	outline: none;
	transition: all 0.5s ease;
}

.archive_body a {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

a:hover {
	outline: none;
}

a:active {
	outline: none;
}

a:hover {
	color: #3f7779;
}

a:active {
	color: #3f7779;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: inherit;
}

h1 {
	font-size: 26px;
	font-size: 1.6em;
	line-height: 1.4;
}

h2 {
	font-size: 24px;
	font-size: 1.5em;
	line-height: 1.4;
}

h3 {
	font-size: 22px;
	font-size: 1.4em;
	line-height: 1.4;
}

h4 {
	font-size: 20px;
	font-size: 1.3em;
	line-height: 1.4;
}

h5 {
	font-size: 18px;
	font-size: 1.2em;
	line-height: 1.4;
}

h6 {
	font-size: 16px;
	font-size: 1.1em;
	line-height: 1.4;
}


address {
	margin-bottom: 15px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

strong {
	font-size: 120%;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin: 0;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 1em;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 1em;
	line-height: 1.4;
	margin-bottom: 15px;
}

blockquote cite,
blockquote small {
	font-size: 0.85em;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 500;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

ul,
ol {
	list-style: none;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
	list-style-position: inside;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
	/* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	margin-bottom: 15px;
}

table,
th,
td {
	border: 1px solid rgba(255, 255, 255, 0.15);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	width: 100%;
}

caption,
th,
td {
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	border: none !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
	margin: 10px 0;
}

.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}

.clearfix {
	min-height: 1px;
	/*IE6、7対策*/
}

.flexbox {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

:root {
	--color-blue: #3f4899 !important;
	--color-green: #077540 !important;
}

.m-0 {
	margin: 0 !important;
}

.m-1 {
	margin: .25rem !important;
}

.m-2 {
	margin: .5rem !important;
}

.mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-05 {
	margin-top: 0.5rem !important;
}

.mt-1 {
	margin-top: 1rem !important;
}

.mt-15 {
	margin-top: 1.5rem !important;
}

.mt-2 {
	margin-top: 2rem !important;
}

.mt-3 {
	margin-top: 3rem !important;
}

.mt-10 {
	margin-top: 10rem !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-025 {
	margin-bottom: 0.25rem !important;
}

.mb-05 {
	margin-bottom: 0.5rem !important;
}

.mb-075 {
	margin-bottom: 0.75rem !important;
}

.mb-1 {
	margin-bottom: 1rem !important;
}

.mb-15 {
	margin-bottom: 1.5rem !important;
}

.mb-2 {
	margin-bottom: 2rem !important;
}

.mb-25 {
	margin-bottom: 2.5rem !important;
}

.mb-3 {
	margin-bottom: 3rem !important;
}

.mb-35 {
	margin-bottom: 3.5rem !important;
}

.mb-4 {
	margin-bottom: 4rem !important;
}

.mb-section {
	margin-bottom: 8% !important;
}

@media (max-width:768px) {
	.mb-section {
		margin-bottom: 12% !important;
	}
}

@media (max-width:767px) {
	.mb-3 {
		margin-bottom: 2.5rem !important;
	}

	.mb-35 {
		margin-bottom: 2.5rem !important;
	}

	.mb-4 {
		margin-bottom: 3rem !important;
	}
}

@media (max-width:480px) {
	.mb-section {
		margin-bottom: 14% !important;
	}
}



.m-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.mr-auto {
	margin-right: auto !important;
}

.ml-auto {
	margin-left: auto !important;
}

.mr-05 {
	margin-right: 0.15rem !important;
}

.mr-1 {
	margin-right: 0.25rem !important;
}

.mr-15 {
	margin-right: 0.35rem !important;
}

.mr-2 {
	margin-right: 0.5rem !important;
}

.mr-3 {
	margin-right: 0.75rem !important;
}

.mr-4 {
	margin-right: 1rem !important;
}

.ml-1 {
	margin-left: 0.25rem !important;
}

.ml-2 {
	margin-left: 0.5rem !important;
}

.ml-3 {
	margin-left: 0.75rem !important;
}

.ml-4 {
	margin-left: 1rem !important;
}

.mx-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
}

.mx-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important;
}

.mx-3 {
	margin-right: 0.75rem !important;
	margin-left: 0.75rem !important;
}

.mx-4 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.p-0 {
	padding: 0 !important;
}

.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pt-2 {
	padding-top: 2% !important;
}

.pt-4 {
	padding-top: 4% !important;
}

.pl-1 {
	padding-left: 1rem !important;
}

.pr-1 {
	padding-right: 1rem !important;
}

.pr-2 {
	padding-right: 2rem !important;
}

.smp-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

@media (max-width:768px) {
	.d-inline-block.change {
		display: inline !important;
	}
}

.position-relative {
	position: relative !important;
}

.font-4x {
	font-size: 4em !important;
}

.font-35x {
	font-size: 3.5em !important;
}

.font-3x {
	font-size: 3em !important;
}

.font-25x {
	font-size: 2.5em !important;
}

.font-2x {
	font-size: 2em !important;
}

.font-ll2 {
	font-size: 1.8em !important;
}

.font-ll {
	font-size: 1.6em !important;
}

.font-lg {
	font-size: 1.4em !important;
}

.font-mdl {
	font-size: 1.3em !important;
}

.font-md {
	font-size: 1.2em !important;
}

.font-ms {
	font-size: 1.1em !important;
}

.font-mss {
	font-size: 1.05em !important;
}

.font-normal {
	font-size: 1em !important;
}

.font-mm {
	font-size: 0.95em !important;
}

.font-m {
	font-size: 0.9em !important;
}

.font-sm {
	font-size: 0.85em !important;
}

.font-s {
	font-size: 0.8em !important;
}

.font-ss {
	font-size: 0.7em !important;
}

.font-sss {
	font-size: 0.6em !important;
}

@media (max-width:1024px) {
	.font-2x {
		font-size: 1.8em !important;
	}

	.font-25x {
		font-size: 2em !important;
	}
}

@media (max-width:768px) {
	.font-lg {
		font-size: 1.3em !important;
	}

	.font-2x {
		font-size: 1.6em !important;
	}

	.font-25x {
		font-size: 1.8em !important;
	}
}

.bold {
	font-weight: bold !important;
}

.nobold {
	font-weight: normal !important;
}

.bold300 {
	font-weight: 300 !important;
}

.bold500 {
	font-weight: 500 !important;
}

.bold600 {
	font-weight: 600 !important;
}

.spacing-min {
	letter-spacing: 0.025em !important;
}

.spacing-s {
	letter-spacing: 0.05em !important;
}

.spacing-md {
	letter-spacing: 0.1em !important;
}

.spacing-lg {
	letter-spacing: 0.2em !important;
}

.spacing-none {
	letter-spacing: 0 !important;
}

.nega-spacing {
	letter-spacing: -0.04em !important
}

.line-height-min {
	line-height: 1.35;
}

.line-height12 {
	line-height: 1.2;
}

.line-height13 {
	line-height: 1.3;
}

.line-height14 {
	line-height: 1.4;
}

.line-height16 {
	line-height: 1.6;
}

.line-height2 {
	line-height: 2;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

/* =======================================
	ページアップ
======================================= */
#tothetopfixed {
	position: fixed;
	right: -10px;
	bottom: 130px;
	z-index: 99;
	transform: translateY(240px) rotate(-90deg);
	transform-origin: center top;
	opacity: 0;
	transition: all .8s ease;
}

#tothetopfixed.slide-in {
	transform: translateY(0) rotate(-90deg);
	opacity: 1;
}

@media (max-width:1365px) {
	#tothetopfixed {
		right: -25px;
		bottom: 120px;
	}
}

@media (max-width:1180px) {
	#tothetopfixed {
		right: -30px;
	}

	#tothetopfixed {
		transform: translateY(240px) rotate(-90deg) scale(0.9);
	}

	#tothetopfixed.slide-in {
		transform: translateY(0) rotate(-90deg) scale(0.9);
	}
}

@media (max-width:1024px) {

	/* #tothetopfixed {
		position: absolute;
		top: 15px;
		left: 50%;
		opacity: 1;
		transform: translate(-50%, -50%);
		display: inline-block;
		right: auto;
		bottom: auto;
	}

	#tothetopfixed.slide-in {
		transform: translate(-50%, -50%);
	} */
	#tothetopfixed {
		display: none;
	}
}

a.pageup {
	position: relative;
	display: block;
	font-size: 0.9em;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	padding: 6px 35px;
	border-radius: 50px;
	color: #555;
	border: 1px solid #999;
	text-align: center;
	text-decoration: none;
	transition: .2s;
	letter-spacing: 2px;
	text-indent: 2px;
	transition: all ease .5s;
}

a.pageup:before {
	position: absolute;
	top: 50%;
	left: 100%;
	content: "";
	width: 60px;
	height: 6px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	margin-top: -3px;
	margin-left: -20px;
	transform: translate(0, -50%) skew(45deg);
	transition: all ease .5s;
}

a.pageup:hover {
	padding: 6px 30px 6px 40px;
	color: #222;
	border: 1px solid #555;
}

a.pageup:hover:before {
	width: 90px;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
}

/* @media (max-width:1024px) {
	a.pageup {
		opacity: 1;
		transform: none;
		color: #ccc;
		border: 1px solid #ccc;
		background: #202020;
		box-shadow: 0 0 0 12px #202020;
	}

	a.pageup:before {
		display: none;
	}

	a.pageup:hover {
		padding: 6px 35px;
	}
}

@media (max-width:480px) {
	a.pageup {
		box-shadow: 0 0 0 10px #202020;
	}
} */

.smp-pageup {
	display: none;
	text-align: center;
}

.smp-pageup a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0.5em 2em;
	border: 1px solid #777;
	color: #151515;
	border-radius: 50px;
	margin: auto;
	margin-bottom: calc(5% + 2em);
	font-size: 0.95em;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
}

@media (max-width:1024px) {
	.smp-pageup {
		display: block;
	}
}

/* =======================================
	ページダウン
======================================= */
/* @media (max-width:1024px) {
	.pagedown { display:none !important; }
}

.pagedown {
	position: fixed;
	left:50%;
	bottom:0;
	transform: translate3d(-50%, 0, 0);
	z-index:9;
}

.pagedown a {
	display:block;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	padding:15px 12px;
	padding-top: 75px;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	border-radius: 50px 50px 0 0;
	background-color:rgba(0, 0, 0, 0.5);
	transition: background-color 0.2s ease;
}

.pagedown a span {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.pagedown a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}

.pagedown a:hover {
	background-color:rgba(0, 0, 0, 0.75);
}


@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
} */

/* =======================================
	ローディング
======================================= */
#wrapper {
	opacity: 0;
	overflow: hidden;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	display: flex;
	padding: 0 0 0 340px;
}

#wrapper.load {
	opacity: 1;
	transition: opacity 2s;
	-moz-transition: opacity 2s;
	-webkit-transition: opacity 2s;
	-o-transition: opacity 2s;
}

.side-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 340px;
	display: flex;
	align-items: center;
	padding-left: 80px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.content-wrapper {
	position: relative;
	width: 100%;
}

@media (max-width:1600px) {
	#wrapper {
		padding: 0 0 0 300px;
	}

	.side-menu {
		width: 300px;
		padding-left: 60px;
	}
}

@media (max-width:1440px) {
	#wrapper {
		padding: 0 0 0 270px;
	}

	.side-menu {
		width: 270px;
		padding-left: 50px;
	}
}

@media (max-width:1180px) {
	#wrapper {
		padding: 0 0 0 240px;
	}

	.side-menu {
		width: 240px;
		padding-left: 40px;
	}
}

@media (max-width:1024px) {
	#wrapper {
		padding: 0;
	}

	.side-menu {
		position: static;
		width: 0;
		padding: 0;
		margin: 0;
	}

	.content-wrapper {
		padding-top: 80px;
	}

	.content-wrapper.fade-in-left-animation {
		transform: none;
		animation: none;
		opacity: 1;
	}
}

@media (max-width:480px) {
	.content-wrapper {
		padding-top: 70px;
	}
}


.loader {
	position: relative;
	background: #fff;
	height: 100%;
	left: 0;
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.loader-logo {
	position: relative;
	display: block;
	z-index: 3;
	width: 40%;
	max-width: 240px;
	margin-bottom: 40px;
}

.fadeDown {
	animation-name: fadeDownAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeDownAnime {
	from {
		opacity: 0;
		transform: translateY(-60px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.loader-logo.zoom-fadeOut {
	opacity: 1;
	transform: scale(1);
	animation: zoom-fadeOut .5s cubic-bezier(.75, 0, .74, 1) forwards;
}

@keyframes zoom-fadeOut {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(2);
	}
}

.loader-logo img {
	width: 100%;
	height: auto;
}

.default_load {
	position: relative;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
}

.chaotic-orbit {
	--uib-size: 30px;
	--uib-speed: 1.5s;
	--uib-color: #151515;

	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: var(--uib-size);
	width: var(--uib-size);
	animation: rotate calc(var(--uib-speed) * 1.667) infinite linear;
}

.chaotic-orbit::before,
.chaotic-orbit::after {
	content: '';
	position: absolute;
	height: 60%;
	width: 60%;
	border-radius: 50%;
	background-color: var(--uib-color);
	will-change: transform;
	flex-shrink: 0;
}

.chaotic-orbit::before {
	animation: orbit var(--uib-speed) linear infinite;
}

.chaotic-orbit::after {
	animation: orbit var(--uib-speed) linear calc(var(--uib-speed) / -2) infinite;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes orbit {
	0% {
		transform: translate(calc(var(--uib-size) * 0.5)) scale(0.73684);
		opacity: 0.65;
	}

	5% {
		transform: translate(calc(var(--uib-size) * 0.4)) scale(0.684208);
		opacity: 0.58;
	}

	10% {
		transform: translate(calc(var(--uib-size) * 0.3)) scale(0.631576);
		opacity: 0.51;
	}

	15% {
		transform: translate(calc(var(--uib-size) * 0.2)) scale(0.578944);
		opacity: 0.44;
	}

	20% {
		transform: translate(calc(var(--uib-size) * 0.1)) scale(0.526312);
		opacity: 0.37;
	}

	25% {
		transform: translate(0%) scale(0.47368);
		opacity: 0.3;
	}

	30% {
		transform: translate(calc(var(--uib-size) * -0.1)) scale(0.526312);
		opacity: 0.37;
	}

	35% {
		transform: translate(calc(var(--uib-size) * -0.2)) scale(0.578944);
		opacity: 0.44;
	}

	40% {
		transform: translate(calc(var(--uib-size) * -0.3)) scale(0.631576);
		opacity: 0.51;
	}

	45% {
		transform: translate(calc(var(--uib-size) * -0.4)) scale(0.684208);
		opacity: 0.58;
	}

	50% {
		transform: translate(calc(var(--uib-size) * -0.5)) scale(0.73684);
		opacity: 0.65;
	}

	55% {
		transform: translate(calc(var(--uib-size) * -0.4)) scale(0.789472);
		opacity: 0.72;
	}

	60% {
		transform: translate(calc(var(--uib-size) * -0.3)) scale(0.842104);
		opacity: 0.79;
	}

	65% {
		transform: translate(calc(var(--uib-size) * -0.2)) scale(0.894736);
		opacity: 0.86;
	}

	70% {
		transform: translate(calc(var(--uib-size) * -0.1)) scale(0.947368);
		opacity: 0.93;
	}

	75% {
		transform: translate(0%) scale(1);
		opacity: 1;
	}

	80% {
		transform: translate(calc(var(--uib-size) * 0.1)) scale(0.947368);
		opacity: 0.93;
	}

	85% {
		transform: translate(calc(var(--uib-size) * 0.2)) scale(0.894736);
		opacity: 0.86;
	}

	90% {
		transform: translate(calc(var(--uib-size) * 0.3)) scale(0.842104);
		opacity: 0.79;
	}

	95% {
		transform: translate(calc(var(--uib-size) * 0.4)) scale(0.789472);
		opacity: 0.72;
	}

	100% {
		transform: translate(calc(var(--uib-size) * 0.5)) scale(0.73684);
		opacity: 0.65;
	}
}

/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 8px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	/* box-shadow:rgba(0, 0, 0, 0.75) 1px 1px 3px -1px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.75) 1px 1px 3px -1px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.75) 1px 1px 3px -1px inset; */
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: none;
	border: solid 1px rgba(0, 0, 0, 0.35);
	color: #000;
	width: 32%;
	margin: 35px 5px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 1.15em;
	padding: 15px;
	text-transform: none;
	vertical-align: bottom;
	text-align: center;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

@media (max-width:480px) {

	button,
	.button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		width: 43%;
		margin: 45px 3px;
	}
}


button:hover,
.button:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	color: #fff;
	background: #151515;
	border: solid 1px #151515;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	color: #fff;
	background: #151515;
	border: solid 1px #151515;
}

.fancybox-button:hover {
	background: none;
	border: none;
}

.fancybox-button:active {
	background: none;
	border: none;
}

input[type="submit"].back_btn {
	background: none;
	border: solid 1px rgba(0, 0, 0, 0.35);
	color: #151515;
}

button.fancybox-button,
button.drawer-hamburger {
	border: none;
}

button:hover .fancybox-button,
button:hover .drawer-hamburger {
	border: none;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

.smp_menu button {
	background-image: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #c5c5c5;
}

:-moz-placeholder {
	color: #c5c5c5;
}

::-moz-placeholder {
	color: #c5c5c5;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #c5c5c5;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}



.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-thumbnail,
img.size-medium,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	max-width: 100%;
}

p>embed,
p>iframe,
p>object,
span>embed,
span>iframe,
span>object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

img.alignnone {
	margin: 0 0 5px 0;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 0px 15px 10px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 0px 0 10px 15px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #222;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	display: none;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
	display: none;
}

.hide {
	display: none;
}

/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

@media (max-width:1024px) {
	.site {
		padding: 0 5%;
	}
}

@media (max-width:852px) {
	.site {
		padding: 0 3%;
	}
}

@media (max-width:768x) {
	.site {
		padding: 0 2%;
	}
}

@media (max-width:640px) {
	.site {
		padding: 0;
	}
}

.site-main {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.footer {
	margin-top: auto;
}

.main-content {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

/* =======================================
	ベースラップ
======================================= */
section {
	position: relative;
	z-index: 2;
	padding: 7%;
	text-align: center;
}

section.pt-half {
	padding: 3.5% 7% 7%;
}

section.pb-half {
	padding: 7% 7% 3.5%;
}

section.py-half {
	padding: 3.5% 7%;
}

section.overhidden {
	overflow: hidden;
}

section#footer {
	padding: 7% 7% 150px;
}

@media (max-width:1365px) {
	section {
		padding: 7% 5%;
	}

	section.pt-half {
		padding: 3.5% 5% 7%;
	}

	section.pb-half {
		padding: 7% 5% 3.5%;
	}

	section.py-half {
		padding: 3.5% 5%;
	}

	section#footer {
		padding: 7% 5% 150px;
	}
}

@media (max-width:1024px) {
	section#footer {
		padding: 7% 7% 120px;
	}
}

@media (max-width:768px) {
	section {
		padding: 12% 5%;
	}

	section.pt-half {
		padding: 7% 5% 12%;
	}

	section.pb-half {
		padding: 12% 5% 7%;
	}

	section.py-half {
		padding: 7% 5%;
	}

	section#footer {
		padding: 12% 0 120px;
	}
}

@media (max-width:480px) {
	section {
		padding: 14% 5%;
	}

	section.pt-half {
		padding: 8% 5% 14%;
	}

	section.pb-half {
		padding: 14% 5% 8%;
	}

	section.py-half {
		padding: 8% 5%;
	}

	section#footer {
		padding: 14% 0 120px;
	}
}


section.bgc1 {
	background: rgba(0, 0, 0, 0.15);
}

section.bgc2 {
	background: rgba(0, 0, 0, 0.05);
}

section.bgc3 {
	background: #202020;
}

section.bgc4 {
	background: rgba(0, 0, 0, 0.05);
}


section.movie {
	position: relative;
	display: none;
	background: #000;
	z-index: 0;
	overflow: hidden;
	margin-top: 3.5%;
}

section.movie:after {
	content: "";
	background-image: url(images/line_bg.png);
	background-repeat: repeat;
	background-size: auto;
	background-position: left top;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width:1365px) {
	section.movie {
		display: block;
	}
}

.section_title {
	position: relative;
	display: block;
	font-size: 5em;
	line-height: 1;
	font-weight: 400;
	text-align: left;
	margin: 0 auto 0.75em;
	letter-spacing: 0.4rem;
	color: #ccc;
	font-family: 'Cormorant Garamond', serif;
}

.section_title:before {
	position: absolute;
	top: 50%;
	right: calc(100% + 0.15em);
	content: "";
	height: 1px;
	width: 4vw;
	background: #ccc;
}

@media (max-width:1440px) {
	.section_title {
		font-size: 4.2em;
	}
}

@media (max-width:1365px) {
	.section_title {
		font-size: 3.8em;
	}

	.section_title:before {
		width: 3vw;
	}
}

@media (max-width:1180px) {
	.section_title {
		font-size: 3.5em;
	}
}

@media (max-width:1024px) {
	.section_title {
		margin-bottom: 6%;
	}

	.section_title:before {
		width: 10vw;
	}
}

@media (max-width:640px) {
	.section_title {
		font-size: 2.75em;
		letter-spacing: 5px;
	}
}

@media (max-width:480px) {
	.section_title {
		font-size: 2.4em;
		letter-spacing: 3px;
		margin-bottom: 25px;
	}
}


.inner_wrap {
	width: 100%;
	margin: auto;
	text-align: center;
}

.inner_wrap.normal {
	max-width: 1280px;
}

.inner_wrap.middle {
	max-width: 1152px;
}

.inner_wrap.min {
	max-width: 1000px;
}

/**keyvisual-section**/
section.keyvisual-section {
	padding: 5.5% 0;
	display: flex;
}

.artist-image {
	position: relative;
	z-index: 2;
	width: 60%;
}

.artist-image img {
	width: 100%;
	height: auto;
	box-shadow: 15px 20px 45px -5px rgba(0, 0, 0, 0.5);
}

.fv-movie {
	position: relative;
	background: #000;
	/* position: absolute;
		top: 0;
		right: 0; */
	width: 50%;
	/* height: 100%; */
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/* margin: 5% 0 -5% -5%; */
	margin: 5% 0 -5% -10%;
	/* overflow: hidden; */
	overflow: visible;
	box-shadow: 12px 12px 30px -5px rgba(0, 0, 0, 0.5);
}

.fv-movie:after {
	content: "";
	background-image: url(images/line_bg.png);
	background-repeat: repeat;
	background-size: auto;
	background-position: left top;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* .fv-movie-title {
		position: relative;
		position: absolute;
		top: 2.25em;
		right: -1.5em;
		font-size: 4em;
		font-family: 'Cormorant Garamond', serif;
		color: rgba(255, 255, 255, 0.25);
		margin: 0;
		transform: rotate(90deg);
	}

	.fv-movie-title:before {
		position: absolute;
		top: 50%;
		left: calc(100% + 0.25em);
		content: "";
		height: 1px;
		width: 200%;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
	} */

.fv-movie-title {
	position: relative;
	position: absolute;
	top: 1.3em;
	right: -2em;
	font-size: 5vw;
	font-family: 'Cormorant Garamond', serif;
	color: rgba(150, 150, 150, 0.5);
	margin: 0;
	letter-spacing: 8px;
	transform: rotate(90deg);
}

.fv-movie-title:before {
	position: absolute;
	top: 50%;
	left: calc(100% + 0.25em);
	content: "";
	height: 1px;
	width: 7vw;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
	background: rgba(150, 150, 150, 0.4);
}

.fv-movie-name {
	position: absolute;
	bottom: 3.5%;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
	text-align: center;
	padding: 0 1em;
	font-size: 1.05em;
	color: rgba(255, 255, 255, 0.6);
	font-family: "Noto Serif JP", serif;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.fv-play_btn {
	position: relative;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 150px;
	border-radius: 100%;
}

.fv-play_btn-inner {
	color: #fff;
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.2em;
	letter-spacing: 2px;
	text-indent: 2px;
	animation: text-spacing 1.8s ease-out infinite;
	white-space: nowrap;
}

.fv-play_btn-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.1);
	animation: ripple2 1.8s ease-out infinite;
}

@keyframes ripple2 {
	0% {
		width: 120px;
		height: 120px;
		opacity: 0.7;
	}

	30% {
		opacity: 0.7;
	}

	90% {
		opacity: 0;
	}

	100% {
		width: 250px;
		height: 250px;
		opacity: 0;
	}
}

@keyframes text-spacing {
	0% {
		letter-spacing: 2px;
		text-indent: 2px;
		opacity: 1;
	}

	30% {
		opacity: 1;
	}

	90% {
		opacity: 0;
	}

	100% {
		letter-spacing: 15px;
		text-indent: 15px;
		opacity: 0;
	}
}

@media (max-width:1365px) {
	section.keyvisual-section {
		padding: 5.5% 0;
		padding-right: 50px;
		display: block;
	}

	.artist-image {
		width: 100%;
		margin-bottom: 7%;
	}

	.fv-movie {
		width: 100%;
		margin: 0;
		height: 36vw;
	}

	.fv-movie-title {
		position: relative;
		top: auto;
		right: auto;
		font-size: 3.8vw;
		letter-spacing: 8px;
		text-indent: 8px;
		color: rgba(255, 255, 255, 0.7);
		transform: none;
		margin-bottom: 20%;
	}

	.fv-movie-title:before {
		display: none;
	}

	.fv-movie-title.fade-down-animation {
		transform: none !important;
		opacity: 1;
		animation: none;
	}

	.fv-movie-name {
		position: relative;
		bottom: auto;
		left: auto;
		color: rgba(255, 255, 255, 0.8);
		font-size: 1.15em;
		overflow: visible;
		white-space: inherit;
		text-overflow: inherit;
	}

	.fv-movie-name i {
		display: none;
	}

	.fv-play_btn {
		width: 130px;
		height: 130px;
	}

	@keyframes ripple2 {
		0% {
			width: 100px;
			height: 100px;
			opacity: 0.7;
		}

		30% {
			opacity: 0.7;
		}

		90% {
			opacity: 0;
		}

		100% {
			width: 240px;
			height: 240px;
			opacity: 0;
		}
	}
}

@media (max-width:1180px) {
	section.keyvisual-section {
		padding: 5.5% 0;
		padding-right: 5%;
	}
}

@media (max-width:1024px) {
	section.keyvisual-section {
		padding: 145px 0 0;
	}

	.artist-image {
		position: relative;
		width: 82%;
		margin: auto;
		margin-bottom: 7%;
	}

	.artist-image:before,
	.artist-image:after {
		width: 100%;
		height: 100%;
		content: "";
		box-shadow: 5px 5px 10px -2px rgba(0, 0, 0, 0.3);
	}

	.artist-image:before {
		position: absolute;
		z-index: -1;
		top: 0%;
		left: 0.5%;
		background: #ddd;
		transform: rotate(2deg);
	}

	.artist-image:after {
		position: absolute;
		z-index: -2;
		bottom: -1%;
		right: 0%;
		background: #aaa;
		transform: rotate(4deg);
	}

	.fv-movie {
		height: 43vw;
		box-shadow: none;
	}

	.fv-movie-title {
		font-size: 3.5em;
		color: rgba(255, 255, 255, 0.5);
	}

	.fv-movie-name {
		font-size: 1.2em;
	}
}

@media (max-width:852px) {
	section.keyvisual-section {
		padding: 135px 0 0;
	}

	.fv-movie {
		height: 45vw;
	}
}

@media (max-width:768px) {
	section.keyvisual-section {
		padding: 110px 0 0;
	}

	.fv-movie {
		height: 50vw;
	}

	.fv-play_btn {
		margin: 10px 0;
	}

	.fv-movie-title {
		font-size: 3.2em;
		letter-spacing: 6px;
		text-indent: 6px;
	}
}

@media (max-width:640px) {
	section.keyvisual-section {
		padding: 90px 0 0;
	}

	.fv-movie {
		height: 55vw;
	}

	.fv-play_btn {
		margin: 5px 0;
		width: 120px;
		height: 120px;
	}

	@keyframes ripple2 {
		0% {
			width: 80px;
			height: 80px;
			opacity: 0.7;
		}

		30% {
			opacity: 0.7;
		}

		90% {
			opacity: 0;
		}

		100% {
			width: 170px;
			height: 170px;
			opacity: 0;
		}
	}

	.fv-movie-title {
		font-size: 2.5em;
		letter-spacing: 5px;
		text-indent: 5px;
	}

	.fv-movie-name {
		font-size: 1.15em;
	}

	.fv-play_btn-inner {
		font-size: 1.1em;
	}
}

@media (max-width:480px) {
	section.keyvisual-section {
		padding: 75px 0 0;
	}

	.artist-image {
		width: 86%;
		margin-bottom: 9%;
	}

	.artist-image img {
		box-shadow: 5px 10px 25px -5px rgba(0, 0, 0, 0.5);
	}

	.fv-movie {
		height: 58.5vw;
	}

	.fv-play_btn {
		margin: 5px 0;
		width: 80px;
		height: 80px;
	}

	@keyframes ripple2 {
		0% {
			width: 60px;
			height: 60px;
			opacity: 0.7;
		}

		30% {
			opacity: 0.7;
		}

		90% {
			opacity: 0;
		}

		100% {
			width: 150px;
			height: 150px;
			opacity: 0;
		}
	}

	.fv-movie-title {
		font-size: 2em;
	}

	.fv-play_btn-inner {
		font-size: 1em;
	}

	.fv-movie-name {
		font-size: 1em;
	}
}

/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */


#wpadminbar {
	min-height: 32px;
}

#site-header {
	position: relative;
}

.site-header {
	position: relative;
	/* position:fixed; */
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background-color: rgba(0, 0, 0, 0);
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

/* .site-header.fixed-header {
	position: fixed;
	top: 0;
	background-color: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(10px);
} */

@media (max-width:1024px) {
	.site-header {
		position: fixed;
		z-index: 99;
		top: 0;
		left: 0;
		width: 100%;
		height: 80px;
		background: rgba(255, 255, 255, 1);
		/* backdrop-filter: blur(10px); */
	}
}

@media (max-width:480px) {
	.site-header {
		height: 70px;
	}
}

.fade-in-up-animation {
	transform: translateY(100%);
	opacity: 0;
	animation: fade-in-up 2s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}

.fade-in-up-zoom-animation {
	transform: scale(1.2);
	transform-origin: center top;
	opacity: 0;
	/* animation: fade-in-up-zoom 2s cubic-bezier(0.87, 0, 0.13, 1) forwards; */
	animation: fade-in-up-zoom 1.8s cubic-bezier(0.445, 0.05, 0.55, 1) forwards;
}

.fade-in-up-zoom-animation2 {
	transform: scale(0.8);
	transform-origin: center top;
	opacity: 0;
	/* animation: fade-in-up-zoom 2s cubic-bezier(0.87, 0, 0.13, 1) forwards; */
	animation: fade-in-up-zoom2 1.8s cubic-bezier(0.445, 0.05, 0.55, 1) 0.3s forwards;
}

.fade-in-left-animation {
	transform: translateX(50px);
	opacity: 0;
	animation: fade-in-left 2s cubic-bezier(0.445, 0.05, 0.55, 1) forwards;
}

.fade-down-animation {
	transform: translateY(-60px);
	opacity: 0;
	animation: fade-in-down 2s cubic-bezier(0.445, 0.05, 0.55, 1) 1s forwards;
}

.fade-in-simple {
	opacity: 0;
	animation: fade-in-simple 1.5s cubic-bezier(0.445, 0.05, 0.55, 1) 1.5s forwards;
}


@keyframes fade-in-up {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fade-in-up-zoom {
	0% {
		transform: scale(1.2);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes fade-in-up-zoom2 {
	0% {
		transform: scale(0.8);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes fade-in-left {
	0% {
		transform: translateX(50px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes fade-in-down {
	0% {
		transform: translateY(-60px) rotate(90deg);
		opacity: 0;
	}

	100% {
		transform: translateY(0) rotate(90deg);
		opacity: 1;
	}
}

@keyframes fade-in-simple {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.header-main {
	width: 100%;
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0px;
	transition: all .7s ease;
}

.site-title {
	position: absolute;
	top: 50px;
	left: 80px;
	margin: 0;
}

.site-title a {
	display: block;
	width: 180px;
}

.site-title a img {
	width: 100%;
	height: auto;
	transition: ease .5s all;
}

.fade-in-zoom-animation {
	transform: scale(1.5) translateY(-10%);
	opacity: 0;
	animation: fade-in-zoom 2s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}

@keyframes fade-in-zoom {
	0% {
		transform: scale(1.5) translateY(-10%);
		opacity: 0;
	}

	100% {
		transform: scale(1) translateY(0);
		opacity: 1;
	}
}

.menu-wrap {
	position: relative;
}

.navi_wrap {
	position: relative;
	margin: 0;
	padding: 0;
}

.fixed-sns {
	position: fixed;
	z-index: 9;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1.2em 0;
	background: #fff;

	text-align: center;
	line-height: 1;
}

ul.sns_icon {
	display: inline-flex;
	justify-content: center;
}

ul.sns_icon li {
	margin: 0 1.5vw;
}

ul.sns_icon li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #151515;
	font-size: 30px;
	transition: .3s ease;
}

ul.sns_icon li a:hover {
	color: #aaa;
}

ul.sns_icon li a span {
	line-height: 1;
}

@media (max-width:1600px) {
	.site-title {
		top: 45px;
		left: 60px;
	}

	.site-title a {
		width: 170px;
	}
}

@media (max-width:1440px) {
	.site-title {
		top: 45px;
		left: 50px;
	}

	.site-title a {
		width: 165px;
	}
}

@media (max-width:1366px) {
	.fixed-sns {
		padding: 1em 0;
	}

	ul.sns_icon li a {
		font-size: 28px;
	}
}

@media (max-width:1180px) {
	.site-title {
		left: 40px;
	}

	.site-title a {
		width: 160px;
	}
}

@media (max-width:1024px) {
	.menu-wrap {
		display: none;
	}

	.site-title {
		position: fixed;
		z-index: 101;
		top: 18px;
		left: 4%;
		margin-left: 0;
	}

	.site-title a {
		width: 140px;
	}

	.site-title.fade-in-left-animation {
		transform: none;
		opacity: 1;
		animation: none;
	}

	.home .site-title {
		top: 90px;
		left: 50%;
		margin-left: -150px;
		transition: .3s all ease;
	}

	.home .site-title a {
		width: 300px;
	}

	.home .site-title.fade-in-left-animation {
		transform: scale(1.2);
		transform-origin: center top;
		opacity: 0;
		animation: fade-in-up-zoom 1.8s cubic-bezier(0.445, 0.05, 0.55, 1) forwards;
	}

	.site-title a {
		width: 140px;
	}

	.home .site-title.slide-up {
		top: 18px;
		left: 4%;
		margin-left: 0;
	}

	.home .site-title.slide-up a {
		width: 140px;
	}

	ul.sns_icon li {
		margin: 0 2vw;
	}

	ul.sns_icon li a {
		font-size: 30px;
	}
}

@media (max-width:852px) {
	.home .site-title {
		margin-left: -130px;
	}

	.home .site-title a {
		width: 260px;
	}
}

@media (max-width:768px) {
	.home .site-title {
		top: 80px;
		margin-left: -120px;
	}

	.home .site-title a {
		width: 240px;
	}
}

@media (max-width:640px) {
	.home .site-title {
		margin-left: -100px;
	}

	.home .site-title a {
		width: 200px;
	}

	.site-title {
		top: 20px;
		left: 5%;
	}

	.site-title a {
		width: 130px;
	}

	.home .site-title.slide-up {
		top: 18px;
		left: 5%;
		margin-left: 0;
	}

	.home .site-title.slide-up a {
		width: 130px;
	}

	.fixed-sns {
		padding: 0.75em 0;
	}

	ul.sns_icon li {
		margin: 0 2.5vw;
	}

	ul.sns_icon li a {
		font-size: 28px;
	}
}

@media (max-width:480px) {
	.home .site-title {
		top: 70px;
		margin-left: -80px;
	}

	.home .site-title a {
		width: 160px;
	}

	.site-title {
		top: 19px;
		left: 5%;
	}

	.site-title a {
		width: 110px;
	}

	.home .site-title.slide-up {
		top: 15px;
		left: 5%;
		margin-left: 0;
	}

	.home .site-title.slide-up a {
		width: 110px;
	}

	ul.sns_icon li a {
		font-size: 26px;
	}
}



/** hamburger **/
.openbtn {
	position: fixed;
	z-index: 9999;
	top: 19px;
	right: 3%;
	cursor: pointer;
	width: 40px;
	height: 42px;
}

@media (max-width:640px) {
	.openbtn {
		right: 4%;
	}
}

@media (max-width:480px) {
	.openbtn {
		top: 14px;
		right: 5%;
	}
}

.openbtn span {
	display: inline-block;
	transition: all .3s;
	position: absolute;
	width: 40px;
	height: 3px;
	background: #151515;
}

.openbtn span:nth-of-type(1) {
	top: 10px;
}

.openbtn span:nth-of-type(2) {
	top: 20px;
}

.openbtn span:nth-of-type(3) {
	top: 30px;
}

.openbtn.active span {
	background: #151515;
}

.openbtn.active span:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	margin-top: 10px;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	margin-top: -10px;
}

#g-nav {
	position: relative;
	position: fixed;
	z-index: -1;
	opacity: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: #fff;
	transition: all .5s;
	/* transition-delay: .3s; */
}

#g-nav.panelactive {
	opacity: 1;
	transition: .3s;
	z-index: 999;
}

#g-nav.panelactive #g-nav-list {
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#g-nav .g-nav-container {
	display: none;
	position: relative;
	z-index: 999;
	width: 100%;
	padding: 80px 0;
	text-align: center;
	overflow-x: hidden;
}

#g-nav.panelactive .g-nav-container {
	display: block;
	animation-name: gnaviAnime;
	animation-duration: 1s;
	animation-delay: .2s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes gnaviAnime {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.nav-logo {
	display: inline-block;
	width: 35%;
	max-width: 180px;
	margin: auto;
	margin-bottom: 2.5rem;
	transform: translateX(50px);
	opacity: 0;
	animation: fade-in-left 0.7s cubic-bezier(0.445, 0.05, 0.55, 1) forwards;
}

.nav-logo img {
	width: 100%;
	height: auto;
}

.smp-menu-list {
	border-top: 1px solid #ddd;
	margin-bottom: 2rem;
}

.smp-menu-list li {
	border-bottom: 1px solid #ddd;
}

.smp-menu-list li a {
	display: block;
	padding: 1rem 5%;
	color: #151515;
	font-size: 1.8rem;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	transform: translateX(50px);
	opacity: 0;
	animation: fade-in-left 0.7s cubic-bezier(0.445, 0.05, 0.55, 1) forwards;
}

.scroll-prevent {
	position: fixed;
	z-index: -1;
	width: 100%;
}

.smp_menu {
	display: none;
	overflow: hidden;
}

.panelactive .smp-menu-list li:nth-child(1) a {
	animation-delay: 0.15s;
}

.panelactive .smp-menu-list li:nth-child(2) a {
	animation-delay: 0.3s;
}

.panelactive .smp-menu-list li:nth-child(3) a {
	animation-delay: 0.45s;
}

.panelactive .smp-menu-list li:nth-child(4) a {
	animation-delay: 0.6s;
}

.panelactive .smp-menu-list li:nth-child(5) a {
	animation-delay: 0.75s;
}

.panelactive .smp-menu-list li:nth-child(6) a {
	animation-delay: 0.9s;
}

.panelactive .smp-menu-list li:nth-child(7) a {
	animation-delay: 1.05s;
}

.panelactive .smp-menu-list li:nth-child(8) a {
	animation-delay: 1.2s;
}

.panelactive .g-nav-container .sns_icon {
	transform: translateY(100%);
	opacity: 0;
	animation: fade-in-up 2s cubic-bezier(0.445, 0.05, 0.55, 1) forwards;
}

@media screen and (max-width: 1024px) {
	.smp_menu {
		display: block;
	}

	.navi_wrap,
	.header_sns {
		display: none;
	}
}

@media (max-width:768px) {
	#g-nav .g-nav-container {
		padding: 50px 0 80px;
	}

	.smp-menu-list a {
		font-size: 1.6rem !important;
	}
}

@media (max-width:480px) {
	.nav-logo {
		width: 32%;
	}

	.smp-menu-list a {
		font-size: 1.15rem !important;
		padding: 0.8rem 5% !important;
	}
}

/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.fa {
	display: inline-block;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.site-navigation ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	display: block;
	text-align: left;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

.site-navigation ul li {
	z-index: 2;
	display: block;
	padding: 0;
	margin: 0.25em 0;
	transition: all 0.3s ease;
}

.site-navigation ul li a {
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.5em;
	font-weight: 500;
	color: #151515;
	margin: 0;
	transition: all 0.5s ease;
	padding: 0;
	display: inline-block;
	min-width: 4em;
	position: relative;
}

.site-navigation ul li a:hover {
	color: #a5a5aa;
	transform: translateX(0.5em);
}


.site-navigation ul li a::after {
	position: absolute;
	top: 50%;
	right: calc(100% + 0.5em);
	content: '';
	width: 30px;
	height: 1px;
	background: #9b9ba0;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

.site-navigation ul li a:hover:after {
	transform: scale(1, 1);
}

.site-navigation .current_page_item>a,
.site-navigation .current_page_ancestor>a,
.site-navigation .current_page-item>a,
.site-navigation .current-page-item>a,
.site-navigation .current-page-ancestor>a,
.site-navigation .current-menu-item>a,
.site-navigation .current-menu-ancestor>a {
	transform: translateX(0.5em);
	color: #9b9ba0;
}

.site-navigation .current_page_item>a:after,
.site-navigation .current_page_ancestor>a:after,
.site-navigation .current_page-item>a:after,
.site-navigation .current-page-item>a:after,
.site-navigation .current-page-ancestor>a:after,
.site-navigation .current-menu-item>a:after,
.site-navigation .current-menu-ancestor>a:after {
	transform: scale(1, 1);
}

.post-type-archive-news .site-navigation .news a,
.tax-news-cat .site-navigation .news a,
.single-news .site-navigation .news a,
.post-type-archive-liveschedule .site-navigation .live a,
.tax-liveschedule_category .site-navigation .live a,
.single-liveschedule .site-navigation .live a,
.post-type-archive-instoreschedule .site-navigation .live a,
.single-instoreschedule .site-navigation .live a,
.post-type-archive-music .site-navigation .music a,
.tax-music_cat .site-navigation .music a,
.single-music .site-navigation .music a,
.post-type-archive-media .site-navigation .media a,
.tax-media_cat .site-navigation .media a,
.single-media .site-navigation .media a {
	transform: translateX(0.5em);
	color: #9b9ba0;
}

.post-type-archive-news .site-navigation .news a:after,
.tax-news-cat .site-navigation .news a:after,
.single-news .site-navigation .news a:after,
.post-type-archive-liveschedule .site-navigation .live a:after,
.tax-liveschedule_category .site-navigation .live a:after,
.single-liveschedule .site-navigation .live a:after,
.post-type-archive-instoreschedule .site-navigation .live a:after,
.single-instoreschedule .site-navigation .live a:after,
.post-type-archive-music .site-navigation .music a:after,
.tax-music_cat .site-navigation .music a:after,
.single-music .site-navigation .music a:after,
.post-type-archive-media .site-navigation .media a:after,
.tax-media_cat .site-navigation .media a:after,
.single-media .site-navigation .media a:after {
	transform: scale(1, 1);
}



.home .site-navigation .top.current_page_item a {
	transform: none;
	color: #151515;
}

.home .site-navigation .top.current_page_item a:hover {
	transform: translateX(0.5em);
	color: #9b9ba0;
}

.home .site-navigation .top.current_page_item a:after {
	transform: scale(0, 1);
}

.home .site-navigation .top.current_page_item a:hover:after {
	transform: scale(1, 1);
}


.nav-menu li {
	animation-duration: 1s;
}

.nav-menu li:nth-child(2) {
	animation-delay: 0.15s;
}

.nav-menu li:nth-child(3) {
	animation-delay: 0.3s;
}

.nav-menu li:nth-child(4) {
	animation-delay: 0.45s;
}

.nav-menu li:nth-child(5) {
	animation-delay: 0.6s;
}

.nav-menu li:nth-child(6) {
	animation-delay: 0.75s;
}

.nav-menu li:nth-child(7) {
	animation-delay: 0.9s;
}

.nav-menu li:nth-child(8) {
	animation-delay: 1.05s;
}

.nav-menu li:nth-child(9) {
	animation-delay: 1.2s;
}

.nav-menu li {
	position: relative;
}

.drawer-menu .sub-menu {
	display: none;
}

.nav-menu .sub-menu {
	position: relative;
	z-index: 1;
	display: none;
	width: 100%;
}

.nav-menu .sub-menu li {
	display: block;
	float: none;
	padding: 0;
	margin: 0;
}

.nav-menu .sub-menu li:last-child {
	border-bottom: none;
}

.nav-menu li:hover .sub-menu {
	display: block;
}

.nav-menu .sub-menu li a {
	position: relative;
	text-align: left;
	color: #fff;
	padding: 10px 20px;
	padding-left: 20px;
	opacity: 1;
	transition: all ease .5s;
}

.site-navigation ul li .sub-menu li a:hover {
	padding-left: 40px;
}

.site-navigation ul li .sub-menu li a:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 15px;
	transform: translateY(-50%) scale(0, 1);
	width: 15px;
	height: 2px;
	background: #fff;
	font-style: normal;
	transition: all ease .5s;
	transform-origin: left;
}

.site-navigation ul li .sub-menu li a:hover:before {
	transform: translateY(-50%) scale(1, 1);
}

.nav-menu .sub-menu li:after,
.nav-menu .sub-menu li a:after {
	display: none;
}

@media (min-width: 1025px) {
	.nav-menu .sub-menu {
		display: block;
		position: absolute;
		visibility: hidden;
		opacity: 0;
		width: 200px;
		border-top: none;
		padding-top: 15px;
		transform: scale(1, 0);
		transition: all .3s ease;
		transform-origin: top center;
		box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
	}

	.nav-menu li:hover .sub-menu {
		visibility: visible;
		opacity: 1;
		transform: scale(1, 1);
	}

	.nav-menu .sub-menu li a {
		background: #151515;
	}
}

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.content-area {
	/*padding-top: 48px;*/
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta {
	margin: 0 auto;
}

.page-content {
	margin-bottom: 20px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.page .entry-content {
	padding-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: none;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	line-height: 1.3333333333;
	text-transform: none;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #4ca5ff;
}


/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: none;
}

.page-links a,
.page-links>span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #4ca5ff;
	border: 1px solid #4ca5ff;
	color: #fff;
}

.page-links>.page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}

/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */

.format-aside .entry-content,
.format-aside .entry-summary,
.format-quote .entry-content,
.format-quote .entry-summary,
.format-link .entry-content,
.format-link .entry-summary {
	padding-top: 0;
}

.site-content .format-link .entry-title,
.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title {
	display: none;
}

/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}


/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.home .archive-header,
.home .page-header {
	display: none;
}

.archive-header,
.page-header {
	display: block;
	position: relative;
	text-align: left;
	padding: 7% 7% 0;
}

.archive-title,
.page-title {
	position: relative;
	display: block;
	letter-spacing: 0.4rem;
	font-family: 'Cormorant Garamond', serif;
	font-size: 5em;
	line-height: 1;
	font-weight: 400;
	color: #ccc;
}

.page-title:before {
	position: absolute;
	top: 50%;
	right: calc(100% + 0.15em);
	content: "";
	height: 1px;
	width: 4vw;
	background: #ccc;
}

.page-title.min {
	font-size: 3em;
}

@media (max-width:1440px) {

	.archive-title,
	.page-title {
		font-size: 4.2em;
	}

	.page-title.min {
		font-size: 2.6em;
	}
}

@media (max-width:1365px) {

	.archive-header,
	.page-header {
		padding: 7% 5% 0;
	}

	.archive-title,
	.page-title {
		font-size: 3.8em;
	}

	.page-title:before {
		width: 3vw;
	}

	.page-title.min {
		font-size: 2.2em;
	}
}

@media (max-width:1180px) {

	.archive-title,
	.page-title {
		font-size: 3.5em;
	}

	.page-title.min {
		font-size: 2em;
	}
}

@media (max-width:1024px) {
	.page-title:before {
		width: 10vw;
	}
}

@media (max-width:768px) {
	.page-title.spacing-min {
		letter-spacing: 0.01em !important;
	}
}

@media (max-width:640px) {

	.archive-title,
	.page-title {
		font-size: 2.75em;
		letter-spacing: 5px;
	}

	.page-title.min {
		font-size: 1.8em;
	}
}

@media (max-width:480px) {

	.archive-title,
	.page-title {
		font-size: 2.4em;
		letter-spacing: 3px;
	}

	.page-title.min {
		font-size: 1.6em;
	}

	.page-title.spacing-min {
		letter-spacing: 0 !important;
	}
}

.taxonomy-description,
.author-description {
	color: #767676;
	font-size: 14px;
	line-height: 1.2857142857;
	padding-top: 18px;
}

.taxonomy-description p,
.author-description p {
	margin-bottom: 18px;
}

.taxonomy-description p:last-child,
.author-description p:last-child {
	margin-bottom: 0;
}

.taxonomy-description a,
.author-description a {
	text-decoration: underline;
}

.taxonomy-description a:hover,
.author-description a:hover {
	text-decoration: none;
}


/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */

.contributor {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 48px 10px;
}

.contributor:first-of-type {
	padding-top: 24px;
}

.contributor-info {
	margin: 0 auto;
	max-width: 474px;
}

.contributor-avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0 30px 20px 0;
	padding: 2px;
}

.contributor-name {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.contributor-bio a {
	text-decoration: underline;
}

.contributor-bio a:hover {
	text-decoration: none;
}

.contributor-posts-link {
	display: inline-block;
	line-height: normal;
	padding: 10px 30px;
}

.contributor-posts-link:before {
	content: "\f443";
}


/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}

/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#supplementary {
	margin: 0 auto;
}

.site-footer {
	width: 100%;
	background: none;
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 1em;
}

.site-info {
	margin-top: 40px;
	font-size: 0.75em;
	padding: 0;
	color: #666;
}

@media (max-width:640px) {
	.site-info {
		font-size: 0.8em;
	}
}


/**
 * 10.0 Multisite
 * -----------------------------------------------------------------------------
 */

.site-main .widecolumn {
	width: auto;
}

.site-main .mu_register,
.widecolumn>h2,
.widecolumn>form {
	margin: 0 auto 48px;
	max-width: 474px;
	padding: 0 30px;
}

.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 90%;
}

.site-main .mu_register input[type="submit"],
.widecolumn #submit {
	font-size: inherit;
	width: auto;
}

/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 400px) {
	.list-view .site-content .post-thumbnail {
		background: none;
		width: auto;
		z-index: 2;
	}

	.list-view .site-content .post-thumbnail img {
		float: left;
		margin: 0 10px 3px 0;
		width: 84px;
	}

	.list-view .site-content .entry-header {
		background-color: transparent;
		padding: 0;
	}

	.list-view .content-area {
		/*padding: 0 10px;*/
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 0;
		min-height: 60px;
		padding: 12px 0 9px;
	}

	.list-view .site-content .cat-links,
	.list-view .site-content .type-post .entry-content,
	.list-view .site-content .type-page .entry-content,
	.list-view .site-content .type-post .entry-summary,
	.list-view .site-content .type-page .entry-summary,
	.list-view .site-content footer.entry-meta {
		display: none;
	}

	.list-view .site-content .entry-title {
		clear: none;
		font-size: 15px;
		font-weight: 900;
		line-height: 1.2;
		margin-bottom: 6px;
		text-transform: none;
	}

	.list-view .site-content .format-aside .entry-title,
	.list-view .site-content .format-link .entry-title,
	.list-view .site-content .format-quote .entry-title {
		display: block;
	}

	.list-view .site-content .entry-meta {
		background-color: transparent;
		clear: none;
		margin: 0;
		text-transform: none;
	}

	.error404 .page-header {
		border-bottom: 0;
		margin: 0 auto 24px;
		padding: 0 10px;
	}
}

@media screen and (min-width: 401px) {
	a.post-thumbnail:hover img {
		opacity: 0.85;
	}

	.full-size-link:before,
	.parent-post-link:before,
	.site-content span+.byline:before,
	.site-content span+.comments-link:before,
	.site-content span+.edit-link:before,
	.site-content span+.entry-date:before {
		content: "";
	}

	.attachment span.entry-date:before,
	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before,
	.site-content .byline a:before,
	.site-content .comments-link a:before,
	.site-content .entry-date a:before,
	.site-content .featured-post:before,
	.site-content .full-size-link a:before,
	.site-content .parent-post-link a:before,
	.site-content .post-format a:before {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font: normal 16px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}

	.site-content .entry-meta>span {
		margin-right: 10px;
	}

	.site-content .format-video .post-format a:before {
		content: "\f104";
	}

	.site-content .format-audio .post-format a:before {
		content: "\f109";
	}

	.site-content .format-image .post-format a:before {
		content: "\f473";
	}

	.site-content .format-quote .post-format a:before {
		content: "\f106";
		margin-right: 2px;
	}

	.site-content .format-gallery .post-format a:before {
		content: "\f103";
		margin-right: 4px;
	}

	.site-content .format-aside .post-format a:before {
		content: "\f101";
		margin-right: 2px;
	}

	.site-content .format-link .post-format a:before {
		content: "\f107";
		position: relative;
		top: 1px;
	}

	.site-content .featured-post:before {
		content: "\f308";
		margin-right: 3px;
		position: relative;
		top: 1px;
	}

	.site-content .entry-date a:before,
	.attachment .site-content span.entry-date:before {
		content: "\f303";
		margin-right: 1px;
		position: relative;
		top: 1px;
	}

	.site-content .byline a:before {
		content: "\f304";
	}

	.site-content .comments-link a:before {
		content: "\f300";
		margin-right: 2px;
	}

	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before {
		content: "\f411";
	}

	.site-content .full-size-link a:before {
		content: "\f402";
		margin-right: 1px;
	}

	.site-content .parent-post-link a:before {
		content: "\f301";
	}

	.list-view .site-content .hentry {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding-top: 48px;
	}

	.list-view .site-content .hentry:first-of-type,
	.list-view .site-content .hentry.has-post-thumbnail {
		border-top: 0;
		padding-top: 0;
	}

	.error404 .page-header {
		margin-bottom: 24px;
	}
}

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

	.site-content .has-post-thumbnail .entry-header {
		margin-top: -48px;
	}
}

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

	.attachment .entry-attachment .attachment {
		margin-right: -168px;
		margin-left: -168px;
		max-width: 810px;
	}

	.attachment .site-content .attachment img {
		display: block;
		margin: 0 auto;
	}

	.contributor-avatar {
		margin-left: -168px;
	}

	.contributor-summary {
		float: left;
	}
}

@media screen and (min-width: 980px) {
	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	#secondary,
	#supplementary {
		padding: 0 30px;
	}

	.site-content .entry-header {
		margin-top: 0;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}

	.site-description {
		display: block;
		margin: -3px 0 21px;
	}

	.site-description:empty {
		margin: 0;
	}

	.secondary-navigation .menu-item-has-children>a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f501";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 26px;
		top: 14px;
		vertical-align: text-bottom;
	}

	#supplementary {
		padding: 0;
	}
}

/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important;
		/* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.content-area {
		padding-top: 0;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 48px;
		padding-bottom: 24px;
	}

	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.featured-content .hentry {
		margin-bottom: 48px;
	}

	.featured-content .post-thumbnail,
	.slider .featured-content .post-thumbnail {
		padding-top: 0;
	}

	.featured-content .post-thumbnail img {
		position: relative;
	}

	.featured-content .entry-header {
		padding: 0 10px 24px;
	}

	.featured-content .entry-meta {
		font-size: 9pt;
		margin-bottom: 11px;
	}

	.featured-content .cat-links {
		font-weight: 900;
	}

	.featured-content .entry-title {
		font-size: 25pt;
		line-height: 36px;
	}
}

/* =======================================
	タブボタン
======================================= */
.page .entry-title {
	display: none;
}

.tab_btn {
	margin: 0px;
}

.tab_btn.normal {
	font-style: normal;
}

.tab_btn.right-cell,
.right-cell {
	text-align: right;
}

.tab_btn.center-cell,
.center-cell {
	text-align: center;
}

.space {
	margin-top: 2em;
}

.posi-absolute {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate3d(-50%, 50%, 0);
	transform: translate3d(-50%, 50%, 0);
}

.tab_btn a {
	display: inline-block;
	position: relative;
	font-size: 0.9em;
	font-weight: 500;
	padding: 10px 2em;
	color: #151515;
	text-align: center;
	text-decoration: none;
	transition: .2s;
	min-width: 200px;
	letter-spacing: 2px;
	text-indent: 2px;
	border-radius: 50px;
	border: 1px solid #151515;
	font-family: "Noto Serif JP", serif;
}

.tab_btn a:before {
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	margin-left: -15px;
	content: "";
	background: #151515;
	width: 40px;
	height: 2px;
	transition: all ease .5s;
}

.tab_btn a:hover {
	color: #777;
	border: 1px solid #777;
}

.tab_btn a:hover:before {
	width: 60px;
}

#next.tab_btn a {
	margin-top: 30px;
}

#next.tab_btn a:after {
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 0;
}

#next.tab_btn a:hover:after {
	height: 50px;
}

.tab_btn.min a {
	min-width: 160px;
	font-size: 0.9em;
}

.tab_btn.space-min a {
	letter-spacing: 1px;
	text-indent: 1px;
}

.tab_btn.nospace a {
	letter-spacing: 0px;
	text-indent: 0px;
}

.tab_btn.nobefore a:before {
	display: none;
}


.tab_btn.round a {
	border-radius: 50px;
}

.tab_btn.cheki a {
	padding: 10px 12px;
	background: #40c3c3;
	border: 1px solid #40c3c3;
	color: #fff;
	font-size: 1em;
}

.tab_btn.cheki a:hover {
	background: none;
	color: #40c3c3;
}

.tab_btn.cheki a::before {
	display: none;
}

ul.category_tab_btn {
	position: relative;
	z-index: 2;
	/* padding: 0 0 7%; */
	padding-bottom: calc(3% + 1.5em);
	font-size: 1em;
	display: flex;
	flex-wrap: wrap;
}

ul.category_tab_btn li {
	position: relative;
	margin-bottom: 1em;
	text-align: center;
	padding: 0 1.5em;
	line-height: 1.2;
	border-left: 1px solid #151515;
	/* border-right: 1px solid #151515; */
}

ul.category_tab_btn li:last-child {
	border-right: 1px solid #151515;
}

ul.category_tab_btn li a {
	position: relative;
	display: block;
	font-size: 0.95em;
	font-weight: 400;
	color: #151515;
}

ul.category_tab_btn li a:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #151515;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}

ul.category_tab_btn li a:hover:after {
	transform: scale(1, 1);
}

@media (max-width:1024px) {
	ul.category_tab_btn {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	ul.category_tab_btn li {
		flex: auto;
		width: 24.5%;
		max-width: 24.5%;
		margin-bottom: 0.75%;
		padding: 0;
		border: none;
	}

	ul.category_tab_btn li:last-child {
		border: none;
	}

	ul.category_tab_btn:before {
		content: "";
		display: block;
		width: 24.5%;
		order: 1;
	}

	ul.category_tab_btn:after {
		display: block;
		content: "";
		width: 24.5%;
	}

	ul.category_tab_btn li:first-child {
		border: none;
	}

	ul.category_tab_btn li a {
		display: block;
		border: 1px solid #151515;
		padding: 9px 5px;
	}

	ul.category_tab_btn li a:after,
	ul.category_tab_btn li.current-cat a:after {
		display: none;
	}
}

@media (max-width:768px) {
	ul.category_tab_btn li {
		width: 32.5%;
		max-width: 32.5%;
		margin-bottom: 1.5%;
	}

	ul.category_tab_btn:after {
		width: 32.5%;
	}

	ul.category_tab_btn:before {
		display: none;
	}

	ul.category_tab_btn li a {
		font-size: 0.9em;
	}
}

@media (max-width:640px) {
	ul.category_tab_btn li a {
		padding: 6px 2px;
		letter-spacing: 0.025em;
	}

	.tab_btn a {
		font-size: 0.85em;
		min-width: 170px;
		padding: 9px 2em;
	}
}

@media (max-width:480px) {
	ul.category_tab_btn li a {
		padding: 6px 2px;
	}

	.tab_btn a {
		min-width: 160px;
		padding: 8px 2em;
	}

	ul.category_tab_btn li a {
		padding: 5px 2px;
		font-size: 0.85em;
	}
}


/* =======================================
	profile
======================================= */
.fancybox-caption__body {
	font-size: 1.25rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
}

.prof-artist-image {
	display: block;
	max-width: 1100px;
	box-shadow: 5px 10px 25px -5px rgba(0, 0, 0, 0.5);
}

.prof-artist-text-box {
	display: block;
	line-height: 1.8;
}


ul.profile_wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding-top: 1.5%;
	font-family: "Noto Serif JP", serif;
}

ul.profile_wrap li {
	display: flex;
	align-items: center;
	width: 50%;
	margin-bottom: calc(5% + 25px);
}

ul.profile_wrap li .prof_image {
	width: 45%;
	max-width: 300px;
	position: relative;
}

ul.profile_wrap li .prof_image a {
	display: block;
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.9);
}

ul.profile_wrap li .prof_image a:before {
	display: block;
	content: "";
	padding-top: 140%;
}

ul.profile_wrap li .prof_image a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.5s ease;
}

ul.profile_wrap li .prof_image a:hover img {
	transform: scale(1.1);
}

ul.profile_wrap li .prof_image a span {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.5);
	font-size: 24px;
	color: #fff;
	text-align: center;
	transition: all .5s ease;
}

.prof_detail {
	position: relative;
	flex: 1;
	padding: 0 7%;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	text-align: left;
	overflow: hidden;
}

.prof_detail .name {
	position: relative;
	display: inline-block;
	margin: 0 0 0.5em;
	font-size: 1.8vw;
	font-weight: 600;
}

.prof_detail .part {
	margin: 0 0 0.75em;
	font-size: 1.25em;
}

.prof_detail p {
	line-height: 1.7;
}

.prof_detail .sns_btn {
	margin-top: 20px;
}

.prof_detail .sns_btn {
	position: relative;
	display: flex;
	align-items: center;
}

.prof_detail .sns_btn a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #151515;
	font-size: 32px;
	margin-right: 0.15em;
}

.prof_detail .sns_btn a:hover {
	color: #999;
}

@media (max-width:1365px) {
	.prof_detail .name {
		font-size: 1.7em;
	}

	.prof_detail .part {
		font-size: 1.15em;
	}

	.prof_detail p {
		font-size: 0.95em;
	}

	.prof_detail .sns_btn a {
		font-size: 30px;
	}
}

@media (max-width:1279px) {
	ul.profile_wrap li {
		width: 100%;
		margin-bottom: calc(3% + 25px);
	}

	ul.profile_wrap li .prof_image {
		max-width: 220px;
	}

	.prof_detail .name {
		font-size: 1.6em;
	}

	.prof_detail .name:after {
		position: absolute;
		top: 50%;
		left: calc(100% + 0.5em);
		content: "";
		height: 1px;
		background: #ddd;
		width: 100vw;
	}
}

@media (max-width:1024px) {
	ul.profile_wrap li .prof_image {
		max-width: 260px;
		width: 50%;
	}

	.prof_detail {
		padding-right: 0;
	}

	.prof_detail .name {
		font-size: 1.8em;
	}

	.prof_detail .part {
		font-size: 1.2em;
	}

	.prof_detail p {
		font-size: 1em;
	}

	.prof_detail .sns_btn a {
		font-size: 32px;
	}
}

@media (max-width:768px) {
	ul.profile_wrap li .prof_image {
		max-width: 240px;
		width: 50%;
	}

	.prof_detail .name {
		font-size: 1.7em;
	}

	.prof_detail .part {
		font-size: 1.175em;
	}
}

@media (max-width:640px) {
	.prof_detail .name {
		font-size: 1.6em;
	}

	.prof_detail .sns_btn a {
		font-size: 30px;
	}
}

@media (max-width:480px) {
	.prof_detail .name {
		font-size: 1.5em;
	}

	.prof_detail .part {
		font-size: 1.15em;
	}

	.prof_detail p {
		font-size: 0.95em;
	}

	.prof_detail .sns_btn a {
		font-size: 28px;
	}
}





/* =======================================
	NEWS TOPICS
======================================= */

ul.news_list {
	position: relative;
}

ul.news_list li {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}

ul.news_list li a {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: relative;
	color: #151515;
	transition: all ease .5s;
}

ul.news_list li a:hover {
	padding-left: 35px;
}

ul.news_list li a:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 20px;
	height: 4px;
	border-bottom: 1px solid #151515;
	border-right: 1px solid #151515;
	transform: translate(-100%, -50%) skew(45deg);
	transition: all ease .5s;
}

ul.news_list li a:hover:before {
	transform: translate(0, -50%) skew(45deg);
}

ul.news_list .thumbnail {
	width: 120px;
}

ul.news_list .detail {
	flex: 1;
	padding: 7px;
	padding-left: calc(2.5% + 5px);
	text-align: left;
}

.news-thumbnail {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	transition: all .5s ease;
}

.news-thumbnail:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.news-thumbnail img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

ul.news_list li a:hover .news-thumbnail img {
	transform: scale(1.15) translate3d(0, 0, 0);
}

ul.news_list li a:hover .news-thumbnail img.noimage {
	transform: scale(1) translate3d(0, 0, 0);
}

@media (max-width:1024px) {
	ul.news_list li a:hover .news-thumbnail img {
		transform: none;
	}

	ul.news_list li a:hover {
		padding-left: 0;
	}

	ul.news_list li a:before {
		display: none;
	}

	ul.news_list li a:after {
		position: absolute;
		top: 50%;
		left: auto;
		right: 0;
		width: auto;
		font-family: "Line Awesome Free";
		font-weight: 900;
		content: "\f0da";
		z-index: 2;
		font-size: 1.5em;
		margin-top: -0.5em;
		-webkit-font-smoothing: antialiased;
		height: auto;
		color: #777;
		background: none;
		line-height: normal;
		border-radius: 0;
		opacity: 1;
	}

	ul.news_list .detail {
		padding-right: 25px;
	}
}

@media (max-width:768px) {
	ul.news_list .thumbnail {
		width: 100px;
	}

	ul.news_list li a:hover {
		padding-left: 0;
	}

	ul.news_list li a:before {
		display: none;
	}
}

@media (max-width:480px) {
	ul.news_list .thumbnail {
		width: 80px;
	}
}

ul.news_list li span {
	display: block;
	font-size: 1em;
}

ul.news_list li span.date {
	display: inline-block;
	font-size: 0.9em;
	margin: 0;
	margin-bottom: 2px;
	text-align: left;
	color: #777;
}

span.category,
ul.news_list li span.category {
	display: inline-block;
	font-size: 0.85em;
	margin: 0 3px 0 0;
}

.schedule_category {
	display: block;
	font-size: 0.9em;
	margin: 0 3px 0 0;
	margin-bottom: 5px;
	text-align: left;
}

span.category span.category_type,
ul.news_list li span.category span.category_type,
.schedule_category span.category_type {
	display: inline-block;
	margin-left: 4px;
	margin-bottom: 2px;
	padding: 2px 8px;
	line-height: 1.2;
	color: #151515;
	vertical-align: middle;
	text-align: center;
	width: auto;
	min-width: 80px;
	border: 1px solid #151515;
	transition: .2s;
}

.schedule_category span.category_type {
	padding: 2px 14px;
	min-width: 90px;
}

span.category span.category_type:first-child,
ul.news_list li span.category span.category_type:first-child,
.schedule_category span.category_type:first-child {
	margin-left: 0;
}


ul.news_list li .newsTitle {
	font-size: 1.15em;
	font-weight: 600;
	line-height: 1.4;
	margin: calc(1% + 5px) 0 0;
	text-align: left;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

ul.news_list li small {
	font-size: 0.85em;
	display: block;
	color: #777;
	line-height: 1.3;
	text-align: left;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 5px;
}

@media (max-width:640px) {

	ul.news_list li span.category span.category_type,
	.schedule_category span.category_type {
		font-size: 0.9em;
	}
}

@media (max-width:640px) {
	ul.news_list li h3.newsTitle {
		font-size: 1.05em;
		line-height: 1.4;
	}
}

@media (max-width:480px) {
	ul.news_list .detail {
		padding-top: 0;
		padding-bottom: 0;
	}

	ul.news_list li h3.newsTitle {
		font-size: 1em;
	}

	ul.news_list li span.category {
		font-size: 0.8em;
	}

	span.category span.category_type,
	.schedule_category span.category_type,
	ul.news_list li span.category span.category_type {
		min-width: 60px;
	}
}

/* =======================================
	schedule
======================================= */

.schedule-link {
	position: absolute;
	bottom: 0;
	right: calc(7% + 50px);
	display: inline-block;
}

.schedule-link a {
	position: relative;
	display: inline-block;
	font-size: 1.3em;
	line-height: 1;
	letter-spacing: 0.125rem;
	text-indent: 0.125rem;
	color: #777;
	padding: 12px 35px;
	border: 1px solid #777;
	border-radius: 50px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
}

.schedule-link a:before {
	position: absolute;
	top: 50%;
	left: 100%;
	content: "";
	width: 50px;
	height: 6px;
	border-bottom: 1px solid #777;
	border-right: 1px solid #777;
	margin-top: -3px;
	margin-left: -20px;
	transform: translate(0, -50%) skew(45deg);
	transition: all ease .5s;
}

.schedule-link a:hover {
	color: #151515;
	border: 1px solid #151515;
}

.schedule-link a:hover:before {
	width: 80px;
	border-bottom: 1px solid #151515;
	border-right: 1px solid #151515;
}

@media (max-width:1440px) {
	.schedule-link a {
		padding: 10px 32px;
	}
}

@media (max-width:1365px) {
	.schedule-link {
		right: calc(5% + 32px);
	}

	.schedule-link a {
		padding: 9px 30px;
		font-size: 1.2em;
	}

	.schedule-link a:before {
		width: 45px;
	}

	.schedule-link a:hover:before {
		width: 60px;
	}
}

@media (max-width:768px) {
	.schedule-link {
		right: calc(5% + 25px);
		bottom: 4px;
	}

	.schedule-link a {
		padding: 9px 25px;
		letter-spacing: 0.1rem;
		text-indent: 0.1rem;
	}

	.schedule-link a:before,
	.schedule-link a:hover:before {
		width: 35px;
		margin-left: -10px;
	}
}


@media (max-width:640px) {
	.schedule-link {
		right: calc(5% + 20px);
		bottom: 2px;
	}

	.schedule-link a {
		padding: 8px 25px;
	}

	.schedule-link a span {
		display: none;
	}

	.schedule-link a:before,
	.schedule-link a:hover:before {
		width: 30px;
		margin-left: -10px;
	}
}

@media (max-width:480px) {
	.schedule-link {
		right: calc(5% + 20px);
		bottom: 2px;
	}

	.schedule-link a {
		padding: 6px 18px;
		letter-spacing: 0.1rem;
		text-indent: 0.1rem;
	}

	.schedule-link a.space-s {
		letter-spacing: 0.05rem;
		text-indent: 0.05rem;
	}
}

.archive_wrap {
	display: block;
	position: relative;
	text-align: left;
	margin: 0 auto;
}

.archive_wrap#form,
.archive_wrap.ticketform {
	max-width: 1100px;
}

@media (max-width:640px) {
	.archive_wrap#form {
		padding: 4% 10px;
	}
}


.schedule_accordion .archive_wrap {
	border: none;
	margin: 0;
	box-shadow: none;
}

.schedule_accordion:hover .archive_wrap {
	color: #151515;
}

.home .archive_wrap {
	margin-bottom: 0px;
}

.live_table {
	display: block;
	text-align: left;
	margin: 0;
	padding: 0 0 25px;
	width: auto;
	word-break: break-all !important;
}

.live_data span.date {
	display: block;
}

.live_data span.place {
	display: block;
}

.live_table ul {
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
}

.live_table ul li.catflag {
	display: table-cell;
	width: 18%;
	background: #eee;
	text-align: center;
	vertical-align: middle;
	font-size: 0.85em;
}

.live_table ul li.catdata {
	display: table-cell;
	vertical-align: middle;
	width: auto;
	padding: 8px 20px 8px;
	border: 1px solid #eee;
}

@media (max-width:768px) {
	.live_table ul {
		display: block;
	}

	.live_table ul li.catflag {
		width: 100%;
		display: block;
		padding: 4px 0px;
	}

	.live_table ul li.catdata {
		display: block;
		padding: 10px;
	}
}

@media (max-width:480px) {
	.live_table ul li.catdata {
		display: block;
		padding: 6px;
	}
}

.archive_wrap .title b {
	position: absolute;
	top: 0;
	right: 10px;
	height: 100%;
	width: 100%;
	text-align: right;
	display: block;
}

.archive_wrap p {
	padding: 0;
	margin: 0px;
}

.archive_wrap .archive_body {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.archive_body.media img {
	width: 100%;
	height: auto;
	max-width: 600px;
}

.news_header {
	position: relative;
	padding: 0;
	margin-bottom: 4%;
}

.news_header h2 {
	width: 100%;
	margin-top: calc(1% + 0.5em);
	padding-bottom: 15px;
	font-size: 1.6em;
	font-weight: 600;
}

@media (max-width:1024px) {
	.news_header h2 {
		font-size: 1.4em;
	}
}

@media (max-width:640px) {
	.news_header h2 {
		font-size: 1.25em;
	}
}

.news_header span.date {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.8em;
	font-size: 1em;
	margin: 0px;
	color: #777;
}

ul.disco_data span.category,
.news_header span.category {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px 0px 0;
}

ul.disco_data span.category span.category_type,
.news_header span.category span.category_type {
	display: inline-block;
	font-size: 1.2em;
	margin-bottom: 3px;
	margin-left: 5px;
	padding: 5px 20px;
	min-width: 90px;
	color: #777;
	border: 1px solid #777;
}

ul.disco_data span.category span.category_type:first-child,
.news_header span.category span.category_type:first-child {
	margin-left: 0px;
}

@media (max-width:768px) {

	ul.disco_data span.category span.category_type,
	.news_header span.category span.category_type {
		font-size: 1.1em;
	}
}

@media (max-width:480px) {

	ul.disco_data span.category span.category_type,
	.news_header span.category span.category_type {
		font-size: 0.9em;
	}

	.news_header span.date {
		font-size: 0.9em;
	}
}


.category_archive_title {
	position: relative;
	display: block;
	font-size: 1.3em;
	margin-bottom: calc(2% + 1em);
	text-align: left;
	color: #666;
	letter-spacing: 0.15em;
	overflow: hidden;
}

.category_archive_title span {
	position: relative;
	display: inline-block;
}

.category_archive_title span:after {
	position: absolute;
	top: 50%;
	left: calc(100% + 1em);
	content: "";
	width: 100vw;
	border-bottom: 1px solid #ddd;
}

.category_archive_title span.instore {
	letter-spacing: 0.145em;
	text-indent: 0.145em;
}

/* .category_archive_title:before,
.category_archive_title:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 50px;
	height: 1px;
	background: #777;
}

.category_archive_title:before {
	left: 0;
	transform: translateX(-100%) translateY(-50%);
	;
}

.category_archive_title:after {
	right: 0;
	transform: translateX(100%) translateY(-50%);
	;
} */

@media (max-width:480px) {

	.category_archive_title:before,
	.category_archive_title:after {
		width: 30px;
	}
}

/* =======================================
	SCHEDULEアコーディオン
======================================= */
.schedule_accordion {
	position: relative;
	display: block;
	text-align: left;
	margin: auto;
	margin-bottom: 30px;
	/* max-width: 1100px; */
	max-width: 100%;
	/* transition: .3s; */
}

/* .schedule_accordion:hover {
	color: #fff;
} */
.active_border {
	margin-bottom: 50px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	/* max-width: 1200px; */
	max-width: 100%;
}

.schedule_accordion.active_border {
	margin-bottom: 40px;
}

.schedule_date {
	display: block;
	font-size: 1em;
	position: relative;
	padding: 0 4% 15px 0;
	cursor: pointer;
	transition: all 0.5s ease;
	overflow: hidden;
	z-index: 2;
}

.schedule_date:hover {
	padding-left: 35px;
}

.schedule_date:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 20px;
	height: 4px;
	border-bottom: 1px solid #151515;
	border-right: 1px solid #151515;
	transform: translate(-100%, -50%) skew(45deg);
	transition: all ease .5s;
	opacity: 0;
}

.schedule_date:hover:before {
	transform: translate(4%, -50%) skew(45deg);
	opacity: 1;
}

.schedule_date:after {
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateX(100%);
	width: 100%;
	height: 1px;
	content: "";
	background: #151515;
	z-index: 1;
	opacity: 0;
	transition: all .5s cubic-bezier(0.87, 0, 0.13, 1);
}

.schedule_date:hover:after {
	opacity: 1;
	transform: translateX(0);
}

.schedule_date.active {
	border: none;
	padding: calc(4% + 5px) 4% 0;
	font-size: 1.2em;
}

.schedule_date.active:hover {
	text-shadow: none;
}

.schedule_date.active:before,
.schedule_date.active:after {
	display: none;
}

@media(max-width:1024px) {
	.schedule_accordion {
		margin-bottom: 20px;
	}

	.schedule_date:hover {
		padding-left: 0px;
	}

	.schedule_date:before,
	.schedule_date:after {
		display: none;
	}

	.schedule_date {
		font-size: 0.95em;
	}

	.schedule_date.active {
		font-size: 1.2em;
		padding-left: 4%;
	}
}

@media (max-width:768px) {
	.schedule_date {
		padding: 0 30px 10px 0;
	}

	.schedule_date.active {
		font-size: 1.15em;
	}

	.schedule_date:before {
		display: none;
	}
}

@media(max-width:480px) {
	.schedule_date {
		padding: 0 28px 10px 0;
		font-size: 0.9em;
	}

	.schedule_date.active {
		font-size: 1.05em;
	}
}

.single-liveschedule .schedule_date,
.single-instoreschedule .schedule_date {
	cursor: default;
}

.single-liveschedule .schedule_date:hover,
.single-instoreschedule .schedule_date:hover {
	cursor: default;
}

.schedule_date .detail_open {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -13px;
	width: 26px;
	height: 26px;
	z-index: 2;
	text-align: center;
	font-size: 26px;
	line-height: 26px;
	color: #777;
}

.schedule_date .detail_open:before {
	font-family: "Line Awesome Free";
	font-weight: 900;
	content: "\f0d7";
	display: block;
	position: absolute;
	top: 0px;
}

.schedule_date:hover .detail_open {
	color: #151515;
}

.schedule_date.active .detail_open {
	top: 30px;
	right: 4%;
	margin-top: 0px;
	color: #777;
}

.schedule_date.active .detail_open:before {
	transform: rotate(180deg);
	transform-origin: center;
}

.schedule_date.active .schedule_category span.category_type,
.schedule_date.active:hover .schedule_category span.category_type {
	margin-right: 2px;
	padding: 5px 20px;
}

.schedule_date.active .schedule_category {
	margin-bottom: 10px;
}

@media(max-width:1024px) {
	.schedule_date .detail_open {
		margin-top: -10px;
		width: 20px;
		height: 20px;
		font-size: 20px;
		line-height: 20px;
	}

	.schedule_date.active .detail_open {
		top: 25px;
	}
}

@media(max-width:768px) {
	.schedule_date.active .detail_open {
		top: 20px;
	}
}

.schedule_detail_wrap {
	margin-bottom: 0;
	text-align: center;
	padding: 4%;
	padding-top: 4%;
	background: none;
}

.event-data-section {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.archive-event .event-data-section {
	padding: 1% 0 0;
}

.event-data-section .flyer_wrap {
	width: 24%;
}

.event-data-section .live_table {
	width: 72%;
}

.flyer_wrap a {
	position: relative;
	display: block;
	margin: 0 0 20px;
	overflow: hidden;
	box-shadow: 0 7px 20px -5px rgba(0, 0, 0, 0.7);
}

.flyer_wrap a img {
	width: 100%;
	height: auto;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.flyer_wrap a:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.flyer_wrap a span {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.5);
	font-size: 24px;
	color: #fff;
	text-align: center;
}

@media (max-width:1024px) {
	.event-data-section {
		display: block;
	}

	.event-data-section .flyer_wrap {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		width: 100%;
	}

	.event-data-section .live_table {
		display: block;
		width: 100%;
		margin-top: 4%;
	}

	.flyer_wrap a {
		vertical-align: top;
		margin-left: 5px;
	}

	.flyer_wrap a:first-child {
		margin-left: 0;
		margin-right: 5px;
	}

	.flyer_wrap a img {
		width: 100%;
		height: auto;
		max-width: 300px;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
	}
}

@media (max-width:768px) {
	.event-data-section .flyer_wrap {
		justify-content: space-between;
	}

	.flyer_wrap a {
		width: 49.5%;
		margin: 0;
	}

	.flyer_wrap a:first-child {
		margin: 0;
	}

	.flyer_wrap a img {
		max-width: 100%;
	}
}

@media (max-width:640px) {
	.flyer_wrap a img {
		max-width: 100%;
	}

	.event-data-section .live_table {
		margin-top: 5%;
	}
}

@media (max-width:480px) {
	.flyer_wrap a span {
		width: 32px;
		height: 32px;
		font-size: 20px;
	}

	.event-data-section .live_table {
		margin-top: 7%;
	}
}

.schedule_accordion .close,
.schedule_accordion .close2 {
	position: relative;
	letter-spacing: normal;
	font-size: 0.9em;
	margin: 0 auto 5px;
	display: inline-block;
	padding: 8px 30px 8px;
	color: #777;
	border: 1px solid #777;
	text-align: center;
	cursor: pointer;
	letter-spacing: 3px;
	transition: all 0.2s ease;
}

.schedule_accordion .close:hover,
.schedule_accordion .close2:hover {
	color: #151515;
	border: 1px solid #151515;
}

.schedule_date span {
	display: inline-block;
	word-wrap: break-word;
}

.schedule_date span.date {
	margin-right: 5px;
}

.schedule_date span.date,
.schedule_date span.venue {
	display: inline-block;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

p.event_title_min {
	font-size: 1em;
	font-weight: 600;
	margin: 0;
	margin-bottom: 2px;
}

p.event_title_min span.sub {
	margin-right: 5px;
}

p.event_title_min span.title {
	font-size: 1.1em;
	line-height: 1.4;
	margin: 0;
}

.schedule_date.active p.event_title_min {
	margin-bottom: 7px;
}

.schedule_date.active p.event_title_min span {
	display: block;
	margin-bottom: 0;
}

.schedule_date.active p.event_title_min span.title {
	display: block;
	font-size: 1.25em;
	line-height: 1.4;
}

@media (max-width:768px) {
	.schedule_date.active {
		font-size: 1.2em;
	}

	.schedule_date span.date,
	.schedule_date span.venue {
		font-size: 1.2em;
	}

	.schedule_date.active p.event_title_min span {
		font-size: 0.95em;
	}

	.schedule_date.active p.event_title_min span.title {
		font-size: 1.15em;
	}
}

@media (max-width:480px) {
	.schedule_date.active {
		font-size: 1.1em;
	}

	.schedule_date span.date,
	.schedule_date span.venue {
		font-size: 1.15em;
	}

	.schedule_date.active span.date,
	.schedule_date.active span.venue {
		display: block;
	}

	.schedule_date.active span.date {
		margin-bottom: 0px;
	}

	.schedule_date .detail_open {
		width: 22px;
	}

	.schedule_date.active .detail_open {
		top: 10%;
		width: 22px;
	}

	p.event_title_min {
		font-size: 0.95em;
		margin: 0;
	}

	.schedule_date.active .category_type {
		font-size: 0.85em;
	}
}




/* =======================================
	Home Discography
======================================= */
ul.home_disc {
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.home_disc li {
	width: 30%;
	margin-bottom: 5%;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
}

.home ul.home_disc li {
	margin-bottom: 0;
}

ul.home_disc::before {
	content: "";
	display: block;
	width: 30%;
	order: 1;
}

ul.home_disc::after {
	content: "";
	display: block;
	width: 30%;
}

ul.home_disc li a {
	display: block;
	text-align: left;
	position: relative;
	color: #151515;
	padding: 0;
}

ul.home_disc li .artwork_wrap .artwork {
	width: 100%;
	transition: all 0.5s ease;
	overflow: hidden;
	box-shadow: 15px 20px 35px -5px rgba(0, 0, 0, 0.3);
}

ul.home_disc li a:hover .artwork_wrap .artwork {
	box-shadow: 7px 9px 15px -5px rgba(0, 0, 0, 0.3);
}


ul.home_disc li .artwork_wrap .artwork img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

ul.home_disc li a:hover .artwork_wrap .artwork img {
	transform: scale(1.15) translate3d(0, 0, 0);
}

@media (min-width:641px) {

	ul.home_disc li .artwork_wrap,
	ul.home_disc li .detail_wrap {
		display: block;
	}
}

@media (max-width:1440px) {
	ul.home_disc li {
		width: 31%;
	}

	ul.home_disc::before,
	ul.home_disc::after {
		width: 31%;
	}
}

@media (max-width:1365px) {
	ul.home_disc {
		max-width: 800px;
	}

	ul.home_disc li {
		width: 45%;
		margin-bottom: 6%;
	}

	.home ul.home_disc li:nth-child(3) {
		display: none;
	}

	ul.home_disc::before,
	ul.home_disc::after {
		display: none;
	}
}

@media (max-width:1280px) {
	ul.home_disc li {
		width: 46.5%;
	}
}

ul.home_disc li .detail_wrap {
	width: 100%;
	padding-top: 1.75em;
}

ul.home_disc li .detail_wrap p {
	font-size: 1em;
	margin-bottom: 0px;
}

ul.home_disc li .detail_wrap p.disc_title {
	font-size: 1.25em;
	line-height: 1.4;
	margin: calc(0.5% + 3px) 0;
	font-weight: 600;
}

ul.home_disc li .detail_wrap p.disc_release_date {
	font-size: 1em;
	letter-spacing: 0.2em;
	color: #666;
}

ul.home_disc li .detail_wrap p span.disc_cat {
	font-size: 0.8em;
	margin-right: 5px;
}

ul.home_disc li .detail_wrap p span.disc_cat span.category_type {
	display: inline-block;
	margin-left: 4px;
	padding: 1px 7px;
	text-align: center;
	min-width: 80px;
	width: auto;
	color: #151515;
	border: 1px solid #151515;
	line-height: 1.2;
}

ul.home_disc li .detail_wrap p span.disc_cat span.category_type:first-child {
	margin-left: 0px;
}

ul.home_disc li .detail_wrap p span.disc_release_number {
	font-size: 0.95em;
	margin-top: 4px;
	display: inline-block;
}

@media (max-width:1024px) {
	ul.home_disc {
		max-width: 100%;
	}

	ul.home_disc li {
		width: 45%;
	}
}

@media (max-width:768px) {
	ul.home_disc li {
		width: 46%;
	}
}

@media (max-width:640px) {

	ul.home_disc {
		font-size: 0.9em;
	}

	.home ul.home_disc li,
	ul.home_disc li {
		width: 100%;
		display: block;
		margin-bottom: 35px;
		margin-left: 0;
		font-size: 1.1em;
	}

	.home ul.home_disc::before,
	.home ul.home_disc::after,
	ul.home_disc::before,
	ul.home_disc::after {
		display: none;
	}

	ul.home_disc li a {
		position: relative;
		width: 100%;
		-js-display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-box;
		display: -webkit-flexbox;
		display: -moz-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
	}

	ul.home_disc li a,
	ul.home_disc li a:hover {
		padding: 0;
		margin: 0;
	}

	ul.home_disc li a:after {
		position: absolute;
		top: 50%;
		left: auto;
		right: 0;
		width: auto;
		font-family: "Line Awesome Free";
		font-weight: 900;
		content: "\f0da";
		z-index: 2;
		font-size: 1.5em;
		margin-top: -0.5em;
		-webkit-font-smoothing: antialiased;
		height: auto;
		color: #777;
		background: none;
		line-height: normal;
		border-radius: 0;
		opacity: 1;
	}

	ul.home_disc li .artwork_wrap {
		width: 28%;
		padding: 0;
		box-shadow: none;
	}

	ul.home_disc li .artwork_wrap .artwork,
	ul.home_disc li a:hover .artwork_wrap .artwork {
		box-shadow: 7px 9px 15px -5px rgba(0, 0, 0, 0.3);
	}

	ul.home_disc li a:hover .artwork_wrap .artwork img {
		transform: none;
	}

	ul.home_disc li .detail_wrap {
		flex: 1;
		padding-top: 0px;
		padding-left: 5%;
		padding-right: 30px;
	}

	ul.home_disc li .detail_wrap p.disc_title {
		font-size: 1.15em;
		line-height: 1.3;
	}

	ul.home_disc li .detail_wrap p span.disc_release_number {
		margin-top: 5px;
	}

	ul.home_disc li .detail_wrap p.disc_release_date {
		margin-top: 1em;
	}
}

@media (max-width:480px) {
	ul.home_disc {
		font-size: 0.85em;
	}

	ul.home_disc li .detail_wrap {
		padding-right: 20px;
	}

	ul.home_disc li .detail_wrap p span.disc_release_number {
		margin-top: 3px;
	}

	ul.home_disc li .detail_wrap p span.disc_cat span.category_type {
		min-width: 60px;
	}

	ul.home_disc li .detail_wrap p.disc_title {
		font-size: 1.125em;
	}

	ul.home_disc li .detail_wrap p.disc_release_date {
		margin-top: 0.5em;
	}

	ul.home_disc li .artwork_wrap .artwork,
	ul.home_disc li a:hover .artwork_wrap .artwork {
		box-shadow: 4px 6px 10px -3px rgba(0, 0, 0, 0.3);
	}
}

/* =======================================
	DISCOGRAPHY
======================================= */
ul.disco_data {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: calc(2.5% + 30px);
}

ul.disco_data li.left_column {
	width: 35%;
	position: relative;
	text-align: left;
}

ul.disco_data li.right_column {
	flex: 1;
	padding-left: 5%;
	position: relative;
	text-align: left;
}

ul.disco_data li.left_column .jacket {
	display: block;
}

ul.disco_data li.left_column .jacket img {
	width: 100%;
	box-shadow: 7px 9px 15px -5px rgba(0, 0, 0, 0.3);
}

.disc_title {
	font-size: 1.6em;
	margin: 15px 0;
	font-weight: 600;
}

.release_date {
	font-size: 1.3em;
	letter-spacing: 0.2em;
	color: #777;
}

.price {
	color: #777;
}

.detail_other {
	display: block;
	margin-top: 20px;
}

ul.disco_data li.right_column span.number {
	display: inline-block;
}

.song_list {
	display: block;
	margin: 20px 0 0;
}

.song_list b {
	font-size: 1em;
	font-weight: normal;
	display: block;
	border-bottom: 1px solid #777;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #777;
}

.song_list span {
	display: block;
	padding-bottom: 10px;
}

.field_title {
	display: block;
	text-align: center;
	font-size: 2.5em;
	letter-spacing: 0.5rem;
	text-indent: 0.5rem;
	margin-bottom: 0.75em;
	color: #bbb;
}

@media (max-width:1365px) {
	ul.disco_data li.left_column {
		width: 38%;
	}

	.disc_title {
		font-size: 1.5em;
	}

	.release_date {
		font-size: 1.2em;
	}

	.single-discography ul.disco_data span.category {
		font-size: 0.75em;
	}

	.single-discography ul.disco_data span.number {
		font-size: 0.9em;
	}
}

@media (min-width:1025px) and (max-width:1152px) {
	ul.disco_data li.right_column {
		font-size: 0.95em;
	}
}

@media (max-width:1024px) {
	ul.disco_data {
		margin-top: 2%;
	}

	ul.disco_data li.left_column {
		width: 45%;
	}
}

@media (max-width:852px) {
	ul.disco_data {
		flex-direction: column;
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
	}

	ul.disco_data li.left_column {
		width: 100%;
		max-width: 460px;
		margin: auto;
		margin-bottom: 10%;
	}

	ul.disco_data li.right_column {
		padding-left: 0;
	}

	.single-discography ul.disco_data span.category {
		font-size: 0.85em;
	}

	.single-discography ul.disco_data span.number {
		font-size: 0.95em;
	}
}

@media (max-width:768px) {
	ul.disco_data {
		margin-top: 0;
	}

	.disc_title {
		font-size: 1.45em;
	}
}

@media (max-width:640px) {
	ul.disco_data {
		padding: 0 2%;
	}

	.disc_title {
		font-size: 1.4em;
	}
}

@media (max-width:480px) {
	ul.disco_data {
		padding: 0;
	}

	.disc_title {
		font-size: 1.25em;
	}

	.release_date {
		font-size: 1.15em;
	}
}





/* =======================================
	動画関連
======================================= */
.fancybox-bg {
	background: rgba(0, 0, 0, 0.9) !important;
}

.fancybox-slide--video .fancybox-content {
	max-width: 1280px;
	max-height: 720px;
	width: 90%;
	height: 90%;
}

.bg-video-container {
	width: 100%;
	height: 100%;
	position: relative;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.video-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.video-container .mbYTP_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.video-container iframe {
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) scale(0.85) !important;
	margin: 0 !important;
}

@media (max-width:1365px) {
	.video-container iframe {
		transform: translate(-50%, -50%) scale(1.1) !important;
	}
}

@media (max-width:1024px) {
	.video-container iframe {
		transform: translate(-50%, -50%) scale(1) !important;
	}
}

.new_movie_content_wrap {
	display: block;
	text-align: center;
	max-width: 880px;
	margin: 0 auto;
}

.new_movie_content_wrap .play_btn-section {
	margin: 35px auto;
	text-align: center;
}

.new_movie_content_wrap .play_btn-section a img {
	width: 100%;
	height: auto;
	max-width: 160px;
}

.new_movie_content_wrap .play_btn {
	width: 152px;
	height: 152px;
	position: relative;
	cursor: pointer;
	margin: auto;
}

.new_movie_content_wrap .play_btn:before {
	content: "";
	display: block;
	position: absolute;
	background-color: #fff;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	z-index: 0;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	animation: ripple 2s ease-out infinite;
	z-index: -1;
}

.play-circles {
	display: block;
	width: 100%;
	height: 100%;
}

.play-circle-01 {
	transform: rotate(90deg);
	transform-origin: center;
	opacity: 1;
	transition: all 0.5s cubic-bezier(0.87, 0, 0.13, 1);
}

.play-circle-02 {
	transform: rotate(-90deg);
	transform-origin: center;
	opacity: 1;
	transition: all 0.5s cubic-bezier(0.87, 0, 0.13, 1);
}

.play-triangle {
	position: absolute;
	top: 50%;
	left: calc(50% + 5px);
	transform: translate(-50%, -50%);
	width: 40px;
	height: 55px;
	background-color: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	transition: all 0.5s cubic-bezier(0.87, 0, 0.13, 1);
}

.play_btn:hover .play-circle-01 {
	transform: rotate(360deg);
	opacity: .3;
}

.play_btn:hover .play-circle-02 {
	transform: rotate(-360deg);
	opacity: .3;
}

.play_btn:hover .play-triangle {
	opacity: .5;
}

@keyframes ripple {
	0% {
		width: 50px;
		height: 50px;
		opacity: 0;
	}

	30% {
		opacity: 0.2;
	}

	90% {
		opacity: 0;
	}

	100% {
		width: 500px;
		height: 500px;
		opacity: 0;
	}
}


.new_movie_content_wrap h2 {
	color: #fff;
	font-size: 2.2em;
	letter-spacing: 0.75rem;
	text-indent: 0.75rem;
	font-family: 'Cormorant Garamond', serif;
}

.new_movie_content_wrap h3.title {
	font-size: 1.4em;
	letter-spacing: 2px;
	text-indent: 2px;
	color: #fff;
	font-family: "Noto Serif JP", serif;
}

@media (max-width:768px) {
	.new_movie_content_wrap h3 {
		font-size: 1.5em;
	}

	.new_movie_content_wrap h3.title {
		font-size: 1.2em;
	}
}

@media (max-width:640px) {
	.new_movie_content_wrap .play_btn-section {
		margin: 20px auto;
	}

	.new_movie_content_wrap .play_btn {
		width: 100px;
		height: 100px;
	}

	.play-triangle {
		width: 30px;
		height: 50px;
	}
}

@media (max-width:480px) {
	.new_movie_content_wrap .play_btn {
		margin: 10px auto;
		text-align: center;
	}

	.new_movie_content_wrap h3 {
		font-size: 1.2em;
		letter-spacing: 15px;
		text-indent: 15px;
	}

	.new_movie_content_wrap h3.title {
		font-size: 1em;
	}

	.new_movie_content_wrap .play_btn {
		width: 80px;
		height: 80px;
	}

	.play-triangle {
		left: calc(50% + 3px);
		width: 25px;
		height: 40px;
	}
}


ul.mv_wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	color: #151515;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.mv_wrap::before {
	content: "";
	display: block;
	width: 30%;
	order: 1;
}

ul.mv_wrap::after {
	content: "";
	display: block;
	width: 30%;
}

ul.mv_wrap li {
	width: 30%;
	margin-bottom: 4%;
}

.home ul.mv_wrap li {
	margin-bottom: 0;
}

.home ul.mv_wrap li:nth-child(4) {
	display: none;
}

.single-discography ul.mv_wrap {
	-webkit-justify-content: center;
	justify-content: center;
}

.single-discography ul.mv_wrap:before,
.single-discography ul.mv_wrap:after {
	display: none;
}

.single-discography ul.mv_wrap li {
	width: 30%;
	margin: 0 1.5% 4%;
}

.single-discography ul.mv_wrap li.one {
	width: 45%;
	margin: 0 1.5% 4%;

}

ul.mv_wrap li a {
	display: block;
	height: 100%;
	position: relative;
	text-align: left;
	transition: all .3s ease;
}

ul.mv_wrap li a:hover:before {
	transform: scale(1);
	opacity: 1;
}

ul.mv_wrap li a .title {
	position: relative;
	z-index: 2;
	margin: 1.2em 0 0;
	text-align: left;
	color: #151515;
	font-weight: 600;
	font-size: 1.1em;
	display: flex;
	justify-content: center;
}

ul.mv_wrap li a .capture {
	position: relative;
	display: block;
	overflow: hidden;
	transition: all .5s ease;
	background: #000;
	box-shadow: 15px 20px 35px -5px rgba(0, 0, 0, 0.3);
}

ul.mv_wrap li a:hover .capture {
	box-shadow: 7px 9px 15px -5px rgba(0, 0, 0, 0.3);
}

ul.mv_wrap li a .capture img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	opacity: .5;
}

ul.mv_wrap li a:hover .capture img {
	-webkit-transform: scale(1.15) translate3d(0, 0, 0);
	-moz-transform: scale(1.15) translate3d(0, 0, 0);
	-o-transform: scale(1.15) translate3d(0, 0, 0);
	-ms-transform: scale(1.15) translate3d(0, 0, 0);
	transform: scale(1.15) translate3d(0, 0, 0);
	opacity: 1;
}

ul.mv_wrap li a .capture .play_btn {
	position: relative;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90px;
	height: 90px;
	cursor: pointer;
	margin: auto;
}

ul.mv_wrap li a .capture .play-triangle {
	width: 25px;
	height: 30px;
}

ul.mv_wrap li a .capture:hover .play-circle-01 {
	transform: rotate(360deg);
	opacity: .3;
}

ul.mv_wrap li a .capture:hover .play-circle-02 {
	transform: rotate(-360deg);
	opacity: .3;
}

ul.mv_wrap li a .capture:hover .play-triangle {
	opacity: .7;
}

@media (max-width:1440px) {
	ul.mv_wrap li {
		width: 31%;
	}

	ul.mv_wrap::before,
	ul.mv_wrap::after {
		width: 31%;
	}
}

@media (max-width:1365px) {
	ul.mv_wrap {
		max-width: 800px;
	}

	ul.mv_wrap li {
		width: 45%;
	}

	.home ul.mv_wrap li:nth-child(4) {
		display: block;
	}

	.home ul.mv_wrap li {
		margin-bottom: 5%;
	}

	.home ul.mv_wrap li:nth-child(3),
	.home ul.mv_wrap li:nth-child(4) {
		margin-bottom: 0;
	}

	ul.mv_wrap::before,
	ul.mv_wrap::after {
		display: none;
	}
}

@media (max-width:1080px) {
	ul.mv_wrap li {
		width: 46.5%;
	}

	.single-discography ul.mv_wrap li {
		width: 46.5%;
	}

	.single-discography ul.mv_wrap li.one {
		width: 60%;
	}
}

@media (max-width:1024px) {
	ul.mv_wrap {
		max-width: 100%;
	}
}

@media (max-width:768px) {
	ul.mv_wrap li {
		width: 47.5%;
	}

	ul.mv_wrap li a .title {
		margin: 1em 0 0;
	}

	ul.mv_wrap li a .capture .play_btn {
		transform: scale(0.9) translate(-50%, -50%);
	}
}


@media (max-width:640px) {

	ul.mv_wrap li,
	.single-discography ul.mv_wrap li,
	.single-discography ul.mv_wrap li.one {
		width: 100%;
		max-width: 360px;
		margin-left: 0%;
		margin: 0 auto 45px;
	}

	ul.mv_wrap p.title {
		font-size: 1em;
	}

	.home ul.mv_wrap li,
	.home ul.mv_wrap li:nth-child(3) {
		margin-bottom: 7%;
	}

	.home ul.mv_wrap li:nth-child(4) {
		margin-bottom: 0;
	}

	ul.mv_wrap::before,
	ul.mv_wrap::after {
		display: none;
	}

	ul.mv_wrap li a .title {
		margin: 10px 0 0;
	}

	ul.mv_wrap li a .capture .play_btn {
		transform: scale(1) translate(-50%, -50%);
	}
}

@media (max-width:480px) {
	ul.mv_wrap li {
		max-width: initial;
	}

	.new_movie_content_wrap .play_btn a {
		margin: 0 auto;
		width: 100px !important;
		height: 111px !important;
	}

	.new_movie_content_wrap .play_btn a img {
		width: 100%;
		height: auto;
		max-width: 80px;
	}

	ul.mv_wrap li,
	.single-discography ul.mv_wrap li,
	.single-discography ul.mv_wrap li.one {
		margin: 0 auto 30px;
	}

	.home ul.mv_wrap li {
		margin-bottom: 9%;
	}

	.home ul.mv_wrap li:nth-child(4) {
		margin-bottom: 0;
	}
}



/* =======================================
	youtube
======================================= */

#results {
	letter-spacing: -.40em;
	display: block;
	margin-bottom: 25px;
}

#results dl {
	position: relative;
	display: inline-block;
	width: 23%;
	margin: 1%;
	vertical-align: top;
	text-align: left;
	box-shadow: rgba(0, 0, 0, 0.75) 2px 2px 5px -2px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 2px 2px 5px -2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.75) 2px 2px 5px -2px;
	color: #fff;
	letter-spacing: normal;
}

#results dl .tube_btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
}

#results dl .tube_btn:hover {
	background: rgba(255, 255, 255, 0.15);
}

#results dl img,
#results dl .tube_btn img {
	width: 100%;
	border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
}

#results dl .tube_btn img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

#results dl img.tube_btn:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#results dl dd {
	margin-bottom: 0;
	background: rgba(255, 255, 255, 0.75);
	background: rgba(0, 0, 0, 0.75);
}

#results dl dd h3 {
	font-size: 0.9em;
	font-weight: bold;
	padding: 10px 10px 5px;
	margin: 0;
	letter-spacing: -1px;
}

#results dl dd h3 a {
	color: #fff;
}

#results dl dd h3 a:hover {
	color: #9B2B2B;
}

#results dl p {
	padding: 0px 10px 10px;
	margin: 0;
	font-size: 0.75em
}

@media (max-width:1080px) {
	#results dl {
		width: 31%;
		margin: 1%;
	}
}

@media (max-width:768px) {
	#results dl {
		width: 48%;
		margin: 1%;
	}

	#results dl dd h3 {
		font-size: 0.8em;
		font-weight: normal;
	}

	#results dl p {
		font-size: 0.6em
	}
}

.medias {
	position: relative;
	padding-bottom: 51%;
	height: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.medias iframe,
.medias object,
.medias embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* =======================================
	snsボタン
======================================= */

.s_sbm ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	margin: calc(2% + 35px) 0 0;
	text-align: right;
}

.archive_body .s_sbm ul {
	margin-top: calc(2% + 1.5rem);
}

.s_sbm li {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	font-size: 32px;
	margin: 0 2px;
}

.s_sbm li.sbm_title {
	margin-right: 5px;
	font-size: 0.8em;
}

.s_sbm li a {
	color: #151515;
	display: block;
}

.s_sbm li.sf a:hover {
	color: #1877f2;
}

.s_sbm li.st a:hover {
	color: #777;
}

.s_sbm li.sl a:hover {
	color: #06c755;
}

.s_sbm li.sg a:hover {
	color: #dd4b39;
}

@media (max-width:640px) {
	.s_sbm li {
		font-size: 30px;
		margin: 0 -0.02em;
	}
}

@media (max-width:480px) {
	.s_sbm {
		text-align: center;
	}

	.s_sbm ul {
		margin: 30px auto 20px;
	}

	.s_sbm li {
		font-size: 26px;
		margin: 0 -0.04em;
	}
}

/* =======================================
	お問い合わせ・チケットフォーム
======================================= */
.c1 {
	position: relative;
	padding: 25px 3%;
	display: block;
	line-height: 1.4;
}

.c2 {
	position: relative;
	padding: 25px 3%;
	line-height: 1.4;
}

.c3 {
	position: relative;
	padding: 30px 3%;
	border: 1px solid #bbb;
	/* background: #ffffff; */
	margin-bottom: 25px;
}

.c3.v2 {
	background: #f2f6fa;
}


@media (max-width:768px) {

	.c1,
	.c2,
	.c3 {
		padding: 20px 5%;
	}

	.c1:hover,
	.c2:hover,
	.c3:hover {
		box-shadow: none;
	}
}

@media (max-width:480px) {

	.c1,
	.c2,
	.c3 {
		padding: 20px 10px;
	}

	.c3 {
		padding: 10px;
	}

	.wpcf7 {
		margin-left: -5%;
		margin-right: -5%;
	}
}


.c3 label input {
	margin-right: 5px;
}

.c3 p.tab_btn {
	margin: 15px 0;
}

.c1 b,
.c2 b {
	display: inline-block;
	font-weight: normal;
	margin: 11px 15px 11px 0;
	vertical-align: top;
}

p.c1,
p.c2,
p.c3 {
	margin: 0;
}

.c1 p,
.c2 p {
	margin: 0;
}

.c1 small,
.c2 small {
	display: inline-block;
}

p.zip small {
	color: #ce3851;
	padding: 5px 10px;
}

.form_end {
	padding: 4%;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.form_end h2 {
	display: block;
	font-size: 2em;
	margin: 0 0 1.8rem;
	background: none;
	font-weight: 500;
	color: var(--color-blue);
}

.form_end p {
	display: block;
	margin-bottom: 20px;
	text-align: left;
}

@media (max-width:640px) {
	.form_end h2 {
		margin: 15px 0;
		font-size: 1.6em;
	}
}

@media (max-width:480px) {
	.form_end p {
		margin-bottom: 15px;
	}
}

.alert-h,
.alert-n {
	font-size: 0.95rem;
}

.alert-h {
	display: inline-block;
	padding: 0.3em 0.8em;
	background: #ce3851;
	color: #fff;
	vertical-align: top;
	margin: 8px 10px 8px 0;
	font-weight: normal;
	border-radius: 2px;
}

.alert-n {
	display: inline-block;
	padding: 0.3em 0.8em;
	background: #35ad85;
	color: #fff;
	vertical-align: top;
	margin: 8px 10px 8px 0;
	font-weight: normal;
	border-radius: 2px;
}

.c2 span label {
	display: inline-block;
	margin: 0 20px 10px 0;
}

.c2 span label input {
	display: inline-block;
	margin: 0 5px 0 0;
}

.c1 textarea,
.c2 textarea {
	width: 100%;
	margin: 0 !important;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
	border-color: rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

input[type=text],
select,
input[type=email],
input[type=tel] {
	outline: none;
	width: auto;
}

input[type="radio"] {
	margin: 0 0 4px 0 !important;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="submit"].back_btn {
	position: relative;
	background: none;
	border-radius: 0;
	letter-spacing: 4px;
	text-indent: 4px;
	font-size: 1.15em;
	width: 90%;
	max-width: 360px;
	border-radius: 50px;
	text-transform: none;
	background: none;
	border: 2px solid #b12342;
	background: #b12342;
	color: #fff;
	transition: all ease .5s;
	margin: 15px 5px 35px;
	padding: 20px;
	box-shadow: 7px 10px 0 -5px rgba(0, 0, 0, 0.15);
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="submit"].back_btn:hover,
input[type="submit"]:focus,
input[type="submit"].back_btn:focus {
	color: #b12342;
	border: 2px solid #b12342;
	background: none;
	width: 90%;
	max-width: 400px;
	margin: 15px 5px 35px;
	padding: 20px;
}

input[type="submit"].back_btn {
	color: #fff;
	background: #707679;
	border: 2px solid #707679;
}

input[type="submit"].back_btn:hover,
input[type="submit"].back_btn:focus {
	color: #707679;
	border: 2px solid #707679;
	background: none;
}

@media (max-width:1024px) {

	button,
	.button,
	input[type="button"],
	input[type="reset"],
	button:hover,
	.button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"],
	input[type="submit"].back_btn,
	input[type="submit"]:hover,
	input[type="submit"].back_btn:hover,
	input[type="submit"]:focus,
	input[type="submit"].back_btn:focus {
		margin: 1em 2px 2em;
		padding: 16px;
		font-size: 1.1em;
	}
}

@media (max-width:768px) {

	input[type=text],
	select,
	input[type=email],
	input[type=tel] {
		width: 100%;
	}
}

.contact-caution {
	display: block;
	padding: 0;
	margin: 60px 3% 0;
	line-height: 1.6;
	font-size: 0.9em;
}

.contact-caution b {
	color: #ce3851;
	font-size: 1.1em;
}

@media (max-width:768px) {
	.contact-caution {
		margin: 25px 5% 0;
	}
}

@media (max-width:480px) {
	.contact-caution {
		margin: 25px 0 0;
	}
}

.form_nav {
	width: 100%;
	position: relative;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 40px;
	padding: 0;
}

.form_nav li {
	width: 32%;
	padding: 20px 5px;
	margin: 0;
	color: var(--color-green);
	border: 2px solid var(--color-green);
	background: none;
	text-align: center;
	line-height: 1.4;
}

.form_nav li span {
	display: inline-block;
}

.form_nav li.active {
	color: #fff;
	background: var(--color-green);
	border: 2px solid var(--color-green);
}

.form_nav li.error {
	color: #fff;
	background: #ce3851;
	border: 1px solid #ce3851;
}

.mw_wp_form .error {
	font-size: 0.85em;
	color: #fff;
	border: 1px solid #ce3851;
	background: #ce3851;
	border-radius: 50px;
	padding: 2px 15px;
	display: inline-block;
	text-align: center;
	margin: 5px 0 0;
}

p.form_error {
	display: block;
	text-align: center;
	color: #ce3851;
	font-size: 1.1em;
	margin: 0 0 30px;
}

p.form_comment {
	display: block;
	color: var(--color-blue);
	text-align: center;
	font-size: 1em;
	margin: 0 4% 30px;
}


@media (max-width:1024px) {
	.form_nav li {
		width: 30%;
	}
}

@media (max-width:768px) {
	.form_nav {
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin: 15px 0 20px;
	}

	.form_nav li {
		width: 32%;
		margin: 0px;
	}
}

@media (max-width:600px) {
	.form_nav li {
		border-radius: 0px;
		font-size: 0.95em;
	}
}

@media (max-width:480px) {
	.form_nav li {
		padding: 10px 6px;
	}
}


.mwform-checkbox-field-text,
.mwform-radio-field-text {
	margin-left: 5px;
	line-height: 1;
}

.mwform-checkbox-field,
.mwform-radio-field {
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
	display: flex;
	align-items: center;
	padding: 10px 16px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	cursor: pointer;
	background: #fff;
	font-weight: 500;
}

.mw_wp_form .horizontal-item+.horizontal-item {
	margin-left: 0;
}

select {
	padding: 8px;
	border-radius: 4px;
	border-color: rgba(0, 0, 0, 0.2);
}

.break {
	display: inline-block;
}

.break_full {
	display: block;
	margin-top: 0.5em;
}

.page-id-385 .break,
.page-id-814 .break {
	vertical-align: top;
	margin-top: -5px;
}

.page-id-382 .c1 b,
.page-id-382 .c2 b,
.page-id-817 .c1 b,
.page-id-817 .c2 b {
	color: #fff;
	font-size: 0.8em;
	background: var(--color-blue);
	border-radius: 50px;
	padding: 5px 15px;
}

.page-id-382 .help-tag,
.page-id-817 .help-tag {
	display: none !important;
}


@media (max-width:768px) {
	.break {
		display: block;
	}

	.page-id-385 .break,
	.page-id-411 .break {
		margin-top: -2px;
	}
}

@media (max-width:480px) {

	.mwform-checkbox-field,
	.mwform-radio-field {
		display: block;
	}
}

.mwform-tel-field {
	display: flex;
	align-items: center;
}


.mwform-tel-field input[type="text"] {
	display: inline-block;
	width: 28.5% !important;
	margin: 0 4px;
}

.mwform-tel-field input[type="text"]:first-child {
	margin-left: 0;
}

.mwform-tel-field input[type="text"]:last-child {
	margin-right: 0;
}



.wpcf7-spinner {
	display: block !important;
	margin: 0 auto !important;
}

.wpcf7-radio .wpcf7-list-item {
	margin: 9px 1em 9px 0 !important;
}

.wpcf7-not-valid-tip {
	margin-top: 3px;
}

.wpcf7-list-item {
	margin: 9px 0 9px 1em;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #c4222f;
}


/* =======================================
	privacy policy
======================================= */
#privacy h2 {
	padding: 20px 0 10px;
	line-height: 1.4;
	margin: 0;
	font-size: 1.2em;
	font-weight: 700;
	margin: 3% 0 1%;
	border-bottom: 1px dotted #777;
}

#privacy p {
	margin-bottom: 25px;
}

@media (max-width:768px) {
	#privacy h2 {
		margin: 25px 0 5px;
	}
}


/* =======================================
	その他
======================================= */
.none_data {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 300px;
	text-align: center;
	letter-spacing: 3px;
	font-size: 1em;
	color: #777;
}

/*footer-banner*/
.footer-banner {
	display: flex;
	justify-content: center;
	text-align: center;
}

.footer-banner li {
	margin: 0 2em;
	line-height: 1;
}

.footer-banner li a {
	margin: 0 auto 50px;
	width: 300px;
	display: block;
	padding: 20px 0 15px;
	border: 1px solid #151515;
	color: #151515;
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.5em;
}

.footer-banner img {
	width: 65%;
	height: auto;
}

.footer-banner li a:hover {
	transform: translateY(-7px);
}

@media(max-width:1365px) {
	.footer-banner li {
		margin: 0 1em;
	}

	.footer-banner li a {
		width: 250px;
		font-size: 1.2em;
	}
}

@media (max-width:768px) {
	.footer-banner li {
		margin: 0 0.5em;
	}

	.footer-banner li a {
		width: 220px;
		font-size: 1.05em;
	}
}

@media (max-width:640px) {
	.footer-banner {
		flex-direction: column;
		justify-content: center;
	}

	.footer-banner li {
		margin: 0;
	}

	.footer-banner li a {
		width: 240px;
		font-size: 1.1em;
		margin: 0 auto 20px;
	}
}


/*Coming soon用*/
.site-navigation ul li.coming {
	margin: 0.25em 0 0.75em;
}

.site-navigation ul li.coming a,
.smp-menu-list li.coming a {
	pointer-events: none;
	color: #ccc;
}

.smp-menu-list li.coming a {
	padding: 0.5rem 5% 1.5rem;
}

.site-navigation ul li.coming .cs-tag,
.smp-menu-list li.coming .cs-tag {
	position: absolute;
	bottom: -2px;
	left: 2px;
	font-size: 0.55em;
	white-space: nowrap;
	letter-spacing: 0;
	line-height: 1;
	color: #aaa;
}

.smp-menu-list li.coming .cs-tag {
	bottom: 1em;
	left: 50%;
	transform: translateX(-50%);
}

/*reCaptcha 非表示*/
.grecaptcha-badge {
	visibility: hidden;
}