@charset "utf-8";

.bread {
    padding-top: 30px;
}

.showcase_main_flex_left_images>img {
    width: 100%;
    aspect-ratio: 628/449;
    object-fit: cover;
}


/*main*/

.showcase_main {
    background: linear-gradient(#fff 0 132px, #FAF8F4 132px 100%);
}

.showcase_main>div {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}

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

.showcase_main_flex_left {
    width: 53%;
}

.showcase_main_flex_right {
    width: 38%;
}


/*ONLINE only*/

.showcase_main_flex_left_online_only {
    text-align: right;
    margin-top: 10px;
}

.showcase_main_flex_left_online_only_tag {
    display: inline-block;
    padding: 6px 29px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 1.1rem;
    letter-spacing: 0.08em;
    text-align: center;
    color: #fff;
    line-height: 1;
    background: #C7B098;
    border-radius: 30px;
}


/*メイン右*/

.showcase_main_flex_right_exhibitor {
    display: flex;
    align-items: center;
}

.showcase_main_flex_right_exhibitor_name {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

.showcase_main_flex_right_exhibitor_logo {
    width: 100px;
    margin-right: 30px;
    border: 1px solid #CBCBCB;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 1;
}

.showcase_main_flex_right_exhibitor_logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}


/*リンクエリア*/

.showcase_main_flex_right_link {
    margin-top: 82px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}


/*出展者webサイト*/

a.showcase_main_flex_right_link_btn {
    display: block;
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    text-align: center;
    color: #121212;
    border: solid 1px #121212;
    padding: 10px;
    width: 60%;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
}

a.showcase_main_flex_right_link_btn::after {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 42px;
    height: 100%;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}


/*SNS*/

.showcase_main_flex_right_link_sns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.showcase_main_flex_right_link_sns div {
    width: 24px;
}

.showcase_main_flex_right_link_sns div:not(:first-child) {
    margin-left: 16px;
}


/*出展者説明文*/

.exhibitor_text {
    margin: 30px 0 60px;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.1rem;
    line-height: 1.6rem;
    color: #000;
}

.exhibitor_text_title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    text-align: left;
    color: #121212;
    padding-bottom: 8px;
    border-bottom: 1px solid #A8A8A8;
    margin-bottom: 11px;
}

.exhibitor_text .exhibitor_text_more {
    text-align: right;
    margin-top: 0.5em;
    transition: .5s;
}

.exhibitor_text_more p::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.exhibitor_text_more p:hover {
    opacity: 0.8;
}


/*出展者へ問い合わせ*/

a.showcase_main_flex_right_contact_link_btn {
    display: block;
    background: #121212;
    padding: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #fff;
}


/*Moreボタン*/

.animated {
    transition: all 0.5s ease-in-out;
}

.content-wrap {
    height: 100px;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.close-btn,
.exhibitor_text_more {
    display: block;
    width: 100%;
    padding: 80px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #FAF8F4 50%);
}

.close-btn {
    background: none;
}

.slide-up {
    height: 150px;
    padding-bottom: 0;
    overflow: hidden;
}

.slide-down {
    height: auto;
    overflow: visible;
    padding-bottom: 50px;
}

.exhibitor_text_more p {
    display: inline-block;
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
    padding: 5px 20px;
}

.close-btn {
    padding: 0;
}


/*開閉メニュー*/

.showcase_main_details {
    margin: 61px auto 0;
    padding-bottom: 43px;
}

.showcase_main_details_list_accordion {
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
    padding: 25px 0;
    margin: auto 20px;
    font-size: 1.8rem;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.showcase_main_details_list_accordion_txt {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #121212;
}

.showcase_main_details_list_table {
    padding-bottom: 30px;
    font-size: 1.6rem;
    width: 95%;
    margin: auto;
}

.showcase_main_details_list_table table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border-bottom: solid 1px #A8A8A8;
}

.showcase_main_details_list_table table th,
.showcase_main_details_list_table table td {
    padding: 17px 30px;
    border-top: solid 1px #A8A8A8;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.1rem;
}

.showcase_main_details_list_table table th {
    width: 20%;
    background: #EEE7E0;
    letter-spacing: 0.08em;
    text-align: left;
    color: rgba(18, 18, 18, 0.8);
}

.showcase_main_details_list_table table td {
    width: 80%;
    text-align: left;
    color: #000;
    background: #fff;
}

.showcase_main_details_list {
    border-top: solid 1px #707070;
}

.showcase_main_details_list:last-child {
    border-bottom: solid 1px #707070;
}

.showcase_main_details_list_accordion_clos_icon {
    position: relative;
}

.showcase_main_details_list_accordion_clos_icon::before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: all 0.5s;
    position: absolute;
}

