/*
Theme Name: Brain Cube v2.0
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&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: 18px;
	line-height: 1.8;
	font-family: "Jost", "Noto Sans", sans-serif;
}

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

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

@media (max-width:1024px) {

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

@media (max-width:768px) {

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

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

body {
	position: relative;
	color: var(--color-white);
	background: var(--color-black);
	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: 500;
}

.bg-over01,
.bg-over02,
.bg-over03 {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: url(images/bg01.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-size: cover;
	opacity: .3;
}

.bg-over02 {
	background: url(images/bg02.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-size: cover;
	opacity: .25;
}

.bg-over03 {
	background: url(images/bg03.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-size: cover;
	opacity: .2;
}

@media (max-width:1024px) {
	body {
		letter-spacing: 0.05em;
	}

	.bg-over01,
	.bg-over02,
	.bg-over03 {
		transform: translateY(-10%);
	}
}

a {
	color: var(--color-pink);
	text-decoration: none;
	outline: none;
	transition: all 0.5s ease;
}

a.black {
	color: var(--color-black);
}

a.wihite {
	color: var(--color-white);
}

.article_body a {
	text-decoration: underline;
}


a:focus {
	outline: none;
}

a:hover {
	outline: none;
}

a:active {
	outline: none;
}

a:hover {
	color: var(--color-pink2);
}

a:active {
	color: var(--color-pink2);
}

a.black:hover,
a.black:focus,
a.black:active {
	color: var(--color-pink2);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}

h1,
.h1 {
	font-size: 26px;
	font-size: 1.8em;
	line-height: 1.3;
}

h2,
.h2 {
	font-size: 24px;
	font-size: 1.6em;
	line-height: 1.4;
}

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

h4,
.h4 {
	font-size: 20px;
	font-size: 1.25em;
	line-height: 1.4;
}

h5,
.h5 {
	font-size: 18px;
	font-size: 1.1em;
	line-height: 1.3333333333;
}

h6,
.h6 {
	font-size: 16px;
	font-size: 1em;
	line-height: 1.5;
}


@media (max-width:768px) {

	h1,
	.h1 {
		font-size: 1.6em;
	}

	h2,
	.h2 {
		font-size: 1.4em;
	}

	h3,
	.h3 {
		font-size: 1.2em;
	}

	h4,
	.h4 {
		font-size: 1.1em;
	}

	h5,
	.h5 {
		font-size: 1.05em;
	}

}

@media (max-width:480px) {

	h1,
	.h1 {
		font-size: 1.4em;
	}

	h2,
	.h2 {
		font-size: 1.25em;
	}

	h3,
	.h3 {
		font-size: 1.1em;
	}

	h4,
	.h4 {
		font-size: 1.05em;
	}

	h5,
	.h5 {
		font-size: 1em;
	}
}

b,
strong {
	font-weight: 700;
}

strong {
	font-size: 100%;
}

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;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

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;
	image-rendering: -webkit-optimize-contrast;
	max-width: 100%;
	height: auto;

}


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(0, 0, 0, 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.15) !important;
	margin: 1.5em 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;
}

.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;
}

.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: 10% !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;
	}

	.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;
}

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

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

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

.d-inline-flex {
	display: inline-flex !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;
}

.bold400 {
	font-weight: 400 !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-height1 {
	line-height: 1;
}

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

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

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

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

.line-height15 {
	line-height: 1.5;
}

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

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

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

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

:root {
	--color-gold: #E5CF75 !important;
	--color-gold2: #FBF6A3 !important;
	--color-pink: #f033a5 !important;
	--color-pink2: #b5176e !important;

	--color-blue: #1558d6 !important;
	--color-green: #008b51 !important;
	--color-aqua: #258588 !important;
	--color-line: #06C655 !important;
	--color-red: #c92929 !important;
	--color-orange: #ff7231 !important;
	--color-yellow: #ffd43a !important;
	--color-brown: #b8a481 !important;
	--color-black: #0f0f10 !important;
	--color-white: #ffffff !important;
	--color-gray: #555555 !important;
}

.font-gold {
	color: var(--color-gold) !important;
}

.font-gold2 {
	color: var(--color-gold2) !important;
}

.font-pink {
	color: var(--color-pink) !important;
}

.font-pink2 {
	color: var(--color-pink2) !important;
}

.bg-gold {
	color: var(--color-gold) !important;
}

.bg-gold2 {
	color: var(--color-gold2) !important;
}

.bg-pink {
	color: var(--color-pink) !important;
}

.bg-pink2 {
	color: var(--color-pink2) !important;
}

.font-white {
	color: var(--color-white) !important;
}

.font-black {
	color: var(--color-black) !important;
}

.font-gray {
	color: var(--color-gray) !important;
}

.font-blue {
	color: var(--color-blue) !important;
}

.font-green {
	color: var(--color-green) !important;
}

.font-aqua {
	color: var(--color-aqua) !important;
}

.font-line {
	color: var(--color-line) !important;
}

.font-red {
	color: var(--color-red) !important;
}

.font-orange {
	color: var(--color-orange) !important;
}

.font-yellow {
	color: var(--color-yellow) !important;
}

.font-brown {
	color: var(--brown-yellow) !important;
}

.bg-line {
	background: var(--color-line) !important;
}

.bg-red {
	background: var(--color-red) !important;
}

.bg-white {
	background: var(--color-white) !important;
}

.bg-black {
	background: var(--color-black) !important;
}

.bg-blue {
	background: var(--color-blue) !important;
}

.bg-green {
	background: var(--color-green) !important;
}

.bg-aqua {
	background: var(--color-aqua) !important;
}

.bg-orange {
	background: var(--color-orange) !important;
}

.bg-yellow {
	background: var(--color-yellow) !important;
}

.bg-brown {
	background: var(--color-brown) !important;
}

.aligin-middle {
	vertical-align: middle !important;
}

.align-items-top {
	align-items: flex-start !important;
}

.align-items-bottom {
	align-items: flex-end !important;
}

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

.justify-content-top {
	justify-content: flex-start !important;
}

.justify-content-bottom {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.deco-border {
	display: block;
	margin: 20px 0;
	height: 3px;
	background: linear-gradient(to right, var(--color-red) 30%, var(--color-orange) 30%);
}

.min-border {
	display: block;
	width: 60px;
	margin: auto;
	height: 3px;
	background: linear-gradient(to right, var(--color-red) 30%, var(--color-orange) 30%);
}

.border-none {
	border: none !important;
}

.radius-0 {
	border-radius: 0 !important;
}

.noshadow {
	box-shadow: none !important;
}

.opacity7 {
	opacity: .7;
}

.opacity5 {
	opacity: .5;
}

.opacity3 {
	opacity: .3;
}

.opacity2 {
	opacity: .2;
}

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

/* Input fields */

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

input[type="file"] {
	border: none;
	padding: 7px 10px;
}

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;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: 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: #444444;
}

.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;
}


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

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

#js-loader {
	pointer-events: none;
}

.loader {
	position: relative;
	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;
	width: 100%;
	text-align: center;
	z-index: 3;
	margin-bottom: calc(1rem + 10px);
}

.loader-logo img {
	max-width: 280px;
	width: 40%;
	height: auto;
}

.loader p {
	text-align: center;
}

@media (max-width:640px) {
	.loader p.font-ms {
		font-size: 1em !important;
	}
}

@media (max-width:480px) {
	.loader p.font-ms {
		font-size: 0.9em !important;
	}
}

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

@keyframes fadeUpAnime {
	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);
	}
}

.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: var(--color-gold2);

	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;
	}
}

/* =======================================
	トップスライダー
======================================= */
#body-wrapper {
	width: 100%;
	/* height: calc(var(--vh, 1vh) * 100); */
	z-index: -1;
	position: relative;
	/* position: fixed; */
	left: 0;
	top: 0;
	content: "";
	background-position: center;
	background-size: cover;
}

#body-wrapper:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 200px);
}

#body-wrapper img {
	width: 100%;
	height: auto;
}

#video {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	object-position: center;
}

@media (max-width:1024px) {
	#body-wrapper {
		overflow: hidden;
		/* height: calc(var(--vh, 1vh) * 70); */
		height: 100vw;
		display: flex;
		align-items: center;
		padding: 28% 5% 15%;
	}

	#body-wrapper:before {
		content: '';
		background: inherit;
		filter: blur(20px);
		position: absolute;
		top: -40px;
		left: -40px;
		right: -40px;
		bottom: -40px;
		z-index: -2;
	}

	#body-wrapper:after {
		z-index: -1;
		background: rgba(0, 0, 0, 0.5);
	}

	#body-wrapper img {
		box-shadow: 10px 10px 45px -5px rgba(0, 0, 0, 0.5);
	}
}

@media (max-width:480px) {
	#body-wrapper {
		height: 110vw;
		padding: 40% 5% 20%;
	}

	#body-wrapper:before {
		filter: blur(20px);
		top: -40px;
		left: -40px;
		right: -40px;
		bottom: -40px;
	}
}

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

.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-animation-delay {
	transform: translateY(100%);
	opacity: 0;
	animation: fade-in-up 2s cubic-bezier(0.87, 0, 0.13, 1) forwards;
	animation-delay: 1.2s
}

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

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

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

	100% {
		opacity: 1;
	}
}

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

	100% {
		opacity: .1;
	}
}

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

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

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

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

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

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


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

#tothetopfixed.smp {
	display: none;
}

#tothetopfixed.pc {
	display: inline-block;
}

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

a.pageup {
	position: relative;
	z-index: 4;
	display: block;
	font-size: 0.9em;
	padding: 5px 30px;
	color: #7d7d7d;
	border: 3px solid #7d7d7d;
	text-align: center;
	text-decoration: none;
	transition: .2s;
	letter-spacing: 2px;
	text-indent: 2px;
	transition: all ease .5s;
	font-weight: 600;
}

a.pageup {
	color: var(--color-pink);
	border: 3px solid var(--color-pink);
}

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

a.pageup:before {
	border-bottom: 3px solid var(--color-pink);
	border-right: 3px solid var(--color-pink);
}

a.pageup:hover:before {
	width: 100px;
}

a.pageup.smp {
	display: none;
}

@media (max-width:1024px) {
	#tothetopfixed.pc {
		display: none;
	}

	#tothetopfixed.smp {
		display: inline-block;
		margin-bottom: 3em;
	}

	#tothetopfixed,
	#tothetopfixed.slide-in {
		position: relative;
		display: inline-block;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		opacity: 1;
		transform: none;
	}

	a.pageup.pc {
		display: none;
	}

	a.pageup.smp {
		display: inline-block;
	}

	a.pageup,
	a.pageup:hover {
		background: none;
		color: #7d7d7d;
		border: 2px solid #7d7d7d;
		transition: all .3s ease;
	}

	a.pageup,
	a.pageup:hover {
		color: var(--color-pink);
		border: 2px solid var(--color-pink);
	}

	a.pageup:before {
		display: none;
	}
}


/* =======================================
	ページダウン
======================================= */
.arrowWrap {
	position: relative;
	position: fixed;
	z-index: 2;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%) scale(1.4);
	transform-origin: center bottom;
	padding-bottom: 1%;
	z-index: 999;
	backface-visibility: hidden;
}

@media (max-width:1024px) {
	.arrowWrap {
		display: none !important;
	}
}

/* @media (min-width:560px) {
	.arrowWrap {
		transform: translateX(-50%) scale(1);
	}
}

@media (min-width:768px) {
	.arrowWrap {
		transform: translateX(-50%) scale(1.3);
	}
}

@media (min-width:1024px) {
	.arrowWrap {
		transform: translateX(-50%) scale(1.4);
	}
} */

.arrowInner a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	backface-visibility: hidden;
	color: var(--color-white);
	filter: drop-shadow(0 0 10px var(--color-black)) drop-shadow(0 0 15px var(--color-black)) drop-shadow(0 0 20px var(--color-black));
}

