/*

Common

Main Color: #
Sub Color #d10707

*/

:root {
/* Color */
	--c_base: #767676;
	--c_service: #d10707;
}

@font-face {
  font-family: 'higure';
  font-weight: 400;
  src: url('../fonts/HigureGothic-Regular.woff') format('woff');
}

@font-face {
  font-family: 'higure';
  font-weight: 500;
  src: url('../fonts/HigureGothic-Medium.woff') format('woff');
}


html {
	font-size: 15px;
}
body {
	position: relative;
	min-width: 1000px;
	min-width: 100%;
	width: 100%;
	height: 100%;
	font-family: 'Noto Serif JP',serif;
	font-family: 'Inter','Noto Sans JP',sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-feature-settings: 'palt';
	letter-spacing: 0.08em;
	line-height: 1.85em;
	color: #111;
	color: #767676;
	background: #f3f3f3;
}
::selection {
	background: #ADB2BF;
}
::-moz-selection {
	background: #ADB2BF;
}
a {
	color: #565656 !important;
	color: #767676 !important;
	text-decoration: none;
}
a:hover {
	color: #565656 !important;
	text-decoration: underline;
}
.inner {
	position: relative;
	margin: 0 auto;
	padding: 0 50px;
	padding: 0 75px;
	max-width: 1200px;
	width: auto;
	box-sizing: border-box;
}
.inner.wo_padding {
	padding: 0;
}
.inner.wider {
	max-width: 1500px;
	max-width: 1360px;
}
.inner.full {
	max-width: 100%;
}
.inset {
	max-width: 70%;
	width: 70%;
}
.section {
	position: relative;
	margin: 0 auto 6em auto;
}
.main {
	width: 66%;	
}
.side {
	width: 22%;
}

h2.title {
	font-size: 2.1em;
	font-weight: 500;
}
h3.title {
	margin-bottom: 1.5em;
	font-size: 1.8em;
	font-weight: 500;
	line-height: 1.5em;
}
h3.title.mini {
	margin-bottom: 3em;
	margin-bottom: 4.5em;
	color: #111;
	font-size: 0.9em;
	letter-spacing: 0.15em;
	text-align: center;
}
h3.title.mini .title_mini_ja {
	display: block;
	margin-top: 0.35em;
	font-size: 0.85em;
}
h3.title.mini .title_mini_ja .astarisc {
	margin-left: 0.35em;
	font-size: 0.7rem;
	color: #bbb;
}
h3.title_service {
	margin-bottom: 1em;
	font-size: 1.45em;
	font-weight: 500;
	line-height: 1.5em;
	color: var(--c_service);
}
h4.title {
	margin-bottom: 1em;
	font-size: 1.15em;
	font-weight: 500;
}
h5.title {
	margin-bottom: 1em;
	font-size: 1.05em;
	font-weight: 500;
}
.summary p,
p.summary {
	font-size: 1.2em !important;
	line-height: 2.2em !important;
}
strong {
	font-weight: 500 !important;
}
img {
	width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	-ms-interpolation-mode: nearest-neighbor;
}
svg {
	width: 100%;
	height: auto;
}
.astarisc {
	margin-left: 0.3em;
	color: #888;
}
hr {
	display: block;
	margin-bottom: 2.5em;
	height: 1px;
	border: 0;
	background: #DDD;
}
.only_pc {
	display: block;
}
.only_pc.inline {
	display: inline-block;
}
.only_mobile {
	display: none;
}
.webfont {
	font-family: 'Inter', sans-serif;
}
.webfont.condense {
}
.webfont.serif {
}
.webfont.hand {
}
.webfont.poppin {
	font-family: 'Poppins', sans-serif;
}
.webfont.higure {
	font-family: 'higure',sans-serif;
}
.thin {
	font-weight: 300 !important;
}
.thinner {
	font-weight: 100 !important;
}
.bold {
	font-weight: 500 !important;
}
.bolder {
	font-weight: 700 !important;
}
.italic {
	font-style: italic !important;
}
.serif {
	font-family: 'Noto Serif JP',serif;
}
.sans {
	font-family: 'Inter','Noto Sans JP',sans-serif;
}
.centering {
	text-align: center !important;
}
.hide {
	display: none !important;
}
p.note,
.note li {
	clear: both;
	margin-top: 1.5rem;
	font-size: 0.75em !important;
	color: #bbb;
}
ul.note {
	margin-top: 1.5rem;
}
ul.note li {
	margin-top: 0;
	line-height: 1.8em;
}
.square {
	font-size: 0.7em;
	line-height: 1em;
	vertical-align: super;
}
p.empty {
	padding: 8em 0;
	text-align: center;
	color: #ddd;
	font-size: 1.1em;
}
.link {
	margin: 3em 0;
}
.link a {
	display: inline-block;
	padding: 1.2em 6em 1.2em 1.2em;
	text-align: center;
	border: solid 1px #787878;
	border-radius: 4px;
	transition: all 200ms linear;
	text-decoration: none;
	box-sizing: border-box;
}
.link a {
	display: inline-block;
	position: relative;
	padding: 1.2em 5.4em 1.2em 1.2em;
	text-align: center;
	border: solid 1px #787878;
	border-radius: 5px;
	transition: all 200ms linear;
	text-decoration: none;
	box-sizing: border-box;
}
.link a:after {
	position: absolute;
	right: 0.5em;
	top: 1.2em;
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/common/icon_link.png) no-repeat center center / 30px;
}
.link a:hover:after {
	animation: moving 500ms ease-in-out;
}
@keyframes moving {
	0% {
		right: 0.5em;
	}
	50% {
		right: 1em;
	}
	100% {
		right: 0.5em;
	}
}
/*
.more {
	margin-top: 2.5em;
}
.more.above {
	margin-top: 3.5em;
}
.more a {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/common/icon_more.png) no-repeat center / cover;
}
*/

