/*
Theme Name: WebWorks v3.0
Theme URI: https://example.com/webworks
Author: Your Name
Author URI: https://example.com
Description: A modern and flexible WordPress theme.
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webworks
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}

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


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

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

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

body,
button,
input,
select,
textarea {
	font-size: 18px;
	line-height: 1.8;
	font-family: "Playfair Display", serif;
}

.mincho {
	font-weight: 500;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

.font-block {
	font-family: "Poppins", 'Noto Sans JP', sans-serif !important;
}


@media (max-width:1024px) {

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

@media (max-width:768px) {

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

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

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

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

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

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

.archive_body a {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

a:hover {
	outline: none;
}

a:active {
	outline: none;
}

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

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

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

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

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

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

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

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

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


address {
	margin-bottom: 15px;
}

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

b,
strong {
	font-weight: 700;
}

strong {
	font-size: 100%;
}

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

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

p {
	margin: 0;
}

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

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

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

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

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

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

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

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

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
}

ul {
	list-style: none;
}

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

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
	max-width: 100%;
	height: auto;

}


figure {
	margin: 0;
}

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

legend {
	white-space: normal;
}

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

button,
input {
	line-height: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

del {
	color: #767676;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


:root {
	--color-gray: #f7f2eb !important;
	--color-blue: #154372 !important;
	--color-blue2: #0d5cac !important;
	--color-red: #c53d43 !important;
	--color-orange: #ff761b !important;
	--color-yellow: #ffee00 !important;
	--color-green: #31a097 !important;
	--color-darkgreen: #224d20 !important;
	--color-brown: #513E28 !important;
	--color-lightbrown: #c7b698 !important;
	--color-gold: #9d875f !important;
	--color-black: #323232 !important;
}

.font-white {
	color: #ffffff !important;
}

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

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

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

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

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

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

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

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

.bg-white {
	background: #ffffff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.opacity7 {
	opacity: .7;
}

.opacity5 {
	opacity: .5;
}

.opacity3 {
	opacity: .3;
}

.opacity2 {
	opacity: .2;
}

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

/* Input fields */

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

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

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

.smp_menu button {
	background-image: none;
}

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

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

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

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

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

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

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



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

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

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

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

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

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

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

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

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

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

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

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

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

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

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

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

.wp-caption {
	color: #444444;
}

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

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

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

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

/* Assistive text */

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

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

.hide {
	display: none;
}


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

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

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

.loader-logo {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 3;
	margin: 40px 0;
}

.loader-logo img {
	max-width: 240px;
	width: 35%;
	height: auto;
	/* filter: invert(100%); */
	opacity: .7;
}

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

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

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

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

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

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

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

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

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

.chaotic-orbit {
	--uib-size: 30px;
	--uib-speed: 1.5s;
	--uib-color: var(--color-gold);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#body-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(images/line_bg2.png);
}

#video {
	position: relative;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

/* =======================================
	トップイメージ
======================================= */
#imageSpacer {
	position: relative;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	width: 100%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.topview-logo {
	width: 50%;
	max-width: 540px;
}

.topview-logo img {
	width: 100%;
	height: auto;
	filter: invert(100%);
	opacity: .25;
}

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

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

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

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

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

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

	100% {
		opacity: 1;
	}
}

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

	100% {
		opacity: .1;
	}
}

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

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

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

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

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

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


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

#tothetopfixed.smp {
	display: none;
}

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

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

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

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

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

a.pageup.smp {
	display: none;
}

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

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

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

	a.pageup.pc {
		display: none;
	}

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

	a.pageup,
	a.pageup:hover {
		background: none;
		color: var(--color-gold);
		border: 2px solid var(--color-gold);
		transition: all .3s ease;
	}

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


/* =======================================
	ページダウン
======================================= */
.arrowWrap {
	position: absolute;
	left: calc(1.5% + 1rem);
	bottom: 0;
	z-index: 99;
	font-family: "Playfair Display", serif;
	font-weight: 500;
}

.arrowInner a {
	display: block;
	color: #fff;
}

.arrowInner p {
	display: block;
	font-size: 15px;
	letter-spacing: 0.05em;
	transform: rotate(90deg);
	line-height: 1;
	color: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.arrowInner:hover p {
	opacity: .6;
}

.arrow {
	width: 1px;
	height: 120px;
	margin: 40px auto 0;
	background-color: rgba(255, 255, 255, 0.2);
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.arrow::before {
	content: '';
	width: 2px;
	height: 120px;
	margin: 0 auto 0;
	background-color: #fff;
	position: absolute;
	top: -120px;
	left: 1px;
	-webkit-animation: arrow 2s ease-in-out 0s infinite normal;
	animation: arrow 2s ease-in-out 0s infinite normal;
}

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

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

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

@media (max-width: 640px) {
	.arrowWrap {
		left: 1.5%;
	}
}


/* =======================================
	ページアップ ver2
======================================= */
.arrowWrapUp {
	position: relative;
	position: fixed;
	right: calc(1% + 1rem);
	bottom: 0;
	z-index: 99;
	font-family: "Playfair Display", serif;
	font-weight: 500;
}

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

.arrowUpInner a {
	display: block;
	width: 40px;
	color: var(--color-black);
}

.arrowUpInner p {
	display: block;
	white-space: nowrap;
	font-size: 15px;
	letter-spacing: 0.05em;
	transform: rotate(90deg);
	line-height: 1;
	color: var(--color-black);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.arrowUpInner:hover p {
	opacity: .6;
}

.arrowUp {
	width: 1px;
	height: 120px;
	margin: 75px auto 0;
	background-color: rgba(0, 0, 0, 0.2);
	position: relative;
	overflow: hidden;
	transform: rotateZ(180deg);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.arrowUp::before {
	content: '';
	width: 2px;
	height: 120px;
	margin: 0 auto;
	background-color: var(--color-black);
	position: absolute;
	top: -150px;
	left: 1px;
	animation: arrow2 2s ease-in-out 0s infinite normal;
}

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

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

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


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

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

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



.footer {
	position: relative;
	margin-top: auto;
	background: #ffffff;
	color: var(--color-black);
	overflow: hidden;
}

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

.home .main-content {
	padding: 0;
}

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

button.fancybox-button {
	border: none;
}

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

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

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

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

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

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

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

section.overhidden {
	overflow: hidden;
}

section.footer {
	padding: 0;
}

.footer-inner {
	display: block;
	padding: 8% 10% 150px;
}

@media (max-width:1600px) {
	section {
		padding: 8%;
	}

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

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

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

	.footer-inner {
		display: block;
		padding: 8% 8% 150px;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bgc1 {
	background: #fcfbfa;
}

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

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

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

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

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

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

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

.archive_wrap {
	display: block;
	margin: auto;
	margin-bottom: calc(5% + 30px);
	text-align: left;
}

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

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


#wpadminbar {
	min-height: 32px;
}

#site-header {
	position: relative;
}

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

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

.header-main {
	/* width: 100%; */
	/* max-width: 1280px; */
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 50px 0;
	z-index: 99;
	transition: all .5s ease;
}

.fixed-header .header-main {
	padding: 29.5px 0;
}

.home .fixed-header .header-main {
	padding: 35px 0;
}

.site-title {
	position: relative;
	line-height: 1;
	z-index: 3;
	width: 20%;
	max-width: 120px;
	margin-right: 60px;
	transition: ease .5s all;
}

.home .site-title {
	display: none;
}

.site-title a {
	display: inline-flex;
	align-items: center;
}

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

.fixed-header .site-title a img {
	filter: invert(0);
}

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

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

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

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

	.header-main {
		padding: 40px 0;
	}

	.fixed-header .header-main {
		padding: 24px 0;
	}
}

@media (max-width:1280px) {
	.site-title {
		margin-right: 40px;
	}
}

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

	.header-main {
		height: 80px;
		padding: 0 5%;
		width: 100%;
		justify-content: flex-end;
	}

	.fixed-header .header-main,
	.home .fixed-header .header-main {
		padding: 0 5%;
	}

	.site-title {
		margin-left: auto;
		margin-right: 0;
	}

	.home .site-title {
		display: block;
		top: -50%;
		opacity: 0;
		width: auto;
		max-width: 140px;
		margin-left: auto;
		margin-right: 0;
	}

	.site-title,
	.fixed-header .site-title,
	.home .fixed-header .site-title {
		top: 0;
		width: auto;
		opacity: 1;
	}

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

@media (max-width:768px) {
	.header-main {
		height: 75px;
		padding: 0 5%;
	}
}

@media (max-width:640px) {

	.site-title,
	.fixed-header .site-title,
	.home .site-title,
	.home .fixed-header .site-title {
		max-width: 120px;
	}
}

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

	.site-title,
	.fixed-header .site-title,
	.home .site-title,
	.home .fixed-header .site-title {
		max-width: 110px;
	}
}

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

.home .menu-wrap {
	justify-content: center;
	width: 100%;
}

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

ul.sns_icon {
	text-align: left;
	margin-left: 1.5em;
}

ul.sns_icon {
	display: inline-block;
}

ul.sns_icon li {
	display: inline-block;
}

ul.sns_icon li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color-brown);
	font-size: 42px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #fff;
}

