@charset "utf-8";
a {
    color: #403A2F;
    text-decoration: none;
    transition: all 0.4s;
}
ul.fade_animat_next li {
    opacity: 0;
    position: relative;
    top: 30px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    /* background: #515140; */
    padding: 0px 0px;
    font-size: 15px;
}

@media all and (max-width: 425px) {
	    .menu_area ul.site_link li {
        margin-top: 30px;
        margin-right: 5px;
        margin-left: 5px;
        padding-bottom: 20px;
        color: #E2C9B9;
        letter-spacing: 3px;
        display: inline-block;
    }
	 }
/*====================================
	DETAILS
======================================*/

#banner-section {
    max-width: 1200px;
    left: 0;
    right: 0;
    margin: auto;
    padding-bottom: 5rem;
}
@media all and (max-width: 768px) {
    #banner-section {
        margin-top: 80px;
        margin-bottom: 30px;
        padding-bottom: 0.5rem;
    }
	   }
/*====================================
	Banner
======================================*/
#banner {
    background: linear-gradient(to right, rgba(183, 167, 156, 1) 30%, rgba(81, 81, 64, 1) 30%);
    display: flex;
    overflow: hidden;
}
#banner .inner {
    position: relative;
    z-index: 999;
    width: 100%;
    background-image: url("../image/akihabara/main_vi.jpg");
    background-size: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-left: 20%;
    margin-top: 0%;
}
#banner h1 {
    color: #FFF;
}
#gleams_logo_a svg {
    width: 40%;
}
#banner h2 img {
    width: 35%;
}
#banner p {
    color: #403A2F;
    font-size: 10px;
}
#banner a {
    color: #E2C9B9;
    text-decoration: none;
}
@media screen and (min-width : 769px) {
    #banner {
        background: linear-gradient(to right, rgba(183, 167, 156, 1) 30%, rgba(81, 81, 64, 1) 30%);
        display: flex;
        overflow: hidden;
    }
    #banner .inner {
        position: relative;
        z-index: 999;
        width: 100%;
        background-image: url("../image/akihabara/main_vi.jpg");
        background-size: cover;
        text-align: center;
        background-repeat: no-repeat;
        background-position: left top;
        margin-left: 25%;
        margin-top: 8%;
        padding-bottom: 50%;
    }
    #banner h1 {
        color: #FFF;
    }
    #gleams_logo_a svg {
        width: 40%;
        position: absolute;
        transform: translate(0%, -90%);
        top: 90%;
        left: 0px;
        margin-left: -25%;
    }
    #banner h2 img {
        width: 20%;
        position: absolute;
        transform: translate(0%, -90%);
        top: 90%;
        right: 0px;
        margin-right: 5%;
        opacity: .8;
    }
    #banner h2 a:hover {
        opacity: .9;
        border-width: medium;
    }
    #banner p {
        color: #403A2F;
        font-size: 10px;
    }
    #banner a {
        color: #E2C9B9;
        text-decoration: none;
    }
}
@media screen and (min-width : 1025px) {
    #banner {
        background: linear-gradient(to right, rgba(183, 167, 156, 1) 30%, rgba(81, 81, 64, 1) 30%);
        display: flex;
        overflow: hidden;
    }
    #banner .inner {
        position: relative;
        z-index: 999;
        width: 100%;
        background-image: url("../image/akihabara/main_vi.jpg");
        background-size: cover;
        text-align: center;
        background-repeat: no-repeat;
        background-position: left top;
        margin-left: 25%;
        margin-top: 8%;
        padding-bottom: 40%;
    }
    #banner h1 {
        color: #FFF;
    }
    #gleams_logo_a svg {
        width: 40%;
        position: absolute;
        transform: translate(0%, -90%);
        top: 90%;
        left: 0px;
        margin-left: -25%;
    }
    #banner h2 img {
        width: 20%;
        position: absolute;
        transform: translate(0%, -90%);
        top: 90%;
        right: 0px;
        margin-right: 5%;
        opacity: .8;
    }
    #banner h2 a:hover {
        opacity: .9;
        border-width: medium;
    }
    #banner p {
        color: #403A2F;
        font-size: 10px;
    }
    #banner a {
        color: #E2C9B9;
        text-decoration: none;
    }
}
@media screen and (max-width: 768px) {
    #banner {
        background: linear-gradient(to right, rgba(183, 167, 156, 1) 30%, rgba(81, 81, 64, 1) 30%);
        display: flex;
        overflow: hidden;
    }
    #banner .inner {
        position: relative;
        z-index: 999;
        width: 100%;
        background-image: url("../image/akihabara/main_vi.jpg");
        background-size: cover;
        text-align: center;
        background-repeat: no-repeat;
        background-position: left top;
        margin-left: 25%;
        margin-top: 8%;
        padding-bottom: 50%;
    }
    #banner h1 {
        color: #FFF;
    }
    #gleams_logo_a svg {
        width: 40%;
        position: absolute;
        transform: translate(0%, -90%);
        top: 90%;
        left: 0px;
        margin-left: -25%;
    }
    #banner h2 img {
        width: 20%;
        position: absolute;
        transform: translate(0%, -90%);
        top: 90%;
        right: 0px;
        margin-right: 5%;
        opacity: .8;
    }
    #banner h2 a:hover {
        opacity: .9;
        border-width: medium;
    }
    #banner p {
        color: #403A2F;
        font-size: 10px;
    }
    #banner a {
        color: #E2C9B9;
        text-decoration: none;
    }
}
@media (max-width: 767px) and (min-width: 320px) {
    #banner {
        background: linear-gradient(to right, rgba(183, 167, 156, 1) 50%, rgba(81, 81, 64, 1) 50%);
        display: flex;
        overflow: hidden;
    }
    #banner .inner {
        position: relative;
        z-index: 999;
        width: 100%;
        background-image: url("../image//akihabara/main_vi_sp.jpg");
        background-size: cover;
        text-align: center;
        background-repeat: no-repeat;
        background-position: left top;
        margin-left: 25%;
        margin-top: 20%;
        padding-bottom: 80%;
        margin-bottom: 0%;
    }
    #banner h1 {
        color: #FFF;
    }
    #banner h2 img {
        display: none;
    }
    #gleams_logo_a svg {
        width: 50%;
        position: absolute;
        transform: translate(0%, -90%);
        top: 90%;
        left: 0px;
        margin-left: -30%;
    }
    #banner p {
        color: #403A2F;
        font-size: 10px;
    }
    #banner a {
        color: #E2C9B9;
        text-decoration: none;
    }
}
/* ==========================================================================
 *
 * .table_gleams
 *
========================================================================== */

