@charset "UTF-8";

/* ---------------------------------------------------------
reset
--------------------------------------------------------- */
html {
  font-family: "メイリオ","Meiryo","游ゴシック","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",verdana,"Osaka",sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100px;
  line-height: 1.4;
}

html.safari {
  -webkit-font-smoothing: antialiased;
}
/*
@media print, screen and (min-width: 1440px) and (max-width: 1599px) {
  html {
    font-size: 90px;
  }
}

@media print, screen and (min-width: 1366px) and (max-width: 1439px) {
  html {
    font-size: 85px;
  }
}

@media print, screen and (min-width: 1280px) and (max-width: 1365px) {
  html {
    font-size: 80px;
  }
}

@media print, screen and (min-width: 1200px) and (max-width: 1279px) {
  html {
    font-size: 75px;
  }
}
@media print, screen and (min-width: 1120px) and (max-width: 1199px) {
  html {
    font-size: 70px;
  }
}

@media print, screen and (min-width: 461px) and (max-width: 1119px) {
  html {
    font-size: 64px;
  }
}
*/

@media screen and (min-width: 361px) and (max-width: 460px) {
  html {
    font-size: 50px;
  }
}
@media screen and (max-width: 360px) {
  html {
    font-size: 44px;
  }
}

@media print, screen and (min-width: 461px) {
  html {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  html.safari {
    -webkit-font-feature-settings: "pkna";
            font-feature-settings: "pkna";
  }
}

body {
  position: relative;
  font-size: .12rem;
  letter-spacing: .05em;
  line-height: 1;
}

.ie body {
  overflow-x: hidden;
}

@media print, screen and (min-width: 461px) {
  body {
    min-width: 1024px;
  }
}

.touchevents * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.chrome body {
  image-rendering: -webkit-optimize-contrast;
}

body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, td, th, figure, input, select, button, optgroup, textarea {
  margin: 0;
  padding: 0;
}

article, aside, footer, header, main, nav, section, figcaption, figure {
  display: block;
}

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  height: 0;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

li {
  list-style: none;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio, video, canvas {
  display: inline-block;
}

summary {
  display: list-item;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

input, select, button, optgroup, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  outline: 0;
  font: inherit;
}

button, input {
  overflow: visible;
}

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

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button, select {
  cursor: pointer;
  text-transform: none;
}

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

select::-ms-expand {
  display: none;
}

@media print, screen and (min-width: 461px) {
  [data-sc-sp] {
    display: none !important;
  }
}
@media print, screen and (max-width: 460px) {
  [data-sc-pc] {
    display: none !important;
  }
}

/* ---------------------------------------------------------
プリント対応
--------------------------------------------------------- */
[data-hidePrintMessageArea] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  pointer-events: none;
  opacity: 0;
}

@media print {
  body {
    position: relative;
    top: 100px;
  }
  body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。";
    display: none;
    white-space: pre;
    font-size: 20px;
    padding: 10px 10px;
    border: 3px solid #000;
    background-color: #FFF;
    color: #000;
    position: absolute;
    top: -100px;
    left: 0px;
    right: 0px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .chrome body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\A画像を表示させる場合は、「基本設定」→「背景のグラフィック」を有効にして下さい。";
  }
  .ie body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\A画像を表示させる場合は、「印刷プレビュー」→「ページ設定」→「背景の色とイメージを印刷する」を有効にして下さい。";
  }
  .safari body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\A画像を表示させる場合は、「詳細を表示」→「背景をプリント」を有効にして下さい。";
  }
  .edge body:before {
    content: "※Microsoft Edgeは背景や画像を印刷できません。";
  }
  .addPrintMessage body:before {
    display: block;
  }
  * {
    background-attachment: scroll !important;
  }
}


/* ---------------------------------------------------------
共通要素ここから
--------------------------------------------------------- */
