@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
	background-repeat: no-repeat;
	box-sizing: inherit;
}

:after,
:before {
	text-decoration: inherit;
	vertical-align: inherit;
}

* {
	margin:0;
	padding:0;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

hr {
	overflow: visible;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

summary {
	display: list-item;
}

small {
	font-size: 80%;
}

[hidden],
template {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
	text-decoration: none;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

code,
kbd,
pre,
samp {
	font-family: monospace,monospace;
}

b,
strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

input {
	border-radius: 0;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
	cursor: pointer;
}

[disabled] {
	cursor: default;
}

[type=number] {
	width: auto;
}

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
}

optgroup {
	font-weight: 700;
}

button {
	overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: 0;
	padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

button,
select {
	text-transform: none;
}

button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

select::-ms-expand {
	display: none;
}

select::-ms-value {
	color: currentColor;
}

legend {
	display: table;
	max-width:100%;
	border: 0;
	color: inherit;
	white-space: normal;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

img {
	border-style: none;
}

progress {
	vertical-align: baseline;
}

svg:not(:root) {
	overflow: hidden;
}

audio,
canvas,
progress,
video {
	display: inline-block;
}

@media screen {
	[hidden~=screen] {
		display: inherit;
	}

	[hidden~=screen]:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0 0 0 0)!important;
	}
}

[aria-busy=true] {
	cursor: progress;
}

[aria-controls] {
	cursor: pointer;
}

[aria-disabled] {
	cursor: default;
}

::-moz-selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none;
}

/*
 * adding reset styles
 */

*,
*:before, 
*:after {
	box-sizing: border-box;
}

/*
 * [TERA 2026-08-04] リニューアル版ページ(.kf-renewal)には当てない。
 * デザイナー版モックはこのリセットが無い環境で作られており、
 * 個別にCSSを当てていない h3/h4 はブラウザ既定（太字・上下マージン）で
 * 表示される前提になっている。リセットが効くと font-weight が細くなり
 * 見出しの余白も消えるため、モックと同条件にする。
 * デザイナーが明示指定した見出しはクラス指定が勝つので影響しない。
 */
body:not(.kf-renewal) h1,
body:not(.kf-renewal) h2,
body:not(.kf-renewal) h3,
body:not(.kf-renewal) h4,
body:not(.kf-renewal) h5,
body:not(.kf-renewal) h6 {
	margin: 0;
	font-weight: inherit;
	font-size: inherit;
}

ol,
ul,
dl {
	list-style: none;
}

img {
	vertical-align: bottom;
}



/* helper */

/* overflow */
.of-hidden {overflow:hidden;}
.ofx-scroll {overflow-x:scroll;}
.ofy-scroll {overflow-y:scroll;}

/* helper */
.mt1 {margin-top:120px;}
.mt2 {margin-top: 60px;}
.mt3 {margin-top: 36px;}
.mb1 {margin-bottom:120px;}
.mb2 {margin-bottom: 60px;}
.mb3 {margin-bottom: 36px;}
.pt1 {padding-top:120px;}
.pt2 {padding-top: 60px;}
.pt3 {padding-top: 36px;}
.pb1 {padding-bottom:120px;}
.pb2 {padding-bottom: 60px;}
.pb3 {padding-bottom: 36px;}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.mt1 {margin-top:60px;}
	.mt2 {margin-top:30px;}
	.mt3 {margin-top:18px;}
	.mb1 {margin-bottom:60px;}
	.mb2 {margin-bottom:30px;}
	.mb3 {margin-bottom:18px;}
	.pt1 {padding-top:60px;}
	.pt2 {padding-top:30px;}
	.pt3 {padding-top:18px;}
	.pb1 {padding-bottom:60px;}
	.pb2 {padding-bottom:30px;}
	.pb3 {padding-bottom:18px;}
}

/* fixed margin and padding */
.mat5  {margin-top:5px;}
.mat10 {margin-top:10px;}
.mat15 {margin-top:15px;}
.mat20 {margin-top:20px;}
.mat25 {margin-top:25px;}
.mat30 {margin-top:30px;}
.mat35 {margin-top:35px;}
.mat40 {margin-top:40px;}
.mat45 {margin-top:45px;}
.mat50 {margin-top:50px;}
.mat55 {margin-top:55px;}
.mat60 {margin-top:60px;}
.mat70 {margin-top:70px;}
.mat80 {margin-top:80px;}
.mat90 {margin-top:90px;}
.mat100 {margin-top:100px;}

.mab5  {margin-bottom:5px;}
.mab10 {margin-bottom:10px;}
.mab15 {margin-bottom:15px;}
.mab20 {margin-bottom:20px;}
.mab25 {margin-bottom:25px;}
.mab30 {margin-bottom:30px;}
.mab35 {margin-bottom:35px;}
.mab40 {margin-bottom:40px;}
.mab45 {margin-bottom:45px;}
.mab50 {margin-bottom:50px;}
.mab55 {margin-bottom:55px;}
.mab60 {margin-bottom:60px;}
.mab70 {margin-bottom:70px;}
.mab80 {margin-bottom:80px;}
.mab90 {margin-bottom:90px;}
.mab100 {margin-bottom:100px;}

.mal5  {margin-left:5px;}
.mal10 {margin-left:10px;}
.mal15 {margin-left:15px;}
.mal20 {margin-left:20px;}
.mal25 {margin-left:25px;}
.mal30 {margin-left:30px;}
.mal35 {margin-left:35px;}
.mal40 {margin-left:40px;}
.mal45 {margin-left:45px;}
.mal50 {margin-left:50px;}
.mal55 {margin-left:55px;}
.mal60 {margin-left:60px;}

