@charset "UTF-8";
/* ｃｓｓ */
body {
  background-color: #000;
}

.wrap {
  width: 1000px;
  padding: 20px;
  margin: 0 auto;
}
.wrap section:not(:last-child) {
  border-bottom: dotted 1px #444;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.wrap section h1 {
  color: #ccc;
  font-size: 25px;
  border-left: solid 5px #a00;
  padding-left: 10px;
  margin-bottom: 20px;
}
.wrap section p {
  color: #565000;
  margin-bottom: 10px;
}
.wrap section .english_change {
  text-align: right;
}
.wrap section .enc {
  color: #000;
  text-align: center;
  background-color: #8e8400;
  padding: 0 20px;
}
.wrap section .jpnc {
  display: none;
  color: #000;
  text-align: center;
  background-color: #8e8400;
  padding: 0 20px;
}
.wrap section .japan p.t1 {
  font-size: 20px;
  font-weight: 800;
}
.wrap section .en {
  display: none;
}
.wrap section .en p.t1 {
  font-size: 20px;
  font-weight: 800;
}
.wrap section img:hover {
  opacity: 0.3;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
.wrap section.sec001 .head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrap section.sec001 .head div:nth-child(1) {
  width: 30%;
}
.wrap section.sec001 .head div:nth-child(2) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70%;
  text-align: right;
}
.wrap section.sec001 .head div:nth-child(2) p {
  color: #fff;
  font-size: 30px;
  padding-top: 5px;
}
.wrap section.sec001 .head div:nth-child(2) p span.dxcty {
  font-size: 50px;
  font-weight: 800;
}
.wrap section.sec001 .head div:nth-child(2) p span.dxcty .dxcty2 {
  color: #ccbe00;
}
.wrap section.sec001 img {
  width: 100%;
  margin-bottom: 30px;
}
.wrap section.sec002 div.detail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
.wrap section.sec002 div.detail div.images {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px;
}
.wrap section.sec002 div.detail div.images img {
  width: 100%;
}
.wrap section.sec002 div.detail div.text_detail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 650px;
  padding-left: 30px;
}
.wrap section.sec003 .photos {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrap section.sec003 .photos div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20%;
  padding: 10px;
}
.wrap section.sec003 .photos div img {
  width: 100%;
}
.wrap section.spec table {
  border-top: 1px solid #565000;
  border-left: 1px solid #565000;
  border-collapse: collapse;
  border-spacing: 0;
}
.wrap section.spec table td {
  color: #ccc;
  font-size: 12px;
  border-bottom: 1px solid #565000;
  border-right: 1px solid #565000;
  padding: 0.3em 1em;
}
.wrap section.spec table td:nth-child(1) {
  width: 120px;
}

footer {
  width: 100%;
  border-top: solid 1px #827900;
  margin-top: 100px;
}
footer p {
  color: #ccbe00;
  font-size: 12px;
  text-align: center;
  padding-top: 10px;
}