@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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;
}

/* resetここまで */
/* common */
main {
  display: block;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #1A1A1A;
  overflow-x: hidden;
}

body * {
  box-sizing: border-box;
}

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

body img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

@media all and (-ms-high-contrast: none) {
  /* IE10以上のみ適応 */
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
}

p, dl, ul {
  line-height: 1.6;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.dib {
  display: inline-block;
}

.ieonly {
  display: none !important;
}

@media all and (-ms-high-contrast: none) {
  .ieonly {
    display: block !important;
  }
  .ieonly.pconly {
    display: none !important;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 750px) {
  .ieonly.pconly {
    display: block !important;
  }
}

@media all and (-ms-high-contrast: none) {
  .ieonly.sponly {
    display: block !important;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 750px) {
  .ieonly.sponly {
    display: none !important;
  }
}

.pconly {
  display: none;
}

@media (min-width: 750px) {
  .pconly {
    display: block;
  }
}

.sponly {
  display: block;
}

@media (min-width: 750px) {
  .sponly {
    display: none;
  }
}

.small_only {
  display: none;
}

@media (max-width: 350px) {
  .small_only {
    display: block;
  }
}

.baseW {
  width: 90%;
  max-width: 982px;
  margin: auto;
}

@media (min-width: 750px) {
  .baseW {
    max-width: 1200px;
  }
}

.scroll_con {
  opacity: 0;
  transform: translateY(20px);
  transition: .8s;
}

.scroll_con.active {
  opacity: 1;
  transform: translateY(0);
}

/* common */
/* header */
/*------------------------------
TOPへ戻る
------------------------------*/
#page_top {
  position: fixed;
  z-index: 5;
  bottom: 66px;
  right: 12px;
  width: 63px;
  height: 63px;
  transition: all .3s ease;
}

#page_top:hover {
  transform: scale(1.08);
}

@media (min-width: 750px) {
  #page_top {
    bottom: 160px;
    width: 70px;
    height: 70px;
  }
}
