@charset "UTF-8";
/*
 common.cssは自動生成しているため、
 直接上書きしないでください。
*/
/* Vendor */
/* Site settings */
/* Base */
/* line 19, ../scss/base/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, ../scss/base/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* line 35, ../scss/base/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, ../scss/base/_reboot.scss */
body {
  margin: 0;
  font-family: "A1ゴシック R", "ヒラギノ角ゴ W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.8rem;
  color: #3c3c46;
  text-align: left;
  background-color: #fff;
}

/* line 62, ../scss/base/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 72, ../scss/base/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 88, ../scss/base/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 97, ../scss/base/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 110, ../scss/base/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

/* line 119, ../scss/base/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 125, ../scss/base/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 132, ../scss/base/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 139, ../scss/base/_reboot.scss */
dt {
  font-weight: bold;
}

/* line 143, ../scss/base/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 148, ../scss/base/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 152, ../scss/base/_reboot.scss */
b,
strong {
  font-weight: bold;
}

/* line 157, ../scss/base/_reboot.scss */
small {
  font-size: 80%;
}

/* line 166, ../scss/base/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 174, ../scss/base/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 175, ../scss/base/_reboot.scss */
sup {
  top: -.5em;
}

/* line 182, ../scss/base/_reboot.scss */
a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}
/* line 48, ../scss/_settings.scss */
a:hover {
  color: black;
  text-decoration: underline;
}

/* line 199, ../scss/base/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
/* line 56, ../scss/_settings.scss */
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
/* line 208, ../scss/base/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 218, ../scss/base/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: "A1ゴシック R", "ヒラギノ角ゴ W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
}

/* line 226, ../scss/base/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 240, ../scss/base/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 250, ../scss/base/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 255, ../scss/base/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 267, ../scss/base/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 271, ../scss/base/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #000;
  text-align: left;
  caption-side: bottom;
}

/* line 279, ../scss/base/_reboot.scss */
th {
  text-align: inherit;
}

/* line 290, ../scss/base/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0;
}

/* line 299, ../scss/base/_reboot.scss */
button {
  border-radius: 0;
}

/* line 308, ../scss/base/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 313, ../scss/base/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 324, ../scss/base/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 329, ../scss/base/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 337, ../scss/base/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 345, ../scss/base/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 353, ../scss/base/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 360, ../scss/base/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 372, ../scss/base/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 378, ../scss/base/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 393, ../scss/base/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 405, ../scss/base/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 410, ../scss/base/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 415, ../scss/base/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 428, ../scss/base/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 437, ../scss/base/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 446, ../scss/base/_reboot.scss */
output {
  display: inline-block;
}

/* line 450, ../scss/base/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 455, ../scss/base/_reboot.scss */
template {
  display: none;
}

/* line 461, ../scss/base/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 3, ../scss/base/_main.scss */
body {
  max-width: 100vw;
  overflow-x: hidden;
  height: auto;
  overflow-y: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  font-family: "A1ゴシック R", "ヒラギノ角ゴ W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 28px;
  line-height: 1.75rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: white;
}

/* line 19, ../scss/base/_main.scss */
#site-container {
  /*
  	max-width:100vw;
  	overflow-x:hidden;
  	height:auto;
  	overflow-y:auto;
  	overflow-scrolling:touch;
  	-webkit-overflow-scrolling:touch;
  */
  background-color: #000;
  position: relative;
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (-ms-high-contrast: none) {
  /* line 37, ../scss/base/_main.scss */
  body {
    font-family: "A1ゴシック R", "ヒラギノ角ゴ W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  /* line 40, ../scss/base/_main.scss */
  main {
    display: block;
  }
}
/* line 44, ../scss/base/_main.scss */
#site-container {
  position: relative;
  min-height: 100%;
}

/* line 48, ../scss/base/_main.scss */
.container {
  width: 1024px;
  margin: 0 auto;
}