.more {
	margin-top: 2.5em;
}
.more.above {
	margin-top: 3.5em;
}
.more p {
	display: inline-block;
}
.more p a {
	position: relative;
	display: inline-block;
	padding: 1.2em 1.6em 1em 1.7em;
	font-size: 0.8em;
	font-family: 'Poppins', sans-serif;
	line-height: 1em;
	color: #fff !important;
	background: #767676;
	border-radius: 200px;
	overflow: hidden;
	text-decoration: none;
	transition: all 360ms ease-in-out;
}
.more p a::before {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/common/icon_more.png) no-repeat center / 100%;
	transition: all 360ms ease-in-out;
	opacity: 0;
}
.more p a:hover {
	padding: 1.2em 3em 1em 1.7em;
	background: #666;
	transition: all 260ms ease-in-out;
}
.more p a:hover::before {
	right: 10px;
	opacity: 1;
	transition: all 260ms ease-in-out;
}

.more.more_service p a {
	background: var(--c_service);
}
.more.more_service p a:hover {
	background: var(--c_service);
}

.button {
	margin-top: 3em;
}
.button p {
	display: inline-block;
}
.button p a {
	position: relative;
	display: block;
	display: inline-block;
	padding: 1.2em 1.6em 1.1em 1.7em;
	padding: 1.2em 1.6em 1.1em 3em;
	padding: 1.2em 1.6em 1.1em 3.5em;
	font-size: 0.8em;
	font-size: 1em;
	line-height: 1em;
	line-height: 1.4em;
	color: #fff !important;
	background: #d3d3d3;
	background: #c8c9d1;
	background: #aaa;
	border-radius: 200px;
	overflow: hidden;
	text-decoration: none !important;
	transition: all 360ms ease-in-out;
}
.button p a:hover {
	background: #888;
	background: #75777e;
	transition: all 260ms ease-in-out;
}
.button p a::before {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	content: '';
	width: 18px;
	height: 18px;
	background: url(../images/common/icon_arrow_white.png) no-repeat center / 100%;
}
.button {
	margin-top: 3.2em;
}
.buttons .button {
	float: left;
	margin-right: 2em;
}
.button.experience a {
	background: #adbbcc;
}
.button.external_link a {
	padding-left: 40px;
	padding-left: 3em;
	padding-left: 3.5em;
}
.button.external_link a::before {
	left: 20px;
	background: url(../images/common/icon_external_link_white.png) no-repeat center / 100%;
}