.arrowInner p {
	display: block;
	font-size: 15px;
	line-height: 1;
	font-weight: 600;
	color: var(--color-white);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.arrowInner a:hover p {
	transform: translateY(-5px);
}

.arrowInner i {
	margin-top: -5px;
	animation: falling 2s linear 0s infinite;
}

@keyframes falling {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}

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

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

.arrow {
	width: 2px;
	height: 80px;
	margin: 5px auto 0;
	background-color: rgba(255, 255, 255, 0.7);
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.arrow::before {
	content: '';
	width: 3px;
	height: 80px;
	margin: 50px auto 0;
	background-color: var(--color-white);
	position: absolute;
	top: -150px;
	left: 1px;
	-webkit-animation: arrow 2s ease-in-out 0s infinite normal;
	animation: arrow 2s ease-in-out 0s infinite normal;
}

@keyframes arrow {
	0% {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}

	60% {
		-webkit-transform: translate3d(-50%, 100px, 0);
		transform: translate3d(-50%, 100px, 0);
	}

	100% {
		-webkit-transform: translate3d(-50%, 100px, 0);
		transform: translate3d(-50%, 100px, 0);
	}
}


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

.site {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	/* background: var(--color-black); */
	/* background: rgba(0, 0, 0, 0.3); */
}

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

.footer {
	position: relative;
	margin-top: auto;
	overflow: hidden;
}

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

/* =======================================
	ベースラップ
======================================= */
.page .entry-title {
	display: none;
}

button.fancybox-button {
	border: none;
}

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

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

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

section {
	position: relative;
	z-index: 2;
	padding: 8%;
	text-align: center;
}

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

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

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

section.overhidden {
	overflow: hidden;
}

section.footer {
	padding: 8%;
}

@media (max-width:1280px) {
	section.pt-half {
		padding: 5% 8% 8%;
	}

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

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

@media (max-width:1024px) {
	.footer-inner {
		padding: 8% 8% 120px;
	}
}

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

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

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

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

	.footer-inner {
		padding: 12% 0 120px;
	}
}

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

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

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

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

	.footer-inner {
		padding: 14% 0 100px;
	}
}

.bgc1 {
	background: #eef0f3;
}

.bgc2 {
	background: rgba(255, 255, 255, 0.1);
	background: rgba(0, 0, 0, 0.5);
}

.bgc3 {
	background: #dfe6ee;
}

.inner_wrap {
	position: relative;
	width: 100%;
	max-width: 1280px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

.inner_wrap.min-s {
	max-width: 850px;
}

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

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

.inner_wrap.wide {
	max-width: 1400px;
}

.inner_wrap.full {
	max-width: 100%;
}

.edit .inner_wrap {
	text-align: left;
}

.article_wrap {
	display: block;
	margin: auto;
	margin-bottom: calc(7% + 1rem);
	text-align: left;
}

.home .article_wrap {
	margin-bottom: 0;
}

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


#wpadminbar {
	min-height: 32px;
}

#site-header {
	position: relative;
}

.site-header {
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 99;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	transition: all .5s ease;
}

.site-header.fixed-header {
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	background: rgba(255, 255, 255, 0.8);
	background: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(10px);
}

.header-main {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 52px 7%;
	z-index: 99;
	transition: all .5s ease;
}

.fixed-header .header-main {
	padding: 32px 7%;
}

.site-title {
	position: relative;
	position: fixed;
	top: 25px;
	font-size: 1rem;
	line-height: 1;
	display: flex;
	align-items: center;
	width: 55%;
	max-width: 260px;
	transition: ease .5s all;
}

.fixed-header .site-title {
	top: 10px;
}

.site-title a {
	display: block;
}

.site-title a img {
	width: 100%;
	height: auto;
	transition: ease .5s all;
	filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5)) drop-shadow(0 5px 10px rgba(0, 0, 0, 0.8));
}

.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;
	}
}

@media (max-width:1600px) {

	.header-main {
		padding: 50px 3.5%;
	}

	.fixed-header .header-main {
		padding: 32px 3.5%;
	}
}

@media (max-width:1439px) {
	.header-main {
		padding: 45px 3%;
	}

	.fixed-header .header-main {
		padding: 32px 3%;
	}

	.site-title {
		max-width: 230px;
	}
}

@media (max-width:1366px) {
	.header-main {
		padding: 42px 3%;
	}

	.fixed-header .header-main {
		padding: 27px 3%;
	}
}

@media (max-width:1365px) {
	.site-title {
		max-width: 220px;
	}

	.header-main {
		padding: 38px 2.5%;
	}

	.fixed-header .header-main {
		padding: 27px 2.5%;
	}
}

@media (max-width:1279px) {
	.header-main {
		padding: 38px 2.5%;
	}

	.fixed-header .header-main {
		padding: 28px 2.5%;
	}

	.site-title {
		max-width: 200px;
	}
}

@media (max-width:1152px) {
	.fixed-header .header-main {
		padding: 29px 2.5%;
	}

	.site-title {
		max-width: 184px;
	}
}

@media (max-width:1024px) {

	.site-header,
	.site-header.fixed-header {
		position: relative;
		background: none;
		box-shadow: none;
		backdrop-filter: none;
		z-index: 1;
	}

	.header-main {
		height: 80px;
		padding: 0 calc(1% + 20px);
	}

	.home .header-main {
		height: auto;
		padding: 0;
	}

	.site-title {
		position: relative;
		top: 2.5vw;
		width: 35%;
		max-width: 200px;
	}

	.home .site-title {
		position: absolute;
		top: 13vw;
		left: 50%;
		transform: translateX(-50%);
		width: 45%;
		max-width: 480px;
	}

	.header-main.fade-in-up-animation {
		transform: none;
		opacity: 1;
		animation: none;
	}
}

@media (max-width:640px) {
	.site-title {
		top: 2vw;
		width: 37%;
		max-width: 180px;
	}
}

@media (max-width:560px) {
	.site-title {
		top: 1.5vw;
	}
}

@media (max-width:480px) {
	.header-main {
		height: 70px;
		padding: 0 calc(1% + 15px);
	}

	.fixed-header .header-main {
		padding: 0 calc(1% + 15px);
	}

	.site-title {
		top: 1.25vw;
		max-width: 160px;
	}

	.home .site-title {
		width: 54%;
		top: 20vw;
	}
}

/* =======================================
	メニュー
======================================= */
.menu-wrap {
	position: relative;
	display: flex;
	margin-left: auto;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	transition: all .5s ease;
}

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

ul.sns_icon {
	display: inline-flex;
	align-items: center;
	text-align: left;
	line-height: 1;
	padding-left: 2.5vw;
}

ul.sns_icon li {
	margin-right: 10px;
}

.site-header ul.sns_icon li.shop {
	display: none;
}

ul.sns_icon li:last-child {
	margin-right: 0;
}

ul.sns_icon li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color-white);
	font-size: 26px;
	border-radius: 50%;
}

.home ul.sns_icon li a {
	color: var(--color-white);
}

.footer ul.sns_icon,
.smp_menu ul.sns_icon {
	padding-left: 0;
}

.footer ul.sns_icon li {
	margin-right: 10px;
}

.footer ul.sns_icon li:last-child {
	margin-right: 0;
}

.footer ul.sns_icon li a {
	color: var(--color-white);
	font-size: 26px;
}

.smp_menu ul.sns_icon li {
	margin-right: 1.5vw;
}

.smp_menu ul.sns_icon li a {
	font-size: 35px;
	color: var(--color-white);
}

ul.sns_icon li a:hover {
	opacity: .5;
}

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

@media (max-width:1024px) {
	.site-header ul.sns_icon {
		display: none;
	}
}

@media (max-width:768px) {
	.smp_menu ul.sns_icon li a {
		font-size: 32px;
	}
}

@media (max-width:480px) {
	.smp_menu ul.sns_icon li a {
		font-size: 28px;
	}
}

/** hamburger **/
.smp_menu {
	display: none;
	overflow: hidden;
}

.smp-menu-header {
	display: none;
}

.openbtn {
	position: relative;
	position: fixed;
	z-index: 9999;
	top: 20px;
	right: calc(1% + 20px);
	cursor: pointer;
	width: 60px;
	height: 40px;
}

.home .openbtn.scroll {
	mix-blend-mode: difference;
}

.openbtn span {
	display: inline-block;
	transition: all .3s;
	position: absolute;
	width: 100%;
	height: 2px;
	background: var(--color-white);
}

.home .openbtn span {
	background: var(--color-white);
	will-change: transform;
}

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

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

.openbtn.active:before {
	transform: translate(125%, -156%);
}

.openbtn.active span {
	background: var(--color-white);
}

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

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

@media (max-width:768px) {
	.openbtn {
		width: 50px;
	}
}

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

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

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

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

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

#g-nav {
	position: relative;
	position: fixed;
	z-index: 999;
	pointer-events: none;
	top: 0;
	width: 100%;
	height: 100vh;
	transform: translateX(100%);
	background: var(--color-black);
	transition: transform .3s;
	pointer-events: none;
}

#g-nav.panelactive {
	transform: translateX(0);
	pointer-events: auto;
}

.b-nav-bg {
	position: absolute;
	z-index: -1;
	top: 9%;
	left: 95%;
	font-size: 23vw;
	white-space: nowrap;
	line-height: 0.75;
	will-change: transform;
	transform: rotate(90deg) translateZ(0);
	transform-origin: left top;
	color: rgba(255, 255, 255, 0.1);
}

#g-nav-list {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.nav-content {
	position: relative;
	padding: 7% 10vw 10%;
}

.nav-logo {
	display: block;
	padding: 5% 0;
}

.nav-logo img {
	width: 53%;
	max-width: 360px;
	height: auto;
}

.smp-menu-list {
	display: flex;
	flex-direction: column;
}

.smp-footer {
	position: relative;
	margin-top: auto;
	padding: 5% 10vw 10%;
	background: var(--color-gray);
	color: var(--color-white);
}

.smp-menu-site-info {
	letter-spacing: 0.05em;
}

.smp-menu-site-info a {
	color: var(--color-white);
}

.smp-menu-list li .sub-menu {
	display: none;
}

#g-nav-list .nav-logo,
#g-nav-list .smp-menu-list li,
#g-nav-list .sns_icon,
#g-nav-list .smp-menu-site-info {
	opacity: 0;
	transform: translateX(80px);
	transition: opacity .6s cubic-bezier(0.87, 0, 0.13, 1),
		transform .6s cubic-bezier(0.87, 0, 0.13, 1);
	will-change: transform, opacity;
	backface-visibility: hidden;
	transform: translateZ(0);
}

#g-nav-list.open .nav-logo,
#g-nav-list.open .smp-menu-list li,
#g-nav-list.open .sns_icon,
#g-nav-list.open .smp-menu-site-info {
	opacity: 1;
	transform: translateX(0);
}

#g-nav-list.open .nav-logo {
	transition-delay: 0.2s;
}

#g-nav-list.open .smp-menu-list li:nth-child(1) {
	transition-delay: 0.25s;
}

#g-nav-list.open .smp-menu-list li:nth-child(2) {
	transition-delay: 0.3s;
}

#g-nav-list.open .smp-menu-list li:nth-child(3) {
	transition-delay: 0.35s;
}

#g-nav-list.open .smp-menu-list li:nth-child(4) {
	transition-delay: 0.4s;
}

#g-nav-list.open .smp-menu-list li:nth-child(5) {
	transition-delay: 0.45s;
}

#g-nav-list.open .smp-menu-list li:nth-child(6) {
	transition-delay: 0.5s;
}

#g-nav-list.open .smp-menu-list li:nth-child(7) {
	transition-delay: 0.55s;
}

#g-nav-list.open .smp-menu-list li:nth-child(8) {
	transition-delay: 0.6s;
}

#g-nav-list.open .smp-menu-list li:nth-child(9) {
	transition-delay: 0.65s;
}

#g-nav-list.open .sns_icon {
	transition-delay: 0.7s;
}

#g-nav-list.open .smp-menu-site-info {
	transition-delay: 0.75s;
}

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

	.smp-menu-list {
		text-align: left;
		margin-bottom: calc(3% + 1rem);
	}

	.smp-menu-list li a {
		position: relative;
		display: inline-block;
		margin: 0;
		padding: 0.25em 0;
		color: #0f0f0f;
		font-size: clamp(20px, 3.5vw, 32px);
		font-weight: 600;
		color: var(--color-white);
	}
}

@media (max-width:768px) {
	.b-nav-bg {
		top: 9%;
		font-size: 24vw;
	}

	.smp-menu-list li a {
		font-size: clamp(20px, 4vw, 32px);
	}
}

@media (max-width:6400px) {
	.smp-menu-site-info {
		font-size: 0.9em;
	}
}

@media (max-width:480px) {
	.b-nav-bg {
		top: 10%;
		left: 94%;
		font-size: 25vw;
	}

	.smp-menu-site-info {
		font-size: 0.8em;
	}
}