/* line 53, ../scss/base/_main.scss */
.img-wrapper > img {
  display: block;
  width: 100%;
}

/* line 59, ../scss/base/_main.scss */
.flex-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 61, ../scss/base/_main.scss */
.flex-wrapper.row-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 66, ../scss/base/_main.scss */
a {
  text-decoration: none;
  color: white;
}
/* line 69, ../scss/base/_main.scss */
a:hover {
  text-decoration: none;
}

/* line 74, ../scss/base/_main.scss */
ul {
  list-style-type: none;
  padding-left: 0;
}

/* line 79, ../scss/base/_main.scss */
.is-pc {
  display: block;
}

/* line 83, ../scss/base/_main.scss */
.is-sp {
  display: none;
}

/* line 87, ../scss/base/_main.scss */
.w50 {
  width: 50px;
}

/* line 88, ../scss/base/_main.scss */
.w60 {
  width: 60px;
}

/* line 89, ../scss/base/_main.scss */
.w80 {
  width: 80px;
}

/* line 90, ../scss/base/_main.scss */
.w100 {
  width: 100px;
}

/* line 91, ../scss/base/_main.scss */
.w120 {
  width: 120px;
}

/* line 92, ../scss/base/_main.scss */
.w140 {
  width: 140px;
}

/* line 93, ../scss/base/_main.scss */
.w160 {
  width: 160px;
}

/* line 94, ../scss/base/_main.scss */
.w180 {
  width: 180px;
}

/* line 95, ../scss/base/_main.scss */
.w200 {
  width: 200px;
}

/* line 96, ../scss/base/_main.scss */
.w220 {
  width: 220px;
}

/* line 97, ../scss/base/_main.scss */
.w240 {
  width: 240px;
}

/* line 98, ../scss/base/_main.scss */
.w260 {
  width: 260px;
}

/* line 99, ../scss/base/_main.scss */
.w280 {
  width: 280px;
}

/* line 100, ../scss/base/_main.scss */
.w380 {
  width: 380px;
}

/* line 101, ../scss/base/_main.scss */
.w400 {
  width: 400px;
}

/* line 103, ../scss/base/_main.scss */
.mt10 {
  margin-top: 10px;
}

/* line 104, ../scss/base/_main.scss */
.mt20 {
  margin-top: 20px;
}

/* line 105, ../scss/base/_main.scss */
.mt30 {
  margin-top: 30px;
}

/* line 106, ../scss/base/_main.scss */
.mt40 {
  margin-top: 40px;
}

/* line 107, ../scss/base/_main.scss */
.mt50 {
  margin-top: 50px;
}

/* line 108, ../scss/base/_main.scss */
.mt60 {
  margin-top: 60px;
}

/* line 109, ../scss/base/_main.scss */
.mt70 {
  margin-top: 70px;
}

/* line 110, ../scss/base/_main.scss */
.mt80 {
  margin-top: 80px;
}

/* line 111, ../scss/base/_main.scss */
.mt90 {
  margin-top: 90px;
}

/* line 112, ../scss/base/_main.scss */
.mt100 {
  margin-top: 100px;
}

/* line 113, ../scss/base/_main.scss */
.mt120 {
  margin-top: 120px;
}

/* line 114, ../scss/base/_main.scss */
.mt140 {
  margin-top: 140px;
}

/* line 115, ../scss/base/_main.scss */
.mt160 {
  margin-top: 160px;
}

/* line 116, ../scss/base/_main.scss */
.mt180 {
  margin-top: 180px;
}

/* line 117, ../scss/base/_main.scss */
.mt200 {
  margin-top: 200px;
}

/* line 118, ../scss/base/_main.scss */
.mt220 {
  width: 220px;
}

/* line 119, ../scss/base/_main.scss */
.mt240 {
  width: 240px;
}

/* line 120, ../scss/base/_main.scss */
.mt260 {
  width: 260px;
}

