@charset "utf-8";
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: 1rem;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
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,
q:before,
q:after {
  content: '';
  content: none;
}
input:focus,
textarea:focus {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
a img {
  box-shadow: #000 0 0 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
}
h1 {
  font-size: 2.4rem;
}
h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
h2 span {
  vertical-align: middle;
}
h2 span.middle {
  font-size: 2.3rem;
  font-family: 'Roboto', Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic', sans-serif;
}
h2 span.small {
  font-size: 1.8rem;
  font-weight: normal;
  padding-left: 8px;
}
h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
}
h3.h3_line {
  border-bottom: 1px dotted #fff;
  padding: 5px 0;
  font-size: 1.8rem;
}
h4 {
  font-size: 1.3rem;
  margin-bottom: 5px;
}
html {
  font-size: 62.5%;
}
html#en {
  font-size: 56%;
}
body {
  color: #5a5a5a;
  font-size: 14px;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic', sans-serif;
  line-height: 1.4;
}
html,
body {
  height: 100%;
}
a {
  color: #17a4ca;
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
  color: color-link-hover;
}
#wrapper {
  min-height: 100%;
  height: auto;
  position: relative;
  padding: 0 250px 153px 0;
}
#bg {
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 30%, rgba(0,0,1,0.3) 100%);
  position: absolute;
  z-index: 0;
}
p {
  font-size: 1.4rem;
  margin-bottom: 15px;
}
a,
input {
  transition: all 0.3s linear;
}
a:hover,
a.btn:hover,
input:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.inner {
  width: 100%;
  padding: 0 15px;
}
.narrow__inner {
  max-width: 1024px;
  margin: 0 auto;
  width: 90%;
}
.width-15per {
  width: 15%;
}
.width-20per {
  width: 20%;
}
.width-30per {
  width: 30%;
}
.width-32per {
  width: 32%;
}
.width-35per {
  width: 35%;
}
.width-40per {
  width: 40%;
}
.width-45per {
  width: 45%;
}
.width-48per {
  width: 48%;
}
.width-50per {
  width: 50%;
}
.width-55per {
  width: 55%;
}
.width-60per {
  width: 60%;
}
.width-70per {
  width: 70%;
}
.width-80per {
  width: 80%;
}
.column-3 {
  width: 33.333333333333336%;
}
.float {
  float: left;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-start {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.inline-block {
  display: inline-block;
}
.table {
  display: table;
  text-align: center;
  width: 100%;
}
.table >div {
  display: table-cell;
  vertical-align: middle;
}
.ib li {
  display: inline-block;
  margin-right: 15px;
}
.ib div {
  display: inline-block;
  margin-right: 15px;
}
i {
  margin-right: 3px;
}
.leftBox {
  float: left;
}
.rightBox {
  float: right;
}
.red {
  color: #b20202;
}
@media screen and (max-width: 950px) {
  #wrapper {
    padding: 0 0 153px 0;
  }
}
@media screen and (max-width: 767px) {
  #wrapper {
    padding: 0 0 212px 0;
  }
  .rightBox,
  .leftBox {
    width: 100% !important;
    float: initial;
  }
  .col2_sp {
    display: initial;
    font-size: 0;
  }
  .width-50per_sp {
    width: 48% !important;
    margin-right: 4%;
    margin-bottom: 15px;
    display: inline-block;
  }
  .width-50per_sp:nth-child(2n) {
    margin-right: 0;
  }
  .width-50per_sp img {
    width: 100%;
  }
  .width-100per_sp {
    width: 100% !important;
    display: block;
  }
}
.ul--pc {
  display: block;
}
.ul--sp {
  display: none;
}
.slicknav_menu {
  display: none;
}
#container {
  width: 100%;
}
.sidebar {
  width: 250px;
  position: fixed;
  color: #fff /* 好みに応じて調節してください */;
  background: #aaa;
  z-index: 10;
}
#sideWrap {
  width: 250px;
  background: #4d4d4d;
  min-height: 100%;
  height: 100%;
  padding: 8px 15px 8px;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  float: right;
}
#sideWrap .social {
  display: none;
}
.sidebar.right {
  top: 0;
  right: 0;
  bottom: 0;
  width: 250px;
}
#btn-menu,
.socialWrap {
  display: none;
}
main {
  width: 100%;
  padding-bottom: 50px;
}
@media screen and (max-width: 950px) {
  .sidebar {
    z-index: 10;
    right: -300px;
  }
  #sideWrap {
    width: 100%;
    float: initial;
    position: static;
  }
  .sidebar,
  #btn-menu,
  .sidebar.right {
    display: block;
  }
  #btn-menu {
    position: absolute;
    right: 250px;
  }
  main,
  aside {
    width: 100%;
    padding-right: 0;
  }
  #bg:after {
    position: fixed;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
  .header__nav {
    display: none;
  }
  .ul--pc {
    display: none;
  }
  .ul--sp {
    display: block;
  }
  .inner,
  .narrow__inner {
    width: 95%;
  }
  #sideWrap .social {
    display: table;
  }
}
#page #mainVisual {
  position: relative;
  height: 175px;
}
#page #mainVisual:after {
  content: "";
  top: 0;
  left: 0;
  background: url("img/common/bg_forest1.jpg") no-repeat, #282828;
  width: 100%;
  display: block;
  z-index: -1;
  position: fixed;
  height: 350px;
  background-size: cover;
  background-position: -250px;
}
@media screen and (max-width: 950px) {
  #page #mainVisual:after {
    background-position: 50% 0;
  }
}
section:not(.notab) {
  position: relative;
  z-index: 1;
}
section:not(.notab) h2.tab {
  position: absolute;
  top: -35px;
  height: 36px;
}
.bg_cross {
  z-index: 2;
  border-top: 1px solid #e9d8b2;
}
.bg_cross:before {
  position: absolute;
  content: "";
  background: url("img/common/bg_cross.png");
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.bg_cross:after {
  position: absolute;
  content: "";
  background: linear-gradient(-180deg, #cabc9b, rgba(202,188,155,0.1));
  width: 100%;
  height: 100%;
  z-index: -2;
  top: 0;
  left: 0;
}
.bg_emb {
  color: #fff;
  z-index: 2;
  border-top: 1px solid #4d4d4d;
}
.bg_emb:before {
  position: absolute;
  content: "";
  background: url("img/common/bg_paper.png");
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background-position: 0% 0%;
}
.bg_emb:after {
  position: absolute;
  content: "";
  background: linear-gradient(-180deg, #333, rgba(51,51,51,0.9) 50%, rgba(51,51,51,0.1));
  width: 100%;
  height: 100%;
  z-index: -2;
  top: 0;
  left: 0;
}
.subPage .bg_emb:before {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.subPage #mainVisual {
  height: 350px;
  color: #fff;
}
.subPage .content:first-of-type {
  padding-top: 15px;
}
.subPage main {
  display: inline-block;
  position: relative;
  z-index: 1;
  min-height: 700px;
}
@media screen and (max-width: 767px) {
  .subPage #mainVisual {
    height: 300px;
  }
}
.bg_black {
  position: relative;
  z-index: 2;
  color: #fff;
}
.bg_black:after {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.tab {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 3px 3px 0 0;
  font-size: 1.8rem;
  font-weight: bold;
  display: table;
  position: absolute;
  top: 1px;
  z-index: 3 !important;
}
.tab_cross {
  position: relative;
  z-index: 2;
  border: 1px solid #e9d8b2;
  border-radius: 2px;
  color: #3b2f28;
}
.tab_cross:before {
  position: absolute;
  content: "";
  background: url("img/common/bg_cross.png");
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.tab_cross:after {
  position: absolute;
  content: "";
  background: #cabc9b;
  width: 100%;
  height: 100%;
  z-index: -2;
  top: 0;
  left: 0;
}
.tab_emb {
  position: relative;
  color: #fff;
  z-index: 2;
  border: 1px solid #4d4d4d;
  border-radius: 2px;
}
.tab_emb:before {
  position: absolute;
  content: "";
  background: url("img/common/bg_paper.png");
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background-position: 30px 37px;
}
.tab_emb:after {
  position: absolute;
  content: "";
  background: #333;
  width: 100%;
  height: 100%;
  z-index: -2;
  top: 0;
  left: 0;
}
.tab_black {
  border: 1px solid #4d4d4d;
  border-radius: 2px;
  background: url("img/common/bg_paper.png");
  color: #fff;
}
@media screen and (max-width: 767px) {
  section:not(.notab) .content {
    padding: 15px 0 20px 0;
  }
  section#prmovie .content {
    padding: 15px 0;
  }
}
body.en {
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  letter-spacing: 0.1em;
}
.capImg_parts {
  color: #3b2f28;
  border-radius: 2px;
}
.capImg-style1 .capImg_parts {
  border: 1px solid #e9d8b2;
  box-shadow: 1px 1.732px 7px 0px rgba(0,0,0,0.2);
  margin-bottom: 20px;
}
.capImg-style1 .capImg_parts .img_caption {
  color: #3b2f28;
  text-shadow: 0px 0px 5px #c6b897, 0px 0px 5px #cabc9b, 0px 0px 5px #cabc9b, 0px 0px 5px #cabc9b;
  text-align: left;
  padding: 5px;
  font-size: 1.4rem;
}
.capImg-style1 .capImg_parts .img_caption a {
  color: inherit;
  border-bottom: solid 1px;
}
.capImg-simple .capImg_parts {
  margin-bottom: 15px;
}
.capImg-simple img {
  border: 1px solid #e9d8b2;
  box-shadow: 1px 1.732px 7px 0px rgba(0,0,0,0.2);
  width: 100%;
}
.capImg-simple .img_caption {
  color: #3b2f28;
  text-shadow: 0px 0px 5px #c6b897, 0px 0px 5px #cabc9b, 0px 0px 5px #cabc9b, 0px 0px 5px #cabc9b;
  text-align: left;
  padding: 5px;
  font-size: 1.4rem;
}
.capImg-simple .img_caption a {
  color: inherit;
  border-bottom: solid 1px;
}
@media screen and (max-width: 767px) {
  .capImg-style1,
  .capImg-simple {
    display: block;
  }
  .capImg-style1 img,
  .capImg-simple img {
    width: 100%;
  }
  .capImg_parts {
    width: 100%;
  }
}
.small {
  font-size: 1.2rem;
}
.bold {
  font-weight: bold;
}
.middle {
  font-size: 1.4rem;
}
.attention p {
  margin-bottom: 5px;
}
.attention i {
  color: #ab1a0b;
}
.attention .copy {
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.1);
  border-radius: 2px;
  padding: 10px;
}
blockquote {
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.1);
  border-radius: 2px;
  padding: 10px;
  margin: 20px 0;
}
.note {
  color: #aaa;
  font-size: small;
}
strong,
b {
  font-weight: bold;
}
.catch {
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.catch span.big {
  font-size: 3rem;
  font-weight: bold;
  font-family: 'Roboto', Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic', sans-serif;
}
.catch span.middle {
  font-size: 1.8rem;
  font-weight: bold;
}
.white-shadow {
  color: #3b2f28;
  text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;
}
.dark-shadow {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.1), 0px 0px 5px rgba(0,0,0,0.1), 0px 0px 5px rgba(0,0,0,0.1);
}
@media screen and (max-width: 767px) {
  .catch span.big {
    font-size: 1.6rem;
  }
  .catch span.middle {
    font-size: 1.4rem;
  }
}
.btn {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  background: #ab1a0b;
}
.btn__showDetail {
  font-size: 1.4rem;
}
main .btn__showDetail {
  width: 25%;
  padding: 10px 0;
}
.btn__confirm {
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 1.4rem;
  box-shadow: 0 5px 0 0 #6a1309;
}
#btn-menu {
  font-size: 3.2rem;
  line-height: 0;
}
#btn-menu .btn {
  background: #4d4d4d;
  border-radius: 0;
  line-height: 0;
  width: 50px;
  height: 50px;
}
#btn-menu .btn:hover {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
#btn-menu i {
  margin-right: 0;
  margin-top: 2px;
}
#btn-menu p {
  font-size: 1rem;
  margin: 5px 0 5px 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  main .btn__showDetail {
    width: 100%;
    margin: 10px 0 20px 0;
  }
}
.accordion__menu {
  position: relative;
}
.accordion__menu span.arrow::after {
  content: "↑";
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.accordion__menu span.arrow:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.accordion__menu span.caret::after {
  content: "▼";
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.accordion__menu span.caret:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.close {
  position: relative;
}
.close span.arrow::after {
  content: "→";
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.close span.arrow:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.close span.caret::after {
  content: "▲";
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.close span.caret:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
label + .accordion__menu {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.accordionBox {
  display: none;
}
.accordion:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  cursor: pointer;
}
.accordion:after {
  content: "+";
  width: 20px;
  height: 20px;
  line-height: 1;
  background: #4d4d4d;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  padding: 1px;
  margin-left: 5px;
  color: #aaa;
  font-weight: normal;
  vertical-align: middle;
}
.accordionBtn_close:after {
  content: "-";
  width: 20px;
  height: 20px;
  line-height: 1;
  background: #4d4d4d;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  padding: 1px;
  margin-left: 5px;
  color: #aaa;
  font-weight: normal;
  vertical-align: middle;
}
input[type="text"],
input[type="textarea"],
input[type="email"],
input[type="tel"],
textarea,
input[type="submit"],
button {
  box-sizing: border-box;
}
input[type="text"],
input[type="textarea"],
input[type="email"],
input[type="tel"],
textarea {
  padding: 5px;
  border-radius: 3px;
  margin-right: 3px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
}
input[type="text"]:last-of-type,
input[type="textarea"]:last-of-type,
input[type="email"]:last-of-type,
input[type="tel"]:last-of-type,
textarea:last-of-type {
  margin-bottom: 0;
}
textarea {
  box-shadow: none;
}
input[type="submit"],
input[type="button"],
button {
  -webkit-appearance: none;
  border: none;
  width: 200px;
  padding: 10px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic', sans-serif;
}
input[type="button"]#back {
  background: #0b6fab;
  box-shadow: 0 3px 0 0 #0b527c;
}
input[type="submit"],
button {
  -webkit-appearance: none;
  border: none;
  background: #ab1a0b;
  box-shadow: 0 3px 0 0 #6d0a00;
}
input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
.wpcf7c-conf,
.wpcf7c-conf:hover {
  background-color: #faffbd !important;
  border: none !important;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
span.wpcf7-not-valid-tip {
  color: #ab1a0b;
  margin-top: 3px;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  background: #fff;
}
span.wpcf7-not-valid-tip {
  color: #ab1a0b !important;
}
input[type=checkbox],
input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 1.5px;
  cursor: pointer;
}
select {
  padding: 5px 10px;
  border-radius: 3px;
}
@media (min-width: 1px) {
  input[type=radio],
  input[type=checkbox] {
    margin: 0;
  }
  input[type=radio] + label,
  input[type=checkbox] + label {
    padding: 0 0 0 20px;
  }
  input[type=radio] + label::before,
  input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background-color: #fff;
  }
  input[type=radio] + label::before {
    border: 1px solid #d2d2d2;
    border-radius: 30px;
  }
  input[type=checkbox] + label::before {
    border: 1px solid #d2d2d2;
  }
  input[type=radio]:checked + label::after,
  input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    display: block;
  }
  input[type=radio]:checked + label::after {
    left: 3px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #0169b7;
    border-radius: 8px;
  }
  input[type=checkbox]:checked + label::after {
    left: 2px;
    width: 14px;
    height: 7px;
    margin-top: -6px;
    border-left: 2px solid #0169b7;
    border-bottom: 2px solid #0169b7;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.tab_cross ul.tab-ui {
  position: relative;
  list-style: none;
  margin: 5px 0 15px;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.tab_cross ul.tab-ui:before {
  z-index: 1;
}
.tab_cross ul.tab-ui:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #666;
  z-index: 1;
}
.tab_cross ul.tab-ui li {
  line-height: 180%;
  z-index: 0;
  position: relative;
  margin: 0;
  padding: 5px 15px;
  color: #666;
  border: 1px solid #333;
  background: #ececec;
  display: inline-block;
  border-radius: 3px 3px 0 0;
  margin-right: 5px;
  font-weight: bold;
  z-index: 2;
}
.tab_cross ul.tab-ui li:first-of-type {
  margin-left: 5px;
}
.tab_cross ul.tab-ui li.selected {
  color: #333;
  background: none;
  border-bottom: solid 1px #c6b897;
}
@media screen and (max-width: 767px) {
  ul.tab-ui li {
    font-size: 1.2rem;
    padding: 5px 5px;
    line-height: 120%;
  }
}
.breadArea {
  text-align: left;
  margin-top: 10px;
}
.breadArea li {
  display: inline-block;
  font-size: 1.2rem;
  margin-right: 5px;
}
body:not(.pc) #bg:after {
  z-index: -4;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  background-position: 50% 0;
  background-size: cover;
  position: fixed;
  z-index: -1;
}
.ie_9 .capImg_parts {
  float: left;
  margin-right: 9px;
}
.ie_9 .flex + p {
  clear: both;
}
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 270px;
  height: 30px;
  text-align: center;
  z-index: 9;
  color: #fff;
  border-radius: 3px;
  box-shadow: 1px 1.732px 7px 0px rgba(0,0,0,0.2);
  padding: 5px 12px;
  background: rgba(0,0,0,0.7);
  border: 1px solid rgba(255,255,255,0.3);
}
.pagetop span {
  display: table-cell;
  vertical-align: middle;
}
.pagetop a {
  color: #fff;
}
.pagetop i {
  display: table-cell;
  padding-right: 3px;
  vertical-align: middle;
}
header {
  position: fixed;
  width: 100%;
  padding-right: 250px;
  top: 0;
  z-index: 9;
}
header .catch {
  height: 51px;
  padding-top: 16px;
  margin-left: 15px;
  color: #fff;
}
header .header__info {
  margin-top: 10px;
}
header .header__info img {
  width: 125px;
}
ul#menu li {
  position: relative;
}
.menuList {
  text-align: left;
}
.menuList a {
  color: #fff;
}
.menuList .parent {
  margin-bottom: 25px;
}
.menuList .parent >.menu {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 8px 0 0;
  padding: 0 15px 4px 0;
  border-bottom: 1px dotted #fff;
  display: block;
  font-family: 'Roboto', Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic', sans-serif;
}
.menuList .parent >.menu i.fa-angle-right {
  position: absolute;
  right: 0;
  top: 3px;
}
.menuList .child .menu {
  position: relative;
  font-size: 1.4rem;
  margin: 4px 0 0;
}
.menuList .child .menu a {
  border-bottom: 1px dotted #fff;
  display: block;
  padding: 0 15px 4px 0;
}
.menuList .child .menu i {
  position: absolute;
  right: 0;
  top: 3px;
}
#sp-menu {
  display: none;
}
.social {
  display: table;
  margin-top: 10px;
}
.social li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.social a {
  color: #fff;
  font-size: 2.5rem;
}
.social a:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.social .logo_steam,
.social .line {
  width: 100px;
}
.social .logo_steam a,
.social .line a {
  font-size: 0;
}
.social .logo_steam img {
  width: 100px;
}
.social .line {
  display: none;
}
.social .lang {
  font-size: 1.2rem;
  border: 1px solid #fff;
  padding: 2px 10px;
  display: block;
  margin-left: 10px;
}
@media screen and (max-width: 950px) {
  header {
    padding-right: 50px;
  }
  .pagetop {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  ul#menu li {
    position: static !important;
  }
  ul#menu li li {
    width: 100%;
    line-height: 150% !important;
  }
  header div {
    background: none;
  }
  header div h1 {
    display: block;
    width: 100%;
    float: initial;
  }
  header div ul {
    display: block;
    width: 100%;
  }
  header div ul li {
    height: auto !important;
  }
  header .inner {
    width: 100%;
  }
  header ul a {
    font-size: 3.5rem;
  }
  .sideWrap .social {
    display: block;
  }
  .socialWrap {
    display: block;
    margin-bottom: 30px;
  }
  .social {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .social:not(.change-lang) {
    margin-top: 0;
  }
  .social .line {
    display: inline-block;
  }
  .social .logo_steam,
  .social .line {
    width: 100px;
    padding: 0 5px;
  }
  .social .lang {
    margin-left: 0;
  }
  .change-lang {
    width: 100%;
  }
  .change-lang li,
  .change-lang a {
    width: 100%;
  }
  .menuList {
    margin-bottom: 15px;
  }
  .menuList .parent {
    margin-bottom: 20px;
  }
  .header__info {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 10000;
  }
  .header__info h1 {
    width: auto;
    margin-bottom: 2px;
    padding-right: 65px;
    font-size: 1rem;
  }
  .header__info h1 img {
    max-width: 90px;
    width: 100%;
  }
  .header__info .catch {
    font-size: 1rem;
  }
  .header__info .catch a {
    color: #fff;
  }
}
footer {
  width: 100%;
  z-index: 3;
  background: #fff;
  margin-top: -5px;
  position: absolute;
  bottom: 0;
  padding-right: 250px;
}
footer img {
  margin: 15px 0 5px 0;
  width: 145px;
}
footer p {
  margin: 3px;
}
footer p.attention {
  font-size: 1.2rem;
}
footer .menu {
  background: #000;
  padding: 15px 0;
}
footer nav {
  text-align: center;
}
footer nav > ul {
  margin-bottom: 0;
}
footer nav > ul > li {
  display: inline-block;
  padding-right: 15px;
}
@media screen and (max-width: 950px) {
  footer {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  footer {
    height: auto;
  }
  footer nav ul {
    display: block;
    width: 100%;
  }
  footer nav ul li {
    width: 100%;
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }
  footer small {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 1rem;
  }
}
table .article_tableDate {
  font-weight: bold;
  color: #0169b7;
  margin-right: 3px;
}
table .big {
  font-size: 1.8rem;
}
table.normal {
  width: 100%;
  text-align: left;
  margin: 10px 10px 10px 0;
}
table.normal caption {
  font-weight: bold;
  text-align: left;
  margin-bottom: 7px;
}
table.normal tr {
  display: block;
  padding: 5px;
  border-bottom: 1px solid #d2d2d2;
}
table.normal tr:first-of-type {
  border-top: 1px solid #d2d2d2;
}
table.normal th,
table.normal td {
  font-size: 1.2rem;
}
table.normal th {
  width: 150px;
  font-weight: bold;
}
table.article__table {
  width: 75%;
  font-size: 1.2rem;
  text-align: left;
}
table.article__table .averagePrice {
  width: 90px;
}
table.article__table .ecPrice {
  width: 70px;
}
table.article__table .power {
  width: 110px;
}
table.article__table .yield {
  width: 70px;
}
table.article__table .sellPrice {
  width: 110px;
}
table.article__table .article__tableTd {
  padding: 2px 0px;
}
table.datail__table {
  font-size: 1.2rem;
  text-align: left;
}
table.datail__table tr {
  padding: 5px 0;
  display: block;
  text-align: left;
}
table.datail__table th {
  width: 95px;
}
table .dateAttention {
  display: block;
}
table {
  font-size: 12px;
  border: 1px solid #d2d2d2;
  font-family: 'ヒラギノ角ゴ Pro', Arial, Helvetica, sans-serif;
  width: 480px;
  box-sizing: border-box;
}
table tr:nth-child(2n) {
  background: #f5f5f5;
}
table tr.total {
  border-bottom: 1px solid #d2d2d2;
  font-size: 1.4rem;
}
table td {
  margin: 3px;
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  padding: 5px 10px;
  text-align: right;
}
table td.year {
  text-align: center;
  font-weight: bold;
}
table td.rowspan {
  background: #fff;
}
table td.month {
  font-weight: bold;
  text-align: center;
}
table th {
  background-color: #d2d2d2;
  font-weight: bold;
  padding: 3px 10px;
  box-sizing: border-box;
  border-right: 1px solid #fff;
}
table th:last-of-type {
  border-right: none;
}
table th.th {
  width: 150px;
  vertical-align: middle;
}
.responsive_table {
  width: 100%;
  overflow: auto;
}
.responsive_table table {
  width: auto;
}
.responsive_table table tr:nth-child(n+2) {
  border-bottom: 1px solid #fff;
}
.responsive_table table tr:nth-child(2n) {
  background: none;
}
.responsive_table table tr th {
  background: #aaa;
  color: #333;
}
.responsive_table table tr td {
  text-align: left;
  border-right: 1px dotted #d2d2d2;
  border-left: 1px dotted #d2d2d2;
  vertical-align: middle;
}


@media screen and (max-width: 767px) {
  table.gray {
    width: 100%;
  }
  table.gray th {
    font-size: 1rem;
  }
  table.gray td:not(.year) {
    vertical-align: middle;
  }
  table.gray br {
    display: none;
  }
  table.article__table {
    width: 100%;
  }
  table.article__table th {
    white-space: nowrap;
  }
  table.article__table th,
  table.article__table td {
    padding: 5px !important;
    display: block;
  }
  table.article__table thead {
    float: left;
  }
  table.article__table thead tr {
    display: block;
  }
  table.article__table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table .big {
    font-size: 1.2rem;
  }
}
.newsBlcok time {
  font-size: 1.2rem;
  display: table-cell;
  width: 80px;
}
.newsBlcok .newsContent {
  display: table-cell;
  padding-left: 10px;
}
.paging {
  width: 55%;
  text-align: right;
}
.paging span {
  border: 1px solid #d2d2d2;
  padding: 3px 10px;
  font-size: 1.2rem;
}
.paging span.current {
  border: none;
}
.paging .disabled {
  color: #5a5a5a;
  border: none;
}
.pageNavi {
  padding: 20px 0;
}
.pageNavi a {
  font-size: 1.4rem;
}
.pageNavi ul {
  margin-bottom: 0;
}
.kitBox {
  margin-top: 30px;
}
.kitBox >.capImg_parts {
  padding: 15px;
}
.kitBox h3 {
  font-size: 1.8rem;
}
.guideParts {
  background: #e9e9e9;
  color: #4d4d4d;
  margin-bottom: 30px;
  padding: 20px 15px;
  height: 200px;
  overflow-y: scroll;
  border-radius: 3px;
}
.guideParts p {
  color: #4d4d4d !important;
  color: #4d4d4d !important;
}
.guideParts h3 {
  font-size: 1.8rem;
  font-weight: normal;
}
.guideParts h4 {
  font-size: 1.4rem;
  margin-top: 30px;
}
ul {
  margin-bottom: 15px;
  line-height: 1.7;
}
ul.li-ol {
  list-style: decimal;
  padding-left: 17px;
}
ul.li-ul {
  list-style: disc;
  padding-left: 17px;
}
ul.li-none {
  list-style: none;
}
ol {
  margin-bottom: 15px;
  line-height: 1.7;
}
ol.li-ol {
  list-style: decimal;
  padding-left: 17px;
}
li {
  margin: 10px 0;
}
dl {
  margin-top: 15px;
}
dt {
  margin: 5px 0;
  font-size: 1.3rem;
  display: inline-block;
  padding: 0px 3px;
  line-height: 140%;
  border: solid 1px #999;
}
dd {
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.attention .copy {
  padding-left: 30px;
}
.new {
  display: inline-block;
  background: #d40000;
  padding: 2px 5px;
  font-size: 1rem;
  vertical-align: middle;
  letter-spacing: 1px;
  color: #fff;
}
.tag {
  background: #3b2f28;
  color: #fff;
  border: 1px solid #333;
  display: inline-block;
  padding: 1px 10px;
  font-size: 1.1rem;
  text-shadow: none;
}
.title {
  margin: 0;
}
.youtube {
  width: 560px;
  height: auto;
  line-height: 0;
}
.youtube iframe {
  width: 100%;
}
.youtube2 {
  position: relative;
  width: 100%;
  height: 100%;
}
.youtube2 iframe {
  width: 100% !important;
  height: auto;
}
@media screen and (max-width: 767px) {
  .youtube {
    width: 100%;
  }
}
.subPage article main .rss-item {
  margin-bottom: 10px;
  padding: 10px;
  border: solid 1px #666;
}
.subPage article main .rss-item ul {
  list-style: initial;
  margin-left: 20px;
  margin-bottom: 5px;
}
.subPage article main .rss-item ul li {
  margin: 3px 0;
}
.subPage article main .rss-item .info {
  padding: 0;
  margin: 0;
}
.subPage article main .rss-item .description {
  margin-top: 10px;
  padding: 10px 0 0;
  border-top: solid 1px #666;
}
.more-next {
  text-align: center;
}
.more-next span {
  background: #ab1a0b;
  box-shadow: 0 3px 0 0 #6d0a00;
  -webkit-appearance: none;
  border: none;
  width: 200px;
  padding: 10px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
}
.movie_thumb:after {
  content: "";
  display: block;
  background: url("img/common/play.png");
  z-index: 1000;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
#mainVisual {
  position: relative;
}
#mainVisual:after {
  content: "";
  top: 0;
  left: 0;
  background: url("img/common/bg_forest1.jpg") no-repeat, #282828;
  width: 100%;
  display: block;
  z-index: -1;
  position: fixed;
  height: 350px;
  background-size: cover;
  background-position: -250px;
}
#index main {
  padding-bottom: 0;
}
#index .content {
  padding: 20px 0;
}
#index #bg {
  position: fixed;
}
#index #tubular-container {
  z-index: -3 !important;
  opacity: 1 !important;
  -ms-filter: none !important;
  -webkit-filter: none !important;
          filter: none !important;
}
#index #tubular-shield {
  background-repeat: repeat;
  position: fixed !important;
  min-height: 100%;
  height: 100%;
  width: 100%;
  z-index: -3 !important;
}
#index #mainVisual {
  text-align: center;
  padding: 70px 0 0;
  margin-bottom: 20px;
}
#index #mainVisual:after {
  display: none;
}
#index #mainVisual .catch {
  font-size: 1.4rem;
  margin: 25px 0;
}
#index #mainVisual .catch span.middle {
  font-size: 2.5rem;
}
#index #mainVisual .catch span.small {
  font-size: 1.8rem;
}
#index #mainVisual .rubi {
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 10px;
  color: #fff;
}
#index #mainVisual .more {
  margin-bottom: 0;
}
#index #mainVisual .angle-down {
  font-size: 5rem;
  display: block;
}
#index #mainVisual #count-down {
  background: rgba(0,0,0,0.5);
  padding: 8px 45px;
  text-align: center;
  border: solid 1px rgba(255,255,255,0.5);
  border-radius: 100px;
  margin-top: 0px;
  display: inline-block;
}
#index #mainVisual #count-down #trial_pr {
  display: inline-block;
  margin: 8px 0;
}
#index #mainVisual #count-down #trial_pr a {
  font-weight: bold;
  padding: 0;
  border-bottom: 1px solid #fff;
  font-size: 1.7rem;
  color: #fff;
  text-shadow: 0 0 15px #3264ff, 0 0 15px #3264ff;
}
#index #news .capImg {
  max-width: 700px;
  margin: 0 auto;
}
#index #news .capImg .capImg_parts div {
  margin-top: 5px;
  font-size: 12px;
}
#index #news .capImg .capImg_parts div .date {
  color: #fff;
  font-weight: bold;
  margin-right: 5px;
}
#index #news .capImg .capImg_parts div .new {
  color: #fff;
  padding: 1px 5px;
}
#index #news .capImg .capImg_parts div .title {
  color: #fff;
}
#index #news .capImg-simple ul {
  margin-bottom: 20px;
  padding: 0;
}
#index #news .capImg-simple ul .capImg_parts {
  padding: 0;
  margin: 0;
  width: 32%;
}
#index #news .capImg-simple ul .capImg_parts a {
  margin: 0;
}
#index #news .capImg-simple ul img {
  border: 1px solid rgba(255,255,255,0.2);
}
#index #news ul {
  color: #d2d2d2;
}
#index #news ul li {
  margin: 5px 0;
}
#index #news ul li a {
  margin: 0 3px;
}
#index #material .mainImg {
  width: 44%;
  margin-left: -65px;
}
#index #material .capArea {
  width: 62%;
  min-width: 62%;
  margin-top: 55px;
}
#index #prmovie .leftBox:nth-child(3n+1),
#index #prmovie .leftBox:nth-child(3n+2) {
  margin-right: 2%;
}
#index #comingsoon .comingsoon {
  width: 571px;
  height: auto;
}
#index .logo {
  width: 599px;
  height: auto;
}
@media screen and (max-height: 700px) {
  #index #mainVisual {
    padding-top: 55px;
    zoom: 0.85;
  }
}
@media screen and (max-width: 767px) {
  #index #mainVisual {
    padding: 60px 0 30px 0;
  }
  #index #mainVisual .capImg {
    width: 100%;
  }
  #index #mainVisual .main {
    margin-bottom: 0;
  }
  #index #mainVisual .catch span.middle {
    font-size: 1.8rem;
  }
  #index #mainVisual .catch span.small {
    font-size: 1.5rem;
  }
  #index #mainVisual .angle-down {
    font-size: 3rem;
  }
  #index #news .capImg-simple ul {
    margin-bottom: 10px;
  }
  #index #news .capImg-simple ul .capImg_parts a {
    margin: 0;
  }
  #index #material .mainImg {
    margin-left: -15px;
    text-align: center;
    display: none;
  }
  #index #material .capArea {
    margin-top: 0;
  }
  #index #material .capImg_parts {
    width: 100%;
  }
  #index #material .capImg_parts:nth-child(2n) {
    margin-left: 0;
  }
  #index #maps .capImg_parts {
    width: 100%;
  }
  #index #maps .mainImg {
    padding-right: 0;
  }
  #index #maps .capArea .capImg_parts:nth-child(2n) {
    margin-left: 0;
  }
  #index #maps .catch {
    text-align: left;
  }
  #index #nocoding .capImg_parts {
    width: 100%;
  }
  #index #nocoding .capImg_parts:not(:first-of-type) {
    margin-left: 0;
  }
  #index #nocoding .capImg_parts img {
    width: 100%;
  }
  #index #nocoding .catch {
    text-align: left;
  }
}
body.subPage main article {
  margin: 10px 0;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #eee;
}
body.subPage main article section {
  margin-bottom: 30px;
}
body.subPage main article h2 {
  font-size: 2.3rem;
  font-family: 'Roboto', Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic', sans-serif;
  margin-bottom: 20px;
}
body.subPage main article h2 span.middle {
  font-size: 1.8rem;
}
body.subPage main article h3,
body.subPage main article font-size 1.8rem {
  padding: 5px 0;
}
body.subPage main article h4 {
  font-size: 1.6rem;
  margin: 25px 0 10px 0;
}
body.subPage main article .capImg_parts a img {
  max-width: 100%;
}
body.subPage main article .map3d-tikei img {
  height: 400px;
  width: auto;
}
@media screen and (max-width: 950px) {
  body.subPage main article img,
  body.subPage main .map3d-tikei img {
    height: auto;
  }
}
#column #mainVisual {
  position: relative;
}
#column #mainVisual:after {
  content: "";
  top: 0;
  left: 0;
  background: url("img/common/bg_dungeon1.jpg") no-repeat, #282828;
  width: 100%;
  display: block;
  z-index: -1;
  position: fixed;
  height: 500px;
  background-size: cover;
  background-position: -250px;
}
@media screen and (max-width: 950px) {
  #column #mainVisual:after {
    background-position: 50% 0;
  }
}
#technical #mainVisual {
  position: relative;
}
#technical #mainVisual:after {
  content: "";
  top: 0;
  left: 0;
  background: url("img/common/bg_dungeon2.jpg") no-repeat, #282828;
  width: 100%;
  display: block;
  z-index: -1;
  position: fixed;
  height: 350px;
  background-size: cover;
  background-position: -250px;
}
@media screen and (max-width: 950px) {
  #technical #mainVisual:after {
    background-position: 50% 0;
  }
}
#download #mainVisual {
  position: relative;
}
#download #mainVisual:after {
  content: "";
  top: 0;
  left: 0;
  background: url("img/common/bg_forest1.jpg") no-repeat, #282828;
  width: 100%;
  display: block;
  z-index: -1;
  position: fixed;
  height: 350px;
  background-size: cover;
  background-position: -250px;
}
@media screen and (max-width: 950px) {
  #download #mainVisual:after {
    background-position: 50% 0;
  }
}
#contact #mainVisual {
  position: relative;
}
#contact #mainVisual:after {
  content: "";
  top: 0;
  left: 0;
  background: url("img/common/bg_forest1.jpg") no-repeat, #282828;
  width: 100%;
  display: block;
  z-index: -1;
  position: fixed;
  height: 350px;
  background-size: cover;
  background-position: -250px;
}
#contact .contactFormWrap {
  margin: 40px 0;
  padding: 20px;
}
#contact .acceptance .wpcf7-form-control-wrap {
  display: inline !important;
}
#contact .wpcf7-form-control-wrap:not(.acceptance-505) {
  display: block;
  margin-top: 5px;
}
#contact textarea {
  width: 500px;
}
#contact .label {
  font-size: 1.6rem;
}
#contact .acceptance {
  font-size: 1.4rem;
}
#contact .acceptance input {
  margin-right: 5px;
}
#contact input#back {
  margin-right: 15px;
}
@media screen and (max-width: 950px) {
  #contact textarea {
    width: 100%;
  }
  #contact #mainVisual:after {
    background-position: 50% 0;
  }
}
#support #mainVisual {
  position: relative;
}
#support #mainVisual:after {
  content: "";
  top: 0;
  left: 0;
  background: url("img/common/bg_forest1.jpg") no-repeat, #282828;
  width: 100%;
  display: block;
  z-index: -1;
  position: fixed;
  height: 350px;
  background-size: cover;
  background-position: -250px;
}
#support .faqlink {
  margin-bottom: 30px;
}
#support .faqlink li {
  margin: 0;
}
#support .faqlink li a {
  font-size: 1.4rem;
}
#support .qa_list {
  border-bottom: 1px dotted #4d4d4d;
  position: relative;
}
#support .qa_list h4 {
  font-size: 1.4rem;
  padding-left: 40px;
  margin: 10px 0;
}
#support .qa_list h4:before {
  content: "Q";
  width: 30px;
  height: 30px;
  background: #aaa;
  padding: 3px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: -3px;
}
#support .qa_list .qa_text {
  display: table-cell;
  padding: 0 0 0 10px;
}
#support h3:not(:first-of-type) {
  margin-top: 50px;
}
@media screen and (max-width: 950px) {
  #support #mainVisual:after {
    background-position: 50% 0;
  }
}
#purshase #mainVisual {
  position: relative;
}
#purshase #mainVisual:after {
  content: "";
  top: 0;
  left: 0;
  background: url("img/common/bg_forest1.jpg") no-repeat, #282828;
  width: 100%;
  display: block;
  z-index: -1;
  position: fixed;
  height: 350px;
  background-size: cover;
  background-position: -250px;
}
#purshase #retailer .attention {
  margin-top: 15px;
}
#purshase #steam .capImg_parts {
  padding: 10px;
  margin-bottom: 40px;
}
#purshase #steam h3 {
  font-size: 1.6rem;
  border-bottom: 1px dotted #3b2f28;
}
#purshase #steam h3 span {
  border: 2px solid #3b2f28;
  display: inline-block;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  font-weight: bold;
}
@media screen and (max-width: 950px) {
  #purshase #mainVisual:after {
    background-position: 50% 0;
  }
}
#movie .content {
  padding: 0;
}
#movie .youtube {
  width: 100% !important;
}
#movie .leftBox {
  margin-right: 2%;
}
#movie .leftBox:nth-of-type(3n) {
  margin-right: 0;
}
#movie .capImg_parts img {
  width: 100%;
}
#movie .tag {
  margin-right: 3px;
}
#movie #mainVisual {
  position: relative;
  height: 175px;
}
#movie #mainVisual:after {
  content: "";
  top: 0;
  left: 0;
  background: url("img/common/bg_forest1.jpg") no-repeat, #282828;
  width: 100%;
  display: block;
  z-index: -1;
  position: fixed;
  height: 350px;
  background-size: cover;
  background-position: -250px;
}
@media screen and (max-width: 950px) {
  #movie #mainVisual:after {
    background-position: 50% 0;
  }
}
#update #mainVisual {
  position: relative;
  height: 175px;
}
#update #mainVisual:after {
  content: "";
  top: 0;
  left: 0;
  background: url("img/common/bg_forest1.jpg") no-repeat, #282828;
  width: 100%;
  display: block;
  z-index: -1;
  position: fixed;
  height: 350px;
  background-size: cover;
  background-position: -250px;
}
@media screen and (max-width: 950px) {
  #update #mainVisual:after {
    background-position: 50% 0;
  }
}
html#en {
  font-family: 'Roboto', Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic', sans-serif;
}
html#en .catch span.big {
  font-weight: normal;
  font-family: 'Russo One', sans-serif;
}
html#en #index #mainVisual .catch span.small {
  font-weight: normal;
}
#pcard #mainVisual {
  position: relative;
}
#pcard #mainVisual:after {
  content: "";
  top: 0;
  left: 0;
  background: url("img/common/bg_forest1.jpg") no-repeat, #282828;
  width: 100%;
  display: block;
  z-index: -1;
  position: fixed;
  height: 350px;
  background-size: cover;
  background-position: -250px;
}
#pcard #retailer .attention {
  margin-top: 15px;
}
#pcard #steam .capImg_parts {
  padding: 10px;
  margin-bottom: 40px;
}
#pcard #steam h3 {
  font-size: 1.6rem;
  border-bottom: 1px dotted #3b2f28;
}
#pcard #steam h3 span {
  border: 2px solid #3b2f28;
  display: inline-block;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  font-weight: bold;
}
#special {
  display: inline-block;
  margin: 8px 0;
}
#special a {
  font-weight: bold;
  padding: 0;
  border-bottom: 1px solid #fff;
  font-size: 1.7rem;
  color: #fff;
  text-shadow: 0 0 15px #58FA58, 0 0 15px #58FA58;
}
.game {font-size: 1.6rem;padding-top:0.5em;
}