ul.sns_icon li a:hover {
	color: #fff;
	background: var(--color-black);
}

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


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

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

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

.openbtn span {
	display: inline-block;
	transition: all .3s;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
}

.openbtn.fixed-header span,
.openbtn.active span {
	background: var(--color-black);
}

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

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

@media (max-width:480px) {
	.openbtn {
		width: 42px;
		top: 13px;
	}
}


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

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

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

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

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

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

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

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

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

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

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

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

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

	100% {
		opacity: 1;
	}
}

.nav-logo {
	display: block;
	padding: calc(3% + 15px);
}

.nav-logo img {
	width: 40%;
	max-width: 140px;
	height: auto;
}

.nav-content {
	position: relative;
}

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

.smp-footer {
	position: relative;
	margin-top: auto;
	color: var(--color-black);
}

.smp-menu-site-info {
	position: relative;
	z-index: 2;
	display: block;
	padding: 40px 20px 120px;
	letter-spacing: 0.05em;
}

.smp-menu-site-info .smp-ft-title {
	font-size: 1.35em;
	margin: 0 0 7px;
	padding: 8px 20px;
	display: inline-block;
	text-align: center;
	line-height: 1;
}

.smp-menu-site-info p {
	line-height: 1.4;
}

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

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


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

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

	.header_sns {
		display: none;
	}

	.smp-menu-list li {
		width: 100%;
		text-align: center;
	}

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

	.smp-menu-list li a {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 25px;
		color: var(--color-black);
		font-size: 1.2rem;
		letter-spacing: 0.025em;
		border-bottom: 1px solid #ddd;
	}

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

	.smp-footer .tab_btn.full a {
		font-size: 1.4rem;
	}

	.smp-menu-list li a span {
		display: block;
		font-size: 0.8em;
		font-weight: 500;
		line-height: 1;
	}
}

@media (max-width:480px) {
	.nav-logo {
		text-align: right;
		padding: 22px 5%;
	}

	.nav-logo img {
		width: 100%;
		max-width: 110px;
	}

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

	.smp-menu-list li a {
		font-size: 1rem;
		padding: 20px 24px;
		text-align: left;
	}

	.smp-footer .tab_btn.full a {
		font-size: 1.05rem;
	}
}

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

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

.site-navigation ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	display: flex;
	text-align: center;
	transition: all 0.5s ease;
}

.site-navigation ul li {
	z-index: 2;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 0;
	margin: 0 35px;
	transition: all 0.5s ease;
}

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

.site-navigation ul li a {
	font-size: 1.05em;
	line-height: 1;
	color: #fff;
	margin: 0;
	transition: all 0.5s ease;
	display: block;
	position: relative;
	font-weight: 400;
}

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

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

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

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

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

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

.site-navigation .current_page_item>a,
.site-navigation .current_page_ancestor>a,
.site-navigation .current_page-item>a,
.site-navigation .current-page-item>a,
.site-navigation .current-page-ancestor>a,
.site-navigation .current-menu-item>a,
.site-navigation .current-menu-ancestor>a {
	color: #fff;
}

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

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

/* .post-type-archive-news .site-navigation ul li.news a,
.single-news .site-navigation ul li.news a {
	color: #fff;
} */

.post-type-archive-news.site-navigation ul li.news a:after,
.single-news .site-navigation ul li.news a:after,
.post-type-archive-products .site-navigation ul li.products a:after,
.tax-products_category .site-navigation ul li.products a:after,
.single-products .site-navigation ul li.products a:after {
	transform: scale(1, 1);
}

@media (max-width:1700px) {
	.site-navigation ul li {
		margin: 0 30px;
	}
}

@media (max-width:1600px) {
	.site-navigation ul li {
		margin: 0 25px;
	}
}

