@charset "UTF-8";

/* CMS用CSS */
/* .visually-hidden {
	display: none;
} */
#toolbar-item-administration-tray .visually-hidden ,
#toolbar-bar > .visually-hidden {
	display: none;
}

/* -----------------------------------------------
Table of Contents (common css)
--------------------------------------------------
[1. Foundation]
		1-1. Reset
		1-2. Config
[2. Object]
		2-1. Utility
				 2-1-1. clearfix [ModernType]
				 2-1-2. margin,padding [mb10,pt20]
				 2-1-3. Object-Oriented CSS [OOCSS]
				 2-1-4. Grid System [grid-***]
				 2-1-5. CSS Animation [act-***]
		2-2. WebFont
		2-3. State [is-***]
		2-4. Component a.k.a Module
				 2-4-1. Wrapper     [wrp-***]
				 2-4-2. Headings [hdg-lv*]
				 2-4-3. Text     [txt-***]
				 2-4-4. Button   [btn-***]
				 2-4-5. Anchor   [acr-***]
				 2-4-6. Icon     [icn-***]
				 2-4-7. Label    [lbl-***]
				 2-4-8. List     [lst-***]
				 2-4-9. Table    [tbl-***]
				 2-4-10. Nav      [nav-***]
				 2-4-11. Box      [box-***]
				 2-4-12. Form     [frm-***]
				 2-4-13. Error    [err-***]
[3. Layout]
		3-1. #l-document
		3-2. #l-header
		3-3. #l-container
				 3-3-1. #l-main
				 3-3-2. #l-sub
		3-4. #l-footer
		3-5. OverLayerConfig [z-index]
		3-6. Project
[4. Print Style]


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

/* -----------------------------------------------
*> [1. Foundation]
-------------------------------------------------- */

/*>> 1-1. Reset
-------------------------------------------------- */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
}
a {
	background-color: transparent;
}

