@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");

/*
 * Recruit page unified stylesheet
 *
 * TABLE OF CONTENTS
 * 1. Desktop styles (641px and above)
 *    - Reset and utilities
 *    - Shared header/footer
 *    - Recruit page
 * 2. Mobile styles (640px and below)
 *    - Icon font and menu button
 *    - Reset and utilities
 *    - Shared header/footer
 *    - Recruit page
 *
 * PCとスマホの既存デザインを維持するため、各ブレークポイント内で
 * 共通設定からページ固有設定の順に記載しています。
 */

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

/* 1-1. PC: リセット・共通ユーティリティ */
/*
 * StyleName: common.css
 * Version: 3.0.2
 *
 * FoodConnection
 * http://foodconnection.jp/
 * http://foodconnection.vn/
 *
 */



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

button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}



/*=============================================
 * reset by FC Dev
 *=============================================*/

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
	border: 0;
}
img {
	border: 0;
	transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
img, input {
	vertical-align: middle;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html address {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
table, caption, th, td {
	font-style: normal;
	font-weight: normal;
}
hr {
	margin: 0;
	padding: 0;
}
iframe {
	margin: 0;
	padding: 0;
	border: 0;
}
form, fieldset, input, button, select, optgroup, option, textarea, label, legend {
	margin: 0;
	padding: 0;
	outline: none;
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, br, ins, del, a, img, object {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: inherit;
	border: 0;
}

/*=============================================
 * reset - custom
 *=============================================*/

:before,
:after {
	pointer-events: none;
}
* { /* fix font boosting on mobile Chrome */
	max-height: 1000000px;
}
*:first-child + html img,
* html img {
	vertical-align: top;
}
html,
body {
	line-height: 1;
	word-spacing: normal;
	min-height: 100%;
	text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	/* -webkit-font-smoothing: antialiased; */
}
html.break-jump,
.break-jump body { /* fixed for screen jumping bug on iOS */
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
}
input,
button,
select,
optgroup,
option,
textarea,
label {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
select,
button,
input:button,
input:submit,
input:reset {
	cursor: pointer;
}
/*
option:disabled {
	display: none;
}
*/
strong {
	font-weight: 600;
}
em {
	font-style: italic;
}
small {
	font-size: smaller;
}
del {
	text-decoration: line-through;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus,
a:active {
	outline: none;
	-moz-outline-style: none;
	ie-dummy: expression(this.hideFocus=true);
}
/*
a[href=""],
a[href=""] >* {
	cursor: not-allowed !important;
}
a[href=""]:focus,
a[href=""]:active {
	pointer-events: none;
}
*/
a[x-apple-data-detectors] {
	color: inherit !important;
	text-decoration: none !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}



/*=============================================
 * lazyload
 *=============================================*/

img:not([src]) {
	visibility: hidden;
}
img[data-src],
img[data-srcset] {
	display: block;
	min-height: 1px;
}
.i-wrapper {
	width: 100%;
	height: 0;
	padding-bottom: 66.67%; /* You define this doing height / width * 100% */
	position: relative;
}
.i-wrapper img {
	width: 100%;
	/*height: auto;*/
	position: absolute;
}



/*=============================================
 * .clearfix
 *=============================================*/

.nav-fl,
.nav-fr,
.clearfix {
	zoom: 1 !important;
}
.nav-fl:after,
.nav-fr:after,
.clearfix:after {
	content: "." !important;
	clear: both !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
}



/*=============================================
 * nav - float/inline
 *=============================================*/

.nav-fl >* {
	float: left;
}
.nav-fr >* {
	float: right;
}
.nav-inline >* {
	display: inline-block;
}



/*=============================================
 * fonts
 *=============================================*/

 /*
[class^=fnt-] {
	font-size: initial;
	font-weight: normal;
	font-style: normal;
	line-height: initial;
	letter-spacing: initial;
}
*/
.fnt-garamond {
	font-family: Garamond, "游明朝", YuMincho, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/*=============================================
 * text vertical
 *=============================================*/

.txt-vertical {
	cursor: vertical-text;
	writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	text-orientation: upright;
	word-wrap: break-word;
}
.txt-vertical .int {
	writing-mode: lr-tb;
	-o-writing-mode: horizontal-tb;
	-ms-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	-moz-writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
	display: inline-block;
	text-align: center;
	line-height: 1.5em;
}
.txt-normal .int {
	height: 1.1em;
}
.txt-vertical-x >* {
	writing-mode: rl-tb;
	-o-writing-mode: vertical-tb;
	-ms-writing-mode: vertical-tb;
	-ms-writing-mode: rl-tb;
	-moz-writing-mode: vertical-tb;
	-webkit-writing-mode: vertical-tb;
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	display: inline-block;
	white-space: nowrap;
	word-wrap: break-word;
	width: 1px;
	line-height: 1;
}
.txt-vertical .txt-latin {
	cursor: vertical-text;
	direction: rtl;
	writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	text-orientation: sideways-right;
	-o-text-orientation: sideways-right;
	-ms-text-orientation: upright;
	-ms-text-orientation: sideways-right;
	-moz-text-orientation: sideways-right;
	-webkit-text-orientation: sideways-right;
	letter-spacing: .25em;
}



/*=============================================
 * .bg-parallax
 *=============================================*/

.bg-parallax {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	width: 100%;
	min-height: 600px;
}



/*=============================================
 * rollover button
 *=============================================*/

.btn-over img,
.over-img img,
img.over,
img:not(.btn):not(.non-over),
button img {
	opacity: 1;
/*
	transform: translateX(0) translateZ(0);
	-moz-transform: translateX(0) translateZ(0);
	-webkit-transform: translateX(0) translateZ(0);
	transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
*/
}
.over-img img:hover,
img.over:hover,
/* a:not([href=""]):hover img:not(.btn):not(.non-over), */
a:hover img:not(.btn):not(.non-over),
button:hover img {
	cursor: pointer;
	opacity: .8;
/*
	transform: translateX(.01em) translateZ(0);
	-moz-transform: translateX(.01em) translateZ(0);
	-webkit-transform: translateX(.01em) translateZ(0);
*/
}
.non-over a:hover img:not(.over),
.non-over img:not(.over):not(.btn):hover {
	opacity: 1 !important;
}
.btn-over {
	display: inline-block;
	position: relative;
}
.btn-over img + img {
	pointer-events: none;
	opacity: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.btn-over:hover img + img,
.btn-over.active img + img {
	opacity: 1 !important;
}
.btn-over:hover img,
.btn-over.active img {
	opacity: 0 !important;
}



/*=============================================
 * .slide-fade
 *=============================================*/

.slideParent {
	position: relative;
}
.slide-fade {
	position: relative;
}
.slide-fade >* {
	margin: auto;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.slide-btn {
	pointer-events: none;
	margin: auto;
	width: 100%;
	position: relative;
	z-index: 1;
}
.slide-btn .slide-next,
.slide-btn .slide-prev {
	pointer-events: visible;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.slide-btn .slide-next {
	right: 0;
}
.slide-btn .slide-prev {
	left: 0;
}
.slide-btn .slide-next img,
.slide-btn .slide-prev img {
	cursor: pointer;
	opacity: 1;
	transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
}
.slide-btn .slide-next img:hover,
.slide-btn .slide-prev img:hover {
	opacity: .8;
}
.slide-page {
	margin: 0 auto;
	text-align: center;
}
.slide-page >* {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	background: #C0C0C0;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.slide-page >*:hover,
.slide-page >*.active {
	background: #8D8D8D;
}



/*=============================================
 * .nav-animate
 *=============================================*/

.nav-animate {
}



/*=============================================
 * .nav-fixed
 *=============================================*/

.nav-fixed {
}
.nav-fixed.fixed {
}
.nav-target {
}
.nav-pin {
}
.nav-pin.fixed {
}



/*=============================================
 * .wrap
 *=============================================*/

.wrap {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}



/*=============================================
 * .gmap
 *=============================================*/

.gmap {
	background: url(data:image/gif;base64,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) no-repeat center center #EDEDED;
	width: 100%;
	min-height: 300px;
	position: relative;
}
.gmap iframe {
	pointer-events: none !important;
	width: 100%;
}
.gmap.scrollable iframe {
	pointer-events: visible !important;
}



/*=============================================
 * .tabs-switch
 *=============================================*/

.tabs-switch {
}
.tabs-switch .tab-link {
}
.tabs-switch .tab-link >* {
	cursor: pointer;
	display: inline-block;
}
.tabs-switch .tab-link >* a {
	pointer-events: none;
}
.tabs-switch .tab-link.link-over >* {
	position: relative;
}
.tabs-switch .tab-link.link-over >* >img {
}
.tabs-switch .tab-link.link-over >* >img + img {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.tabs-switch .tab-link.link-over >* >img + img,
.tabs-switch .tab-link.link-over >*:hover >img,
.tabs-switch .tab-link.link-over >*.active >img {
	opacity: 0;
}
.tabs-switch .tab-link.link-over >*:hover >img + img,
.tabs-switch .tab-link.link-over >*.active >img + img {
	opacity: 1;
}
.tabs-switch .tab-content {
}
.tabs-switch[data=fade] .tab-content {
	min-height: 100px;
	position: relative;
}
.tabs-switch .tab-content >* {
	display: none;
}
.tabs-switch[data=fade] .tab-content >* {
	margin: auto;
	width: 100%;
	height: 100%;/*
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	*/
}



/*=============================================
 * .toggle
 *=============================================*/

.toggle {
}
.toggle .toggle-link {
	cursor: pointer;
	position: relative;
}
.toggle .toggle-main {
	display: none;
}
.toggle.active .toggle-main {
	display: block;
}



/*=============================================
 * .pagination
 *=============================================*/

.pagination {
}
.pagination >.page-content {
}
.pagination >.page-content >* {
	display: none;
}
.pagination >.page-content >*.active {
	display: block;
}
.pagination >.page-link {
	text-align: center;
}
.pagination >.page-link ul {
}
.pagination >.page-link li {
	cursor: pointer;
	display: inline-block;
}
.pagination >.page-link .page-item {
}
.pagination >.page-link .page-item.active {
	font-weight: 600;
}
.pagination >.page-link .page-ellipse {
}
.pagination >.page-link .page-first {
}
.pagination >.page-link .page-last {
}
.pagination >.page-link .page-next {
}
.pagination >.page-link .page-prev {
}
.pagination >.page-link .page-ellipse,
.pagination >.page-link .page-first.disabled,
.pagination >.page-link .page-last.disabled,
.pagination >.page-link .page-next.disabled,
.pagination >.page-link .page-prev.disabled {
	cursor: not-allowed;
}



/*=============================================
 * .noanimated
 *=============================================*/

.noanimated {
}
.noanimated .wow {
	visibility: visible !important;
	animation-duration: none !important;
	-moz-animation-duration: none !important;
	-webkit-animation-duration: none !important;
	animation-fill-mode: none !important;
	-moz-animation-fill-mode: none !important;
	-webkit-animation-fill-mode: none !important;
}



/*=============================================
 * .rss
 *=============================================*/

.rss {
	word-wrap: break-word;
	word-break: break-word;
}



/*=============================================
 * #pagetop
 *=============================================*/

#pagetop {
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center;
	position: fixed;
	right: 10px;
	bottom: 10px;
	visibility: hidden;
	z-index: 999;
	transition:
		opacity .3s ease,
		visibility .3s ease;
	-moz-transition:
		opacity .3s ease,
		visibility .3s ease;
	-webkit-transition:
		opacity .3s ease,
		visibility .3s ease;
}
#pagetop.visible {
	opacity: 1;
	visibility: visible;
}
#pagetop.in-scroll {
	cursor: not-allowed;
}
#pagetop >* {
	opacity: 1;
	transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
}
#pagetop >*:hover {
	cursor: pointer;
	opacity: .8;
}



/*=============================================
 *<header>
 *=============================================*/

header {
	width: 100%;
}
header >.wrap {
	position: relative;
	z-index: 2;
}
header h1 {
	font-size: inherit;
}



/*=============================================
 *<section>
 *=============================================*/

section {
	clear: both;
	margin: auto;
	width: 100%;
	position: relative;
}



/*=============================================
 *<footer>
 *=============================================*/

footer {
	width: 100%;
	position: relative;
}
footer a {
	color: inherit;
}
footer nav {
}
footer nav >a {
}
footer nav >a + a {
	padding-left: 5px;
}
footer nav >a + a:before {
	content: "\7C";
	display: inline-block;
	padding-right: 5px;
	text-decoration: none;
	text-decoration-line: none;
	text-decoration-color: transparent;
}

address {
	text-align: center;
}



/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
	margin: auto;
	font: unset;
	line-height: normal;
	text-align: center;
}
#socialbuttons >* {
	display: inline-block;
	margin: 0 3px;
	vertical-align: middle;
	height: 20px;
}



/*=============================================
 * debugger
 *=============================================*/

html.fc-debugger {
}
#fc-console {
	opacity: 0;
	margin: auto;
	color: #F0F0F0;
	font-size: 14px;
	font-family: Consolas, "Source Code Pro", "Lucida Grande", monospace, sans-serif;
	background: rgba(60, 60, 60, .9);
	width: 90%;
	max-width: 1200px;
	border: 1px solid rgba(255, 255, 255, .05);
	position: fixed;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: 5px 10px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 5px 10px 10px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, .5);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	visibility: hidden;
	z-index: 9999999999999999999999999999999;
}
html.fc-debugger #fc-console {
	opacity: 1;
	visibility: visible;
}
#fc-console.active {
	top: initial;
}
#fc-console * {
	color: #EFEFEF;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	line-height: 20px;
}
#fc-console .console-title {
	cursor: pointer;
	margin: auto;
	padding: 10px 20px;
	color: #202020;
	font-size: 20px;
	font-weight: 600;
	font-variant: small-caps;
	text-shadow: none;
	line-height: 22px;
	background: rgba(215, 215, 215, .8);
	border: 1px solid rgba(255, 255, 255, .05);
	position: absolute;
	top: -45px;
	left: -1px;
	right: -1px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#fc-console .console-title[data-total]:before {
	content: attr(data-total);
	margin-left: -10px;
	margin-right: 10px;
	padding: 3px 10px;
	color: #FEFEFE;
	font-size: 12px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	line-height: 15px;
	background: #D82323;
	height: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 15px;
	position: relative;
	top: -3px;
}
#fc-console .console-title:hover {
	color: #303030;
	background: rgba(215, 215, 215, .9);
}
#fc-console .console-clear {
	cursor: pointer;
	margin: auto;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 15px;
	background: #607D8B;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	top: -35px;
	right: 7px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#fc-console .console-clear:hover {
	background: #4C626D;
}
#fc-console .console-main {
	padding: 10px;
	max-height: 350px;
	max-height: 35vh;
	overflow: hidden;
	overflow-y: auto;
}
#fc-console .console-main a {
	color: #3A92C8;
	text-decoration: none;
}
#fc-console .console-main a:hover {
	text-decoration: underline;
}
#fc-console .console-block {
	padding: 10px;
	position: relative;
}
#fc-console .console-block[data-count]:before {
	content: attr(data-count);
	margin: auto;
	padding: 3px 10px;
	color: #FEFEFE;
	font-size: 12px;
	text-align: center;
	line-height: 15px;
	background: #D82323;
	height: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 15px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