@media (max-width:1365px) {
	.site-navigation ul li {
		margin: 0 30px;
	}

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

@media (max-width:1279px) {
	.site-navigation ul li {
		margin: 0 23px;
	}

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

@media (max-width:1180px) {
	.site-navigation ul li {
		margin: 0 20px;
	}
}

@media (max-width:1080px) {
	.site-navigation ul li {
		margin: 0 12px;
	}
}


/* Page links */

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

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

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

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

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

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

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

.archive-header,
.page-header {
	position: relative;
	z-index: 2;
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	background: url(images/poster.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.page-header:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	background: url(images/line_bg2.png);
}

.archive-title,
.page-title {
	display: block;
	position: relative;
	text-align: center;
	margin: 0 auto;
	font-size: 6rem;
	color: rgba(255, 255, 255, 0.3);
	letter-spacing: 0.5rem;
	text-indent: 0.5rem;
	padding: calc(7% + 25px) 5% calc(7% + 80px);
	font-weight: 500;
}

.page-title span {
	position: relative;
	display: block;
	margin-top: 15px;
	font-size: 1.2rem;
	font-weight: 500;
}

.page-title span:after {
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
	width: 2px;
	height: 400px;
	background: rgba(255, 255, 255, 0.3);
}

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

@media (max-width:1024px) {

	.archive-title,
	.page-title {
		font-size: 4rem;
	}

	.page-title span {
		font-size: 1.15rem;
	}

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

@media (max-width:768px) {

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

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

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

@media (max-width:640px) {

	.archive-title,
	.page-title {
		letter-spacing: 4px;
		text-indent: 4px;
	}

	.page-title span {
		font-size: 1.05rem;
	}

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

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

@media (max-width:480px) {

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

	.page-title span {
		font-size: 1rem;
	}

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

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

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

#supplementary {
	padding: 0 10px;
	max-width: 1400px;
	margin: 0 auto;
}

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

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

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

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

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

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

.ft-site-info {
	text-align: left;
}

.ft-site-info h2 {
	font-size: 1.5em;
	line-height: 1.4;
}

.ft-site-info a.tel {
	line-height: 1;
	color: var(--color-red);
	font-weight: bold;
	letter-spacing: 0.025em;
}

.ft-site-info a.tel:hover {
	color: var(--color-red);
}

.ft-site-info p {
	line-height: 1.4;
}

.ft-site-info p.h3 {
	font-size: 1.3em;
	margin: 0;
	letter-spacing: 1px;
}

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

.footer_nav {
	display: flex;
	flex-flow: column;
	flex-wrap: wrap;
	height: 240px;
}

.footer_nav li {
	position: relative;
	text-align: left;
	padding-left: 5em;
	margin-bottom: 0.5em;
}

.footer_nav li a {
	position: relative;
	display: block;
	color: var(--color-black);
}

.footer_nav li a:hover {
	opacity: .5;
	transform: translateX(5px);
}

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

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

.site-info a:hover {
	color: var(--color-blue2);
}

.japan-site {
	width: 100%;
	max-width: 300px;
	text-align: center;
	margin-top: 1.5em;
}

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

.smp-footer .japan-site {
	max-width: 260px;
}

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

}

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

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

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

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

	.footer_nav {
		flex-flow: wrap;
		margin: 0;
		height: auto;
		width: 800px;
	}

	.footer_nav li {
		width: 33.3333%;
		padding: 0.35em;
		margin: 0;
	}

	.footer_nav li a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0.6em 0.5em;
		min-height: 3.6em;
		text-align: center;
		border: 1px solid var(--color-gold);
		color: var(--color-gold);
		background: none;
		font-size: 0.95em;
		line-height: 1.2;
	}

	.footer_nav li a:hover {
		color: #fff;
		background: var(--color-gold);
		margin-left: 0;
		transform: none;
	}
}

@media (max-width:1024px) {
	.footer_nav {
		width: 100%;
	}

	.footer_nav li a {
		letter-spacing: 0.025em;
	}
}

@media (max-width:768px) {
	.footer-content {
		font-size: 1em;
	}

	.ft-site-title {
		width: 200px;
		margin-bottom: 1em;
	}

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

	.ftc-left {
		flex-direction: column;
		align-items: center;
	}

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

	.footer_nav {
		width: 100%;
		flex-direction: column;
	}

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

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

	.footer_nav li a {
		position: relative;
		display: block;
		text-align: left;
		padding: 20px calc(4% + 20px);
		padding-left: calc(4% + 20px + 0.5em);
		width: 100%;
		height: 100%;
		border: none;
		border-radius: 0;
		margin: 0;
		font-size: 1em;
		color: var(--color-black);
	}

	.footer_nav li a:hover {
		background: none;
		color: var(--color-black);
	}

	.footer_nav li a:after {
		position: absolute;
		top: 50%;
		right: calc(4% + 20px);
		transform: translateY(-50%);
		font-family: "Line Awesome Free";
		font-weight: 900;
		content: "\f105";
		z-index: 2;
		font-size: 18px;
		-webkit-font-smoothing: antialiased;
		transition: all 0.3s ease;
		height: auto;
	}
	
	.japan-site {
		max-width: 260px;
	}
	
	.smp-footer .japan-site {
	max-width: 220px;
}
}

@media (max-width:640px) {
	.footer:after {
		left: 100%;
		width: 1000px;
		height: 1000px;
		transform: translate(-50%, -50%);
	}

	.ft-site-title {
		width: 180px;
		margin-bottom: 0.5em;
	}

	.footer_nav li a {
		padding: 20px 5%;
	}

	.footer_nav li a:after {
		right: 5%;
	}

	.site-info {
		font-size: 0.8em;
	}
	
	.japan-site {
		max-width: 240px;
	}
}

@media (max-width:480px) {
	.ft-site-title {
		width: 160px;
	}

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

	.site-info {
		font-size: 0.75em;
	}
	
	.japan-site {
		max-width: 220px;
	}
	
	.smp-footer .japan-site {
		max-width: 200px;
	}
}

/* =======================================
	タブボタン
======================================= */
.tab_btn {
	margin: 0px;
}

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

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

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

.tab_btn a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 0.9em;
	padding: 13px 25px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: .2s;
	min-width: 220px;
	letter-spacing: 2px;
	border: 2px solid var(--color-gold);
	background: var(--color-gold);
	transition: all ease .5s;
	box-shadow: 5px 5px 10px -2px rgb(0 0 0 / 15%);
}



.tab_btn a:hover {
	min-width: 240px;
	color: var(--color-gold);
	background: #fff;
}

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

.tab_btn.wh a {
	color: #fff;
	border-color: #fff;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(7px);
}

.tab_btn.wh a:hover {
	color: var(--color-black);
	background: rgba(255, 255, 255, 1);
}

.tab_btn.red a {
	color: #fff;
	background: var(--color-red);
	border-color: var(--color-red);
}

.tab_btn.red a:hover {
	color: var(--color-red);
	border-color: var(--color-red);
	background: #fff;
}

.tab_btn.blue a {
	color: #fff;
	background: var(--color-blue);
	border-color: var(--color-blue);
}

.tab_btn.blue a:hover {
	color: var(--color-blue);
	border-color: var(--color-blue);
	background: #fff;
}

.tab_btn.large a {
	min-width: 280px;
	font-size: 1.05em;
	padding: 15px 45px;
	box-shadow: 10px 10px 0 -5px rgba(0, 0, 0, 0.15);
}

.tab_btn.large a:hover {
	padding: 15px 45px;
}

.tab_btn.full a {
	width: 90%;
	max-width: 480px;
	font-size: 1.2em;
	padding: 20px;
	box-shadow: 10px 10px 0 -5px rgba(0, 0, 0, 0.15);
}

.tab_btn.min a {
	min-width: 150px;
	padding: 5px 15px;
	font-size: 0.85em;
}

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

.tab_btn.w-auto a {
	min-width: auto;
}

@media (max-width:480px) {

	.tab_btn a,
	.tab_btn a:hover {
		min-width: 200px;
	}

	.tab_btn.min a,
	.tab_btn.min:hover a {
		min-width: 120px;
	}

	.tab_btn.full a {
		padding: 15px 20px;
		font-size: 1.1em;
	}
}

/* =======================================
	snsボタン
======================================= */
.s_sbm ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	margin: calc(2.5% + 45px) 0 0;
	text-align: right;
}

.archive_body .s_sbm ul {
	padding-top: calc(1.5% + 15px);
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.s_sbm li {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	font-size: 36px;
	margin: 0 5px !important;
}

.s_sbm li.sbm_title {
	margin-right: 5px !important;
	font-size: 0.8em;
}

.s_sbm li a {
	color: var(--color-black);
	display: block;
}

.s_sbm li.sf a:hover {
	color: #1877f2;
}

.s_sbm li.st a:hover {
	color: #777;
}

.s_sbm li.sl a:hover {
	color: #06c755;
}

.s_sbm li.sg a:hover {
	color: #dd4b39;
}

@media (max-width:480px) {
	.s_sbm {
		text-align: center;
	}

	.s_sbm ul {
		margin: 30px auto 20px !important;
	}

	.s_sbm li {
		font-size: 30px;

	}
}

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

	.s_sbm li a {
		width: 36px;
	}

	.s_sbm li.sl {
		margin-top: 1px !important;
	}
}

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

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

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

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

#privacy h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #999;
}

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

#privacy .list p {
	margin-bottom: 0.5em;
}

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

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

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

table.color {
	border-top-color: #dddddd;
	border-right-color: #dddddd;
}

table.color th {
	padding: 17px 10px;
	width: 23%;
	min-width: 120px;
	background: #dddddd;
	border-left-color: rgba(255, 255, 255, 0);
	border-bottom-color: rgba(255, 255, 255, 0.75);
}

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

table.color td {
	border-left-color: #dddddd;
	border-bottom-color: #dddddd;
}

table.color th.bottom {
	border-bottom-color: #dddddd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:480px) {

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

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

	table.color th {
		padding: 10px;
	}

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


/*-----------------------------
	パンくず
-----------------------------*/
#breadcrumb {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 14px 2% 13px;
	border-top: 1px solid #eee;
	background: #fff;
}

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

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

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

#breadcrumb li a {
	color: var(--color-gold);
}

#breadcrumb li a:hover {
	color: var(--color-brown);
}

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

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

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

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

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

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

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

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

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


/* =======================================
	お問い合わせ・チケットフォーム
======================================= */
.c1 {
	position: relative;
	padding: 25px 3%;
	display: block;
	line-height: 1.4;
}

.c2 {
	position: relative;
	padding: 25px 3%;
	line-height: 1.4;
}

.c3 {
	position: relative;
	padding: 30px 3%;
	background: #ffffff;
	margin-bottom: 25px;
}

.c3.v2 {
	background: var(--color-gray);
}


@media (max-width:768px) {

	.c1,
	.c2,
	.c3 {
		padding: 20px 5%;
	}

	.c1:hover,
	.c2:hover,
	.c3:hover {
		box-shadow: none;
	}
}

@media (max-width:480px) {

	.c1,
	.c2,
	.c3 {
		padding: 20px 10px;
	}

	.c3 {
		padding: 10px;
	}
}


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

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

.c1 b,
.c2 b {
	display: inline-block;
	font-weight: normal;
	margin: 11px 15px 11px 0;
	vertical-align: top;
}

p.c1,
p.c2,
p.c3 {
	margin: 0;
}

.c1 p,
.c2 p {
	margin: 0;
}

