@import url("reset.css");
.poly{
  display: none;
}
body{
	font-family: 'Oswald', sans-serif;
  background-color: #000;

}
#wrapper {
  visibility: hidden;
}
#loadingWrap {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0,0,0,1);
    
    background-position: left top;
    background-repeat: repeat;
    text-align: center;
}
#loadingWrap .loading {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    /*margin-top: -30px;*/
 display: none;
    background-image: url(../image/common/loader.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.main-img{
	width: 100%;
	height: 100vh;
	background-color: #000;
	text-align: center;
	margin: 0 0 100px 0;
}
.main-img img,.poly{
height: 99vh;
}

.item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap:nowrap;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0px;
}
.item-image {
  width: 50%;
}
.item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-text {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap:nowrap;
  flex-wrap: wrap;
  flex: 1;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content:center;
  align-content: center;
  -webkit-align-items:center;
  align-items: center;
  padding: 50px;
  box-sizing: border-box;
  color: #fff;
}
.item:nth-child(odd) {
  -webkit-flex-direction:row-reverse;
  flex-direction: row-reverse;
}
.item-text h2{
	width: 100%;
    font-size: 28px;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin: 0 0 1em 0;
}
.item-text p{
	letter-spacing: 0.1em;
    line-height: 2;
    font-size: 16px;
    color: #333;
    
}
.item-text p a{
	text-decoration: none;
	color: #fff;
}
.item-text p a:hover{
	text-decoration: underline;
	color: #333;
}
.grid__item {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100vw;
}
.item .grid__item-img img{
	display: none;
}
.grid__item--bg {
    background-color: var(--item-bg);
    height: 100vw;
}
.grid__item {
    height: 357px;
    width: 50%;
    -moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer */
-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
-webkit-user-select: none; /* Chrome, Safari, and Opera */
-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
.grid__item-img {
    display: block;
    height: 100%;
    width: 100%;
}
.grid__item-img img {
    height: 100%;
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
.grid__item-img canvas {
    height: 100%;
}
.theme-2 {
    --item-bg: rgba(0,0,0,0.2);
    --item-link: #fff;
    --item-link-hover: #fff;
    --item-meta: #fff;
    --item-title: #fff;
    --item-subtitle: #fff;
    --item-text: #fff;
}
footer{
  margin: 200px 0 0 0;
  color: #fff;
  font-size: 10px;
  text-align: center;
  letter-spacing: 2px;
    padding: 20px 0;
}
.address{
  background-color: rgba(255,255,255,1);
  height: 54vh;
 
      margin: 100px auto;

    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
}
.address p{
  padding: 20px;

}
.combine {
    -webkit-text-combine: horizontal;
    -moz-text-combine-upright: all;
    -ms-text-combine-horizontal: all;
    text-orientation: all;
}
.ma{
  color: #fff;
      text-align: center;
    margin: 60px;
    font-size: 60px;
}
.ma a{
  color: #fff;
}
@media screen and (max-width: 770px) {

}
@media screen and (max-width: 479px) {
.main-img img,.poly{
      width: 300px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -150px;
}
.grid__item,.item-text,.item-image{
width:375px;
}
.grid__item{
height:268px;
}

.item{
display:block;
}
.address{
height:420px;
}