#fc-console .console-block + .console-block {
}
#fc-console .console-block + .console-block:after {
	content: "";
	margin: auto;
	background: rgba(0, 0, 0, .1);
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 1px rgba(255, 255, 255, .05);
	-moz-box-shadow: 0 1px rgba(255, 255, 255, .05);
	-webkit-box-shadow: 0 1px rgba(255, 255, 255, .05);
}
#fc-console .console-block >* {
	margin: 5px 0;
}
#fc-console .console-message {
	padding-left: 20px;
	color: #F44336;
	font-style: italic;
	position: relative;
}
#fc-console .console-message:before {
	content: "#";
	color: #F44336;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
#fc-console .console-stacktrace {
	margin-left: 20px;
	padding-left: 20px;
	box-shadow: inset 2px 0 rgba(255, 255, 255, .1);
	-moz-box-shadow: inset 2px 0 rgba(255, 255, 255, .1);
	-webkit-box-shadow: inset 2px 0 rgba(255, 255, 255, .1);
}
#fc-console .console-stacktrace >* {
	font-size: 13px;
}
#fc-console .console-script {
}
#fc-console .console-line {
}
#fc-console .console-column {
}
#fc-console .console-error {
	margin-left: 18px;
	padding-left: 22px;
	color: #CFCFCF;
	position: relative;
}
#fc-console .console-error:before {
	content: "$";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}



/*=============================================
 * .copy - clipboard
 *=============================================*/