.c1 small,
.c2 small {
	display: inline-block;
}

p.zip small {
	color: #ce3851;
	padding: 5px 10px;
}

.form_end {
	padding: 4%;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.form_end h2 {
	display: block;
	font-size: 2em;
	margin: 0 0 1.8rem;
	background: none;
	font-weight: 500;
	color: var(--color-black);
}

.form_end p {
	display: block;
	margin-bottom: 20px;
	text-align: left;
}

@media (max-width:640px) {
	.form_end h2 {
		margin: 15px 0;
		font-size: 1.6em;
	}
}

@media (max-width:480px) {
	.form_end p {
		margin-bottom: 15px;
	}
}

.alert-h,
.alert-n {
	font-size: 0.95rem;
}

.alert-h {
	display: inline-block;
	padding: 0.3em 0.8em;
	background: #ce3851;
	color: #fff;
	vertical-align: top;
	margin: 8px 10px 8px 0;
	font-weight: normal;
	border-radius: 2px;
}

.alert-n {
	display: inline-block;
	padding: 0.3em 0.8em;
	background: #35ad85;
	color: #fff;
	vertical-align: top;
	margin: 8px 10px 8px 0;
	font-weight: normal;
	border-radius: 2px;
}

.c2 span label {
	display: inline-block;
	margin: 0 20px 10px 0;
}

.c2 span label input {
	display: inline-block;
	margin: 0 5px 0 0;
}

.c1 textarea,
.c2 textarea {
	width: 100%;
	margin: 0 !important;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
	border: solid 1px var(--color-gold);
	box-shadow: 0 0 0 1px var(--color-gold);
}

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

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

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="submit"].back_btn {
	position: relative;
	background: none;
	border-radius: 0;
	letter-spacing: 4px;
	text-indent: 4px;
	font-size: 1.15em;
	width: 90%;
	max-width: 360px;
	border-radius: 50px;
	text-transform: none;
	background: none;
	border: 2px solid var(--color-red);
	background: var(--color-red);
	color: #fff;
	transition: all ease .5s;
	margin: 15px 5px 35px;
	padding: 20px;
	box-shadow: 7px 10px 0 -5px rgba(0, 0, 0, 0.15);
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="submit"].back_btn:hover,
input[type="submit"]:focus,
input[type="submit"].back_btn:focus {
	color: var(--color-red);
	border: 2px solid var(--color-red);
	background: none;
	width: 90%;
	max-width: 400px;
	margin: 15px 5px 35px;
	padding: 20px;
}

input[type="submit"].back_btn {
	color: #fff;
	background: #707679;
	border: 2px solid #707679;
}

input[type="submit"].back_btn:hover,
input[type="submit"].back_btn:focus {
	color: #707679;
	border: 2px solid #707679;
	background: none;
}

@media (max-width:1024px) {

	button,
	.button,
	input[type="button"],
	input[type="reset"],
	button:hover,
	.button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"],
	input[type="submit"].back_btn,
	input[type="submit"]:hover,
	input[type="submit"].back_btn:hover,
	input[type="submit"]:focus,
	input[type="submit"].back_btn:focus {
		margin: 1em 2px 2em;
		padding: 16px;
		font-size: 1.1em;
	}
}

@media (max-width:768px) {

	input[type=text],
	select,
	input[type=email],
	input[type=tel] {
		width: 100%;
	}
}

.contact-caution {
	display: block;
	padding: 0;
	margin: 60px 3% 0;
	line-height: 1.6;
	font-size: 0.9em;
}

.contact-caution b {
	color: #ce3851;
	font-size: 1.1em;
}

select {
	padding: 8px;
	border-radius: 4px;
	border-color: rgba(0, 0, 0, 0.2);
}

.break {
	display: inline-block;
}

.break_full {
	display: block;
	margin-top: 0.5em;
}

.break_full input {
	width: 100%;
}

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

	.break {
		display: block;
	}
}

@media (max-width:480px) {
	.contact-caution {
		margin: 25px 10px 0;
	}
}

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

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

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

.wpcf7-list-item {
	margin: 9px 0 9px 0.5em;
}

