@charset "utf-8";

body {
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-synthesis: none;
    -moz-font-feature-settings: 'kern';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break : break-all;
}
a {
    text-decoration: none;
    color: initial;
}
a:hover {
    color: #d9076c;
}
.wrap {
  position: relative;
}
.main .wrap {
    margin: 64px 32px;
}
.footer .wrap {
    margin: 16px 32px;
}
.container {
background: url(/img/bg.jpg)50% 80% no-repeat;
    background-size: contain;
}
.project {
    min-height: calc(100vh - 238px);
    height: auto;
}
ul.project-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.project-list li {
    position: relative;
    display: inline-block;
    padding: 0 16px 0 0;
    margin: 0 12px 10px 0;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}
.concept h1 {
    font-size: 24px;
    margin: 48px 0;
}
.footer .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-left, .footer-right {
    margin: 16px 0;
}
.footer-nav li {
    display: inline-block;
    margin: 0 16px;
    line-height: 22px;
    position: relative;
    cursor: pointer;
}



#modal-about {
    display: none;
    max-width: 640px;
    max-height: 320px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    position: fixed;
    z-index: 2;
    overflow: auto;
}
div#modal-bg {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
#modal-about .item-wrap {
    margin: 32px 24px;
    font-size: 14px;
}
#modal-about .item-title h2 {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 32px 0;
}
#modal-about .item-body {
    margin: 0 0 32px 0;
}
#modal-about .item-body h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 8px 0;
}
#modal-about .item-body p,
#modal-about .item-body dl {
    font-weight: 300;
    line-height: 1.4;
    font-size: 12px;
    margin: 0 0 4px 0;
}
#modal-about .item-body dl {
    line-height: 1.8;
}
#modal-about .item-body dt{
  float: left;
}
#modal-about .item-body dd{
  margin-left: 80px;
}
@media screen and (max-width:480px) { 
.main .wrap {
    margin: 16px;
}
.footer .wrap {
    margin: 16px;
}
.project {
}
.project .item-box {
    position: relative;
    top: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
}
ul.project-list li {
    font-size: 18px;
}
.concept h1 {
    font-size: 18px;
    text-align: center;
}
.footer-left, .footer-right {
    width: 100%;
    margin: 16px auto;
    text-align: center;
}
}