@charset "utf-8";

/* = reset
---------------------------------------------------
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  color: inherit;
	-webkit-text-size-adjust:none;
	line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

/* = common
--------------------------------------------------- */
p {
  line-height: 1.5;
  margin-bottom: 10px;
}
b {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover{
	opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
img,object {
  vertical-align: top;
  font-size:0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}
input, select {
  vertical-align: baseline;
}
i {
  color: inherit;
  vertical-align: inherit;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

/* = Whole
--------------------------------------------------- */
body {
  background-color: white;
  color: white;
  font:14px 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.serif {
  font:14px 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
}
.box {
  width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 20px;
  box-sizing: border-box;
}
.sp {
  display: none !important;
}
@media (max-width: 639px) {
  .box {
    width: 100%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/* = hidden
--------------------------------------------------- */
.hide {
  display: block;
  text-indent: -3000px;
  overflow: hidden;
  height: 0;
}

/* = .container
--------------------------------------------------- */
.container {
  background-color: black;
  padding-top: 50px;
}
header.box {
  padding: 0 20px;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10000;
  background-color: black;
}
header > a {
  width: 150px;
  display: block;
  float: left;
}
header nav {
  width: 1024px;
  margin: auto;
  text-align: right;
}
header nav a {
  display: block;
  margin: 0;
  padding: 15px 0 20px;
  line-height: 2.5;
  width: 20%;
  float: left;
  text-align: center;
  position: relative;
  letter-spacing: 4px;
}
header nav a.active {
  background-color: white;
  color: black;
}
header nav a:after {
  content: " ";
  display: block;
  height: 1px;
  width: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 1px solid white;
}
header nav a.active:after {
  border-bottom: 1px solid black;
}
@media (max-width: 639px) {
  header {
    text-align: center;
  }
  header > a {
    display: inline-block;
    float: none;
    padding-right: 5%;
  }
  header nav {
    width: 100%;
    float: none;
    text-align: center;
  }
  header nav a {
    font-size: 90%;
    letter-spacing: 0;
  }
}
footer {
  padding: 30px 10p;
  background-image: url(../img/footer.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top left;
}
footer nav {
  margin-bottom: 70px;
}
footer nav a {
  display: inline-block;
  margin: 0 15px 0 0;
  line-height: 1.5;
}
footer div {
  overflow: hidden;
}
footer div p {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
}
footer div > a {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1.5;
  border: 1px solid white;
  padding: 3px 10px;
  margin-left: 20px;
}
footer div aside {
  display: block;
  line-height: 1.5;
  float: right;
  padding-top: 1.5em;
}
@media (max-width: 639px) {
  footer {
    text-align: center;
    font-size: 90%;
  }
  footer nav {
    width: 100%;
    float: none;
    text-align: center;
  }
  footer div > a {
    width: 80%;
    box-sizing: border-box;
    margin: 0;
    margin-top: 12px;
  }
  footer nav a {
    letter-spacing: 0;
  }
  footer div aside {
    padding-top: 12px;
    float: none;
    font-size: 80%;
  }
  footer div p {
    line-height: 2
  }
}


.items {
  display: block;
  overflow: hidden;
  padding-bottom: 60px;
}
.items a {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  padding-bottom: 30px;
}
.items a img {
  padding: 0 10% 10px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 639px) {
  .items a b {
    font-size: 8px;
    white-space: nowrap;
    height: 1.5em;
    line-height: 1.5em;
    display: block;
  }
}


/* = animate
--------------------------------------------------- */
#load {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: black;
  z-index: 9999999999;
  overflow: hidden;
}
@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes contentScale {
  70% {
    -webkit-transform: perspective(800px) scale(0.9) rotateX(15deg);
            transform: perspective(800px) scale(0.9) rotateX(15deg);
  }
  100% {
    -webkit-transform: perspective(800px) scale(1) rotateX(0);
            transform: perspective(800px) scale(1) rotateX(0);
  }
}
.container.animate {
  -webkit-animation: contentScale 2.6s forwards;
          animation: contentScale 2.6s forwards;
}
#load.animate {
  -webkit-animation: byeShutter 2.6s forwards;
          animation: byeShutter 2.6s forwards;
}
#load.animate:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 0;
  height: 1px;
  z-index: 6;
  -webkit-animation: shutterOpen 2.6s forwards;
          animation: shutterOpen 2.6s forwards;
}
#load img {
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  z-index: 5;
  opacity: 0;
  transform: scale(0.4,0.4); 
  transition: transform 1s; 
}
#load svg:nth-of-type(1) {
  width: 40%;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  z-index: 4;
}
#load svg:nth-of-type(2) {
  width: 40%;
  height: auto;
  left: 5px;
  right: -5px;
  top: 2px;
  bottom: -2px;
  margin: auto;
  position: absolute;
  z-index: 3;
}
#load div {
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  z-index: 2;
}
#load video {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
}
@media (max-width: 639px) {
  #load video {
    width: auto;
    max-width: 9999px;
    height: 100%;
  }
  #load img {
    transform: scale(0.7,0.7); 
  }
  #load svg {
    width: 70% !important;
  }
}