.copy {
	cursor: pointer;
	touch-action: manipulation; /* fixed for iOS */
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.copy:hover {
	opacity: .8;
}
.copy.copied {
}



/*=============================================
 * customs
 *=============================================*/

.bxSlider,
.bxSlider * {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.bx-wrapper img { /* responsive */
	display: block;
	max-width: 100%;
	height: auto;
}
a.bx-next,
a.bx-next:active,
a.bx-next:focus,
a.bx-next:hover,
a.bx-next:hover img,
a.bx-prev,
a.bx-prev:active,
a.bx-prev:focus,
a.bx-prev:hover,
a.bx-prev:hover img,
a.bx-pager-link,
a.bx-pager-link:active,
a.bx-pager-link:focus,
a.bx-pager-link:hover,
a.bx-pager-link:hover img,
a[data-slide-index],
a[data-slide-index]:active,
a[data-slide-index]:focus,
a[data-slide-index]:hover,
a[data-slide-index]:hover img {
	pointer-events: visible !important;
	cursor: pointer !important;
}

.fb-page {
	background: #FFF;
	width: 100%;
	height: inherit;
}
.fb-like.fb_iframe_widget >span {
	display: block;
	vertical-align: baseline !important;
}

/* https://stackoverflow.com/questions/29429296/responsive-width-facebook-page-plugin/31971705 */
.fb-page,
.fb-page span,
.fb-page span iframe[style] {
    max-width: 100% !important;
}



/*=============================================
 * horizontal & vertical align
 *=============================================*/

.x-full {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.x-center {
	text-align: center;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.y-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.z-center {
	margin-right: -50%;
	text-align: center;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}



/*=============================================
 * .vh-fix
 *=============================================*/

.vh-fix {
}



/*=============================================
 * .full-height - 100vh
 *
 * this bug not displaying 100vh correctly
 * fixed on iOS/Chrome
 *=============================================*/

.full-height {
	height: 100vh;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.full-height {
		height: 768px;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	.full-height {
		height: 1024px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
	.full-height {
		height: 320px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
	.full-height {
		height: 568px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.full-height {
		height: 320px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.full-height {
		height: 480px;
	}
}



/*=============================================
 * customs common - FCV
 *=============================================*/

.fl {
	float: left;
}
.fr {
	float: right;
}
.fn {
	float: none;
}



/*=============================================
 * WordPress
 *=============================================*/

body.wp {
}



/*=============================================
 * RESPONSIVE
 *=============================================*/

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



@media only screen and (max-width: 1080px) {
	html.responsive {
		min-width: auto;
	}
	html.responsive a:hover {
		text-decoration: none;
	}
	html.responsive img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	html.responsive .wrap {
		padding: 0 6.25%; /* 40px */
		width: auto;
		max-width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	html.responsive #socialbuttons .social-line {
		width: 92px;
		overflow: hidden;
	}
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 320px) {
	html.responsive {
		min-width: 320px !important;
	}
}
.imgObject{
    background-size: cover;
    background-position: center center;    
}
.imgObject img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.imgObject.custom-object-fit img{
    opacity: 0;            
}

/* 1-2. PC: ヘッダー・フッター共通 */
html:not(.responsive) {
	min-width: 1100px; /* viewport */
}



/*=============================================
 * body
 *=============================================*/

body {
	color: #000;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background: url('../img/shared/bg.jpg') repeat center top;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0.1em;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
}



/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.txt-center {
	text-align: center;
}
.tr{
    text-align: right;
}
.tl{
    text-align: left;
}
.btn-sd img {
	box-shadow: 3px 4px 6px 0px rgba(207, 186, 165, 0.48);
}
.img-sd {
	box-shadow: 0px 0px 27px 0px rgba(8, 8, 8, 0.17);
}
.line {
	background: url('../img/shared/line.jpg') repeat center top;
	box-shadow: 0px 2px 9px 0px rgba(8, 8, 8, 0.19);
	width: 100%;
	height: 9px;
	border: none;
}
.rss_img img {
	max-width: 100%;
	height: auto;
}
.flex-box {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.disF{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.btnshareb a, .btnsharew a {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 18px;
	line-height: 62px;
	letter-spacing: 0.2em;
	font-weight: 600;
	width: 380px;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	position: relative;
	transition: all ease .3s;
}
.btnshareb a:after, .btnsharew a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 26px;
	transition: all ease .3s;
	width: 10px;
	height: 100%;
}
.btnshareb a {
	border: 4px solid #000;
}
.btnshareb a:after {
	background: url('../img/shared/btn-arrowb.png') no-repeat center center;
}
.btnshareb a:hover, .btnshareb a.active {
	background-color: #9a0000;
	border-color: #9a0000;
	color: #fff;
}
.btnshareb a:hover:after, .btnshareb a.active:after {
	background: url('../img/shared/btn-arroww.png') no-repeat center center;
}
.btnsharew a {
	border: 4px solid #fff;
	color: #fff;
}
.btnsharew a:after {
	background: url('../img/shared/btn-arroww.png') no-repeat center center;
}
.btnsharew a:hover, .btnsharew a.active {
	background-color: #9a0000;
	border-color: #9a0000;
	color: #fff;
}

/*=============================================
 *<main>
 *=============================================*/

main {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1000px;
}



/*=============================================
 *<header>
 *=============================================*/

header {
	position: relative;
}
header h1 {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
header .tel {
	margin: 25px 0 18px;
}
header #navTop .navInner {
	margin-top: 46px;
	padding-left: 12px;
}
header #navTop .navInner li {
	margin: 0 15px;
    position: relative;
}
header #navTop {
	position: absolute;
	top: 0;
	left: 0;
	padding: 103px 50px 40px;
	width: 220px;
}
header #navTop .subMenu {
	opacity: 0;
	position: absolute;
	top: 0;
	left: calc(100% + 16px);	
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	visibility: hidden;
    width: 147px;
    border: 1px solid #b6b6b6;
    background: #fff;
    z-index: 1;
    padding: 11px 16px 11px 18px;
    box-sizing: border-box;
}
header #navTop .subMenu:before{
    content: url("../img/shared/subMenu_icon.png");
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
}
header #navTop li:hover >.subMenu {
	opacity: 1;
	visibility: visible;
}
header #navTop .subMenu li {
	display: block;
    margin: 0;
}
header #navTop .subMenu li + li{
    border-top: 1px solid #b6b6b6;
}

#navfix {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 28px 0 26px;
	font-weight: 500;
	background-color: #fff;
	position: fixed;
	top: -100px;
	left: 0;
	width: 100%;
	height: 46px;
	z-index: 100;
	transition: all ease .3s;
}
#navfix.fixed {
	top: 0;
}
#navfix li {
	transition: all ease .3s;
	margin: 0 19px;
	padding: 5px 0;
    position: relative;
}
#navfix li:hover >:not(.subMenu), #navfix li.active >:not(.subMenu) {
	color: #c90000;
	text-decoration: none;
}
#navfix .telfix {
	position: absolute;
	top: 0;
	right: 0;
}
#navfix .subMenu {
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 100%;	
    transform: translateX(-50%);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	visibility: hidden;
    width: 147px;
    border: 1px solid #b6b6b6;
    background: #fff;
    z-index: 1;
    padding: 3px 18px;
    box-sizing: border-box;
}
#navfix .subMenu:before{
    content: url("../img/shared/subMenu_icon.png");
    position: absolute;
    top: -18px;
    left: calc(50% - 7px);
    transform: rotate(90deg) translateX(-50%);
}
#navfix li:hover >.subMenu {
	opacity: 1;
	visibility: visible;
}
#navfix .subMenu li {
	display: block;
    margin: 0;
    padding: 0;
}
#navfix .subMenu li + li{
    border-top: 1px solid #b6b6b6;
}




header .list_btn{
    max-width: 1217px;
    margin: 54px auto 61px;
	justify-content: space-between;
}
header .list_btn li{
	max-width: 281px;
    width: calc((100% / 4) - 15px);
}
header .list_btn li a{
    width: 100%;
    font-size: 22px;
}


/*=============================================
 * key
 *=============================================*/

#key {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 500px;
	position: relative;
	margin-left: 320px;
	height: 900px;
    overflow: hidden;
}
#key ul {
	min-height: inherit;
}
#key li {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



/*=============================================
 *<section>
 *=============================================*/

section {
	z-index: 11;
}



/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
	margin-top: 56px;
}


/*=============================================
 *<footer>
 *=============================================*/

footer {
	background: #000;
	padding: 47px 0 48px;
	color: #fff;
}
footer .logo {
	margin: 0px 0 35px;
}
footer nav {
    font-size: 15px;
    line-height: 44px;
    letter-spacing: 0.06em;
}
footer nav a:hover {
	text-decoration: none;
}
footer nav a:hover span,
footer nav a.active span {
	text-decoration: underline;
}
footer nav a span {
	padding: 0 10px;
}
footer .list_btn a{
    width: 500px;
}
footer .list_btn li+li{
    margin-top: 17px;
}
footer .inner{
    justify-content: space-between;
    margin-top: 69px;
}
footer .colR {
	width: 440px;
}
footer .face {
	margin-top: 30px;
	width: 100%;
	height: 350px;
}



/*=============================================
 * copyright
 *=============================================*/

footer address {
	text-align: center;
	font-size: 14px;
	/* line-height: 54px; */
	margin-top: 50px;
}

footer address a{
 font-size: 10px;
 color: #FFF;
 display: block;
 text-decoration: none;
}


.copied{
    pointer-events: none;
}

/* 1-3. PC: 採用ページ固有 */
#key {
	background-image: url('../img/recruit/key.jpg');
}
#key .key-txt {
	position: absolute;
	bottom: 70px;
	left: 0;
}
#sec1 {
	background-color: #000;
	padding: 137px 0 100px;
	position: relative;
	line-height: 40px;
	color: #fff;
}
#sec1:after {
	content: "";
	position: absolute;
	top: 190px;
	right: 50%;
	width: 50%;
	margin-right: 118px;
	border-bottom: 1px solid #c90000;
}
#sec1:before {
	content: url('../img/recruit/sec1_logo.png');
	position: absolute;
	top: 55px;
	left: 50%;
	margin-left: 78px;
}
#sec1 .text {
	margin: 61px 0 48px;
}
#sec1 .row1 {
	position: relative;
	min-height: 508px;
}
#sec1 .row1:before {
	content: url('../img/recruit/sec1_deco1.png');
	position: absolute;
	top: -99px;
	left: -202px;
}
#sec1 .row1 dl {
	width: 437px;
	margin-left: 63px;
		position: relative;
}
#sec1 .row1 dl dd {
	margin-top: 28px;
}
#sec1 .row1 .sec1_img {
	position: absolute;
	top: 97px;
	right: 24px;
}
#sec1 .row2 {
	position: relative;
	margin-top: 69px;
}
#sec1 .row2:before {
	content: url('../img/recruit/sec1_deco1.png');
	position: absolute;
	top: -68px;
	right: -217px;
}
#sec1 .row2 dl {
	position: absolute;
	top: 0;
	right: 24px;
	z-index: 1;
	width: 500px;
}
#sec1 .row2 dl dt {
	float: right;
}
#sec1 .row2 dl dd {
	float: right;
    margin-right: 14px;
    padding-top: 3px;
    height: 358px;
}
#sec1 .row2 .sec1_img {
	padding-top: 52px;
}
#sec2 {
	line-height: 40px;
	padding: 112px 0 98px;
	position: relative;
}
#sec2:after {
	content: "";
	position: absolute;
	top: 180px;
	right: 50%;
	width: 50%;
	margin-right: 118px;
	border-bottom: 1px solid #c90000;
}
#sec2 .info {
	margin-left: 364px;
}
#sec2 .txt {
	background: url('../img/shared/partent881.jpg') repeat center top;
	margin-top: 29px;
	width: 670px;
	box-sizing: border-box;
	padding: 39px 45px 41px 122px;
}
#sec2 .sec2_img {
	position: absolute;
	top: 147px;
	left: -120px;
}
#sec3 {
	background: url('../img/recruit/sec3_bg.jpg') no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 111px 0 94px;
	color: #fff;
}
#sec3 .fl {
	margin-left: -81px;
	width: 402px;
}
#sec3 .fr {
	width: 472px;
}
#sec3 .fr h2 {
	margin-left: -78px;
}
#sec3 .fr .txt {
	margin-top: 22px;
}
#sec4 {
	padding: 83px 0 90px;
}
#sec4 .sec4_tel {
	margin-top: 59px;
	text-align: center;
}
#sec4 h3 {    
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	font-size: 46px;
	line-height: 60px;
	color: #c90000;
}
#sec4 .list .col {
	width: 470px;
}
#sec4 .list dl {
	border-bottom: 1px solid #000;
	line-height: 25px;
	padding: 15px 0 14px;
}
#sec4 .list dl:after {
	content: "." !important;
    clear: both !important;
    display: block !important;
    height: 0 !important;
    visibility: hidden !important;
}
#sec4 .list dl dt {
	float: left;
	width: 100px;
}
#sec4 .list dl dd {
	float: right;
	width: 356px;
}
#sec4 .row1 h3 {
	padding: 40px 0 29px;
}
#sec4 .row2 h3 {
	padding: 62px 0 28px;
}#sec4 .h3_2 {
	font-size: 30px;
	padding: 30px 0 20px;
}

}