.caption {font-size:1.5rem;
border-bottom: 1px dotted #fff;
padding: 5px 0;
}

.charaimg {float:left; margin:10px;
padding-right:1em;
}

.chara {
font-size:1.5rem;margin-bottom:auto;
}
#index #mainVisual #count-down #special {
  display: inline-block;
  margin: 8px 0;
}
#index #mainVisual #count-down #special a {
  font-weight: bold;
  padding: 0;
  border-bottom: 1px solid #fff;
  font-size: 1.7rem;
  color: #fff;
  text-shadow: 0 0 15px #58FA58, 0 0 15px #58FA58;
}

.lp { padding-top:6em;font-weight: bold;font-size: 2.1rem;width:80%;margin-right:auto;margin-left:auto; }
@media screen and (max-width: 767px) {
.lp { padding-top:0em;font-size:1.5rem; }
}

.lp2 a{ font-size:1.9rem;font-weight:bold; }
@media screen and (max-width: 767px) {
.lp2 a { font-size:1.6rem; }
}

.lp_img { height: 0;
z-index: 1;
    padding-top: 26.84%;
    background: url('img/common/sgb_image.png'); 0 0 no-repeat;
    background-size: contain;position: relative;}

.lp_img2 { height: 0;
z-index: 1;
    padding-top: 33.33%;
    background: url('img/common/sgb_image2.png'); 0 0 no-repeat;
    background-size: contain;position: relative;}