:focus {
	outline: thin dotted;
	outline-offset: -0.1rem;
}
[data-whatinput="mouse"] :focus,
[data-whatinput="touch"] :focus {
	outline: none;
}
a,
abbr,
acronym,
address,
blockquote,
caption,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
label,
li,
object,
ol,
p,
pre,
span,
strong,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section,
small {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	background-color: transparent;
	outline: none;
}
small {
	font-size: 80%;
}
audio,
canvas,
progress,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
progress {
	vertical-align: baseline;
}
[hidden],
template {
	display: none;
}
ol,
ul {
	list-style-type: none;
}
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	line-height: 1;
	vertical-align: baseline;
	outline: none;
	border-style: none;
}
a img {
	border: none;
	outline: none;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
dd,
dt,
input,
li,
td,
textarea,
th {
	text-align: left;
	vertical-align: top;
}
button {
	border: none;
}
button,
input,
textarea {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}
input {
	border: 0.1rem solid #dad7d3;
	height: auto;
	padding: 0.2rem 0.5rem;
}
textarea {
	border: 0.1rem solid #dad7d3;
	height: 7.8rem;
	resize: none;
	overflow: auto;
}
button,
label {
	background-color: transparent;
	cursor: pointer;
}
button,
select {
	text-transform: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	display: none;
	-webkit-appearance: none;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -0.1rem;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
[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: 0.1rem dotted ButtonText;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: content-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
details {
	display: block;
}
summary {
	display: list-item;
}
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
	border: 0;
}
main {
	display: block;
}
h1 {
	margin: 0.67em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: bold;
}
table {
	width: 100%;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
b,
em,
strong {
	font-weight: bolder;
}
hr {
	display: block;
	border: 0;
	border-top: 0.1rem solid #ccc;
	margin: 6.4rem 0;
	padding: 0;
}
@media only screen and (max-width: 767px) {
	hr {
		margin: 4.8rem 0;
	}
}
::-webkit-input-placeholder {
	color: #aaa;
}
::-moz-placeholder {
	color: #aaa;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #aaa;
}
:-moz-placeholder {
	color: #aaa;
}

/*>> 1-2. Config
-------------------------------------------------- */
html {
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 10px;
	height: 100%;
}
body {
	font-size: 1.6rem;
	color: #111111;
	background-color: #e6e8eb;
	line-height: 1.4;
	letter-spacing: 0;
	font-family: "游ゴシック", "YuGothic", "Roboto Regular",
		"ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
		"helvetica", "arial", sans-serif;
	font-feature-settings: "palt";
	height: 100%;
	-webkit-overflow-scrolling: touch;
}
[lang="zh-cmn-Hans"] body{
	font-family: 'Microsoft YaHei', 微软雅黑,
		"游ゴシック", "YuGothic", "Roboto Regular",
		"ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
		"helvetica", "arial", sans-serif;
}
@media only screen and (max-width: 767px) {
	body {
		font-size: 1.4rem;
	}
}
/* endMedia */
a {
	color: #111;
	text-decoration: none;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.no-touchevents a:hover {
	text-decoration: none;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
a[href="tel"] {
	color: #dd0000;
}
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.4;
}
p {
	line-height: 2;
}
button,
dd,
dt,
input,
li,
td,
textarea,
th {
	line-height: 1.6;
}
input {
	font-size: 1.6rem;
	box-sizing: border-box;
}
select {
	display: block;
}
textarea {
	width: 100%;
	display: block;
	font-size: 1.6rem;
	box-sizing: border-box;
}
input,
textarea {
	font-family: "游ゴシック", "YuGothic", "Roboto Regular",
		"ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
		"helvetica", "arial", sans-serif;
}
[lang="zh-cmn-Hans"] input,
[lang="zh-cmn-Hans"] textarea{
	font-family: 'Microsoft YaHei', 微软雅黑,
		"游ゴシック", "YuGothic", "Roboto Regular",
		"ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
		"helvetica", "arial", sans-serif;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
	input,
	select,
	textarea {
		font-size: 1.6rem !important;
	}
}

/* -----------------------------------------------
*> [2. Object]
-------------------------------------------------- */

/*>> 2-1. Utility
-------------------------------------------------- */
/*>>> 2-1-1. clearfix [ModernType]*/
#l-container:after,
#l-footer:after,
#l-header:after,
#l-main:after,
#l-sub:after,
.clearfix:after,
.grid-row:after {
	display: block;
	clear: both;
	content: "";
}

/*>>> 2-1-2. margin,padding [mb10,pt20]*/
/* margin  */
.m0{margin:0!important}.m5{margin:.5rem!important}.m10{margin:1rem!important}.m15{margin:1.5rem!important}.m20{margin:2rem!important}.m25{margin:2.5rem!important}.m30{margin:3rem!important}.m35{margin:3.5rem!important}.m40{margin:4rem!important}.m45{margin:4.5rem!important}.m50{margin:5rem!important}.m55{margin:5.5rem!important}.m60{margin:6rem!important}.m65{margin:6.5rem!important}.m70{margin:7rem!important}.m75{margin:7.5rem!important}.m80{margin:8rem!important}.m85{margin:8.5rem!important}.m90{margin:9rem!important}.m95{margin:9.5rem!important}.m100{margin:10rem!important}
/* margin-top */
.mt0{margin-top:0!important}.mt5{margin-top:.5rem!important}.mt10{margin-top:1rem!important}.mt15{margin-top:1.5rem!important}.mt20{margin-top:2rem!important}.mt25{margin-top:2.5rem!important}.mt30{margin-top:3rem!important}.mt35{margin-top:3.5rem!important}.mt40{margin-top:4rem!important}.mt45{margin-top:4.5rem!important}.mt50{margin-top:5rem!important}.mt55{margin-top:5.5rem!important}.mt60{margin-top:6rem!important}.mt65{margin-top:6.5rem!important}.mt70{margin-top:7rem!important}.mt75{margin-top:7.5rem!important}.mt80{margin-top:8rem!important}.mt85{margin-top:8.5rem!important}.mt90{margin-top:9rem!important}.mt95{margin-top:9.5rem!important}.mt100{margin-top:10rem!important}
/* margin-right */
.mr0{margin-right:0!important}.mr5{margin-right:.5rem!important}.mr10{margin-right:1rem!important}.mr15{margin-right:1.5rem!important}.mr20{margin-right:2rem!important}.mr25{margin-right:2.5rem!important}.mr30{margin-right:3rem!important}.mr35{margin-right:3.5rem!important}.mr40{margin-right:4rem!important}.mr45{margin-right:4.5rem!important}.mr50{margin-right:5rem!important}.mr55{margin-right:5.5rem!important}.mr60{margin-right:6rem!important}.mr65{margin-right:6.5rem!important}.mr70{margin-right:7rem!important}.mr75{margin-right:7.5rem!important}.mr80{margin-right:8rem!important}.mr85{margin-right:8.5rem!important}.mr90{margin-right:9rem!important}.mr95{margin-right:9.5rem!important}.mr100{margin-right:10rem!important}
/* margin-bottom */
.mb0{margin-bottom:0!important}.mb5{margin-bottom:.5rem!important}.mb10{margin-bottom:1rem!important}.mb15{margin-bottom:1.5rem!important}.mb20{margin-bottom:2rem!important}.mb25{margin-bottom:2.5rem!important}.mb30{margin-bottom:3rem!important}.mb35{margin-bottom:3.5rem!important}.mb40{margin-bottom:4rem!important}.mb45{margin-bottom:4.5rem!important}.mb50{margin-bottom:5rem!important}.mb55{margin-bottom:5.5rem!important}.mb60{margin-bottom:6rem!important}.mb65{margin-bottom:6.5rem!important}.mb70{margin-bottom:7rem!important}.mb75{margin-bottom:7.5rem!important}.mb80{margin-bottom:8rem!important}.mb85{margin-bottom:8.5rem!important}.mb90{margin-bottom:9rem!important}.mb95{margin-bottom:9.5rem!important}.mb100{margin-bottom:10rem!important}.ml0{margin-left:0!important}.ml5{margin-left:.5rem!important}.ml10{margin-left:1rem!important}.ml15{margin-left:1.5rem!important}.ml20{margin-left:2rem!important}.ml25{margin-left:2.5rem!important}.ml30{margin-left:3rem!important}.ml35{margin-left:3.5rem!important}.ml40{margin-left:4rem!important}.ml45{margin-left:4.5rem!important}.ml50{margin-left:5rem!important}.ml55{margin-left:5.5rem!important}.ml60{margin-left:6rem!important}.ml65{margin-left:6.5rem!important}.ml70{margin-left:7rem!important}.ml75{margin-left:7.5rem!important}.ml80{margin-left:8rem!important}.ml85{margin-left:8.5rem!important}.ml90{margin-left:9rem!important}.ml95{margin-left:9.5rem!important}.ml100{margin-left:10rem!important}.mb200{margin-bottom:20rem!important}
/* padding */
.p0{padding:0!important}.p5{padding:.5rem!important}.p10{padding:1rem!important}.p15{padding:1.5rem!important}.p20{padding:2rem!important}.p25{padding:2.5rem!important}.p30{padding:3rem!important}.p35{padding:3.5rem!important}.p40{padding:4rem!important}.p45{padding:4.5rem!important}.p50{padding:5rem!important}.p55{padding:5.5rem!important}.p60{padding:6rem!important}.p65{padding:6.5rem!important}.p70{padding:7rem!important}.p75{padding:7.5rem!important}.p80{padding:8rem!important}.p85{padding:8.5rem!important}.p90{padding:9rem!important}.p95{padding:9.5rem!important}.p100{padding:10rem!important}.pt0{padding-top:0!important}.pt5{padding-top:.5rem!important}.pt10{padding-top:1rem!important}.pt15{padding-top:1.5rem!important}.pt20{padding-top:2rem!important}.pt25{padding-top:2.5rem!important}.pt30{padding-top:3rem!important}.pt35{padding-top:3.5rem!important}.pt40{padding-top:4rem!important}.pt45{padding-top:4.5rem!important}.pt50{padding-top:5rem!important}.pt55{padding-top:5.5rem!important}.pt60{padding-top:6rem!important}.pt65{padding-top:6.5rem!important}.pt70{padding-top:7rem!important}.pt75{padding-top:7.5rem!important}.pt80{padding-top:8rem!important}.pt85{padding-top:8.5rem!important}.pt90{padding-top:9rem!important}.pt95{padding-top:9.5rem!important}.pt100{padding-top:10rem!important}.pr0{padding-right:0!important}.pr5{padding-right:.5rem!important}.pr10{padding-right:1rem!important}.pr15{padding-right:1.5rem!important}.pr20{padding-right:2rem!important}.pr25{padding-right:2.5rem!important}.pr30{padding-right:3rem!important}.pr35{padding-right:3.5rem!important}.pr40{padding-right:4rem!important}.pr45{padding-right:4.5rem!important}.pr50{padding-right:5rem!important}.pr55{padding-right:5.5rem!important}.pr60{padding-right:6rem!important}.pr65{padding-right:6.5rem!important}.pr70{padding-right:7rem!important}.pr75{padding-right:7.5rem!important}.pr80{padding-right:8rem!important}.pr85{padding-right:8.5rem!important}.pr90{padding-right:9rem!important}.pr95{padding-right:9.5rem!important}.pr100{padding-right:10rem!important}.pb0{padding-bottom:0!important}.pb5{padding-bottom:.5rem!important}.pb10{padding-bottom:1rem!important}.pb15{padding-bottom:1.5rem!important}.pb20{padding-bottom:2rem!important}.pb25{padding-bottom:2.5rem!important}.pb30{padding-bottom:3rem!important}.pb35{padding-bottom:3.5rem!important}.pb40{padding-bottom:4rem!important}.pb45{padding-bottom:4.5rem!important}.pb50{padding-bottom:5rem!important}.pb55{padding-bottom:5.5rem!important}.pb60{padding-bottom:6rem!important}.pb65{padding-bottom:6.5rem!important}.pb70{padding-bottom:7rem!important}.pb75{padding-bottom:7.5rem!important}.pb80{padding-bottom:8rem!important}.pb85{padding-bottom:8.5rem!important}.pb90{padding-bottom:9rem!important}.pb95{padding-bottom:9.5rem!important}.pb100{padding-bottom:10rem!important}.pl0{padding-left:0!important}.pl5{padding-left:.5rem!important}.pl10{padding-left:1rem!important}.pl15{padding-left:1.5rem!important}.pl20{padding-left:2rem!important}.pl25{padding-left:2.5rem!important}.pl30{padding-left:3rem!important}.pl35{padding-left:3.5rem!important}.pl40{padding-left:4rem!important}.pl45{padding-left:4.5rem!important}.pl50{padding-left:5rem!important}.pl55{padding-left:5.5rem!important}.pl60{padding-left:6rem!important}.pl65{padding-left:6.5rem!important}.pl70{padding-left:7rem!important}.pl75{padding-left:7.5rem!important}.pl80{padding-left:8rem!important}.pl85{padding-left:8.5rem!important}.pl90{padding-left:9rem!important}.pl95{padding-left:9.5rem!important}.pl100{padding-left:10rem!important}

/*>>> 2-1-3. Object-Oriented CSS [OOCSS]*/
.no-display {
	display: none;
}
.no-br {
	white-space: nowrap;
}
.no-line-height {
	line-height: 1 !important;
}
.pull-left {
	float: left !important;
}
.pull-right {
	float: right !important;
}
.right {
	text-align: right !important;
}
.center {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.top {
	vertical-align: top !important;
}
.middle {
	vertical-align: middle !important;
}
.bottom {
	vertical-align: bottom !important;
}
.block {
	display: inline-block;
}
/* for RWD */
.fluid-image {
	max-width: 100%;
	height: auto;
}
.full-image {
	width: 100%;
	height: auto;
}

/* width */
.w1per{width:1%!important}.w2per{width:2%!important}.w3per{width:3%!important}.w4per{width:4%!important}.w5per{width:5%!important}.w6per{width:6%!important}.w7per{width:7%!important}.w8per{width:8%!important}.w9per{width:9%!important}.w10per{width:10%!important}.w11per{width:11%!important}.w12per{width:12%!important}.w13per{width:13%!important}.w14per{width:14%!important}.w15per{width:15%!important}.w16per{width:16%!important}.w17per{width:17%!important}.w18per{width:18%!important}.w19per{width:19%!important}.w20per{width:20%!important}.w21per{width:21%!important}.w22per{width:22%!important}.w23per{width:23%!important}.w24per{width:24%!important}.w25per{width:25%!important}.w26per{width:26%!important}.w27per{width:27%!important}.w28per{width:28%!important}.w29per{width:29%!important}.w30per{width:30%!important}.w31per{width:31%!important}.w32per{width:32%!important}.w33per{width:33%!important}.w34per{width:34%!important}.w35per{width:35%!important}.w36per{width:36%!important}.w37per{width:37%!important}.w38per{width:38%!important}.w39per{width:39%!important}.w40per{width:40%!important}.w41per{width:41%!important}.w42per{width:42%!important}.w43per{width:43%!important}.w44per{width:44%!important}.w45per{width:45%!important}.w46per{width:46%!important}.w47per{width:47%!important}.w48per{width:48%!important}.w49per{width:49%!important}.w50per{width:50%!important}.w51per{width:51%!important}.w52per{width:52%!important}.w53per{width:53%!important}.w54per{width:54%!important}.w55per{width:55%!important}.w56per{width:56%!important}.w57per{width:57%!important}.w58per{width:58%!important}.w59per{width:59%!important}.w60per{width:60%!important}.w61per{width:61%!important}.w62per{width:62%!important}.w63per{width:63%!important}.w64per{width:64%!important}.w65per{width:65%!important}.w66per{width:66%!important}.w67per{width:67%!important}.w68per{width:68%!important}.w69per{width:69%!important}.w70per{width:70%!important}.w71per{width:71%!important}.w72per{width:72%!important}.w73per{width:73%!important}.w74per{width:74%!important}.w75per{width:75%!important}.w76per{width:76%!important}.w77per{width:77%!important}.w78per{width:78%!important}.w79per{width:79%!important}.w80per{width:80%!important}.w81per{width:81%!important}.w82per{width:82%!important}.w83per{width:83%!important}.w84per{width:84%!important}.w85per{width:85%!important}.w86per{width:86%!important}.w87per{width:87%!important}.w88per{width:88%!important}.w89per{width:89%!important}.w90per{width:90%!important}.w91per{width:91%!important}.w92per{width:92%!important}.w93per{width:93%!important}.w94per{width:94%!important}.w95per{width:95%!important}.w96per{width:96%!important}.w97per{width:97%!important}.w98per{width:98%!important}.w99per{width:99%!important}.w100per{width:100%!important}.wauto{width:auto!important}
@media only screen and (max-width: 959px) {
	/* SP */
	.w1per-sp{width:1%!important}.w2per-sp{width:2%!important}.w3per-sp{width:3%!important}.w4per-sp{width:4%!important}.w5per-sp{width:5%!important}.w6per-sp{width:6%!important}.w7per-sp{width:7%!important}.w8per-sp{width:8%!important}.w9per-sp{width:9%!important}.w10per-sp{width:10%!important}.w11per-sp{width:11%!important}.w12per-sp{width:12%!important}.w13per-sp{width:13%!important}.w14per-sp{width:14%!important}.w15per-sp{width:15%!important}.w16per-sp{width:16%!important}.w17per-sp{width:17%!important}.w18per-sp{width:18%!important}.w19per-sp{width:19%!important}.w20per-sp{width:20%!important}.w21per-sp{width:21%!important}.w22per-sp{width:22%!important}.w23per-sp{width:23%!important}.w24per-sp{width:24%!important}.w25per-sp{width:25%!important}.w26per-sp{width:26%!important}.w27per-sp{width:27%!important}.w28per-sp{width:28%!important}.w29per-sp{width:29%!important}.w30per-sp{width:30%!important}.w31per-sp{width:31%!important}.w32per-sp{width:32%!important}.w33per-sp{width:33%!important}.w34per-sp{width:34%!important}.w35per-sp{width:35%!important}.w36per-sp{width:36%!important}.w37per-sp{width:37%!important}.w38per-sp{width:38%!important}.w39per-sp{width:39%!important}.w40per-sp{width:40%!important}.w41per-sp{width:41%!important}.w42per-sp{width:42%!important}.w43per-sp{width:43%!important}.w44per-sp{width:44%!important}.w45per-sp{width:45%!important}.w46per-sp{width:46%!important}.w47per-sp{width:47%!important}.w48per-sp{width:48%!important}.w49per-sp{width:49%!important}.w50per-sp{width:50%!important}.w51per-sp{width:51%!important}.w52per-sp{width:52%!important}.w53per-sp{width:53%!important}.w54per-sp{width:54%!important}.w55per-sp{width:55%!important}.w56per-sp{width:56%!important}.w57per-sp{width:57%!important}.w58per-sp{width:58%!important}.w59per-sp{width:59%!important}.w60per-sp{width:60%!important}.w61per-sp{width:61%!important}.w62per-sp{width:62%!important}.w63per-sp{width:63%!important}.w64per-sp{width:64%!important}.w65per-sp{width:65%!important}.w66per-sp{width:66%!important}.w67per-sp{width:67%!important}.w68per-sp{width:68%!important}.w69per-sp{width:69%!important}.w70per-sp{width:70%!important}.w71per-sp{width:71%!important}.w72per-sp{width:72%!important}.w73per-sp{width:73%!important}.w74per-sp{width:74%!important}.w75per-sp{width:75%!important}.w76per-sp{width:76%!important}.w77per-sp{width:77%!important}.w78per-sp{width:78%!important}.w79per-sp{width:79%!important}.w80per-sp{width:80%!important}.w81per-sp{width:81%!important}.w82per-sp{width:82%!important}.w83per-sp{width:83%!important}.w84per-sp{width:84%!important}.w85per-sp{width:85%!important}.w86per-sp{width:86%!important}.w87per-sp{width:87%!important}.w88per-sp{width:88%!important}.w89per-sp{width:89%!important}.w90per-sp{width:90%!important}.w91per-sp{width:91%!important}.w92per-sp{width:92%!important}.w93per-sp{width:93%!important}.w94per-sp{width:94%!important}.w95per-sp{width:95%!important}.w96per-sp{width:96%!important}.w97per-sp{width:97%!important}.w98per-sp{width:98%!important}.w99per-sp{width:99%!important}.w100per-sp{width:100%!important}.wauto-sp{width:auto!important}
}

/*>>> 2-1-4. Grid System [grid-***] */
.grid-row {
	margin-right: -2.4rem;
	margin-left: -2.4rem;
	display: flex;
	flex-wrap: wrap;
}
.grid-col,
.grid-col--1,
.grid-col--10,
.grid-col--11,
.grid-col--12,
.grid-col--2,
.grid-col--3,
.grid-col--4,
.grid-col--5,
.grid-col--6,
.grid-col--7,
.grid-col--8,
.grid-col--9 {
	position: relative;
	min-height: 0.1rem;
	padding-right: 2.4rem;
	padding-left: 2.4rem;
	box-sizing: border-box;
}
.grid-col--1 {
	width: 8.33333333333%;
}
.grid-col--2 {
	width: 16.6666666667%;
}
.grid-col--3 {
	width: 25%;
}
.grid-col--4 {
	width: 33.3333333333%;
}
.grid-col--5 {
	width: 41.6666666667%;
}
.grid-col--6 {
	width: 50%;
}
.grid-col--7 {
	width: 58.3333333333%;
}
.grid-col--8 {
	width: 66.6666666667%;
}
.grid-col--9 {
	width: 75%;
}
.grid-col--10 {
	width: 83.3333333333%;
}
.grid-col--11 {
	width: 91.6666666667%;
}
.grid-col--12 {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.grid-row {
		margin-left: -1.2rem;
		margin-right: -1.2rem;
	}
	.grid-col--1,
	.grid-col--10,
	.grid-col--11,
	.grid-col--12,
	.grid-col--2,
	.grid-col--3,
	.grid-col--4,
	.grid-col--5,
	.grid-col--6,
	.grid-col--7,
	.grid-col--8,
	.grid-col--9 {
		width: 100%;
		padding-right: 1.2rem;
		padding-left: 1.2rem;
	}
	.grid-col--3.__isSP,
	.grid-col--4.__isSP,
	.grid-col--6.__isSP {
		width: 50%;
	}
}
/* endMedia */

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.grid-row {
		margin-left: -1.6rem;
		margin-right: -1.6rem;
	}
	.grid-col--1,
	.grid-col--10,
	.grid-col--11,
	.grid-col--12,
	.grid-col--2,
	.grid-col--3,
	.grid-col--4,
	.grid-col--5,
	.grid-col--6,
	.grid-col--7,
	.grid-col--8,
	.grid-col--9 {
		padding-right: 1.6rem;
		padding-left: 1.6rem;
	}
}
/* endMedia */

/*>>> 2-1-5. CSS Animation [act-***] */

/*>> 2-2. WebFont [is-***]
-------------------------------------------------- */
@font-face {
	font-family: "ASAHI Garamond";
	src: url("/assets/font/ASAHI_Garamond.eot");
	src: url("/assets/font/ASAHI_Garamond.eot") format("embedded-opentype"),
		url("/assets/font/ASAHI_Garamond.otf") format("opentype"),
		url("/assets/font/ASAHI_Garamond.woff2") format("woff2"),
		url("/assets/font/ASAHI_Garamond.woff") format("woff"),
		url("/assets/font/ASAHI_Garamond.ttf") format("truetype"),
		url("/assets/font/ASAHI_Garamond.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "fontello";
	src: url("/assets/font/fontello.eot?8600572");
	src: url("/assets/font/fontello.eot?8600572#iefix")
			format("embedded-opentype"),
		url("/assets/font/fontello.woff2?8600572") format("woff2"),
		url("/assets/font/fontello.woff?8600572") format("woff"),
		url("/assets/font/fontello.ttf?8600572") format("truetype"),
		url("/assets/font/fontello.svg?8600572#fontello") format("svg");
	font-weight: normal;
	font-style: normal;
}
.icon {
	line-height: 1;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;
	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;
}



/*>> 2-3. State [is-***]
-------------------------------------------------- */
.is-error {
	background-color: #f9eceb;
}
.is-disabled {
	opacity: 0.3;
	pointer-events: none;
	cursor: default;
}
.is-inline-block span {
	margin-bottom: 1rem;
	display: inline-block;
}
.is-visiblePc {
	display: block !important;
}
.is-visibleSp {
	display: none !important;
}
@media only screen and (max-width: 767px) {
	.is-visiblePc {
		display: none !important;
	}
	.is-visibleSp {
		display: block !important;
	}
	.is-visibleSp.inline {
		display: inline-block !important;
	}
}

/*>> 2-4. Component a.k.a Module
-------------------------------------------------- */
/*>>> 2-4-1.  Wrapper     [wrp-***]*/


.wrp-content {
	margin: 0 auto;
	max-width: 100rem;
	padding-left: 2.4rem;
	padding-right: 2.4rem;
}
.wrp-box-content {
	margin-top: 12.8rem;
}
.wrp-container {
	margin: 0 auto;
	width: 100%;
	max-width: 110rem;
	padding-left: 2.4rem;
	padding-right: 2.4rem;
}
@media only screen and (max-width: 767px) {
	.wrp-box-content {
		margin-top: 6.4rem;
	}
}

.box-mainvisual + .wrp-content {
	margin-top: 6.4rem;
}
@media only screen and (max-width: 767px) {
	.box-mainvisual + .wrp-content {
		margin-top: 4.8rem;
	}
}
/* endMedia */

.wrp-button {
	text-align: center;
	margin: 0 auto;
	padding: 0 2.4rem;
}
[class^="box-"] + .wrp-button,
[class^="wrp-"] + .wrp-button {
	margin: 12.8rem auto 0;
}
@media only screen and (max-width: 767px) {
	[class^="box-"] + .wrp-button,
	[class^="wrp-"] + .wrp-button {
		margin: 6.4rem auto 0;
	}
}
/* endMedia */

.wrp-video {
	position: relative;
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
}
.wrp-video embed,
.wrp-video iframe,
.wrp-video object,
.wrp-video video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.wrp-link {
	margin-top: 3.2rem;
}

.wrp-table{
	position: relative;
}

/*>>> 2-4-2.  Headings [hdg-lv*] */
.hdg-lv2 {
	position: relative;
	margin: 6.4rem 0 0;
	font-size: 3.2rem;
	font-weight: normal;
}
.hdg-lv2::after {
	content: "";
	display: block;
	margin-top: 2.4rem;
	width: 6rem;
	height: 0.3rem;
	background: #dd0000;
}
.hdg-lv2--center {
	margin: 0 0 6.4rem;
	font-size: 3.6rem;
	text-align: center;
}
.hdg-lv2--center::after {
	margin: 3.2rem auto 0;
}
.hdg-lv2 + * {
	margin-top: 2.4rem;
}
.hdg-lv2--02 {
	font-family: "ASAHI Garamond", serif;
	font-weight: normal;
	font-size: 5.6rem;
	letter-spacing: 0.05em;
}
.hdg-lv2--02 + * {
	margin-top: 2.4rem;
}

@media only screen and (max-width: 767px) {
	.hdg-lv2 {
		margin: 4.8rem 0 0;
		font-size: 2.2rem;
	}
	.hdg-lv2::after {
		margin-top: 1.6rem;
		width: 4.5rem;
	}
	.hdg-lv2--center {
		margin: 0 0 4.8rem;
	}
	.hdg-lv2 + * {
		margin-top: 1.6rem;
	}
	.hdg-lv2--02 {
		font-size: 2.4rem;
	}
	.hdg-lv2--02 + * {
		margin-top: 1.6rem;
	}
}
.hdg-lv3 {
	position: relative;
	margin-top: 6.4rem;
	padding-left: 2.6rem;
	font-size: 2.4rem;
	font-weight: normal;
}
.hdg-lv3::before {
	content: "";
	display: block;
	width: 1rem;
	height: 3.1rem;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
}
.hdg-lv2 + .hdg-lv3,
.hdg-lv3 + .hdg-lv4 {
	margin-top: 4.8rem;
}
.hdg-lv3 + * {
	margin-top: 2.4rem;
}
.hdg-lv3--02 {
	font-size: 3.6rem;
	font-weight: normal;
}
.hdg-lv3--02 + * {
	margin-top: 2.4rem;
}
@media only screen and (max-width: 767px) {
	.hdg-lv3 {
		margin-top: 4.8rem;
		padding-left: 1.6rem;
		font-size: 1.8rem;
	}
	.hdg-lv3::before {
		width: 0.6rem;
		height: 2.2rem;
	}
	.hdg-lv3 + * {
		margin-top: 1.6rem;
	}
	.hdg-lv3--02 {
		font-size: 2.2rem;
	}
	.hdg-lv3--02 + * {
		margin-top: 1.6rem;
	}
}
.hdg-lv4 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 4.8rem;
}
.hdg-lv4 + * {
	margin-top: 1.6rem;
}
@media only screen and (max-width: 767px) {
	.hdg-lv4 {
		margin-top: 4.8rem;
		font-size: 1.6rem;
	}
	.hdg-lv4 + * {
		margin-top: 1.6rem;
	}
}

/*>>> 2-4-3.  Text     [txt-***]*/

.txt-lead {
	font-weight: bold;
	margin-bottom: 1.6rem;
}
.txt-paragraph {
	margin-top: 5.6rem;
}
.txt-copyright {
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 1.2rem;
}
.txt-copyright small {
	font-size: 100%;
}
.txt-note {
	color: #666;
	font-size: 1.2rem;
}
.txt-desc {
	font-size: 2rem;
}
.txt-english {
	font-family: "ASAHI Garamond", serif;
	letter-spacing: 0.05em;
}
.txt-block{
	display: inline-block;
}
.txt-center{
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.txt-lead {
		margin-bottom: 0.8rem;
	}
	.txt-paragraph {
		margin-top: 4rem;
	}
	.txt-note {
		font-size: 1rem;
	}
	.txt-desc {
		font-size: 1.6rem;
	}
}

/*>>> 2-4-4.  Button   [btn-***]*/
.btn {
	display: inline-block;
	position: relative;
	padding: 3.2rem;
	width: 100%;
	max-width: 42rem;
	font-size: 1.8rem;
	font-weight: bold;
	color: #111111;
	text-align: center;
	background: #e6e8eb;
	border-radius: 10px;
	box-sizing: border-box;
	cursor: pointer;
	border: 0;
	-webkit-box-shadow: -8px -8px 16px 0 rgba(255, 255, 255, 0.7),
		8px 8px 16px 0 rgba(166, 171, 189, .4);
	box-shadow: -8px -8px 16px 0 rgba(255, 255, 255, 0.7),
		8px 8px 16px 0 rgba(166, 171, 189, .4);
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 3.2rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

	content: "\e802";
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;
	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;
	font-size: 2.4rem;
	color: #dd0000;
}
.no-touchevents .btn:hover {
	opacity: 1;
	background: #ebedef;
	-webkit-box-shadow: -2px -2px 4px 0 rgba(255, 255, 255, .35),
		2px 2px 4px 0 rgba(166, 171, 189, .2);
	box-shadow: -2px -2px 4px 0 rgba(255, 255, 255, .35),
		2px 2px 4px 0 rgba(166, 171, 189, .2);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
@media only screen and (max-width: 767px) {
	.btn {
		font-size: 1.4rem;
		padding: 2.4rem 3.2rem;
	}
	.btn::before {
		height: 1.6rem;
		right: 1.6rem;
		font-size: 1.6rem;
	}
}
/* endMedia */

.btn-red {
	color: #fff;
	max-width: 38rem;
	background: #bd0015;
	-webkit-box-shadow: -8px -8px 16px 0 rgba(216, 55, 55, .7),
		8px 8px 16px 0 rgba(136, 0, 0, .7);
	box-shadow: -8px -8px 16px 0 rgba(216, 55, 55, .7),
		8px 8px 16px 0 rgba(136, 0, 0, .7);
}
.btn-red::before {
	color: #fff;
}
.no-touchevents .btn-red:hover {
	opacity: 1;
	background: #c90c17;
	-webkit-box-shadow: -2px -2px 4px 0 rgba(216, 55, 55, .35),
		2px 2px 4px 0 rgba(136, 0, 0, .35);
	box-shadow: -2px -2px 4px 0 rgba(216, 55, 55, .35),
		2px 2px 4px 0 rgba(136, 0, 0, .35);
}

.btn-red-02 {
	padding: 2.4rem;
	font-size: 1.6rem;
	-webkit-box-shadow: 5px 5px 15px 0 rgba(166, 171, 189, 1),
		-5px -5px 15px 0 rgba(255, 255, 255, 1);
	box-shadow: 5px 5px 15px 0 rgba(166, 171, 189, 1),
		-5px -5px 15px 0 rgba(255, 255, 255, 1);
}
.btn-red-02::before {
	font-size: 2rem;
	right: 2.4rem;
}
.no-touchevents .btn-red-02:hover {
	background: #bd0015;
	-webkit-box-shadow: 0 0 0 0 rgba(166, 171, 189, 1),
		-5px -5px 15px 0 rgba(255, 255, 255, 1);
	box-shadow: 0 0 0 0 rgba(166, 171, 189, 1),
		-5px -5px 15px 0 rgba(255, 255, 255, 1);
}
@media only screen and (max-width: 767px) {
	.btn-red-02 {
		font-size: 1.4rem;
	}
	.btn-red-02::before {
		right: 1.6rem;
		font-size: 1.6rem;
	}
}
.btn-red[disabled]{
	background: #de808a;
	pointer-events: none;
}
/* endMedia */

.btn-light {
	-webkit-box-shadow: -8px -8px 16px 0 rgba(255, 255, 255, 0.9),
		8px 8px 16px 0 rgba(208, 211, 220, 0.5);
	box-shadow: -8px -8px 16px 0 rgba(255, 255, 255, 0.9),
		8px 8px 16px 0 rgba(208, 211, 220, 0.5);
	background: #f5f5f5;
}
.no-touchevents .btn-light:hover {
	-webkit-box-shadow: -2px -2px 4px 0 rgba(255, 255, 255, 0.45),
		2px 2px 4px 0 rgba(208, 211, 220, .25);
	box-shadow: -2px -2px 4px 0 rgba(255, 255, 255, 0.45),
		2px 2px 4px 0 rgba(208, 211, 220, .25);
	background: #fbfbfb;
}

.btn--blank::before {
	content: "\e805";
}

.btn[class*=" icon-"]::before{
	font-size: 1.4em;
}
/*>>> 2-4-5.  Anchor   [acr-***]*/

.arc-primary {
	display: inline-block;
	color: #dd0000;
	text-decoration: underline;
	line-height: 2;
	text-indent: 0;
	word-break: break-all;
}
.arc-primary--no-line {
	text-decoration: none;
}
.no-touchevents .arc-primary:hover {
	text-decoration: none;
}
.no-touchevents .arc-primary--no-line:hover {
	text-decoration: underline;
}
.arc-primary[target="_blank"],
.arc-primary[href$=".pdf"] {
	display: inline-block;
	position: relative;
	padding-left: 2.4rem;
}

.arc-primary[target="_blank"]::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.8rem;
	left: 0;

	content: "\e805";
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.4rem;
	color: #dd0000;
	text-decoration: none;
}
.arc-primary[href$=".pdf"]::before {
	content: "";
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	top: 0.8rem;
	left: 0;
	content: "\e80c";
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.4rem;
	color: #dd0000;
	text-decoration: none;
}
.arc-primary[href$=".xls"]::before,
.arc-primary[href$=".xlsx"]::before {
	content: "";
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	top: 0.8rem;
	left: 0;
	content: "\e80a";
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.4rem;
	color: #0e6d1e;
	text-decoration: none;
}
.arc-primary--black {
	color: #111;
}
.no-touchevents .arc-primary--black:hover {
	color: #dd0000;
}
.arc-primary--blank::before{
	content: "\e805" !important;
}
@media only screen and (max-width: 767px) {
	.arc-primary[target="_blank"]::before,
	.arc-primary[href$=".pdf"]::before,
	.arc-primary[href$=".xlsx"]::before,
	.arc-primary[href$=".xls"]::before {
		top: 0.5em;
	}
}
.arc-primary--no-icon {
	padding-left: 0 !important;
}
.arc-primary--no-icon::before {
	display: none !important;
}

.arrow-lr {
	display: inline-block;
	position: relative;
	width: 1.23em;
	height: 1em;
	line-height: 1;
	margin-left: 1.6rem;
	overflow: hidden;
}
.arrow-lr:after,
.arrow-lr:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1em;
	height: 1em;
	transform: translateY(-50%);
	content: "\e802";
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;
	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;
	font-size: 2rem;
	color: #dd0000;
}
.arrow-lr:before {
	left: -200%;
}

.link-primary {
	position: relative;
}
.no-touchevents .link-primary:hover {
	text-decoration: none;
	color: #dd0000;
}
.link-primary .arrow-lr:after {
	content: none;
}
.link-primary .arrow-lr::before {
	left: 200%;
}
.no-touchevents .link-primary.is-out .arrow-lr:before {
	-webkit-animation: arrowOut 0.4s ease forwards;
	animation: arrowOut 0.4s ease forwards;
}
.no-touchevents .link-primary:hover .arrow-lr:before {
	-webkit-animation: arrowIn 0.4s ease forwards;
	animation: arrowIn 0.4s ease forwards;
}
@-webkit-keyframes arrowIn {
	0% {
		left: -200%;
	}
	100% {
		left: 0;
	}
}
@keyframes arrowIn {
	0% {
		left: -200%;
	}
	100% {
		left: 0;
	}
}
@-webkit-keyframes arrowOut {
	0% {
		left: 0;
	}
	100% {
		left: 200%;
	}
}
@keyframes arrowOut {
	0% {
		left: 0;
	}
	100% {
		left: 200%;
	}
}

@media only screen and (max-width: 767px) {
	.no-touchevents .link-primary.is-out .arrow-lr:before {
		-webkit-animation: none;
		animation: none;
	}
	.no-touchevents .link-primary:hover .arrow-lr:before {
		-webkit-animation: none;
		animation: none;
	}
}

.no-touchevents a.effect01:hover .arrow-lr:before {
	left: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.no-touchevents a.effect01:hover .arrow-lr:after {
	-webkit-transition: 0.4s;
	transition: 0.4s;
	left: 200%;
}
/*>>> 2-4-6. Icon     [icn-***]*/

.icon-arrow-bottom:before {
	content: "\e800";
}
.icon-arrow-left:before {
	content: "\e801";
}
.icon-arrow-right:before {
	content: "\e802";
}
.icon-arrow-top:before {
	content: "\e803";
}
.icon-nav-megamenu:before {
	content: "\e804";
}
.icon-window-blank:before {
	content: "\e805";
}
.icon-twitter:before {
	content: "\e806";
}
.icon-linkdin:before {
	content: "\e807";
}
.icon-facebook:before {
	content: "\e808";
}
.icon-language:before {
	content: "\e809";
}
.icon-excel:before {
	content: "\e80a";
}
.icon-attention:before {
	content: "\e80b";
}
.icon-pdf:before {
	content: "\e80c";
}
.icon-search:before {
	content: "\e80d";
}
.icon-select:before {
	content: "\e80e";
}
.icon-powerpoint:before {
	content: '\e80f';
}
.icon-wechat-e:before {
	content: '\f1d7';
}

/*>>> 2-4-7. Label    [lbl-***]*/

/*>>> 2-4-8. List     [lst-***]*/
.lst-number {
	margin-top: 2.4rem;
	padding-left: 1.6rem;
	counter-reset: section;
}
.lst-number > li {
	margin-bottom: 0.8rem;
	text-indent: -1.6rem;
	font-size: 1.6rem;
}
.lst-number > li:before {
	counter-increment: section;
	content: counters(section, ".") ".";
	padding-right: 0.8rem;
	font-size: 1.6rem;
}
.lst-number--02 > li:before {
	content: "(" counter(section) ")";
}
.lst-dot {
	margin-top: 2.4rem;
	padding-left: 1.6rem;
}
.lst-dot > li {
	position: relative;
	margin-bottom: 0.8rem;
	text-indent: -1.6rem;
	font-size: 1.6rem;
}
.lst-dot > li:before {
	content: "";
	display: inline-block;
	margin: 0 1.4rem 0.4rem 0.2rem;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background: #111;
}
.lst-note {
	margin-top: 2.4rem;
	padding-left: 1.6rem;
}
.lst-note > li {
	position: relative;
	margin-bottom: 0.8rem;
	text-indent: -1.6rem;
	font-size: 1.6rem;
}
.lst-note > li:before {
	content: "";
	display: inline-block;
	width: 2rem;
	height: 1.4rem;
	background: url("/assets/images/common/icon-asterisk.svg") no-repeat center
		left;
}
.lst-note .arc-primary{
	display: initial;
}
.lst-alphabet{
	margin-top: 2.4rem;
	padding-left: 1.6rem;
	counter-reset: alphabeticList;
}
.lst-alphabet > li{
	counter-increment: alphabeticList;
	padding-right: 0.8rem;
	font-size: 1.6rem;
	text-indent: -1.6rem;
	margin-bottom: 0.8rem;
}
.lst-alphabet > li:before{
	content: "(" counter(alphabeticList, upper-alpha) ")";
	padding-right: 0.8rem;
}

.lst-cjk{
	margin-top: 2.4rem;
	padding-left: 1.6rem;
	counter-reset: cjkList;
}
.lst-cjk > li{
	counter-increment: cjkList;
	padding-right: 0.8rem;
	font-size: 1.6rem;
	text-indent: -1.6rem;
	margin-bottom: 0.8rem;
}
.lst-cjk > li:before{
	content: "(" counter(cjkList, cjk-ideographic) ")";
	padding-right: 0.8rem;
}

.lst-number .lst-alphabet,
.lst-number .lst-cjk{
	margin: 2rem 0;
}
@media only screen and (max-width: 767px) {
	.lst-dot > li,
	.lst-note,
	.lst-number > li,
	.lst-alphabet > li,
	.lst-cjk > li {
		font-size: 1.4rem;
	}
	.lst-number > li:before {
		font-size: 1.4rem;
	}
	.lst-number .lst-alphabet, .lst-number .lst-cjk{
		margin: 1.5rem 0;
	}
}
/*>>> 2-4-9. Table    [tbl-***]*/
.tbl-base {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 2.5rem;
}
.tbl-base th {
	padding: 0.7rem 1rem;
	box-sizing: border-box;
	color: #313538;
	font-weight: 600;
}
.tbl-base td {
	padding: 0.7rem 1rem;
	box-sizing: border-box;
	color: #464749;
}
.tbl-base tbody tr:nth-child(odd) {
	background: #fff;
}
.tbl-base tbody tr:nth-child(even) {
	background: #f4f3ef;
}

/* table01 */
.table01 table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	position: relative;
}
.table01 table:after {
	content: "";
	border-top: solid 1px #c7cad1;
	border-bottom: solid 1px #fff;
	width: 100%;
	display: block;
	position: absolute;
}
.table01 th {
	position: relative;
	font-weight: normal;
	padding: 2.4rem 0;
	box-sizing: border-box;
	width: 19%;
}
.table01 th:before {
	content: "";
	border-top: solid 1px #c7cad1;
	border-bottom: solid 1px #fff;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
}
.table01 th.no-border:before {
	content: none;
}
.table01 td {
	position: relative;
	padding: 2.4rem 0;
	box-sizing: border-box;
	width: 81%;
}
.table01 td:before {
	content: "";
	border-top: solid 1px #c7cad1;
	border-bottom: solid 1px #fff;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
}
.table01 td .box__image + .box__image {
	margin-top: 4rem;
}
.table01--no-firstline tr:first-child td::before,
.table01--no-firstline tr:first-child th::before {
	display: none;
}
@media only screen and (max-width: 767px) {
	.table01 table:after {
		display: none;
	}
	.table01 th {
		width: 100%;
		display: block;
		background: #fff;
		text-align: center;
		font-size: 1.2rem;
		padding: 0.8rem 0;
	}
	.table01 td {
		width: 100%;
		display: block;
		font-size: 1.4rem;
		padding: 1.6rem 0;
		line-height: 2;
	}
	.table01 td:before,
	.table01 th:before {
		display: none;
	}
	.table01 td.border:before,
	.table01 th.border:before {
		display: block;
	}
	.table01 td .box__image + .box__image {
		margin-top: 1.6rem;
	}
}

/* table02 */
.table02 {
	margin-top: 4rem;
	padding-bottom: 4.8rem;
}
.tbl-base02 {
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.tbl-base02 th {
	padding: 3.2rem;
	background: #fff;
	color: #000;
}
.tbl-base02 thead th {
	padding: 3.2rem 0.8rem;
	text-align: center;
	font-size: 1.4rem;
}
.tbl-base02 tbody td {
	padding: 2.4rem 0;
	font-size: 1.4rem;
	line-height: 1.7;
	text-align: center;
}
.tbl-base02 tbody td,
.tbl-base02 tbody th {
	position: relative;
}
.tbl-base02 tbody td::before,
.tbl-base02 tbody th::before {
	content: "";
	height: 0;
	display: block;
	border-top: solid 1px #c7cad1;
	border-bottom: solid 1px #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.tbl-base02 tbody tr td:nth-child(1),
.tbl-base02 tbody tr td:nth-child(8) {
	text-align: left;
}
.table02 .txt-note {
	font-size: 1.4rem;
	color: #111;
}
.table02.__clone{
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	pointer-events: none;
}
.table02.__clone table{
	visibility: hidden;
}
.table02 table + .wrp-note{
	margin-top: 2.4rem;
	visibility: hidden;
}
.table02.__clone table + .wrp-note{
	visibility: visible;
}
@media only screen and (min-width: 768px) {
	.tbl-base02 {
		table-layout: fixed;
	}
	.tbl-base02 thead th {
		width: 10em;
	}
}
@media only screen and (max-width: 767px) {
	.table02 {
		overflow: hidden;
		overflow-x: inherit;
		margin-top: 2.4em;
		padding-bottom: 3.2em;
	}
	.table02 .txt-note {
		font-size: 1.2rem;
	}
	.tbl-base02 {
		display: flex;
		/* width: auto;
		overflow: hidden; */
	}
	.tbl-base02 thead {
		display: flex;
		flex-shrink: 0;
		min-width: min-content;
		max-width: 10rem;
	}
	.tbl-base02 tr {
		display: flex;
		flex-direction: column;
		flex-shrink: 0;
		min-width: min-content;
	}
	.tbl-base02 thead tr{
		flex-shrink: initial;
	}
	.tbl-base02 td,
	.tbl-base02 th {
		display: block;
	}
	.tbl-base02 tbody {
		display: flex;
		position: relative;
	}
	.tbl-base02 tbody td,
	.tbl-base02 thead th {
		padding: 1.6rem;
		font-size: 1.2rem;
		line-height: 1.5;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.tbl-base02 thead th{
		padding: 1.6rem 0.8rem;
	}
	.table02.__clone table {
		visibility: visible;
	}
	.table02.__clone tbody {
		visibility: hidden;
	}
	.table02:not(.__clone) thead {
		visibility: hidden;
	}
	.tbl-base02 tbody td:last-child::before {
		display: none;
	}
}
/*>>> 2-4-10. Nav      [nav-***]*/

/*Menu button*/
.nav-global-menu {
	position: absolute;
	width: 5rem;
	height: 5rem;
	right: 0.8rem;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	-webkit-transform: translateY(-50%);
}
.nav-global-menu span {
	display: block;
	width: 1.6rem;
	height: 0.2rem;
	position: absolute;
	left: 1.8rem;
	background: #dd0000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.nav-global-menu span.b1 {
	top: 1.7rem;
}
.nav-global-menu span.b2 {
	top: 2.3rem;
}
.nav-global-menu span.b3 {
	top: 2.9rem;
}
.nav-global-menu.is-active span.b1 {
	transform: translateY(0.6rem) rotate(315deg);
	-webkit-transform: translateY(0.6rem) rotate(315deg);
}
.nav-global-menu.is-active span.b2 {
	opacity: 0;
}
.nav-global-menu.is-active span.b3 {
	transform: translateY(-0.6rem) rotate(-315deg);
	-webkit-transform: translateY(-0.6rem) rotate(-315deg);
}

/*Menu button*/
.nav-global {
	display: flex;
}
.nav-global > li {
	width: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.nav-global > li > a::after {
	content: "";
	height: 2.1rem;
	width: 0;
	position: absolute;
	right: 0;
	top: 50%;
	border-right: solid 1px #c7cad1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.nav-global > li:last-child a::after {
	display: none;
}
.nav-global > li > a {
	position: relative;
	color: #111;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0 1rem;
}

.nav-global > li > a > span {
	padding: 2.4rem 0;
	display: block;
	position: relative;
}
.nav-global > li > a > span:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	border-bottom: 0.4rem solid #dd0000;
	visibility: hidden;
	transition: all 0.3s ease;
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease;
	-webkit-transform: translateX(-50%);
}
.no-touchevents .nav-global > li > a:hover,
.no-touchevents .nav-global > li a {
	opacity: 1;
	text-decoration: none;
	color: #111;
}
.nav-global > li.current > a > span::after,
.nav-global > li.is-active > a > span::after,
.no-touchevents .nav-global > li:hover > a > span::after {
	width: 110%;
	visibility: visible;
}
.nav-global-container {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	pointer-events: none;
	height: 0;
}
.nav-global-container.is-active {
	pointer-events: auto;
}
.nav-global-container__bg {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 0;
	background: #f5f5f5;
	transition: height 0.5s ease;
	-webkit-transition: height 0.5s ease;
	pointer-events: none;
}
.nav-global-container__copy {
	display: none;
}
.nav-parent-wrap {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
}
.nav-parent-wrap .l-header__container {
	max-width: 104rem;
	position: relative;
}
.is-active.nav-parent-wrap {
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
	visibility: visible;
}
.nav-global-sp {
	display: none;
}

.arrow-tb {
	display: inline-block;
	position: relative;
	width: 2.1rem;
	height: 1.6rem;
	overflow: hidden;
}
.arrow-tb:after,
.arrow-tb:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 2.1rem;
	height: 1.6rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	content: "\e804";
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;
	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;
	font-size: 2rem;
	color: #dd0000;
}
.arrow-tb:before {
	top: -200%;
}
.nav-global li .arrow-tb {
	margin-left: 5px;
}
.no-touchevents .nav-global li:hover .arrow-tb:before {
	top: 50%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.no-touchevents .nav-global li:hover .arrow-tb:after {
	top: 200%;
	opacity: 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.nav-list-category {
	display: flex;
	justify-content: center;
	padding: 3.2rem 0;
	margin-left: -8px;
	margin-right: -8px;
}
.nav-list-category-wrap {
	border-bottom: solid 1px #c7cad1;
}

.nav-list-category__item {
	padding: 0 0.8rem;
	flex: 1;
	max-width: 25.4rem;
}
.nav-list-category.is-big .nav-list-category__item {
	padding: 0 1.6rem;
}
.nav-list-category__item a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 0;
	padding-bottom: 100%;
	background: #f5f5f5;
	border-radius: 1rem;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-shadow: -1px -1px 2px 0 rgba(255, 255, 255, 0.7),
		1px 1px 2px 0 rgba(166, 171, 189, .4);
	box-shadow: -1px -1px 2px 0 rgba(255, 255, 255, 0.7),
		1px 1px 2px 0 rgba(166, 171, 189, .4);
	box-sizing: border-box;
}
.no-touchevents .nav-list-category__item a:hover {
	fill: #fff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-box-shadow: -1px -1px 2px 0 rgba(255, 255, 255, .35),
		1px 1px 2px 0 rgba(166, 171, 189, .2);
	box-shadow: -1px -1px 2px 0 rgba(255, 255, 255, .35),
		1px 1px 2px 0 rgba(166, 171, 189, .2);
}
.no-touchevents .nav-list-category__item.active--01 a:hover {
	background: rgb(175, 54, 49) !important;
}
.no-touchevents .nav-list-category__item.active--02 a:hover {
	background: rgb(24, 90, 163) !important;
}
.no-touchevents .nav-list-category__item.active--03 a:hover {
	background: rgb(79, 55, 144) !important;
}
.no-touchevents .nav-list-category__item.active--04 a:hover {
	background: rgb(151, 195, 87) !important;
}
.no-touchevents .nav-list-category__item.active--05 a:hover {
	background: rgb(248, 157, 72) !important;
}
.no-touchevents .nav-list-category__item.active--06 a:hover {
	background: rgb(53, 146, 169) !important;
}
.nav-list-category__item img,
.nav-list-category__item svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	max-height: 74%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.nav-list-category.is-big .nav-list-category__item svg {
	max-height: 62%;
}
.nav-global-link {
	text-align: right;
	padding: 3.2rem 0;
}
.nav-global-link a {
	position: relative;
	color: #111;
	font-size: 1.6rem;
	font-weight: bold;
	transition: all 0.3s;
	overflow: hidden;
	-webkit-transition: all 0.3s;
}
.nav-global-link a:first-child{
	margin-right: 4.8rem;
}
.no-touchevents .nav-global-link a:hover {
	text-decoration: none;
	color: #cc141c;
}

.nav-global__closebtn {
	position: absolute;
	right: 5px;
	top: 19px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.nav-global__closebtn::after,
.nav-global__closebtn::before {
	content: "";
	position: absolute;
	left: 25px;
	top: 12px;
	height: 23px;
	width: 2px;
	background-color: #cc141c;
}
.nav-global__closebtn::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-global__closebtn::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-global-language__back {
	display: none;
}
@media only screen and (min-width: 768px) {
	.is-loaded .nav-global-container {
		display: block !important;
	}
}
@media only screen and (max-width: 767px) {
	#nav-global-pc {
		display: none;
	}
	.nav-global__closebtn {
		display: none;
	}
	.is-opened-menu {
		overflow: hidden;
	}
	.nav-global-menu {
		display: block;
	}
	.nav-global-container {
		left: 0;
		position: fixed;
		width: 100%;
		top: 82px;
		height: calc(100vh - 82px);
		height: calc(var(--vh, 1vh) * 100 - 82px);
		overflow-y: auto;
		pointer-events: auto;
		background: #fcfcfc;
		padding: 0;
		box-sizing: border-box;
	}
	.nav-global-container__bg {
		display: none;
	}
	.nav-global-container__inner {
		position: relative;
		box-sizing: border-box;
		padding-bottom: 80px;
		min-height: calc(100vh - 82px);
		min-height: calc(var(--vh, 1vh) * 100 - 82px);
		overflow: hidden;
	}
	.nav-global-container__copy {
		display: block;
		position: absolute;
		bottom: 0;
		font-size: 0.9rem;
		padding: 2.4rem 3.2rem 4.8rem;
	}
	.is-display-menulang .nav-global-container__menu {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}

	.nav-global-wrap.is-active {
		left: 0;
		display: block;
		visibility: visible;
	}
	.nav-global {
		display: block;
		padding: 3.5rem 4% 5rem;
	}
	.nav-global > li {
		padding: 0;
	}
	.nav-global > li + li {
		margin-top: 2rem;
	}
	.nav-global > li.nav_special {
		margin-bottom: 3rem;
	}
	.nav-global > li > a {
		color: #fff !important;
		font-size: 1.8rem;
		border-bottom: 0.1rem solid #90b2e0;
		height: auto;
		display: block;
		margin-bottom: 0.8rem;
		padding-bottom: 0.7rem;
		letter-spacing: 0.06em;
		font-weight: bold;
	}
	.nav-global > li > a:after {
		display: none;
	}
	.nav-parent-wrap {
		position: static;
		visibility: visible;
		opacity: 1;
		background: none;
		width: auto;
		pointer-events: auto;
	}

	.l-header__navtop {
		display: none;
	}
	.nav-global-sp {
		display: block;
	}
	#nav-global-product {
		display: none;
	}
	.nav-global-sp .arrow-tb {
		display: none;
	}
	.nav-global-sp li {
		padding: 0.8rem 0;
	}
	.nav-global-sp > li:first-child {
		border-bottom: solid 1px #ddd;
		padding: 0 0 2.4rem;
	}
	.nav-global-sp > li:first-child + li {
		padding-top: 2.4rem;
	}
	.nav-global-sp li a {
		display: block;
		position: relative;
		color: #111;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.nav-global-sp li a::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 1.6rem;
		height: 1.6rem;
		transform: translateY(-50%);
		content: "\e802";
		font-family: "fontello";
		font-style: normal;
		font-weight: normal;
		speak: never;
		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;
		font-size: 1.6rem;
		color: #dd0000;
	}
	.nav-global-sp li a.noScroll {
		font-size: 1.4rem;
		font-weight: normal;
	}
	.nav-global-sp li a.noScroll::after {
		content: none;
	}
	.nav-global-language__back {
		position: relative;
		padding: 0.8rem 0 0.8rem 2.4rem;
		color: #111;
		font-size: 1.4rem;
		border-bottom: 1px solid #ddd;
		margin-bottom: 3.2rem;
	}
	.nav-global-language__back:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		width: 1.6rem;
		height: 1.6rem;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);

		content: "\e801";
		font-family: "fontello";
		font-style: normal;
		font-weight: normal;
		speak: never;
		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;
		font-size: 1.6rem;
		color: #aaaaaa;
	}
	.nav-global__sublink li a{
		font-weight: normal;
		font-size: 1.4rem;
		padding-left: 1.6rem;
	}
	.nav-global__sublink li a:before{
		content: "";
		width: 0.8rem;
		height: 0.2rem;
		background: #DD0000;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}
/* endMedia */

.nav-global-language__inner,
.nav-global-search__inner {
	padding: 33px 0 40px;
	position: relative;
	overflow: hidden;
}
.nav-global-language__title,
.nav-global-search__title {
	font-size: 1.8rem;
	margin-bottom: 1.6rem;
	font-weight: 500;
}
#nav-global-language ul {
	display: flex;
	margin: 0 -24px;
}
#nav-global-language ul li {
	flex: 1;
	padding: 0 24px;
	box-sizing: border-box;
}
#nav-global-language ul li a {
	display: flex;
	justify-content: space-between;
	padding: 8px 24px;
	background: #fff;
	color: #111;
}
#nav-global-language ul li a .arrow-lr,
#nav-global-language ul li a .arrow-lr:after,
#nav-global-language ul li a .arrow-lr:before {
	width: 1em;
	height: 1em;
	font-size: 1.6rem;
}
#nav-global-language ul li a .arrow-lr {
	margin-left: 0.8rem;
}
#nav-global-language ul li a > span:nth-child(2) {
	color: #cc141c;
}
.no-touchevents #nav-global-language ul li a:hover {
	text-decoration: none;
}
.nav-global-language__btn {
	display: none;
}
.no-touchevents .nav-global-language__btn:hover {
	text-decoration: none;
	color: #cc141c;
}
.is-display-menulang #nav-global-language ul {
	flex: none;
	flex-wrap: wrap;
}
.is-display-menulang #nav-global-language ul li {
	flex: none;
	padding: 0 24px;
	margin-bottom: 16px;
	width: 33.3333%;
}
.is-display-menulang #nav-global-language .grid-col--6 ul li,
.is-display-menulang #nav-global-language .grid-col--8 ul li {
	width: 50%;
}
.is-display-menulang #nav-global-language .grid-col--4 ul li {
	width: 100%;
}
.nav-global-language__label {
	margin-bottom: 1.6rem;
	font-size: 1.6rem;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#nav-global-language ul,
	.is-display-menulang #nav-global-language ul {
		margin-left: -16px;
		margin-right: -16px;
	}
	#nav-global-language ul li,
	.is-display-menulang #nav-global-language ul li {
		padding: 0 16px;
	}
}
@media only screen and (max-width: 767px) {
	.nav-global-language__inner {
		padding: 2.4rem 0;
	}
	#nav-global-language ul li .area,
	#nav-global-language ul li .arrow-lr {
		display: none;
	}
	.is-display-menulang .nav-global-container__menu--language {
		left: 100%;
		top: 0;
	}
	.is-display-menulang .nav-global-language__back {
		display: block;
	}
	#nav-global-language ul {
		margin: 0;
		position: relative;
		padding-left: 3.2rem;
	}
	#nav-global-language ul:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		width: 1.6rem;
		height: 1.6rem;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		content: "\e809";
		font-family: "fontello";
		font-style: normal;
		font-weight: normal;
		speak: never;
		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;
		font-size: 1.6rem;
		color: #dd0000;
	}
	#nav-global-language ul li {
		padding: 0;
		flex: none;
		margin-right: 2.4rem;
	}
	#nav-global-language ul li a {
		padding: 0;
		font-size: 1.4rem;
		background: none;
	}
	.is-display-menulang .nav-global-language__btn {
		display: block;
		padding: 3.2rem;
		font-size: 1.4rem;
		color: #dd0000;
	}
	.nav-global-language__btn .icon {
		margin-right: 0.8rem;
		font-size: 1.6rem;
	}
	.is-display-menulang #nav-global-language ul {
		padding: 0;
	}
	.is-display-menulang #nav-global-language ul:before {
		display: none;
	}
	.is-display-menulang #nav-global-language ul li {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.is-display-menulang #nav-global-language ul li .area,
	.is-display-menulang #nav-global-language ul li .arrow-lr {
		display: inline-block;
	}
	.is-display-menulang #nav-global-language ul li a {
		padding: 0.8rem 0;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	.is-display-menulang .nav-global-language__title {
		display: block;
		font-size: 1.4rem;
		margin-bottom: 0.8rem;
	}
	.is-display-menulang #nav-global-language .grid-col--6 ul li,
	.is-display-menulang #nav-global-language .grid-col--8 ul li {
		width: 100%;
	}
	.is-display-menulang #nav-global-language .grid-col--4 ul li {
		width: 100%;
	}
	.nav-global-language__label {
		font-size: 1.4rem;
		line-height: 1.57;
		margin-bottom: 0.8rem;
	}
	.is-display-menulang #nav-global-language .grid-row > div + div {
		margin-top: 2.4rem;
		padding-top: 2.4rem;
		border-top: 1px solid #ddd;
	}
}

