@charset "utf-8";

/*header*/

#header_area {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #EBEBEB;
}

header {
    width: 100%;
    background: #fff;
}

.header_top {
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
    width: 96%;
    margin: auto;
}

.header_top_btn {
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 1.4rem;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    width: 50%;
    max-width: 510px;
}

a.header_top_btn_mypage {
    width: 39%;
    border: solid 1px #121212;
    padding: 7px;
    border-radius: 4px;
}

a.header_top_btn_login {
    width: 37%;
    background: #121212;
    padding: 7px;
    color: #fff;
    border: solid 1px #707070;
    border-radius: 4px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.header_top_btn_mypage:hover {
    background: #121212;
    color: #fff;
}

a.header_top_btn_login:hover {
    background: #fff;
    color: #121212;
}

.header_top_img {
    max-width: 90px;
}

.header_top_btn > a + a{
    margin-left: 10px;
}


/*展示会header*/

.header_exhibition {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F0EBE1;
    padding-left: 2%;
}

.header_exhibition_left {
    display: flex;
    align-items: center;
    margin-right: 50px;
}

.header_exhibition_left_logo_area {
    display: flex;
    align-items: center;
    height: 100px;
    max-width: 400px;
    width: 317px;
    margin-right: 23px;
}

.header_exhibition_left_logo_area img {
    width: 100%;
}

.header_exhibition_left_holding_period {
    font-size: 1.2rem;
    letter-spacing: .05em;
    font-family: 'Poppins', sans-serif;
    white-space: nowrap;
}

.header_exhibition_right {
    width: 100%;
}

.header_exhibition_right ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header_exhibition_right ul li {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_exhibition_right_search {
    width: 100%;
    justify-content: flex-end !important;
}

#search_text_pc {
    width: 100%;
    text-align: right;
    margin-right: 13px;
    display: none;
}

.header_exhibition_right_search input {
    background: #FCFBF9;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    text-align: left;
    padding: 7px 20px;
    width: 100%;
    max-width: 752px;
}

.header_exhibition_right_search input::placeholder {
    color: #A8A8A8
}

li.header_exhibition_right_search img {
    width: 18px;
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
}

.header_exhibition_right ul li select {
    background: #F0EBE1;
    display: flex;
    border: none;
    height: 100px;
    margin-left: 20px;
    width: 80px;
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 1.8rem;
    text-align: right;
    color: #5e5f60;
}

.header_exhibition_right ul li select:focus {
    outline: none;
}

.change_language_area {
    width: 100px;
    width: 60px;
}

.header_exhibition_right ul li.btn_menu_area {
    background: #F0EBE1;
    width: 80px;
    margin-right: 10px;
}

.header_menu {
    width: 100%;
    position: relative;
    z-index: 10;
}

.header_menu_flex {
    width: 95%;
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    position: relative;
}

.header_menu_flex>ul {
    display: flex;
    justify-content: center;
    text-align: center;
}

ul.header_menu_link {
    border-left: solid 1px #707070;
}

ul.header_menu_category>li {
    margin-right: 50px;
}

ul.header_menu_link li {
    margin-left: 50px;
}

.header_menu_flex li {
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    color: #121212;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}

ul.header_menu_category.on>li {
    opacity: .5;
}

ul.header_menu_category>li.on {
    opacity: 1;
    border-bottom: 2px solid #414141;
}

ul.header_menu_category li::after {
    content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 0.5em;
    vertical-align: 11%;
}

.header_menu_overlay {
    position: absolute;
    width: 100%;
    height: 288px;
    padding: 40px;
    top: 50px;
    background: #fff;
    display: none;
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
}

.header_menu_overlay>ul {
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.header_menu_overlay>ul>li {
    display: block;
    width: 20% !important;
    margin-bottom: 20px;
    text-align: left;
}

.header_menu_overlay>ul>li>a {
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    color: rgba(18, 18, 18, 0.5);
}

.header_menu_overlay>ul>li>a:hover {
    text-decoration: underline;
    color: #000;
}


/*トグル*/

.btn_menu_area span {
    width: 26px;
    height: 16px;
    background: linear-gradient(180deg, transparent 0%, transparent 45%, #5E5F60 45%, #5E5F60 55%, transparent 55%, transparent 100%);
    position: relative;
    top: 0;
    transition: all .5s;
    display: block;
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
}

.btn_menu_area span::before,
.btn_menu_area span::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #5E5F60;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all .5s;
}

.btn_menu_area span::before {
    top: 15px;
}

.btn_menu_area span::after {
    bottom: 15px
}


/* グローバルメニュー */

#black {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 18, 18, .6);
    z-index: 99;
    display: none;
}

#black .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
}

#black .close::after {
    content: '×';
    display: block;
    font-family: "Noto Sans JP";
    font-size: 32px;
}