.lp_img_e, .lp_img3 { height: 0;
z-index: 1;
    padding-top: 33.33%;
    background: url('img/common/sgb_image_e.png');
    background-size: contain;position: relative;}

.lp_img2_e, .lp_img4 { height: 0;
z-index: 1;
    padding-top: 33.33%;
    background: url('img/common/sgb_image2_e.png'); 0 0 no-repeat;
    background-size: contain;position: relative;}

.lp_cap { font-size:4rem;font-weight:bold;color:white;
text-shadow: 2px  2px 5px black,
            -2px  2px 5px black,
             2px -2px 5px black,
            -2px -2px 5px black;
}
@media screen and (max-width: 767px) {
.lp_cap {  font-size:2rem;font-weight:bold;color:white;
text-shadow: 2px  2px 5px black,
            -2px  2px 5px black,
             2px -2px 5px black,
            -2px -2px 5px black; }
}



.lpimg {  -webkit-transition: all 0.5s;
	transition: all 0.5s;}
.lpimg:hover { -webkit-transform: scale(1.2);
	transform: scale(1.2); }



.lp_btn { margin-left:auto;padding-right:1em; }
@media screen and (max-width: 767px) {
.lp_btn{ margin-left:auto;margin-right:auto;padding-top:1em; }
}

.lp_box { margin-right:10px;margin-left:40px; }
@media screen and (max-width: 767px) {
.lp_box{ margin-right:auto;margin-left:auto; }
}