@media screen and (max-width: 640px) {
  body:not(.mobile-ready) >main {
    visibility: hidden;
  }

/* 2-1. スマホ: アイコンフォント */
@font-face {
  font-family: 'fontello';
  src: url('../sp/font/fontello.eot?68291336');
  src: url('../sp/font/fontello.eot?68291336#iefix') format('embedded-opentype'),
       url('../sp/font/fontello.woff2?68291336') format('woff2'),
       url('../sp/font/fontello.woff?68291336') format('woff'),
       url('../sp/font/fontello.ttf?68291336') format('truetype'),
       url('../sp/font/fontello.svg?68291336#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../sp/font/fontello.svg?68291336#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-videocam:before { content: '\e800'; } /* '' */
.icon-th-list:before { content: '\e801'; } /* '' */
.icon-ok-circled:before { content: '\e802'; } /* '' */
.icon-mail:before { content: '\e803'; } /* '' */
.icon-heart:before { content: '\e804'; } /* '' */
.icon-help-circled:before { content: '\e805'; } /* '' */
.icon-info-circled:before { content: '\e806'; } /* '' */
.icon-attach:before { content: '\e807'; } /* '' */
.icon-user:before { content: '\e808'; } /* '' */
.icon-lock:before { content: '\e809'; } /* '' */
.icon-picture:before { content: '\e80a'; } /* '' */
.icon-camera:before { content: '\e80b'; } /* '' */
.icon-camera-alt:before { content: '\e80c'; } /* '' */
.icon-edit:before { content: '\e80d'; } /* '' */
.icon-attention:before { content: '\e80e'; } /* '' */
.icon-ok:before { content: '\e80f'; } /* '' */
.icon-cancel:before { content: '\e810'; } /* '' */
.icon-plus:before { content: '\e811'; } /* '' */
.icon-minus:before { content: '\e812'; } /* '' */
.icon-glass:before { content: '\e813'; } /* '' */
.icon-tag:before { content: '\e814'; } /* '' */
.icon-bookmark:before { content: '\e815'; } /* '' */
.icon-flag:before { content: '\e816'; } /* '' */
.icon-thumbs-up:before { content: '\e817'; } /* '' */
.icon-forward:before { content: '\e818'; } /* '' */
.icon-pencil:before { content: '\e819'; } /* '' */
.icon-print:before { content: '\e81a'; } /* '' */
.icon-comment:before { content: '\e81b'; } /* '' */
.icon-chat:before { content: '\e81c'; } /* '' */
.icon-bell:before { content: '\e81d'; } /* '' */
.icon-location:before { content: '\e81e'; } /* '' */
.icon-doc:before { content: '\e81f'; } /* '' */
.icon-phone:before { content: '\e820'; } /* '' */
.icon-cog:before { content: '\e821'; } /* '' */
.icon-basket:before { content: '\e822'; } /* '' */
.icon-calendar:before { content: '\e823'; } /* '' */
.icon-clock:before { content: '\e824'; } /* '' */
.icon-down-dir:before { content: '\e825'; } /* '' */
.icon-up-dir:before { content: '\e826'; } /* '' */
.icon-left-dir:before { content: '\e827'; } /* '' */
.icon-right-dir:before { content: '\e828'; } /* '' */
.icon-down-open:before { content: '\e829'; } /* '' */
.icon-left-open:before { content: '\e82a'; } /* '' */
.icon-right-open:before { content: '\e82b'; } /* '' */
.icon-up-open:before { content: '\e82c'; } /* '' */
.icon-right-hand:before { content: '\e82d'; } /* '' */
.icon-left-hand:before { content: '\e82e'; } /* '' */
.icon-up-hand:before { content: '\e82f'; } /* '' */
.icon-award:before { content: '\e830'; } /* '' */
.icon-globe:before { content: '\e831'; } /* '' */
.icon-cloud:before { content: '\e832'; } /* '' */
.icon-leaf:before { content: '\e833'; } /* '' */
.icon-scissors:before { content: '\e834'; } /* '' */
.icon-briefcase:before { content: '\e835'; } /* '' */
.icon-credit-card:before { content: '\e836'; } /* '' */
.icon-road:before { content: '\e837'; } /* '' */
.icon-book:before { content: '\e838'; } /* '' */
.icon-asterisk:before { content: '\e839'; } /* '' */
.icon-gift:before { content: '\e83a'; } /* '' */
.icon-key:before { content: '\e83b'; } /* '' */
.icon-truck:before { content: '\e83c'; } /* '' */
.icon-home:before { content: '\e83d'; } /* '' */
.icon-align-left:before { content: '\e83e'; } /* '' */
.icon-attention-circled:before { content: '\e83f'; } /* '' */
.icon-resize-horizontal:before { content: '\e840'; } /* '' */
.icon-align-justify:before { content: '\e841'; } /* '' */
.icon-down-hand:before { content: '\e842'; } /* '' */
.icon-link-ext:before { content: '\f08e'; } /* '' */
.icon-bookmark-empty:before { content: '\f097'; } /* '' */
.icon-phone-squared:before { content: '\f098'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-rss:before { content: '\f09e'; } /* '' */
.icon-left-circled:before { content: '\f0a8'; } /* '' */
.icon-right-circled:before { content: '\f0a9'; } /* '' */
.icon-up-circled:before { content: '\f0aa'; } /* '' */
.icon-down-circled:before { content: '\f0ab'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-list-bullet:before { content: '\f0ca'; } /* '' */
.icon-table:before { content: '\f0ce'; } /* '' */
.icon-gplus:before { content: '\f0d5'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-comment-empty:before { content: '\f0e5'; } /* '' */
.icon-chat-empty:before { content: '\f0e6'; } /* '' */
.icon-lightbulb:before { content: '\f0eb'; } /* '' */
.icon-suitcase:before { content: '\f0f2'; } /* '' */
.icon-bell-alt:before { content: '\f0f3'; } /* '' */
.icon-coffee:before { content: '\f0f4'; } /* '' */
.icon-food:before { content: '\f0f5'; } /* '' */
.icon-doc-text:before { content: '\f0f6'; } /* '' */
.icon-building:before { content: '\f0f7'; } /* '' */
.icon-hospital:before { content: '\f0f8'; } /* '' */
.icon-beer:before { content: '\f0fc'; } /* '' */
.icon-angle-double-left:before { content: '\f100'; } /* '' */
.icon-angle-double-right:before { content: '\f101'; } /* '' */
.icon-angle-double-up:before { content: '\f102'; } /* '' */
.icon-angle-double-down:before { content: '\f103'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-desktop:before { content: '\f108'; } /* '' */
.icon-laptop:before { content: '\f109'; } /* '' */
.icon-tablet:before { content: '\f10a'; } /* '' */
.icon-reply:before { content: '\f112'; } /* '' */
.icon-folder-empty:before { content: '\f114'; } /* '' */
.icon-smile:before { content: '\f118'; } /* '' */
.icon-frown:before { content: '\f119'; } /* '' */
.icon-meh:before { content: '\f11a'; } /* '' */
.icon-flag-empty:before { content: '\f11d'; } /* '' */
.icon-reply-all:before { content: '\f122'; } /* '' */
.icon-direction:before { content: '\f124'; } /* '' */
.icon-calendar-empty:before { content: '\f133'; } /* '' */
.icon-angle-circled-left:before { content: '\f137'; } /* '' */
.icon-angle-circled-right:before { content: '\f138'; } /* '' */
.icon-angle-circled-up:before { content: '\f139'; } /* '' */
.icon-angle-circled-down:before { content: '\f13a'; } /* '' */
.icon-ellipsis-vert:before { content: '\f142'; } /* '' */
.icon-link-ext-alt:before { content: '\f14c'; } /* '' */
.icon-euro:before { content: '\f153'; } /* '' */
.icon-dollar:before { content: '\f155'; } /* '' */
.icon-yen:before { content: '\f157'; } /* '' */
.icon-youtube-squared:before { content: '\f166'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-tumblr:before { content: '\f173'; } /* '' */
.icon-tumblr-squared:before { content: '\f174'; } /* '' */
.icon-down:before { content: '\f175'; } /* '' */
.icon-up:before { content: '\f176'; } /* '' */
.icon-left:before { content: '\f177'; } /* '' */
.icon-right:before { content: '\f178'; } /* '' */
.icon-female:before { content: '\f182'; } /* '' */
.icon-male:before { content: '\f183'; } /* '' */
.icon-moon:before { content: '\f186'; } /* '' */
.icon-google:before { content: '\f1a0'; } /* '' */
.icon-delicious:before { content: '\f1a5'; } /* '' */
.icon-fax:before { content: '\f1ac'; } /* '' */
.icon-building-filled:before { content: '\f1ad'; } /* '' */
.icon-child:before { content: '\f1ae'; } /* '' */
.icon-cab:before { content: '\f1b9'; } /* '' */
.icon-taxi:before { content: '\f1ba'; } /* '' */
.icon-file-pdf:before { content: '\f1c1'; } /* '' */
.icon-empire:before { content: '\f1d1'; } /* '' */
.icon-wechat:before { content: '\f1d7'; } /* '' */
.icon-share:before { content: '\f1e0'; } /* '' */
.icon-wifi:before { content: '\f1eb'; } /* '' */
.icon-copyright:before { content: '\f1f9'; } /* '' */
.icon-birthday:before { content: '\f1fd'; } /* '' */
.icon-bicycle:before { content: '\f206'; } /* '' */
.icon-bus:before { content: '\f207'; } /* '' */
.icon-diamond:before { content: '\f219'; } /* '' */
.icon-ship:before { content: '\f21a'; } /* '' */
.icon-motorcycle:before { content: '\f21c'; } /* '' */
.icon-neuter:before { content: '\f22c'; } /* '' */
.icon-train:before { content: '\f238'; } /* '' */
.icon-subway:before { content: '\f239'; } /* '' */
.icon-get-pocket:before { content: '\f265'; } /* '' */
.icon-television:before { content: '\f26c'; } /* '' */
.icon-map-pin:before { content: '\f276'; } /* '' */
.icon-shopping-bag:before { content: '\f290'; } /* '' */
.icon-shopping-basket:before { content: '\f291'; } /* '' */
.icon-envira:before { content: '\f299'; } /* '' */
.icon-volume-control-phone:before { content: '\f2a0'; } /* '' */
.icon-first-order:before { content: '\f2b0'; } /* '' */
.icon-snowflake-o:before { content: '\f2dc'; } /* '' */
.icon-twitter-squared:before { content: '\f304'; } /* '' */
.icon-facebook-squared:before { content: '\f308'; } /* '' */

/* 2-2. スマホ: メニューボタン */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
	padding: 12px 10px 4px 64px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
	transition-duration: 0s;
	transition-delay: 0.1s;
	transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
	transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
	transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
	transform: rotate(-765deg);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
	transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
}

/* 2-3. スマホ: リセット・共通ユーティリティ */
/*
 * StyleName: common.css
 * Version: 0.6
 *
 * FCV - http://foodconnection.jp/
 *
 */

/*=============================================
 * reset
 *=============================================*/

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
img {
	border: 0;
}
img, input {
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h6, address {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
table, caption, th, td {
	font-style: normal;
	font-weight: normal;
}
hr {
	margin: 0;
	padding: 0;
}
iframe {
	margin: 0;
	padding: 0;
	border: 0;
}
form, fieldset, input, button, select, optgroup, option, textarea, label, legend {
	margin: 0;
	padding: 0;
	outline: none;
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, br, ins, del, a, img, object {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
}

/*=============================================
 * reset - custom
 *=============================================*/

:before,
:after {
	pointer-events: none;
}
* { /* fix font boosting on mobile Chrome */
	max-height: 1000000px;
}
*:first-child + html img,
* html img {
	vertical-align: top;
}
html,
body {
	line-height: 1;
	word-spacing: normal;
	min-height: 100%;
	text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	/* -webkit-overflow-scrolling: touch; */
}
input,
button,
select,
optgroup,
option,
textarea,
label {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
select,
button,
input:button,
input:submit,
input:reset {
	cursor: pointer;
}
option:disabled {
	display: none;
}
strong {
	font-weight: 600;
}
em {
	font-style: italic;
}
small {
	font-size: smaller;
}
del {
	text-decoration: line-through;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a[href=""],
a[href=""] >* {
	cursor: not-allowed !important;
}
a[href=""]:focus,
a[href=""]:active {
	pointer-events: none;
}



/*=============================================
 * .clearfix
 *=============================================*/

.nav-fl,
.nav-fr,
.clearfix {
	zoom: 1 !important;
}
.nav-fl:after,
.nav-fr:after,
.clearfix:after {
	content: "." !important;
	clear: both !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
}



/*=============================================
 * nav - float/inline
 *=============================================*/

.nav-fl >* {
	float: left;
}
.nav-fr >* {
	float: right;
}
.nav-inline >* {
	display: inline-block;
}



/*=============================================
 * fonts
 *=============================================*/

[class^=fnt-] {
	font-size: initial;
	font-weight: normal;
	font-style: normal;
	line-height: initial;
	letter-spacing: initial;
}
.fnt-garamond {
	font-family: Garamond, "游明朝", YuMincho, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/*=============================================
 * text vertical
 *=============================================*/

.txt-vertical {
	cursor: vertical-text;
	writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	text-orientation: upright;
	word-wrap: break-word;
}
.txt-vertical .int {
	writing-mode: lr-tb;
	-o-writing-mode: horizontal-tb;
	-ms-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	-moz-writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
	display: inline-block;
	text-align: center;
	line-height: 1.5em;
}
.txt-normal .int {
	height: 1.1em;
}
.txt-vertical-x >* {
	writing-mode: rl-tb;
	-o-writing-mode: vertical-tb;
	-ms-writing-mode: vertical-tb;
	-ms-writing-mode: rl-tb;
	-moz-writing-mode: vertical-tb;
	-webkit-writing-mode: vertical-tb;
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	display: inline-block;
	white-space: nowrap;
	word-wrap: break-word;
	width: 1px;
	line-height: 1;
}
.txt-vertical .txt-latin {
	cursor: vertical-text;
	direction: rtl;
	writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl; 
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	text-orientation: sideways-right;
	-o-text-orientation: sideways-right;
	-ms-text-orientation: upright;
	-ms-text-orientation: sideways-right;
	-moz-text-orientation: sideways-right;
	-webkit-text-orientation: sideways-right;
	letter-spacing: .25em;
}



/*=============================================
 * .bg-parallax
 *=============================================*/

.bg-parallax {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	width: 100%;
	min-height: 600px;
}



/*=============================================
 * rollover button
 *=============================================*/

.btn-over img,
.over-img img,
img.over,
img:not(.btn):not(.non-over),
button img {
	opacity: 1;
	transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
}
.over-img img:hover,
img.over:hover,
a:not([href=""]):hover img:not(.btn):not(.non-over),
button:hover img {
	cursor: pointer;
}
.non-over a:hover img:not(.over),
.non-over img:not(.over):not(.btn):hover {
	opacity: 1 !important;
}
.btn-over {
	display: inline-block;
	position: relative;
}
.btn-over img + img {
	pointer-events: none;
	opacity: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.btn-over:hover img + img,
.btn-over.active img + img {
	opacity: 1 !important;
}
.btn-over:hover img,
.btn-over.active img {
	opacity: 0 !important;
}



/*=============================================
 * .slide-fade
 *=============================================*/

.slideParent {
	position: relative;
}
.slide-fade {
	position: relative;
}
.slide-fade >* {
	margin: auto;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.slide-btn {
	pointer-events: none;
	margin: auto;
	width: 100%;
	position: relative;
	z-index: 1;
}
.slide-btn .slide-next,
.slide-btn .slide-prev {
	pointer-events: visible;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.slide-btn .slide-next {
	right: 0;
}
.slide-btn .slide-prev {
	left: 0;
}
.slide-btn .slide-next img,
.slide-btn .slide-prev img {
	cursor: pointer;
	opacity: 1;
	transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
}
.slide-btn .slide-next img:hover,
.slide-btn .slide-prev img:hover {
	opacity: .8;
}
.slide-page {
	margin: 0 auto;
	text-align: center;
}
.slide-page >* {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	background: #C0C0C0;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.slide-page >*:hover,
.slide-page >*.active {
	background: #8D8D8D;
}



/*=============================================
 * .nav-animate
 *=============================================*/

.nav-animate {
}



/*=============================================
 * .nav-fixed
 *=============================================*/

.nav-fixed {
}
.nav-fixed.fixed {
}
.nav-target {
}
.nav-pin {
}
.nav-pin.fixed {
}

/*=============================================*/
/*               menubtm                       */
/*=============================================*/

header .navBtn {
	display: block;
	width: 34px;
	height: 36px;
	position: absolute;
	bottom: 3px;
	left: 1px;
	cursor: pointer;
	padding: 12px 13px 12px 13px;
	text-align: center;
	font-size: 11px;
	line-height: 27px;
}
header .navBtn span {
	display: block;
	height: 3px;
	width: 100%;
	background: #fff;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
header .navBtn span:nth-of-type(2), 
header .navBtn span:nth-of-type(3) {
	margin-top: 6px;
}
/* ナビゲーションアイコン：アクティブ */
.navOpen .navBtn span:nth-of-type(1) {
	-webkit-transform: translateY(9px) translateX(0) rotate(45deg);
	-ms-transform: translateY(9px) translateX(0) rotate(45deg);
	transform: translateY(9px) translateX(0) rotate(45deg);
}
.navOpen .navBtn span:nth-of-type(2) {
	margin-top: 6px;
	opacity: 0;
	-webkit-transform: translateY(9px);
	-ms-transform: translateY(9px);
	transform: translateY(9px);
}
.navOpen .navBtn span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
	transform: translateY(-9px) translateX(0) rotate(-45deg);
}
header .button-toggle {
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	width: 60px;
}
header .button-toggle span {
	background: #000 none repeat scroll 0 0;
	display: block;
	height: 4px;
	margin-top: 5px;
}
header .menu_toggle {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	width: 100%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow-y: auto;
	color: #999;
	z-index: 99;
	padding-top: 74px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header .menu_toggle ul {
	
	padding: 0;
	list-style-type: none;
	list-style-position: outside;

}
header .menu_toggle li {
	position: relative;
	padding: 3px 5px;
	clear: both;
}
header .menu_toggle li.active::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 50%;
	transform: translateX(-50%);
	border-bottom: 1px solid #fff;
	height: 1px;
}

.mn_tyle_a header .menu_toggle li.active::before { 
	
	left: 0;
	transform: translateX(0);
}
header .menu_toggle a {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 16px;
	font-size: 15px;
}
header .menu_toggle ul li a {
	display: block;
	padding: 15px 0 15px;
	
}
/*
header .menu_toggle ul li a:after {
	content: '\f105';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -7px;
}
*/
header .menu_toggle .last {
	background-color: #5a0000;
}
header .close_btn {
	width: 100%;
	height: 40px;
	padding-top: 1px;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	display: block;
	letter-spacing: 0.1em;
	line-height: 30px;
	text-align: center;
	background-color: #000;
	z-index: 100;
}
header .close_btn span {
	font-size: 24px;
}

/*=============================================
 * .wrap
 *=============================================*/

.wrap {
	padding: 0 2%;
	position: relative;
}



/*=============================================
 * .gmap
 *=============================================*/

.gmap {
	background: url(../sp/img/shared/preloader-map.gif) no-repeat center center #EDEDED;
	width: 100%;
	min-height: 300px;
	position: relative;
}
.gmap iframe {
	pointer-events: none !important;
	width: 100%;
}
.gmap.scrollable iframe {
	pointer-events: visible !important;
}



/*=============================================
 * .tabs-switch
 *=============================================*/

.tabs-switch {
}
.tabs-switch .tab-link {
}
.tabs-switch .tab-link >* {
	cursor: pointer;
	display: inline-block;
}
.tabs-switch .tab-link.link-over >* {
	position: relative;
}
.tabs-switch .tab-link.link-over >* >img {
}
.tabs-switch .tab-link.link-over >* >img + img {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.tabs-switch .tab-link.link-over >* >img + img,
.tabs-switch .tab-link.link-over >*:hover >img,
.tabs-switch .tab-link.link-over >*.active >img {
	opacity: 0;
}
.tabs-switch .tab-link.link-over >*:hover >img + img,
.tabs-switch .tab-link.link-over >*.active >img + img {
	opacity: 1;
}
.tabs-switch .tab-content {
}
.tabs-switch[data=fade] .tab-content {
	min-height: 100px;
	position: relative;
}
.tabs-switch .tab-content >* {
	display: none;
}
.tabs-switch[data=fade] .tab-content >* {
	margin: auto;
	width: 100%;
	height: 100%;/*
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	*/
}

.acc_li li {display: inline-block;padding: 0 5px;}

/*=============================================
 * .toggle
 *=============================================*/
 
.toggle {
}
.toggle .toggle-link {
	position: relative;
	cursor: pointer;
}
.toggle .toggle-link:after {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	position: absolute;
	line-height: 20px;
	top: 50%;
	right: 4%;
	margin-top: -10px;
	color: #FFF;
	content: '\f13a';
	font-size: 13px;
}
.toggle .toggle-main {
	display: none;
}
.toggle.active .toggle-main {
	display: block;
}
.toggle.active .toggle-link:after {
	content: '\f139';
}

/*=============================================
 * #pagetop
 *=============================================*/

#pagetop {
	cursor: pointer;
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center;
	position: fixed;
	right: 0;
	bottom: 0;
	visibility: hidden;
	z-index: 999;
	transition:
		opacity .3s ease,
		visibility .3s ease;
	-moz-transition:
		opacity .3s ease,
		visibility .3s ease;
	-webkit-transition:
		opacity .3s ease,
		visibility .3s ease;
}
#pagetop.visible {
	opacity: 1;
	visibility: visible;
}
#pagetop.in-scroll {
	cursor: not-allowed;
}
#pagetop >* {
	opacity: 1;
	transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
}
#pagetop >*:hover {
	cursor: pointer;
	opacity: .8;
}




/*=============================================
 * #socialbuttons
 *=============================================*/

footer #socialbuttons {
	text-align: center;
	line-height: 10px;
    justify-content: center;
}
footer #socialbuttons >* {
	display: inline-block;
	margin: 0 2px;
	padding: 4px 0;
}



/*=============================================
 * customs
 *=============================================*/

.bxSlider,
.bxSlider * {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.bx-wrapper img { /* responsive */
	display: block;
	max-width: 100%;
	height: auto;
}
a.bx-next,
a.bx-next:active,
a.bx-next:focus,
a.bx-next:hover,
a.bx-next:hover img,
a.bx-prev,
a.bx-prev:active,
a.bx-prev:focus,
a.bx-prev:hover,
a.bx-prev:hover img,
a.bx-pager-link,
a.bx-pager-link:active,
a.bx-pager-link:focus,
a.bx-pager-link:hover,
a.bx-pager-link:hover img,
a[data-slide-index],
a[data-slide-index]:active,
a[data-slide-index]:focus,
a[data-slide-index]:hover,
a[data-slide-index]:hover img {
	pointer-events: visible !important;
	cursor: pointer !important;
}

.fb-page {
	background: #FFF;
	width: 100%;
	height: inherit;
}



/*=============================================
 * customs common - FCV
 *=============================================*/

.fl {
	float: left;
}
.fr {
	float: right;
}
.fn {
	float: none;
}
a {
	text-decoration: none;
}
a:visited, 
a:active {
	text-decoration: none;
}

/* ==========================================================================
   css popup
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;


  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}






/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(0, 0, 0, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  
  padding: 22px;
	margin-bottom: 10px;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  right: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;


  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* ==========================================================================
   end css popup
   ========================================================================== */

/* 2-4. スマホ: ヘッダー・フッター共通 */
/*=============================================
 * body
 *=============================================*/
body {
    color: #000;
    min-width: inherit;
    max-height: 100%;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 28px;
    font-size: 14px;
    cursor: auto;
    letter-spacing: 0;
    word-spacing: normal;
    background: url(../sp/img/shared/bg.jpg) repeat center top;
}

body.navOpen, body.navOpen *, body.navOpen *:hover, body.navOpen *:focus, body.navOpen *:active {
    /*    cursor: none !important;*/
    -ms-touch-action: none !important;
        touch-action: none !important;
    pointer-events: none !important;
}
body.navOpen .hamburger, body.navOpen #menu_toggle, body.navOpen #menu_toggle * {
    -ms-touch-action: auto !important;
        touch-action: auto !important;
    pointer-events: visible !important;
}
.navOpen {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    -ms-touch-action: none !important;
        touch-action: none !important;
    pointer-events: none !important;
}

.navOpen #pagetop {
    z-index: -1;
}

.fnt-mincho {
    font-family: 'Sawarabi Mincho', sans-serif;
    /*	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}
.fnt-meiryo {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.fnt-noto-serif {
    font-family: 'Noto Serif JP', serif;
}
.block::after {
    clear: both;
    content: "";
    display: block;
}
.txt-center {
    text-align: center;
}
.txt_b {
    font-weight: bold;
}
a:hover {
    text-decoration: none;
}
.p5 {
    padding: 0 5%;
}
/*=============================================
 * header
 *=============================================*/
header .logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    background: #fff;
}
header .logo img {
    width: 160px;
}
header h1 {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    font-size: 10px;
    text-align: center;
    font-weight: normal;
    z-index: 10;
}
header {
    color: #fff;
}
/*====================== nav ====================== */
header .topnavi {
    position: absolute;
    bottom: 3px;
    right: 5px;
    height: 54px;
}
header .topnavi li {
    display: inline-block;
    position: relative;
    width: 60px;
    vertical-align: top;
}
header .topnavi li a {
    color: #fff;
    font-size: 11px;
    line-height: 23px;
    text-align: center;
    display: block;
    height: 100%;
    padding-top: 5px;
    width: 100%;
    border-left: 1px dotted rgba(255, 255, 255, 1.00);
}
header .topnavi li a:hover {
    text-decoration: none;
}
header .topnavi li a[class^="icon-"]:before {
    display: block;
    width: 100%;
    padding-bottom: 4px;
    font-size: 19px;
    font-weight: normal;
}
header .menu_toggle {
    padding: 74px 20px 35vw;
    background: rgba(255, 255, 255, 0.9);
    color: #fff;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
header .menu_toggle .logo2 {
    text-align: center;
}
header .menu_toggle .logo2 img {
    width: 160px;
}
header .sub_click {
    display: block;
    padding: 9px 0;
    position: relative;
}
header .sub_click:before {
    content: '';
    position: absolute;
    width: 15px;
    border-top: 1px solid #fff;
    right: 5px;
    top: 22px;
    animation: smoky-out 0.7s 0s both;
}
header .sub_click:after {
    content: '';
    position: absolute;
    height: 15px;
    border-left: 1px solid #fff;
    right: 12px;
    top: 15px;
    animation: smoky-out 0.7s 0s both;
}
header .sub_click.open:after, header .sub_click.open:before {
    animation: smoky 0.7s 0s both;
}
header .sub_click.open:after {
    opacity: 0;
}
@keyframes smoky {
    50% {
        filter: blur(3px)
    }
    100% {
        filter: blur(0px)
    }
}
@keyframes smoky-out {
    50% {
        filter: blur(3px)
    }
    100% {
        filter: blur(0px)
    }
}
#menu_toggle li {
    transform: matrix(1, 0, 0, 1, 0, -20);
    transition: all ease 0.5s 0.3s;
    opacity: 0;
    text-align: center;
}
#menu_toggle li a {
    color: #000;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Noto Serif JP', serif;
}
#menu_toggle li.btnshareb a {
    padding: 0;
}
#menu_toggle li.btnshareb {
    padding: 10px 5px;
}
#menu_toggle li.active:before {
    display: none;
}
#menu_toggle li.active a {
    color: #c90000;
}
#menu_toggle .sub_scroll_box li {
    margin: 0 20px;
    border: none;
}
#menu_toggle .sub_scroll_box li a {
    padding: 5px 0;
}
#menu_toggle .sub_scroll_box li:last-child {
    border-bottom: none;
}
.navOpen .menu_toggle.nav-style01 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    right: 0;
}
.navOpen #menu_toggle{
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}
.navOpen #menu_toggle li {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.navOpen.mn_tyle_a li {
    text-align: left !important;
}
.navOpen.mn_tyle_a .hamburger {
    opacity: 0;
    visibility: hidden;
}
.navOpen.mn_tyle_a .hamburger.type_a {
    opacity: 1;
    visibility: visible;
}
.navOpen .hamburger.type_a {
    opacity: 0;
    visibility: hidden;
}
header .menu_toggle.nav-style01 {
    top: 0px;
    right: -100%;
    display: block;
    transition: all 0.5s ease 0s;
}
.navOpen .menu_toggle.nav-style01 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    right: 0;
}
.hamburger {
    position: fixed;
    top: 23px;
    z-index: 100;
    right: 15px;
    padding: 12px 10px 17px 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.hamburger:after {
    font-size: 11px;
    content: 'MENU';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #000;
}
.hamburger.fixed {
    top: 0;
    right: 0;
    background: #fff;
}
.hamburger.fixed .hamburger-inner, .hamburger.fixed .hamburger-inner::before, .hamburger.fixed .hamburger-inner::after {
    background: #000;
}
.hamburger.fixed .hamburger:after {
    color: #fff;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: #000;
}
.type_a {
    padding: 11px 10px 3px;
    right: auto;
    left: 15px;
}
.type_a:after {
    display: none;
}
.navOpen .hamburger:after {
    content: 'CLOSE';
}
/*====================== end nav ====================== */
/*====================== header key ====================== */
header #key {
    position: relative;
    overflow: hidden;
    height: 100vh;
}
header #key .key_ttl {
    position: absolute;
    bottom: 5%;
    left: 0;
}
header #key p.tt {
    position: absolute;
    bottom: 6%;
    right: 3%;
    color: #fff;
    font-size: 20px;
}
.bx-wrapper {
    position: relative;
}
.bx-wrapper .bx-pager {
    color: #ffee00;
    font-family: Arial;
    font-size: 0.85em;
    font-weight: bold;
    text-align: center;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    line-height: 10px;
    bottom: 5%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 60;
}
.bx-controls-direction {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    width: 100%;
    z-index: 60;
}
.bx-wrapper .bx-controls-direction a {
    color: #000;
    font-family: "fontello";
    font-size: 40px;
    height: 40px;
    line-height: 40px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 0%;
    width: 26px;
}
.bx-prev::after {
    content: "\f104";
    left: 11px;
    position: absolute;
    text-indent: 0;
    top: 0;
}
.bx-next::after {
    content: "\f105";
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 0;
}
.bx-prev {
    position: absolute;
    top: 0;
    left: 0;
}
.bx-next {
    position: absolute;
    top: 0;
    right: 0;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #000;
    border-radius: 5px;
    display: block;
    height: 10px;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #be0900 none repeat scroll 0 0;
}
.sl_vertical .bx-pager {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    left: auto;
    width: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sl_vertical .bx-pager-item {
    display: block;
    margin: 5px 0;
}
/*====================== end nav ====================== */
section {
    overflow: hidden;
}
/*=============================================*/
/*                   　footer　　　　　          */
/*=============================================*/
footer {
    background: #000;
    font-size: 13px;
    line-height: 19px;
    padding: 45px 0 39px;
    color: #fff;
}
footer #fb {
    position: relative;
    text-align: center;
}
footer #fb .fb .fb-page {
    background: none;
}
footer .shopinfo {
    padding: 0 5%;
    position: relative;
}
footer .vcard {
    padding: 0 1%;
    margin-bottom: 3%;
}
#f_logo {
    margin: 45px auto 20px;
    width: 160px;
}
footer .f_tel {
    text-align: center;
    padding: 0;
}
footer .f_tel img {
    width: 300px;
}
footer .txttel {
    font-size: 11px;
    padding: 0 0 20px;
}
footer .info dl dt {
    width: 22%;
    float: left;
}
footer .info dl dd {
    width: 78%;
    float: right;
}
footer .info dl + dl {
    padding-top: 20px;
}
footer .list_btn li + li {
    margin-top: 15px;
}
footer .ft_btn {
    padding: 50px 0 20px;
}
footer .link {
    margin: 0 auto 0;
    text-align: center;
    width: 100%;
    font-weight: normal;
}
footer .link p {
    width: 45%;
    min-width: 170px;
    max-width: 210px;
    margin: 10px auto;
    padding: 0 6px;
    line-height: 30px;
}
footer .link p a {
    background: #9F9F9F;
    border: solid 1px rgba(200, 200, 200, 0.78);
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 13px;
    letter-spacing: 0;
    padding: 3px 20px;
    text-align: center;
    text-decoration: none;
    box-shadow: inset 0 0 1px #a8a398;
}
footer .link .link-pc a::before {
    margin-right: 9px;
}
footer address {
    color: #d3d1d1;
    font-size: 10px;
    letter-spacing: 2px;
    text-align: center;
    padding: 5px 0 20px;
}