#globalMenu {
    position: fixed;
    top: 0;
    left: -370px;
    width: calc(100vw - 52px);
    max-width: 370px;
    height: 100%;
    background: #fff;
    z-index: 100;
    transition: left .3s ease-in-out;
}

#globalMenu.active {
    left: 0;
}

#globalMenu_header {
    background: #F0EBE1;
    height: 50px;
    padding: 10px;
}

#globalMenu_header>a>img {
    width: 161px;
}

.globalMenu_sub {
    display: none;
}

.globalMenu_h {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    color: #414141;
    padding: 10px 0;
}

#globalMenu_top>div {
    padding: 30px 20px 30px 30px;
    border-bottom: 1px solid #EBEBEB;
}

#globalMenu_top a {
    display: block;
    height: 42px;
}

#globalMenu_top li {
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
    height: 42px;
    line-height: 42px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    color: #121212;
    background: url(../img/header/icon_next.png) right center/7px no-repeat;
}

#globalMenu_top li img {
    width: 16px;
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle;
}

.globalMenu_sub {
    padding: 30px 20px 30px 30px;
}

.globalMenu_back {
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
    padding: 10px 0 10px 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    color: #121212;
    background: url(../img/header/icon_prev.png) left center/7px no-repeat;
}

.globalMenu_sub a {
    display: block;
    padding: 10px 0;
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    text-align: left;
    color: #121212;
    background: url(../img/header/icon_next.png) right center/7px no-repeat;
}


/* バイヤーログイン */

#buyerLogin {
    /* position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 18, 18, .6);
    z-index: 99;
    display: none; */
}

#buyerLogin_inner {
    max-width: 1200px;
    height: 700px;
    margin: auto;
    /* position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; */
    background: #fff;
    border-radius: 10px;
    display: flex;
}

#buyerLogin_body {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#buyerLogin_body>div {
    width: 368px;
    text-align: center;
}

#buyerLogin_h {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    color: #121212;
    margin-bottom: 47px;
}

#buyerLogin_input {
    padding-bottom: 70px;
    border-bottom: 1px solid #A8A8A8;
    margin-bottom: 70px;
}

#buyerLogin_input input {
    width: 100%;
    display: block;
    margin-bottom: 16px;
    padding: 10px 20px;
    font-family: "Noto Sans JP";
    font-size: 1.3rem;
    color: #000;
    opacity: 0.5;
    border-radius: 5px;
    border: 1px solid #A8A8A8;
}

#buyerLogin_input a {
    display: block;
    font-family: "Noto Sans JP";
    text-decoration: underline;
    font-size: 1.2rem;
    text-align: left;
    color: #121212;
    margin-bottom: 41px;
}

#buyerLogin button {
    width: 280px;
    padding: 10px;
    background: #000;
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    border: 1px solid #000;
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
}

#buyerLogin button:hover {
    color: #000;
    background: #fff;
    border: 1px solid #000;
}

#buyerLogin_register_text {
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    color: #121212;
    margin-bottom: 35px;
}

#buyerLogin_bg {
    width: 50%;
    background: url(../img/header/buyerlogin_bg.jpg) center/cover;
    border-radius: 0 10px 10px 0;
}

#buyerLogin .close {
    position: absolute;
    top: 0px;
    right: 10px;
    color: #121212;
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
}

#buyerLogin .close::after {
    content: '×';
    display: block;
    font-family: "Noto Sans JP";
    font-size: 32px;
}

a.header_top_btn_mypage img {
    display: none;
}

a.header_top_btn_mypage span {
    display: block;
}

