@charset "UTF-8";

/*!
Theme Name: Bohehgamestudio
Theme URI: http://underscores.me/
Author: Nigrec Co.,ltd
Author URI: https://bokehgamestudio.co.jp/
Description: Bokeh Game Stuido の Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bohehgamestudio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Bohehgamestudio is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #fff;
	font-family: Montserrat, "Zen Kaku Gothic Antique", -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 1rem;
	line-height: 1.8;
	letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.4em;
	margin: 0 0 1.5em 0;
}

h2 {
	font-size: 1.2em;
	margin: 0 0 1.5em 0;
}

h3 {
	font-size: 1.1em;
	font-weight: 700;
	margin: 0 0 1.5em 0;
}

h4 {
	font-size: 1.1em;
	font-weight: 300;
	margin: 0 0 1.5em 0;
}

h5 {
	font-size: 1.1em;
	font-weight: 300;
	margin: 0 0 1.5em 0;
}

h6 {
	font-size: 1.1em;
	font-weight: 300;
	margin: 0 0 1.5em 0;
}

p {
	margin-bottom: 1.6rem;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Kanit, monaco, consolas, sans-serif;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #000;
}

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

	* {
		cursor: none;
	}

	#stalker {
		pointer-events: none;
		position: fixed;
		top: -7px;
		left: -7px;
		width: 14px;
		height: 14px;
		background: rgba(111, 111, 111, 0.6);
		border-radius: 50%;
		z-index: 9999;
	}

	#stalker.hov_ {
		top: -20px;
		left: -20px;
		width: 40px;
		height: 40px;
		transition: transform 0.5s, top, 0.5s, left 0.5s, width 0.5s, height 0.5s, background-color 0.5s;
		transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	}

	#stalker2 {
		pointer-events: none;
		position: fixed;
		top: -14px;
		left: -7px;
		width: 14px;
		height: 14px;
		background: rgba(141, 15, 148, 0.6);
		filter: brightness(150%);
		border-radius: 50%;
		transition: transform 0.5s, top, 0.5s, left 0.5s, width 0.5s, height 0.5s, background-color 1s;
		transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
		z-index: 9999;
	}

	#stalker2.hov_ {
		top: -40px;
		left: -20px;
		width: 40px;
		height: 40px;
		transition: transform 0.5s, top, 0.5s, left 0.5s, width 0.5s, height 0.5s, background-color 1s;
		transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	}
}

.site-footer {
	background: #000;
	position: relative;
	z-index: 1000;
	padding: 100px 0 100px 70px;
	text-align: center;
}

.site-footer ul {
	margin: 2px 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}

.site-footer .site-sns li img {
	height: 24px;
	width: auto;
	padding: 0 10px;
}

.site-footer .site-info li {
	padding: 1em 15px;
}

.site-footer .site-info li a {
	font-family: "Roboto", sans-serif;
	text-decoration: none;
	font-size: 1.3rem;
}

.site-footer .copyrights {
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
}

.site-footer .copyrights p {
	margin: 0;
}

@media screen and (max-width: 1023px) {

	.site-footer {
		padding: 60px 0 30px 0;
		z-index: 996;
	}

	.site-footer ul.menu {
		display: block;
	}

	.site-footer .site-sns li img {
		height: 30px;
		width: auto;
		padding: 0 16px;
	}

	.site-footer .site-sns li a {
		margin: 1.5em 0;
	}

	.site-footer .site-info {
		padding: 20px 0;
	}

	.site-footer .site-info li {
		padding: 0 15px;
	}

	.site-footer .site-info li a {
		font-size: 1.4rem;
	}

	.site-footer .copyrights {
		font-size: 1.1rem;
	}
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

ul,
ol {
	margin: 0;
}

iframe {
	pointer-events: none;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #fff;
}

a:visited {
	color: #fff;
}

a:hover,
a:focus,
a:active {
	color: #fff;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	background: #000;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 0.2em 1em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #fff;
}

select {
	background: #000;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 0.5em 1em;
}

textarea {
	width: 100%;
}

input[type="submit"] {
	background: #000;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 1em;
}

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

	input[type="submit"] {
		transition: 0.5s;
		transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	}
}

input[type="submit"]:hover,
input[type="submit"]:focus {
	color: #000;
	background: #f1f1f1;
}

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

	.show_pc {
		display: block;
	}

	.show_sp {
		display: none !important;
	}
}

@media screen and (max-width: 1023px) {

	.show_pc {
		display: none !important;
	}

	.show_sp {
		display: block;
	}
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
	transition: 1.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transform: translateY(60px);
	opacity: 0;
}

.scroll_up.on {
	transform: translateY(0);
	opacity: 1;
}

/*----------------------------
scroll_up_pc ｜下から上へ出現 PCのみ
----------------------------*/
@media screen and (min-width: 1024px) {

	.scroll_up_pc {
		transition: 1.5s;
		transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
		transform: translateY(60px);
		opacity: 0;
	}
}

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

	.scroll_up_pc.on {
		transform: translateY(0);
		opacity: 1;
	}
}

/*----------------------------
scroll_fade_in ｜blur出現
----------------------------*/
@media screen and (max-width: 1023px) {

	.scroll_fade_in {
		transition: 1.5s;
		transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
		filter: blur(8px);
		-webkit-filter: blur(8px);
		opacity: 0.5;
	}
}

@media screen and (max-width: 1023px) {

	.scroll_fade_in.on {
		filter: blur(0);
		-webkit-filter: blur(0);
		opacity: 1;
	}
}

/*----------------------------
  scroll_left ｜左から出現
  ----------------------------*/
.scroll_left {
	transition: 1s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transform: translateX(-100px);
	opacity: 0;
}

.scroll_left.on {
	opacity: 1;
	transform: translateX(0);
}

/*----------------------------
  scroll_left_scale ｜左から出現2
  ----------------------------*/
.scroll_left_scale {
	transition: 1s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transform: scaleX(0);
	transform-origin: left top;
}

.scroll_left_scale.on {
	transform: scaleX(100%);
}

/*----------------------------
  scroll_right ｜右から出現
  ----------------------------*/
.scroll_right {
	transition: 1s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transform: translateX(30px);
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}

.scroll_right.on {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	transform: translateX(0);
}

.slider {
	position: relative;
	padding-left: 70px;
	transform: translateY(120px);
	opacity: 0;
	transition: 3s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-delay: 1s;
}

.slider.show {
	transform: translateY(0);
	opacity: 1;
}

@media screen and (max-width: 1023px) {

	.slider {
		padding: 62px 0 0 0;
	}
}

