@font-face {
font-family: Myriad;
src: url('images/an.ttf');
}
html, body {
color: #666;
}
body {
font-family: Myriad;
margin: 0;
text-align: center;
box-sizing: border-box;
line-height: 120%;
font-size: 16px;
background: url("images/bg.jpg") #000;
width: 100%; height: 100%;
overflow: hidden;
}
body::-webkit-scrollbar {
background: #000;
}
body::-webkit-scrollbar-thumb {
background: #f6f3ee;
}
p {
margin: 0;
}
img {
border: 0;
}
a {
color: #fff;
text-decoration: none;
}
a:hover {
color: #fff;
text-decoration: none;
filter: brightness(150%);
}
h1, h2, h3, h4 {
  font-size: 36px;
  color: #0f6180;
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: FuturaC;
}
h2 {
  font-size: 28px;
}
input, textarea {
border: 1px solid #d5d5d5;
background-color: #fff;
border-radius: 15px;
color: #999;
font-family: Myriad;
font-size: 16px;
height: 31px;
padding: 0 0 0 10px;
}
div {
  box-sizing: border-box;
}

.bigger {
  scale: 1.2;
}

#left {
  width: 214px; height: 100vh;
  position: fixed; top: 0; left: 0;
  background: url('images/edge.png') repeat-y;
  z-index: 1;
}
#right {
  width: 214px; height: 100vh;
  position: fixed; top: 0; right: 0;
  background: url('images/edge.png') repeat-y;
  transform: rotate(180deg);
  z-index: 1;
}
#top {
  width: 100%; height: 117px;
  position: fixed; top: 0; left: 0;
  background: url('images/edge-top.png') repeat-x;
}
#bottom {
  width: 100%; height: 117px;
  position: fixed; bottom: 0; left: 0;
  background: url('images/edge-top.png') repeat-x;
  transform: rotate(180deg);
}
#main {
  width: 100%; height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  z-index: 3;
  position: relative;
}
#soc {
  min-width: 400px;
  max-width: 856px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0 0 0;
}
#soc a {
  display: block;
  width: 78px; height: 77px;
}
#soc3 {
  min-width: 400px;
  max-width: 856px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0 0 0;
}
#soc3 a {
  width: 300px; height: 77px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.link1 {
  background: url('images/i_yt.png') no-repeat;
}
.link2 {
  background: url('images/i_in.png') no-repeat;
}
.link3 {
  background: url('images/i_fb.png') no-repeat;
}
.link4 {
  background: url('images/i_tt.png') no-repeat;
}
.link5 {
  background: url('images/i_sp.png') no-repeat;
}
.link6 {
  background: url('images/i_sc.png') no-repeat;
}
.link7 {
  background: url('images/i_am.png') no-repeat;
}
.link8 {
  background: url('images/i_ytm.png') no-repeat;
}
#all {
  width: 100%; height: 100vh;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
#all2 {
  position: relative;
  width: 100%; height: 90vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.at_sp, .at_sc, .at_am, .at_ytm {
  border-radius: 10px;
  height: 77px;
  width: 420px;
  color: #fff;
  font-size: 25px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
  border: 3px solid #000;
}
.at_sp p, .at_sc p, .at_am p, .at_ytm p {
  width: 100%;
  text-transform: uppercase;
  text-align: left;
  padding: 0 0 0 20px;
}
.at_am p {
  color: #000;
}
.at_sp {
  background-color: #2bda50;
}
.at_sc {
  background-color: #ff6f13;
}
.at_am {
  background-color: #f1f1f1;
}
.at_ytm {
  background-color: #f01515;
}


@media (max-width:900px) {
  #main{zoom: 0.8}
  #left {left: -50px;}
  #right {right: -50px;}
}
@media (max-width:800px) {
  #main{zoom: 0.7}
}
@media (max-width:700px) {
  #main{zoom: 0.6}
}
@media (max-width:600px) {
  #main{zoom: 0.5}
  #left {left: -60px;}
  #right {right: -60px;}
}
@media (max-width:500px) {
  #main{zoom: 0.4}
  #left {left: -70px;}
  #right {right: -70px;}
}
@media (max-width:400px) {
  #main{zoom: 0.3}
  #left {left: -90px;}
  #right {right: -90px;}
}