footer address a{
 font-size: 10px;
 color: #d3d1d1;
 display: block;
 text-decoration: none;
}

/*====================== ft_fixed ====================== */
#ft_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.navOpen #ft_fixed {
    z-index: 0;
}
.has_nav #ft_fixed {
    opacity: 1;
    visibility: visible;
}
.ft_fixed_shared {
    text-align: center;
    width: 100%;
    border-top: 1px solid #000;
    z-index: 100;
    background: #fff;
    color: #000;    
}
.ft_fixed_shared li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* width: calc(75% / 2); */    
    position: relative;
}
.ft_fixed_shared .group-tel{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ft_fixed_shared .group-tel-ttl{
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    border-right: 1px solid #000;
    width: calc(100% - 41px);
}
.ft_fixed_shared li:first-of-type {
    /* width: 25%; */
}
.ft_fixed_shared li i {
    position: absolute;
    top: 10px;
    left: 2px;
    right: 0;    
}
.ft_fixed_shared li:last-child {
    border-right: 0;
}
.ft_fixed_shared li{
    display: block;
    padding: 15px 0;
    font-size: 17px;
    position: relative;
    color: #000;
    letter-spacing: 0.2em;
    line-height: 1.5;
    border-bottom: 1px solid #aaaaaa;
}
.ft_fixed_shared li a:before {
    font-size: 17px;
    color: #000;
    vertical-align: middle;
}
.ft_fixed_shared li a:after {
    font-size: 10px;
    position: absolute;
    right: 10px;
    content: '\f105';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    display: none;
}

.ft_fixed_shared #pagetop {
    position: relative;
    top: auto;
    bottom: auto;
    width: 40px;
}
.ft_fixed_shared #pagetop:before {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
}
#pagetop {
    bottom: 50px;
}