/* line 121, ../scss/base/_main.scss */
.mt280 {
  width: 280px;
}

/* line 122, ../scss/base/_main.scss */
.mt380 {
  width: 380px;
}

/* line 123, ../scss/base/_main.scss */
.mt400 {
  width: 400px;
}

/* line 125, ../scss/base/_main.scss */
.clear-both {
  clear: both;
}

/* line 126, ../scss/base/_main.scss */
.overflow-auto {
  overflow: auto;
}

/* line 127, ../scss/base/_main.scss */
.text-align-center {
  text-align: center;
}

/* line 128, ../scss/base/_main.scss */
.text-align-left {
  text-align: left;
}

/* line 129, ../scss/base/_main.scss */
.font-weight-bold {
  font-weight: bold;
}

/* line 130, ../scss/base/_main.scss */
.font-size-16 {
  font-size: 16px;
}

/* line 131, ../scss/base/_main.scss */
.font-size-20 {
  font-size: 20px;
}

/* line 132, ../scss/base/_main.scss */
.font-size-25 {
  font-size: 25px;
}

/* line 133, ../scss/base/_main.scss */
.font-size-30 {
  font-size: 30px;
}

/* line 134, ../scss/base/_main.scss */
.font-size-35 {
  font-size: 35px;
}

/* line 135, ../scss/base/_main.scss */
.font-size-50 {
  font-size: 50px;
}

/* line 136, ../scss/base/_main.scss */
.margin-0-auto {
  margin: 0 auto;
}

/* line 137, ../scss/base/_main.scss */
.margin-top-15 {
  margin-top: 15px;
}

/* line 138, ../scss/base/_main.scss */
.margin-top-30 {
  margin-top: 30px;
}

/* line 139, ../scss/base/_main.scss */
.margin-top-40 {
  margin-top: 40px;
}

/* line 140, ../scss/base/_main.scss */
.margin-top-50 {
  margin-top: 50px;
}

/* line 141, ../scss/base/_main.scss */
.margin-top-80 {
  margin-top: 80px;
}

/* line 142, ../scss/base/_main.scss */
.margin-top-100 {
  margin-top: 100px;
}

/* line 143, ../scss/base/_main.scss */
.margin-bottom-10 {
  margin-bottom: 10px;
}

/* line 144, ../scss/base/_main.scss */
.margin-bottom-15 {
  margin-bottom: 15px;
}

/* line 145, ../scss/base/_main.scss */
.margin-bottom-25 {
  margin-bottom: 25px;
}

/* line 146, ../scss/base/_main.scss */
.margin-bottom-40 {
  margin-bottom: 40px;
}

/* line 147, ../scss/base/_main.scss */
.margin-bottom-80 {
  margin-bottom: 80px;
}

/* line 148, ../scss/base/_main.scss */
.margin-bottom-100 {
  margin-bottom: 100px;
}

/* line 149, ../scss/base/_main.scss */
.margin-right-auto {
  margin-right: auto;
}

/* line 150, ../scss/base/_main.scss */
.margin-right-60 {
  margin-right: 60px;
}

/* line 151, ../scss/base/_main.scss */
.margin-left-auto {
  margin-left: auto;
}

/* line 152, ../scss/base/_main.scss */
.top-20 {
  top: 20px;
}

/* line 153, ../scss/base/_main.scss */
.line-height-35 {
  line-height: 35px;
}

/* line 154, ../scss/base/_main.scss */
.line-height-40 {
  line-height: 40px;
}

/* line 155, ../scss/base/_main.scss */
.line-height-50 {
  line-height: 50px;
}

/* line 156, ../scss/base/_main.scss */
.line-height-55 {
  line-height: 55px;
}

/* line 157, ../scss/base/_main.scss */
.line-height-80 {
  line-height: 80px;
}

/* line 158, ../scss/base/_main.scss */
.height-80 {
  height: 80px;
}