.check-btn label {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.check-btn .wpcf7-list-item-label {
	margin-left: 0.5em;
}

/*------------------------------
	カテゴリーメニュー
------------------------------*/
.category-column {
	display: flex;
	justify-content: center;
	text-align: left;
}

ul.category_tab_btn {
	position: relative;
	z-index: 2;
	margin: 0 -5px;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

ul.category_tab_btn li {
	position: relative;
	margin: 0 5px 10px;
}

ul.category_tab_btn li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: var(--color-blue);
	border: 1px solid rgb(182, 198, 221);
	background: rgba(223, 234, 248, 0.7);
	letter-spacing: 0.025em;
	padding: 0.5em 1em;
	min-width: 6em;
	border-radius: 4px;
	font-size: 0.95em;
}

ul.category_tab_btn li a:hover {
	background: var(--color-blue);
	border-color: var(--color-blue);
	color: #fff;
}

ul.category_tab_btn li.current-cat a {
	background: var(--color-blue);
	border-color: var(--color-blue);
	color: #fff;
}

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

.category_archive_title {
	display: block;
	font-size: 1.4em;
	margin-bottom: calc(4% + 15px);
}

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

@media (max-width:767px) {
	ul.category_tab_btn {
		margin: 0 -3px;
	}

	ul.category_tab_btn li {
		margin: 0 3px 6px;
	}

	ul.category_tab_btn li a {
		padding: 0.5em;
		min-width: 4em;
	}
}

@media (max-width:560px) {
	ul.category_tab_btn {
		margin: 0 -2px;
	}

	ul.category_tab_btn li {
		margin: 0 2px 4px;
	}

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

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

/* =======================================
	その他
======================================= */
.nodata {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 5%;
	min-height: 250px;
	text-align: center;
	letter-spacing: 3px;
	font-size: 1em;
	color: var(--color-black);
}

/*記事投稿内 YouTube*/
.post-singular-movie {
	display: block;
	max-width: 640px;
	margin: 15px 0;
}

.movie-frame {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.movie-frame iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.lead {
	display: block;
	padding: 0px 12px;
	border-left: 5px solid var(--color-blue);
	font-weight: 500;
}

.ggmap {
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width:768px) {
	.ggmap {
		padding-bottom: 56.25%;
	}
}

.ggmap.full {
	position: relative;
	padding-bottom: 30%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

.color-box {
	display: block;
	overflow: hidden;
	padding: 5%;
	box-shadow: 7px 5px 20px -5px rgba(0, 0, 0, 0.15);
}

.border-box {
	display: block;
	overflow: hidden;
	padding: 5%;
	border: 1px solid var(--color-gold);
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 7px 5px 20px -5px rgba(0, 0, 0, 0.15);
}

.flex-text {
	display: flex;
}

.grecaptcha-badge {
	visibility: hidden;
}




/* =======================================
	追記
======================================= */
.contact-quote {
	display: flex;
	flex-wrap: wrap;
}

.contact-quote li {
	width: 50%;
	padding: 14% 7%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.contact-quote li.contact {
	background: url(images/bg-over.png), url(images/content/contact_bg.jpg);
	background-position: center;
	background-size: auto, cover;
}

.contact-quote li.quote {
	background: url(images/bg-over.png), url(images/content/quote_bg.jpg);
	background-position: center;
	background-size: auto, cover;
}

@media (max-width:1600px) {
	.contact-quote li {
		padding: 12% 5%;
	}
}

@media (max-width:1152px) {
	.contact-quote li {
		width: 100%;
		padding: 12% 5%;
	}

	.contact-quote h2 {
		font-size: 2.4em !important;
	}
}

@media (max-width:768px) {
	.contact-quote li {
		padding: 15% 5%;
	}
}

@media (max-width:640px) {
	.contact-quote h2 {
		font-size: 2em !important;
	}
}

@media (max-width:480px) {
	.contact-quote li {
		padding: 18% 5%;
	}

	.contact-quote h2 {
		font-size: 1.8em !important;
	}
}




/* ブロックエディター カスタム*/
.has-site-blue-color {
	color: #2C4667;
}

.has-site-blue-background-color {
	background-color: #2C4667;
}

.has-site-blue-border-color {
	border-color: #2C4667;
}

.has-site-blue2-color {
	color: #4677b8;
}

.has-site-blue2-background-color {
	background-color: #4677b8;
}

.has-site-blue2-border-color {
	border-color: #4677b8;
}

.has-site-orange-color {
	color: #ff5e00;
}

.has-site-orange-background-color {
	background-color: #ff5e00;
}

.has-site-orange-border-color {
	border-color: #ff5e00;
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
	padding: 1em 1.25em !important;
}

.single-newsletter .archive_body hr,
.single-case_study .archive_body hr {
	margin: 1em 0 !important;
}

.archive_body img {
	margin: 1.5em 0;
}

.archive_body p {
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

.archive_body ul {
	list-style: inherit;
}

.archive_body ul li {
	margin-left: 1.5em;
	margin-top: 0.5rem;
}

.archive_body .wp-block-heading {
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

.wp-block-embed__wrapper {
	max-width: 645px;
}

.alignfull .wp-block-embed__wrapper,
.alignwide .wp-block-embed__wrapper {
	max-width: 100%;
}

.aligncenter .wp-block-embed__wrapper {
	margin: auto;
}

.alignleft .wp-block-embed__wrapper,
.alignright .wp-block-embed__wrapper {
	margin: inherit;
	max-width: initial;
}








.brand-title {
	position: relative;
	z-index: 2;
	font-size: 3.4vw;
	margin-left: auto;
	display: block;
	width: 70%;
	padding-right: 8%;
	text-align: left;
	margin-bottom: 1.25em;
	color: var(--color-gold);
	font-weight: 400;
}

.brand-title.res,
.brand-title.res2 {
	display: none;
}

.brand-content {
	display: flex;
}

.image-slider-block {
	width: 60%;
}

.image-slider-block .content-slider {
	transform: translateY(-8.5vw);
}

@keyframes zoomUp {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.15);
	}
}

@keyframes radius {
	0% {
		border-bottom-right-radius: 100%;
	}

	100% {
		border-bottom-right-radius: 0;
	}
}

.swiper-slide-active img,
.swiper-slide-duplicate-active img,
.swiper-slide-prev img {
	animation: zoomUp 7s linear 0s normal both, radius 1s linear 0s normal both;
}

.brand-text {
	width: 40%;
	padding: 0 10% 5% 4%;
	text-align: left;
}

.rev .brand-text {
	padding: 0 4% 0 10%;
}

.content-image.right {
	display: flex;
	width: calc(90% + 10px);
	margin-left: auto;
}

.content-image.right li {
	margin-left: 10px;
}

.content-image.left {
	display: flex;
	width: calc(90% + 10px);
	margin-right: auto;
}

.content-image.left li {
	margin-right: 10px;
}

.content-text {
	display: block;
	padding: 5% 10%;
	width: 100%;
	max-width: 1140px;
	margin: auto;
	text-align: left;
}

.section-title {
	position: relative;
	z-index: 2;
	font-size: 6vw;
	line-height: 1;
	display: block;
	text-align: left;
	margin-bottom: 1em;
	color: var(--color-gold);
}

#history .section-title {
	margin-bottom: 0.5em;
}

.section-title.right {
	text-align: right;
}

.section-title.left:before {
	position: fixed;
	top: 60%;
	right: 101%;
	content: "";
	width: 1000px;
	height: 1px;
	background: var(--color-gold);
}

.section-title.right:after {
	position: fixed;
	top: 60%;
	left: 101%;
	content: "";
	width: 1000px;
	height: 1px;
	background: var(--color-gold);
}


.brand-movie {
	width: 100%;
	max-width: 960px;
	margin: auto;
	padding: 0 5%;
}

.brand-movie a {
	position: relative;
	display: block;
	overflow: hidden;
	padding-top: 56.25%;
	background: var(--color-black);
	box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.5);
}

.brand-movie a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: center;
	transition: .5s ease;
	width: 100%;
	height: 100%;
	opacity: .5;
}

.brand-movie a:hover img {
	transform: translate(-50%, -50%) scale(1.15);
	opacity: 1;
}

.play-triangle {
	position: absolute;
	top: 50%;
	left: calc(50% + 5px);
	transform: translate(-50%, -50%);
	width: 65px;
	height: 90px;
	background-color: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	transition: all 0.5s ease;
}

.play_btn {
	position: relative;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 152px;
	height: 152px;
	cursor: pointer;
}

.play_btn:before {
	content: "";
	display: block;
	position: absolute;
	background-color: #fff;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	z-index: 0;
	transform: translate3d(-50%, -50%, 0);
	animation: ripple 2s ease-out infinite;
	z-index: -1;
}

.brand-movie a:hover .play_btn .play-triangle {
	opacity: .5;
}

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

	30% {
		opacity: 0.2;
	}

	90% {
		opacity: 0;
	}

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

.res-text01,
.res-text02,
.res-text03 {
	display: none;
}

@media(max-width:1600px) {
	#brand .image-slider-block .content-slider {
		transform: translateY(-6vw);
	}

	#about .image-slider-block .content-slider {
		transform: translateY(-7.5vw);
	}

	.brand-text {
		padding: 0 8% 5% 4%;
	}

	.rev .brand-text {
		padding: 0 4% 0 8%;
	}

	.content-text {
		padding: 5% 8%;
	}

	.content-text.em {
		max-width: 980px;
	}

	.res-break {
		display: none;
	}

	.res-text01 {
		display: block;
	}

	.content-image.left,
	.content-image.right {
		width: calc(92% + 10px);
	}
}

@media(max-width:1440px) {
	#brand .image-slider-block .content-slider {
		transform: translateY(0);
	}
}

@media(max-width:1280px) {
	.brand-content {
		margin-bottom: -8vw;
	}

	.brand-title.break {
		display: none;
	}

	.brand-title.res {
		display: block;
		width: 55%;
		font-size: 4.35vw;
		line-height: 1.2;
		margin-bottom: 1.7em;
	}

	.image-slider-block {
		width: 65%;
	}

	.brand-text {
		width: 35%;
	}

	#brand .image-slider-block .content-slider {
		transform: translateY(-17.25vw);
	}

	#about .image-slider-block .content-slider {
		transform: translateY(-7.5vw);
	}

	.res-break2,
	.res-break3 {
		display: none;
	}

	.res-text02,
	.res-text03 {
		display: block;
	}

	.res-text03 {
		margin-top: 4%;
	}
}

@media(max-width:1152px) {
	.brand-title.res {
		display: none;
	}

	.brand-title.break {
		display: block;
		width: 80%;
		font-size: 3.9vw;
		margin-bottom: 1em;
	}

	.brand-content {
		margin-bottom: 0;
	}

	#brand .image-slider-block {
		padding-bottom: 8%;
	}

	#brand .image-slider-block .content-slider,
	#about .image-slider-block .content-slider {
		transform: translateY(0);
	}

	.brand-content {
		flex-direction: column;
	}

	.image-slider-block {
		width: 92%;
	}

	#about .image-slider-block {
		margin-left: auto;
		padding-bottom: 8%;
	}

	.brand-text,
	.rev .brand-text {
		width: 100%;
		padding: 0 8%;
	}

	.res-break2,
	.res-break3 {
		display: block;
	}

	.res-text02,
	.res-text03 {
		display: none;
	}

	#about .brand-text {
		padding-bottom: 5%;
	}
}

@media (max-width:768px) {
	.brand-title.break {
		width: 100%;
		font-size: 4.6vw;
		text-align: center;
		padding: 0 5%;
	}

	.section-title {
		font-size: 8vw;
		margin-bottom: 0.5em;
	}

	#brand .image-slider-block {
		padding-bottom: calc(8% + 2em);
	}

	.image-slider-block {
		width: 95%;
	}

	.brand-text,
	.rev .brand-text {
		padding: 0 5%;
	}

	.content-text {
		padding: 5%;
	}

	.content-image.left,
	.content-image.right {
		width: calc(95% + 10px);
	}

	.play-triangle {
		transform: translate(-50%, -50%) scale(.9);
	}

	.play_btn {
		transform: translate(-50%, -50%) scale(.9);
	}

	.play_btn:before {
		transform: translate3d(-50%, -50%, 0) scale(.9);
	}
}