.header_exhibition_holding_period {
    display: none;
}

#search_area {
    display: none;
}


/* サインアップ */

#signup {
    /* position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 18, 18, .6);
    z-index: 99;
    display: none; */
}

#signup_inner {
    max-width: 1200px;
    height: 700px;
    margin: auto;
    /* position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; */
    background: #fff;
    border-radius: 10px;
}

#signup_body {
    padding: 60px 50px;
}

#signup .close {
    position: absolute;
    top: 0px;
    right: 10px;
    color: #121212;
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
}

#signup .close::after {
    content: '×';
    display: block;
    font-family: "Noto Sans JP";
    font-size: 32px;
}

.signup_h {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 33px;
}

.signup_form {
    display: flex;
    justify-content: space-between;
}

.signup_form>table {
    width: 46%;
    margin-bottom: 60px;
}

#signup th {
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 1.4rem;
    color: #121212;
    padding-right: 10px;
    vertical-align: top;
    white-space: nowrap;
    line-height: 45px;
}

#signup th span {
    margin-left: 5px;
    color: #8b4e0e;
}

#signup th span.no {
    color: rgba(0, 0, 0, 0);
}

#signup td {
    width: 100%;
    padding-bottom: 10px;
    font-size: 1.3rem;
    line-height: 25px;
}

#signup select,
#signup input[type=text],
#signup input[type=email],
#signup input[type=password] {
    width: 100%;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.3rem;
    text-align: left;
    color: #121212;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #A8A8A8;
}

#signup select option[selected] {
    background: #300;
}

#signup_caption {
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    color: #8b4e0e;
    margin-bottom: 20px;
}

#signup button {
    width: 280px;
    padding: 10px;
    background: #000;
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    display: block;
    margin: auto;
    border: 1px solid #000;
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
}

#signup button:hover {
    color: #000;
    background: #fff;
    border: 1px solid #000;
}

#signup select._error,
#signup input[type=text]._error,
#signup textarea._error {
    border: 2px solid #C63C24 !important;
}

#signup input[type=text]._error::placeholder,
#signup textarea._error::placeholder {
    font-weight: bold;
    color: #c63c24;
}


/* SP
------------------------------- */