.fading {
	padding-top: 24px;
	opacity: 0;
}
.clear {
	clear: both !important;
}
.columns .heading {
	float: left;
	padding-right: 50px;
	width: 420px;
}
.columns .heading_attention {
	margin-top: 2em;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #ccc;
}
.columns .heading h3.title {
	font-size: 1.35em;
	line-height: 2em;
	letter-spacing: 0.2em;
}
.columns .heading h3.title_en {
	font-size: 0.85em;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
.columns .contents {
	float: right;
	width: calc(100% - 420px);
}
.lirt .heading {
	float: right;
	padding-right: 0;
	padding-left: 75px;
	text-align: right;
}
.lirt .heading .more {
	float: right;
}
.lirt .contents {
	float: left;
}


/* Splide Overflow */

.splide_overflow {
	overflow: hidden;
}
.splide_overflow .splide {
	visibility: visible;
}
.splide_overflow .splide__track {
	overflow: visible;
}


/** Switch **/

#menu_switch {
	position: fixed;
	right: 50px;
	top: 33px;
	padding: 6px 0;
	cursor: pointer;
	z-index: 10001;
}
#menu_switch p {
	position: relative;
	width: 27px;
	height: 14px;
}
.switch_bar {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #111;
	border-radius: 200px;
	transition: all 140ms linear;
}
#menu_switch #switch_top {
	top: 0;
}
#menu_switch #switch_bottom {
	bottom: 0;
	left: auto;
	right: 0;
	width: 80%;
}
.expanded #menu_switch #switch_top {
	transform: rotate(25deg);
	transition: all 120ms ease-in;
}
.expanded #menu_switch #switch_bottom {
	transform: rotate(25deg);
	transition: all 120ms ease-in;
}


/** Anchors **/

#anchors {
	margin-bottom: 3em;
	padding: 2.5em 1.5em 1.5em 1.5em;
	border-top: solid 2px #ddd;
	border-bottom: solid 2px #ddd;
}
#anchors h3 {
	margin-bottom: 0.5em;
	font-size: 1.2em;
	font-weight: 500;
}
#anchors ul {
	font-size: 1em;
}
#anchors li {
	margin-bottom: 0.5em;
	font-weight: 500;
	letter-spacing: 0.1em;
	list-style: none !important;
	list-style-position: inside !important;
}
#anchors li:not(:last-of-type) {
	margin-bottom: 0.5em;
}
#anchors li a {
	padding-left: 26px;
	color: #111;
	text-decoration: none !important;
	background: url(../images/common/icon_anchor.png) no-repeat center left / 20px;
}
#anchors li a:hover {
	color: #111;
}

/** Post **/

.post_image_main {
	margin-bottom: 2em;
}
.post_summary {
	margin-bottom: 3em;
}
.post p {
	margin-bottom: 1em;
}
.post ol {
	margin: 2em 0 !important;
}
.post li {
	list-style-position: inside !important;
	list-style: decimal;
}
.post ul {
	margin: 2em 0 !important;
}
.post a {
	text-decoration: underline;
}
.post ul li {
	list-style: disc;
	list-style-position: inside !important;
}
.post img {
		filter: alpha(opacity=0);
		-moz-opacity: 0;
	opacity: 0;
}
.post img.fit {
	width: 100% !important;
	height: auto;
}
.post img.nonfit {
	width: auto;
	height: auto;
}
.post b,
.post strong {
	font-weight: bold;
}
.post em {
	font-style: italic;
}
.post .issue_image {
	margin: 1em 0;
}

.column_contents {
	color: #111;
}
.column_contents .has-background {
	margin: 1.85em 0;
	padding: 2em;
	color: #111;
}
.column_contents h4,
.column_contents h5,
.column_contents h6 {
  font-size: 16px;
  font-weight: bold;
  margin: 4rem 0 2rem;
}