@media(max-width:640px) {
	.image-slider-block {
		width: 100%;
		padding: 0 5%;
	}

	#brand .image-slider-block {
		padding-bottom: calc(8% + 2em);
	}

	.content-image.right,
	.content-image.left {
		flex-direction: column;
		width: 100%;
		padding: 0 5%;
	}

	.content-image.right li,
	.content-image.left li {
		margin: 0;
		width: 70%;
		max-width: 360px;
	}

	.content-image.right li:nth-child(2),
	.content-image.left li:nth-child(2) {
		margin: 10px auto 0;
	}

	.content-image.right li:nth-child(3),
	.content-image.left li:nth-child(3) {
		margin: 10px 0 0;
		margin-left: auto;
	}

	.content-text.em {
		max-width: 400px;
	}

	.play-triangle {
		transform: translate(-50%, -50%) scale(.8);
	}

	.play_btn {
		transform: translate(-50%, -50%) scale(.8);
	}

	.play_btn:before {
		transform: translate3d(-50%, -50%, 0) scale(.8);
	}
}

@media(max-width:480px) {
	.brand-title.break {
		display: none;
	}

	.brand-title.res2 {
		display: block;
		font-size: 6.5vw;
		width: 100%;
		padding: 0 5%;
		text-align: center;
	}

	.play-triangle {
		transform: translate(-50%, -50%) scale(.75);
	}

	.play_btn {
		transform: translate(-50%, -50%) scale(.7);
	}

	.play_btn:before {
		transform: translate3d(-50%, -50%, 0) scale(.7);
	}

	.content-text.em .font-md {
		font-size: 1.1em !important;
	}

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

	.section-title {
		font-size: 9vw;
	}

	.brand-movie {
		font-size: 0.9em;
	}
}


/* History*/
.column2 {
	display: flex;
	align-items: center;
	text-align: left;
	margin-bottom: 6%;
}

.column2 .image {
	width: 43%;
}

.column2 .text {
	width: 57%;
	padding: 0 10% 0 4%;
}

.column2.rev .text {
	padding: 0 4% 0 10%;
}

@media(max-width:1600px) {
	#history .section-title {
		margin-bottom: 0.75em;
	}

	.column2 {
		align-items: flex-start;
	}

	.column2 .text {
		padding: 0 8% 0 4%;
	}

	.column2.rev .text {
		padding: 0 4% 0 8%;
	}
}

@media(max-width:1366px) {
	.column2 .image {
		width: 45%;
	}

	.column2 .text {
		width: 55%;
	}
}

@media(max-width:1280px) {
	.column2 .image {
		width: 47.5%;
	}

	.column2 .text {
		width: 52.5%;
	}
}

@media(max-width:1152px) {
	.column2 {
		flex-direction: column;
	}

	.column2 .image {
		width: 80%;
		max-width: 800px;
		order: 1;
	}

	.column2 .text {
		position: relative;
		z-index: 2;
		order: 2;
		width: 80%;
		margin-left: auto;
		background: rgba(255, 255, 255, 1);
		padding: 5%;
		padding-right: 8%;
		margin-top: -4em;
	}

	.column2.rev .text {
		padding: 5%;
		padding-right: 8%;
	}
}

@media(max-width:852px) {
	.column2 .image {
		width: 92%;
		max-width: 720px;
	}

	.column2 .text {
		width: 92%;
		max-width: 720px;
		margin-top: -3em;
	}
}

@media(max-width:768px) {
	.column2 .text {
		padding: 5%;
	}
}

@media(max-width:640px) {
	.column2 .image {
		width: 95%;
	}

	.column2 .text {
		width: 95%;
		padding: 5%;
	}
}

@media(max-width:480px) {
	.column2 .text {
		margin-top: -2em;
	}
}



/*Feature*/
.feature-section:before {
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url(images/content/feature_bg.jpg) no-repeat;
	background-size: 65% auto;
	background-position: bottom right;
}

.feature-section:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 85%);
	background-size: cover;
}

.feature-text {
	max-width: 70%;
}

.feature-flow {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5%;
	min-height: 400px;
}

.feature-flow .title {
	position: relative;
	width: 420px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.575em;
	padding: 0 1.25em;
	color: var(--color-gold);
}

.feature-flow .title .num {
	display: block;
	font-size: 0.75em;
	margin-bottom: 0.5em;
}

.feature-flow .title .feature-flow-title {
	line-height: 1.2;
}

.feature-flow .title .feature-flow-title .break {
	display: inline-block !important;
}

.feature-flow .title .circle {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
	border-radius: 100%;
	background: var(--color-gray);
}

.feature-flow .text {
	flex: 1;
	padding-left: 5%;
}

.column3 {
	display: flex;
	justify-content: space-between;
}

.column3 li {
	width: 32.6%;
}

@media (max-width:1280px) {
	.feature-section:before {
		background-size: 75% auto;
	}

	.feature-section:after {
		background: linear-gradient(to right, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.8) 65%, rgba(255, 255, 255, 0) 85%);
	}

	.feature-text {
		max-width: 80%;
	}

	.feature-flow .title {
		width: 380px;
		font-size: 1.45em;
	}

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

@media (max-width:1152px) {
	.feature-flow .title {
		width: 340px;
		font-size: 1.35em;
	}

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

@media (max-width:1024px) {
	.feature-section {
		padding-bottom: 25% !important;
		margin-bottom: 2em;
	}

	.feature-section:before {
		background-size: 70% auto;
		background-position: bottom right 15%;
	}

	.feature-section:after {
		background: none;
	}

	.feature-text {
		max-width: 100%;
	}

	.feature-flow .title {
		width: 280px;
		font-size: 1.15em;
	}
}

@media (max-width:852px) {
	.feature-section {
		margin-bottom: 0.5em;
	}

	.feature-flow {
		flex-direction: column;
		justify-content: center;
	}

	.feature-flow .title {
		width: 450px;
		height: 450px;
		font-size: 1.35em;
		margin-top: -10%;
		margin-bottom: -150px;
	}

	.feature-flow .title.num4 {
		margin-bottom: -130px;
	}

	.feature-flow .text {
		padding-left: 0;
	}

	.feature-flow .title .circle {
		top: 70%;
	}
}

@media (max-width:768px) {
	.feature-flow .title {
		margin-top: -15%;
	}
}

@media (max-width:640px) {
	.feature-section .font-2x {
		font-size: 1.45em !important;
	}

	.feature-flow .title {
		width: 400px;
		height: 400px;
		margin-bottom: -130px;
		margin-top: -20%;
	}

	.feature-flow .title.num4 {
		margin-bottom: -110px;
	}

	.column3 {
		flex-direction: column;
		justify-content: center;
	}

	.column3 li {
		margin: 0;
		width: 70%;
		max-width: 320px;
	}

	.column3 li:nth-child(2) {
		margin: 10px auto 0;
	}

	.column3 li:nth-child(3) {
		margin: 10px 0 0;
		margin-left: auto;
	}
}

@media (max-width:480px) {
	.feature-section .font-2x {
		font-size: 1.25em !important;
	}

	.feature-flow .title {
		width: 340px;
		height: 340px;
		font-size: 1.2em;
		margin-bottom: -110px;
		margin-top: -25%;
	}

	.feature-flow .title.num4 {
		margin-bottom: -90px;
	}
}




/*products*/
.products-category-title {
	position: relative;
	margin-bottom: 2em;
}

.products-category-title.marble {
	display: block;
	background: url(images/content/products_marble_bg.jpg);
	background-repeat: no-repeat;
	background-size: 30% auto;
	background-position: right bottom;
}

.products-category-title.gold {
	display: block;
	background: url(images/content/products_gold_bg.jpg);
	background-repeat: no-repeat;
	background-size: 30% auto;
	background-position: right bottom;
}

.products-category-title .text {
	width: 68%;
}

.products-name {
	font-size: 2em;
	margin-bottom: 0.5em;
	line-height: 1.2;
}

.products-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.products-list:after {
	content: "";
	display: block;
	width: 32%;
}

.products-list li {
	width: 32%;
	margin-bottom: 4%;
}

.products-image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0.5em;
	transition: .5s ease;
}