@media screen and (max-width: 1024px) {
    /*header*/
    header {
        width: 100%;
    }
    .header_top {
        display: flex;
        justify-content: space-between;
        height: 34px;
        align-items: center;
        width: 96%;
        margin: auto;
    }
    .header_top_btn {
        display: flex;
        justify-content: flex-end;
        text-align: center;
        font-size: 1.0rem;
        font-size: 10px;
        font-family: 'Poppins', sans-serif;
        line-height: 1;
        width: 50%;
        max-width: 510px;
    }
    a.header_top_btn_mypage {
        width: 16px;
        border: none;
        padding: 0;
        border-radius: 0;
        margin-right: 16px;
    }
    a.header_top_btn_mypage img {
        display: block;
    }
    a.header_top_btn_mypage span {
        display: none;
    }
    a.header_top_btn_login span {
        display: none;
    }
    a.header_top_btn_login {
        width: 120px;
        background: #121212;
        padding: 4px;
        color: #fff;
        border: solid 1px #707070;
        border-radius: 4px;
        white-space: nowrap;
    }
    a.header_top_btn_mypage:hover {
        background: none;
        color: #fff;
    }
    a.header_top_btn_login:hover {
        background: #fff;
        color: #121212;
    }
    .header_top_img {
        max-width: 57px;
        margin-right: 20px;
    }
    /*展示会header*/
    .inner_header {
        position: relative;
    }
    .header_exhibition {
        position: relative;
        height: 51px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #F0EBE1;
    }
    .header_exhibition .header_exhibition_left {
        position: relative;
        display: flex;
        align-items: center;
        margin-right: 10px;
    }
    .header_exhibition_left_logo_area {
        height: 100px;
        width: auto;
        max-width: 400px;
        padding: 0 0 0 10px;
        margin-right: 0;
    }
    .header_exhibition_left_holding_period {
        display: none;
    }
    .header_exhibition_left_logo_area img {
        max-width: 317px;
        min-width: 100px;
        margin-right: 23px;
    }
    .header_exhibition_holding_period {
        font-size: 1.0rem;
        font-size: 10px;
        letter-spacing: 0.05em;
        font-family: 'Poppins', sans-serif;
        text-align: center;
        padding: 4px 0;
        display: block;
        background: #fff;
    }
    .header_exhibition_right ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .header_exhibition_right ul li {
        height: 51px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header_exhibition_right_search {
        justify-content: flex-end !important;
    }
    .header_exhibition_right_search input {
        display: none;
    }
    .header_exhibition_right_search input::placeholder {
        color: #A8A8A8
    }
    li.header_exhibition_right_search img {
        width: 18px;
        cursor: url('../img/common/cursor_on.svg') 8 8, auto;
    }
    .header_exhibition_right ul li select {
        height: 51px;
        width: 80px;
        margin-left: 20px;
        font-size: 1.5rem;
        font-size: 15px;
    }
    .header_exhibition_right ul li option {
        padding: 10px;
    }
    .change_language_area {
        width: 60px !important;
        height: 51px !important;
    }
    .header_exhibition_right ul li.btn_menu_area {
        height: 51px;
    }
    .header_menu {
        display: none;
    }
    /* SP検索窓 */
    #search_area {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        padding: 42px 20px;
        z-index: 98;
        display: flex;
    }
    #search_area>div {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .search_text_area {
        width: 100%;
        margin-right: 7px;
    }
    #search_text {
        font-size: 1.4rem;
        font-size: 14px;
        padding: 8px 10px 8px 30px;
        border: 1px solid #A8A8A8;
        border-radius: 4px;
        width: 100%;
        background: url(../img/header/icon_search_sp.png) left 10px center/15px no-repeat;
    }
    .search_text {
        display: none;
    }
    .search_cancel {
        font-family: 'Poppins', sans-serif;
        font-size: 1.2rem;
        font-size: 12px;
        letter-spacing: 0.08em;
        color: #121212;
    }
    /* バイヤーログイン */
    #buyerLogin {
        background: #fff;
    }
    #buyerLogin_inner {
        max-width: none;
        height: 100%;
        width: 100%;
    }
    #buyerLogin_body {
        width: 100%;
        align-items: flex-start;
        padding: 60px 30px;
    }
    #buyerLogin_body>div {
        width: 100%;
    }
    #buyerLogin_bg {
        display: none;
    }
    /* サインアップ */
    #signup {
        background: #fff;
    }
    #signup_inner {
        max-width: none;
        height: 100%;
        width: 100%;
        overflow-y: auto;
    }
    #signup_body {
        width: 100%;
        align-items: flex-start;
        padding: 60px 30px;
    }
    .signup_h {
        margin-bottom: 28px;
    }
    .signup_form {
        display: block;
    }
    .signup_form>table {
        width: 100%;
        margin-bottom: 0;
    }
    #signup th {
        text-align: center;
        font-size: 1.4rem;
        padding-right: 0;
        display: block;
        width: 100%;
        margin-bottom: 6px;
        line-height: 1em;
    }
    #signup td {
        display: block;
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 30px;
    }
    #signup select,
    #signup input[type=text] {
        width: 100%;
        font-family: "Noto Sans JP";
        font-weight: normal;
        font-size: 1.3rem;
        text-align: left;
        color: #121212;
        padding: 10px 20px;
        border-radius: 5px;
        border: 1px solid #A8A8A8;
    }
    #signup select option[selected] {
        background: #300;
    }
    #signup_caption {
        font-weight: bold;
        font-size: 1.2rem;
        text-align: center;
        color: #8b4e0e;
        margin-bottom: 20px;
    }
    #signup button {
        width: 280px;
        padding: 10px;
        background: #000;
        font-family: "Noto Sans JP";
        font-size: 1.4rem;
        text-align: center;
        color: #fff;
        display: block;
        margin: auto;
    }
    #signup select._error,
    #signup input[type=text]._error,
    #signup textarea._error {
        border: 2px solid #C63C24 !important;
    }
    #signup input[type=text]._error::placeholder,
    #signup textarea._error::placeholder {
        font-weight: bold;
        color: #c63c24;
    }
}