.column_contents {
  width: 100%;
  letter-spacing: 0.1rem;
}
/* ブロックエディタのcss */
.column_contents h2.wp-block-heading {
  font-size: 20px;
  font-weight: bold;
  margin: 4rem 0 2rem;
  padding: 16px;
  border-left: 2px solid #000;
  padding-left: 20px;
  background: #e8e8e8;
}
.column_contents h3.wp-block-heading {
  font-size: 18px;
  font-weight: bold;
  margin: 4rem 0 2rem;
  border-bottom: 2px solid #e5e5e5;
  position: relative;
  padding: 0 0 16px;
}
.column_contents h3.wp-block-heading:after {
  position: absolute;
  width: 30%;
  height: 2px;
  bottom: -2px;
  left: 0;
  content: '';
  background: #000;
}
.column_contents h4.wp-block-heading,
.column_contents h5.wp-block-heading,
.column_contents h6.wp-block-heading {
	font-size: 16px;
	font-weight: bold;
	margin: 4rem 0 2rem;
}
.wp-block-buttons .wp-block-button:not(:last-of-type) {
	margin-bottom: 1em;
}
/* 旧エディタのcss */
.column_contents h4.heading {
  font-size: 20px;
  font-weight: bold;
  margin: 4rem 0 2rem;
  padding: 16px;
  border-left: 2px solid #000;
  padding-left: 20px;
  background: #e8e8e8;
}
.column_contents h5.heading {
  font-size: 18px;
  font-weight: bold;
  margin: 4rem 0 2rem;
  border-bottom: 2px solid #e5e5e5;
  position: relative;
  padding: 0 0 16px;
}
.column_contents h5.heading:after {
  position: absolute;
  width: 30%;
  height: 2px;
  bottom: -2px;
  left: 0;
  content: '';
  background: #000;
}
.column_contents h6.heading {
	font-size: 16px;
	font-weight: bold;
	margin: 4rem 0 2rem;
}
.column_contents p {
	font-size: 16px;
	margin: 2rem 0;
}
.column_contents p a {
	color: #111 !important;
	text-decoration: underline;
	transition: 0.4s all;
}
.column_contents p a:hover {
	color: #333;
	text-decoration: underline;
}
.column_contents figcaption {
	margin-top: 0.5em;
	text-align: center;
	font-size: 0.9em;
	color: #999;
}
.column_contents img {
	width: 100%;
	max-width: 100%;
}
.column_contents table {
	width: 100%;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #111;
}
.column_contents th,
.column_contents td {
	border: 1px solid #111;
	padding: 1em;
	text-align: left;
}
.column_contents table th {
	border: 1px solid;
	padding: 1.25em 1em;
	color: #111;
	vertical-align: middle;
	background-color: #0052782e;
}
.column_contents thead th {
	border-bottom: 2px solid #111;
}
.column_contents table td {
	border: 1px solid;
	padding: 1em;
	vertical-align: middle;
}
.column_contents .w_auto img {
	width: auto;
}
.column_contents .size-full img {
	width: 100% !important;
	height: auto;
}
.column_contents a.wp-block-button__link {
	display: inline-block;
	padding: 0.8em 2em;
	color: #fff !important;
	text-decoration: none;
	border-radius: 50vh;
	background: #666;
}
.column_contents .is-layout-flex {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
}


/** Paging **/

#paging {
	clear: both;
	margin-top: 2em;
}
#_paging ul {
	position: relative;
	float: left;
	left: 50%;
}
#paging_next {
	float: left;
}
#paging_prev {
	float: right;
}
#_paging li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0 0.6em;
	overflow: hidden;
}
#paging li a {
	display: block;
	padding: 0.3em 1.2em;
	text-align: center;
	font-weight: 500;
	font-size: 1.1em;
	color: #000 !important;
	text-decoration: none !important;
	background: #FFF;
}
#paging li.active a {
	color: #FFF !important;
	background: #000;
}
#paging .prev {
	width: 40px;
	height: 40px;
	background: url(../images/common/icon_arrow_prev.png) no-repeat center / cover;
}
#paging .next {
	width: 40px;
	height: 40px;
	background: url(../images/common/icon_arrow_next.png) no-repeat center / cover;
}

/** Single_paging */

#single_paging {
	margin-top: 7em;
}
#single_paging ul {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 650px;
	text-align: center;
}
#single_paging li {
	display: inline-block;
}
#single_paging li a {
	display: block;
	font-size: 1.1em;
	font-weight: 500;
	text-decoration: none;
}
#single_paging li a span {
	display: inline-block;
	vertical-align: middle;
}
#single_paging li#paging_next a .icon,
#single_paging li#paging_prev a .icon {
	width: 32px;
	height: 32px;
}
#single_paging li#paging_next a .icon {
	margin-left: 5px;
}
#single_paging li#paging_prev a .icon {
	margin-right: 5px;
}
#single_paging li#paging_next a .icon img,
#single_paging li#paging_prev a .icon img {
	display: block;
}
#single_paging #paging_next {
	position: absolute;
	top: 50%;
	right: -150px;
	right: 0;
	transform: translateY(-50%);
}
#single_paging #paging_prev {
	position: absolute;
	top: 50%;
	left: -150px;
	left: 0;
	transform: translateY(-50%);
}