.products-image img {
	width: 100%;
	height: auto;
	transition: .5s ease;
}

.products-list .name {
	text-align: center;
	color: var(--color-black);
	font-size: 1.1em;
}

.products-list li a:hover .products-image img {
	transform: scale(1.1);
	transform-origin: center;
}

.products-list li a:hover .products-image {
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}

.product-menu {
	display: flex;
	justify-content: center;
	margin-top: -50px;
}

.product-menu li {
	margin: 0 2em;
}

.product-menu li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	overflow: hidden;
	font-size: 1.3em;
	width: 260px;
	height: 260px;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0.5);
	border: 2px solid #fff;
	box-shadow: 0 7px 20px -5px rgba(0, 0, 0, 0.5);
}

.product-menu li a:before {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	width: 100%;
	height: 100%;
	transition: .5s ease;
}

.product-menu li.marble a:before {
	background: url(images/content/products_marble_bg.jpg) no-repeat #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.product-menu li.gold a:before {
	background: url(images/content/products_gold_bg.jpg) no-repeat #fff;
	background-size: cover;
	background-position: center;
}

.product-menu li a:hover {
	background: rgba(0, 0, 0, 0);
}

.product-menu li a:hover:before {
	transform: translate(-50%, -50%) scale(1.1);
}

.product-menu li a i {
	position: absolute;
	bottom: 6%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.6em;
}


.thumb-area {
	width: 80%;
	max-width: 640px;
	margin: 1.5em auto 0;
}

.products-slider-thumbnail .swiper-wrapper {
	justify-content: center;
}

.products-slider-thumbnail .swiper-slide {
	cursor: pointer;
	transition: .5s ease;
}

.products-slider-thumbnail .swiper-slide:hover {
	opacity: .7;
}

.products-slider-thumbnail .swiper-slide-active img,
.products-slider-thumbnail .swiper-slide-duplicate-active img,
.products-slider-thumbnail .swiper-slide-prev img {
	animation: none;
}

