@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:
Note:


New Creation:	.
Last Change:	2018/12/06 16:12:24.


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object

------------------------------------------------------------------------
----------------------------------------------------------------------*/
@font-face {
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Regular.woff) format("woff"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Regular.eot);
  font-family: "YakuHanJP";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Bold.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Bold.woff) format("woff"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Bold.eot);
  font-family: "YakuHanJP";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMP/YakuHanMP-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMP/YakuHanMP-Regular.woff) format("woff"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMP/YakuHanMP-Regular.eot);
  font-family: "YakuHanMP";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMP/YakuHanMP-Bold.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMP/YakuHanMP-Bold.woff) format("woff"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMP/YakuHanMP-Bold.eot);
  font-family: "YakuHanMP";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
dl,
form,
fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

html {
  font-size: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
  font-size: inherit;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

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

a {
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

th,
td {
  padding: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

iframe {
  border: 0;
}

header,
footer,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

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

html,
body {
  height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  background: url(../../img/pc/container_bg2.png) center top no-repeat, url(../../img/pc/bg2.gif) center top repeat-x, url(../../img/pc/container_bg.png) center top repeat-y, url(../../img/pc/bg.gif) center top;
}

a, a::before, a::after {
  transition: background-color 0.15s linear, background-image 0.15s linear;
}
a > * {
  transition: opacity 0.15s linear;
}
a img {
  background: rgba(255,255,255,0);
}
a:hover {
  text-decoration: underline;
}
a:hover > * {
  opacity: 0;
  text-decoration: none;
}

.area-link:focus {
  outline: 0;
}
.area-link:focus::before {
  outline: -webkit-focus-ring-color auto 5px;
}
.area-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=base.css.map */
