@import url("https://fonts.googleapis.com/css?family=Lato");
/* ---------------------------------------------------------- */
/* MIXIN*/
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* body*/
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* wrapper*/
/* ---------------------------------------------------------- */
#wrapper {
  background-color: #d2d9df;
  background-image: url("../../support/images/bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
/* ---------------------------------------------------------- */
/* body debug のとき*/
/* ---------------------------------------------------------- */
.debug #loading {
  display: none;
}
.debug #main {
  background-image: url("../../support/images/___atari.jpg");
}
.debug #column1 {
  background: rgba(255,0,0,0.5);
  border-bottom: 1px solid #333;
}
.debug #column2 {
  background: rgba(100,0,0,0.5);
  border-bottom: 1px solid #333;
}
.debug #column3 {
  background: rgba(100,100,0,0.5);
  border-bottom: 1px solid #333;
}
.debug #column4 {
  background: rgba(100,100,100,0.5);
  border-bottom: 1px solid #333;
}
.debug #column5 {
  background: rgba(50,50,100,0.5);
  border-bottom: 1px solid #333;
}
.debug #column6 {
  background: rgba(50,50,100,0.5);
  border-bottom: 1px solid #333;
}
.debug #column7 {
  background: rgba(50,50,50,0.5);
  border-bottom: 1px solid #333;
}
.debug #collaborated {
  background: rgba(100,100,100,0.5);
}
.debug #banner {
  background-image: url("../../support/images/___atari3.jpg");
  background-repeat: no-repeat;
}
/* ---------------------------------------------------------- */
/* main*/
/* ---------------------------------------------------------- */
#main {
  width: 1100px;
  margin: 0 auto;
}
/* ---------------------------------------------------------- */
/* column all*/
/* ---------------------------------------------------------- */
#main > div {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
#loading {
  display: none;
}
/* ---------------------------------------------------------- */
/* column1*/
/* ---------------------------------------------------------- */
#column1 {
  height: 451px;
  position: relative;
}
#column1 h2 {
  text-align: center;
  margin: 101px 11px 64px 0;
}
#column1 .desc {
  width: 330px;
  font-size: 86%;
  line-height: 2.166666666666667;
  margin-top: 20px;
}
#column1 .img {
  position: absolute;
  right: 0;
  bottom: -4px;
}
/* ---------------------------------------------------------- */
/* column2*/
/* ---------------------------------------------------------- */
#column2 {
  height: 325px;
}
#column2 a {
  width: 310px;
  height: 55px;
  display: block;
}
#column2 ul {
  margin-top: 78px;
}
#column2 ul:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
#column2 ul li {
  float: left;
  margin-left: 25px;
}
#column2 ul li:first-child {
  margin-left: 0;
}
#column2 .notes {
  font-size: 100%;
  line-height: 1;
  font-weight: bold;
  margin-top: 59px;
  text-align: center;
}
#column2 .btn {
  margin: 30px auto 0;
  width: 310px;
  height: 55px;
}