/**
 * 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 {
	display: flex;
	text-align: center;
	gap: 2.5vw;
	transition: .45s ease;
}

.site-navigation ul li {
	text-align: center;
	flex: 0 0 auto;
}

.site-navigation ul li.top {
	display: none;
}

.site-navigation ul li a {
	font-size: 1em;
	padding: 2px 0 0;
	line-height: 1;
	color: var(--color-white);
	margin: 0;
	transition: all 0.5s ease;
	display: block;
	position: relative;
}

.home .site-navigation ul li a {
	color: var(--color-white);
}

/* .fixed-header .site-navigation ul li a {
	color: var(--color-black);
} */

.site-navigation ul li a:after {
	position: absolute;
	bottom: -8px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: var(--color-white);
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}

.site-navigation ul li a:after {
	background: var(--color-gold2);
}

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

.fixed-header .site-navigation ul li a:hover {
	color: var(--color-white);
}


.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-ancestor>a:after,
.site-navigation .current-menu-item>a:after,
.site-navigation .current-menu-ancestor>a:after {
	transform: scale(1, 1);
}

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

@media (max-width:1800px) {
	.site-navigation ul {
		gap: 2vw;
	}
}

@media (max-width:1700px) {
	.site-navigation ul {
		gap: 1.5vw;
	}
}

@media (max-width:1600px) {
	.site-navigation ul {
		letter-spacing: 0.05em;
		gap: 1.8vw;
	}

	ul.sns_icon {
		padding-left: 2vw;
	}

	ul.sns_icon li {
		margin-right: 7px;
	}
}

@media (max-width:1439px) {
	.site-navigation ul {
		gap: 1.6vw;
	}

	ul.sns_icon {
		padding-left: 1.8vw;
	}
}

@media (max-width:1365px) {
	.site-navigation ul {
		gap: 1.5vw;
	}

	.site-navigation ul li a {
		font-size: 0.95em;
	}

	ul.sns_icon {
		padding-left: 1.5vw;
	}

	ul.sns_icon li {
		margin-right: 6px;
	}
}

@media (max-width:1279px) {
	.site-navigation ul {
		gap: 1.15vw;
		letter-spacing: 0.025em;
	}

	ul.sns_icon {
		padding-left: 1.25vw;
	}

	ul.sns_icon li {
		margin-right: 3px;
	}

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

@media (max-width:1152px) {
	.site-navigation ul {
		gap: 0.9vw;
		letter-spacing: 0;
	}

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

	ul.sns_icon {
		padding-left: 1vw;
	}

	ul.sns_icon li {
		margin-right: 2px;
	}

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


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

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

.page-header {
	position: relative;
	z-index: 2;
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

.page-title {
	display: block;
	position: relative;
	text-align: center;
	margin: 0 auto;
	font-size: 2.6rem;
	letter-spacing: 0.5rem;
	text-indent: 0.5rem;
	padding: calc(8% + 100px) 8% 0;
	font-weight: 600;
}

.page-title {
	color: var(--color-gold2);
}

.page-title span {
	position: relative;
	display: block;
	margin-top: 0.25em;
	width: 3rem;
	height: 6px;
	background: var(--color-white);
}

.page-title span {
	background: var(--color-pink);
}

.page-title-span-none {
	display: none;
}

.page-title.min {
	padding: calc(4% + 100px) 8% 0;
	font-size: 2rem;
}

@media (max-width:1365px) {
	.page-title {
		letter-spacing: 0.25rem;
		text-indent: 0.25rem;
	}
}

@media (max-width:1280px) {
	.page-title {
		font-size: 2.5rem;
	}

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

@media (max-width:1024px) {
	.page-title {
		font-size: 2.4rem;
		padding: 10% 5% 0;
	}

	.page-title.min {
		font-size: 1.6rem;
		padding: 5% 5% 0;
	}
}

@media (max-width:768px) {
	.page-title {
		font-size: 2.2rem;
	}

	.page-title.min {
		font-size: 1.4rem;
	}
}

@media (max-width:640px) {
	.page-title {
		font-size: 1.8rem;
	}

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

@media (max-width:480px) {
	.page-title {
		font-size: 1.6rem;
		letter-spacing: 2px;
		text-indent: 2px;
	}

	.page-title.min {
		font-size: 1.1rem;
	}

}


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

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

.footer-content {
	display: flex;
	align-items: flex-start;
}

.ftc-left {
	display: flex;
	flex-direction: column;
}

.ftc-right {
	display: flex;
	margin-left: auto;
	text-align: left;
	justify-content: flex-end;
	flex: 1
}

.ft-site-title {
	width: 260px;
	margin-bottom: 1.25em;
}

.ft-site-title img {
	width: 100%;
	height: auto;
}

.menu-footer-menu-container {
	display: block;
	margin-left: auto;
}

.footer_nav {
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(3, auto);
}

.footer_nav li {
	position: relative;
	text-align: left;
	padding-left: 50px;
	margin-bottom: 0.25em;
}

.footer_nav li a {
	position: relative;
	font-size: 0.95em;
	color: var(--color-white);
}

.footer_nav li a:before {
	font-family: "Line Awesome Free";
	font-weight: 900;
	content: "\f068";
	color: var(--color-gray);
	margin-right: 0.75em;
	display: inline-block;
	transform: scale(1.5, 1);
	transform-origin: left center;
}

.footer_nav li a:before {
	color: var(--color-gold);
}

.footer_nav li a:hover {
	opacity: .5;
}

.site-info {
	font-size: 0.8em;
	margin-top: calc(4% + 20px);
}

.site-info a {
	display: inline-block;
	margin-bottom: 0.5em;
	color: var(--color-white);
}

.site-info a:hover {
	opacity: .5;
}

@media (max-width:1280px) {
	.footer_nav li {
		padding-left: 35px;
	}
}

@media (max-width:1200px) {
	.footer-content {
		flex-direction: column;
	}

	.ftc-left {
		flex-direction: column;
		align-items: center;
		margin: 0 auto 2.5rem;
	}

	.ft-site-info {
		font-size: 1.05em;
		padding: 0;
		text-align: center;
	}

	.ftc-right {
		flex-wrap: wrap;
		margin: auto;
	}

	.footer_nav {
		display: grid;
		flex-wrap: wrap;
		gap: 5px;
		width: 600px;
	}

	.footer_nav li {
		padding: 0;
		margin: 0.15em 0;
	}

	.footer_nav li a {
		display: block;
		text-align: center;
		color: var(--color-white);
		font-size: 1em;
	}

	.footer_nav li a:before {
		display: none;
	}
}

@media (max-width:768px) {
	section.footer {
		padding-top: 12%;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 12%;
	}

	.footer_nav {
		width: 500px;
	}
}

@media (max-width:640px) {
	.ftc-right {
		width: 100%;
		max-width: none;
		display: block;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
	}

	.footer_nav {
		grid-auto-flow: row;
		width: 100%;
		gap: 0;
	}

	.footer_nav li {
		display: flex;
		width: 100%;
		align-items: flex-start;
		justify-content: center;
		padding: 0;
		margin: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}

	.footer_nav li:before {
		position: absolute;
		top: 50%;
		left: 15px;
		transform: translateY(-50%);
	}

	.footer_nav li a {
		position: relative;
		display: block;
		text-align: left;
		padding: 1rem 5%;
		width: 100%;
		height: 100%;
		border: none;
		border-radius: 0;
		margin: 0;
		font-size: 0.95em;
		background: none;
	}

	.footer_nav li a:hover {
		background: none;
		border: none;
	}

	.footer_nav li a:after {
		position: absolute;
		top: 50%;
		right: 5%;
		transform: translateY(-50%);
		font-family: "Line Awesome Free";
		font-weight: 900;
		content: "\f105";
		z-index: 2;
		font-size: 18px;
		-webkit-font-smoothing: antialiased;
		transition: all 0.3s ease;
		height: auto;
	}

	.ft-site-title {
		width: 240px;
	}

	.site-info {
		font-size: 0.8em;
	}
}

@media (max-width:480px) {
	section.footer {
		padding-top: 14%;
		padding-bottom: 14%;
	}

	.ft-site-title {
		width: 200px;
	}

	.footer_nav li a {
		font-size: 0.9em;
		padding: 0.75rem 5%;
	}

	.ft-site-info {
		font-size: 1em;
	}

	.site-info {
		font-size: 0.75em;
	}
}

/* =======================================
	タブボタン
======================================= */
.tab_btn.right-cell,
.right-cell {
	text-align: right;
}

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

.tab_btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.8em 1.5em;
	min-width: 200px;
	font-size: 0.9em;
	line-height: 1.25;
	border-radius: 100px;
	font-weight: 600;
	background: transparent;
	box-shadow: 0 0 0 2px var(--color-white) inset;
	color: var(--color-white);
}

.tab_btn {
	box-shadow: 0 0 0 2px var(--color-pink2) inset;
	color: var(--color-pink2);
}

.tab_btn:before {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	width: 0;
	height: 0;
	background: var(--color-white);
	border-radius: 50px;
	opacity: 0;
	transition: .45s cubic-bezier(0.5, 0, 0.2, 1);
}

.tab_btn:before {
	background: var(--color-pink2);
}


.tab_btn i {
	font-size: 1.5em;
	line-height: inherit;
	margin-top: 0.05em;
}

.tab_btn:hover {
	color: var(--color-black);
}

.tab_btn:hover {
	color: var(--color-white);
}

.tab_btn:hover:before {
	width: 100%;
	height: 100%;
	opacity: 1;
}

.tab_btn.large {
	font-size: 1em;
	min-width: 240px;
}

.tab_btn.min {
	font-size: 0.85em;
	min-width: 140px;
	letter-spacing: 0.025em;
	padding: 0.55em 1.25em;
}

.tab_btn.orange {
	color: var(--color-orange);
	box-shadow: 0 0 0 2px var(--color-orange) inset;
	font-weight: 400;
}

.tab_btn.orange:before {
	background: var(--color-orange);
}

.tab_btn.orange:hover {
	color: var(--color-white);
}




.more_link {
	position: relative;
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	font-weight: 600;
	padding: 0 1.5rem 0 4rem;
}

.top-area {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 1.5rem;
}

.more_link .circle {
	position: absolute;
	left: 0;
	width: 3rem;
	max-width: 100%;
	height: 3rem;
	background: var(--color-black);
	border-radius: 3rem;
	transition: width .45s cubic-bezier(0.65, 0, .076, 1);
}

.more_link.white .circle {
	background: var(--color-white);
}

.more_link.white .circle {
	background: var(--color-pink2);
}

.more_link .circle-arrow {
	position: absolute;
	top: 50%;
	left: .6rem;
	width: 1.1rem;
	height: .12rem;
	background: transparent;
	transform: translateY(-50%);
	transition: .45s cubic-bezier(0.65, 0, .076, 1);
}

.more_link .circle-arrow::before {
	content: "";
	position: absolute;
	z-index: 2;
	right: 0;
	top: -.325rem;
	width: .6rem;
	height: .6rem;
	border-top: 2px solid var(--color-white);
	border-right: 2px solid var(--color-white);
	transform: rotate(45deg);
	transition: .45s;
}

.more_link.white .circle-arrow::before {
	border-color: var(--color-black);
}

.more_link.white .circle-arrow::before {
	border-color: var(--color-white);
}

.more_link .text {
	position: relative;
	font-size: 0.95em;
	line-height: 1.5;
	color: var(--color-black);
	transition: color .45s;
}

.more_link.white .text {
	color: var(--color-white);
}

.more_link .text:after {
	position: absolute;
	top: 100%;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	background: var(--color-black);
	transition: .45s;
}

.more_link.white .text:after {
	background: var(--color-white);
}

.more_link.white:hover .text:after {
	background: var(--color-pink2);
}

.more_link:hover .circle {
	width: 100%;
}

.more_link:hover .circle-arrow {
	background: var(--color-white);
	transform: translate(1rem, -50%);
}

.more_link.white:hover .circle-arrow {
	background: var(--color-black);
}

.more_link.white:hover .circle-arrow {
	background: var(--color-white);
}

.more_link:hover .text {
	color: var(--color-white);
}

.more_link.white:hover .text {
	color: var(--color-black);
}

.more_link.white:hover .text {
	color: var(--color-white);
}

@media (hover:none) {
	.more_linkn:hover .circle {
		width: 2.5rem;
	}
}

@media (max-width:1024px) {
	.more_link {
		padding: 0 0 0 3.5rem;
	}

	.more_link .circle,
	.more_link:hover .circle {
		width: 3rem;
		max-width: 100%;
		height: 3rem;
		transform: scale(0.85);
		transform-origin: left center;
	}

	.more_link .circle-arrow,
	.more_link:hover .circle-arrow {
		background: transparent;
		transform: translateY(-50%);
	}

	.more_link:hover .text {
		color: var(--color-black);
	}
}

@media (max-width:852px) {
	.top-area {
		position: relative;
		margin-top: 3rem;
		margin-left: -0.75rem;
	}
}

@media (max-width:560px) {
	.more_link {
		padding: 0 0 0 3rem;
	}

	.more_link .circle,
	.more_link:hover .circle {
		transform: scale(0.8);
	}

	.top-area {
		margin-top: 2.5rem;
	}
}


/* =======================================
	snsボタン
======================================= */
.share-btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 2.5rem;
}

.article_body .share-btn {
	margin-top: 2.5rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	list-style: none;
}

.single-discography .share-btn {
	justify-content: flex-start;
}

.schedule_accordion .share-btn {
	margin-top: 1rem;
}

.share-btn .icon {
	line-height: 1;
	font-size: 32px;
	margin-left: 5px;
}

.share-btn .sbm_title {
	margin-left: 0;
	margin-right: 7px;
	font-size: 0.8em;
}

.share-btn .icon a {
	color: var(--color-white);
	display: block;
}

.share-btn .icon.sf a:hover {
	color: #1877f2;
}

.share-btn .icon.st a:hover {
	color: #777;
}

.share-btn .icon.sl a:hover {
	color: #06c755;
}

.share-btn .icon.sg a:hover {
	color: #dd4b39;
}

@media (max-width:480px) {
	.share-btn {
		text-align: center;
		margin: 30px auto 20px !important;
	}

	.share-btn .icon {
		font-size: 30px;

	}
}

@media (max-width:360px) {
	.share-btn {
		margin: 30px 0 0 !important;
		font-size: 0.95em;
	}

	.share-btn .icon a {
		width: 36px;
	}

	.share-btn .icon.sl {
		margin-top: 1px !important;
	}
}

/* =======================================
	privacy policy
======================================= */
#privacy.article_body {
	line-height: 2;
	font-feature-settings: initial;
}

#privacy.article_body ol {
	list-style: decimal-leading-zero outside none;
	margin-left: 2em;
	margin-bottom: 24px;
}

#privacy.article_body ol li {
	line-height: 1.8;
	margin-bottom: 1em;
}