.lp_cap { padding-right:5px; }
@media screen and (max-width: 767px) {
.lp_cap { padding-right:0px; }
}


.lp_movie { position: relative;height: 0;padding: 30px 0 56.25%;
overflow: hidden; }
@media screen and (max-width: 767px) {
.lp_movie { position: relative;height: 0;padding: 30px 0 56.25%;
overflow: hidden; }
}
.lp_movie iframe { position: absolute;top: 0;left: 0;width: 100%;
height: 100%; }

.lp_movie_p { padding-top:10px;margin-bottom:7em;font-size: 1.6rem; }
@media screen and (max-width: 767px) {
.lp_movie_p { margin-bottom:1em;font-size:1.3rem; }
}

.lp_logo_img {  }
@media screen and (max-width: 767px) {
.lp_logo_img { width:70px; }
}

.lp_youtube { width:375px;height:250px;border-radius: 0.3em;
box-shadow: 3px 1.732px 7px 0px rgba(0,0,0,0.2); }
@media screen and (max-width: 767px) {
.lp_youtube { width:300px;height:200px;border-radius: 0.3em;
box-shadow: 3px 1.732px 7px 0px rgba(0,0,0,0.2); }
}

.lp_shadow { background: rgba(0,0,0,0.5);
padding: 8px 45px;
text-align: center;
border: solid 1px rgba(255,255,255,0.5);
border-radius: 2em;
margin-top: 0px;
display: inline-block; }