.group-tel-content{
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 40px;
    left: 0px;
    right: 0px;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.98);
    z-index: 99;
    padding: 30px 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 53%;
}

.group-tel-content .close_btn_tel{
    padding: 25px 0px 0px;
    border-bottom: 0px;
}
.group-tel-content li span{
    display: block;
    font-size: 19px;
}


/* .nav--opened {
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
body.nav--opened, body.nav--opened *, body.nav--opened *:hover, body.nav--opened *:focus, body.nav--opened *:active {
    touch-action: none !important;
    pointer-events: none !important;
}
body.nav--opened .group-tel-ttl, body.nav--opened .group-tel-content, body.nav--opened .group-tel-content *{
    touch-action: auto !important;
    pointer-events: visible !important;
} */

.nav--opened .group-tel-content{
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}







.mb0 {
    margin-bottom: 0;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/
#index .slide_thm li {
    float: left;
    width: 33.33%;
}
.link-archo li {
    width: 49%;
    float: left;
    color: #fff;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.botan {
    color: #fff;
    padding: 5px 13px !important;
    margin-bottom: 0;
}
.url_btn_copy {
    background: #000;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 0 !important;
    position: relative;
}
.url_btn_copy:after {
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    content: '\f105';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
}
.url_btn_copy span {
    display: block;
    padding: 10px;
    cursor: pointer;
}
.btn_pc {
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 10px 0 !important;
}
.btn_pc a:before {
    padding-right: 5px;
}
.js_full .bx-viewport {
    overflow: visible !important;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.js_full_ext {
    padding-left: 0;
}
.js_full_ext .js_in {
    padding-left: 5%;
}
.js_full_ext img {
    width: 90%;
}
.js_full_ext .bx-prev {
    display: none;
}
.js_full_ext .bx-next {
    right: -18%;
}
.wrap {
    padding: 0 3% 12%;
}
.wrap p {
    padding-bottom: 15px;
}
.cl_red {
    color: #E4070B;
}
.fz-10 {
    font-size: 10px;
}
.fz-12 {
    font-size: 12px;
}
.fz-14 {
    font-size: 14px;
}
.fz-16 {
    font-size: 16px;
}
.fz-18 {
    font-size: 18px;
}
.fz-20 {
    font-size: 20px;
}
.fz-22 {
    font-size: 22px;
}
.fz-24 {
    font-size: 24px;
}
.fz-26 {
    font-size: 26px;
}
.fz-28 {
    font-size: 28px;
}
.fz-30 {
    font-size: 30px;
}
#lead {
    padding-top: 10%;
}
.bnr_shared {
    width: 66%;
    margin: 0 auto;
}
.bnr_shared a {
    display: block;
    background-color: #000;
    color: #fff;
    padding: 10px 5px 10px 15px;
    font-size: 15px;
    font-weight: bold;
}
.bnr_shared a .icon-angle-right {
    float: right;
    padding-right: 5px;
}
.bnr_shared_w90 {
    width: 90%;
}
.bnr_shared_w100 {
    width: 100%;
}
.toggle .accor4:after {
    color: #000;
    display: block;
    position: static;
    margin-top: 0;
}
.pop_icon i {
    display: block;
}
/*=============================================*/
/*                   　custom　　　　　          */
/*=============================================*/
.text_center {
    text-align: center;
}
.w40 {
    width: 40px !important;
}
.button {
    padding: 0 5%;
}
.more {
    font-size: 16px;
}
.active .more i:before {
    content: '\e82c';
}
.toggle-link:after {
    display: none;
}
.price {
    font-size: 25px;
    font-family: 'Noto Serif JP', serif;
}
.price span {
    font-size: 20px;
}
.ttl2 {
    font-size: 23px;
}
.ttl2 span {
    color: #c90000;
}
.ttl2 i {
    color: #c90000;
}
.slick-dots li {
    width: 10px;
    height: 10px;
}
.slick-dots li button {
    background: #000;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    bottom: 0;
}
.slick-dots li button:before {
    display: none;
}
.slick-dots li.slick-active button {
    background: #c90000;
}
.arrow {
    position: relative;
}
.arrow:before {
    content: '';
    background: url('../sp/img/shared/arrow.png') no-repeat center top/100% 100%;
    position: absolute;
    top: 28%;
    right: 30%;
    width: 12px;
    height: 7px;
}
.active .arrow:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.oshirase {
    border: 4px double;
    text-align: center;
    padding: 3%;
}
.oshirase h3 {
    font-weight: bold;
    font-size: 130%;
    padding-bottom: 2%;
}
.oshirase p {
    font-size: 90%;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.tl {
    text-align: left;
}
.disF {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.wr-05 {
    margin: 0 5%;
}

.note_txt{
    display: block;
    text-align: center;
    margin: 0 auto 20px;
    font-weight: bold;
}

/* 2-5. スマホ: 採用ページ固有 */
#key {
  background: url("../sp/img/recruit/key.jpg") no-repeat center top/cover;
}

img {
  width: 100%;
}

#sec1 {
  background: #000;
  padding: 40px 0;
  color: #fff;
}
#sec1 h2 {
  padding-bottom: 25px;
}
#sec1 .img1 {
  padding-top: 40px;
  padding-bottom: 25px;
}
#sec1 .img2 {
  padding-top: 30px;
  padding-bottom: 25px;
}