.table_gleams table th, .table_gleams table td {
    padding: 14px 5px;
    font-size: 14px;
    line-height: 1.2;
    border-bottom: 1px solid rgba(235, 233, 234, 1);
}
@media screen and (min-width : 769px) {
    .table_gleams table {
        text-align: left;
    }
    .table_gleams table th, .table_gleams table td {
        padding: 14px 5px;
        font-size: 14px;
        line-height: 1.2;
        border-bottom: 1px solid rgba(235, 233, 234, 1);
    }
    .table_gleams table th {}
    .table_gleams table thead th {
        vertical-align: middle;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .table_gleams table thead th small {
        font-size: 10px;
        font-weight: inherit;
        display: block;
    }
    .table_gleams__note {
        margin-top: 12px;
        font-size: 10px;
        text-align: right;
        display: block;
    }
    .table_gleams table th, .table_gleams table td {
        font-size: 14px;
        line-height: 1.6;
        font-family: "YuGothM";
        font-weight: normal;
    }
    section.requirement__table {
        width: 87.5%;
        margin-top: 100px;
        margin-bottom: 100px;
        display: table;
        table-layout: fixed;
        margin-right: auto;
        margin-left: auto;
    }
    section.requirement__table .container {
        margin-bottom: 100px;
        margin-top: 100px;
        justify-content: space-between;
        display: inline-flex;
        flex-wrap: wrap;
        align-content: flex-start;
        align-items: flex-start;
        width: 93.75%;
        margin-right: 3.12%;
        margin-left: 3.12%;
    }
    container section.requirement__table .table_gleams {
        width: 100%;
        /* display: table-cell; */
    }
    section.requirement__table .table_title {
        width: 50%;
        font-size: 50px;
        display: inline-block;
        margin-bottom: 0px;
        padding-top: 0px;
        line-height: 1;
        font-family: "Optima-Medium";
        font-weight: bold;
        color: #EBE9EA;
    }
    section.requirement__table .table_title p {
        font-size: 18px;
        display: block;
        margin-bottom: 0px;
        padding-top: 20px;
        line-height: 1;
        font-family: "Optima-Medium";
        font-weight: bold;
        color: #EBE9EA;
    }
    section.requirement__table .table_gleams:nth-child(2n+1) {
        padding-right: 30px;
    }
    section.requirement__table .table_gleams:nth-child(2n) {
        width: 43.75%;
        margin-left: 3%;
        margin-right: 3%;
        padding-left: 0px;
        display: inline-block;
        font-family: "YuGothM";
        font-weight: normal;
    }
    section.requirement__table .table_gleams tbody th, .access__outline__table table tbody td {
        padding-left: 30px;
        vertical-align: middle;
    }
    section.requirement__table .table_gleams tbody th {
        width: 13em;
        line-height: 1.6;
        font-family: "YuGothM";
        font-weight: normal;
        color: #EBE9EA;
    }
    .table_gleams table th, .table_gleams table td {
        font-size: 12px;
        line-height: 1.6;
        font-family: "YuGothM";
        font-weight: normal;
        color: #EBE9EA;
    }
}

@media screen and (min-width : 1025px) {

    .table_gleams table {
        text-align: left;
    }
    .table_gleams table th, .table_gleams table td {
        padding: 14px 5px;
        font-size: 14px;
        line-height: 1.2;
        border-bottom: 1px solid rgba(235, 233, 234, 1);
    }
	    section.requirement__table .container {
        margin-bottom: 100px;
        margin-top: 100px;
        justify-content: space-between;
        display: inline-flex;
        flex-wrap: wrap;
        align-content: flex-start;
        align-items: flex-start;
        width: 93.75%;
        margin-right: 3.12%;
        margin-left: 3.12%;
    }
	 section.requirement__table .table_title {
        width: 50%;
        font-size: 60px;
        display: inline-block;
        margin-bottom: 0px;
        padding-top: 0px;
        line-height: 1;
        font-family: "Optima-Medium";
        font-weight: bold;
        color: #EBE9EA;
    }
    section.requirement__table .table_title p {
        font-size: 18px;
        display: block;
        margin-bottom: 0px;
        padding-top: 20px;
        line-height: 1;
        font-family: "Optima-Medium";
        font-weight: bold;
        color: #EBE9EA;
    }
	 section.requirement__table .table_gleams tbody th {
        width: 13em;
        line-height: 1.6;
        font-family: "YuGothM";
        font-weight: normal;
        color: #EBE9EA;
    }
    .table_gleams table th, .table_gleams table td {
        font-size: 14px;
        line-height: 1.6;
        font-family: "YuGothM";
        font-weight: normal;
        color: #EBE9EA;
    }
  }
@media (max-width: 768px) {
    .table_gleams table {
        text-align: left;
        width: 100%;
    }
    section.requirement__table {
        width: 75%;
        margin-top: 40px;
        display: block;
        margin-bottom: 100px;
    }
    .table_gleams table th, .table_gleams table td {
        padding: 10px 5px;
        font-size: 14px;
        line-height: 1.2;
        border-bottom: 1px solid rgba(235, 233, 234, 1);
    }
    section.requirement__table .container {
        width: 75%;
        margin: 0% 12.5%;
        padding: 0px 0px 80px;
    }
    section.requirement__table .table_title {
        width: 100%;
        font-size: 32px;
        display: table;
        margin-bottom: 0px;
        padding-top: 0px;
        line-height: 1;
        color: #EBE9EA;
    }
    section.requirement__table .table_title p {
        font-size: 14px;
        display: block;
        margin-bottom: 20px;
        padding-top: 20px;
        line-height: 1;
        font-family: "Optima-Medium";
        font-weight: bold;
        color: #EBE9EA;
    }
    section.requirement__table .table_gleams {
        width: 100%;
        display: block;
    }
    section.requirement__table .table_gleams:nth-child(2n+1) {
        padding-right: 0;
    }
    section.requirement__table .table_gleams:nth-child(2n) {
        padding-left: 0;
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
    section.requirement__table .table_gleams tbody th, .access__outline__table table tbody td {
        padding-left: 5px;
    }
    section.requirement__table .table_gleams tbody th {
        width: 9em;
        color: #EBE9EA;
    }
    .table_gleams table th, .table_gleams table td {
        font-size: 12px;
        line-height: 1.6;
        font-family: "YuGothM";
        font-weight: normal;
        color: #EBE9EA;
    }
}
@media (max-width: 425px) {
        section.requirement__table .container {
        width: 87.5%;
        margin: 0% 6.25%;
        padding: 0px 0px 80px;
    }
    section.requirement__table .table_title {
        width: 100%;
        font-size: 30px;
        display: table;
        margin-bottom: 20px;
        padding-top: 0px;
        line-height: 1;
    }
    .table_gleams table th, .table_gleams table td {
        font-size: 11px;
        line-height: 1.6;
        font-family: "YuGothM";
        font-weight: normal;
    }
    section.requirement__table {
        width: 75%;
        margin-top: 40px;
        display: block;
        margin-bottom: 100px;
    }
    section.requirement__table .table_title p {
        font-size: 12px;
        display: block;
        margin-bottom: 0px;
        padding-top: 20px;
        line-height: 1;
        font-family: "Optima-Medium";
        font-weight: bold;
        color: #EBE9EA;
    }
}




















