@charset "utf-8";

/* common--------------------------*/
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  /*  visibility: hidden;*/
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

body {
  font-family: 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #111;
  min-width: 340px;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

body,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.6rem;
}

#top {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  opacity: 0;
}

a {
  color: #000;
  outline: none;
  text-decoration: none;
  transition: .2s;
}

a,
area {
  outline: none;
}

a img {
  border: 0px;
  vertical-align: bottom;
  transition: .4s;
}

article>section {
  padding: 12rem 0;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.container {
  width: 90%;
  max-width: 112rem;
  margin: 0 auto;
}

.txt-rl {
  text-align: left;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.txt-rl .num-tb {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  line-height: 1;
}

@media screen and (max-width: 780px) {
  .txt-rl {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

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

@media screen and (min-width: 780px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }

  _::-webkit-full-page-media,
  _:future,
  :root img {
    image-rendering: inherit;
  }
}

video {
  width: 100%;
  height: auto;
}

/*character setting-----------*/
small {
  font-size: 80%;
}

strong {
  font-weight: 700;
}

em,
address {
  font-style: normal;
}

sup {
  font-size: 75%;
  vertical-align: .35em;
}

/*list-------------------*/
ul,
ol {
  list-style-type: none;
}

/* table---------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

tbody {
  -webkit-text-size-adjust: 100%;
}

caption {
  text-align: left;
}

/*form---------------------*/
button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  transition: .2s;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 5px 0 0;
  width: auto;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

label {
  display: inline-block;
  cursor: pointer;
}

/*----ディスプレイ----*/
.onlysp,
.none {
  display: none;
}

a:hover img {
  opacity: 0.8;
}

@media screen and (max-width: 780px) {
  .onlypc {
    display: none;
  }

  .onlysp {
    display: block;
  }

  .d-sp-block {
    display: block !important;
  }
}