@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@2.0.0/dist/css/yakuhanjp_s.min.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@2.0.0/dist/css/yakuhanmp_s.min.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:600');

/* ========================================
foundation
======================================== */

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: YakuHanJPs, 'Open Sans', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", 'Yu Gothic', YuGothic, Meiryo, sans-serif;
  font-family: YakuHanMPs, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", serif;
  margin: 0;
  color: #fff;
  background: #0f0f0f;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-word;
}

@media screen and (min-width: 900px){
body {
  font-size: 18px;
  font-size: 1.8rem;
}
}

#wrapper {
  position: relative;
  background: url(../../images/main/assets/bg_grange_black.jpg) center/150px;
}

#wrapper_inner {
  position: relative;
  z-index: 1;
}

#wrapper::after {
  content:"";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: 
  url(../../images/main/assets/bg_logo.png) bottom left/180px;
  opacity: 0.5;
}

ul {
  list-style: none;
  padding: 0;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

tr {
  vertical-align: top;
}

th {
  text-align: left;
}

figure {
  margin: 0;
}

td,
li,
p {
  word-break: break-word;
}

ol {
  padding-left: 1.2em;
}

/* ========================================
others
======================================== */


/* 画像ホバー効果 */

a:hover img {
  transition: 0.5s;
  opacity: 0.7;
}

/* 線あり */

.block img.lp {
  border: 1px solid #666;
}

a { color: inherit;}
a:hover { opacity: 0.8; }