#contact {
  padding-top: 50px;
  color: black;
}
#contact p {
  border: 1px solid #bbb;
  border-radius: 4px;
  width: 700px;
  margin: auto;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #EEE;
}
#contact table {
  border: none;
  width: 700px;
  margin: auto;
}
#contact tr td,
#contact tr th {
  border-bottom: 1px solid #1063A2;
  padding: 10px;
  line-height: 1.5;
  font-weight: inherit;
  text-align: left;
  vertical-align: top;
}
#contact tr th:before {
  content: "■ ";
  color: #1063A2;
}
#contact tr:last-child td,
#contact tr:last-child th {
  border-bottom: none;
}
#contact input[type="text"],
#contact input[type="email"],
#contact select,
#contact textarea {
  height: 34px;
  padding: 0 12px;
  margin-bottom: 0;
  line-height: 34px;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#contact textarea {
  width: 100%;
  height: 150px;
}
#contact form > a {
  width: 250px;
  display: block;
  margin: auto;
  line-height: 30px;
  background-color: #1063A2;
  color: white;
  text-align: center;
  border-radius: 3px;
}
#contact .radio div {
  padding: 2px 0;
}
@media screen and (max-width: 768px) {
  #contact {
    padding-top: 15px;
  }
  #contact p {
    width: 92%;
  }
  #contact table,
  #contact tr,
  #contact tr th,
  #contact tr td {
    width: auto;
    display: block;
    text-align: left;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }
  #contact table {
    width: 92%;
  }
  #contact tr th {
    border-bottom: none;
    padding-bottom: 0;
  }
  #contact td.short {
    text-align: right
  }
  #contact td.short input {
    width: 70% !important;
    box-sizing: border-box;
    margin-top: 3px
  }
  #contact td.long input {
    width: 100% !important;
    box-sizing: border-box;
  }
  #contact td.sectioned {
    text-align: center;
  }
  #contact td.sectioned input {
    width: 30% !important;
    box-sizing: border-box;
  }
  #contact textarea {
    width: 100% !important;
    box-sizing: border-box;
  }
}





.imgLiquid {
  box-sizing: border-box;
  display: block;
}
.main-image {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.main-image img {
  width: 100%;
}
.main-image img:first-child {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  z-index: 999;
  margin: auto;
}
.main-image .imgLiquid {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 639px) {
  .main-image {
  }
}
.left {
  width: 100%;
  padding: 3px 0 2px;
}
.left div {
  width: calc(100vw * 2);
  overflow: hidden;
}
.left div div {
  width: calc(100vw / 4);
  height:calc(100vw / 4);
  float: left;
  box-sizing: border-box;
  border: 1px solid white;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
.left div div .imgLiquid {
  width: 100%;
  height:100%;
}
.grid {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.grid-item,
.grid-sizer {
  width: 25%;
  height:25vw;
  float: left;
  box-sizing: border-box;
  padding: 2px;
  overflow: hidden;
}
.grid-item--width2 {
  width: 50%;
}
.grid-item--height2 {
  height: 50vw;
}
.grid-item .imgLiquid {
  width: 100%;
  height:100%;
}
.bx-wrapper {
  position: relative;
}
.bx-controls-direction {
  position: absolute;
  width: 90%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 30px;
  margin: auto;
  overflow: hidden;
}
.bx-controls-direction a {
  height: 100%;
  width: 30px;
  float: left;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.bx-controls-direction .bx-prev {
  background-image: url(../img/left.png);
}
.bx-controls-direction .bx-next {
  background-image: url(../img/right.png);
  float: right;
}
.bx .imgLiquid,
.bx-wrapper .imgLiquid {
  width: 100%;
  height: 70vh;
  display: block;
}
@media (max-width: 639px) {
  .bx .imgLiquid,
  .bx-wrapper .imgLiquid {
    height: 60vh;
  }
}

.hover a .imgLiquid:hover {
  opacity: 0.8;
  display: block;
}

.main-image {
  display: none
}

@media all and (-ms-high-contrast: none) {
  #load {
    display: none;
  }
  .grid-item,
  .grid-sizer {
    width: 25%;
    height:calc((100vw - 3px) / 4);
    float: left;
    box-sizing: border-box;
    padding: 1.5px;
    overflow: hidden;
  }
  .grid-sizer {
    display: none;
  }
  .grid-item--width2 {
    width: 25%;
  }
  .grid-item--height2 {
    height:calc((100vw - 3px) / 4);
  }
  .grid-item .imgLiquid {
    width: 100%;
    height:100%;
  }
}
@supports (-ms-ime-align:auto) {
  .grid-item,
  .grid-sizer {
    width: 25%;
    height:calc((100vw - 3px) / 4);
    float: left;
    box-sizing: border-box;
    padding: 1.5px;
    overflow: hidden;
  }
  .grid-sizer {
    display: none;
  }
  .grid-item--width2 {
    width: 25%;
  }
  .grid-item--height2 {
    height:calc((100vw - 3px) / 4);
  }
  .grid-item .imgLiquid {
    width: 100%;
    height:100%;
  }
}