.open.showcase_main_details_list_accordion_clos_icon::before {
    transform: rotate(180deg);
}


/* SLIDER Common */

.slider_area {
    position: relative;
}

.slider_area>ul {
    width: 94.5%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.slider_area li {
    margin: 0 12px;
    width: 20%;
}
.slider_area li>div {
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
}
.slider_area li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slider_area .slick-prev {
    left: -10px;
}

.slider_area .slick-next {
    right: -10px;
}

.slider_area .slick-prev:before,
.slider_area .slick-next:before {
    height: 17px;
}

.slider_area .slick-prev,
.slider_area .slick-next {
    top: 40%;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1;
    z-index: 9;
}

.slick-prev:before,
.slick-next:before {
    content: '' !important;
    display: block;
    width: 100%;
}

.slick-prev:before {
    background: url(../img/common/btn_prev.png) left center/contain no-repeat;
}

.slick-next:before {
    background: url(../img/common/btn_next.png) right center/contain no-repeat;
}

.slick-slide>div>p:first-of-type {
    margin: 15px 0 0;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    font-size: 1.4rem;
    text-align: left;
    color: #121212;
    margin-bottom: 4px;
}

.slick-slide>div>p:last-of-type {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    font-size: 1.1rem;
    text-align: left;
    color: #5e5f60;
}


/*出展ブランド一覧*/

.showcase_sub_in_content_title {
    text-align: center;
    color: #5E5E5E;
}

h3.showcase_h {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    color: #414141;
}

h3.showcase_h::after {
    display: block;
    height: 2px;
    width: 64px;
    background: #707070;
    content: '';
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 39px;
}

.showcase_sub_in {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 0;
}

.showcase_sub_in_content {
    border-top: solid 1px #A8A8A8;
    padding: 40px 0;
}

.showcase_sub_in_content:first-child {
    padding: 0 0 40px;
}

.showcase_sub_in_content_title {
    margin: 60px 0 40px;
}

.showcase_sub_in_content_info_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 43px;
}

.showcase_sub_in_content_info_flex_left {
    display: flex;
    align-items: center;
}

.showcase_sub_in_content_info_flex_left_logo {
    width: 100px;
    margin-right: 45px;
}

.showcase_sub_in_content_info_flex_left_name {
    color: #5E5E5E;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2.0rem;
    text-align: left;
    color: #121212;
}

.showcase_sub_in_content_info_flex_right {
    width: 25%;
}

a.showcase_sub_in_content_info_flex_right_link_btn {
    background: #fff;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    text-align: center;
    color: #121212;
    padding: 13px;
    border: solid 1px #707070;
    position: relative;
    background: url(../img/common/arrow.png) center right 19px/16px no-repeat;
}

a.showcase_sub_in_content_info_flex_right_link_btn:hover {
    opacity: .6;
}

.showcase_sub_in_content_info_text {
    margin-bottom: 32px;
    font-family: "Noto Sans JP";
    font-size: 1.1rem;
    text-align: left;
    color: #121212;
}

.showcase_sub_in_content_info_text_title {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 1em;
}


/* RECOMMEND */

