@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600,700&display=swap&subset=japanese");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

html * {
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  color: #333;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", "NotoSansCJKjp-Jxck", "Meiryo", "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "sans-serif";
  font-weight: 400;
}
ol,
ul,
li {
  list-style-type: none;
}
input,
textarea,
select,
button {
  -webkit-appearance: none;
}
button {
  cursor: pointer;
  outline: 0;
}
input::-webkit-input-placeholder {
  color: #888;
}
input::placeholder {
  color: #888;
}
textarea::-webkit-input-placeholder {
  color: #888;
}
textarea::placeholder {
  color: #888;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
input,
select,
textarea {
  font-family: "Noto Sans JP", "NotoSansCJKjp-Jxck", "Meiryo", "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "sans-serif";
}
::-ms-expand {
  display: none;
}
small {
  color: inherit;
}
a,
a:link,
a:visited {
  color: linkColor;
  transition: 0.5s;
}
a:hover,
a:link:hover,
a:visited:hover {
  text-decoration: none;
}
html {
  font-family: -apple-sysytem, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.st-Head {
  position: fixed;
  top: 0;
  background: rgba(255,255,255,0.9);
  width: 100%;
  z-index: 10;
}
.st-Head_Inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1020px;
}
.st-Head_NavItem a,
.st-Head_NavItem a:link,
.st-Head_NavItem a:visited {
  display: block;
  position: relative;
}
.st-Head_NavItem a.active {
  color: #f08500;
}
.st-Head_NavItem a.active::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 100%;
  background: #f08500;
  height: 6px;
  width: 6px;
}
.st-Head_NavClose {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.2);
  height: 70px;
  width: 100%;
}
.st-Head_NavClose img {
  width: 92.5px;
}
.fit .header_inner {
  top: 0;
}
.st-Fixed_Bnr {
  position: fixed;
  transition: 0.5s;
  z-index: 10;
}
.st-Fixed_Bnr a.st-Fixed_BnrBtn:hover {
  opacity: 1;
}
.st-Fixed_BnrFukidashi {
  position: absolute;
  top: -94px;
  right: 46px;
}
.st-Fixed_BnrChara-head {
  opacity: 0;
  position: absolute;
  top: -60px;
  left: 8px;
  z-index: 2;
}
.st-Fixed_BnrChara {
  position: absolute;
  top: -40px;
  left: -12px;
  max-width: none;
  -webkit-transform-origin: 25px 55px;
          transform-origin: 25px 55px;
  z-index: 3;
}
.st-Fixed_BnrImg {
  position: relative;
  z-index: 1;
}
.st-Footer_SNSList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}
.st-Footer_Nav {
  display: flex;
  justify-content: space-between;
}
.st-Footer_NavList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.st-Footer_NavItem {
  position: relative;
  padding: 0 20px;
}
.st-Footer_NavItem::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #4c4948;
  height: 100%;
  width: 1px;
}
.st-Footer_NavItem:first-child::after {
  display: none;
}
.st-Footer_Copyright {
  background: #342414;
}
.st-Footer_Copyright p {
  font-size: 1.2rem;
  text-align: center;
}
.st-Footer_Copyright p small {
  color: #fff;
}
.wrapper {
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  a:hover,
  a:link:hover,
  a:visited:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
  }
  .st-Head_Inner {
    height: 60px;
    padding: 0 4.399999999999999vw !important;
  }
  .st-Head_NavList {
    border-top: 1px solid rgba(255,255,255,0.5);
    margin: 45px 18px 0;
  }
  .st-Head_NavItem a,
  .st-Head_NavItem a:link,
  .st-Head_NavItem a:visited {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    background: url("/common/img/icon_nav_arrow_sp.png") no-repeat 96% center;
    background-size: 16px 16px;
    color: #fff;
    font-size: 1.8rem;
    line-height: 56px;
    padding: 0 0 0 15px;
  }
  .st-Head_NavSP {
    position: fixed;
    top: 0;
    left: 100%;
    background: #f08500;
    height: 100vh;
    width: 100vw;
    transition: 0.5s;
    z-index: 20;
  }
  .st-Head_NavSP.nav-open {
    left: 0;
  }
  .st-Head_LogoArea {
    width: 117px;
  }
  .st-Head_BtnArea {
    width: 35.5px;
  }
  .st-Fixed_Bnr {
    bottom: 20px;
    right: 10px;
  }
  .st-Fixed_BnrFukidashi {
    display: none !important;
  }
  .st-Fixed_BnrImg {
    width: 24vw;
    max-width: 90px;
  }
  .st-Footer {
    padding-top: 14.933333333333335vw;
  }
  .st-Footer_PageTop {
    text-align: center;
  }
  .st-Footer_PageTop img {
    width: 53.333333333333336vw;
  }
  .st-Footer_SNSList {
    width: 69.6vw;
    margin-top: 44px;
  }
  .st-Footer_SNSItem {
    width: 12.8vw;
  }
  .st-Footer_Nav {
    margin-top: 54px;
  }
  .st-Footer_NavItem {
    font-size: 1rem;
    margin-top: 10px;
  }
  .st-Footer_NavItem:first-child {
    width: 100%;
    text-align: center;
  }
  .st-Footer_NavItem:nth-child(2)::after {
    display: none;
  }
  .st-Footer_Copyright {
    margin-top: 42px;
  }
  .st-Footer_Copyright p {
    line-height: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .st-Head_Inner {
    height: 90px;
  }
  .st-Head_NavList {
    display: flex;
    justify-content: space-between;
    width: 582px;
  }
  .st-Head_NavItem a,
  .st-Head_NavItem a:link,
  .st-Head_NavItem a:visited {
    font-size: 1.4rem;
  }
  .st-Head_NavItem a:hover {
    opacity: 1;
    color: #f08500;
  }
  .st-Fixed_Bnr {
    top: 268px;
    right: 0;
  }
  .st-Fixed_BnrFukidashi {
    max-width: none;
  }
  .st-Footer {
    padding-top: 108px;
  }
  .st-Footer_PageTop {
    position: fixed;
    right: 20px;
    bottom: 50px;
  }
  .st-Footer_SNSList {
    width: 260px;
  }
  .st-Footer_Nav {
    margin-top: 32px;
  }
  .st-Footer_Copyright {
    margin-top: 30px;
  }
  .st-Footer_Copyright p {
    line-height: 40px;
  }
  body {
    min-width: 1020px;
  }
}