#sec2 {
  padding: 40px 0;
}
#sec2 .img {
  padding-top: 30px;
  padding-bottom: 25px;
}

#sec3 {
  background-image: url("../sp/img/recruit/sec3_bg.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 40px 0;
}
#sec3 .img {
  padding-top: 30px;
  padding-bottom: 25px;
}

#sec4 {
  padding: 40px 0;
}
#sec4 .toggle {
  margin-top: 30px;
}
#sec4 .toggle .toggle-main {
  padding: 20px 0;
}
#sec4 .toggle .toggle-main dl {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}
#sec4 .toggle .toggle-main dl dt {
  width: 25%;
  float: left;
}
#sec4 .toggle .toggle-main dl dd {
  width: 73%;
  float: left;
  padding-left: 2%;
}
#sec4 .arrow:before {
  content: '';
  left: 0;
  right: 0;
  top:12vw;
  text-align: center;
  margin: 0 auto;
  bottom:auto;
}
#sec4 .tel {
  margin-top: 30px;
}

/* Mobile interaction states
 * Keep these at the end so state changes override the initial hidden styles.
 */
body.navOpen #menu_toggle {
  opacity: 1 !important;
  visibility: visible !important;
}

body.navOpen #menu_toggle li {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

}


/* ==================================================
 * 3. Single DOM responsive adjustments
 * HTML本文・募集要項をPC/SPで共通化するための最終調整
 * ================================================== */