.sidebar__background {
	position: fixed;
	top: 0;
	left: 0;
	width: 70px;
	height: 100%;
	z-index: 995;
	background: #171717;
	transform: translateX(-100%);
	transition: 1s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.sidebar__background.show {
	transform: translateX(0);
}

.timing02 {
	transition-delay: 0.2s;
}

.timing03 {
	transition-delay: 0.4s;
}

.timing04 {
	transition-delay: 0.6s;
}

.timing05 {
	transition-delay: 0.8s;
}

.timing06 {
	transition-delay: 1s;
}

.timing07 {
	transition-delay: 1.2s;
}

.timing08 {
	transition-delay: 1.4s;
}

.timing09 {
	transition-delay: 1.6s;
}

.timing10 {
	transition-delay: 1.8s;
}

/* COMMON  / SIDEBAR */
.sidebar {
	position: relative;
	width: 100%;
	z-index: 996;
}

.sidebar.sidebar__child .sidebar__container {
	top: 70px;
}

.sidebar__container {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 100%;
	writing-mode: vertical-rl;
}

.sidebar__title {
	position: absolute;
	margin: 0;
	padding: 40px 0 0 0;
	line-height: 70px;
	font-size: 2rem;
	font-weight: 300;
	white-space: nowrap;
}

.sidebar__title a {
	text-decoration: none;
}

.sidebar__more {
	position: relative;
	z-index: 996;
	height: auto;
	margin: -11em 0 0 0;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 70px;
	padding: 0 0 40px 0;
	writing-mode: vertical-rl;
}

.sidebar__more a {
	text-decoration: none;
	border-left: 1px #fff solid;
}

.sidebar__more.news__more {
	margin: -12.5em 0 0 0;
}

.sidebar.top h2 {
	padding: 100px 0 0 0;
	transition: 1s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transform: translateX(-100px);
	opacity: 0;
}

.sidebar.top h2.show {
	transform: translateX(0);
	opacity: 1;
}

.sidebar p {
	position: absolute;
	top: 300px;
	margin: 0;
	line-height: 70px;
	white-space: nowrap;
}

.sidebar p a {
	text-decoration: none;
}

.sidebar_border {
	position: absolute;
	top: 0;
	width: calc(50% + 35px);
	height: 1px;
	background: linear-gradient(90deg, #fff 0%, #6a6a6a 9.36%, #ddd 46.31%, #bababa 75.86%, #717171 100%);
}

.page .sidebar.top,
.archive .sidebar.top,
.single .sidebar.top {
	transition-delay: 0s;
}

@media screen and (max-width: 1023px) {

	.slider {
		position: relative;
		padding-left: 0;
	}

	.sidebar__background {
		width: 8%;
	}

	.sidebar__container {
		width: 8%;
	}

	.sidebar__title {
		padding: 4vw 2vw;
		line-height: 4vw;
		width: 100%;
		font-size: 4vw;
	}

	.sidebar__more {
		padding: 4vw 2vw;
		font-size: 2vw;
		line-height: 4vw;
	}

	.sidebar__more.news__more {
		margin: -14.5em 0 0 0;
	}

	.sidebar p {
		padding: 4vw 2vw;
		font-size: 4vw;
		white-space: nowrap;
		line-height: 100%;
	}

	.sidebar p a {
		text-decoration: none;
	}

	.sidebar.top h2 {
		padding: 70px 2vw;
	}

	.sidebar__top {
		top: 0;
		height: calc(100% + 100px);
	}

	.sidebar_border {
		width: 94%;
	}
}

/* ABOUT */
.about__container {
	display: flex;
	align-items: center;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 auto;
	padding: 60px 0 60px 70px;
	max-width: 1280px;
}

.about__image {
	width: 53.7%;
	line-height: 0;
	padding: 0 40px 0 0;
}

.about__box {
	padding: 0 50px 0 40px;
	width: 53.25%;
}

.about__box p {
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 1.5em 0 0 0;
}

.about__box p:first-child {
	margin-top: 0;
}

.about__box p.about__attention {
	font-size: 1.2rem;
}

.about__box.en p {
	font-size: 1.7rem;
	line-height: 1.6;
	margin: 1.2em 0 0 0;
	font-weight: 300;
}

.about__box.en p:first-child {
	margin-top: 0;
}

.about__box.en p.about__attention {
	font-size: 1.2rem;
}

.about__logo img {
	display: block;
	margin: 0 auto;
	width: 170px;
	height: auto;
}

@media screen and (max-width: 1023px) {

	.about__container {
		display: block;
		margin: 0 6% 0 14%;
		padding: 60px 0 30px 0;
	}

	.about__image {
		width: 100%;
		padding: 0 0 40px 0;
	}

	.about__box {
		width: 100%;
		padding: 0;
	}

	.about__box.en p {
		font-size: 1.4rem;
	}

	.about__box p {
		font-size: 1.4rem;
	}

	.about__box p.about__attention {
		font-size: 1.25rem;
		line-height: 1.3;
	}

	.about__logo img {
		width: 60%;
	}
}

/* FOUNDER */
.founder__container {
	list-style: none;
	display: flex;
	align-items: stretch;
	margin: 0 auto;
	padding: 60px 0 100px 70px;
	max-width: 1280px;
}

.founder__box {
	position: relative;
	width: 33%;
}

.founder__box:hover > a > h3 {
	opacity: 0;
}

.founder__box:hover > a > div {
	filter: blur(0);
	-webkit-filter: blur(0);
	opacity: 1;
	transition: 0.3s linear all;
}

.founder a {
	text-decoration: none;
}

.founder__title {
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	display: flex;
	height: calc(100% + 20px);
	font-size: 2.4rem;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	transition: 0.3s linear all;
	z-index: 1;
}

.founder__item {
	width: 63%;
	margin: 0 auto;
	filter: blur(8px);
	-webkit-filter: blur(8px);
	opacity: 0.5;
	transition: 0.3s linear all;
}

.founder__post,
.founder__name {
	text-align: center;
	font-size: 1.9rem;
	margin: 0;
}

.founder__name.en {
	font-family: Montserrat, "Zen Kaku Gothic Antique", -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 300;
}

.founder__post {
	margin: 1em 0 0 0;
	font-weight: 400;
	font-family: Kanit, monaco, consolas, sans-serif;
}

.founder__texts {
	display: -webkit-box;
	font-size: 1.6rem;
	line-height: 1.6;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.founder__texts.en {
	font-weight: 300;
	font-size: 1.7rem;
}

@media screen and (max-width: 1023px) {

	.founder__container {
		display: block;
		margin: 0 6% 0 14%;
		padding: 0;
	}

	.founder__box {
		width: auto;
	}

	.founder__title {
		display: none;
	}

	.founder__item {
		width: 100%;
		padding: 60px 0 30px 0;
	}

	.founder__item img {
		display: block;
		width: 60%;
		margin: 0 auto;
	}

	.founder__post,
	.founder__name {
		text-align: center;
		font-size: 2.15rem;
		font-weight: 300;
	}

	.founder__name.en {
		margin: 0.3em 0 0 0;
		font-size: 2rem;
		font-weight: 500;
	}

	.founder__post {
		font-size: 1.75rem;
		margin: 1rem 0 0 0;
	}

	.founder__texts {
		font-size: 1.4rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
	}

	.founder__texts.en {
		font-size: 1.35rem;
	}

	.founder__texts.en p {
		font-size: 1.35rem;
	}

	.founder__texts p {
		font-size: 1.4rem;
	}
}

/* TOP ARCHIVE */
.archive ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.archive__container {
	display: flex;
	margin: 0 auto;
	padding: 60px 40px 60px 70px;
	max-width: 1280px;
}

.archive__main {
	width: 55%;
}

.archive__main ul {
	position: relative;
}

.archive__main ul::after {
	content: "";
	display: table;
	clear: both;
}

.archive__main li {
	position: absolute;
	top: 0;
	left: 40px;
	right: 40px;
	bottom: 0;
	height: 100%;
	background: #000;
	z-index: 1;
}

.archive__main li.active {
	z-index: 999;
}

.archive__main li.active .archive__main__image,
.archive__main li.active .archive__main__text {
	opacity: 1;
}

.archive__main li .archive__main__text.en {
	font-weight: 300;
}

.archive__main__image {
	position: relative;
	transform-origin: center center;
	transition: 1s;
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.archive__main__text {
	transition: 1s;
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	font-size: 1.6rem;
}

.archive__lists__wrapper {
	width: 45%;
	padding: 0 0 0 40px;
}

.archive__lists li {
	position: relative;
	border-bottom: 0.5px solid #9b9b9b;
	transition: 0.3s linear all;
}

.archive__lists li.active h3,
.archive__lists li.active p,
.archive__lists li.active span,
.archive__lists li:hover h3,
.archive__lists li:hover p,
.archive__lists li:hover span {
	color: #fff;
}

.archive__lists li.active::after,
.archive__lists li:hover::after {
	transition: 0.75s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transform: scaleX(1);
}

.archive__lists li::after {
	position: absolute;
	content: "";
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scaleX(0);
	transform-origin: left top;
}

.archive__lists__item {
	display: block;
	text-decoration: none;
	padding: 40px 0;
}

.archive__lists li:nth-of-type(3n+1) a {
	padding: 0 0 40px 0;
}

.archive__lists h3,
.archive__lists p,
.archive__lists span {
	margin: 0;
	color: #9b9b9b;
	transition: 0.5s linear all;
}

.archive__lists__title {
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.8;
}

.archive__lists__date,
.archive__lists__tags {
	font-size: 1.4rem;
}

.archive__lists__date {
	display: flex;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	padding: 0 0 1rem 0;
}

.archive__lists__date span {
	display: block;
	padding: 0 0 0 2rem;
}

.archive__controls {
	display: flex;
	margin: 20px 0 0 0;
}

.archive__controls a {
	margin: 0 20px 0 0;
	cursor: pointer;
}

.archive__controls a svg {
	display: block;
	transition: 0.5s linear;
	fill: #9b9b9b;
}

.archive__controls a:hover svg {
	fill: #fff;
}

@media screen and (max-width: 1023px) {

	.archive__container {
		display: block;
		padding: 30px 6% 30px 14%;
	}

	.archive__main {
		display: none;
	}

	.archive__lists {
		width: 100%;
		padding: 0;
	}

	.archive__lists__wrapper {
		width: 100%;
		padding: 0;
	}

	.archive__lists a {
		text-decoration: none;
	}

	.archive__lists__item {
		padding: 0 !important;
	}

	.archive__lists__date {
		font-size: 1rem;
	}

	.archive__lists__date span {
		padding: 0 0 0 1rem;
	}

	.archive__lists__title {
		font-size: 1.5rem;
		line-height: 1.6;
	}

	.archive__lists__tags {
		font-size: 1rem;
	}

	.archive__lists__text {
		margin: 1rem 0 0 0;
		font-size: 1rem;
	}

	.archive__lists__text.en {
		font-weight: 300;
		font-size: 1.2rem;
	}

	.archive__lists.sp li {
		padding: 1.6rem 0;
	}

	.archive__lists.sp li:nth-of-type(3n+1) {
		padding: 0 0 1.6rem 0;
	}

	.archive__lists.sp li:nth-of-type(3n+1) .archive__lists__date::after {
		top: 5px;
	}

	.archive__lists.sp li .archive__lists__date::after {
		content: "";
		background-image: url("images/arrow_pulldown.svg");
		background-repeat: no-repeat;
		background-size: contain;
		background-color: transparent;
		width: 10px;
		height: 10px;
		position: absolute;
		top: calc(2rem + 5px);
		right: 0;
		z-index: 999;
		transform: scale(1, 1);
	}

	.archive__lists.sp li.on .archive__lists__date::after {
		transform: scale(1, -1);
	}

	.archive__lists.sp li .pulldown {
		margin: 1rem 0 0 0;
		display: none;
	}

	.archive__lists.sp li .pulldown a {
		padding: 0;
	}

	.archive__controls {
		justify-content: center;
		margin: 20px 0 0 0;
		gap: 0 14%;
	}

	.archive__controls a {
		margin: 0;
	}

	.archive__controls a svg {
		transform: scale(0.8);
	}
}

/* TOP NEWS */
.news__container {
	margin: 0 auto;
	padding: 60px 0 0 70px;
	max-width: 1280px;
}

.news__lists {
	display: flex;
	align-items: center;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.news__lists li {
	width: 50%;
	list-style: none;
}

.news__lists li:nth-child(2),
.news__lists li:nth-child(3) {
	background-color: #171717;
}

.news__lists a {
	display: block;
	height: 100%;
	text-decoration: none;
	padding: 10.2%;
	transition: 0.5s;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

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

	.news__lists a:hover {
		background-color: #f1f1f1;
	}

	.news__lists a:hover h3,
	.news__lists a:hover p {
		color: #000;
	}
}

.news__lists img {
	object-fit: cover;
	width: 100%;
	aspect-ratio: 480 / 320;
}

.news__lists h3,
.news__lists p {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

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

	.news__lists h3,
	.news__lists p {
		transition: 0.5s;
		transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	}
}

.news__lists__title {
	font-size: 1.8rem;
	line-height: 1.5;
	margin: 0 0 0.6em 0;
}

.news__lists__date {
	font-size: 1.6rem;
	margin: 1em 0 0.6em 0;
}

.news__lists__cap p {
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0 0 1em 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 4;
}

@media screen and (max-width: 1023px) {

	.news__container {
		margin: 0;
		padding: 30px 0 0 0;
	}

	.news__lists {
		display: block;
	}

	.news__lists li {
		width: 100%;
	}

	.news__lists li:nth-child(3) {
		background-color: transparent;
	}

	.news__lists li:nth-child(2),
	.news__lists li:nth-child(4) {
		background-color: #171717;
	}

	.news__lists a {
		padding: 20px 6% 10px 14%;
	}

	.news__lists h3,
	.news__lists p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		font-size: 1.3rem;
	}

	.news__lists p {
		font-size: 1.15rem;
		-webkit-line-clamp: 3;
	}

	.news__lists__date {
		font-size: 1.6rem;
		margin: 1em 0 0.6em 0;
	}

	.news__lists__date.en {
		margin: 1em 0 0.3em 0;
	}

	.news__lists__title {
		font-size: 1.5rem;
		margin: 0 0 1em 0;
		-webkit-line-clamp: 2;
	}

	.news__lists__title.en {
		font-size: 1.3rem;
		margin: 0 0 0.6em 0;
	}

	.news__lists__date.en,
	.news__lists__cap.en p {
		font-size: 1.15rem;
	}
}

/* TEAM */
.team-term.archive-page .team__container {
	display: flex;
	margin: 0 auto;
	padding: 70px 0 70px 70px;
	max-width: 1280px;
	flex-wrap: wrap;
	align-items: stretch;
}

.team-term.archive-page .post-team__item {
	width: 33%;
	transition: 0.5s;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.team-term.archive-page .post-team__item:nth-child(2n) {
	background: #171717;
}

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

	.team-term.archive-page .post-team__item:hover {
		background-color: #f1f1f1;
	}

	.team-term.archive-page .post-team__item:hover h2,
	.team-term.archive-page .post-team__item:hover p {
		color: #000;
	}

	.team-term.archive-page .post-team__item:hover img.defo {
		opacity: 0;
		transition: 0.5s linear opacity;
	}

	.team-term.archive-page .post-team__item:hover img.on {
		display: block;
		opacity: 1;
	}
}

.team-term.archive-page .post-team__item a {
	display: block;
	padding: 19%;
	height: 100%;
	text-decoration: none;
}

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

	.team-term.archive-page .post-team__item h2,
	.team-term.archive-page .post-team__item p,
	.team-term.archive-page .post-team__item img {
		transition: 0.5s;
		transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	}
}

.team-term.archive-page .post-team__post {
	font-family: Kanit, monaco, consolas, sans-serif;
	text-align: center;
	font-size: 1.9rem;
	font-weight: 400;
	margin: 1em 0 0.75em 0;
	line-height: 1.3;
}

.team-term.archive-page .post-team__thumbnail {
	position: relative;
}

.team-term.archive-page .post-team__thumbnail .defo {
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 1;
	display: block;
}

.team-term.archive-page .post-team__thumbnail .on {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
}

.team-term.archive-page .post-team__title {
	font-size: 1.9rem;
	text-align: center;
	font-weight: 300;
	line-height: 1;
	margin: 0;
}

.team-term.archive-page .post-team__texts {
	font-size: 1.6rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	line-height: 1.6;
	overflow: hidden;
}

.team-term.archive-page .post-team__texts.en {
	font-family: 1.7rem;
	font-weight: 300;
}

.team-term.archive-page .creators__container {
	display: flex;
	margin: 0 auto;
	padding: 70px 0 0 70px;
	max-width: 1280px;
	flex-wrap: wrap;
	align-items: stretch;
}

.team-term.archive-page .creators__container .post-news__item {
	width: 50%;
	display: block;
}

.team-term.archive-page .creators__container .post-news__item a {
	display: block;
	height: 100%;
	text-decoration: none;
	padding: 10.2%;
	transition: 0.5s;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

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

	.team-term.archive-page .creators__container .post-news__item a:hover {
		background-color: #f1f1f1;
	}

	.team-term.archive-page .creators__container .post-news__item a:hover > h3,
	.team-term.archive-page .creators__container .post-news__item a:hover > p {
		color: #000;
	}
}

.team-term.archive-page .creators__container .post-news__item a img {
	object-fit: cover;
	width: 100%;
	aspect-ratio: 480 / 320;
}

.team-term.archive-page .creators__container .post-news__item h3,
.team-term.archive-page .creators__container .post-news__item p {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	line-height: 1.3;
}

.team-term.archive-page .creators__container .post-news__item:nth-child(2),
.team-term.archive-page .creators__container .post-news__item:nth-child(3) {
	background: #171717;
}

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

	.team-term.archive-page .creators__container .post-news__item:hover {
		background-color: #f1f1f1;
	}

	.team-term.archive-page .creators__container .post-news__item:hover h3,
	.team-term.archive-page .creators__container .post-news__item:hover p {
		color: #000;
	}

	.team-term.archive-page .creators__container .post-news__item:hover .post-press__button {
		color: #000;
		border: 1px solid #000;
	}
}

.team-term.archive-page .creators__container .post-news h3,
.team-term.archive-page .creators__container .post-news p {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

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

	.team-term.archive-page .creators__container .post-news h3,
	.team-term.archive-page .creators__container .post-news p {
		transition: 0.5s;
		transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	}
}

.team-term.archive-page .creators__container .post-news__title {
	font-size: 1.8rem;
	line-height: 1.6;
	margin: 0 0 0.6em 0;
}

.team-term.archive-page .creators__container .post-news__date {
	font-size: 1.6rem;
	margin: 1em 0 0.6em 0;
}

.team-term.archive-page .creators__container .post-news__texts p {
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 0 0 1em 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 4;
}

.team-term.single-page .team__container {
	display: flex;
	margin: 0 auto;
	padding: 130px 130px 70px 130px;
	max-width: 1280px;
}

.team-term.single-page .team__container .post-thumbnail {
	width: 40%;
}

.team-term.single-page .team__container .post-thumbnail img {
	width: 100%;
	height: auto;
}

.team-term.single-page .team__container .post-texts {
	width: 70%;
	padding: 0 0 0 7%;
}

.team-term.single-page .team__container .post-sub__title,
.team-term.single-page .team__container .post-title,
.team-term.single-page .team__container .post-products__title {
	margin: 0 0 0.6em 0;
	font-size: 2rem;
	font-weight: 400;
}

.team-term.single-page .team__container .post-sub__title {
	font-family: Kanit, monaco, consolas, sans-serif;
}

.team-term.single-page .team__container .post-content {
	margin: 0;
	font-size: 1.6rem;
}

.team-term.single-page .team__container .post-content.en {
	font-weight: 300;
}

.team-term.single-page .team__container .post-products__title,
.team-term.single-page .team__container .post h3.wp-block-heading {
	font-size: 1.5rem;
	font-weight: 600;
	margin: 4em 0 0.8em 0;
}

.team-term.single-page .team__container .post .en h3.wp-block-heading {
	font-weight: 300;
}

.team-term.single-page .team__container .post ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

.team-term.single-page .team__container .post li {
	font-size: 1.5rem;
}

.team-term.single-page .team__page__controller {
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 130px 70px 130px;
	display: flex;
	justify-content: space-between;
}

.team-term.single-page .team__page__controller a {
	font-size: 1.5rem;
	font-weight: 300;
	text-decoration: none;
	padding: 0 1rem;
}

.team-term.single-page .team__page__controller svg {
	display: block;
	fill: #9b9b9b;
	margin: 0.3em 0;
}

.team-term.single-page .team__prev {
	display: flex;
}

.team-term.single-page .team__next {
	display: flex;
}

@media screen and (max-width: 1023px) {

	.team-term.archive-page .team__container {
		display: flex;
		margin: 0 0 0 8%;
		padding: 115px 0 40px 0;
		flex-wrap: wrap;
		align-items: stretch;
	}

	.team-term.archive-page .post-team__item {
		width: 50%;
		background: transparent;
	}

	.team-term.archive-page .post-team__item a {
		display: block;
		padding: 12%;
		height: 100%;
		text-decoration: none;
	}

	.team-term.archive-page .post-team__item:nth-child(2n + 1),
	.team-term.archive-page .post-team__item:nth-child(2n + 2),
	.team-term.archive-page .post-team__item:nth-child(2n + 5),
	.team-term.archive-page .post-team__item:nth-child(2n + 6) {
		background: #171717;
	}

	.team-term.archive-page .post-team__item:nth-child(1),
	.team-term.archive-page .post-team__item:nth-child(4),
	.team-term.archive-page .post-team__item:nth-child(5),
	.team-term.archive-page .post-team__item:nth-child(8),
	.team-term.archive-page .post-team__item:nth-child(9),
	.team-term.archive-page .post-team__item:nth-child(12),
	.team-term.archive-page .post-team__item:nth-child(13),
	.team-term.archive-page .post-team__item:nth-child(16) {
		background: transparent;
	}

	.team-term.archive-page .post-team__post {
		margin-top: 1em;
		font-size: 1.25rem;
		letter-spacing: 1px;
	}

	.team-term.archive-page .post-team__thumbnail .defo {
		position: absolute;
		opacity: 0;
		display: none;
	}

	.team-term.archive-page .post-team__thumbnail .on {
		position: relative;
		opacity: 1;
		display: block;
	}

	.team-term.archive-page .post-team__title {
		font-size: 1.25rem;
		margin: 1em 0 0 0;
	}

	.team-term.archive-page .post-team__title.en {
		font-size: 1.3rem;
	}

	.team-term.archive-page .post-team__texts p {
		font-size: 1.1rem;
	}

	.team-term.archive-page .creators__container {
		display: block;
		margin: 0 0 0 8%;
		padding: 0;
		flex-wrap: wrap;
		align-items: stretch;
	}

	.team-term.archive-page .creators__container .post-news__item {
		width: 100%;
		display: block;
	}

	.team-term.archive-page .creators__container .post-news__item a {
		display: block;
		height: 100%;
		padding: 20px 6%;
	}

	.team-term.archive-page .creators__container .post-news__item h3 {
		line-height: 1.3;
	}

	.team-term.archive-page .creators__container .post-news__item:nth-child(odd) {
		background: transparent;
	}

	.team-term.archive-page .creators__container .post-news__item:nth-child(even) {
		background: #171717;
	}

	.team-term.archive-page .creators__container .post-news__date {
		font-size: 1.15rem;
		margin: 1em 0 0.7em 0;
	}

	.team-term.archive-page .creators__container .post-news__title {
		font-size: 1.3rem;
		font-weight: 700;
		margin: 0 0 0.7em 0;
	}

	.team-term.archive-page .creators__container .post-news__title.en {
		font-size: 1.3rem;
		margin: 0 0 0.6em 0;
		font-weight: 700;
	}

	.team-term.archive-page .creators__container .post-news__texts p {
		font-size: 1.15rem;
		line-height: 1.5;
		-webkit-line-clamp: 3;
	}

	.team-term.archive-page .creators__container .post-news__texts.en p {
		font-size: 1.3rem;
	}

	.team-term.single-page .team__container {
		display: block;
		margin: 0 0 0 8%;
		padding: 130px 6% 0 6%;
	}

	.team-term.single-page .team__container .post-thumbnail {
		width: 100%;
	}

	.team-term.single-page .team__container .post-texts {
		width: 100%;
		padding: 0;
	}

	.team-term.single-page .team__container .post-sub__title,
	.team-term.single-page .team__container .post-title,
	.team-term.single-page .team__container .post-products__title {
		text-align: center;
		margin: 0 0 0.6em 0;
		font-size: 2.1rem;
	}

	.team-term.single-page .team__container .post-sub__title {
		font-size: 2.2rem;
		margin: 1em 0 0 0;
	}

	.team-term.single-page .team__container .post-content {
		margin: 0;
		font-size: 1em;
		font-size: 1.6rem;
	}

	.team-term.single-page .team__container .post-products__title {
		margin: 2em 0 0.8em 0;
		font-size: 1.3rem;
		text-align: left;
		font-weight: 400;
	}

	.team-term.single-page .team__container .post li {
		font-size: 1.3rem;
	}

	.team-term.single-page .team__page__controller {
		padding: 30px 7% 0 15%;
	}

	.team-term.single-page .team__page__controller a {
		font-size: 1.5rem;
		text-decoration: none;
		padding: 0 1rem;
	}

	.team-term.single-page .team__page__controller svg {
		transform: scale(70%);
	}
}

/* CAREER */
.career-term.career-page .career__index {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 130px 40px 60px 70px;
	max-width: 1280px;
}

.career-term.career-page .career__index__thumb {
	width: 37.5%;
}

.career-term.career-page .career__index__thumb img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

.career-term.career-page .career__index__texts {
	width: 65.5%;
	padding: 0 0 0 40px;
	font-size: 1.6rem;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.career-term.career-page .career__index__texts.en {
	font-size: 1.7rem;
	padding: 0 11% 0 40px;
}

.career-term.career-page .career__index__texts p:first-child {
	margin: 0 0 0.8em 0;
}

.career-term.career-page .career__index__texts p {
	margin: 0.8em 0 0 0;
}

.career-term.career-page .career__slide {
	margin: 0 auto;
	padding: 60px 0 60px 70px;
	max-width: 1280px;
}

.career-term.career-page .career__joboffer {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 auto;
	padding: 60px 0 60px 70px;
	max-width: 1280px;
}

.career-term.career-page .career__joboffer .post-career__item {
	width: 50%;
	padding: 5%;
}

.career-term.career-page .career__joboffer .post-career__item:nth-child(2),
.career-term.career-page .career__joboffer .post-career__item:nth-child(3),
.career-term.career-page .career__joboffer .post-career__item:nth-child(6),
.career-term.career-page .career__joboffer .post-career__item:nth-child(7),
.career-term.career-page .career__joboffer .post-career__item:nth-child(9),
.career-term.career-page .career__joboffer .post-career__item:nth-child(10),
.career-term.career-page .career__joboffer .post-career__item:nth-child(11) {
	background: #171717;
}

.career-term.career-page .career__joboffer .post-career__title {
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0;
	font-family: Kanit, monaco, consolas, sans-serif;
}

.career-term.career-page .career__joboffer .post-career__texts {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.career-term.career-page .career__joboffer .post-career__texts h3 {
	font-size: 2rem;
	line-height: 1.6;
}

.career-term.career-page .career__joboffer .post-career__texts h4 {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 2em 0 0 0;
}

.career-term.career-page .career__joboffer .post-career__texts ul {
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 1.6rem;
}

.career-term.career-page .career__joboffer .post-career__texts p {
	font-size: 1.6rem;
}

.career-term.career-page .career__joboffer .post-career__button {
	margin: 2em 0;
	font-family: Kanit, monaco, consolas, sans-serif;
	font-size: 1.8rem;
	letter-spacing: 2px;
	font-weight: 500;
}

.career-term.career-page .career__joboffer .post-career__button a {
	text-decoration: none;
	display: inline-block;
	padding: 0.5em 5em;
	border: 1px solid #fff;
	border-radius: 4px;
	transition: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.career-term.career-page .career__joboffer .post-career__button a:hover {
	background: #f1f1f1;
	color: #000;
}

.career-term.career-page .career__form {
	padding: 60px 0 0 calc(5% + 70px);
	margin: 0 auto;
	max-width: 1280px;
}

.career-term.career-page .career__form p {
	display: flex;
	align-items: center;
	font-size: 1.8rem;
}

.career-term.career-page .career__form p label {
	display: block;
	width: 12em;
	font-size: 1.8rem;
}

.career-term.career-page .career__form form p {
	margin: 1.6em 0 0 0;
}

.career-term.career-page .career__form input,
.career-term.career-page .career__form select,
.career-term.career-page .career__form textarea {
	width: 49em;
	font-size: 1.2rem;
	padding: 0.7em;
}

.career-term.career-page .career__form input[type="file"] {
	display: none;
}

.career-term.career-page .career__form .input_file label:nth-child(2n) {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 0.7em;
	width: 49em;
	font-size: 1.2rem;
	text-align: center;
}

.career-term.career-page .career__form .input_message p {
	align-items: flex-start;
}

.career-term.career-page .career__form .post-selection span {
	position: relative;
}

.career-term.career-page .career__form .post-selection span::after {
	content: "";
	position: absolute;
	border: 6px solid #fff;
	border-bottom: 0;
	border-left-color: transparent;
	border-right-color: transparent;
	top: calc(50% - 3px);
	right: 1em;
	width: 0;
	height: 0;
}

.career-term.career-page .career__form select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}

.career-term.career-page .career__form input[type="submit"] {
	width: 20em;
	font-size: 1.8rem;
	margin: 0 0 0 18em;
}

.career-term.career-page .wpcf7 form.invalid .wpcf7-response-output,
.career-term.career-page .wpcf7 form.unaccepted .wpcf7-response-output,
.career-term.career-page .wpcf7 form.payment-required .wpcf7-response-output {
	padding: 0 0 0 12em;
}

@media screen and (max-width: 1023px) {

	.career-term.career-page .career__index {
		display: block;
		margin: 0 6% 0 14%;
		padding: 100px 0 60px 0;
	}

	.career-term.career-page .career__index__thumb {
		width: 100%;
	}

	.career-term.career-page .career__index__texts {
		width: 100%;
		padding: 20px 0;
	}

	.career-term.career-page .career__index__texts.en {
		width: 100%;
		padding: 20px 0;
		font-family: Montserrat, "Zen Kaku Gothic Antique", -apple-system, BlinkMacSystemFont, sans-serif;
		font-weight: 300;
	}

	.career-term.career-page .career__index__texts.en p {
		margin: 1.5em 0;
		font-size: 1.3rem;
	}

	.career-term.career-page .career__index__texts p {
		margin: 1.5em 0;
		font-size: 1.4rem;
	}

	.career-term.career-page .career__index__texts p:first-child {
		margin: 0 0 1em 0;
	}

	.career-term.career-page .career__slide {
		margin: 0;
		padding: 40px 0 0;
	}

	.career-term.career-page .career__joboffer {
		display: block;
		margin: 50px 0 0 8%;
		padding: 20px 0 0 0;
	}

	.career-term.career-page .career__joboffer .post-career__item {
		width: 100%;
		padding: 40px 6% 10px 6%;
	}

	.career-term.career-page .career__joboffer .post-career__item:nth-child(odd) {
		background: transparent;
	}

	.career-term.career-page .career__joboffer .post-career__item:nth-child(even) {
		background: #171717;
	}

	.career-term.career-page .career__joboffer .post-career__title {
		font-size: 1.5rem;
		margin: 0;
	}

	.career-term.career-page .career__joboffer .post-career__title.en {
		font-size: 1.75rem;
	}

	.career-term.career-page .career__joboffer .post-career__texts h3 {
		font-size: 2rem;
	}

	.career-term.career-page .career__joboffer .post-career__texts h4 {
		font-size: 1.5rem;
		margin: 1.5em 0 0 0;
	}

	.career-term.career-page .career__joboffer .post-career__texts p,
	.career-term.career-page .career__joboffer .post-career__texts li {
		font-size: 1.2rem;
	}

	.career-term.career-page .career__joboffer .post-career__texts p {
		margin: 0.5em 0 0 0;
	}

	.career-term.career-page .career__joboffer .post-career__button {
		margin: 2em 0;
		font-size: 1.6rem;
		letter-spacing: 4px;
	}

	.career-term.career-page .career__joboffer .post-career__button a {
		width: 100%;
		text-align: center;
		padding: 0.5em 5em;
		border-radius: 4px;
	}

	.career-term.career-page .career__form {
		padding: 20px 0 0 0;
		margin: 0 6% 0 14%;
	}

	.career-term.career-page .career__form p {
		display: block;
	}

	.career-term.career-page .career__form p label {
		display: block;
		width: 100%;
		font-size: 1.3rem;
		margin: 1.5em 0 0.5em 0;
	}

	.career-term.career-page .career__form form {
		margin: 0;
	}

	.career-term.career-page .career__form input,
	.career-term.career-page .career__form select,
	.career-term.career-page .career__form textarea {
		width: 100%;
		font-size: 1.2rem;
		padding: 0.5em;
	}

	.career-term.career-page .career__form select {
		padding: 0.5em 2em 0.5em 0.5em;
	}

	.career-term.career-page .career__form input[type="submit"] {
		width: 100%;
		margin: 0;
		font-size: 1.6rem;
		font-weight: 500;
		letter-spacing: 2px;
		padding: 1em 0;
	}

	.career-term.career-page .career__form .input_file label:nth-child(2n) {
		width: 100%;
		font-size: 1.3rem;
		margin: 0;
		padding: 0.5em;
	}

	.career-term.career-page .career__form .wpcf7-not-valid-tip {
		font-size: 1.2rem;
	}

	.career-term.career-page .wpcf7 form.invalid .wpcf7-response-output,
	.career-term.career-page .wpcf7 form.unaccepted .wpcf7-response-output,
	.career-term.career-page .wpcf7 form.payment-required .wpcf7-response-output {
		padding: 0;
	}
}

/* NEWS */
.news-term.archive-page .news__container {
	display: flex;
	margin: 0 auto;
	padding: 70px 0 0 70px;
	max-width: 1280px;
	flex-wrap: wrap;
	align-items: stretch;
}

.news-term.archive-page .post-news__item {
	width: 50%;
	display: block;
}

@media screen and (max-width: 1023px) {

	.news-term.archive-page .post-news__item {
		width: 100%;
	}
}

.news-term.archive-page .post-news__item a {
	display: block;
	height: 100%;
	text-decoration: none;
	padding: 10.2%;
	transition: 0.5s;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

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

	.news-term.archive-page .post-news__item a:hover {
		background-color: #f1f1f1;
	}

	.news-term.archive-page .post-news__item a:hover > h3,
	.news-term.archive-page .post-news__item a:hover > p {
		color: #000;
	}
}

.news-term.archive-page .post-news__item a img {
	object-fit: cover;
	width: 100%;
	aspect-ratio: 480 / 320;
}

.news-term.archive-page .post-news__item:nth-child(2),
.news-term.archive-page .post-news__item:nth-child(3),
.news-term.archive-page .post-news__item:nth-child(6),
.news-term.archive-page .post-news__item:nth-child(7),
.news-term.archive-page .post-news__item:nth-child(10),
.news-term.archive-page .post-news__item:nth-child(11),
.news-term.archive-page .post-news__item:nth-child(14),
.news-term.archive-page .post-news__item:nth-child(15),
.news-term.archive-page .post-news__item:nth-child(18),
.news-term.archive-page .post-news__item:nth-child(19) {
	background: #171717;
}

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

	.news-term.archive-page .post-news__item:hover {
		background-color: #f1f1f1;
	}

	.news-term.archive-page .post-news__item:hover h3,
	.news-term.archive-page .post-news__item:hover p {
		color: #000;
	}

	.news-term.archive-page .post-news__item:hover .post-press__button {
		color: #000;
		border: 1px solid #000;
	}
}

.news-term.archive-page .post-news__item h3,
.news-term.archive-page .post-news__item p {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

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

	.news-term.archive-page .post-news__item h3,
	.news-term.archive-page .post-news__item p {
		transition: 0.5s;
		transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	}
}

.news-term.archive-page .post-news__title {
	font-size: 1.8rem;
	line-height: 1.5;
	margin: 0 0 0.6em 0;
}

.news-term.archive-page .post-news__date {
	font-size: 1.6rem;
	margin: 1em 0 0.6em 0;
}

.news-term.archive-page .post-news__texts p {
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0 0 1em 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 4;
}

.news-term.archive-page .news__page__controller {
	margin: 0 auto;
	max-width: 1280px;
	padding: 40px 0 70px 0;
	display: flex;
	justify-content: flex-end;
}

.news-term.archive-page .news__page__controller__inner {
	width: 200px;
	display: flex;
	justify-content: flex-end;
}

.news-term.archive-page .news__page__controller .page-numbers {
	display: none;
}

.news-term.archive-page .news__page__controller a {
	font-size: 1.5rem;
	font-weight: 300;
	text-decoration: none;
}

.news-term.archive-page .news__page__controller svg {
	display: block;
	fill: #9b9b9b;
	margin: 0.3em 1rem;
}

.news-term.archive-page .news__page__controller .prev {
	display: flex;
	padding: 0 1rem 0 0;
}

.news-term.archive-page .news__page__controller .next {
	display: flex;
	padding: 0 0 0 1rem;
	justify-content: flex-end;
}

.news-term.single-page .news__container {
	width: 90%;
	max-width: 720px;
	margin: 0 auto;
	padding: 130px 0 0 70px;
}

.news-term.single-page .news__container figure {
	margin: 3em 0 1.5em 0;
}

.news-term.single-page .news__container img {
	width: 100%;
	height: auto;
}

.news-term.single-page .news__container a {
	word-break: break-all;
}

.news-term.single-page .news__container p {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.news-term.single-page .news__container .post-date {
	font-size: 2rem;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	margin: 1em 0;
}

.news-term.single-page .news__container .post-title {
	margin: 0 0 2em 0;
	font-size: 2.2rem;
	line-height: 1.6;
	font-weight: 400;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.news-term.single-page .news__container .post-content {
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.6;
}

.news-term.single-page .news__page__controller {
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 130px 70px 130px;
	display: flex;
	justify-content: space-between;
}

.news-term.single-page .news__page__controller a {
	font-size: 1.5rem;
	font-weight: 300;
	text-decoration: none;
	padding: 0 1rem;
}

.news-term.single-page .news__page__controller svg {
	display: block;
	fill: #9b9b9b;
	margin: 0.3em 0;
}

.news-term.single-page .news__prev {
	display: flex;
}

.news-term.single-page .news__next {
	display: flex;
}

@media screen and (max-width: 1023px) {

	.news-term.archive-page .news__container {
		display: block;
		margin: 0 0 0 8%;
		padding: 50px 0 0 0;
	}

	.news-term.archive-page .post-news__item {
		width: 100%;
	}

	.news-term.archive-page .post-news__item a {
		padding: 20px 6.5% 20px 6.5%;
	}

	.news-term.archive-page .post-news__item:nth-child(odd) {
		background: transparent;
	}

	.news-term.archive-page .post-news__item:nth-child(even) {
		background: #171717;
	}

	.news-term.archive-page .post-news__item h3 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.news-term.archive-page .post-news__date {
		font-size: 1.15rem;
		margin: 0.6em 0;
	}

	.news-term.archive-page .post-news__date.en {
		font-size: 1.15em;
	}

	.news-term.archive-page .post-news__title {
		font-size: 1.3rem;
	}

	.news-term.archive-page .post-news__title.en {
		font-size: 1.3em;
	}

	.news-term.archive-page .post-news__texts p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		font-size: 1.15rem;
		margin-bottom: 0;
	}

	.news-term.archive-page .post-news__texts.en p {
		font-size: 1.15em;
	}

	.news-term.archive-page .news__page__controller {
		padding: 30px 7% 0 15%;
	}

	.news-term.archive-page .news__page__controller__inner {
		width: 100%;
		justify-content: flex-end;
	}

	.news-term.archive-page .news__page__controller li {
		display: inline-block;
	}

	.news-term.archive-page .news__page__controller span,
	.news-term.archive-page .news__page__controller a {
		font-size: 1.5rem;
		text-decoration: none;
		padding: 0 1rem;
	}

	.news-term.archive-page .news__page__controller svg {
		transform: scale(70%);
	}

	.news-term.archive-page .news__page__controller .prev {
		width: 100%;
	}

	.news-term.single-page .news__container {
		width: 100%;
		padding: 100px 6% 20px 14%;
	}

	.news-term.single-page .news__container figure {
		margin: 1em 0 0.5em 0;
	}

	.news-term.single-page .news__container .post-date {
		font-size: 1.5rem;
		margin: 1em 0;
	}

	.news-term.single-page .news__container .post-date.en {
		font-size: 1.5rem;
	}

	.news-term.single-page .news__container .post-title {
		margin: 0 0 1em 0;
		font-size: 1.75rem;
		font-weight: 500;
		line-height: 1.3;
	}

	.news-term.single-page .news__container .post-title.en {
		font-size: 1.75rem;
		font-family: Montserrat, "Zen Kaku Gothic Antique", -apple-system, BlinkMacSystemFont, sans-serif;
	}

	.news-term.single-page .news__container .post-content {
		font-size: 1.4rem;
	}

	.news-term.single-page .news__container .post-content.en {
		font-size: 1.4rem;
		font-family: Montserrat, "Zen Kaku Gothic Antique", -apple-system, BlinkMacSystemFont, sans-serif;
	}

	.news-term.single-page .news__page__controller {
		padding: 0 7% 0 15%;
	}

	.news-term.single-page .news__page__controller a {
		font-size: 1.5rem;
		text-decoration: none;
		padding: 0 1rem;
	}

	.news-term.single-page .news__page__controller svg {
		transform: scale(70%);
	}
}

/* PRESS */
.press-term.archive-page .press__container {
	display: flex;
	margin: 0 auto;
	padding: 70px 0 0 70px;
	max-width: 1280px;
	flex-wrap: wrap;
	align-items: stretch;
}

.press-term.archive-page .post-press__item {
	width: 50%;
	display: block;
	padding: 5%;
	transition: 0.5s;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.press-term.archive-page .post-press__item:nth-child(2),
.press-term.archive-page .post-press__item:nth-child(3),
.press-term.archive-page .post-press__item:nth-child(6),
.press-term.archive-page .post-press__item:nth-child(7),
.press-term.archive-page .post-press__item:nth-child(10),
.press-term.archive-page .post-press__item:nth-child(11),
.press-term.archive-page .post-press__item:nth-child(14),
.press-term.archive-page .post-press__item:nth-child(15),
.press-term.archive-page .post-press__item:nth-child(18),
.press-term.archive-page .post-press__item:nth-child(19) {
	background: #171717;
}

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

	.press-term.archive-page .post-press__item:hover {
		background-color: #f1f1f1;
	}

	.press-term.archive-page .post-press__item:hover h2,
	.press-term.archive-page .post-press__item:hover p,
	.press-term.archive-page .post-press__item:hover a {
		color: #000;
	}

	.press-term.archive-page .post-press__item:hover a {
		border: 1px solid #000;
	}
}

.press-term.archive-page .post-press__item h2,
.press-term.archive-page .post-press__item p {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

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

	.press-term.archive-page .post-press__item h2,
	.press-term.archive-page .post-press__item p {
		transition: 0.5s;
		transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	}
}

.press-term.archive-page .post-press__title {
	margin: 1em 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
}

.press-term.archive-page .post-press__texts {
	overflow: hidden;
	font-size: 1.6rem;
	line-height: 1.6;
}

.press-term.archive-page .post-press__button a {
	display: block;
	text-decoration: none;
	font-size: 1.8rem;
	font-family: Kanit, monaco, consolas, sans-serif;
	margin: 1em 0 0;
	border: 1px solid #fff;
	width: 100%;
	text-align: center;
	letter-spacing: 2px;
	padding: 0.5em;
	border-radius: 4px;
}

.press-term.single-page .press__container {
	display: flex;
	margin: 0 130px;
	padding: 130px 0 0 0;
}

.press-term.single-page .press__container .post-thumbnail {
	width: 30%;
}

.press-term.single-page .press__container .post-thumbnail img {
	width: 100%;
	height: auto;
}

.press-term.single-page .press__container .post-texts {
	width: 70%;
	padding: 0 0 0 7%;
}

.press-term.single-page .press__container .post-sub__title,
.press-term.single-page .press__container .post-title,
.press-term.single-page .press__container .post-products__title {
	margin: 0 0 0.6em 0;
	font-size: 1.4rem;
	font-weight: 300;
}

.press-term.single-page .press__container .post-content {
	margin: 0;
	font-size: 1.1rem;
}

.press-term.single-page .press__container .post-products__title {
	font-size: 0.9rem;
	margin: 4em 0 0.8em 0;
}

.press-term.single-page .press__container .post-products__lists ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

.press-term.single-page .press__container .post-products__lists ul li {
	font-size: 0.9rem;
}

@media screen and (max-width: 1023px) {

	.press-term.archive-page .press__container {
		display: block;
		margin: 0 0 0 8%;
		padding: 70px 0 0 0;
	}

	.press-term.archive-page .post-press__item {
		width: 100%;
		padding: 30px 6%;
	}

	.press-term.archive-page .post-press__item:nth-child(odd) {
		background: transparent;
	}

	.press-term.archive-page .post-press__item:nth-child(even) {
		background: #171717;
	}

	.press-term.archive-page .post-press__item h2,
	.press-term.archive-page .post-press__item p {
		font-family: "Zen Kaku Gothic Antique", sans-serif;
	}
}

@media screen and (max-width: 1023px) and (min-width: 1024px) {

	.press-term.archive-page .post-press__item h2,
	.press-term.archive-page .post-press__item p {
		transition: 0.5s;
		transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	}
}

@media screen and (max-width: 1023px) {

	.press-term.archive-page .post-press__title {
		margin: 1em 0 0;
		font-size: 1.75rem;
	}

	.press-term.archive-page .post-press__texts {
		font-size: 1.4rem;
	}
}

.contact.page {
	margin: 0;
}

.contact.page .contact__container {
	padding: 130px 0 0 calc(5% + 70px);
	margin: 0 auto;
	max-width: 1280px;
}

.contact.page .contact__container > p {
	padding: 30px 0 60px 0;
	font-size: 1.5rem;
}

.contact.page .wpcf7 p {
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	margin: 0 0 1.5em 0;
}

.contact.page .wpcf7 p label {
	display: block;
	width: 14em;
	font-size: 1.8rem;
}

.contact.page .wpcf7 form > p {
	margin: 0;
}

.contact.page .wpcf7 .input_message p {
	align-items: flex-start;
}

.contact.page .wpcf7 input,
.contact.page .wpcf7 select,
.contact.page .wpcf7 textarea {
	font-size: 1.2rem;
	padding: 0.7em;
	width: 55em;
}

.contact.page .wpcf7 input[type="submit"] {
	width: 20em;
	font-size: 1.8rem;
	letter-spacing: 2px;
	margin: 0 0 0 22.5em;
	padding: 1em 0;
}

.contact.page .wpcf7 .selection span {
	position: relative;
}

.contact.page .wpcf7 .selection span::after {
	content: "";
	position: absolute;
	border: 6px solid #fff;
	border-bottom: 0;
	border-left-color: transparent;
	border-right-color: transparent;
	top: calc(50% - 3px);
	right: 1em;
	width: 0;
	height: 0;
}

.contact.page .wpcf7 select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}

.contact.page .wpcf7 form.invalid .wpcf7-response-output,
.contact.page .wpcf7 form.unaccepted .wpcf7-response-output,
.contact.page .wpcf7 form.payment-required .wpcf7-response-output {
	padding: 0 0 0 14em;
}

@media screen and (max-width: 1023px) {

	.contact.page .contact__container {
		display: block;
		margin: 0 0 0 8%;
		padding: 70px 6% 0 6%;
	}

	.contact.page .contact__container > p {
		padding: 30px 0 0 0;
		font-size: 1.15rem;
	}

	.contact.page .wpcf7 {
		padding: 5px 0 0 0;
		margin: 0;
	}

	.contact.page .wpcf7 p {
		display: block;
	}

	.contact.page .wpcf7 p label {
		display: block;
		width: 100%;
		font-size: 1.3rem;
		margin: 1.5em 0 0.5em 0;
	}

	.contact.page .wpcf7 form {
		margin: 0;
	}

	.contact.page .wpcf7 input,
	.contact.page .wpcf7 select,
	.contact.page .wpcf7 textarea {
		width: 100%;
	}

	.contact.page .wpcf7 input[type="submit"] {
		width: 100%;
		margin: 0;
		font-size: 1.6rem;
	}

	.contact.page .wpcf7 form.invalid .wpcf7-response-output,
	.contact.page .wpcf7 form.unaccepted .wpcf7-response-output,
	.contact.page .wpcf7 form.payment-required .wpcf7-response-output {
		padding: 0;
	}
}

.term__close__button {
	position: absolute;
	top: 110px;
	left: 0;
	width: 100%;
	height: 16px;
}

@media screen and (max-width: 1023px) {

	.term__close__button {
		top: 90px;
		z-index: 997;
	}
}

.term__close__button__container {
	position: relative;
	width: 88%;
	height: 16px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 130px 0 70px;
}

@media screen and (max-width: 1023px) {

	.term__close__button__container {
		padding: 0;
	}
}

.term__close__button a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 16px;
}

/* FORM */
.wpcf7-not-valid-tip {
	padding: 0.5em 0;
	color: #fff;
}

.wpcf7 form .wpcf7-response-output {
	margin: 4em 0;
	padding: 0;
	border: none;
	text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border: none;
	text-align: center;
}

/* COMPANY PRIVACY */
.company.page,
.privacy.page,
.onlinestore.page {
	margin: 0;
}

.company.page .company__container,
.company.page .privacy__container,
.privacy.page .company__container,
.privacy.page .privacy__container,
.onlinestore.page .company__container,
.onlinestore.page .privacy__container {
	width: 90%;
	max-width: 860px;
	margin: 0 auto;
	padding: 130px 0 0 35px;
}

@media screen and (max-width: 1023px) {

	.company.page .company__container,
	.company.page .privacy__container,
	.privacy.page .company__container,
	.privacy.page .privacy__container,
	.onlinestore.page .company__container,
	.onlinestore.page .privacy__container {
		width: 100%;
		padding: 100px 6% 0 14%;
	}
}

.company.page h2,
.privacy.page h2,
.onlinestore.page h2 {
	font-size: 1.7rem;
	font-weight: 300;
	padding: 0 0 0.5em 0;
	margin: 2em 0;
	border-bottom: 1px solid #fff;
}

@media screen and (max-width: 1023px) {

	.company.page h2,
	.privacy.page h2,
	.onlinestore.page h2 {
		font-size: 1.2em;
	}
}

.company.page h2.comingsoon,
.privacy.page h2.comingsoon,
.onlinestore.page h2.comingsoon {
	padding: 350px 0 140px 70px;
	border: none;
	text-align: center;
	font-family: Montserrat, "Zen Kaku Gothic Antique", -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 2px;
}

@media screen and (max-width: 1023px) {

	.company.page h2.comingsoon,
	.privacy.page h2.comingsoon,
	.onlinestore.page h2.comingsoon {
		padding: 30vh 0;
		font-size: 1.75rem;
	}
}

.company.page p,
.privacy.page p,
.onlinestore.page p {
	font-size: 1.6rem;
	letter-spacing: 2px;
	margin-bottom: 2em;
}

.company.page p:last-child,
.privacy.page p:last-child,
.onlinestore.page p:last-child {
	margin-bottom: 0;
}

.company.page dl,
.privacy.page dl,
.onlinestore.page dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.6rem;
	letter-spacing: 2px;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	padding: 0 0 3em 0;
	border-bottom: 1px solid #fff;
}

@media screen and (max-width: 1023px) {

	.company.page dl,
	.privacy.page dl,
	.onlinestore.page dl {
		font-size: 1.1em;
	}
}

.company.page dl dt,
.privacy.page dl dt,
.onlinestore.page dl dt {
	width: 36%;
	margin: 1.5em 0;
	padding: 0;
	font-size: 1.6rem;
	font-weight: 300;
}

@media screen and (max-width: 1023px) {

	.company.page dl dt,
	.privacy.page dl dt,
	.onlinestore.page dl dt {
		width: 100%;
		margin: 0.5em 0 0.25em 0;
	}
}

.company.page dl dd,
.privacy.page dl dd,
.onlinestore.page dl dd {
	width: 64%;
	margin: 1.5em 0;
	padding: 0;
}

@media screen and (max-width: 1023px) {

	.company.page dl dd,
	.privacy.page dl dd,
	.onlinestore.page dl dd {
		width: 100%;
		margin: 0 0 1.5em 0;
	}
}

.company.page .company__container.en h2,
.privacy.page .company__container.en h2,
.onlinestore.page .company__container.en h2 {
	font-size: 1.8rem;
	padding: 0 0 1em 0;
}

.company.page .company__container.en dt,
.company.page .company__container.en dd,
.privacy.page .company__container.en dt,
.privacy.page .company__container.en dd,
.onlinestore.page .company__container.en dt,
.onlinestore.page .company__container.en dd {
	font-size: 1.8rem;
	font-weight: 300;
	font-family: Montserrat, "Zen Kaku Gothic Antique", -apple-system, BlinkMacSystemFont, sans-serif;
}

@media screen and (max-width: 1023px) {

	.company.page .company__container h2 {
		font-size: 1.75rem;
	}

	.company.page .company__container.en dt,
	.company.page .company__container.en dd {
		font-size: 1.4rem;
	}

	.company.page .company__container.en dd {
		font-weight: 500;
	}

	.privacy.page .privacy__container p {
		font-size: 1.15rem;
	}
}

/* SLITTERHEAD */
.slitterhead.page {
	margin: 0;
	overflow: hidden;
}

.slitterhead.page .slitterhead__container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 60px 0 60px 70px;
}