.lp_store { width:50%;
position: absolute;
right: 0%;
left: 30%;
bottom: 20px; }
@media screen and (max-width: 1010px) {
.lp_store{ width:45%;
position: absolute;
right: 0%;
left: 20%;
bottom: 20px; }
}
@media screen and (max-width: 800px) {
.lp_store{ width:35%;
position: absolute;
right: 0%;
left: 18%;
bottom: 20px; }
.lp_shadow p{ font-size:0.5rem; }
}
@media screen and (max-width: 767px) {
.lp_store{ width:30%;
position: absolute;
right: 0%;
left: 16%;
bottom: 20px; }
.lp_shadow p{ font-size:0.5rem; }
}

.lp_home { position:absolute;right:2%;
left:86%;top:20%; }
@media screen and (max-width: 767px) {
.lp_home{ 
position: absolute;
right: 2%;
left: 85%;top:1%;}
}

.lp_des { padding-top:2em;padding-bottom:3em;background: radial-gradient(#fff9d8, #fff5c7); }
@media screen and (max-width: 767px) {
.lp_des{ padding-top:0em;padding-bottom:1em;background: radial-gradient(#fff9d8, #fff5c7); }
}

.lp_des_img { width:250px;margin-left: auto; }
@media screen and (max-width: 767px) {
.lp_des_img { width:200px;margin-left:auto;margin-right:auto; }
}

.lp_chara { background-size: 100% 1em;
   background-repeat: repeat-x;font-size:1.8rem;

   background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253,205,160,0)), color-stop(0.5, rgba(240,189,189,0)), color-stop(0.6, rgba(240,189,189,1)), color-stop(0.98, rgba(240,189,189,1)), to(rgba(240,189,189,0)) );

   background-image: 
       -webkit-linear-gradient(top, rgba(253,205,160,0), rgba(253,205,160,0) 63%, rgba(255,255,255,0.6) 64%, rgba(255,255,255,0.6) 67%, rgba(253,205,160,0) 68%),
       -webkit-linear-gradient(top, rgba(253,205,160,0), rgba(253,205,160,0) 55%, rgba(255,255,255,0.5) 56%, rgba(255,255,255,0.5) 60%, rgba(253,205,160,0) 61%),
       -webkit-linear-gradient(271deg, rgba(253,205,160,0), rgba(240,189,189,0) 50%, rgba(240,189,189,0) 60%, rgba(253,205,160,1) 99%, rgba(253,205,160,0)),
       -webkit-linear-gradient(top, rgba(253,205,160,0), rgba(240,189,189,0) 50%, rgba(240,189,189,1) 60%, rgba(253,205,160,1) 99%, rgba(253,205,160,0));

   background-image:
       linear-gradient(to bottom, rgba(253,205,160,0), rgba(253,205,160,0) 63%, rgba(255,255,255,0.6) 64%, rgba(255,255,255,0.6) 67%, rgba(253,205,160,0) 68%),
       linear-gradient(to bottom, rgba(253,205,160,0), rgba(253,205,160,0) 55%, rgba(255,255,255,0.5) 56%, rgba(255,255,255,0.5) 60%, rgba(253,205,160,0) 61%),
       linear-gradient(179deg, rgba(253,205,160,0), rgba(240,189,189,0) 50%, rgba(240,189,189,1) 60%, rgba(240,189,189,1) 99%, rgba(253,205,160,0)),
       linear-gradient(to bottom, rgba(253,205,160,0), rgba(253,205,160,0) 50%, rgba(240,189,189,1) 60%, rgba(240,189,189,1) 99%, rgba(253,205,160,0));}

.lp_chara_blue { background-size: 100% 1em;
  background-repeat: repeat-x;font-size:1.8rem;

  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253,205,160,0)), color-stop(0.5, rgba(205,223,252,0)), color-stop(0.6, rgba(205,223,252,1)), color-stop(0.98, rgba(205,223,252,1)), to(rgba(205,223,252,0)) );

  background-image: 
      -webkit-linear-gradient(top, rgba(253,205,160,0), rgba(253,205,160,0) 63%, rgba(255,255,255,0.6) 64%, rgba(255,255,255,0.6) 67%, rgba(253,205,160,0) 68%),
      -webkit-linear-gradient(top, rgba(253,205,160,0), rgba(253,205,160,0) 55%, rgba(255,255,255,0.5) 56%, rgba(255,255,255,0.5) 60%, rgba(253,205,160,0) 61%),
      -webkit-linear-gradient(271deg, rgba(253,205,160,0), rgba(205,223,252,0) 50%, rgba(205,223,252,0) 60%, rgba(253,205,160,1) 99%, rgba(253,205,160,0)),
      -webkit-linear-gradient(top, rgba(253,205,160,0), rgba(205,223,252,0) 50%, rgba(205,223,252,1) 60%, rgba(253,205,160,1) 99%, rgba(253,205,160,0));

  background-image:
      linear-gradient(to bottom, rgba(253,205,160,0), rgba(253,205,160,0) 63%, rgba(255,255,255,0.6) 64%, rgba(255,255,255,0.6) 67%, rgba(253,205,160,0) 68%),
      linear-gradient(to bottom, rgba(253,205,160,0), rgba(253,205,160,0) 55%, rgba(255,255,255,0.5) 56%, rgba(255,255,255,0.5) 60%, rgba(253,205,160,0) 61%),
      linear-gradient(179deg, rgba(253,205,160,0), rgba(205,223,252,0) 50%, rgba(205,223,252,1) 60%, rgba(205,223,252,1) 99%, rgba(253,205,160,0)),
      linear-gradient(to bottom, rgba(253,205,160,0), rgba(253,205,160,0) 50%, rgba(205,223,252,1) 60%, rgba(205,223,252,1) 99%, rgba(253,205,160,0));}