.nav-global-search__inner {
	max-width: 646px;
}
.nav-global-search__inner .box-search-parts-lbl {
	width: calc(100% - 17rem);
}
.nav-global-search__inner .box-search-parts-input {
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 5rem;
	font-size: 1.6rem;
	padding: 0 1rem 0 6rem;
}
.nav-global-search__inner .box-search-parts-input:focus,
.no-touchevents .nav-global-search__inner .box-search-parts-input:hover {
	background: #fff;
}
.nav-global-search__inner .box-search-parts-icon {
	font-size: 2rem;
	color: #dd0000;
}
.nav-global-search__inner .box-search-parts-btn {
	width: 13rem;
	height: 5rem;
	border-radius: 10px;
	background: #f5f5f5;
	-webkit-box-shadow: -4px -4px 8px 0 rgba(255, 255, 255, .9),
		4px 4px 8px 0 rgba(208, 211, 220, .5);
	box-shadow: -4px -4px 8px 0 rgba(255, 255, 255, .9),
		4px 4px 8px 0 rgba(208, 211, 220, .5);
	margin-left: 2rem;
}
.no-touchevents .nav-global-search__inner .box-search-parts-btn:hover {
	background: #fafafa;
	-webkit-box-shadow: -1px -1px 2px 0 rgba(255, 255, 255, 0.45),
		1px 1px 2px 0 rgba(208, 211, 220, .25);
	box-shadow: -1px -1px 2px 0 rgba(255, 255, 255, 0.45),
		1px 1px 2px 0 rgba(208, 211, 220, .25);
}
@media only screen and (max-width: 767px) {
	.nav-global-search__title {
		display: none;
	}
	.nav-global-search__inner {
		padding: 3.2rem 0;
	}
	.nav-global-search__inner .box-search-parts-input {
		background: #f0f0f0;
		height: 4rem;
		font-size: 1.4rem;
		padding: 0 1rem 0 4rem;
	}
	.nav-global-search__inner .box-search-parts-icon {
		left: 1.6rem;
		font-size: 1.6rem;
	}
	.nav-global-search__inner .box-search-parts-btn {
		display: none;
	}
	.nav-global-language__title,
	.nav-global-search__title {
		display: none;
	}
}

