@charset "UTF-8";
/*----------------------------------------
	RESET
-----------------------------------------*/
html, body, div, span, applet, 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, center, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.box_sample {
  margin: 10px;
  padding: 10px;
}

.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.ftEN {
  font-family: "Crimson Text", serif;
}

.inrWidth {
  position: relative;
  width: 768px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  position: relative;
  max-width: 1200px;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
    min-width: unset;
  }
  .outerWidth {
    width: 96%;
  }
  .inrWidth {
    width: 90%;
  }
}
@media screen and (max-width: 767.98px) {
  .fullWidth {
    width: 100%;
    min-width: unset;
  }
  .outerWidth {
    width: 100%;
  }
  .inrWidth {
    width: calc(100% - 15px);
  }
}
main, header, footer, section {
  display: block;
}

label {
  tap-highlight-color: rgba(0, 0, 0, 0);
}

/*-------- --------------------------------
BODY
-----------------------------------------*/
@media (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
  font-size: 1.4rem;
  color: #000;
  background: #fff;
  position: relative;
  width: 100%;
  word-break: break-all;
  line-height: 2;
  font-weight: normal;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media only, screen and (min-width: 1280px) {
  body {
    overflow-x: hidden;
  }
}
@media only, screen and (max-width: 768px) {
  body {
    font-size: 1.1rem;
  }
}
.eaves {
  font-family: mr-eaves-modern;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  vertical-align: bottom;
}

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

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

input[type=text], input[type=password], textarea, select {
  outline: none;
}
/*# sourceMappingURL=common.css.map */