#privacy h2 {
	position: relative;
	padding: 40px 0 20px;
	font-size: 1.25em;
	line-height: 1.4;
	margin: 0;
	margin: 3% 0 20px;
}

#privacy h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: var(--color-gray);
}

table.color,
#privacy table {
	border: none;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-width: 1px;
	margin-bottom: 2.5em;
}

table.color th,
#privacy th {
	border: none;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-width: 1px;
	background: #dddddd;
	padding: 17px 30px;
	text-align: center;
	vertical-align: middle;
	min-width: 82px;
}

table.color td,
#privacy td {
	border: none;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-width: 1px;
	vertical-align: middle;
	padding: 17px 30px;
}

table.color {
	border-top-color: var(--color-brown);
	border-right-color: var(--color-brown);
}

table.color th {
	color: var(--color-white);
	padding: 17px 1em;
	width: 23%;
	min-width: 120px;
	background: var(--color-brown);
	border-left-color: rgba(255, 255, 255, 0.7);
	border-bottom-color: rgba(255, 255, 255, 0.7);
}

table.color th {
	border-left: none;
}

table.color td {
	border-left-color: var(--color-brown);
	border-bottom-color: var(--color-brown);
}

table.color th.bottom {
	border-bottom-color: var(--color-brown);
}

table.color td.bottom {
	border-bottom-right-radius: 10px;
}

#privacy p {
	margin-bottom: 1em;
}

table.color ul {
	list-style: inherit;
	list-style-position: outside;
	margin-left: 1.4em;
}

table.color ul li {
	text-indent: -0.25em;
}

@media (max-width:1024px) {
	table.color td {
		padding: 17px 20px;
	}
}

@media (max-width:768px) {
	#privacy h2 {
		margin: 25px 0 15px;
	}

	table.color th {
		width: auto;
		padding: 15px 1em;
	}

	table.color td,
	#privacy th,
	#privacy td {
		padding: 15px;
	}
}

@media (max-width:640px) {
	table.color {
		letter-spacing: 0;
	}

	table.color th {
		padding: 12px;
		min-width: initial;
		width: 25%;
	}

	table.color th.s1 {
		width: 30%;
	}

	table.color th.s3 {
		width: 23%;
	}

	table.color th.s4 {
		width: 22%;
	}

	table.color td {
		padding: 12px;
	}

	table.color.recruit-table,
	table.color.recruit-table tbody,
	table.color.recruit-table tr,
	table.color.recruit-table th,
	table.color.recruit-table td {
		display: block;
		width: 100%;
		text-align: left;
	}

	table.color.recruit-table th {
		font-size: 1.05em;
	}
}

@media (max-width:560px) {
	table.color {
		font-size: 0.95em;
	}

	table.color.recruit-table {
		font-size: 1em;
	}

	table.color th {
		padding: 10px 8px;
	}

	table.color td {
		padding: 10px 8px;
	}

	table.color.recruit-table th,
	table.color.recruit-table td {
		padding: 10px;
	}
}

@media (max-width:480px) {

	table.color,
	table.color tbody,
	table.color tr,
	table.color th,
	table.color td {
		display: block;
		width: 100%;
		text-align: left;
	}

	table.color {
		font-size: 1em;
	}

	table.color th {
		padding: 10px;
	}

	table.color td {
		padding: 10px;
	}
}


/*-----------------------------
	パンくず
-----------------------------*/
#breadcrumb {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 14px 2% 13px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#breadcrumb ul {
	display: flex;
	width: 100%;
	max-width: 1280px;
	margin: auto;
}

#breadcrumb li {
	position: relative;
	padding-right: 15px;
	margin-right: 11px;
	font-size: 0.8em;
	letter-spacing: 0.025em;
	color: var(--color-white);
}

#breadcrumb li span {
	max-width: 500px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#breadcrumb li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
	width: 5px;
	height: 5px;
	border-top: 1px solid var(--color-gray);
	border-right: 1px solid var(--color-gray);
	transform: rotate(45deg);
}

#breadcrumb li:last-child::after {
	display: none;
}

@media (max-width:1024px) {
	#breadcrumb ul {
		overflow-x: auto;
		white-space: nowrap;
	}

	#breadcrumb li span {
		max-width: none;
	}
}

@media (max-width:768px) {
	#breadcrumb li {
		font-size: 0.85em;
	}
}

@media (max-width:640px) {
	#breadcrumb {
		padding: 0 3%;
	}

	#breadcrumb ul {
		padding: 12px 0 11px;
	}

	#breadcrumb li {
		padding-right: 12px;
		margin-right: 8px;
		font-size: 0.8em;
	}
}

@media (max-width:560px) {
	#breadcrumb li {
		font-size: 0.75em;
	}
}


/* =======================================
	お問い合わせ・チケットフォーム
======================================= */
.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%;
	margin-bottom: 25px;
	border: 1px solid #ccc;
}

.c3 {
	border: 1px solid rgba(255, 255, 255, 0.3);
}

@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;
	}
}


.c3 label input {
	margin-right: 5px;
}

.c3 p.tab_btn {
	margin: 15px 0;
}

.c1 b,
.c2 b {
	display: inline-block;
	font-weight: inherit;
	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-red);
}

.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: var(--color-white);
	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: var(--color-white);
	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: solid 1px var(--color-black);
	box-shadow: 0 0 0 1px var(--color-black);
}

input[type=text],
select,
input[type=email],
input[type=tel] {
	outline: none;
	width: auto;
}

input[type="radio"] {
	margin: 0 0 4px 0 !important;
}

@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: var(--color-red);
	font-size: 1.1em;
}

@media (max-width:768px) {
	.contact-caution {
		margin: 25px 5% 0;
	}
}

@media (max-width:480px) {
	.contact-caution {
		margin: 25px 10px 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;
}

@media (max-width:768px) {
	.break {
		display: block;
	}
}


.wpcf7-spinner {
	display: block !important;
	margin: 0 auto !important;
}

.wpcf7-radio .wpcf7-list-item {
	margin: 9px 1em 9px 0 !important;
}

.wpcf7-list-item label {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

.wpcf7-list-item-label {
	margin-left: 0.35rem;
}

.wpcf7-not-valid-tip {
	margin-top: 3px;
}

.wpcf7-list-item {
	margin: 9px 0 9px 0.25rem;
}

.wpcf7-submit {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 90%;
	max-width: 360px;
	padding: 1.1rem 2rem;
	font-size: 1.05em;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	border: 2px solid var(--color-red);
	color: var(--color-white);
	border-radius: 100px;
	background: var(--color-red);
	transition: .5s ease;
}

.wpcf7-submit {
	border: 2px solid var(--color-pink2);
	color: var(--color-white);
	background: var(--color-pink2);
}

.wpcf7-submit:hover {
	color: var(--color-red);
	background: var(--color-white);
}

.wpcf7-submit:hover {
	color: var(--color-pink2);
	background: none;
}


/* =======================================
	スライドバナー
 ======================================= */
.slide-banner {
	margin-top: -5vw;
	padding-bottom: 1.5rem !important;
	background: linear-gradient(to bottom, transparent 5vw, var(--color-black) 5vw);
}

.banner-container {
	overflow: visible !important;
}

.banner-container .swiper-slide {
	width: 45vw;
	box-shadow: 10px 10px 25px -10px rgba(0, 0, 0, 0.5);
}

.banner-column1,
.banner-column2 {
	padding: 0 8% !important;
}

.banner-column2 .swiper-wrapper {
	display: flex;
	justify-content: center;
	gap: 40px;
}

.banner-column1 .swiper-wrapper .swiper-slide {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.banner-column2 .swiper-wrapper .swiper-slide {
	width: 50%;
}

.banner-column1 .swiper-button-prev,
.banner-column1 .swiper-button-next,
.banner-column2 .swiper-button-prev,
.banner-column2 .swiper-button-next {
	display: none;
}

@media (max-width:1536px) {
	.banner-container .swiper-slide {
		width: 48vw;
	}
}

@media (max-width:1366px) {
	.banner-container .swiper-slide {
		width: 50vw;
	}
}

@media (max-width:1024px) {
	.slide-banner {
		margin-top: -8vw;
		padding-bottom: 1.5rem !important;
	}

	.banner-container .swiper-slide {
		box-shadow: 7px 7px 20px -7px rgba(0, 0, 0, 0.7);
	}
}

@media (max-width:768px) {
	.slide-banner {
		padding-bottom: 1.25rem !important;
	}

	.banner-container .swiper-slide {
		width: 50vw;
		box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 7);
	}
}

@media (max-width:640px) {
	.slide-banner {
		padding-bottom: 1.1rem !important;
	}

	.banner-container .swiper-slide {
		width: 55vw;
	}
}

@media (max-width:480px) {
	.slide-banner {
		padding-bottom: 0.75rem !important;
	}

	.banner-container .swiper-slide {
		width: 60vw;
		box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 1);
	}
}


/* =======================================
	 動画関連
 ======================================= */
.fancybox-bg {
	background: rgba(0, 0, 0, 0.9) !important;
}

.fancybox-slide--video .fancybox-content {
	width: 1280px;
	height: 720px;
	max-width: 80%;
	max-height: 80%;
}

.movie {
	position: relative;
	background: var(--color-black);
	overflow: hidden;
}

.movie:before {
	content: "";
	position: absolute;
	inset: 0;
	background: url('images/line_bg.png');
	pointer-events: none;
}

.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%;
}

.new_movie_content_wrap {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	max-width: 880px;
	height: 300px;
	margin: 0 auto;
}

.play_btn-section {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 400px;
	height: 400px;
}

.play_btn {
	position: absolute;
	position: relative;
	cursor: pointer;
	margin: auto;
}

.play_btn:before {
	content: "";
	display: block;
	position: absolute;
	background-color: var(--color-white);
	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%;
	opacity: .2;
	transition: opacity 0.5s cubic-bezier(0.87, 0, 0.13, 1);
}

.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% + 7px);
	transform: translate(-50%, -50%);
	width: 90px;
	height: 90px;
	background: url(images/play.png) no-repeat;
	background-size: contain;
	opacity: 1;
	transition: all 0.5s cubic-bezier(0.87, 0, 0.13, 1);
}

.play_btn:hover .play-circles {
	opacity: .4;
}

.play_btn:hover .play-circle-01 {
	transform: rotate(360deg);
}

.play_btn:hover .play-circle-02 {
	transform: rotate(-180deg);
}

.play_btn:hover .play-triangle,
.mv-list a:hover .play-triangle {
	opacity: .5;
}