/* Breadcrumb navi */
.wrp-nav-breadcrumb {
	overflow-x: hidden;
	margin: 6.4rem auto 0;
	max-width: 100rem;
}
.nav-breadcrumb {
	width: 100%;
	white-space: nowrap;
}
.touchevents .nav-breadcrumb {
	overflow-x: auto;
}
.nav-breadcrumb li {
	display: inline-block;
	font-size: 1.4rem;
}
.nav-breadcrumb li > a {
	position: relative;
	padding-right: 3.2rem;
	color: #111111;
}
.no-touchevents .nav-breadcrumb li > a:hover {
	color: #dd0000;
}
.nav-breadcrumb li > a::after {
	content: "";
	border: solid #999999;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%) rotate(-45deg);
	-webkit-transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (max-width: 1000px) {
	.wrp-nav-breadcrumb {
		overflow-x: hidden;
		margin: 6.4rem 2.4rem 0;
	}
	.nav-breadcrumb {
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 767px) {
	.nav-breadcrumb li {
		font-size: 1.2rem;
	}
	.nav-breadcrumb li > a::after {
		padding: 0.24rem;
	}
}

/*Footer navi*/
.nav-contentinfo {
	text-align: right;
	width: 100%;
	border-bottom: solid 1px #ccc;
	margin-top: 2.4rem;
}
.nav-contentinfo ul {
	display: inline-flex;
	margin: 0 auto;
}
.nav-contentinfo ul li a {
	color: #111;
	line-height: 1.625;
	padding: 2.4rem;
	display: block;
	transition: all 0.3s;
}
.nav-contentinfo ul li:last-child a {
	padding-right: 0;
}
.no-touchevents .nav-contentinfo ul li a:hover {
	text-decoration: none !important;
	color: #dd0000;
}
@media only screen and (max-width: 767px) {
	.nav-contentinfo {
		border-bottom: none;
		margin-top: 3.2rem;
	}
	.nav-contentinfo ul {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.nav-contentinfo ul li {
		width: 50%;
	}
	.nav-contentinfo ul li a {
		padding: 0.8rem 0;
	}
}

/*Back to Top*/
.nav-backtotop {
	position: absolute;
	top: 13.6rem;
	right: 2.4rem;
	transition: all 0.3s;
}
.nav-backtotop.show-up {
	opacity: 1;
}
.nav-backtotop a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 9rem;
	height: 9rem;
	background: #e6e8eb;
	border-radius: 1rem;
	-webkit-box-shadow: -3px -3px 6px 0 rgba(255, 255, 255, 0.7),
		3px 3px 6px 0 rgba(166, 171, 189, .4);
	box-shadow: -3px -3px 6px 0 rgba(255, 255, 255, 0.7),
		3px 3px 6px 0 rgba(166, 171, 189, .4);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.nav-backtotop a .icon {
	width: 2.4rem;
	height: 2.4rem;
	font-size: 2.4rem;
	color: #dd0000;
}
.no-touchevents .nav-backtotop a:hover {
	background: #ebedef;
	-webkit-box-shadow: -1px -1px 2px 0 rgba(255, 255, 255, .35),
		1px 1px 2px 0 rgba(166, 171, 189, .2);
	box-shadow: -1px -1px 2px 0 rgba(255, 255, 255, .35),
		1px 1px 2px 0 rgba(166, 171, 189, .2);
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
@media only screen and (max-width: 767px) {
	.nav-backtotop {
		top: 6.4rem;
	}
	.nav-backtotop a {
		width: 7rem;
		height: 7rem;
	}
	.nav-backtotop a .icon {
		width: 1.6rem;
		height: 1.6rem;
		font-size: 1.6rem;
	}
}

/*Navi sub*/
.wrp-nav-sub {
	position: relative;
}
.wrp-nav-sub::after,
.wrp-nav-sub::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	border-top: solid 1px #c7cad1;
	border-bottom: solid 1px #fff;
	opacity: 0.5;
}
.wrp-nav-sub::before {
	position: absolute;
	top: 0;
	left: 0;
}
.nav-sub {
	display: flex;
	width: 100%;
	justify-content: center;
}
.nav-sub__item {
	position: relative;
	flex: 1;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	display: flex;
}
.nav-sub__item a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #111;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 2.4rem 0;
	flex: 1;
}
.nav-sub__item a:before {
	content: "";
	position: absolute;
	border-right: solid 1px #d5d8dd;
	height: 50%;
	width: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.nav-sub__item:last-child a:before {
	border-right: none;
}
.nav-sub__item a span {
	display: block;
}
.nav-sub__item a:hover,
.nav-sub__item:hover a {
	color: #111;
}
.nav-sub__item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	border-bottom: 0.3rem solid #dd0000;
	visibility: hidden;
	transition: all 0.3s ease;
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease;
	-webkit-transform: translateX(-50%);
}
.nav-sub__item.is-current:before {
	width: 100%;
	visibility: visible;
}
.no-touchevents .nav-sub__item:hover::before {
	width: 100%;
	visibility: visible;
}
.box-mainvisual + .wrp-nav-sub {
	padding-bottom: 6.4rem;
}
.box-mainvisual + .wrp-nav-sub::before {
	content: none;
}
.wrp-content + .wrp-nav-sub {
	margin-top: 12.8rem;
}
@media only screen and (max-width: 767px) {
	.nav-sub {
		flex-wrap: wrap;
		width: auto;
		margin: 0 -2.4rem;
	}
	.nav-sub__item {
		width: 50%;
		flex: none;
		position: relative;
	}
	.nav-sub__item::after {
		content: "";
		display: block;
		width: 100%;
		height: 0;
		border-top: solid 1px #c7cad1;
		border-bottom: solid 1px #fff;
		opacity: 0.5;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.wrp-nav-sub::after {
		content: none;
	}
	.nav-sub__item a {
		font-size: 1.2rem;
		padding: 0.8rem 0;
		min-height: 3.2rem;
	}
	.nav-sub__item a:before {
		border: 0;
	}
	.nav-sub__item:nth-child(2n + 1) a:before {
		border-right: 1px solid #d5d8dd;
	}
	.wrp-content + .wrp-nav-sub {
		margin-top: 4.8rem;
	}
	.box-mainvisual + .wrp-nav-sub {
		padding-bottom: 4.8rem;
	}
}

/*>>> 2-4-11. Box      [box-***]*/
.box-shadow {
	padding: 6.4rem;
	border-radius: 10px;
	box-sizing: border-box;
	-webkit-box-shadow: -8px -8px 16px 0 rgba(255, 255, 255, 0.7),
		8px 8px 16px 0 rgba(166, 171, 189, .4);
	box-shadow: -8px -8px 16px 0 rgba(255, 255, 255, 0.7),
		8px 8px 16px 0 rgba(166, 171, 189, .4);
}
.box-shadow:after {
	content: "";
	display: block;
	clear: both;
}
.box-shadow p {
	line-height: 2;
}
.box-shadow--onlyPc {
	margin-top: 8rem;
}
.wrp-nav-sub + .wrp-content .box-shadow--onlyPc {
	margin-top: 0;
}
.box-shadow > [class^="hdg-lv"]:first-child {
	margin-top: 0;
}

.box-inner-shadow {
	-webkit-border-radius: 1rem;
	border-radius: 1rem;
	-webkit-box-shadow: -1px -1px 2px 0 rgba(166, 171, 189, .5),
		1px 1px 2px 0 rgb(255 255 255);
	box-shadow: -1px -1px 2px 0 rgba(166, 171, 189, .5),
		1px 1px 2px 0 rgb(255 255 255);
	background: #e6e8eb;
	padding: 3.2rem 2.4rem;
}
.box-inner-shadow > [class^="hdg-lv"]:first-child {
	margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.box-shadow {
		padding: 3.2rem;
	}
}
@media only screen and (max-width: 767px) {
	.box-shadow {
		padding: 3.2rem;
	}
	.box-shadow--onlyPc {
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-top: 0;
		padding: 4.8rem 0;
	}
	.box-inner-shadow {
		padding: 2.4rem;
	}
}


.box-mainvisual {
	position: relative;
	background: url("/assets/images/common/bg-mainvisual02.jpg") repeat top center;
	background-size: 160px auto;
	overflow: hidden;
}
.box-mainvisual::before {
	content: "";
	background: url("/assets/images/common/bg-mainvisual01.svg") no-repeat
		center -30px;
	background-size: 1813px auto;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.box-mainvisual__inner {
	padding: 9.6rem 2.4rem 7.2rem;
	width: 100rem;
	margin: 0 auto;
}
.box-mainvisual__title.hdg-lv1 {
	margin: 0;
	font-size: 5.6rem;
	font-family: "ASAHI Garamond", serif;
	font-weight: normal;
	letter-spacing: 0.05em;
}
.box-mainvisual__title--sub {
	display: block;
	font-size: 2.4rem;
	letter-spacing: 0.02em;
	font-family: "游ゴシック", "YuGothic", "Roboto Regular",
		"ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
		"helvetica", "arial", sans-serif;
}
[lang="zh-cmn-Hans"] .box-mainvisual__title--sub{
	font-family: 'Microsoft YaHei', 微软雅黑,
		"游ゴシック", "YuGothic", "Roboto Regular",
		"ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
		"helvetica", "arial", sans-serif;
}
.box-mainvisual + .box-shadow {
	margin-top: 8rem;
}
@media only screen and (max-width: 1000px) {
	.box-mainvisual__inner {
		padding: 9.6rem 2.4rem 7.2rem;
	}
}
@media only screen and (max-width: 767px) {
	.box-mainvisual {
		position: relative;
		background-size: 90px auto;
	}
	.box-mainvisual::before {
		content: "";
		background: url("/assets/images/common/bg-mainvisual01.svg") no-repeat
			center top;
		background-size: 520px auto;
		position: absolute;
		left: 0;
		top: 26px;
		width: 100%;
		height: 100%;
	}
	.box-mainvisual__inner {
		padding: 4.8rem 2.4rem;
		width: auto;
	}
	.box-mainvisual__title.hdg-lv1 {
		font-size: 2.8rem;
	}
	.box-mainvisual__title--sub {
		margin-bottom: 0.8rem;
		font-size: 1.4rem;
	}
	.box-mainvisual + .box-shadow {
		margin-top: 0;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.box-mainvisual::before {
		content: "";
		background: url("/assets/images/common/bg-mainvisual01.svg") no-repeat
			center top;
		background-size: 900px auto;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
}

.box__movie {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.box__movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.box__image__text {
	display: block;
	margin-top: 1.6rem;
	line-height: 2;
}
.box__image__text + .box__movie,
.box__image__text + img{
	margin-top: 1.6rem;
}
.box__image__caption {
	margin-top: 1.6rem;
}
hr + .box-grid-image {
	margin-top: -2.4rem;
}
.box-grid-image__item {
	margin-top: 2.4rem;
}

.box-noscript {
	border: 0.2rem solid red;
	padding: 2rem;
	margin: 1rem;
}

.box-media {
	margin-top: 6.4rem;
	margin-left: -2.4rem;
	margin-right: -2.4rem;
}
.hdg-lv3 + .box-media{
	margin-top: 2.4rem
}
.box-media__content,
.box-media__image,
.box-media__video {
	padding-left: 2.4rem;
	padding-right: 2.4rem;
}
.box-media__content p {
	line-height: 2;
}
@media only screen and (min-width: 768px) {
	.box-media--reverse {
		flex-direction: row-reverse;
	}
}
@media only screen and (max-width: 767px) {
	.box-media {
		margin-top: 4.8rem;
	}
	.box-media--reverse {
		flex-direction: column-reverse;
	}
	.box-media--reverse > .box-media__image:first-child{
		margin-top: 2.4rem;
	}
	.box-media--reverse > .box-media__image + .box-media__content{
		margin-top: 0;
	}
	.hdg-lv3 + .box-media{
		margin-top: 2.4rem
	}
	.box-media__content {
		margin-top: 2.4rem;
	}
	.box-media-sp--reverse {
		flex-direction: column-reverse;
	}
	.box-media-sp--reverse .box-media__content {
		margin-top: 0;
		margin-bottom: 2.4rem;
	}
}

.box-contact {
	background: url("/assets/images/index/index-bg-contact.jpg") top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 490px;
	display: flex;
}
.box-contact__title {
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.625;
	padding-top: 8rem;
}
.box-contact__wrp {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110rem;
	padding-top: 8rem;
}
.box-contact__cnt {
	width: 50%;
	color: #fff;
	font-weight: bold;
	box-sizing: border-box;
	text-align: center;
}
.box-contact__btn {
	width: 50%;
	text-align: center;
	padding: 0 3vw;
	box-sizing: border-box;
}
.box-contact__txt {
	font-size: 2rem;
	line-height: 1.6;
}
.box-contact__txt-tel {
	font-size: 3rem;
	padding-top: 1rem;
	line-height: 1.4;
}
.box-contact__txt-tel span {
	display: block;
	font-size: 2rem;
}
.box-contact__txt-qr{
	display: flex;
	padding-top: 20px;
}
.box-contact__txt-qr span:nth-of-type(1){
	flex-basis: 100px;
}
.box-contact__txt-qr span:nth-of-type(2){
	flex-basis: auto;
	padding-left: 15px;
}
.box-contact__cnt dl {
	display: flex;
	width: 100%;
}
.box-contact__cnt dt {
	width: 32%;
	padding-top: 1rem;
	padding-right: 3.6rem;
}
.box-contact__cnt dd {
	width: 68%;
	font-size: 3rem;
	line-height: 1.4;
	white-space: nowrap;
}
.box-contact__cnt dd span {
	display: block;
	font-size: 2rem;
}
.box-contact__cnt__inner {
	display: inline-block;
	text-align: left;
}
.box-contact__cnt__inner a[href^="tel"] {
	color: #fff;
	pointer-events: none;
}
.is-sp .box-contact__cnt__inner a[href^="tel"] {
	pointer-events: auto;
}
@media only screen and (max-width: 1100px) {
	.box-contact__cnt {
		padding-left: 0;
	}
	.box-contact__cnt dt {
		padding-right: 1rem;
		font-size: 1.4rem;
	}
	.box-contact__cnt dd {
		font-size: 2.4rem;
		padding-top: 0.4rem;
	}
	.box-contact__cnt dd span {
		font-size: 1.6rem;
	}
	.box-contact__wrp {
		width: 90vw;
	}
}
@media only screen and (max-width: 767px) {
	.box-contact {
		background: url("/assets/images/index/index-bg-contact-sp.jpg") top
			center no-repeat;
		background-size: cover;
		height: 137vw;
	}
	.box-contact__title {
		font-size: 1.6rem;
		line-height: 2;
		padding-top: 12.8vw;
	}
	.box-contact__wrp {
		display: block;
		padding-top: 6.4vw;
		width: auto;
	}
	.box-contact__cnt {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
	}
	.box-contact__btn {
		width: 100%;
		padding: 20.3vw 0 0;
	}
	.box-contact__txt {
		font-size: 1.6rem;
	}
	.box-contact__txt-tel {
		font-size: 2.4rem;
	}
	.box-contact__txt-tel span {
		font-size: 1.6rem;
	}
	.box-contact__cnt dt {
		font-size: 1.4rem;
		padding-right: 1.6rem;
		width: 34%;
	}
	.box-contact__cnt dd {
		font-size: 2.4rem;
	}
	.box-contact__cnt dd span {
		font-size: 1.6rem;
	}
}

.box-contact-02 {
	margin-top: 12.8rem;
	background: url("/assets/images/common/bg-contact.jpg") no-repeat center
		center / cover;
}
.box-contact-02__inner {
	display: flex;
	align-items: center;
	min-height: 30.8rem;
}
.box-contact-02__title {
	margin-right: 10.4rem;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.box-contact-02 {
		margin-top: 6.4rem;
		background: url("/assets/images/common/bg-contact-sp.jpg") no-repeat
			center center / cover;
	}
	.box-shadow + .box-contact-02,
	.wrp-content + .box-contact-02 {
		margin-top: 1.6rem;
	}
	.box-contact-02__inner {
		display: flex;
		padding-top: 8rem;
		padding-bottom: 8rem;
		min-height: auto;
		flex-direction: column;
	}
	.box-contact-02__title {
		margin: 0 0 3.2rem;
		font-size: 1.6rem;
		text-align: center;
		line-height: 2;
	}
}

/*>>> 2-4-12. Form     [frm-***]*/
.loading{
	position: relative;
}
.loading::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #e6e8eb url("/assets/images/common/loader.gif") no-repeat center center;
	background-size: 20px auto;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	opacity: 0;
	pointer-events: none;
}
.form-select.loading:after{
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.loading.in::after{
	opacity: 1;
	transition: 0s;
	-webkit-transition: 0s;
}
.select2-search--dropdown{
	display: none;
}
.select2-results{
	max-height: 40rem;
	opacity: 0;
	background: #f5f5f5;
	-webkit-box-shadow: 8px 8px 16px 0 rgba(166, 171, 189, 0.35);
	box-shadow: 8px 8px 16px 0 rgba(166, 171, 189, 0.35);
	z-index: 90;
	position: relative;
}
.select2-container--open .select2-results::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -10px;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 17px solid #f5f5f5;
	z-index: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.select2-container--open .select2-results[data-simplebar]  {
	-webkit-animation: form-select-show 0.4s forwards;
	animation: form-select-show 0.4s forwards;
}
.js-form-select-custom .select2-container{
	display: block;
	width: auto!important;
}
.js-form-select-custom .select2-selection--single {
	display: block;
	padding: 1.6rem 3rem 1.6rem 2rem;
	width: 100%;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	white-space: nowrap;
	border: 0;
	height: auto;
	outline-offset: 0;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: -5px -5px 10px 0 rgba(255, 255, 255, 0.7),		5px 5px 10px 0 rgba(166, 171, 189, 0.4);
	box-shadow: -5px -5px 10px 0 rgba(255, 255, 255, 0.7),		5px 5px 10px 0 rgba(166, 171, 189, 0.4);
	background: #e6e8eb;
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.select2-container--disabled{
	pointer-events: none;
	opacity: 0.5;
}
.no-touchevents .js-form-select-custom .select2-selection--single:hover {
	-webkit-box-shadow: -2px -2px 4px 0 rgba(255, 255, 255, 0.7),
		2px 2px 4px 0 rgba(166, 171, 189, 0.4);
	box-shadow: -2px -2px 4px 0 rgba(255, 255, 255, 0.7),
		2px 2px 4px 0 rgba(166, 171, 189, 0.4);
	color: #111;
	background: #ebedef;
}
.select2-selection__arrow{
	display: none;
}
.js-form-select-custom .select2-selection--single::before {
	content: "\e80e";
	font-family: "fontello";
	color: #dd0000;
	display: block;
	position: absolute;
	top: 50%;
	right: 1.8rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
	font-weight: normal;
}
.js-form-select-custom .select2-container--open .select2-selection--single::before{
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.js-form-select-custom .select2-selection--single::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 31%;
	border-radius: 8px;
	background-color: rgba(230, 232, 235, 1);
	background: -webkit-linear-gradient(
		left,
		rgba(230, 232, 235, 0),
		rgba(230, 232, 235, 1) 35%
	);
	background: -moz-linear-gradient(
		left,
		rgba(230, 232, 235, 0),
		rgba(230, 232, 235, 1) 35%
	);
	background: -ms-linear-gradient(
		left,
		rgba(230, 232, 235, 0),
		rgba(230, 232, 235, 1) 35%
	);
	background: -o-linear-gradient(
		left,
		rgba(230, 232, 235, 0),
		rgba(230, 232, 235, 1) 35%
	);
	z-index: 2;
}
.form-select-hidden {
	opacity: 0;
	position: absolute;
	z-index: -1;
	visibility: hidden;
}
.select2-dropdown{
	background: none;
	border: 0;
}

.select2-container--default .select2-results__option--selected{
	background: #ebedef;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
	background: #ffffff;
	color: #111;
}

.select2-container--open .select2-dropdown--below{
	margin-top: 1.6rem;
}

li.select2-results__option{
	padding: 1.6rem;
}
.select2-container--default .select2-results__group{
	padding: 1.6rem;
}
.select2-container--default .select2-results__option .select2-results__option{
	padding: 1.6rem;
	padding-left: 2.4rem;
}
@-webkit-keyframes form-select-show {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes form-select-show {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@media only screen and (max-width: 959px) {
	.select2-results {
		max-height: 30rem;
	}
}

.form-select-02 {
	width: 31.5rem;
	text-align: left;
}
.form-select-02 .select2-selection--single {
	-webkit-box-shadow: -1px -1px 2px 0 rgba(255, 255, 255, 0.7),
		1px 1px 2px 0 rgba(166, 171, 189, .4);
	box-shadow: -1px -1px 2px 0 rgba(255, 255, 255, 0.7),
		1px 1px 2px 0 rgba(166, 171, 189, .4);
	text-align: left;
	font-weight: normal;
	background: #e6e8eb;
}

.no-touchevents .form-select-02 .select2-selection--single:hover,
.form-select-02 .select2-selection--single:focus {
	color: #111;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background: #ebedef;
	-webkit-box-shadow: -1px -1px 2px 0 rgba(255, 255, 255, .35),
		1px 1px 2px 0 rgba(166, 171, 189, .2);
	box-shadow: -1px -1px 2px 0 rgba(255, 255, 255, .35),
		1px 1px 2px 0 rgba(166, 171, 189, .2);
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{
	border-radius: 8px;
	-webkit-border-radius: 8px;
}
@-webkit-keyframes form-select-02-show {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes form-select-02-show {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@media only screen and (max-width: 959px) {
	.form-select-02 {
		width: 100%;
		text-align: left;
	}
}
@media only screen and (max-width: 767px) {
	.form-select .select2-selection--single {
		padding: 1.6rem 0.8rem;
	}
	li.select2-results__option{
		padding: 0.8rem 1.6rem;
	}
}


.form-select + .form-radio {
	margin-left: 3.2rem;
}
.form-radio {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.form-radio__item {
	margin-right: 2.4rem;
	min-width: 10rem;
	padding: 0.8rem 0;
}
.form-radio__item:last-of-type {
	margin-right: 0;
}
.form-radio__lbl {
	display: inline-flex;
	position: relative;
	padding: 0 0 0 4.8rem;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	align-items: center;
	min-height: 3rem;
}
.form-radio__style {
	position: absolute;
	visibility: hidden;
	-webkit-appearance: none;
}
.form-radio__checkmark {
	display: block;
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 50%;
	left: 0;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-shadow: 1px 1px 2px 0 rgba(255, 255, 255, 0.7),
		-1px -1px 2px 0 rgba(166, 171, 189, 0.5);
	box-shadow: 1px 1px 2px 0 rgba(255, 255, 255, 0.7),
		-1px -1px 2px 0 rgba(166, 171, 189, 0.5);
	z-index: 5;
}
.form-radio__style:checked ~ .form-radio__checkmark::before {
	display: block;
}
.form-radio__checkmark::before {
	display: none;
	content: "";
	height: 1.6rem;
	width: 1.6rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: #dd0000;
}
.no-touchevents .form-radio__lbl .form-radio__checkmark::after {
	content: "";
	height: 0.8rem;
	width: 0.8rem;
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: #dd0000;
	opacity: 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.form-radio__lbl:focus .form-radio__checkmark::after,
.no-touchevents .form-radio__lbl:hover .form-radio__checkmark::after {
	opacity: 1;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.form-select + .form-radio {
		margin: 3.2rem 0 0;
	}
}
@media only screen and (max-width: 767px) {
	.form-radio {
		flex-wrap: wrap;
		margin: 0 -0.8rem;
	}
	.form-select + .form-radio {
		margin: 1.6rem -0.8rem 0;
	}
	.form-radio__item {
		margin: 1.6rem 0 0;
		padding: 0 0.8rem;
		width: 50%;
		box-sizing: border-box;
	}
	.form-radio__lbl {
		padding: 0 0 0 3.2rem;
		min-height: 2.4rem;
	}
	.form-radio__checkmark {
		width: 2.4rem;
		height: 2.4rem;
	}
}

/*Form checkbox*/
.form-checkbox {
	position: relative;
	display: block;
	padding: 0 1.6rem;
	transition: all 0.3s;
	line-height: 3.2rem;
}
.form-checkbox__label {
	display: block;
	color: #000;
	font-size: 1.6rem;
	padding-left: 2.4rem;
}
.form-checkbox__input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.form-checkbox__checkmark {
	position: absolute;
	top: 0.5em;
	left: 1.6rem;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 0.4rem;
	background: #fff;
}
.form-checkbox__checkmark::after {
	content: "";
	position: absolute;
	display: block;
	opacity: 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.no-touchevents .form-checkbox:hover .form-checkbox__checkmark::after {
	display: block;
	border: solid #dd0000;
	border-width: 0 2px 2px 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	opacity: 1;
}
.form-checkbox:hover input:checked ~ .form-checkbox__checkmark:after,
.no-touchevents
	.form-checkbox:hover
	input:checked
	~ .form-checkbox__checkmark:after {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	opacity: 1;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.form-checkbox input:checked ~ .form-checkbox__checkmark:after {
	display: block;
	opacity: 1;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	opacity: 1;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.form-checkbox input:checked ~ .form-checkbox__checkmark {
	background: #dd0000;
}
.no-touchevents .form-checkbox:hover input:checked ~ .form-checkbox__checkmark {
	background: #dd0000;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.form-checkbox__checkmark::after {
	left: 0.5rem;
	top: 0.1rem;
	width: 0.4rem;
	height: 0.8rem;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.form-checkbox input[disabled] {
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.form-checkbox input[disabled] ~ .form-checkbox__label {
	color: #bbb;
}
.form-checkbox input[disabled] ~ .form-checkbox__checkmark {
	opacity: 0.4;
}
.no-touchevents
	.form-checkbox:hover
	input[disabled]
	~ .form-checkbox__checkmark::after {
	display: none;
}

.t-langSelect.box-modal02 {
	background-color: transparent;
}

.t-langSelect .box-modal02__close {
	display: block;
	top: 10rem;
	right: 8rem;
	width: 4.2rem;
	height: 4.2rem;
	-webkit-box-shadow: -4px -4px 8px 0 rgba(255, 255, 255, 0.9),
		4px 4px 8px 0 rgba(208, 211, 220, 0.5);
	box-shadow: -4px -4px 8px 0 rgba(255, 255, 255, 0.9),
		4px 4px 8px 0 rgba(208, 211, 220, 0.5);
	background: #E6E8EB;
	border-radius: 5px;
}

.t-langSelect .box-modal02__close::before,
.t-langSelect .box-modal02__close::after {
	top: 50%;
	left: 50%;
	width: 3rem;
	height: 0.2rem;
	background-color: #dd0000;
}
.t-langSelect .box-modal02__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.t-langSelect .box-modal02__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.t-langSelect .t-langSelect-text .t-langSelect-text-inner {
	display: block;
}

.t-langSelect .t-langSelect-picture {
	display: block;
	margin-top: 1.6rem;
	margin-inline: auto;
	width: 80%;
}

.t-langSelect .t-langSelect-img {
	display: block;
	width: 100%;
}

.t-langSelect .t-langSelect-checkbox {
	position: absolute;
	padding-top: 1rem;
	width: 100%;
	bottom: 0;
	background-color: #E6E8EB;
}

.t-langSelect .t-langSelect-checkbox .form-checkbox {
	width: fit-content;
}

@media only screen and (min-width: 768px) {
	.t-langSelect .t-langSelect-text {
		padding-right: 4rem;
	}
	.t-langSelect .box-modal02__content {
		padding: 0 4rem;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.form-checkbox__label {
		font-size: 1.2rem;
	}
}
@media only screen and (max-width: 767px) {
	.form-checkbox {
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 0.8rem;
		box-sizing: border-box;
	}
	.form-checkbox__checkmark {
		left: 0;
		top: 0.6em;
		width: 1.4rem;
		height: 1.4rem;
	}
	.form-checkbox__label {
		font-size: 1.4rem;
	}
	.form-checkbox__checkmark::after {
		width: 0.3rem;
		height: 0.7rem;
	}
	.t-langSelect .box-modal02__close {
		top: 6.4rem;
		right: 4rem;
		width: 3.6rem;
		height: 3.6rem;
	}
	.t-langSelect .box-modal02__close::before,
	.t-langSelect .box-modal02__close::after {
		width: 2.8rem;
	}
	.t-langSelect .box-modal02__content {
		padding-top: 5.6rem;
		padding-bottom: 4rem;
	}
	.t-langSelect .t-langSelect-picture {
		width: 100%;
	}
	.t-langSelect .t-langSelect-checkbox {
		width: calc(100% - 3.2rem);
	}
	.t-langSelect .t-langSelect-checkbox .form-checkbox {
		width: calc(100% - 1rem);
	}
	.t-langSelect .t-langSelect-checkbox .form-checkbox__label {
		line-height: 2;
	}
}
.frm-contact [name="area2"],
.frm-contact [name="country2"]{
	visibility: hidden;
	display: none;
}

/*>>> 2-4-13. Error    [err-***]*/

/* -----------------------------------------------
*> [3. Layout]
-------------------------------------------------- */

/*>> 3-1. #l-document
-------------------------------------------------- */
#l-document {
	min-height: 99.8vh;
	min-height: calc(var(--vh, 1vh) * 99.8);
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
/* endMedia */

/*>> 3-2. #l-header
-------------------------------------------------- */
#l-header {
	background: #fff;
	position: relative;
}
#l-header #sitelogo {
	width: 100%;
	height: 8rem;
	text-align: center;
	padding-top: 3.2rem;
}
#l-header #sitelogo a {
	display: inline-block;
}
#l-header #sitelogo a img {
	width: 7.2rem;
}
@media only screen and (max-width: 767px) {
	#l-header {
		position: fixed;
		width: 100%;
		height: 8.2rem;
	}
	#l-header #sitelogo {
		padding: 1.6rem 0;
		height: 5rem;
	}
	#l-header #sitelogo a img {
		width: 4.5rem;
	}
}
/* endMedia */
.l-header__wrapper {
	width: 100%;
	position: relative;
}
.l-header__container {
	max-width: 118rem;
	margin: 0 auto;
	padding: 0 2rem;
	box-sizing: border-box;
}
.l-header__navtop {
	position: absolute;
	top: 3rem;
}
.l-header__navtop.-left {
	left: 7rem;
}
.l-header__navtop.-right {
	right: 7rem;
}
.l-header__navtop li {
	display: inline-block;
	margin-left: 3.2rem;
}
.l-header__navtop.-left li:first-of-type {
	margin-left: 0;
}
.l-header__navtop li a {
	position: relative;
	font-size: 1.5rem;
	color: #dd0000;
	transition: all 3s;
}
.no-touchevents .l-header__navtop li a:hover {
	text-decoration: none;
}
.l-header__navtop li a:after {
	content: "";
	position: absolute;
	bottom: -1.6rem;
	left: 50%;
	width: 0.5rem;
	height: 0.5rem;
	background: #dd0000;
	border-radius: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.l-header__navtop li a.is-active:after,
.l-header__navtop li a:hover:after {
	opacity: 1;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
.l-header__navtop li .icon {
	font-size: 2rem;
}
.l-header__navtop li.l-header__language a {
	display: flex;
	align-items: center;
}
.l-header__navtop li.l-header__language a .lang-text {
	display: block;
	margin-left: 8px;
	max-width: 180px;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media only screen and (max-width: 1280px) {
	.l-header__navtop {
		right: 2rem;
	}
}
@media only screen and (max-width: 767px) {
	.l-header__container {
		padding: 0 3.2rem;
	}
}

/*>> 3-3. #l-container
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
	#l-container {
		padding-top: 82px;
	}
}
/*>>> 3-3-1. #l-main
-------------------------------------------------- */

/*>>> 3-3-2. #l-sub
-------------------------------------------------- */

/*>> 3-4. #l-footer
-------------------------------------------------- */
#l-footer {
	position: relative;
	width: 100%;
}
.l-footer__wrapper {
	padding: 16rem 0;
	margin: 0 4vw;
}
.l-footer__inner {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
}
.l-footer__logo {
	width: 34.5%;
}
.l-footer__logo img {
	width: 96px;
}
.l-footer__nav {
	width: 65.5%;
}
.l-footer__nav__wrp {
	display: flex;
	width: 100%;
}
.l-footer__nav__title {
	line-height: 1.625;
	padding-top: 1rem;
}
.l-footer__nav__detail {
	width: 50%;
}
.l-footer__nav__parent {
	width: 50%;
	padding-left: 2.4rem;
}
.l-footer__nav__category {
	padding-top: 1rem;
}
.l-footer__nav__category a {
	display: inline-block;
	position: relative;
	color: #111;
	font-size: 1.9rem;
	font-weight: bold;
	transition: all 0.3s;
	overflow: hidden;
}
.l-footer__copyright {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding-top: 2.4rem;
}
.l-footer__copyright--end {
	justify-content: flex-end;
}
.l-footer__copyright__text small {
	font-size: 1.4rem;
}
.l-footer__copyright__link02 {
	letter-spacing: -0.4em;
}
.l-footer__copyright__link02 > span {
	display: inline-block;
	letter-spacing: normal;
	margin-left: 10px;
}
.l-footer__copyright__link02 a ,
.l-footer__copyright__link a {
	position: relative;
	color: #111;
	padding-left: 2.4rem;
	transition: all 0.3s;
}
.l-footer__copyright__link02 a:before ,
.l-footer__copyright__link a:before {
	content: "";
	width: 1.6rem;
	height: 1.6rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "\e805";
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;
	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;
	font-size: 1.6rem;
	color: #dd0000;
}
.no-touchevents .l-footer__copyright__link02 a:hover ,
.no-touchevents .l-footer__copyright__link a:hover {
	text-decoration: none !important;
	color: #c8161d;
}
[lang="zh-cmn-Hans"] .l-footer__copyright{
	flex-wrap: wrap;
}
[lang="zh-cmn-Hans"] .l-footer__copyright__link{
	flex-basis: 16%;
}
[lang="zh-cmn-Hans"] .l-footer__copyright__link02{
	flex-basis: auto;
	text-align: right;
}
[lang="zh-cmn-Hans"] .l-footer__copyright__text{
	flex-basis: 100%;
	text-align: right;
	margin-top: 1.6rem;
}
@media only screen and (max-width: 767px) {
	.l-footer__wrapper {
		padding: 6.4rem 0;
		margin: 0;
	}
	.l-footer__logo {
		width: 16.67vw;
	}
	.l-footer__nav__title {
		padding-top: 3.2rem;
	}
	.l-footer__inner {
		display: block;
	}
	.l-footer__nav {
		width: 100%;
	}
	.l-footer__nav__wrp {
		display: block;
	}
	.l-footer__nav__category {
		display: block;
		padding-top: 0;
	}
	.l-footer__nav__detail,
	.l-footer__nav__parent {
		width: 100%;
		padding-left: 0;
	}
	.l-footer__nav__category li {
		width: 100%;
		padding: 1.6rem 0;
	}
	.l-footer__nav__category a {
		display: block;
		font-size: 1.6rem;
		line-height: 1.625;
	}
	.l-footer__nav__category .arrow-lr {
		overflow: visible;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 1.6rem;
		height: 1.6rem;
	}
	.l-footer__nav__category .arrow-lr:before {
		left: 0;
		width: 1.6rem;
		height: 1.6rem;
		font-size: 1.6rem;
	}
	.l-footer__nav__detail,
	.l-footer__nav__parent .l-footer__nav__category li {
		border-bottom: solid 1px #ddd;
	}
	.l-footer__nav__parent .l-footer__nav__category li:last-child {
		border-bottom: none;
	}
	.l-footer__copyright {
		display: block;
		padding-top: 1.6rem;
	}
	[lang="zh-cmn-Hans"] .l-footer__copyright__link{
		flex-basis: 100%;
	}
	[lang="zh-cmn-Hans"] .l-footer__copyright__link02{
		flex-basis: 100%;
		text-align: left;
	}
	.l-footer__copyright__link02 > span {
		display: block;
		margin-left: 0;
	}
	.l-footer__copyright__link02 a ,
	.l-footer__copyright__link a {
		color: #dd0000;
	}
	.l-footer__copyright__text {
		padding-top: 6.4rem;
	}
	.l-footer__copyright__text small {
		font-size: 0.9rem;
	}
	.l-footer__copyright__link02 a:before ,
	.l-footer__copyright__link a:before {
		font-size: 1.4rem;
	}
	.l-footer__copyright--end .l-footer__copyright__text {
		padding-top: 0;
	}
}

/*>> 3-5. OverLayerConfig [z-index]
-------------------------------------------------- */
.nav-global-menu {
	z-index: 100;
}
.nav-global {
	z-index: 100;
}
#l-header {
	z-index: 100;
}
/*>> 3-6. Project
-------------------------------------------------- */
.js-fullbg img {
	display: block;
}
.js-fullbg.is-fullbg-ready img {
	display: none;
}

.hr-type01 {
	border-top: solid 1px #c7cad1;
	border-bottom: solid 1px #fff;
	width: 100%;
	height: 0;
	margin: 6.4rem 0;
}
.hr-type02 {
	border-top: solid 1px #c7cad1;
	border-bottom: solid 1px #fff;
	width: 100%;
	height: 0;
	margin: 4.8rem 0;
}
@media only screen and (max-width: 767px) {
	.hr-type01 {
		margin: 3.2rem 0;
	}
	.hr-type02 {
		margin: 3.2rem 0;
	}
}

.simplebar-track {
	border-radius: 0;
	-webkit-border-radius: 0;
}
.simplebar-scrollbar::before {
	background-color: #ffffff;
	border-radius: 10px;
}
.scroll-bar-gray .simplebar-scrollbar::before {
	background-color: #8a8e92;
}
.scroll-bar-red .simplebar-scrollbar::before {
	background-color: #dd0000;
}
.simplebar-scrollbar.simplebar-visible:before {
	opacity: 1;
}
.simplebar-track.simplebar-vertical {
	width: 8px;
	right: 0;
}
.simplebar-track.simplebar-vertical::before {
	content: "";
	right: 2px;
	top: 0;
	height: 100%;
	width: 4px;
	position: absolute;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background: rgb(210, 212, 217);
}
.simplebar-track.simplebar-horizontal {
	height: 15px;
	bottom: 0;
	background: none !important;
}
.simplebar-track.simplebar-horizontal::before {
	content: "";
	left: 0;
	top: 2px;
	width: 100%;
	height: 4px;
	position: absolute;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background: rgb(210, 212, 217);
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	height: 8px;
	top: 0;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
@media only screen and (max-width: 1024px) {
	.simplebar-track.simplebar-horizontal {
		height: 8px;
	}
}
[data-simplebar]::-webkit-scrollbar,
.dragscroll::-webkit-scrollbar {
	-webkit-appearance: none;
	appearance: none;
}
.dragscroll {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: grab;
}

.hidden{
	display: none;
}
/* -----------------------------------------------
*> [4. Print Style]
-------------------------------------------------- */
@media print {
	*,
	*::after,
	*::before {
		background: #fff !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]::after {
		content: " (" attr(href) ")";
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	a[href^="#"]::after,
	a[href^="javascript:"]::after {
		content: "";
	}
	pre {
		white-space: pre-wrap !important;
	}
	blockquote,
	pre {
		border: 0.1rem solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
/* endMedia */

/* box-card-01 */
[class^="box-"] + .box-card-01{
	margin-top: 8rem;
}
.box-card-01__item {
	margin-bottom: 6.4rem;
}
.box-card-01__inner {
	position: relative;
	display: block;
	-webkit-box-shadow: -8px -8px 16px 0 rgba(255, 255, 255, 0.7),
		8px 8px 16px 0 rgba(166, 171, 189, 0.4);
	box-shadow: -8px -8px 16px 0 rgba(255, 255, 255, 0.7),
		8px 8px 16px 0 rgba(166, 171, 189, 0.4);
	border-radius: 10px;
	overflow: hidden;
	background: #e6e8eb;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.no-touchevents .box-card-01__inner:hover {
	text-decoration: none;
	-webkit-box-shadow: -2px -2px 4px 0 rgba(255, 255, 255, 0.3),
		2px 2px 4px 0 rgba(166, 171, 189, 0.2);
	box-shadow: -2px -2px 4px 0 rgba(255, 255, 255, 0.3),
		2px 2px 4px 0 rgba(166, 171, 189, 0.2);
	background: #ebedef;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.box-card-01__image {
	display: block;
	padding-bottom: 64%;
}
.box-card-01__content {
	display: block;
	position: relative;
	padding: 2.4rem 3.2rem 3.6rem;
	color: #111111;
}
.box-card-01__title {
	display: block;
	margin-bottom: 1.6rem;
	color: #8a8e92;
}
.box-card-01__text {
	display: block;
	line-height: 2;
}
.box-card-01__des {
	display: block;
	padding-bottom: 2.4rem;
}
.box-card-01__date {
	display: flex;
	align-items: center;
	padding-right: 3.2rem;
}
.box-card-01__icon {
	font-size: 2.4rem;
	color: #dd0000;
	position: absolute;
	right: 3.2rem;
	bottom: 3.2rem;
}
@media only screen and (max-width: 767px) {
	[class^="box-"] + .box-card-01{
		margin-top: 6.4rem;
	}
	.box-card-01__item {
		margin-bottom: 2.4rem;
	}
	.box-card-01__inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box-card-01__image {
		width: 33.7%;
		padding-bottom: 38.8%;
	}
	.box-card-01__content {
		position: relative;
		padding: 1.6rem 1.6rem 3.2rem;
		box-sizing: border-box;
		flex: 1;
	}
	.box-card-01__date,
	.box-card-01__title {
		font-size: 1.2rem;
	}
	.box-card-01__title {
		margin-bottom: 0.8rem;
	}
	.box-card-01__text {
		line-height: 1.7;
	}
	.box-card-01__des {
		padding-bottom: 0.8rem;
	}
	.box-card-01__icon {
		font-size: 1.6rem;
		position: absolute;
		right: 1.6rem;
		bottom: 1.2rem;
	}
	.box-card-01__date {
		padding-right: 2.4rem;
		position: absolute;
		left: 1.6rem;
		bottom: 1.6rem;
	}
	.box-card-01__content.lst-icon__new:before{
		top: 2.4rem;
		left: auto;
		right: 1.6rem;
		background-color: transparent;
		padding:0;
		color: #DD0000;
	}
	.js-video-library .box-card-01__content.lst-icon__new:before{
		top: 2.8rem;
	}
	.box-card-01__content.lst-icon__new .box-card-01__des {
		padding-right: 3.2rem;
	}
}
/* endMedia */

/* box-card-02 */
.box-card-02__item {
	margin-bottom: 4rem;
}
.box-card-02__inner {
	position: relative;
	display: block;
	-webkit-box-shadow: -8px -8px 16px 0 rgba(255, 255, 255, 0.9),
		8px 8px 16px 0 rgba(208, 211, 220, 0.5);
	box-shadow: -8px -8px 16px 0 rgba(255, 255, 255, 0.9),
		8px 8px 16px 0 rgba(208, 211, 220, 0.5);
	background: #f5f5f5;
	border-radius: 10px;
	overflow: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.no-touchevents .box-card-02__inner:hover {
	text-decoration: none;
	-webkit-box-shadow: -2px -2px 4px 0 rgba(255, 255, 255, 0.45),
		2px 2px 4px 0 rgba(208, 211, 220, .25);
	box-shadow: -2px -2px 4px 0 rgba(255, 255, 255, 0.45),
		2px 2px 4px 0 rgba(208, 211, 220, .25);
	background: #fbfbfb;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.box-card-02__content {
	display: block;
	position: relative;
	padding: 6.4rem 6.4rem 8.8rem;
	color: #111111;
}
.box-card-02__text {
	display: block;
	line-height: 2;
}
.box-card-02__icon {
	width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	right: 6rem;
	bottom: 4.8rem;
	font-size: 2.4rem;
	color: #dd0000;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.box-card-02__content {
		padding: 3.2rem 3.2rem 7.2rem;
	}
	.box-card-02__icon {
		right: 3.2rem;
		bottom: 3.2rem;
	}
}
@media only screen and (max-width: 767px) {
	.box-card-02__item:last-of-type {
		margin-bottom: 0;
	}
	.box-card-02__content {
		padding: 3.2rem 3.2rem 6.4rem;
	}
	.box-card-02__icon {
		width: 1.6rem;
		height: 1.6rem;
		right: 3.2rem;
		bottom: 3.2rem;
		font-size: 1.6rem;
	}
}
/* endMedia */

/* box-search-parts */
.box-search-parts-lbl {
	display: inline-block;
	width: calc(100% - 15rem);
	position: relative;
	vertical-align: top;
}
.box-search-parts-icon {
	width: 1.7rem;
	position: absolute;
	top: 50%;
	left: 2.4rem;
	cursor: default;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #dd0000;
	font-size: 1.6rem;
}
.box-search-parts-input {
	display: inline-block;
	padding: 0 1rem 0 5rem;
	position: relative;
	width: 100%;
	height: 6rem;
	background: #e6e8eb;
	border-radius: 8px;
	border: 0;
	-webkit-box-shadow: 1px 1px 2px 0 rgba(255, 255, 255, 0.7),
		-1px -1px 2px 0 rgba(166, 171, 189, 0.5);
	box-shadow: 1px 1px 2px 0 rgba(255, 255, 255, 0.7),
		-1px -1px 2px 0 rgba(166, 171, 189, 0.5);
	caret-color: #dd0000;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.box-search-parts-input:focus,
.no-touchevents .box-search-parts-input:hover {
	background: #ebedef;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.box-search-parts-btn {
	display: inline-block;
	margin-left: 1.2rem;
	width: 12.8rem;
	height: 6rem;
	font-weight: bold;
	text-align: center;
	background: #e6e8eb;
	border-radius: 8px;
	border: 0;
	-webkit-box-shadow: -1px -1px 2px 0 rgba(255, 255, 255, 0.7),
		1px 1px 2px 0 rgba(166, 171, 189, .4);
	box-shadow: -1px -1px 2px 0 rgba(255, 255, 255, 0.7),
		1px 1px 2px 0 rgba(166, 171, 189, .4);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.no-touchevents .box-search-parts-btn:hover {
	background: #ebedef;
	-webkit-box-shadow: -1px -1px 2px 0 rgba(255, 255, 255, .35),
		1px 1px 2px 0 rgba(166, 171, 189, .2);
	box-shadow: -1px -1px 2px 0 rgba(255, 255, 255, .35),
		1px 1px 2px 0 rgba(166, 171, 189, .2);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
@media only screen and (max-width: 767px) {
	.box-search-parts-lbl {
		display: block;
		width: 100%;
		margin-bottom: 1.6rem;
	}
	.box-search-parts-btn,
	.box-search-parts-input {
		display: block;
		width: 100%;
		height: 5rem;
		font-size: 1.4rem;
	}
	.box-search-parts-btn {
		margin-left: 0;
	}
	.nav-global-search__inner .box-search-parts-lbl {
		width: 100%;
		margin-bottom: 0;
	}
}
/* endMedia */

.box-modal__item {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	background: #f5f5f5;
	overflow: hidden;
}
.box-modal__inner {
	padding: 0 2.4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
}
.box-modal__title {
	font-size: 3.6rem;
	letter-spacing: 0.05em;
	margin-bottom: 3.2rem;
}
.box-modal__wrp-button {
	width: 100%;
	margin-top: 8rem;
}
.box-modal__btn {
	width: 100%;
	max-width: 320px;
	margin: 0 2.4rem;
}
.box-modal__wrp-button {
	padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.box-modal__btn {
		max-width: 280px;
	}
}
@media only screen and (max-width: 767px) {
	.box-modal__title {
		font-size: 2.4rem;
		margin-bottom: 1.6rem;
	}
	.box-modal__btn {
		display: block;
		margin: 0 auto 1.6rem;
	}
}
/* endMedia */

/* Pagination */
.pagination {
	display: flex;
	justify-content: center;
}
.pagination__item {
	display: inline-flex;
	position: relative;
	margin: 0 0.8rem;
	width: 6.1rem;
	height: 6.1rem;
	border-radius: 8px;
	-webkit-box-shadow: -1px -1px 2px 0 rgba(255, 255, 255, 0.7),
		1px 1px 2px 0 rgba(166, 171, 189, .4);
	box-shadow: -1px -1px 2px 0 rgba(255, 255, 255, 0.7),
		1px 1px 2px 0 rgba(166, 171, 189, .4);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #dd0000;
}
.pagination__item a {
	color: #dd0000;
}
.pagination__item.active a{
	color: #999;
}
.pagination__item.active {
	color: #999;
	background: #ebedef;
	pointer-events: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.no-touchevents .pagination__item:hover {
	background: #ebedef;
	-webkit-box-shadow: -1px -1px 2px 0 rgba(255, 255, 255, .35),
		1px 1px 2px 0 rgba(166, 171, 189, .2);
	box-shadow: -1px -1px 2px 0 rgba(255, 255, 255, .35),
		1px 1px 2px 0 rgba(166, 171, 189, .2);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.pagination__item .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.6rem;
}
.pagination__link {
	display: flex;
	flex: 1;
	font-weight: bold;
	line-height: 6.1rem;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.pagination {
		margin-top: 4.8rem;
	}
	.box-card-01 + .pagination {
		margin-top: 2.4rem;
	}
	.pagination__item {
		width: 5rem;
		height: 5rem;
		margin: 0 0.4rem;
	}
	.pagination__link {
		line-height: 5rem;
	}
}

/* like share icon */
.box-sns {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 6.4rem;
}
.box-sns__text {
	font-size: 14px;
	margin-right: 24px;
}
.box-sns__list {
	display: flex;
	align-items: center;
	justify-content: center;
}
.box-sns__list li + li {
	margin-left: 1.6rem;
}
.box-sns__list a {
	width: 40px;
	height: 40px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #999;
}
@media only screen and (max-width: 767px) {
	.box-sns {
		flex-direction: column;
		margin-top: 4.8rem;
	}
	.box-sns__text {
		margin: 0 0 1.6rem;
	}
}

/* box-attention */
.box-attention{
	display: none;
	font-family: Helvetica, sans-serif;
}
.box-attention__inner{
	display: block;
	padding: 2.4rem 7.2rem 2.4rem 0;
	position: relative;
}
.box-attention__title{
	font-size: 2rem;
	color: #DD0000;
	line-height: 1.2;
	margin-bottom: 0.8rem;
}
.box-attention__text{
	line-height: 1.4;
}
.box-attention__btn {
	position: absolute;
	right: 0;
	top: 20px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	-webkit-box-shadow: -1px -1px 2px 0px rgba(255, 255, 255, 0.7), 1px 1px 2px 0px rgba(166, 171, 189, .4);
	box-shadow: -1px -1px 2px 0px rgba(255, 255, 255, 0.7), 1px 1px 2px 0px rgba(166, 171, 189, .4);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background: #e6e8eb;
}
.no-touchevents .box-attention__btn:hover{
	-webkit-box-shadow: -1px -1px 2px 0px rgba(255, 255, 255, .35), 1px 1px 2px 0px rgba(166, 171, 189, .2);
	box-shadow: -1px -1px 2px 0px rgba(255, 255, 255, .35), 1px 1px 2px 0px rgba(166, 171, 189, .2);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background: #ebedef;
}
.box-attention__btn::after,
.box-attention__btn::before {
	content: "";
	position: absolute;
	left: 30px;
	top: 18px;
	height: 21px;
	width: 2px;
	background-color: #DD0000;
}
.box-attention__btn::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.box-attention__btn::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
	.box-attention__inner{
		padding: 2.4rem 4.8rem 2.4rem 0;
	}
	.box-attention__btn {
		position: absolute;
		right: 0;
		top: 20px;
		width: 40px;
		height: 40px;
	}
	.box-attention__btn::after,
	.box-attention__btn::before {
		left: 19px;
		top: 12px;
		height: 15px;
		width: 2px;
	}
}

/* box-attention */
html.is-modal-opened{
	overflow: hidden !important;
}
.box-modal02{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	z-index: 9999;
	background: #989A9E;
	background: rgba(152, 154, 158, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.box-modal02__inner{
	width: 1176px;
	max-width: 100%;
	padding: 6.4rem 2.4rem 2.4rem;
	box-sizing: border-box;
	height: 670px;
	max-height: 100%;
	position: absolute;
	display: flex;
	box-sizing: border-box;
	-webkit-border-radius: 1rem;
	border-radius: 1rem;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}
.popup__wechat .box-modal02__inner{
	width: 280px;
	height: auto;
	padding: 6.4rem 0 2.4rem;
}
.box-modal02__mask{
	flex: 1;
	display: flex;
	padding: 2.4rem;
	box-sizing: border-box;
	height: 100%;
	background: #E6E8EB;
	-webkit-border-radius: 1rem;
	border-radius: 1rem;
}
.popup__wechat .box-modal02__mask{
	width: 280px;
	height: auto;
	padding: 36px;
	text-align: center;
}
.box-modal02__wraper{
	flex: 1;
	height: 100%;
	overflow: hidden auto;
}
.box-modal02__content{
	padding: 4rem;
}
.popup__wechat .box-modal02__content{
	padding: 0;
}
.box-modal02__close{
	position: absolute;
	text-indent: -100px;
	overflow: hidden;
	width: 32px;
	height: 32px;
	right: 2.4rem;
	top: 0.8rem;
}
.popup__wechat .box-modal02__close{
	right: 0;
}
.box-modal02__close::before,
.box-modal02__close::after{
	content: '';
	width: 40px;
	height: 3px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: -5px;
	top: 14px;
}
.box-modal02__close::after{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
	.box-modal02__mask{
		padding: 0.8rem;
	}
	.box-modal02__close::before,
	.box-modal02__close::after{
		width: 32px;
		height: 2px;
		left: 0;
		top: 14px;
	}
	.box-modal02{
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
	}
	.box-modal02__inner{
		max-height: 90%;
		padding: 4.8rem 2.4rem 2.4rem;
	}
	.popup__wechat .box-modal02__inner{
		display: none;
	}
	.box-modal02 .simplebar-track.simplebar-vertical{
		right: 0;
		top: 0;
		bottom: 0;
	}
	.box-modal02__content{
		padding: 1.6rem;
	}
}

.box-modal02::scrollbar{
	appearance: none;
	-webkit-appearance: none;
}