.showcase_lower {
    background: #FAF8F4;
}

.showcase_recommend_in_content_title {
    text-align: center;
    font-size: 22px;
    color: #5E5E5E;
}

.showcase_recommend_in {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 0;
}

.showcase_recommend_in_content {
    border-bottom: solid 3px #707070;
    padding: 40px 0;
}

.showcase_recommend_in_content:first-child {
    padding: 0 0 40px;
}

.showcase_recommend_in_content:last-child {
    border-bottom: none;
}

.showcase_recommend_in_content_title {
    margin: 60px 0 40px;
}

.showcase_recommend_in_content_info_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3em;
}

.showcase_recommend_in_content_info_flex_left {
    display: flex;
    align-items: center;
}

.showcase_recommend_in_content_info_flex_left_logo {
    width: 100px;
    margin-right: 1.5em;
}

.showcase_recommend_in_content_info_flex_left_name {
    font-size: 20px;
    color: #5E5E5E;
}

.showcase_recommend_in_content_info_flex_right {
    width: 25%;
}

.showcase_recommend_in_content_info_flex_right a.link_btn {
    background: #fff;
}

.showcase_recommend_in_content_info_flex_right a.link_btn:hover {
    background: #aaa;
}

.showcase_recommend_in_content_info_text {
    margin-bottom: 3em;
}

.showcase_recommend_in_content_info_text_title {
    font-size: 18px;
    margin-bottom: 1em;
}

.share {
    background: #FAF8F4;
}


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

@media screen and (max-width: 750px) {
    .showcase_main_flex_left_images {
        height: 250px;
        margin-bottom: 16px;
    }

    .showcase_main_flex_left_images img {
        width: auto;
        height: 100%;
        margin: auto;
    }

    .showcase_main_flex_left_online_only {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .showcase_main_flex {
        display: block;
    }

    .showcase_main_flex_left {
        width: 100%;
    }

    .showcase_main_flex_right {
        width: 100%;
    }

    .showcase_main {
        background: linear-gradient(#fff 0 419px, #FAF8F4 419px 100%);
    }

    .showcase_main_flex_right_exhibitor_logo {
        width: 63px;
        margin-right: 16px;
    }

    .showcase_main_flex_right_exhibitor_name {
        font-size: 16px;
    }

    a.showcase_main_flex_right_link_btn {
        font-size: 12px;
        width: 50%;
        margin-bottom: 0;
    }

    .showcase_main_flex_right_link_sns {
        margin-bottom: 0;
    }

    .exhibitor_text {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    a.showcase_main_flex_right_contact_link_btn {
        font-size: 14px;
        padding: 11px;
        max-width: 280px;
        margin: 0 auto;
    }

    .showcase_main_details {
        margin-top: 40px;
    }

    .showcase_main_details_list_accordion {
        margin: auto;
        padding: 20px;
    }

    .showcase_main_details_list_table {
        width: 100%;
        padding: 0 20px 30px;
    }

    .showcase_main_details_list_table th, .showcase_main_details_list_table td {
        display: block;
        width: auto !important;
        text-align: center !important;
        padding: 12px !important
    }

    .showcase_main_details_list_table td {
        border: none !important;
    }

    .showcase_sub_in {
        padding-top: 50px;
    }

    .showcase_sub_in_content_title {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .showcase_sub_in_content_info_flex_left_logo {
        width: 75px;
        margin-right: 16px;
    }

    .showcase_sub_in_content_info_flex_left_name {
        font-size: 16px;
    }

    .showcase_sub_in_content_info_flex {
        display: block;
    }
    .showcase_sub_in_content_info_flex_left {
        margin-bottom: 30px;
    }
    .showcase_sub_in_content_info_flex_right {
        width: 100%;
        margin-bottom: 23px;

    }
    a.showcase_sub_in_content_info_flex_right_link_btn {
        max-width: 280px;
        margin: 0 auto;
    }
}