@charset "UTF-8";
/*================
common
================*/
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Yu Mincho", "Hiragino Mincho", "Noto Serif JP", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  line-height: 1.6em;
  font-feature-settings: "pnum", "liga", "calt", "pwid";
  letter-spacing: 0.024em;
//  text-align: justify;
//  text-justify: inter-ideograph;
  text-decoration: none;
  color: #fff;
}
* {
  font-size: 1em;
}
html {
  overflow: auto;
  font-size: 100%;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #140a00 url("/images/background.jpg") center center;
  background-size: cover;
}
/*================
heading
================*/
h1, h2, h3, h4, h5, h6 {
  font-feature-settings: "pnum", "liga", "calt", "palt";
  margin: 0 0 1.5vw;
}
h1 {
  font-size: calc(1em*1.25*1.25*1.25*1.25);
  letter-spacing: 0.004em;
  border-bottom: solid 4px #ad462d;
  margin: 5vw 0 0;
}
h2 {
  font-size: calc(1em*1.25*1.25*1.25);
  letter-spacing: 0.004em;
  border-bottom: solid 3px #fff;
  margin: 5vw 0 0;
}
h2.strong {
  letter-spacing: 1em;
  background-color: #191919;
  background: rgba(0,0,0,0.6);
  padding: 0 2vw;
}
h2.number1:before {
  content:"1) ";
}
h2.number2:before {
  content:"2) ";
}
h2.number3:before {
  content:"3) ";
}
h2.number4:before {
  content:"4) ";
}
h2.number5:before {
  content:"5) ";
}
h2.number6:before {
  content:"6) ";
}
h2.number7:before {
  content:"7) ";
}
h3 {
  font-size: calc(1em*1.25*1.25);
  letter-spacing: 0.008em;
}
h4 {
  font-size: calc(1em*1.25*1.25);
  letter-spacing: 0.012em;
}
h5 {
  font-size: calc(1em*1.25);
  letter-spacing: 0.016em;
}
h6 {
  font-size: calc(1em);
  letter-spacing: 0.02em;
}
/*-------- index --------*/
#main-index h2 {
  font-size: calc(1em*1.25*1.25*1.25*1.25);
  letter-spacing: 0.004em;
  border-bottom: solid 4px #ad462d;
}
/*================
other elements
================*/
p, ol, ul, dl, table, figure, address {
  margin: 0 0 1.5vw;
}
p.symbol1:before {
  content:"○";
}
small {
  font-size: calc(1em/1.25);
}
ol, ul {
  padding-left: 2em;
}
li {
  margin: 0 0 1.5vw;
}
dt {
  margin: 1vw 0 0;
}
dd {
  padding-left: 3em;
}
table {
  width: 100%;
//  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
  border-collapse: collapse;
}
caption {
  text-align: left;
} 
th, td {
  padding: 1vw 2vw;
  text-align: left;
  vertical-align: top;
  border: solid 1px #fff;
}
a {
  color: #336699;
}
iframe {
  width: 100%;
}
img {
  vertical-align: top;
}
img.wtrim,
img.htrim {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
img.hstd,
img.wtrim {
  width: auto;
  height: 100%;
}
img.wstd,
img.htrim {
  width: 100%;
  height: auto;
}
/*================
header
================*/
header .background {
  height: 48.5333vw;
  background: #140a00 url("/images/mainimage.jpg") center center;
  background-size: cover;
}
header .sizing,
header .sizing-nav {
  position: relative;
  max-width: calc(72em + 5vw*2);
  margin: 0 auto;
}
header .sizing {
  padding: 5vw 5vw 0;
}
#button-lang {
  font-size: calc(1em*1.25*1.25);
}
#button-lang,
#button-lang a {
  color: #191919;
}
header h1 {
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 0em;
  margin: 0;
  padding: 0;
  border: none;
}
#title {
  position: absolute;
  top: calc(48.5333vw - 6.4vw - 5vw);
  right: 5vw;
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1em;
}
#title img {
  width: auto;
  max-width: 100%;
  max-height: 6.4vw;
  color: #fff;
}
header .sizing-nav {
  padding: 0 5vw 0;
}
#headernav {
  width: 100%;
  background-color: #191919;
  background: rgba(0,0,0,0.6);
}
#headernav label,
#headernav input {
  display: none;
}
#headernav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0 2em;
  list-style: none;
}
#headernav ul li {
  margin: 0;
}
#headernav ul li a {
  display: block;
  padding: 1em;
  line-height: 1em;
  text-align: center;
  color: #fff;
  transition: 0.25s;
}
#headernav ul li a:hover {
  color: #ad462d;
  transition: 0.5s;
}
@media screen and (max-width: 960px) {
  #button-lang {
    font-size: calc(1em*1.25);
  }
  #title {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #headernav {
    position: relatve;
  }
  #headernav label {
    display: block;
    width: 100%;
    height: calc(3em + 0.5em*2);
    cursor :pointer;
  }
  .hamburger,
  .hamburger span {
    display: inline-block;
  }
  .hamburger {
    position: relative;
    top: calc(0.5em + (3em - 2em)/2);
    width: 2em;
    left: 50%;
    transform: translate(-50%, 0);
    height: 2em
  }
  .hamburger span {
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
    height: 2px;
    background-color: #fff;
  }
  .hamburger span:nth-of-type(1) {
    top: calc((2em/2 - 2px/2) - 6px);
  }
  .hamburger span:nth-of-type(2) {
    top: calc((2em/2 - 2px/2) - 2px);
  }
  .hamburger span:nth-of-type(3) {
    top: calc((2em/2 - 2px/2) + 2px);
  }
  .hamburger span:nth-of-type(4) {
    top: calc((2em/2 - 2px/2) + 6px);
  }
  #headernav ul {
    flex-flow: column;
    position: absolute;
    top: calc(3em + 0.5em*2);
    left: 0;
    z-index: 10;
    width: 100%;
  padding: 0 5vw;
  }
  #headernav ul li {
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
  }
  #headernav ul li a {
    background-color: #fff;
    background: rgba(255,255,255,0.85);
    color: #191919;
  }
  #menu-icon:checked ~ #headernav-inner li {
    height: 3em;
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  #button-lang {
    font-size: 1em;
  }
}
/*================
main
================*/
/*-------- common --------*/
main {
  margin: 5vw 0;
}
#visual {
  position: relative;
  overflow: hidden;
  height: calc((100vw*6)/16);
  margin-bottom: 10vw;
}
#visual img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
}
#mhead,
#mbody .content,
#mfoot {
  max-width: calc(72em + 5vw*2);
  margin: 0 auto;
  padding: 0 5vw;
}
#mhead-max,
#mbody .content-max,
#mfoot-max {
  max-width: 100%;
  margin: 10vw auto;
  padding: 0 0;
}
#mhead-min,
#mbody .content-min,
#mfoot-min {
  max-width: calc(36em + 10vw*2);
  margin: 10vw auto;
  padding: 0 10vw;
}
.element,
.element-max,
.element-large,
.element-medium,
.element-small,
.element-min,
.text {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.element {
  max-width: calc(72em + 10vw*2);
}
.element-max {
  max-width: 100%;
}
.element-large {
  max-width: calc(63em + 10vw*2);
}
.element-medium {
  max-width: calc(54em + 10vw*2);
}
.element-small {
  max-width: calc(45em + 10vw*2);
}
.element-min,
.text {
  max-width: calc(36em + 10vw*2);
}
.box-type0,
.box-type1a,
.box-type1b,
.box-type1d {
  background-color: #191919;
  background: rgba(0,0,0,0.6);
}
.box-type0 {
  padding: 2vw 2vw 0.5vw;
}
.box-type1a,
.box-type1b {
  display: flex;
  margin: 5vw 0;
}
.box-type1d {
  margin: 5vw 0;
}
.box-type1b {
  flex-flow: row-reverse;
}
.box-inner-i {
  width: calc((100%/100)*45);
}
.box-inner-t {
  width: calc((100%/100)*(100 - 45));
  padding: 2vw 2vw 1vw;
}
.box-inner-i img {
  width: 100%;
}
.box-type2 {
  display: flex;
}
.box-type2 h3 {
  width: 6em;
  padding-right: 1em;
}
.box-type2 ul {
  width: auto;
}
.l1 {
 list-style: none;
  padding-left: 0;
}
.l1 li {
  margin: 0;
}
.l2 {
  position: relative;
  list-style: none;
  padding-left: 1.25em;
}
.l2 li {
}
.l2 li:before {
  content:"●";
  position: absolute;
  left: 0;
}
.l3 {
  position: relative;
  list-style: none;
  padding-left: 1.25em;
  font-size: calc(1em*1.25*1.25);
}
.l3 li {
  margin: 0 0 1vw;
}
.l3 li:before {
  content:"・";
  position: absolute;
  left: 0;
}
.l4 {
  position: relative;
  list-style: none;
  padding-left: 1.25em;
}
.l4 li {
}
.l4 li:before {
  content:"・";
  position: absolute;
  left: 0;
}
.l5 {
 list-style: none;
  padding-left: 0;
}
.l5 li {
  margin: 0 0 1vw;
}
.l6 {
    font-size: 1.4em;
    line-height: 1.8em;
}
.l7 {
    font-size: 1.2em;
    line-height: 1.4em;
}
/*
.t1 th,
.t1 td {
  text-align: center;
}
*/
.t1 th,
.t1 td {
  text-align: left;
}
.t1 td:nth-child(2) {
  width: 40%;
  text-align: right;
}
.t1 th {
  background-color: #fff;
  background: rgba(255,255,255,0.85);
  color: #191919;
}
.t1 .flex-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.t1 .left {
  text-align: left;
}
.t1 .right {
  text-align: right;
}
.t1 span {
  color: #191919;
}
.t2 th,
.t2 td {
  border: none;
}
.t2 th {
  min-width: calc(6em + 2vw*2);
}
@media screen and (max-width: 1024px) {
  .box-inner-i,
  .box-inner-t {
    width: calc((100%/100)*50);
  }
}
@media screen and (max-width: 960px) {
  .box-type1a,
  .box-type1b {
    flex-flow: column-reverse;
  }
  .box-inner-i,
  .box-inner-t {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .box-type2 {
    flex-flow: column;
  }
  .box-type2 h3 {
    width: auto;
    padding-right: 0;
  }
  .l3 {
    font-size: 1em;
  }
  .t2 th,
  .t2 td {
    display: block;
  }
  .t2 td {
    padding-left: 3em;
  }
}
/*================
footer
================*/
footer {
  background-color: #191919;
  background: rgba(0,0,0,0.6);
}
footer .sizing {
  max-width: calc(72em + 5vw *2);
  margin: 5vw auto 0;
  padding: 5vw;
}
footer .box {
  display: flex;
  justify-content: space-between;
}
#author {
  /*max-width: 40%;*/
  max-width: 38%;
}
footer h2 {
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 0em;
  margin: 0 0 1.5vw;
  padding: 0;
  border: none;
}
#author img {
  max-width: 100%;
  max-height: 2.75em;
}
footer address {
  margin: 0;
}
footer .box-inner {
  position: relative;
}
#footernav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footernav ul li {
  margin: 0;
  border-left: solid 1px #fff;
}
#footernav ul li.first {
  border-left: none;
}
#footernav ul li a {
  display: block;
  padding: 0.25em 1em;
  line-height: 1em;
  text-align: center;
  color: #fff;
  transition: 0.25s;
}
#footernav ul li a:hover {
  color: #ad462d;
  transition: 0.5s;
}
#copyright {
  position: absolute;
  bottom: 0;
  right: 0;
}
#top {
  position: fixed;
  bottom: 0;
  right: 0;
}
#top a {
  display: block;
  width: 5vw;
  height: 5vw;
  background-color: #191919;
  background: rgba(0,0,0,0.6);
  text-align: center;
  font-size: 2vw;
  line-height: 5vw;
  color: #fff;
  transition: 0.25s;
}
#top a:hover {
  color: #ad462d;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  #footernav ul li a {
    padding: 0.25em 0.25em;
  }
}
@media screen and (max-width: 960px) {
  footer .box {
    flex-flow: column;
  }
  #author {
    max-width: 100%;
    margin-bottom: 2.5vw
  }
  footer h2,
  footer address {
    text-align: center;
  }
  #footernav ul {
    justify-content: center;
    margin-bottom: 2.5vw
  }
  #footernav ul li a {
    padding: 0.25em 1vw;
  }
  #copyright {
    position: static;
    text-align: center;
  }
  #top a {
    width: 10vw;
    height: 10vw;
    font-size: 4vw;
    line-height: 10vw;
  }
}
@media screen and (max-width: 640px) {
  #footernav ul {
    flex-flow: column;
  }
  #footernav ul li {
    border-left: none;
  }
  #copyright {
    width: calc(100% - 10vw*2);
    margin: 0 auto;
  }
}