@keyframes ripple {
	0% {
		width: 50px;
		height: 50px;
		opacity: 0;
	}

	30% {
		opacity: 0.2;
	}

	90% {
		opacity: 0;
	}

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


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

	30% {
		opacity: 0.2;
	}

	90% {
		opacity: 0;
	}

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

.new_movie_content_wrap .title {
	font-size: 2.4em;
	letter-spacing: 0.75rem;
	text-indent: 0.75rem;
	color: var(--color-white);
}

.new_movie_content_wrap .title {
	color: var(--color-gold2);
}

.new_movie_content_wrap .mv-title {
	font-size: 1em;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	color: var(--color-white);
	font-weight: 400;
}

@media (max-width:1366px) {
	.play_btn-section {
		width: 360px;
		height: 360px;
	}

	@keyframes ripple {
		0% {
			width: 50px;
			height: 50px;
			opacity: 0;
		}

		30% {
			opacity: 0.2;
		}

		90% {
			opacity: 0;
		}

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

@media (max-width:1200px) {
	.movie {
		padding: 10% 5%;
	}

	.play_btn-section {
		width: 340px;
		height: 340px;
	}

	.new_movie_content_wrap {
		height: 260px;
	}
}

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

@media (max-width:768px) {
	.play_btn-section {
		width: 260px;
		height: 260px;
	}

	.new_movie_content_wrap {
		height: 200px;
	}

	.new_movie_content_wrap .title {
		font-size: 1.8em;
	}

	.new_movie_content_wrap .mv-title {
		font-size: 0.9em;
	}

	.play-triangle {
		width: 80px;
		height: 80px;
	}
}

@media (max-width:640px) {
	.play_btn-section {
		width: 220px;
		height: 220px;
	}

	.new_movie_content_wrap {
		height: 160px;
	}

	.play-triangle {
		width: 60px;
		height: 60px;
	}

	.new_movie_content_wrap .title {
		font-size: 1.6em;
		letter-spacing: 10px;
		text-indent: 10px;
	}

	.new_movie_content_wrap .mv-title {
		font-size: 0.85em;
		letter-spacing: 0.015em;
	}

	@keyframes ripple {
		0% {
			width: 50px;
			height: 50px;
			opacity: 0;
		}

		30% {
			opacity: 0.2;
		}

		90% {
			opacity: 0;
		}

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

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

		30% {
			opacity: 0.2;
		}

		90% {
			opacity: 0;
		}

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

@media (max-width:480px) {
	.movie {
		padding: 10% 5%;
	}

	.play_btn-section {
		width: 160px;
		height: 160px;
	}

	.new_movie_content_wrap {
		height: 140px;
	}

	.new_movie_content_wrap .title {
		font-size: 1.4em;
		letter-spacing: 7px;
		text-indent: 7px;
	}

	.new_movie_content_wrap .mv-title {
		font-size: 0.8em;
		letter-spacing: 0;
	}

	@keyframes ripple {
		0% {
			width: 50px;
			height: 50px;
			opacity: 0;
		}

		30% {
			opacity: 0.2;
		}

		90% {
			opacity: 0;
		}

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

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

		30% {
			opacity: 0.2;
		}

		90% {
			opacity: 0;
		}

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


/*------------------------------
	NEWS カードタイプ
------------------------------*/
.news-card {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.news-card.news_archive {
	row-gap: 40px;
}

.news-card li {
	text-align: left;
}

.news-card li a {
	display: block;
	height: 100%;
}

.news-card li a .thumbnail {
	position: relative;
	display: block;
	padding-top: 65%;
	overflow: hidden;
	margin-bottom: 0.75em;
	box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.5);
	transition: .45s;
}

.news-card li a .thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 101%;
	height: 101%;
	object-fit: cover;
	object-position: center;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: .45s;
}

.news-card li a:hover .thumbnail {
	box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.7);
}

.news-card li a:hover .thumbnail img {
	transform: scale(1.2) translateZ(0);
	transform-origin: center;
}

.news-card li a .news-tag {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	letter-spacing: 0.025rem;
}

.categpry-area {
	display: inline-flex;
	flex-wrap: wrap;
	margin-right: 0.35rem;
}

.categpry-area .category {
	display: inline-flex;
	justify-content: center;
	font-size: 0.8em;
	line-height: 1;
	padding: 0.25em 0.75em;
	min-width: 5em;
	margin-right: 0.25rem;
	margin-bottom: 0.5em;
	border-radius: 3px;
	border: 1px solid var(--color-white);
	color: var(--color-white);
}

.categpry-area .category {
	font-weight: 600;
	border: 2px solid var(--color-pink2);
	color: var(--color-pink2);
}

.news-tag .date {
	display: inline-flex;
	font-size: 0.8em;
	line-height: 1;
	color: var(--color-white);
	margin-bottom: 0.5rem;
}

.news-card li a .title {
	display: block;
	margin-top: 0.15em;
	font-size: 1em;
	color: var(--color-white);
}

@media (max-width:1280px) {
	.news-card {
		grid-template-columns: repeat(3, 1fr);
	}

	.home .news-card li:nth-child(4),
	.single-news .news-card li:nth-child(4) {
		display: none;
	}
}

@media (max-width:1024px) {
	.news-card {
		gap: 20px;
	}

	.news-card.news_archive {
		row-gap: 30px;
	}

	.news-card li a .thumbnail,
	.news-card li a:hover .thumbnail {
		box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.5);
	}

	.news-card li a:hover .thumbnail img {
		transform: scale(1) translateZ(0);
	}
}

@media (max-width:852px) {
	.news-card {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		row-gap: 25px;
	}

	.news-card.news_archive {
		row-gap: 25px;
	}

	.home .news-card li:nth-child(4),
	.single-news .news-card li:nth-child(4) {
		display: block;
	}
}

@media (max-width:560px) {
	.news-card {
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
		row-gap: 15px;
	}

	.news-card.news_archive {
		row-gap: 15px;
	}

	.news-card li a {
		display: flex;
		align-items: flex-start;
		font-size: 0.95em;
		letter-spacing: 0.035em;
	}

	.news-card li a .thumbnail {
		width: 25%;
		padding-top: 22%;
		margin-bottom: 0;
		margin-right: 3%;
	}

	.news-card li a .news-info {
		flex: 1;
	}
}

/* シングルページ */
.article-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.article-header .date {
	display: inline-flex;
	font-size: 0.9em;
	line-height: 1;
	margin-bottom: 0.5rem;
}

.article-header .categpry-area {
	font-size: 1.1em;
	font-weight: 600;
}

.article-header .category {
	padding: 0.5em 0.75em;
	background: var(--color-white);
	color: var(--color-black);
}

.article-header .category {
	background: var(--color-pink2);
	color: var(--color-white);
}

.article-header .category:hover {
	background: none;
	color: var(--color-white);
}

.article-header .category:hover {
	color: var(--color-pink2);
}

.article-title {
	margin: 1.5rem 0 5%;
}

@media (max-width:768px) {
	.article-header .categpry-area .category {
		padding: 0.4em 0.75em;
	}
}

@media (max-width:640px) {
	.article-header .categpry-area {
		font-size: 1.05;
	}

	.article-header .date {
		font-size: 0.85em;
	}

	.article-header .categpry-area .category {
		padding: 0.35em 0.75em;
	}
}

@media (max-width:480px) {
	.article-header .categpry-area {
		font-size: 1em;
	}

	.article-header .date {
		font-size: 0.8em;
	}
}


/*------------------------------
	カテゴリーメニュー
------------------------------*/
.category-column {
	position: relative;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 0 0 calc(3% + 1.5em);
}

ul.category_tab_btn {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.25em;
	row-gap: 0.25em;
	text-align: center;
}

ul.category_tab_btn li {
	position: relative;
}

ul.category_tab_btn li a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	color: var(--color-white);
	font-size: 1em;
	line-height: 1.1;
	font-weight: 600;
	letter-spacing: 0.025em;
	padding: 0.5em 1.5em;
	background: none;
	border-radius: 50px;
}

ul.category_tab_btn li a:before {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	width: 0;
	height: 0;
	background: var(--color-white);
	border-radius: 50px;
	opacity: 0;
	transition: .3s cubic-bezier(0.65, 0, .076, 1);
}

ul.category_tab_btn li a:before {
	background: var(--color-pink2);
}

ul.category_tab_btn li a:hover {
	color: var(--color-black);
}

ul.category_tab_btn li a:hover {
	color: var(--color-white);
}

ul.category_tab_btn li.current-cat a {
	color: var(--color-black);
	background: var(--color-white);
}

ul.category_tab_btn li.current-cat a {
	color: var(--color-white);
	background: var(--color-pink2);
}

ul.category_tab_btn li a:hover:before {
	width: 100%;
	height: 100%;
	opacity: 1;
}

.cat-item-none {
	display: none !important;
}

@media (max-width:1280px) {
	ul.category_tab_btn {
		gap: 0.2em;
		row-gap: 0.25em;
	}

	ul.category_tab_btn li a {
		font-size: 0.95em;
		padding: 0.5em 1.25em;
	}
}

@media (max-width:960px) {
	ul.category_tab_btn {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width:640px) {
	ul.category_tab_btn li a {
		font-size: 0.9em;
	}
}

@media (max-width:560px) {
	ul.category_tab_btn li a {
		font-size: 0.85em;
		padding: 0.5em 1em;
	}
}

@media (max-width:480px) {
	ul.category_tab_btn li a {
		font-size: 0.8em;
		padding: 0.5em;
		letter-spacing: 0;
	}
}


/* =======================================
	DISCOGRAPHY
======================================= */
.disc {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	row-gap: 60px;
}

.disc li {
	text-align: left;
}

.disc li a {
	display: block;
	height: 100%;
}

.disc li a .artwork {
	position: relative;
	display: block;
	padding-top: 100%;
	overflow: hidden;
	margin-bottom: 1.25em;
	box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.5);
	transition: .45s;
}

.disc li a .artwork img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: .45s;
}

.disc li a:hover .artwork {
	box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.7);
}

.disc li a:hover .artwork img {
	transform: scale(1.2) translateZ(0);
	transform-origin: center;
}

.disc-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	letter-spacing: 0.025rem;
}

.disc-categpry-area {
	display: inline-flex;
	flex-wrap: wrap;
	margin-right: 0.35rem;
}

.disc-categpry-area .category {
	display: inline-flex;
	justify-content: center;
	font-size: 0.85em;
	line-height: 1;
	padding: 0.25em 0.75em;
	min-width: 5em;
	margin-right: 0.25rem;
	margin-bottom: 0.5em;
	border-radius: 3px;
	border: 1px solid var(--color-white);
	color: var(--color-white);
}

.disc-categpry-area .category {
	font-weight: 600;
	border: 2px solid var(--color-pink2);
	color: var(--color-pink2);
}

.disc_release_number {
	display: inline-flex;
	font-size: 0.9em;
	line-height: 1;
	color: var(--color-white);
	margin-bottom: 0.5rem;
}

.disc_title {
	font-size: 1.2em;
	line-height: 1.4;
	margin: 0.25em 0 0.15em;
	color: var(--color-white);
}

.disc_release_date {
	font-size: 1em;
	letter-spacing: 0.1em;
	color: #777;
}

@media (max-width:1365px) {
	.disc {
		gap: 30px;
		row-gap: 50px;
	}
}

@media (max-width:1200px) {
	.disc {
		gap: 25px;
		row-gap: 45px;
	}

	.disc_title {
		font-size: 1.15em;
	}

	.disc-info {
		font-size: 0.95em;
	}
}

@media (max-width:1024px) {
	.disc {
		gap: 20px;
		row-gap: 40px;
	}

	.disc-info {
		font-size: 0.9em;
	}
}

@media (max-width:960px) {
	.disc {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
		row-gap: 50px;
	}

	.home .disc li:nth-child(3) {
		display: none;
	}

	.disc_title {
		font-size: 1.2em;
	}

	.disc-info {
		font-size: 1em;
	}
}

@media (max-width:768px) {
	.disc {
		gap: 25px;
		row-gap: 35px;
	}
}

@media (max-width:640px) {
	.disc {
		gap: 20px;
		row-gap: 25px;
	}
}