@media screen and (min-width: 641px) {
  .sp-only {
    display: none !important;
  }

  #sec4 .job .toggle-link {
    pointer-events: none;
  }

  #sec4 .job .toggle-link:after {
    display: none;
  }

  #sec4 .job .toggle-main {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-only,
  .pc-break {
    display: none !important;
  }

  picture img {
    height: auto;
  }

  .sp-only {
    display: block;
  }

  body:not(.mobile-ready) >main {
    visibility: hidden;
  }

  header #key .key-txt {
    bottom: 5%;
    left: 0;
    width: 100%;
  }

  .recruit-content .wrap {
    width: auto;
  }

  #sec1 .text {
    margin: 0;
  }

  #sec1 .recruit-feature {
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin: 0;
  }

  #sec1 .recruit-feature dl,
  #sec1 .row2 dl {
    display: contents;
    position: static;
    width: auto;
  }

  #sec1 .recruit-feature .sec1_img,
  #sec1 .row2 .sec1_img {
    position: static;
    order: 1;
    padding: 30px 0 25px;
  }

  #sec1 .row1 .sec1_img {
    padding-top: 40px;
  }

  #sec1 .recruit-feature dd,
  #sec1 .row2 dl dd {
    order: 2;
    float: none;
    height: auto;
    margin: 0;
    padding: 0 5%;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }

  #sec1 .row1:before,
  #sec1 .row2:before,
  #sec1:before,
  #sec1:after,
  #sec2:after {
    display: none;
  }

  #sec2 .info {
    display: contents;
    margin: 0;
  }

  #sec2 .wrap {
    display: flex;
    flex-direction: column;
  }

  #sec2 h2 {
    order: 1;
  }

  #sec2 .sec2_img {
    order: 2;
  }

  #sec2 .txt {
    background: none;
    box-sizing: border-box;
    margin: 0;
    order: 3;
    padding: 0 5%;
    width: auto;
  }

  #sec2 .sec2_img {
    position: static;
  }

  #sec3 .wrap {
    display: flex;
    flex-direction: column;
  }

  #sec3 .fr,
  #sec3 .fl {
    float: none;
    margin: 0;
    width: auto;
  }

  #sec3 .fr h2 {
    margin: 0;
  }

  #sec3 .fr .txt {
    margin: 0;
    order: 3;
  }

  #sec3 .fr {
    display: contents;
  }

  #sec3 h2 {
    order: 1;
  }

  #sec3 .img {
    order: 2;
  }

  #sec3 .txt {
    order: 3;
  }

  #sec4 .job {
    margin-top: 30px;
  }

  #sec4 .job h3 {
    padding: 0;
    font-size: 0;
    line-height: 1;
  }

  #sec4 .job h3 img,
  #sec4 h2 img {
    width: 100%;
  }

  #sec4 .updated-date {
    display: block;
    font-size: 14px;
    line-height: 28px;
  }

  #sec4 .toggle-main .col {
    float: none;
    width: auto;
  }

  #sec4 .toggle .toggle-main {
    padding: 20px 5%;
  }

  #sec4 .toggle .toggle-main dl {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 25% 73%;
    column-gap: 2%;
  }

  #sec4 .toggle .toggle-main dl dt,
  #sec4 .toggle .toggle-main dl dd {
    float: none;
    width: auto;
  }

  #sec4 .toggle .toggle-main dl dd {
    padding-left: 0;
  }

  #sec4 .sec4_tel {
    margin-top: 30px;
    padding: 0 5%;
  }

  .ft_fixed_shared .pagetop-sp {
    border-left: 1px solid #7d7d7d;
    box-sizing: border-box;
    cursor: pointer;
    width: 20%;
  }
}

/* ==================================================
 * 4. Recruit navigation update
 * 画像ナビをテキスト化し、スマホ店舗ナビを階層表示に調整
 * ================================================== */

@media screen and (min-width: 641px) {
  header #navTop .key-nav-text {
    align-items: flex-start;
  }

  header #navTop .key-nav-text >li {
    height: 193px;
    width: 36px;
  }

  header #navTop .key-nav-text >li >a,
  header #navTop .key-nav-text >li >span {
    box-sizing: border-box;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 36px;
    height: 193px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.1;
    text-decoration: none;
    writing-mode: vertical-rl;
  }

  header #navTop .key-nav-text >li >span {
    cursor: default;
  }

  header #navTop .key-nav-text >li.active >a,
  header #navTop .key-nav-text >li >a:hover {
    color: #c90000;
  }

  header #navTop .key-nav-text .subMenu a {
    color: #000;
    display: block;
    font-size: 14px;
    line-height: 1.6;
    padding: 7px 0;
    text-decoration: none;
  }

  header #navTop .key-nav-text .subMenu a:hover {
    color: #c90000;
  }
}

@media screen and (max-width: 640px) {
  header .menu_toggle .sp-global-nav {
    margin: 25px 8% 0;
  }

  #menu_toggle .sp-global-nav li {
    border-bottom: 1px solid currentColor;
    padding: 0;
    text-align: left;
  }

  #menu_toggle .sp-global-nav >li >a,
  #menu_toggle .sp-global-nav >li >span {
    color: #000;
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 25px;
    line-height: 1.4;
    padding: 16px 0;
    text-decoration: none;
  }

  #menu_toggle .sp-global-nav >li.active >a {
    color: #c90000;
  }

  #menu_toggle .sp-global-nav .store-group {
    padding: 16px 0 24px;
  }

  #menu_toggle .sp-global-nav .store-group >span {
    padding: 0 0 10px;
  }

  #menu_toggle .sp-global-nav .store-subnav {
    border-left: 1px solid currentColor;
    margin: 0 0 0 14px;
    padding: 0;
  }

  #menu_toggle .sp-global-nav .store-subnav li {
    border-bottom: none;
    padding-left: 18px;
    position: relative;
  }

  #menu_toggle .sp-global-nav .store-subnav li:before {
    border-top: 1px solid currentColor;
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    width: 14px;
  }

  #menu_toggle .sp-global-nav .store-subnav a {
    color: #000;
    display: block;
    font-size: 24px;
    line-height: 1.4;
    padding: 11px 0;
    text-decoration: none;
  }

  body.navOpen #menu_toggle {
    background: #000 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.navOpen #menu_toggle .sp-global-nav li {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }

  body.navOpen #menu_toggle .sp-global-nav,
  body.navOpen #menu_toggle .sp-global-nav >li >a,
  body.navOpen #menu_toggle .sp-global-nav >li >span,
  body.navOpen #menu_toggle .sp-global-nav .store-subnav a {
    color: #fff;
  }

  body.navOpen #menu_toggle .sp-global-nav >li.active >a {
    color: #fff;
  }

  body.navOpen #menu_toggle .logo2 img {
    filter: brightness(0) invert(1);
  }

  body.navOpen .hamburger-inner,
  body.navOpen .hamburger-inner::before,
  body.navOpen .hamburger-inner::after,
  body.navOpen .hamburger.fixed .hamburger-inner,
  body.navOpen .hamburger.fixed .hamburger-inner::before,
  body.navOpen .hamburger.fixed .hamburger-inner::after {
    background-color: #fff;
  }

  body.navOpen .hamburger:after {
    color: #fff;
  }

  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after,
  .hamburger.fixed .hamburger-inner,
  .hamburger.fixed .hamburger-inner::before,
  .hamburger.fixed .hamburger-inner::after {
    background-color: #000;
  }
}