.slitterhead.page .slitterhead__container__tagline__wrapper {
	position: relative;
}

.slitterhead.page .slitterhead__container__tagline__title {
	font-size: 3rem;
	font-weight: 400;
	margin-bottom: 0;
	text-align: center;
}

.slitterhead.page .slitterhead__container__tagline__subtitle {
	font-size: 1.8rem;
	text-align: center;
	font-weight: 300;
}

.slitterhead.page .slitterhead__container__tagline__release {
	font-size: 2.6rem;
	text-align: center;
	font-weight: 400;
	line-height: 1;
	color: #ff0355;
}

.slitterhead.page .slitterhead__container__video {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-bottom: 1rem;
}

.slitterhead.page .slitterhead__container__concept {
	padding-bottom: 4rem;
}

.slitterhead.page .slitterhead__container__concept p {
	text-align: center;
	margin: auto;
	max-width: 800px;
}

.slitterhead.page .slitterhead__container__keypoints_wrapper {
	margin: 4rem 0;
}

.slitterhead.page .slitterhead__container__keypoints_wrapper > * + * {
	margin-top: 8rem;
}

.slitterhead.page .slitterhead__container__keypoint {
	display: grid;
	flex-direction: row;
	align-items: start;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem;
}

.slitterhead.page .slitterhead__container__keypoint__title h3 {
	line-height: normal;
	font-size: 2.4rem;
	font-weight: 400;
	margin: 0;
	color: #ff0355;
	display: inline-block;
}

