/* ==========================================================================
ローディング
========================================================================== */

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 100;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 180%;
  z-index: 101;
}

/* ==========================================================================
feed関連
========================================================================== */

div.newsblock{
    float: left;
    width: 50%;
    min-height: 130px;
    padding-right: 3%;
    margin: 2% 0;
}
div#feed div.newsblock img {
    float: left;
    width: 25%;
    border-radius: 4px;
}
div#feed div.disc {
    float: right;
    font-size: 90%;
    line-height: 1.8;
    width: 72%;
}
div#feed div.disc p{
    font-size: 130%;
    margin: 0;
}
div#feed div.disc h5{
    margin: 5px 0;
    font-size: 105%;
    line-height: 1.6;
}

/* ==========================================================================
screenshots
========================================================================== */

.screenshots figcaption {
    background-color: rgba(208, 0, 54, 0.50);
}

/* ==========================================================================
LINK関連
========================================================================== */

header a:link {color:#2e3038; font-weight: 600;} /*未訪問のリンクの色*/
header a:visited {color:#2e3038;} /*訪問済みのリンクの色*/
header a:hover {color:#d00036; text-decoration: underline;} /*カーソルが乗っているリンクの色*/
header a:active {color:#2e3038;} /*クリック中のリンクの色*/

h1 span a:link {color:#2e3038;} /*未訪問のリンクの色*/
h1 span a:visited {color:#2e3038;} /*訪問済みのリンクの色*/
h1 span a:hover {color:#d00036; text-decoration: underline;} /*カーソルが乗っているリンクの色*/
h1 span a:active {color:#2e3038;} /*クリック中のリンクの色*/

section.media-info a:link {color:#2e3038; font-weight: 600;} /*未訪問のリンクの色*/
section.media-info a:visited {color:#2e3038;} /*訪問済みのリンクの色*/
section.media-info a:hover {color:#d00036; text-decoration: underline;} /*カーソルが乗っているリンクの色*/
section.media-info a:active {color:#2e3038;} /*クリック中のリンクの色*/

footer a:link {color:#fff; font-weight: 600;} /*未訪問のリンクの色*/
footer a:visited {color:#fff;} /*訪問済みのリンクの色*/
footer a:hover {color:#fff; text-decoration: underline;} /*カーソルが乗っているリンクの色*/
footer a:active {color:#fff;} /*クリック中のリンクの色*/

a:link.btn-cnt {color:#d00036; font-weight: 600;} /*未訪問のリンクの色*/
a:visited.btn-cnt {color:#d00036;} /*訪問済みのリンクの色*/
a:hover.btn-cnt {color:#fff; background: #d00036;} /*カーソルが乗っているリンクの色*/
a:active.btn-cnt {color:#d00036;} /*クリック中のリンクの色*/

/* ==========================================================================
FOOTER
========================================================================== */

footer {
    padding: 0 0 20px 0;
    background: #eef2f4;
}
footer p.copy{
    text-align: right;
    color: #2e3038;
}
footer div.ft-container{
    background: #fff;
}
footer div.ft-color-l{
    background: #fff;
}
footer div.ft-color-r{
    background: #d00036;
}
footer div.ft-color-c{
    background: #eef2f4;
}
footer ul {
    padding: 40px 0!important;
    float: right;
    margin: 0;
}
footer li {
    display: inline-block;
    padding-right: 40px;
    zoom:1;
    margin-right: 0;
    list-style: none;
    text-transform: uppercase;
    font-weight: 400;
}
footer li:last-child {
    padding-right: 0!important;
}

/* ==========================================================================
MAPS
========================================================================== */

#map {
    width: 100%;
    height:500px;
}

section.maps{
    background: #fff;
    padding: 0 0 40px 0;
}
section.maps div.mapbox{
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
section.maps div.contact p{
    float: left;
    width: 500px;
}
section.maps div.contact p span{
    font-weight: 600;
    font-size: 120%;
}
section.maps div.contact a{
    float: right;
    width: 300px;
    text-align: center;
    font-size: 120%;
    font-weight: 600;
    padding: 15px;
    border:2px solid #d80032;
    border-radius: 4px;
    margin-top: 1em;
}
section.maps h1{
    font-size: 360%;
    font-weight: 400;
}
section.maps h1 span{
    float: right;
    padding-top: 15px;
    font-size: 40%;
}



/* ==========================================================================
MEDIA INFORMATION
========================================================================== */

section.media-info{
    background: #edf2f4;
    padding: 40px 0;
}
section.media-info h1{
    font-size: 360%;
    font-weight: 400;
}
section.media-info h1 span{
    float: right;
    padding-top: 15px;
    font-size: 40%;
}

section.media-info div.info-s p{
    background: #8d99ae;
    padding: 10px;
    text-align: center;
    font-size: 140%;
    font-weight: 600;
    color: #fff;
}
section.media-info div.info-s dl dt{
    margin-bottom: 10px;
}
section.media-info div.info-s dl dd{
    padding-bottom: 10px;
    border-bottom: 1px dotted #8d99ae;
    margin:0 0 20px 0;
}

/* ==========================================================================
MENU
========================================================================== */

section.screenshots-intro{
    padding: 30px 0 0 0;
}

section.screenshots-intro h1{
    font-size: 360%;
    font-weight: 400;
}
section.screenshots-intro h1 span{
    float: right;
    padding-top: 15px;
    font-size: 40%;
}
section.screenshots-intro p{
    color: #2e3038;
}
section.screenshots {
    padding: 15px 0 0    0;
    background: #2f3038;
}

.screenshots ul li {
    float: left;
    min-height: 100%;
    width: 25%;
    background-color: #000;
    list-style: none;
}



/* ==========================================================================
Hero
========================================================================== */
.overlay-boxify.open {
    z-index: 3;
}
div.menus{
    position: relative;
    z-index: 2;
}

section.hero{
    background: none;
}
section.hero div.container{
    padding-bottom: 0;
    margin-bottom: 0;
}
section.hero video{
    display: block;
    position: absolute;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero {
    position: relative;
    padding: 0 0 0px 0;
    min-height: 700px;
    color: #fff;
}
.hero h1 {
    margin: 140px 0 45px 0;
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.8;
    text-shadow: 1px 2px 15px #000;
    -moz-box-shadow: 1px 1px 3px #000;　/* Firefox用 */
    -webkit-box-shadow: 1px 1px 3px #000;　/* Safari,Google Chrome用 */
}
.hero h1 span {
    display: inline-block;
    color: #a1a9b0;
}
#home {
    width: 100%;
    height: 100%;
}
.hero {
    width: 100%;
    height: 100%;
}
header i {
    margin-left: 5px
}

.texture-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

div.nav-wrapper{
	background: #fff;
	height: 100px;
	padding: 20px 10px;
    box-shadow:0px 0px 10px 1px #debdbd;
    -moz-box-shadow:0px 0px 10px 1px #debdbd;
    -webkit-box-shadow:0px 0px 10px 1px #debdbd;
}
ul.nav-list{
	display: inline-block;
	color: #000;
	text-align: left;
	padding-top: 8px;
	padding-right: 50px;
}
ul.nav-list li{
	display: inline-block;
    margin-right: 20px;
}
p.nav-s{
    z-index: 2;
    position: absolute;
    top: 25px;
    right: -36px;
	display: inline-block;
	padding-top: 15px;
	color: #d80032;
}
a.nav-toggle{
	top:15px;
}
a.nav-toggle span{
	background: #d80032;
}
a.nav-toggle span::before{
	background: #d80032;
}
a.nav-toggle span::after{
	background: #d80032;
}

@media screen and (min-width:1400px){
    section.hero{
        min-height: 830px!important;
    }
}
@media screen and (min-width:1245px){
    section.hero video{
        display: block;
        position: absolute;
        min-width: 100%;
        height: initial;
        min-height: initial;
        top: 0;
        left: 0;
        z-index: -1;
    }
}
@media screen and (min-width:768px) and ( max-width:1199px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/
    section.hero{
        background: url(../img/hero-001bx.jpg);
        background-size: cover;
        min-height: 560px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    section.hero div.texture-overlay{
        display: none;
    }
    section.hero h1{
        margin-top: 50px;
        font-size: 30px;
    }
    section.hero video{
        display: none;
    }
    section.maps div.contact p{
        width: 420px;
        font-size: 95%;
    }
    section.maps div.contact a{
        width: 250px;
    }
    header ul.nav-list{
        display: none;
    }
    footer ul.footer-nav{
        background: #d00036;
    }
    footer ul.footer-nav li{
        margin-right: 15px;
        padding-right: 0;
        font-size: 85%;
    }
    footer img.ftlogo{
        width: 80%;
        padding-right: auto;
    }
    div.newsblock{
        clear: both;
        width: 100%;
        padding: 0 0 15px 0;
        margin: 0 0 20px 0;
        border-bottom: 1px solid #ccc;
    }
}
@media screen and (max-width:767px) {
    /*　画面サイズが768pxからはここを読み込む　*/
    ul.nav-list{
        display: none;
    }
    div.newsblock{
        clear: both;
        width: 100%;
        padding: 0 0 15px 0;
        margin: 0 0 20px 0;
        border-bottom: 1px solid #ccc;
    }
    section.hero video{
        display: none;
    }
    section.hero div.texture-overlay{
        display: none;
    }
    section.hero h1{
        margin-top: 30px;
        font-size: 30px;
    }
    section.hero{
        background: url(../img/hero-001bsm.jpg);
        background-size: cover;
        min-height: 600px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    section.maps div.contact p {
        width: 100%;
    }
    section.maps div.contact a {
        float: left;
        width: 100%;
    }
    footer div.ft-color-r{
        background: none;
    }
    footer ul{
        float: left;
        padding: 0!important;
        width: 100%;
        padding: 0;
    }
    footer ul li{
        border-top: 1px solid #ccc;
        border-bottom: none;
        padding: 20px 10px 10px 0;
        margin: 0 0 10px 0;
        color: #333333;
    }
    footer ul li a{
        color: #333333;
    }
    footer ul li a:link{
        color: #333333;
    }
    footer ul li a:visited{
        color: #333333;
    }
    footer ul li a:hover{
        color: #333333;
        text-decoration: underline;
    }
    footer ul li a:active{
        color: #333333;
        font-weight: 600;
    }
}
@media screen and (max-width:480px) {
    /*　画面サイズが480pxからはここを読み込む　*/
    section.hero video{
        display: none;
    }
    section.hero div.texture-overlay{
        display: none;
    }
    section.hero h1{
        margin-top: 30px;
        font-size: 20px;
    }
    section.hero{
        background: url(../img/hero-001bsm.jpg);
        background-size: cover;
        min-height: 400px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}
@media screen and (max-width:320px) {
    /*　画面サイズが320pxからはここを読み込む　*/
    div.nav-wrapper img {
        border: 0;
        padding-top: 10px;
        width: 200px;
        -ms-interpolation-mode: bicubic;
    }
}