/* Header */

#header {
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	height: 0;
	transition: all 100ms ease-in-out;
	z-index: 10000;
}
._fixed #header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 100ms ease-in-out;
	z-index: 10000;
}
#header h1#header_logo {
	position: fixed;
	left: 50px;
	top: 33px;
	z-index: 100000;
}
#header h1#header_logo a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/common/kino-bim.net_full.svg) no-repeat left center / cover;
	overflow: hidden;
	transition: all 400ms ease-in-out;
}
.fixed #header h1#header_logo a {
	width: 128px;
	transition: all 250ms ease-in-out;
}
#header_try {
	position: absolute;
	left: 50%;
	top: 23px;
}
#_header_try a {
	display: block;
	padding: 0.05em 1.5em 0 1.5em;
	font-size: 1em;
	line-height: 50px;
	text-align: center;
	color: #111 !important;
	text-decoration: none;
	border: solid 2px #111;
	background: rgba(255,255,255,0.15);
	border-radius: 200px;
	transform: translateX(-50%);
}
#header_try a {
	display: block;
	padding: 0.05em 1.5em 0 1.5em;
	font-size: 1em;
	line-height: 50px;
	text-align: center;
	color: var(--c_service) !important;
	border: solid 2px #fff;
	border-radius: 200px;
	text-decoration: none;
	background: rgba(255,255,255,1);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
	transform: translateX(-50%);
}
#menu {
	display: block;
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	padding: 33px 50px;
	opacity: 0;
}
.expanded #menu,
.fixed.expanded #menu {
	display: block;
	padding-top: 90px;
	padding-top: 80px;
	height: 100%;
	background: #666;
	animation: menu_show 150ms ease-in-out 1 forwards;
}
.fixed #menu h2 a {
	display: block;
	width: 45px;
	height: 50px;
	background: url(../images/common/kinobim_logo_full_white.png) no-repeat center / cover;
}

@keyframes menu_show {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#menu h2 {
	margin-bottom: 1.5rem;
	font-weight: 500;
	font-size: 0.78em;
	line-height: 1.2em;
	letter-spacing: 0.19em;
}
#menu h2 a {
	color: #fff !important;
	text-decoration: none;
}
#menu_global {
	min-width: 100px;
	font-weight: 500;
	font-size: 0.78em;
	line-height: 1.2em;
	letter-spacing: 0.19em;
}
#menu_global a {
	color: #fff !important;
	text-decoration: none;
}
#menu_global li {
	margin-left: -30px;
	opacity: 0;
}
#menu_global.menu_global_reset li {
	margin-left: -30px !important;
	opacity: 0 !important;
}

#menu_global li:not(:last-of-type) {
	margin-bottom: 1em;
}
#menu_global li.menu_divide {
	position: relative;
	margin-top: 1.65em;
	padding-top: 1.65em;
}
#menu_global li.menu_divide::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 18px;
	height: 1px;
	background: #fff;
}

#menu_global li ul {
	margin-top: 0.75em;
	margin-bottom: 0.5em;
	color: #fff !important;
}
#menu_global li li {
	margin-bottom: 0.65em !important;
	font-size: 0.85em;
	list-style: disc;
	list-style-position: inside;
}


/* Neck */

#neck h2.title {
	margin-bottom: 1em;
	font-size: 1.65em;
	font-weight: 500;
	line-height: 1.5em;
}
#neck h2.title_service a,
#neck h2.title_service {
	color: var(--c_service) !important;
	text-decoration: none;
}
#neck h3 {
	font-size: 1.35em;
	font-weight: 500;
	line-height: 2em;
	letter-spacing: 0.2em;
}
.neck_title {
	float: left;
}
.neck_anchor {
	display: none;
	float: right;
}
.neck_anchor li {
	float: left;
	margin-left: 1em;
	font-size: 0.9em;
}