.products-detail {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.products-detail .info {
	width: 65%;
}

.products-detail .quote {
	width: 30%;
}

.products-detail .info .name {
	font-size: 2em;
	line-height: 1.4;
}

.products-detail .info .tag {
	display: flex;
	margin-bottom: 0.5em;
}

.products-detail .info .tag span {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	min-width: 6.5em;
	line-height: 1.35;
	padding: 0.25em 0.5em;
	border: 1px solid var(--color-black);
	margin-right: 0.75em;
}

.products-detail .quote .name {
	font-size: 1.1em;
	line-height: 1.3;
	font-weight: 600;
}

.products-detail .quote .tab_btn.large a {
	width: 100%;
	min-width: 100%;
	padding: 15px;
}

@media (max-width:1366px) {

	.products-category-title.marble,
	.products-category-title.gold {
		background-size: 33% auto;
	}

	.products-category-title .text {
		width: 65%;
		line-height: 1.5;
	}

	.product-menu li {
		margin: 0 1.5em;
	}

	.product-menu li a {
		width: 220px;
		height: 220px;
		font-size: 1.2em;
	}

	.products-detail .info {
		width: 70%;
	}

	.products-detail .quote {
		width: 26%;
	}

}

@media (max-width:1152px) {

	.products-category-title.marble,
	.products-category-title.gold {
		background-size: 35% auto;
	}

	.products-category-title .text {
		width: 63%;
		line-height: 1.4;
	}

	.products-list:after {
		width: 32.5%;
	}

	.products-list li {
		width: 32.5%;
	}

	.products-detail .info .name {
		font-size: 1.8em;
	}

	.products-detail .quote .name {
		font-size: 1em;
	}

	.products-slider-section {
		margin-bottom: 1rem !important;
	}
}

@media (max-width:1024px) {
	.products-list:after {
		display: none;
	}

	.products-list li {
		width: 48.5%;
		margin-bottom: 6%;
	}

	.product-menu li {
		margin: 0 1.5em;
	}

	.product-menu li a {
		width: 200px;
		height: 200px;
	}
}

@media (max-width:960px) {
	.products-detail .info {
		width: 100%;
		margin-bottom: calc(5% + 2em);
	}

	.products-detail .quote {
		width: 60%;
		margin: auto;
		margin-bottom: calc(4% + 1em);
	}

	.products-detail .quote .name {
		font-size: 1.1em;
	}

	.care_btn {
		text-align: center;
	}

	.products-slider-section {
		margin-bottom: 0 !important;
	}
}

@media (max-width:768px) {
	.products-list li {
		width: 49%;
		margin-bottom: 5%;
	}

	.thumb-area {
		width: 90%;
	}
}

@media (max-width:640px) {

	.products-category-title.marble,
	.products-category-title.gold {
		background-size: 30% auto;
		background-position: right top;
	}

	.products-category-title .text {
		width: 100%;
	}

	.products-name {
		width: 68%;
		padding-top: 2vw;
	}

	.product-menu li {
		margin: 0 1em;
	}

	.product-menu li a {
		width: 180px;
		height: 180px;
	}

	.products-detail .quote {
		width: 100%;
		max-width: 360px;
	}

	.products-detail .info .name {
		font-size: 1.65em;
	}

	.thumb-area {
		margin: 1em auto 0;
	}
}

@media (max-width:560px) {
	.products-category-title {
		margin-bottom: 1.5em;
	}

	.products-category-title.marble,
	.products-category-title.gold {
		background: none;
	}

	.products-name {
		font-size: 1.8em;
		width: 100%;
		padding-top: 0;
	}

	.products-list .name {
		font-size: 1.05em;
	}

	.product-menu li {
		margin: 0 0.75em;
	}

	.product-menu li a {
		width: 170px;
		height: 170px;
		font-size: 1.1em;
	}

	.thumb-area {
		width: 100%;
	}
}

@media (max-width:480px) {
	.products-category-title {
		margin-bottom: 1.25em;
	}

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

	.products-list .name {
		font-size: 1em;
		line-height: 1.3;
	}

	.product-menu li {
		margin: 0 0.5em;
	}

	.product-menu li a {
		width: 150px;
		height: 150px;
		font-size: 1.05em;
	}

	.products-detail .info .name {
		font-size: 1.5em;
	}

	.thumb-area {
		margin-top: 0.5em;
	}
}




/*care*/
.care:before {
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: -30%;
	content: "";
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, #fff 5%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 80%), url(images/content/care_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top, right center;
	background-size: cover, contain;
}

@media (max-width:1366px) {
	.care:before {
		right: -40%;
	}
}

@media (max-width:1024px) {
	.care:before {
		background-position: left top, right 40% center;
		background-size: cover, 135% auto;
	}
}

@media (max-width:768px) {
	.care:before {
		background-position: left top, right 50% center;
		background-size: cover, 175% auto;
	}
}

@media (max-width:640px) {
	.care:before {
		background-position: left top, right 55% center;
		background-size: cover, 240% auto;
	}
}

@media (max-width:480px) {
	.care {
		padding-top: 25vw;
	}

	.care:before {
		right: -29%;
		background-position: left top, right top -7vw;
		background-size: cover, contain;
	}
}



/**お見積り**/
.quote-overlay {
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	opacity: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.pop-up {
	display: none;
}

.pop-up:checked+.quote-overlay {
	visibility: visible;
	opacity: 1;
	z-index: 100000;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
}

.popWindow {
	position: relative;
	max-height: 100%;
	max-width: 100%;
	transform: scale(0.3);
	z-index: 100010;
	line-height: 18px;
	margin: 0 auto;
	padding: 42px 30px;
	text-align: center;
	transition: all 0.5s 0s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.pop-up:checked+.quote-overlay .popWindow {
	transform: scale(1);
	height: 100%;
}

.pbox {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	border-radius: 5px;
	overflow: auto;
}

.popWindow .close {
	position: absolute;
	top: 0;
	right: 0;
	transition: all 5ms;
	width: 44px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 36px;
	line-height: 1;
	font-weight: bold;
	text-decoration: none;
	color: #ccc;
	background: rgba(30, 30, 30, .6);
}

.popWindow .close:hover {
	color: #fff;
	background: rgba(30, 30, 30, 0);
}

.pbox::-webkit-scrollbar-track {
	background: none;
}

.pbox::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.pbox::-webkit-scrollbar-thumb {
	background: #999;
	border-radius: 5px;
}

.clickable:hover {
	cursor: pointer;
}


.quote-info {
	display: block;
	padding: 5%;
	background: var(--color-gray);
	margin-bottom: 3em;
}

.wq-Form .wq-Quantity,
.wq-Form .wq-Selector,
.wq-Form .wq-Slider {
	border: 1px solid var(--color-black) !important;
	border-radius: 0 !important;
	overflow: hidden !important;
}

.wq-Form .wq-Quantity>.wq--head,
.wq-Form .wq-Selector>.wq--head,
.wq-Form .wq-Slider>.wq--head {
	background-color: var(--color-gray) !important;
	border-bottom: 1px solid var(--color-black) !important;
}

.wq-Form .wq-Quantity>.wq--head,
.wq-Form .wq-Selector>.wq--head {
	font-size: 1.05em !important;
	font-weight: 600 !important;
	color: var(--color-black) !important;
	padding: 10px 20px !important;
}

.wq-Form .wq-Selector>.wq--body {
	padding: 10px;
}

.wq-Quantity .wq--body {
	padding: 10px 20px !important;
}

.wq-Form .wq-Quantity>.wq--head>.wq--main>.wq--note,
.wq-Form .wq-Selector>.wq--head>.wq--main>.wq--note {
	color: rgba(0, 0, 0, 0.6) !important;
	font-size: 0.85em !important;
	letter-spacing: 0.025em;
}

.wq-Form .wq-Option>.wq--label:hover {
	background: #eee7d7 !important;
}

.wq-Form .wq-Option>.wq--input:checked+.wq--label,
.wq-Form .wq-Option>.wq--select.wq-is-selected+.wq--label {
	background: #e0cfa9 !important;
}

.wq-Form .wq-Option>.wq--label>.wq--main>.wq--note {
	font-size: 0.95em !important;
	color: var(--color-black) !important;
	letter-spacing: 0 !important;
	display: flex !important;
	align-items: center !important;
	text-align: left !important;
	flex-direction: column;
}

.wq-Form .wq-Option>.wq--label>.wq--main>.wq--name {
	letter-spacing: 0;
	line-height: 1.3;
}

.wq-Form .wq-Image.wq-belongs-quantity,
.wq-Form .wq-Image.wq-belongs-selector,
.wq-Form .wq-Image.wq-belongs-slider {
	margin-right: 10px !important;
}

.wq-Form .wq-Control>.wq--header>.wq--label {
	font-size: 1rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.025em;
}

.wq-Form .wq-Option>.wq--label>.wq--main>.wq--prices>.wq--price {
	display: none !important;
}

.wq-Form .wq-Control>.wq--header {
	flex-direction: column;
	width: 14.5em !important;
}

.wq-Form .wq-Control>.wq--header>.wq--required {
	color: #fff !important;
	background: #ce3851 !important;
	flex: 0 0 auto;
	font-size: 12px;
	padding: 6px 8px;
	font-weight: 400;
	line-height: 1 !important;
	margin-top: 1px;
	margin-bottom: 4px;
}

.wq-Dialog .wq-Button,
.wq-Form .wq-Button {
	font-size: 16px !important;
	border: none !important;
	padding: 10px 20px !important;
	width: auto;
}

.wq-Dialog .wq-Button.wq-type-primary,
.wq-Form .wq-Button.wq-type-primary {
	background-color: var(--color-red) !important;
	border-radius: 50px !important;
	border: 2px solid var(--color-red) !important;
	font-size: 18px !important;
	color: #fff;
	min-width: 400px !important;
	padding: 20px 25px !important;
	transition: .5s ease !important;
}

@media (hover: hover),
screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {

	.wq-Dialog .wq-Button.wq-type-primary:hover,
	.wq-Form .wq-Button.wq-type-primary:hover {
		background-color: #fff !important;
		color: var(--color-red) !important;
	}
}

.wq-Form .wq-Control.wq-for-action .wq-content-empty {
	display: none;
}

.wq-Form .wq-Control.wq-for-action .wq-InputGroup {
	justify-content: center !important;
}

.wq-is-confirming .wq--header>.wq--label {
	color: #888 !important;
}

.wq-Form .wq-TextArea,
.wq-Form .wq-TextInput {
	padding: 10px !important;
}

.wq-Form .wq-Control>.wq--header {
	padding: 0 !important;
}

.wq-Form .wq-Radio>label {
	padding: 0 15px !important;
	line-height: 40px !important;
}

.wq-Form .wq-Radio>label:before {
	margin-right: 0.25em !important;
}

.wq-Form .wq-Control>.wq--body .wq--note {
	margin-top: 0.25em !important;
}

.wq-Form .wq-Radio>label {
	margin-bottom: 4px !important;
}

.wq-Form .wq-TextArea:hover,
.wq-Form .wq-TextInput:hover,
.wq-Form .wq-TextArea:focus,
.wq-Form .wq-TextInput:focus {
	border: 1px solid var(--color-gold) !important;
	box-shadow: 0 0 0 1px var(--color-gold) !important;
}

.wq-Form .wq-Monitor>.wq--entries>.wq--entry:nth-child(2n) {
	background: #faf8f4 !important;
}

.wq-Form .wq-Monitor>.wq--entries>.wq--entry:not(.wq-for-header)>.wq-for-category {
	color: hsla(0, 0%, 7%, .8) !important;
}

.wq-Form .wq-Control>.wq--body .wq--note {
	opacity: 1 !important;
	color: #666 !important;
}

.design-image {
	display: flex;
	justify-content: space-between;
	max-width: 480px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.design-image li {
	width: 32%;
}

/* モニター部分の不要な列を非表示に */
#wq-monitor .wq--prop.wq-for-normalUnitPrice,
#wq-monitor .wq--prop.wq-for-unitPrice,
#wq-monitor .wq--prop.wq-for-quantity,
#wq-monitor .wq--prop.wq-for-price,
#wq-monitor .wq--prop.wq-for-taxClass {
	display: none !important;
}

/* 合計・小計エリアを非表示に */
#wq-monitor .wq--footer {
	display: none !important;
}

/* ZIPのラベルと入力欄を横並びに */
#wq-attr-address-9 .wq-InputGroup:first-of-type {
	display: flex;
	align-items: center;
	gap: 10px;
}

/* Zipラベルの見た目を調整（任意） */
#wq-attr-address-9 .wq-InputGroup:first-of-type>span {
	min-width: 30px;
	font-weight: 500;
	white-space: nowrap;
}

/* &#x1f69a; Shipping Addressエリアの State, City を縦並びに */
.wq-Control.wq-for-address .wq-InputGroup.wq-belongs-address {
	display: block;
}

/* State, City それぞれを全幅に */
.wq-Control.wq-for-address .wq-for-pref,
.wq-Control.wq-for-address .wq-for-city {
	width: 100% !important;
	max-width: 100%;
	margin-bottom: 4px;
}


@media screen and (max-width: 782px) {
	.wq-Form .wq-Button.wq-type-primary {
		width: 100%;
		min-width: auto !important;
	}

	.wq-Dialog .wq-Button.wq-type-primary,
	.wq-Form .wq-Button.wq-type-primary {
		padding: 18px 25px !important;
		letter-spacing: 0.075em;
	}

	.wq-Form .wq-Control>.wq--header {
		flex-direction: row;
		width: 100% !important;
	}

	.wq-Form .wq-Control>.wq--header>.wq--required {
		margin-top: 0;
		margin-left: 5px;
	}
}

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

	.wq-Form .wq-Quantity>.wq--head,
	.wq-Form .wq-Selector>.wq--head {
		padding: 10px !important;
	}

	.wq-Form .wq-Selector>.wq--body {
		padding: 0;
	}

	.wq-Quantity .wq--body {
		padding: 10px !important;
	}
}