@media (max-width:560px) {
	.disc {
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
		row-gap: 20px;
	}

	.home .disc li:nth-child(3) {
		display: block;
	}

	.disc li a {
		display: flex;
		align-items: center;
		width: 100%;
	}

	.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;
	}

	.disc li a .artwork {
		width: 26%;
		padding-top: 26%;
		margin-bottom: 0;
		border-radius: 4px;
	}

	.disc li a .detail {
		flex: 1;
		padding-top: 0.15em;
		padding-left: 5%;
		padding-right: 30px;
	}

	.disc_title {
		margin: 0.2em 0;
	}

	.disc-info {
		font-size: 0.95em;
	}

	.disc-categpry-area .category {
		margin-bottom: 0.25rem;
	}

	.disc_release_number {
		margin-bottom: 0.25rem;
	}
}

@media (max-width:560px) {
	.disc li a {
		align-items: flex-start;
	}

	.disc li a .artwork {
		width: 28%;
		padding-top: 28%;
	}

	.disc_title {
		font-size: 1.15em;
	}

	.disc-info {
		font-size: 0.9em;
	}

	.disc_release_date {
		font-size: 0.95em;
	}
}

@media (max-width:480px) {
	.disc li a .detail {
		padding-right: 25px;
		padding-top: 0.1em;
	}

	.disc_title {
		font-size: 1em;
		line-height: 1.35;
	}

	.disc-info {
		font-size: 0.85em;
	}

	.disc_release_date {
		font-size: 0.9em;
	}

	.disc-categpry-area {
		margin-right: 0.25rem;
	}

	.disc-categpry-area .category {
		min-width: 4em;
		padding: 0.2em 0.5em;
	}
}






/* DISCOGRAPHY シングルページ */
.single-disc {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.single-disc .artwork {
	width: 43%;
	padding-right: 7%;
}

.single-disc .artwork img {
	width: 100%;
	height: auto;
	box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.5);
}

.single-disc .detail {
	flex: 1;
}

.single-disc .disc-info {
	font-size: 1.2em;
}

.single-disc .disc-info .category {
	background: var(--color-black);
	color: var(--color-white);
	padding: 0.4em 0.75em;
}

.single-disc .disc-info .category {
	background: var(--color-pink2);
	color: var(--color-white);
}

.single-disc .disc-info .category:hover {
	background: none;
	color: var(--color-black);
}

.single-disc .disc-info .category:hover {
	color: var(--color-pink2);
}

.single-disc .disc_title {
	font-size: 1.6em;
	font-weight: 600;
	margin: 1em 0;
}

.single-disc .disc_release_date {
	font-size: 1.4em;
	font-weight: 600;
}

.single-disc .note {
	margin-top: 1.5em;
	line-height: 1.4;
}

.single-disc .song-list {
	margin-top: 1.5em;
	line-height: 1.6;
}

.mv-option-wrap {
	text-align: center;
	max-width: 960px;
	margin: auto;
	margin-top: 8%;
}

.field-title {
	display: block;
	color: var(--color-gray);
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	font-size: 1.1em;
	font-weight: 600;
}

.field-title {
	color: var(--color-gold2);
}

@media (max-width:1200px) {
	.single-disc .artwork {
		width: 45%;
		padding-right: 5%;
	}
}

@media (max-width:960px) {
	.single-disc {
		max-width: 720px;
		margin: auto;
		flex-direction: column;
	}

	.single-disc .artwork {
		width: 100%;
		text-align: center;
		padding-right: 0;
		margin-bottom: calc(5% + 1em);
	}

	.single-disc .artwork img {
		max-width: 420px;
	}

	.mv-list-wrap {
		margin-top: 10%;
	}

	.mv-list a .play_btn {
		transform: translate(-50%, -50%) scale(0.6);
	}
}

@media (max-width:852px) {
	.single-disc {
		max-width: 640px;
	}

	.mv-option-wrap {
		margin-top: 10%;
	}
}

@media (max-width:640px) {
	.single-disc {
		max-width: 480px;
	}

	.single-disc .disc_title {
		font-size: 1.4em;
	}

	.single-disc .disc_release_date {
		font-size: 1.2em;
	}

	.single-disc .disc-info {
		font-size: 1.1em;
	}

	.mv-option-wrap {
		margin-top: 12%;
	}
}

@media (max-width:480px) {
	.single-disc {
		max-width: 480px;
	}

	.single-disc .disc_title {
		font-size: 1.4em;
	}

	.single-disc .disc_release_date {
		font-size: 1.2em;
	}

	.single-disc .disc-info {
		font-size: 1.1em;
	}

	.mv-option-wrap {
		margin-top: 14%;
	}
}


/* =======================================
	MOVIE
======================================= */
.mv-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
}

.mv-option-wrap .mv-list {
	justify-content: center;
	margin-bottom: 0;
}

.mv-list li {
	width: 31.5%;
}

.home .mv-list li:nth-child(4) {
	display: none;
}

.mv-option-wrap .mv-list li {
	width: 46%;
	margin: 0 2%;
}

.mv-list a {
	position: relative;
	display: block;
	padding-top: 56.25%;
	background: var(--color-black);
	overflow: hidden;
	box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 1);
}

.mv-list .title {
	display: flex;
	justify-content: center;
	text-align: left;
	font-size: 1em;
	margin-top: 1em;
	color: var(--color-white);
}

.mv-list .capture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0.9;
	transition: .6s;
}

.mv-list a .play_btn {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: center;
}

.mv-list a .play_btn:before {
	animation-name: ripple2;
}

.mv-list a .play-triangle {
	width: 70px;
	height: 70px;
}

.mv-list a:hover .capture {
	opacity: 1;
	transform: scale(1.1);
	transform-origin: center;
}

@media (max-width:1280px) {
	.mv-list li {
		width: 47%;
		margin-bottom: 5%;
	}

	.home .mv-list li:nth-child(4) {
		display: block;
	}
}

@media (max-width:1024px) {
	.mv-list li {
		width: 48%;
		margin-bottom: 4.5%;
	}

	.mv-list a .play-triangle {
		width: 65px;
		height: 65px;
	}
}

@media (max-width:768px) {
	.mv-list li {
		width: 48.5%;
	}

	.mv-list a .play-triangle {
		width: 60px;
		height: 60px;
	}
}

@media (max-width:640px) {

	.mv-list,
	.mv-option-wrap .mv-list {
		max-width: 400px;
	}

	.mv-list li,
	.mv-option-wrap .mv-list li {
		width: 100%;
		margin: 0 auto 2rem;
	}

	.home .mv-list li:nth-child(4) {
		display: none;
	}

	.mv-list a .play-triangle {
		width: 70px;
		height: 70px;
	}
}

@media (max-width:480px) {
	.mv-list a .play-triangle {
		width: 60px;
		height: 60px;
	}
}


/* =======================================
	SCHEDULE
======================================= */
.schedule_accordion {
	position: relative;
	display: block;
	text-align: left;
	margin: auto;
	margin-bottom: 1.25rem;
	max-width: 100%;
}

.schedule_accordion:last-of-type {
	margin-bottom: 0;
}

.active_border {
	margin-bottom: 3rem;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.2);
	max-width: 100%;
}

.schedule_accordion.active_border {
	margin-bottom: 2rem;
}

.schedule_date {
	position: relative;
	display: block;
	font-size: 1em;
	line-height: 1;
	font-weight: 500;
	padding: 0 4% 0.5em 0;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.45s ease;
}

.schedule_date:hover {
	padding-left: 2rem;
}

.schedule_date:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 20px;
	height: 4px;
	border-bottom: 1px solid var(--color-white);
	border-right: 1px solid var(--color-white);
	transform: translate(-100%, -50%) skew(45deg);
	transition: all ease .5s;
	opacity: 0;
}

.schedule_date:before {
	border-bottom: 1px solid var(--color-gold);
	border-right: 1px solid var(--color-gold);
}

.schedule_date:hover:before {
	transform: translate(4%, -50%) skew(45deg);
	opacity: 1;
}

.schedule_date:after {
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateX(-32px);
	width: 200%;
	height: 1px;
	content: "";
	background: linear-gradient(to right, #555555 50%, var(--color-white) 50%);
	z-index: 1;
	transition: transform .45s cubic-bezier(0.87, 0, 0.13, 1);
}

.schedule_date:after {
	background: linear-gradient(to right, #555555 50%, var(--color-gold) 50%);
}

.schedule_date:hover:after {
	transform: translateX(-50%);
}

.schedule_date.active {
	border: none;
	padding: calc(4% + 5px) 4% 0 !important;
	font-size: 1.25em;
}

.schedule_date.active:before,
.schedule_date.active:after {
	display: none;
}

.title-area {
	font-size: 1.05em;
}

.title-area .title {
	display: block;
}

.title-sub {
	font-size: 0.8em;
}

.date-venue {
	display: block;
	font-size: 1.2em;
	font-weight: 600;
}

.date-venue span {
	display: inline-block;
}

@media(max-width:1366px) {
	.schedule_date {
		font-size: 0.95em;
	}

	.schedule_date.active {
		font-size: 1.2em;
	}
}

@media(max-width:1280px) {
	.title-area {
		font-size: 1em;
	}
}

@media(max-width:1024px) {
	.schedule_date {
		font-size: 1em;
	}

	.schedule_date:hover {
		padding-left: 0;
	}

	.schedule_date:before {
		display: none;
	}

	.schedule_date:after {
		transform: translateX(-20px);
	}
}

@media(max-width:640px) {
	.schedule_date {
		font-size: 0.95em;
	}

	.schedule_date.active {
		font-size: 1.15em;
	}
}

@media(max-width:480px) {
	.schedule_date {
		font-size: 0.9em;
	}

	.schedule_date.active {
		font-size: 1em;
	}
}


.detail_open {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 2;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	color: var(--color-white);
}

.detail_open {
	color: var(--color-gold);
}

.detail_open:before {
	font-family: "Line Awesome Free";
	font-weight: 900;
	content: "\f0d7";
	display: block;
	position: absolute;
	top: 0px;
	transition: .45s ease;
}

.schedule_date.active .detail_open {
	top: calc(4% + 35px);
	right: 4%;
	margin-top: 0px;
	color: var(--color-white);
}

.schedule_date.active .detail_open {
	color: var(--color-gold);
}

.schedule_date.active .detail_open:before {
	transform: rotate(180deg);
	transform-origin: center;
}

@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: 3%;
	background: none;
}

.event-data-section {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}

.flyer_wrap {
	width: 25%;
}

.live_table {
	flex: 1;
	text-align: left;
	word-break: break-all !important;
}

.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;
}

.flyer_wrap a:hover img {
	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: var(--color-white);
	text-align: center;
}

.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;
	line-height: 1.6;
}

.live_table ul li.catflag {
	display: table-cell;
	width: 20%;
	background: #eee;
	background: var(--color-gray);
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.025em;
	font-size: 0.85em;
}

.live_table ul li.catdata {
	display: table-cell;
	vertical-align: middle;
	width: auto;
	padding: 0.75em 1em;
	border: 1px solid var(--color-gray);
	font-size: 0.95em;
}

.schedule_accordion .close {
	position: relative;
	font-size: 0.8em;
	margin: 2rem auto 0;
	display: inline-block;
	line-height: 1;
	padding: 1em 2em;
	border-radius: 100px;
	color: var(--color-white);
	box-shadow: 0 0 0 2px var(--color-white) inset;
	text-align: center;
	cursor: pointer;
	letter-spacing: 0.2em;
	transition: all 0.3s ease;
}

.schedule_accordion .close:before {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	width: 0;
	height: 0;
	background: var(--color-white);
	border-radius: 50px;
	opacity: 0;
	transition: .3s cubic-bezier(0.5, 0, 0.2, 1);
}

.schedule_accordion .close:hover {
	color: var(--color-black);
}

.schedule_accordion .close:hover:before {
	width: 100%;
	height: 100%;
	opacity: 1;
}

@media (max-width:1366px) {
	.flyer_wrap {
		width: 27%;
	}

	.live_table {
		width: 73%;
	}

	.live_table ul li.catdata {
		padding: 0.5em 1em;
	}
}

@media (max-width:1280px) {
	.flyer_wrap {
		width: 28%;
	}

	.live_table {
		width: 72%;
	}

	.live_table ul li.catflag {
		width: 22%;
		letter-spacing: 0.015em;
	}
}

@media (max-width:1152px) {
	.live_table ul li.catflag {
		font-size: 0.825em;
	}

	.live_table ul li.catdata {
		font-size: 0.9em;
	}
}

@media (max-width:1024px) {
	.flyer_wrap {
		width: 100%;
		display: flex;
		gap: 15px;
	}

	.live_table {
		width: 100%;
	}

	.flyer_wrap a {
		max-width: 320px;
		margin-bottom: 0;
		box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.5);
	}

	.live_table ul li.catflag {
		font-size: 0.85em;
	}

	.live_table ul li.catdata {
		font-size: 0.95em;
	}
}