/* Waist */

#waist {
	padding-top: 200px;
}
#page_heading {
	margin-bottom: 6em;
}
#page_heading h2.title {
	font-size: 1.25em;
	color: #111;
}


/** Concept **/

#home_concept .heading {
	position: sticky;
	top: 120px;
}
#home_concept .contents_ja {
	margin-top: -4px;
	margin-bottom: 1.75em;
	font-size: 1.8em;
    font-size: 1.6em;
	line-height: 2em;
    line-height: 1.8em;
	letter-spacing: 0.15em;
}
#home_concept .contents_en p:not(:last-of-type),
#home_concept .contents_ja p:not(:last-of-type) {
	margin-bottom: 0.85em;
}
#home_concept .contents_en {
	font-size: 0.95em;
	font-size: 0.9em;
	line-height: 2.2em;
	line-height: 1.8em;
	letter-spacing: 0.05em;
}


/** FAQ **/

#faq_panes {
	margin: 0 auto;
	padding: 0 15%;
}
.faq_pane {
	display: block;
	position: relative;
	padding: 2.1em 0;
	border-bottom: solid 1px #9b9b9b;
	transition: all 200ms ease-in-out;
}
.faq_q {
	padding-right: 90px;
	font-size: 1.65em;
	line-height: 1.5em;
	letter-spacing: 0.15em;
	cursor: pointer;
}
.faq_q a {
	color: #767676 !important;
}
.faq_a {
	display: none;
	position: relative;
	margin: 2em 0 1em 0;
	padding: 2em;
	padding: 3em 4.5em 2em 90px;
	padding-left: 90px;
	background: #f3f3f3;
	background: #fff;
	font-size: 1em;
	font-size: 1.15em;
	line-height: 2.1em;
	border-radius: 14px;
	z-index: 10;
}
.faq_pane_featured .faq_a {
	display: block;
}
.faq_a a {
	text-decoration: underline;
}
.faq_a ol,
.faq_a ul,
.faq_a p {
	margin-bottom: 1em;
}
.faq_a li:not(:last-of-type) {
	margin-bottom: 0.75em;
}
.faq_a::before {
	position: absolute;
	left: 38px;
	top: 45px;
	top: 52px;
	content: 'A';
	font-weight: 500;
	font-size: 1.6rem;
	font-family: 'Poppins', sans-serif;
}
.active .faq_a {
	display: block !important;
	animation: a_show 300ms ease-in-out 1 forwards;
}
@keyframes a_show {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.faq_switch {
	position: absolute;
	right: 40px;
	right: 0;
	top: 26px;
	content: '';
	width: 50px;
	height: 50px;
	background: url(../images/common/icon_plus.png) no-repeat center / 70%;
	cursor: pointer;
	transform: scale(0.8);
	animation: faq_close 200ms ease-in-out 1 forwards;
}
.faq_switch.loaded {
	animation: faq_loaded 500ms ease-in-out 1 forwards;
}
.active .faq_switch {
	animation: faq_open 200ms ease-in-out 1 forwards;
}
.faq_pane.active .faq_switch {
	animation: faq_open 200ms ease-in-out 1 forwards;
}

.faq_link {
	position: absolute;
	right: 40px;
	right: 0;
	top: 26px;
	content: '';
	width: 50px;
	height: 50px;
}
.faq_link:hover {
	animation: faq_link_motion 350ms ease-in-out 1 forwards;
}
.faq_link a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/common/icon_arrow.png) no-repeat center / 60%;
}