/* line 159, ../scss/base/_main.scss */
.height-100 {
  height: 100px;
}

/* line 160, ../scss/base/_main.scss */
.width-150 {
  width: 150px;
}

/* line 161, ../scss/base/_main.scss */
.width-870 {
  width: 870px;
}

/* line 162, ../scss/base/_main.scss */
.width-980 {
  width: 980px;
}

/* line 163, ../scss/base/_main.scss */
.float-left {
  float: left;
}

/* line 164, ../scss/base/_main.scss */
.position-relative {
  position: relative;
}

/* line 165, ../scss/base/_main.scss */
.vertical-align-middle {
  vertical-align: middle;
}

/* 電話でのお問い合わせ */
.contact-tel {
  margin-bottom: 30px;
}

.contact-tel a {
  font-size: 35px;
  line-height: 1.7;
}

.contact-tel a:hover {
  color: #fff;
}

.contact-tel-number {
  color: #00c8ff;
}

@media screen and (max-width: 1279px) {
  /* line 169, ../scss/base/_main.scss */
  body {
    line-height: 24px;
    line-height: 1.5rem;
  }

  /* line 172, ../scss/base/_main.scss */
  .container {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1124px) {
  /* line 179, ../scss/base/_main.scss */
  #site-container {
    padding: 0 50px;
  }
}
@media screen and (max-width: 599px) {
  /* line 188, ../scss/base/_main.scss */
  #site-container {
    padding: 0 30px;
  }

  /* line 191, ../scss/base/_main.scss */
  .is-pc {
    display: none !important;
  }

  /* line 194, ../scss/base/_main.scss */
  .is-sp {
    display: block !important;
  }
}
@media screen and (max-width: 479px) {
  /* line 200, ../scss/base/_main.scss */
  #site-container {
    padding: 0 20px;
  }

  .contact-tel a {
    font-size: 20px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 359px) {
  /* line 206, ../scss/base/_main.scss */
  #site-container {
    padding: 0 15px;
  }
}
/* Layouts */
/* line 1, ../scss/layout/_header.scss */
header {
  margin: 0 auto;
  width: 100vw;
  position: relative;
  z-index: 10001;
}

/* line 8, ../scss/layout/_header.scss */
#logo {
  padding: 25px 50px;
}
/* line 10, ../scss/layout/_header.scss */
#logo > .img-wrapper {
  display: block;
  width: 120px;
}

/* line 16, ../scss/layout/_header.scss */
main {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 959px) {
  /* line 22, ../scss/layout/_header.scss */
  header {
    width: 100%;
  }

  /* line 26, ../scss/layout/_header.scss */
  #logo > .img-wrapper {
    margin: 0 auto;
  }
}
/* line 3, ../scss/layout/_footer.scss */
footer {
  text-align: center;
}
/* line 6, ../scss/layout/_footer.scss */
footer > a {
  display: block;
  width: 326px;
  margin: 60px auto;
  padding: 1rem 0;
  text-align: center;
  background-position: 0 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #4d4d4d 50%, #ffffff 50%);
  transition: .3s;
}
/* line 127, ../scss/base/_mixin.scss */
footer > a:hover {
  background-position: -100% 0;
}

/* line 17, ../scss/layout/_footer.scss */
#footer-logo {
  margin-top: 100px;
}
/* line 19, ../scss/layout/_footer.scss */
#footer-logo > .img-wrapper {
  display: block;
  width: 120px;
  margin: 0 auto;
}

/* line 26, ../scss/layout/_footer.scss */
#copyright {
  padding-bottom: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
}

@media screen and (max-width: 959px) {
  /* line 37, ../scss/layout/_footer.scss */
  footer > a {
    width: 320px;
    max-width: 100%;
    margin: 40px auto;
    padding: .8rem 0;
  }

  /* line 45, ../scss/layout/_footer.scss */
  #footer-logo {
    margin-top: 60px;
  }
}
