@charset "utf-8";
/* =================================== */
/*
/*     door CSS
/*     last update 190125
/*
/* =================================== */

/* ===================================

    1: door

====================================== */

body {
    font-family: Roboto, source-han-sans-simplified-c, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "sans-serif";
}
/* playfair-display-regular - latin */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/playfair-display-v13-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url('../fonts/playfair-display-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/playfair-display-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/playfair-display-v13-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/playfair-display-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/playfair-display-v13-latin-regular.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}
/*
 door [
----------------------------------------------------------- */

div#door {
    width: 100%;
    height: 100vh;
    background-color: #B50000;
    position: relative;
    text-align: left;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
div#door a {
    color: #fff;
}
div#door a:hover {
    color: #F8CBCB !important;
}
div.doorsection {
    margin: 5%;
    color: #fff;
    text-align: center;
}
div#door div.doorsection h1 {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 400 !important;
    font-family: 'Playfair Display', serif;
    margin-bottom: 40px;
}
div#door div.doorsection h1 + p {
    margin-bottom: 30px;
}
div#door div.doorsection h2 {
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 500 !important;
    margin-bottom: 20px;
}
div#door div.doorsection h2.txt-err {
    font-size: 3.6rem;
}
div#door div.doorsection p {
    font-size: 1.4rem;
    color: #F8CBCB;
}
div#door .door__item {
    background-image: url(bg_door.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
}
.uldoor {
    max-width:300px;
    margin: 0 auto 30px;
    display:block;
}
.uldoor li {
    display: inline-block;
    width: 50%;
    margin-bottom:10px
}
.uldoor li a {
    color: #fff;
    font-size: 2.0rem;
    margin: 0 15px;
}
.uldoor li a:first-child {
    margin: 0 15px 0 0;
}
.uldoor li a:last-child {
    margin: 0 0 0 15px;
}
.uldoor li a i {
    font-size: 1.2rem;
    margin-right: 6px;
    vertical-align: middle;
}
.members-copy {
    color: #F8CBCB;
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 1.2rem;
    margin: 0;
}


@media only screen and (max-width: 1200px) {
.uldoor li a {
    font-size: 1.8rem;
}
}

@media only screen and (max-width: 991px) {
.members-copy {
    text-align: center;
    right: 0;
    left: 0;
    color: #fff;
    bottom: 10px;
}
div.doorsection {
    margin: 60px 5%;
}
}

@media only screen and (max-width: 768px) {
div.doorsection {
    margin: 40px 20px;
}
.door_logo img {
    width: 180px;
}
}

@media only screen and (max-width: 576px) {
.door_logo img {
    width: 140px;
}
div#door div.doorsection h2 {
    font-size: 1.6rem;
}
div#door div.doorsection h2.txt-err {
    font-size: 2rem;
}
div#door div.doorsection p {
    font-size: 1.2rem;
}
div#door div.doorsection h1 {
    font-size: 1.3rem;
    margin-bottom: 20px;
}
div#door div.doorsection h1 + p {
    margin-bottom: 20px;
}
.uldoor {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.uldoor li {
    display: inline-block;
    width: 50%;
    margin-bottom: 16px;
}
.uldoor li a {
    color: #fff;
    font-size: 1.6rem;
    margin: 0 !important;
}
}