@keyframes faq_open {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(45deg);
	}
}
@keyframes faq_close {
	0% {
		transform: rotate(45deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
@keyframes faq_loaded {
	0% {
		transform: scale(0.8);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes faq_link_motion {
	0% {
		right: 0;
	}
	50% {
		right: 10px;
	}
	100% {
		right: 0;
	}
}
.faq_target {
	display: block;
	margin-bottom: 0.35em;
	font-size: 0.85rem;
	font-weight: 500;
	color: var(--c_service);
	letter-spacing: 0.15em;
	line-height: 1em;
}
.faq_tags {
	display: block;
	margin-top: 0.5em;
}
#faq_list .faq_tags {
	display: none;
}
.faq_tag {
	display: inline-block;
	float: left;
	padding: 0.75rem 1.35rem;
	font-size: 0.8rem;
	line-height: 1.2rem;
	letter-spacing: 0.05rem;
	background: #e5e5e5;
	background: #fff;
	border-radius: 200px;
	overflow: hidden;
}
.faq_tag:not(:last-of-type) {
	margin-right: 0.65em;
}


/** TECH NOTE **/

.post_pane {
	transition: all 200ms ease-in-out;
}
.post_panes .post_pane {
	padding: 2.1em 0;
	border-bottom: solid 1px #9b9b9b;
}
.post_pane h4.title {
	margin-bottom: 0.75em;
	font-size: 1.55em;
	font-size: 1.45em;
	font-weight: 400;
	line-height: 1.5em;
}
.post_panes .post_pane h4.title {
	margin-bottom: 0;
}
.post_pane .post_avatar {
	display: block;
	float: left;
	margin-right: 2em;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}
.post_pane .post_date {
	margin-bottom: 0.35rem;
	margin-bottom: 0.5rem;
	font-size: 0.8em;
	line-height: 1em;
	letter-spacing: 0.15em;
}
.post_panes .post_pane .post_tags {
	display: none;
	display: block;
	margin-top: 1em;
}
.post_pane .post_tags li {
	float: left;
	padding: 0.75em 1.35em;
	font-size: 0.8em;
	font-size: 0.8rem;
	line-height: 1.2em;
	line-height: 1.2rem;
	letter-spacing: 0.05em;
	background: #e5e5e5;
	background: #fff;
	border-radius: 200px;
	overflow: hidden;
}
.post_pane .post_tags li:not(:last-of-type) {
	margin-right: 0.85em;
}
.lg-backdrop {
	background-color: #fff !important;
}
.lg-media-overlap .lg-toolbar,
.lg-media-overlap .lg-sub-html {
	background-image: unset !important;
}
.lg-sub-html {
	color: #575757 !important;
	font-size: 0.9rem;
}
.lg-next,
.lg-prev {
	background-color: transparent !important;
	background-color: #fff !important;
	color: #111 !important;
}
.lg-next.disabled,
.lg-prev.disabled {
	display: none !important;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
	color: #111 !important;
}
.lg-toolbar .lg-icon {
	color: #111 !important;
	background-color: #fff !important;
}


/* Light Gallery */

.lg-outer.lg-visible {
	z-index: 10001;
}
.lg-backdrop.in {
	z-index: 10001;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
	padding: 45px;
}


/* Footer */

#footer {
	margin: 15em 0 8.5em 0;
}
#footer_announcement {
	margin-bottom: 3.5rem;
	text-align: center;
	font-size: 0.85em;
	color: #a0a0a0;
	letter-spacing: 0.05em;
}
#logo_change {
	margin-bottom: 2.5em;
	text-align: center;
}
#logo_change li {
	display: inline-block;
}
#logo_change_makehouse {
	padding-right: 110px;
	background: url(../images/common/logo_change_arrow.png) no-repeat right center / 110px;
}
#logo_change li img {
	display: inline-block;
	height: 74px;
	width: auto;
}
#copyright {
	color: #a0a0a0;
	font-size: 0.75em;
	text-align: center;
	letter-spacing: 0.05em;
}


/* GLightbox */

.gslide-media {
	padding: 0 7%;
}
.goverlay {
	background: #fff !important;
}
.glightbox-clean .gslide-media {
	box-shadow: none !important;
}
.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
	background-color: rgba(0, 0, 0, 0) !important;
}
.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
	fill: #111 !important;
	stroke-width: 2px;
}
.glightbox-clean .gslide-video {
	background: #fff !important;
}


@media screen and (max-width: 1068px) and (min-width: 768px) {



}

@media screen and (max-width: 767px) and (min-width: 601px) {



}

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

	html {
		min-height: 100vh;
		font-size: 18px !important;
	}
	body {
		min-width: 480px;
		min-height: 100vh;
		font-size: 18px !important;
	}
	.only_pc {
		display: none;
	}
	.only_mobile {
		display: block;
	}
	.only_mobile.inline {
		display: inline-block;
	}
	#menu_switch {
		display: block;
	}

}