.lp_chara_green { background-size: 100% 1em;
 background-repeat: repeat-x;font-size:1.8rem;

 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253,205,160,0)), color-stop(0.5, rgba(198,232,175,0)), color-stop(0.6, rgba(198,232,175,1)), color-stop(0.98, rgba(198,232,175,1)), to(rgba(198,232,175,0)) );

 background-image: 
     -webkit-linear-gradient(top, rgba(253,205,160,0), rgba(253,205,160,0) 63%, rgba(255,255,255,0.6) 64%, rgba(255,255,255,0.6) 67%, rgba(253,205,160,0) 68%),
     -webkit-linear-gradient(top, rgba(253,205,160,0), rgba(253,205,160,0) 55%, rgba(255,255,255,0.5) 56%, rgba(255,255,255,0.5) 60%, rgba(253,205,160,0) 61%),
     -webkit-linear-gradient(271deg, rgba(253,205,160,0), rgba(198,232,175,0) 50%, rgba(198,232,175,0) 60%, rgba(253,205,160,1) 99%, rgba(253,205,160,0)),
     -webkit-linear-gradient(top, rgba(253,205,160,0), rgba(198,232,175,0) 50%, rgba(198,232,175,1) 60%, rgba(253,205,160,1) 99%, rgba(253,205,160,0));

 background-image:
     linear-gradient(to bottom, rgba(253,205,160,0), rgba(253,205,160,0) 63%, rgba(255,255,255,0.6) 64%, rgba(255,255,255,0.6) 67%, rgba(253,205,160,0) 68%),
     linear-gradient(to bottom, rgba(253,205,160,0), rgba(253,205,160,0) 55%, rgba(255,255,255,0.5) 56%, rgba(255,255,255,0.5) 60%, rgba(253,205,160,0) 61%),
     linear-gradient(179deg, rgba(253,205,160,0), rgba(198,232,175,0) 50%, rgba(198,232,175,1) 60%, rgba(198,232,175,1) 99%, rgba(253,205,160,0)),
     linear-gradient(to bottom, rgba(253,205,160,0), rgba(253,205,160,0) 50%, rgba(198,232,175,1) 60%, rgba(198,232,175,1) 99%, rgba(253,205,160,0));}
     
     
     