.slitterhead.page .slitterhead__container__product_information,
.slitterhead.page .slitterhead__container__collector_edition {
	display: grid;
	flex-direction: row;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem;
}

.slitterhead.page .slitterhead__container__product_information__title h3,
.slitterhead.page .slitterhead__container__collector_edition__title h3 {
	font-size: 2.4rem;
	font-weight: 400;
	margin: 0;
	line-height: 1;
	color: #ff0355;
}

.slitterhead.page .slitterhead__container__cero {
	margin: 1rem 0 1rem 0;
}

.slitterhead.page .slitterhead__container__cero img {
	width: 40px;
}

.slitterhead.page .slitterhead__container__stores__title h3 {
	line-height: normal;
	font-size: 2.4rem;
	color: #ff0355;
	text-align: center;
}

.slitterhead.page .slitterhead__container__stores__accordion {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 940px;
	margin: auto;
}

.slitterhead.page .slitterhead__container__stores__accordion__item {
	border-top: 1px solid #9b9b9b;
	flex: 0 0 auto;
	width: 100%;
	transition: width 0.3s ease;
}

.slitterhead.page .slitterhead__container__stores__accordion__item.active .slitterhead__container__stores__accordion__icon {
	transform: rotate(45deg);
}

.slitterhead.page .slitterhead__container__stores__accordion__item.active .slitterhead__container__stores__accordion__content {
	max-height: 400px;
	opacity: 1;
}