.mar5  {margin-right:5px;}
.mar10 {margin-right:10px;}
.mar15 {margin-right:15px;}
.mar20 {margin-right:20px;}
.mar25 {margin-right:25px;}
.mar30 {margin-right:30px;}
.mar35 {margin-right:35px;}
.mar40 {margin-right:40px;}
.mar45 {margin-right:45px;}
.mar50 {margin-right:50px;}
.mar55 {margin-right:55px;}
.mar60 {margin-right:60px;}

.pat5  {padding-top:5px;}
.pat10 {padding-top:10px;}
.pat15 {padding-top:15px;}
.pat20 {padding-top:20px;}
.pat25 {padding-top:25px;}
.pat30 {padding-top:30px;}
.pat35 {padding-top:35px;}
.pat40 {padding-top:40px;}
.pat45 {padding-top:45px;}
.pat50 {padding-top:50px;}
.pat55 {padding-top:55px;}
.pat60 {padding-top:60px;}

.pab5  {padding-bottom:5px;}
.pab10 {padding-bottom:10px;}
.pab15 {padding-bottom:15px;}
.pab20 {padding-bottom:20px;}
.pab25 {padding-bottom:25px;}
.pab30 {padding-bottom:30px;}
.pab35 {padding-bottom:35px;}
.pab40 {padding-bottom:40px;}
.pab45 {padding-bottom:45px;}
.pab50 {padding-bottom:50px;}
.pab55 {padding-bottom:55px;}
.pab60 {padding-bottom:60px;}

.pal5  {padding-left:5px;}
.pal10 {padding-left:10px;}
.pal15 {padding-left:15px;}
.pal20 {padding-left:20px;}
.pal25 {padding-left:25px;}
.pal30 {padding-left:30px;}
.pal35 {padding-left:35px;}
.pal40 {padding-left:40px;}
.pal45 {padding-left:45px;}
.pal50 {padding-left:50px;}
.pal55 {padding-left:55px;}
.pal60 {padding-left:60px;}

.par5  {padding-right:5px;}
.par10 {padding-right:10px;}
.par15 {padding-right:15px;}
.par20 {padding-right:20px;}
.par25 {padding-right:25px;}
.par30 {padding-right:30px;}
.par35 {padding-right:35px;}
.par40 {padding-right:40px;}
.par45 {padding-right:45px;}
.par50 {padding-right:50px;}
.par55 {padding-right:55px;}
.par60 {padding-right:60px;}

.pax5 {padding-right:5px;padding-left:5px;}
.pax10 {padding-right:10px;padding-left:10px;}
.pax15 {padding-right:15px;padding-left:15px;}
.pax20 {padding-right:20px;padding-left:20px;}
.pax25 {padding-right:25px;padding-left:25px;}
.pax30 {padding-right:30px;padding-left:30px;}
.pax35 {padding-right:35px;padding-left:35px;}

.pay5 {padding-top:5px;padding-bottom:5px;}
.pay10 {padding-top:10px;padding-bottom:10px;}
.pay15 {padding-top:15px;padding-bottom:15px;}
.pay20 {padding-top:20px;padding-bottom:20px;}
.pay25 {padding-top:25px;padding-bottom:25px;}
.pay30 {padding-top:30px;padding-bottom:30px;}
.pay35 {padding-top:35px;padding-bottom:35px;}

.tac {text-align:center;}
.tal {text-align:left;}
.tar {text-align:right;}

.fit-image{
	width:100%;
	height:auto;
}
.fit-image-max{
	max-width:100%;
	height:auto;
}

.forPC { display: block; }
.forSP { display: none; }

@media screen and (min-width: 0px) and (max-width: 767px) {
	.mat5-sp  {margin-top:5px;}
	.mat10-sp {margin-top:10px;}
	.mat15-sp {margin-top:15px;}
	.mat20-sp {margin-top:20px;}
	.mat25-sp {margin-top:25px;}
	.mat30-sp {margin-top:30px;}
	.mat35-sp {margin-top:35px;}
	.mat40-sp {margin-top:40px;}
	.mat45-sp {margin-top:45px;}
	.mat50-sp {margin-top:50px;}
	.mat55-sp {margin-top:55px;}
	.mat60-sp {margin-top:60px;}
	.mat70-sp {margin-top:70px;}
	.mat80-sp {margin-top:80px;}
	.mat90-sp {margin-top:90px;}
	.mat100-sp {margin-top:100px;}

	.mab5-sp  {margin-bottom:5px;}
	.mab10-sp {margin-bottom:10px;}
	.mab15-sp {margin-bottom:15px;}
	.mab20-sp {margin-bottom:20px;}
	.mab25-sp {margin-bottom:25px;}
	.mab30-sp {margin-bottom:30px;}
	.mab35-sp {margin-bottom:35px;}
	.mab40-sp {margin-bottom:40px;}
	.mab45-sp {margin-bottom:45px;}
	.mab50-sp {margin-bottom:50px;}
	.mab55-sp {margin-bottom:55px;}
	.mab60-sp {margin-bottom:60px;}
	.mab70-sp {margin-bottom:70px;}
	.mab80-sp {margin-bottom:80px;}
	.mab90-sp {margin-bottom:90px;}
	.mab100-sp {margin-bottom:100px;}

  .forPC { display: none; }
  .forSP { display: block; }
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