/* --2017/05/26-- */
#index #mainVisual .buy-info {
  background: rgba(0,0,0,0.5);
  padding: 10px 45px 8px 45px;
  text-align: center;
  border: solid 1px rgba(255,255,255,0.5);
  border-radius: 100px;
  max-width:320px;
  margin: 3px;
  display: inline-block;
  vertical-align:top;
}

#index #mainVisual .buy-info .trial_pr {
  display: inline-block;
  margin: 8px 0;
}
#index #mainVisual .buy-info .trial_pr a {
  font-weight: bold;
  padding: 0;
  border-bottom: 1px solid #fff;
  font-size: 1.7rem;
  color: #fff;
  text-shadow: 0 0 15px #3264ff, 0 0 15px #3264ff;
}
#index #mainVisual .buy-info .special {
  display: inline-block;
  margin: 8px 0;
}
#index #mainVisual .buy-info .special a {
  font-weight: bold;
  padding: 0;
  border-bottom: 1px solid #fff;
  font-size: 1.7rem;
  color: #fff;
  text-shadow: 0 0 15px #58FA58, 0 0 15px #58FA58;
}


/* Added in 2017.08.09 */
.youtube {
  position: relative;
  width: 640px;
  margin: 0 auto 2em auto;
}
.youtube iframe {
  width: 640px;
  height: 360px;
}

@media screen and (max-width: 680px) {
  .youtube {
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
}

.page {page-break-before: always; }