.slitterhead.page .slitterhead__container__stores__accordion__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	cursor: pointer;
}

.slitterhead.page .slitterhead__container__stores__accordion__title {
	margin: 0;
	font-size: 1.4rem;
}

.slitterhead.page .slitterhead__container__stores__accordion__icon {
	font-size: 24px;
	transition: transform 0.3s ease;
}

.slitterhead.page .slitterhead__container__stores__accordion__content {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, opacity 0.3s ease;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.slitterhead.page .slitterhead__container__stores__accordion__image {
	width: 340px;
	max-width: 100%;
	padding-bottom: 20px;
	opacity: 100;
	transition: opacity 0.3s ease;
}

.slitterhead.page .slitterhead__container__stores__accordion__image img {
	width: 100%;
	border-radius: 15px;
}

.slitterhead.page .slitterhead__container__stores__accordion__image:hover {
	opacity: 0.85;
	transition: opacity 0.3s ease;
}

.slitterhead.page .slitterhead__container__stores__accordion__button {
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-align: center;
	text-decoration: none;
	padding: 0.5em 5em;
	border: 1px solid #fff;
	border-radius: 4px;
	transition: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.slitterhead.page .slitterhead__container__stores__accordion__button:hover {
	background-color: #fff;
	color: #000;
	transition: opacity 300ms;
}

.slitterhead.page .slitterhead__container__contact {
	margin-top: 8rem;
	text-align: center;
}

.slitterhead.page .slitterhead__container__contact p {
	font-size: 2rem;
	font-weight: 500;
}

@media screen and (max-width: 1350px) {

	.slitterhead.page .slitterhead__container {
		padding: 60px 30px 60px 100px;
	}
}

@media screen and (max-width: 1023px) {

	.slitterhead.page .slitterhead__container {
		display: block;
		margin: 0 6% 0 14%;
		padding: 60px 0 30px 0;
	}

	.slitterhead.page .slitterhead__container.slitterhead__container_first {
		padding: 100px 0 30px 0;
	}
}

.slitterhead.page .buy__button__container {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	align-items: center;
	margin: 2rem 0 4rem 0;
}

.slitterhead.page .buy__button {
	padding: 1.5rem 2rem;
	font-size: 12px;
	max-width: 220px;
	min-width: 204px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	transition: opacity 300ms;
}

.slitterhead.page .buy__button__playstation {
	background-color: #193285;
}

.slitterhead.page .buy__button__xbox {
	background-color: #0e7a0d;
}

.slitterhead.page .buy__button__epic_games {
	background-color: #0072e5;
}

.slitterhead.page .buy__button__steam {
	background-color: #2a475e;
}

.slitterhead.page .buy__button__cero {
	display: block;
}

.slitterhead.page .buy__button__cero img {
	display: block;
}

.slitterhead.page .buy__button img {
	height: 26px;
}

.slitterhead.page .buy__button:hover {
	opacity: 0.85;
	transition: opacity 300ms;
}

.slitterhead.page p {
	font-size: 1.6rem;
	letter-spacing: 2px;
	margin-bottom: 2em;
}

.slitterhead.page p:last-child {
	margin-bottom: 0;
}

.slitterhead.page.ja .slitterhead__container__tagline__title {
	font-weight: 600;
}

.slitterhead.page.ja .slitterhead__container__product_information__title h3,
.slitterhead.page.ja .slitterhead__container__collector_edition__title h3 {
	font-weight: 600;
}

.slitterhead.page.ja .slitterhead__container__keypoint__title h3 {
	font-weight: 600;
}

@media screen and (max-width: 1023px) {

	.slitterhead.page .slitterhead__container__tagline {
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0, 0);
	}

	.slitterhead.page .slitterhead__container__tagline__title {
		font-size: 2rem;
		text-align: left;
	}

	.slitterhead.page .slitterhead__container__tagline__subtitle {
		font-size: 1.4rem;
		text-align: left;
	}

	.slitterhead.page .slitterhead__container__concept {
		margin: 0;
		padding-bottom: 1rem;
	}

	.slitterhead.page .slitterhead__container__concept p {
		text-align: left;
	}

	.slitterhead.page .slitterhead__container__keypoints_wrapper {
		margin: 2rem 0;
	}

	.slitterhead.page .slitterhead__container__keypoints_wrapper > * + * {
		margin-top: 4rem;
	}

	.slitterhead.page .slitterhead__container__keypoint {
		grid-template-columns: none;
	}

	.slitterhead.page .slitterhead__container__keypoint:nth-child(2) > div:first-child {
		order: 1;
	}

	.slitterhead.page .slitterhead__container__keypoint h3 {
		font-size: 1.6rem;
	}

	.slitterhead.page .slitterhead__container__product_information,
	.slitterhead.page .slitterhead__container__collector_edition {
		grid-template-columns: none;
	}

	.slitterhead.page .slitterhead__container__product_information__title h3,
	.slitterhead.page .slitterhead__container__collector_edition__title h3 {
		font-size: 1.6rem;
	}

	.slitterhead.page .slitterhead__container__collector_edition > div:first-child {
		order: 2;
	}

	.slitterhead.page .slitterhead__container__collector_edition > div:last-child {
		order: 1;
	}

	.slitterhead.page .slitterhead__container__cero {
		margin: 1rem 0 3rem 0;
		text-align: center;
	}

	.slitterhead.page .slitterhead__container .buy__button__container {
		align-items: center;
		justify-content: center;
	}

	.slitterhead.page .slitterhead__container__stores {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.slitterhead.page .slitterhead__container__stores__title h3 {
		font-size: 1.6rem;
	}

	.slitterhead.page .slitterhead__container__contact p {
		font-size: 1.4rem;
	}

	.slitterhead.page p {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 500px) {

	.slitterhead.page .slitterhead__container__stores {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
header.site-header {
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	transform: translateY(60px);
	opacity: 0;
	transition: 2s;
	transition-delay: 2s;
	padding: 0 0 0 70px;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

header.site-header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #171717;
	width: 70px;
	height: 70px;
}

@media screen and (max-width: 1023px) {

	header.site-header::before {
		width: 8%;
		height: 62px;
	}
}

header.site-header .site-header-container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
}

header.site-header .site-branding {
	height: 100%;
}

header.site-header .site-branding .custom-logo-link img {
	height: 70px;
	width: auto;
	max-width: none;
}

header.site-header.show {
	transform: translateY(0);
	opacity: 1;
}

.page .site-header,
.archive .site-header,
.single .site-header,
.single-post .site-header {
	transition-delay: 0s;
}

.main-navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.main-navigation .menu-main {
	display: flex;
	margin: 0 26px 0 0;
}

@media screen and (max-width: 1270px) {

	.main-navigation .menu-main {
		margin: 0 20px 0 0;
	}
}

.main-navigation .menu-language {
	text-transform: uppercase;
	display: flex;
	margin: 0 26px;
	font-size: 1.7rem;
	font-weight: 300;
	letter-spacing: 2px;
	color: #9b9b9b;
}

@media screen and (max-width: 1270px) {

	.main-navigation .menu-language {
		margin: 0;
	}
}

.main-navigation .menu-language li:first-child::after {
	content: "/";
}

.main-navigation .menu-language li a {
	color: #9b9b9b;
	padding: 0;
	display: inline-block;
	text-decoration: none;
	font-size: 1.7rem;
}

.main-navigation .menu-language-current {
	color: #fff !important;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	display: block;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 999;
	padding: 10px;
	background: #000;
	opacity: 0;
	transition: 0.3s linear opacity;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: auto;
	padding: 0.2em 0;
	color: #9b9b9b;
}

.main-navigation ul ul a:hover {
	color: #fff;
}

.main-navigation ul li {
	position: relative;
}

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

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
		opacity: 1;
	}
}

.main-navigation ul li.current-menu-item > a {
	color: #fff;
}

.main-navigation ul a {
	display: block;
	text-decoration: none;
	padding: 0 14px;
	color: #9b9b9b;
	transition: 0.3s linear;
	font-size: 1.7rem;
	font-weight: 300;
}

.main-navigation ul a:hover {
	color: #fff;
}

@media screen and (max-width: 1270px) {

	.main-navigation .site-navigation-sns {
		display: none;
	}
}

.main-navigation .site-navigation-sns ul {
	height: 20px;
}

.main-navigation .site-navigation-sns ul li {
	height: 20px;
}

.main-navigation .site-navigation-sns ul li a {
	padding: 0 8px;
}

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

	.main-navigation .site-navigation-sns ul li a {
		fill: #fff;
	}
}

.main-navigation .site-navigation-sns ul li a svg {
	height: 20px;
	width: auto;
}

.main-navigation .site-navigation-sns ul li:last-child a {
	padding: 0 20px 0 8px;
}

@media screen and (max-width: 1023px) {

	header.site-header {
		height: 62px;
		padding: 0;
	}

	header.site-header .site-branding {
		margin: 0;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: calc(-60px + 3%);
	}

	header.site-header .site-branding .custom-logo-link img {
		height: 62px;
	}

	.main-navigation {
		display: flex;
		margin: 0;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.main-navigation .menu-language {
		position: absolute;
		padding: 0;
		left: 14%;
		line-height: 62px;
		top: 0;
		transition: 0.5s;
		transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	}

	.main-navigation .menu-language li a {
		font-size: 1.5rem;
		font-weight: 300;
	}

	.main-navigation .site-navigation-sns {
		display: block;
		position: fixed;
		z-index: 999;
		left: calc(6% - 16px);
		top: 55em;
		transition: 0.5s;
		transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
		transform: translateX(-100vw);
		transform-origin: left center;
	}

	.main-navigation .site-navigation-sns ul {
		display: none;
	}

	.main-navigation .site-navigation-sns ul li a {
		padding: 0 16px !important;
	}

	.main-navigation .site-navigation-sns ul svg {
		fill: #fff;
		transform: scale(120%);
	}

	.menu-main .menu-global-menu-container,
	.menu-main .menu-global-menu_en-container {
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		background: #000;
		padding: 100px 6%;
		font-size: 1.5rem;
		line-height: 4.5rem;
		transition: 0.5s;
		transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
		transform: translateX(-100vw);
		transform-origin: left center;
		width: 100%;
		height: 100vh;
	}
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.main-navigation.toggled .menu-toggle span:nth-of-type(1) {
	top: 0;
	left: 0;
	transform: translateY(6px) rotate(-45deg);
}

.main-navigation.toggled .menu-toggle span:nth-of-type(2) {
	opacity: 0;

	/*真ん中の線は透過*/
}

.main-navigation.toggled .menu-toggle span:nth-of-type(3) {
	top: 12px;
	left: 0;
	transform: translateY(-6px) rotate(45deg);
}

.main-navigation.toggled .menu-language {
	margin: 0;
	left: 6%;
	z-index: 9999;
}

.main-navigation.toggled .menu-language li {
	display: inline;
}

.main-navigation.toggled .menu-main .menu li > a {
	font-size: 2.25rem;
	font-weight: 300;
	padding: 0;
	line-height: 6rem;
}

.main-navigation.toggled .menu-main .menu-global-menu-container,
.main-navigation.toggled .menu-main .menu-global-menu_en-container {
	transform: translateX(0);
}

.main-navigation.toggled .site-navigation-sns {
	transform: translateX(0);
}

.main-navigation.toggled .site-navigation-sns ul {
	display: flex;
}

.menu-toggle {
	position: fixed;
	z-index: 9999;
	right: 6%;
	cursor: pointer;
	width: 26px;
	height: 26px;
	border-radius: 5px;
	background: transparent;
	border: none;
}

.menu-toggle span {
	display: inline-block;
	transition: all 0.4s;

	/*アニメーションの設定*/
	position: absolute;
	left: 0;
	height: 2px;
	border-radius: 2px;
	background: #fff;
	width: 100%;
}

.menu-toggle span:nth-of-type(1) {
	top: 0;
}

.menu-toggle span:nth-of-type(2) {
	top: 10px;
}

.menu-toggle span:nth-of-type(3) {
	top: 20px;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		align-items: center;
	}
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