@media (max-width:640px) {
	.flyer_wrap {
		gap: 12px;
	}

	.live_table ul {
		display: block;
	}

	.live_table ul li.catflag,
	.live_table ul li.catdata {
		display: block;
		width: 100%;
		font-size: 0.95em;
		padding: 0.5em 0.75em;
	}

	.live_table ul li.catflag {
		font-size: 0.9em;
	}
}

@media (max-width:480px) {
	.flyer_wrap {
		gap: 7px;
	}

	.live_table ul li.catdata {
		display: block;
		width: 100%;
		font-size: 0.9em;
	}

	.live_table ul li.catflag {
		font-size: 0.85em;
		padding: 0.3em 0.5em;
	}
}


/* =======================================
	PROFILE
======================================= */
.profile .fancybox-bg {
	background: linear-gradient(-45deg, var(--color-black) 50%, #333 50%) !important;
	opacity: 1 !important;
}

.profile .fancybox-bg {
	background: linear-gradient(-45deg, var(--color-gold) 10%, var(--color-black) 10%, var(--color-black) 75%, var(--color-gold) 75%) !important;
	opacity: .9 !important;
}

@media (max-width:1024px) {
	.profile .fancybox-bg {
		background: linear-gradient(-45deg, var(--color-gold) 5%, var(--color-black) 5%, var(--color-black) 75%, var(--color-gold) 75%) !important;
		opacity: .9 !important;
	}
}

.profile .fancybox-button {
	background: #151515 !important;
}

.profile .fancybox-navigation .fancybox-button {
	background: none !important;
}

.profile .fancybox-navigation .fancybox-button div {
	background: #151515 !important;
}

.profile .fancybox-button:hover {
	background: #777 !important;
	color: var(--color-white) !important;
}

.profile .fancybox-navigation .fancybox-button:hover {
	background: none !important;
}

.profile .fancybox-navigation .fancybox-button div:hover {
	background: #777 !important;
	color: var(--color-white) !important;
}

.profile .fancybox-thumbs__list {
	background: #151515 !important;
}

.fancybox-thumbs__list a:before {
	border: 4px solid #777 !important;
}

.fancybox-content {
	background: none !important;
}

.visible-content {
	display: inline-block !important;
	height: 0;
	opacity: 0;
	overflow: hidden;
}

.fancybox-is-open .visible-content {
	height: auto;
	opacity: 1;
	overflow: visible;
}



.profile-column3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
}

.prof_image a {
	position: relative;
	display: block;
	padding-top: 100%;
	overflow: hidden;
	box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.5);
}

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

.prof_image a:hover {
	box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.7);
}

.prof_image a:hover img {
	transform: scale(1.2);
}

.prof_image a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	border: 2px solid rgba(255, 255, 255, 0);
	z-index: 2;
	transition: all 0.4s ease;
}

.prof_image a:hover:before {
	width: calc(100% + -20px);
	height: calc(100% + -20px);
	border: 1px solid rgba(255, 255, 255, 1);
}

.view-more {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color-white);
	letter-spacing: 0.025em;
	font-size: 1.2em;
	opacity: 0;
	transform: scale(0);
	transform-origin: center;
	transition: .3s ease;
}

.prof_image a:hover .view-more {
	opacity: 1;
	transform: scale(1);
}

.prof_detail {
	display: block;
}

.prof_detail .name {
	display: block;
	font-size: 1.25em;
	margin: 0.75em 0 0.15em;
}

.prof_detail .sns {
	display: flex;
	justify-content: center;
}

.prof_detail .sns a {
	font-size: 1.6em;
	color: var(--color-white);
	margin: 0 0.15em;
}

.prof_detail .sns a:hover {
	opacity: .5;
}

.profile-popup-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 1050px;
	margin: 0 auto 2.5rem;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.profile-popup-wrap .image {
	width: 45%;
	box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.5);
}

.profile-popup-wrap .data {
	width: 48%;
	font-size: 1.1em;
}

.profile-popup-wrap .name {
	font-size: 2em;
	margin-bottom: 1.5rem;
}

.profile-popup-wrap .color {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.profile-popup-wrap .color .tag {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 0.8em;
	padding: 0.15em 0.75em;
	background: none;
	border: 2px solid var(--color-white);
	color: var(--color-white);
	margin-right: 0.75rem;
}

.profile-popup-wrap .sns {
	margin-top: 2rem;
}

.profile-popup-wrap .sns a {
	font-size: 1.8em;
	color: var(--color-white);
	margin-right: 0.15em;
}

.profile-popup-wrap .sns a:hover {
	opacity: .5;
}

.close-popup {
	font-size: 0.8em;
	line-height: 1;
	padding: 0.85em 1.25em;
	min-width: 140px;
}

.close-popup i {
	font-size: 1em;
	line-height: 1;
}

.swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	background-color: var(--color-white) !important;
	opacity: 0.6 !important;
	border-radius: 10px !important;
}

.swiper-pagination-bullet-active {
	opacity: 1 !important;
}

@media (max-width:1440px) {
	.profile-popup-wrap {
		width: 960px;
	}
}

@media (max-width:1366px) {
	.profile-popup-wrap {
		width: 850px;
	}
}

@media (max-width:1280px) {
	.profile-column3 {
		gap: 40px;
		row-gap: 50px;
	}

	.profile-popup-wrap {
		width: 800px;
	}
}

@media (max-width:1024px) {
	.profile-column3 {
		gap: 30px;
		row-gap: 40px;
	}

	.profile-popup-wrap {
		width: 480px;
		padding: 10% 0 0;
	}

	.profile-popup-wrap .image,
	.profile-popup-wrap .data {
		width: 100%;
	}

	.profile-popup-wrap .image {
		margin-bottom: 2rem;
	}

	.profile-popup-wrap .data {
		font-size: 1.2em;
	}

	.close-popup {
		margin-bottom: 2rem;
	}
}

@media (max-width:900px) {
	.profile-column3 {
		grid-template-columns: repeat(2, 1fr);
		gap: 50px;
		row-gap: 50px;
		padding: 0 5%;
	}

	.profile-popup-wrap {
		width: 420px;
	}
}

@media (max-width:768px) {
	.profile-column3 {
		gap: 40px;
		row-gap: 40px;
	}

	.profile-popup-wrap {
		width: 360px;
	}
}

@media (max-width:640px) {
	.profile-column3 {
		gap: 30px;
		row-gap: 40px;
		padding: 0;
	}

	.prof_image a {
		box-shadow: 7px 7px 10px -5px rgba(0, 0, 0, 0.5);
	}

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

	.profile-popup-wrap {
		width: 300px;
	}

	.profile-popup-wrap .data {
		font-size: 1.1em;
	}

	.profile-popup-wrap .image {
		margin-bottom: 1.5rem;
	}

	.profile-popup-wrap .name {
		font-size: 1.8em;
	}
}

@media (max-width:560px) {
	.profile-popup-wrap .data {
		font-size: 1.05em;
	}
}

@media (max-width:480px) {
	.profile-column3 {
		gap: 20px;
		row-gap: 30px;
	}

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

	.prof_detail .sns a {
		font-size: 1.25em;
	}

	.profile-popup-wrap {
		width: 280px;
	}

	.profile-popup-wrap .data {
		font-size: 1em;
	}

	.profile-popup-wrap .image {
		margin-bottom: 1rem;
	}

	.profile-popup-wrap .name {
		font-size: 1.6em;
	}
}



/* =======================================
	その他
======================================= */
.nodata {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 5%;
	min-height: 250px;
	text-align: center;
	letter-spacing: 3px;
	text-indent: 3px;
	font-size: 1em;
	color: #777;
}

/*記事投稿内 YouTube*/
.post-singular-movie {
	display: block;
	max-width: 640px;
	margin: 15px 0;
}

.movie-frame {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.movie-frame iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.lead {
	display: block;
	padding: 0px 12px;
	border-left: 6px solid var(--color-black);
	font-weight: 500;
}

.color-box {
	display: block;
	overflow: hidden;
	padding: calc(2.5% + 0.5em);
	box-shadow: 7px 5px 20px -5px rgba(0, 0, 0, 0.15);
}

.border-box {
	display: block;
	overflow: hidden;
	padding: calc(2.5% + 0.5em);
	border: 1px solid #999;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 7px 5px 20px -5px rgba(0, 0, 0, 0.15);
}

.flex-text {
	display: flex;
}

.flex-text i {
	line-height: 1.6;
	font-size: 1.2em;
	margin-right: 0.25em;
}

@media (max-width:768px) {
	.flex-text i {
		line-height: 1.35;
		margin-right: 0.15em;
	}
}

.grecaptcha-badge {
	visibility: hidden;
}

.image-radius {
	border-radius: calc(1vw + 10px);
}

.image-shadow {
	box-shadow: 7px 7px 20px -5px rgba(0, 0, 0, 0.3);
}

.ggmap {
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width:768px) {
	.ggmap {
		padding-bottom: 56.25%;
	}
}

.ggmap.full {
	position: relative;
	padding-bottom: 30%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

/* ブロックエディター カスタム*/
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
	padding: 1em 1.25em !important;
}

.single-newsletter .article_body hr,
.single-case_study .article_body hr {
	margin: 1em 0 !important;
}

.wp-block-image {
	margin: 1em 0;
}

.article_body p {
	margin-bottom: 1em;
	margin-top: 1em;
	line-height: 1.8;
}

.article_body.news-body p {
	margin: 0;
}

.article_body .wp-block-button a {
	text-decoration: none;
}

.article_body ul {
	list-style: inherit;
}

.article_body ul li {
	list-style-position: inside;
}

.article_body .wp-block-heading {
	margin-bottom: 1em;
	margin-top: 1em;
}

.wp-block-embed__wrapper {
	max-width: 645px;
}

.alignfull .wp-block-embed__wrapper,
.alignwide .wp-block-embed__wrapper {
	max-width: 100%;
}

.aligncenter .wp-block-embed__wrapper {
	margin: auto;
}

.alignleft .wp-block-embed__wrapper,
.alignright .wp-block-embed__wrapper {
	margin: inherit;
	max-width: initial;
}

@media(max-width:768px) {

	h1.has-background,
	h2.has-background,
	h3.has-background,
	h4.has-background,
	h5.has-background,
	h6.has-background {
		padding: 0.75em 1em !important;
	}
}

@media(max-width:480px) {

	h1.has-background,
	h2.has-background,
	h3.has-background,
	h4.has-background,
	h5.has-background,
	h6.has-background {
		padding: 0.5em 1rem !important;
	}
}







/* =======================================
	オリジナル追記
======================================= */

/* GALLERY */
.gallery-container {
	position: relative;
	background: transparent;
	/* overflow: hidden; */
	padding: 8%;
}

.gallery-container::before {
	content: "";
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
	height: 65%;
	background: var(--color-black);
	background: #333;
	transform: skewY(-8deg);
	transform-origin: top right;
}

.gallery-container:nth-child(even)::before {
	background: #e3e5e9;
}

.gallery-container:nth-child(even)::before {
	background: #e4d38e;
}

.gallery-container:first-child {
	margin-top: -3.5%;
}

.gallery_set {
	display: block;
}

.gallery_set img {
	width: 100%;
	height: auto;
}

.gallery_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.gallery_head .text {
	position: relative;
	width: 32%;
	color: var(--color-black);
}

.gallery_head .text .text-inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding: 7%;
	min-height: 18rem;
	background:
		repeating-linear-gradient(0deg,
			rgba(0, 0, 0, 0.015) 0px,
			rgba(255, 255, 255, 0.015) 2px),
		linear-gradient(160deg,
			#f4f2ed,
			#e8e5df 40%,
			#f6f4ef 60%,
			#e1ded7);
	border-right: 1px solid rgba(214, 207, 194, 0.7);
	border-bottom: 1px solid rgba(214, 207, 194, 0.7);
	border-radius: 10px;
	overflow: hidden;
	box-shadow:
		inset 0 1px 1px rgba(255, 255, 255, 0.4),
		inset 0 -2px 4px rgba(0, 0, 0, 0.05),
		7px 7px 25px -10px rgba(0, 0, 0, 0.4);
}

.gallery_head .text .text-inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40%;

	background: linear-gradient(to bottom,
			rgba(255, 255, 255, 0.35),
			transparent);

	pointer-events: none;
}

.gallery_head .image {
	width: 65%;
}

.gallery_head .image a {
	position: relative;
	display: block;
	overflow: hidden;
	box-shadow: 5px 5px 25px -10px rgba(0, 0, 0, 0.5);
}

.gallery-title {
	display: flex;
	justify-content: center;
	text-align: left;
	font-size: 1.3em;
	font-weight: 600;
	margin: 0;
}

.gallery-term {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.gallery-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 10px;
	justify-items: center;
}

.gallery-list.column6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-list.column7 {
	grid-template-columns: repeat(7, 1fr);
	grid-column-gap: 6px;
}

.gallery-list li {
	text-align: center;
}

.gallery-list-block {
	margin-top: 2em;
}

.gallery-list li h3 {
	position: relative;
	font-size: 1em;
	line-height: 1.2;
	margin-bottom: 0.75em;
	color: var(--color-white);
	white-space: nowrap;
}

.gallery-container:nth-child(even) .gallery-list li h3 {
	color: var(--color-black);
}

.gallery-list li h3:before,
.gallery-list li h3:after {
	position: absolute;
	content: "";
	width: 0.3rem;
	height: 100%;
	border-top: solid 1px #7d7d7d;
	border-bottom: solid 1px #7d7d7d;
	top: 0;
}

.gallery-list li h3:before {
	border-left: solid 1px #7d7d7d;
	left: 0;
}

.gallery-list li h3:after {
	border-right: solid 1px #7d7d7d;
	right: 0;
}



.gallery-list li .photo {
	padding: 5px 0;
}

.gallery-list.column7 li .photo {
	padding: 3px 0;
}

.gallery-list li .photo a {
	position: relative;
	display: block;
	overflow: hidden;
	box-shadow: 5px 5px 20px -10px rgba(0, 0, 0, 0.5);
}

.gallery_head .image a img,
.gallery-list li .photo a img {
	transition: .4s ease;
}

.gallery_head .image a:hover img,
.gallery-list li .photo a:hover img {
	transform: scale(1.1);
	transform-origin: center;
}

.gallery_head .image a:before,
.gallery-list li .photo a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	border: 2px solid rgba(255, 255, 255, 0);
	z-index: 2;
	transition: all 0.4s ease;
}

.gallery_head .image a:hover:before,
.gallery-list li .photo a:hover:before {
	width: calc(100% + -20px);
	height: calc(100% + -20px);
	border: 1px solid rgba(255, 255, 255, 1);
}


@media (max-width:1365px) {
	.gallery-container {
		padding: 8% 5%;
	}

	.gallery-title {
		font-size: 1.2em;
	}
}

@media (max-width:1279px) {
	.gallery_head .text {
		width: 33%;
	}

	.gallery_head .image {
		width: 65%;
	}

	.gallery-title {
		font-size: 1.15em;
	}

	.gallery-term {
		font-size: 0.85em;
	}

	.gallery-list.column7 li h3 {
		font-size: 0.95em;
	}

	.gallery_head .text .text-inner {
		min-height: 15rem;
	}
}

@media (max-width:1180px) {
	.gallery-title {
		font-size: 1.1em;
	}

	.gallery-term {
		font-size: 0.8em;
	}

	.gallery-list li h3 {
		font-size: 0.95em;
	}

	.gallery-list.column7 li h3 {
		font-size: 0.9em;
	}
}

@media (max-width:1080px) {
	.gallery-list li h3 {
		font-size: 0.9em;
	}

	.gallery-list.column7 li h3 {
		font-size: 0.85em;
	}
}

@media (max-width:1024px) {
	.gallery-container::before {
		top: 10%;
		height: 75%;
	}

	.fancybox-image,
	.fancybox-spaceball {
		padding: 5% !important;
	}

	.gallery_head .image {
		width: 100%;
		order: 1;
		margin-bottom: 1.25em;
	}

	.gallery_head .text {
		width: 70%;
		max-width: 400px;
		order: 2;
		margin: auto;
		margin-bottom: 0.5em;
	}

	.gallery_head .text .text-inner {
		min-height: 10rem;
	}

	.gallery-title {
		font-size: 1.2em;
	}

	.gallery-term {
		font-size: 0.85em;
	}

	.gallery-list,
	.gallery-list.column6 {
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 12px;
	}

	.gallery-list li .photo {
		padding: 6px 0;
	}

	.gallery-list.column7 {
		grid-template-columns: repeat(4, 1fr);
		grid-column-gap: 10px;
	}

	.gallery-list.column7 li .photo {
		padding: 5px 0;
	}

	.gallery-list li h3,
	.gallery-list.column7 li h3 {
		font-size: 1em;
		margin-top: 2.5em;
	}
}

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

	.gallery-container:first-child {
		margin-top: 0;
		padding-top: 6%;
	}

	.gallery_head .text {
		max-width: 350px;
	}

	.gallery_head .text .text-inner {
		min-height: 9rem;
		padding: 5%;
		box-shadow:
			inset 0 1px 1px rgba(255, 255, 255, 0.4),
			inset 0 -2px 4px rgba(0, 0, 0, 0.05),
			5px 5px 18px -6px rgba(0, 0, 0, 0.25);
	}

	.gallery_head .image a {
		box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.5);
	}

	.gallery-list li .photo a {
		box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.5);
	}

	.gallery-list,
	.gallery-list.column6 {
		grid-column-gap: 10px;
	}

	.gallery-list li .photo {
		padding: 5px 0;
	}

	.gallery-list.column7 {
		grid-column-gap: 6px;
	}

	.gallery-list.column7 li .photo {
		padding: 3px 0;
	}

	.gallery-list li h3 {
		font-size: 0.95em;
	}

	.gallery-list.column7 li h3 {
		font-size: 0.9em;
	}
}

@media (max-width:640px) {
	.gallery-container:first-child {
		margin-top: -2%;
	}

	.gallery_head .text .text-inner {
		min-height: 8rem;
		border-radius: 7px;
	}

	.gallery-term {
		margin-top: 0.75em;
		padding-top: 0.75em;
	}

	.gallery-title {
		font-size: 1.15em;
	}

	.gallery-list,
	.gallery-list.column6 {
		grid-column-gap: 8px;
	}

	.gallery-list li .photo {
		padding: 4px 0;
	}

	.gallery-list li h3 {
		font-size: 0.9em;
	}

	.gallery-list.column7 li h3 {
		font-size: 0.85em;
	}
}

@media (max-width:560px) {
	.gallery-title {
		font-size: 1.1em;
	}

	.gallery-term {
		font-size: 0.8em;
	}

	.gallery-list li .photo {
		padding: 3px 0;
	}

	.gallery-list.column7 {
		grid-column-gap: 4px;
	}

	.gallery-list.column7 li .photo {
		padding: 2px 0;
	}

	.gallery-list li h3 {
		font-size: 0.875em;
	}

	.gallery-list.column7 li h3 {
		font-size: 0.8em;
	}
}

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

	.gallery-container:first-child {
		margin-top: 0;
		padding-top: 8%;
	}

	.gallery-container::before {
		top: 5%;
		height: 90%;
	}

	.gallery_head .image {
		margin-bottom: 1em;
	}

	.gallery_head .text {
		width: 80%;
		margin-bottom: 0;
	}

	.gallery_head .text .text-inner {
		min-height: 6rem;
		border-radius: 5px;
		box-shadow:
			inset 0 1px 1px rgba(255, 255, 255, 0.4),
			inset 0 -2px 4px rgba(0, 0, 0, 0.05),
			5px 5px 10px -5px rgba(0, 0, 0, 0.5);
	}

	.gallery_head .image a {
		box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.5);
	}

	.gallery-list li .photo a {
		box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.5);
	}

	.gallery-title {
		font-size: 1em;
	}

	.gallery-term {
		font-size: 0.75em;
	}

	.gallery-list,
	.gallery-list.column6,
	.gallery-list.column7 {
		grid-template-columns: repeat(2, 1fr);
	}

	.gallery-list.has-second,
	.gallery-list.column6.has-second,
	.gallery-list.column7.has-second {
		grid-template-columns: repeat(1, 1fr);
	}

	.gallery-list.has-second .gallery-photo-block,
	.gallery-list.column6.has-second .gallery-photo-block,
	.gallery-list.column7.has-second .gallery-photo-block {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}

	.gallery-list li h3,
	.gallery-list.column6 li h3,
	.gallery-list.column7 li h3 {
		font-size: 1em;
		margin-top: 2em;
		margin-bottom: 0.75em;
	}

	.gallery-list.has-second h3,
	.gallery-list.column6.has-second h3,
	.gallery-list.column7.has-second h3 {
		max-width: 50%;
		margin: 2em auto 0.75em;
	}
}

/* ページネーション */
.pagination {
	margin: auto;
	margin-top: 40px;
	text-align: center;
}

.nav-links {
	display: flex;
	justify-content: center;
}

.pagination .page-numbers {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 3px;
	width: 50px;
	height: 50px;
	line-height: 1;
	font-weight: 600;
	border: 2px solid var(--color-black);
	color: var(--color-black);
	border-radius: 50%;
	background: none;
	transition: all .3s ease;
}

/*反転*/
.pagination .page-numbers {
	border-color: var(--color-white);
	color: var(--color-white);
}

.pagination .page-numbers {
	border-color: var(--color-pink2);
	color: var(--color-pink2);
}

.pagination .page-numbers:hover {
	background: var(--color-black);
	color: var(--color-white);
}

/*反転*/
.pagination .page-numbers:hover {
	background: var(--color-white);
	color: var(--color-black);
}

.pagination .page-numbers:hover {
	background: var(--color-pink2);
	color: var(--color-white);
}

.pagination .current,
.pagination .page-numbers.current:hover {
	background: var(--color-black);
	border-color: var(--color-black);
	color: var(--color-white)
}

/*反転*/
.pagination .current,
.pagination .page-numbers.current:hover {
	background: var(--color-white);
	border-color: var(--color-white);
	color: var(--color-black)
}

.pagination .current,
.pagination .page-numbers.current:hover {
	background: var(--color-pink2);
	border-color: var(--color-pink2);
	color: var(--color-white)
}

.page-numbers.dots,
.page-numbers.dots:hover {
	background: none;
	border: none;
	color: var(--color-gray);
	width: auto;
	margin: 0 5px;
	font-size: 1.2em;
}

@media (max-width:640px) {
	.pagination .page-numbers {
		width: 40px;
		height: 40px;
		font-size: 0.9em;
		margin: 0 2px;
	}

	.page-numbers.dots,
	.page-numbers.dots:hover {
		width: auto;
		margin: 0 4px;
	}
}

@media (max-width:480px) {
	.pagination .page-numbers {
		width: 36px;
		height: 36px;
	}

	.page-numbers.dots,
	.page-numbers.dots:hover {
		width: auto;
		margin: 0 3px;
	}
}

@media (max-width:374px) {
	.pagination .page-numbers {
		width: 34px;
		height: 34px;
	}

	.page-numbers.dots,
	.page-numbers.dots:hover {
		width: auto;
		margin: 0 2px;
	}
}


/* STOREあり */
.top-store-section {
	padding-top: 6%;
	padding-bottom: 6%;
	position: relative;
	overflow: hidden;
	background-color: var(--color-black);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

@supports (-webkit-touch-callout: none) {
	.top-store-section {
		background-attachment: scroll;
	}
}

.top-store-section:before {
	content: '';
	background: inherit;
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	z-index: -1;
}

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

.store-link {
	position: relative;
	z-index: 2;
}

.store-link a {
	display: flex;
	flex-direction: column;
	line-height: 1.25;
	font-size: 1.2em;
	width: 92%;
	max-width: 420px;
	margin: auto;
	padding: 0.75em 2em;
	color: var(--color-white);
	border: 2px solid var(--color-white);
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 7px 7px 15px -5px rgba(0, 0, 0, 0.3);
	border-radius: 100px;
}

.store-link a {
	color: var(--color-gold2);
	border: 2px solid var(--color-gold);
	background: rgba(0, 0, 0, 0.2);
}

.store-link a:hover {
	max-width: 480px;
	background: rgba(255, 255, 255, 0.4);
}

.store-link a:hover {
	max-width: 480px;
	background: rgba(0, 0, 0, 0.6);
}

@media(max-width:1024px) {
	.top-store-section {
		padding-top: 8%;
		padding-bottom: 8%;
	}

	.store-link a,
	.store-link a:hover {
		background: rgba(255, 255, 255, 0.2);
	}
}

@media(max-width:640px) {
	.top-store-section {
		padding-top: 10%;
		padding-bottom: 10%;
	}

	.store-link a,
	.store-link a:hover {
		font-size: 1.1em;
		max-width: 320px;
	}
}